Click or drag to resize

CommandListAppendStopMotf(Point3D) Method

When using MOTF, disables tracking, moves to the specified position and resets the MOTF offsets to 0.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendStopMotf(
	Point3D point
)

Parameters

point  Point3D
The absolute coordinates of the end-point.
Remarks

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:

  • the laser is turned off if a MARK command (of any type) preceded this one;
  • if appropriate, a JumpDelay or MarkDelay will occur between the preceding command and this one.

However, a JumpDelay will always occur after this command.

See Also