ID 20569

In NC block #COMMENT END has to be programmed exclusively.

Description

After the #COMMENT END command, no further NC commands are permitted in the same NC block.

Example:

Wrong:

N10 #COMMENT BEGIN

:

N30 #COMMENT END X100 F1000 G01 F100

:

N1000 M30

Correct:

N10 #COMMENT BEGIN

:

N30 #COMMENT END

N40 X100 F1000 G01 F100

:

N1000 M30

For further information see [PROG// Section: Cross-block comments

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 further NC commands are permitted in the same NC block.

Error type

1, Error message from NC program.