POSITION mode

The table below shows the possible combinations of the parameter “dist_or_pos” and the parameter “rel_abs_mode” and the resulting behaviour of the CNC for POSITION mode (`axis_nr `> 0):

Specified dimension (rel_abs_mode)

Distance (dist_or_pos)

CNC behaviour

relative iterative (0)

= 0

a possibly set STOP that is not yet reached is cleared

<> 0

STOP relative to the current axis position (or interrupt point), automatic new relative STOPs when STOP is reached.

absolute (1)

= current axis position

STOP at current axis position

<> current axis position

STOP the next time the axis position is reached

relative one-off (2)

= 0

STOP at current axis position (or interrupt point)

<> 0

One-off STOP relative to current axis position (or interrupt point)

Examples

Stop mark command at standstill:
Stop mark command at standstill:
STOP mark command at standstill with axis position reached multiple times
STOP mark command at standstill with axis position reached multiple times
STOP mark command with relative position specified for a modulo axis
STOP mark command with relative position specified for a modulo axis
STOP mark command with absolute position specified for a modulo axis
STOP mark command with absolute position specified for a modulo axis
STOP mark command with relative iterative position specified for a modulo axis
STOP mark command with relative iterative position specified for a modulo axis