ID 22081

Circular programming with G303 during active TRC not permitted.

Description

When TRC is active (G41/G42), it is not allowed to program an arc in space (G303)

 

Example with error:

N10 G42
; ..
N50 G303 I50 J50 K50 X100 Y0 Z100
;..
N100 G40

 

Corrected example:

N10 G42
; ..;..
N100 G40 X2 Y20
N110 G303 I50 J50 K50 X100 Y0 Z100
;…

 

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify NC program.

Before programming the circle in space, deselect the TRC.

Error type

1, Error message from NC program.