Command
<axis> BMB <value>
Description
The Begin Move By commands initiates a relative move by the specified position parameters but does not wait for the move to finish before continuing.
The method requires as many parameters as the dimension of the axis group. A single axis has one parameter.
A group with 3 axes requires 3 parameters.
The motion is performed with a trapezoidal velocity profile based on parameters set with the
Accel , Decel , and Speed commands.
Begin Move By is a nonblocking command. The execution continues immediately allowing other commands to be performed while the motion is occurring. It is often necessary
at some point to wait for the motion to finish which is accomplished with the Move Is Finished commands.
Begin Move By can be used on an axis that is already in motion.
The target will be changed to the current position of the motor when the block is executed plus the parameter value.
The Stop, Begin Stop, and Abort commands will end the motion before it reaches the target position.
Escapes
Begin Move By will produce an Axis Is Busy Escape Code if the group is already in motion.
A single axis can be directed to a new destination while in motion as long as the destination is still ahead of the motion and obtainable with the current decel setting.
If not a Motion Overrun Escape Code will occur.
If the destination of the move is beyond the positive and negative software limits,
the Begin Move By block will produce a Position Limit Escape Code and the move will not be attempted.
Examples
The following sequence of commands configures a motion profile, begins a move, and checks to see when the move is finished.
Related Topics
Begin Move To
Move By
Speed
Accel
Decel
Move Is Finished