Command
<axis> BMT <value>
Description
Begin Move To initiates an absolute coordinated move to the specified position parameters but does not wait for the move to finish before continuing.
The motion is performed with a trapezoidal velocity profile based on parameters set with the
Accel , Decel , and Speed _BLOCKS.
Begin Move To is a nonblocking command. Execution continues immediately allowing other actions 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 command.
If there is nothing to do during the motion it is simplest to use the Move To blocking form of the command.
However this will block the interpretation of other commands form the host. To prevent this communication blackout use non blocking motion forms.
Begin Move To can be used on an axis that is already in motion. The target will be changed to the new destination.
The Stop, Begin Stop, and Abort commands will end the motion before it reaches the target position.
Escapes
A single axis can be directed to a new destination while in motion as long as the destination is still ahead of the current position in the current direction of travel 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 To block will produce a Position Limit Escape Code.
Examples
This command sends axis 1 to absolute coordinate 0:
Related Topics
Begin Move By
Move To
Speed
Accel
Decel
Move Is Finished