ID 20486
Incremental jog velocity must be programmed positive. | ||||
Description | When programming of the NC command #JOG INCR[...] or #SET JOG[.[...].] a negative jog velocity 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]
| |||
Response | Class | 2 | Abort NC program processing. | |
Solution | Class | 3 | Check and modify NC program. Only positive jog speeds may be programmed inside the square brackets. | |
Parameter | %1: | Error value [-] | ||
Negative jog velocity | ||||
Error type | 1, Error message from NC program. | |||
|