ID 20013

Dwell time is programmed directly and via coordinate.

Description

A dwell time may only be programmed alone in the block without a motion command. It can be defined directly or in conjunction with the name of the first main axis.

Example:

Wrong:

N10   G00 X0 Y0 Z0

N20   G04 10 X2

N1000 M30

Correct: Dwell directly

N10   G00 X0 Y0 Z0

N20   G04 10

N1000 M30

Correct: (Dwell time with axis information):

%dec0013A2.sol

N10   G00 X0 Y0 Z0

N20   G04 X2

N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify dwell time according to G04.

Error type

11, Error message from NC program. .