ID 20568

Comment block contains end of file.

Description

In the comment block after #COMMENT BEGIN, the end of the file is reached when searching for #COMMENT END.

Wrong:

N20  X100 F1000 G01

N50  #COMMENT BEGIN

:

:

N1000 M30

<End of File>

Correct:

N20  X100 F1000 G01

N50  #COMMENT BEGIN

:

N500 #COMMENT END

:

N1000 M30

<End of File>

 

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

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Add missing #COMMENT END in an NC block before M30 or remove superfluous #COMMENT BEGIN.

Error type

1, Error message from NC program.