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
When using device.move_jog(jogDirection=1) the motor should move in forward direction and in case of device.move_jog(jogDirection=2) in backward direction. But in reality the inverse is true. Therefore the default parameter has to be switched.
The text was updated successfully, but these errors were encountered:
When using
device.move_jog(jogDirection=1)
the motor should move in forward direction and in case ofdevice.move_jog(jogDirection=2)
in backward direction. But in reality the inverse is true. Therefore the default parameter has to be switched.The text was updated successfully, but these errors were encountered: