ID 20685

Dwell time programmed with additional axes.

Description

When dwell time is programmed with G04, more than the first main axis in the NC block is used to define 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 to assign the dwell time. Remove redundant axis programming.

Parameter

%1:

Logical axis number [-]

Number of the redundant axis

Error type

1, Error message from NC program.