When programming of the NC command #JOG INCR[...] or #SET JOG[.[...].], a negative distance is defined inside square brackets.
For further information see [PROG// Section: Incremental jog operating mode]
Syntax example:
Wrong:
N10 #JOG INCR[AX=X DIST1=-0.1 FEED=1.0]
Correct:
N10 #JOG INCR[AX=X DIST1=0.1 FEED=1.0]
|