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
Hello i'm using the Dobot conveyer belt, but i have trouble getting belt moving, belt does work in Dobot studio. I have tried this code: bot.interface.set_extended_motor_velocity(0,True,int(Velocity), True). With this belt does not receive power but when i set enable to false, belt does receive power.
The text was updated successfully, but these errors were encountered:
Is the expected behavior inverted? That is, if you supply enabled true, it stops and if you use enabled false, it starts? Unfortunately I don't have access to a robot to try. I'll keep your issue open if anyone else can provide a helping hand.
See also my comment on another issue; #1 (comment).
Hello i'm using the Dobot conveyer belt, but i have trouble getting belt moving, belt does work in Dobot studio. I have tried this code: bot.interface.set_extended_motor_velocity(0,True,int(Velocity), True). With this belt does not receive power but when i set enable to false, belt does receive power.
The text was updated successfully, but these errors were encountered: