ID 20450
In NC block function has to be programmed exclusively. | ||||
Description | After # command <#COMMAND ...>, no further NC commands are permitted in the same NC block. Example: Wrong: N10 G00 X0 Y0 Z0 N20 #MSG ["PROGRAMMSTART"] G74 X1 Y2 Z3 : N1000 M30 Correct: N10 G00 X0 Y0 Z0 N20 #MSG ["PROGRAMMSTART"] N30 G74 X1 Y2 Z3 : N1000 M30 | |||
Response | Class | 2 | Abort NC program processing. | |
Solution | Class | 3 | Check and adjust NC program sequence. Move the not permissible NC-commands to the following NC-block. Note: Only with #ACHSE, #PSET and #PRESET other NC-commands in the same NC-block are permissible. | |
Parameter | %1: | Error value [-] | ||
| ||||
%2: | Current value [-] | |||
| ||||
Error type | 1, Error message from NC program. | |||
|