ID 20048

Centre point coordinate within linear motion block ignored.

Description

The centre point coordinate (I,J,K) of the linear block (G01) is ignored.

Example:

Wrong:

N10   G00 X0 Y0 Z0

N20   G01 I10 X10 F1000

N1000 M30

Correct:

N10   G00 X0 Y0 Z0

N20   G01 X10 F1000

N1000 M30

Response

Class

1

Continue NC program processing.

Solution

Class

1

Check and modify NC program. Remove the Centre point co-ordinates (I,J,K).

Error type

1, Error message from NC program.