ID 20685

When specifying the dwell time, additional axes have been programmed.

Description

When programming the dwell time via G04, more than the first main axis in NC block is used for defining the dwell time.

Example:

Wrong:

N10   G00 X0 Y0 Z0

N20   G04 X2 Y3

:

N1000 M30

Correct:

N10   G00 X0 Y0 Z0

N20   G04 X2

:

N1000 M30

Alternatively, dwell time is programmable using the command #TIME.

Response

Class

1

Continue NC program processing.

Solution

Class

1

Check and modify NC program. With G04, only the first main axis may be used for the assignment of the dwell time. Remove redundant axes programmings.

Parameter

%1:

Logical axis number [-]

Number of the redundant axis

Error type

1, Error message from NC program.