You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request is to allow the user to interactively change the speed of the basket while a cycle is running.
Intercept the encoder change (which we are already doing), and pass this as a speed change request to the motor controller. Not sure how this will behave with the wash cycle in particular, as it may cause an abrupt stop and reversal depending on where in the cycle it happens due to the way setVmax is implemented.
The text was updated successfully, but these errors were encountered:
Request is to allow the user to interactively change the speed of the basket while a cycle is running.
Intercept the encoder change (which we are already doing), and pass this as a speed change request to the motor controller. Not sure how this will behave with the wash cycle in particular, as it may cause an abrupt stop and reversal depending on where in the cycle it happens due to the way
setVmax
is implemented.The text was updated successfully, but these errors were encountered: