Text Language Definition
function TNAxis.DestinationPosition:double;
Description
The Destination Position command value is valid during a motion and indicates the current target position of the move as an absolute coordinate.
This value is useful for identifying how far an axis has to go before the move is finished by subtracting the Actual Position from the Destination Position.
Escapes
The Destination Position command does not produce any escapes.
Examples
This procedure calculates the remaining move along an axis and writes it to the Status display.
Related Topics
Actual Position
Capture Position
Commanded Position
Error Position
Move To
Set Commanded Position