·142·
Programming manual
CNC 8055
CNC 8055i
8.
TOOL COMPENSATION
·M· & ·EN· MODELS
SOFT: V02.2X
Tool radius compensation (G40, G41, G42)
Example of machining with radius compensation:
The programmed path is shown with solid line and the compensated path with dashed line.
Tool radius 10mm
Tool number T1
Tool offset number D1
; Preset
G92 X0 Y0 Z0
; Tool, offset and spindle start at S100
G90 G17 F150 S100 T1 D1 M03
; Begins compensation
G42 G01 X20 Y20
X50 Y30
X70
G03 X85Y45 I0 J15
G02 X100 Y60 I15 J0
G01 Y70
X55
G02 X25 Y70 I-15 J0
G01 X20 Y20
; Cancels compensation
G40 G00 X0 Y0 M5
M30