ID 20037

#ACHSE is programmed without G200/G201/G202.

Description

The NC command #ACHSE[] was programmed but cannot be evaluated because G200/G201/G202 were not specified as well.

Example:

Wrong:

N10   G00 X0 Y0 Z0

N20   #ACHSE[X]

N1000 M30

Correct:

N10   G00 X0 Y0 Z0

N20   G201 #ACHSE[X]

N1000 M30

Response

Class

2

Abort NC program processing..

Solution

Class

3

Check and modify NC program. Add G200 / G201 / G202.

Error type

1, Error message from NC program.