ID 20652

Double-programmed pitch.

Description

In the same NC block, the pitch was programmed several times during thread cutting (G33).

Example:

Wrong:

N10   G74 S1

N20   T1 M03 S400

N30   G00 X72 Z105

N40   G33 Z48 K1 I2

:

N1000 M30

Correct:

N10   G74 S1

N20   T1  M03 S400

N30   G00 X72 Z105

N40   G33 Z48 K1    (Assumption: Z is longitudinal axis)

:

N1000 M30

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program. Remove the redundant pitch.

Error type

1, Error message from NC program.