ID 20354

Chamfer/rounding contouring impossible.

Description

No contouring block (chamfer or rounding) can be inserted between two motion blocks with contouring (G301/G302) because of the programmed geometry data.

Example:

Wrong:
N10   G00 X0 Y0 Z0
N180  G03 X80        I40 F1000
N190  G302  I10 (I too large)
N200  G03 X95  Y-40  I20  J-15
:
N1000 M30
Correct:
N10   G00 X0 Y0 Z0
N180  G03 X80        I40 F1000
N190  G302  I2
N200  G03 X95  Y-40  I20  J-15
:

N1000 M30

Response

Class

1

Continue NC program processing.

Solution

Class

1

Check and modify NC program. If possible adapt the geometry data of the contouring block (chamfer or rounding).

Error type

1, Error message from NC program.