Operating mode Incremental jog /interruptible jog

#SET JOG [ [ <step_size>, <feed> ] { , [<step_size>,<feed>] } ] <axis_name> (modal)

<step_size>, <feed> Pairs of (Incremental widths / velocity)

Max. Number*

Dimension

3

mm bzw. deg / mm/min. bzw. deg/min

* Max. number is firmly given (JOG_WEG_GESCHW_MAX)

<axis_name> Manual mode axis

Handwheel resolutions, continuous jog and incremental jog velocities can also be programmed as mathematical expressions. These “#SET”-commands can only be programmed under active G202 for the respective axis.

The "#SET"-commands must remain alone in the NC block.

Programming example

..... 
G202 #ACHSE[X,Y]
#SET HR [0.1, 0.2, 0.5] X
#SET TIP [1.0, 1.5, 2.0] X
#SET JOG [ [ 0.1, 1.0 ] [ 0.2, 1.5 ] [ 0.5, 2.0 ] ] X
G201 #ACHSE [X, Y]
....