Failed sending motors off command
Forums:
Any ideas why I'm getting this error ?
Code :-
# Setup the library ready for use
import PicoBorgRev as pbr
import time
pbr0 = pbr.PicoBorgRev()
-
-
-
            # Turn the motor off after moving
            pbr0.MotorsOff()
- Log in to post comments
 
      

piborg
Wed, 02/08/2017 - 10:59
Permalink
Failed sending command
It is hard to be sure without seeing more of the script or the messages displayed when running it.
I would suggest the most likely culprit is forgetting to call the
Initfunction on thepbr0object.If you have not already it would be a good idea to call
ResetEpoas well.This would give the following initialisation code: