ID 20012

Radius or bevel is 0 in G301/302.

Description

At rounding or rounding of corners (G301/G302), an I-value as distance parameter is necessary.

Example 1 (Chamfers):

Wrong:
N10   G00 X0 Y0 Z0
N20   G01 X10 F2000
N30   G301
N40   G01 Y10
N1000 M30
Correct:
N10   G00 X0 Y0 Z0
N20   G01 X10 F2000
N30   G301 I5
N40   G01 Y10
N1000 M30

Example 2 (Rounding):

Wrong:
N10   G00 X0 Y0 Z0
N20   G01 X10 F2000
N30   G302
N40   G01 Y10
N1000 M30
Right:
N10   G00 X0 Y0 Z0
N20   G01 X10 F2000
N30   G302 I5
N40   G01 Y10
N1000 M30

Response

Class

2

.Abort NC program processing.

Solution

Class

3

Programming of missing I-value.

Error type

1, Error message from NC program. .