Command |
When using MOTF, disables tracking, moves to the specified position and resets the MOTF offsets to 0.
public void AppendStopMotf( double x, double y )
Appends a STOP_MOTF command to the list.
MOTF tracking is stopped, i.e. the MOTF offsets are reset to zero and remain unchanged regardless of any further signals from the encoder(s).
Each scanner is moved linearly at JumpSpeed to its specified ordinate.
Note that the time taken to reach the final position for all axes is determined by the longest linear movement required along any one axis.
Similarly to the case of a JUMP command:
However, a JumpDelay will always occur after this command.