ID 90049

End of program within selected state of tool radius compensation.

Description

The NC program was ended in the selected state of tool radius compensation.

 

Example with error:

%wrk_90049.err
N10 G00 X0 Y0 Z0 G17
N20 V.G.WZ_AKT.R=5
N30 G01 X10 Y10 F10000
N40 G41
N50 G01 X80
N60 G01 X90 Y20
N80 G01 X90 Y0
N99 M30

Corrected example:

%wrk_90049.kor
N10 G00 X0 Y0 Z0 G17
N20 V.G.WZ_AKT.R=5
N30 G01 X10 Y10 F10000
N40 G41
N50 G01 X80
N60 G01 X90 Y20
N70 G40
N80 G01 X90 Y0
N99 M30

Response

Class

1

Output of warning

The NC program is ended at the perpendicular point of the last motion block.

Solution

Class

1

Check and modify the NC program; deselect tool radius compensation with G40.

Error type

Abort NC program processing.