ID 20207

# command must be programmed exclusively in NC block.

Description

A plain text command starting with the hash character # is programmed with other NC commands in the same NC block.

Example:

Wrong:
N10   G00 X0 Y0 Z0
N20   G01 X10 F100 #TIME 8.15
:
N1000 M30
Correct:
N10   G00 X0 Y0 Z0
N20   G01 X10 F100
N30   #TIME 8.15
:
N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Program the plain text command and the other NC commands in separate NC blocks.

# command must be programmed exclusively in NC block.

The special plain text commands #ADD and #SUPPRESS OFFSETS can also be programmed together with other NC commands in the same NC block.

Error type

1, Error message from NC program.