XYLimMode Function

Acquire the monitor method of configured XYLim.

Syntax
XYLimMode

Return Values
Returns the monitor method of configured XYLim.

  • 0 = Applying XYLim to endpoint of motion command. (not applying to pulse motion.)
  • 1 = Applying XYLim to endpoint of motion command and trajectory. (applying to pulse motion.)

See Also
XYLimMode

XYLimMode Function Example
This is an example of using XYLimMode function. This is a program acquires monitor method of XYLim for function and displays it.

Function XYLimMode_sample
Integer iVar

iVar = XYLimMode
Print iVar

Fend