ID 20566

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

Description

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

Example:

Wrong:

N10 #COMMENT BEGIN X100 F1000 G01 F100

:

N30 #COMMENT END

:

N1000 M30

Correct:

N10 #COMMENT BEGIN

N20   X100 F1000 G01 F100

:

N30 #COMMENT END

:

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 invalid NC commands to the following NC block.

Note:

Other NC commands in the same NC block are only permissible with #ACHSE, #PSET and #PRESET.

Error type

1, Error message from NC program.