ID 21480
Jump inside a loop is not allowed. | ||||
Description | Within a loop ($FOR, $WHILE, $DO, $REPEAT...) a jump shall be executed with $GOTO. This is not allowed. | |||
Response | Class | 2 | Abort NC program processing. | |
Solution | Class | 3 | Check and modify the NC program. Linearise or redesign the program sequence within the loop in a way, that jumps will not be necessary any longer. Note: A loop always can be left completely. | |
Parameter | %1: | Error value [-] | ||
Name of the loop with the programmed jump | ||||
Error type | 1, Error message from NC program. | |||
|