ID 20491
Continuous jog velocity must be programmed positive. | ||||
Description | When programming of the NC command #JOG CONT[...] or #SET TIP[…], a negative continuous jog velocity is defined inside square brackets . For further information see [PROG// Section: Continuous jog operating mode] Syntax example: Wrong:
N10 #JOG CONT[AX=X FEED1=1.0 FEED2=-1.5 FEED3=2.0]
Correct:
N10 #JOG CONT[AX=X FEED1=1.0 FEED2=1.5 FEED3=2.0]
| |||
Response | Class | 2 | Abort NC program processing. | |
Solution | Class | 3 | Check and modify NC program. Program only positive feed rates inside the square brackets. | |
Parameter | %1: | Error value [-] | ||
Negative continuous jog velocity | ||||
Error type | 1, Error message from NC program. | |||
|