ID 20354

Chamfer/rounding contouring impossible.

Description

Between two motion blocks during contouring (G301/G302) no contouring block (chamfer or rounding) can be inserted because of the invalid geometrical 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 geometrical data of the contouring block (chamfer or rounding).

Error type

1, Error message from NC program.