Description
| When programming the NC command #SET JOG[.[...].], only a limited number of parameters may be defined inside the square brackets .
For further information see [PROG// Section: Incremental jog operating mode]
Syntax example:
Wrong:
N10 #SET JOG[ [0.1,1.0] [0.2,1.5] [0.3,2] [1,4] ] X
Correct:
N10 #SET JOG[ [0.1,1.0] [0.2,1.5] [0.3,2] ] X
|