ID 20052

This NC-block requires axes being programmed.

Description

Together with a special NC command in the same NC block at least one axis has to be programmed.

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. .