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
The actual release has an issue that moveToEnd() or moveSteps() do not return getMotorState()=STOP after movement in mode = NORMAL.
This is specially the case when the maxAcceleration is set greater than 1000.
Instead of STOP, getMotorState() returns several seconds DECEL before STOP is returned.
Any idea to fix this issue?
Thanks in advance.
Regards.
The text was updated successfully, but these errors were encountered:
The problem still exists in the newest release.
In fact, it only emerges in case of motor hardStop/softStop. There seems to be a problem with the DECEL phase.
The condition in TIMER1_COMPA_vect for switching from DECEL to STOP seems to be met about 10 seconds after the motor has stopped. There seems to be a mismatch in steps of about 50-100 steps.
Unfortunately, I could not find the source for this issue, but hopefully someone else.
I have the same issue with getMotorState() returning DECEL (8) for several seconds after it has stopped moving, rather than STOP (1) or 0
Have not been able to identify the cause from source
The actual release has an issue that moveToEnd() or moveSteps() do not return getMotorState()=STOP after movement in mode = NORMAL.
This is specially the case when the maxAcceleration is set greater than 1000.
Instead of STOP, getMotorState() returns several seconds DECEL before STOP is returned.
Any idea to fix this issue?
Thanks in advance.
Regards.
The text was updated successfully, but these errors were encountered: