ID 20052

NC command requires programming of axes.

Description

At least one axis must be programmed in the same NC block in connection with an NC command .

Example:

Wrong:
N10   G00 X0 Y0 Z0
N30   G100
N1000 M30
Correct:
N10   G00 X0 Y0 Z0
N30   G100 X10
N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Add the corresponding axis data to the NC command.

Error type

1, Error message from NC program. .