dobot-python
dobot-python copied to clipboard
Problem with conveyor belt
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.
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; https://github.com/AlexGustafsson/dobot-python/issues/1#issuecomment-782083741.
does not rotate in either. enabled false puts the belt “tight”. true says nothing.