move_continuous#
method
- Z825B.move_continuous(direction='forward')#
Moves the motor at a constant velocity in the specified direction.
Move Continuous will attempt to obey the limits set on min_pos and max_pos, but as these moves rely on position information feedback from the device to detect if the travel is exceeding the limits, the device will stop, but it is likely to overshoot the limit, especially at high velocity.
- Parameters:
- directionstring
The direction to move the motor. Acceptable values are
forward(default) andbackward. Sense can be reversed by callingreverse().