ID 20701

Double programmed G301/G302 without motion block.

Description

A motion block must always be programmed between two NC commands G301/G302 so that a chamfer or rounding can be inserted. Without this motion block these is not possible.

Example:

Wrong:

%kont

N10 X0 Y0

N20 X100

N30 G301 I20

N40 G301

N50 Y100

N60 X200

N99 M30

Correct:

%kont

N10 X0 Y0

N20 X100

N30 G301 I20

N40 Y100

N50 G301

N60 X200

N99 M30

Response

Class

1

Continue NC program processing.

Solution

Class

1

Remove superfluous G301/G302 or insert motion blocks.

Error type

1, Error message from NC program.