ID 20037

ACHSE is programmed without G200/201/202.

Description

The NC command #ACHSE[] was programmed but can not be evaluated, because in the same NC block G200/G201/G202 is missing.

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.