Click or drag to resize

MotfAPIResetState Method

Resets the Mark-on-the-Fly state to inactive.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void ResetState()
Remarks

The MOTF module can be in one of two states:

activeMotf has been triggered, and the beam will track the part across the marking field.
inactiveTracking is disabled: the beam moves normally, with no additional Motf offset.

This method also:

  • clears the part sensor FIFO, discarding any pending trigger positions.
  • resets the reference position to 0.
  • resets the TileOffset to 0.
See Also