Programming manual
CNC 8055
CNC 8055i
CANNED CYCLES
9.
·M· & ·EN· MODELS
SOFT: V02.2X
·187·
G87. Rectangular pocket canned cycle.
Programming example ·2·
Let us suppose a work plane formed by the X and Y axis, Z being the longitudinal axis and the starting
point X0 Y0 Z0.
; Tool selection.
(TOR1=6, TOI1=0)
T1 D1
M6
; Starting point
G0 G90 X0 Y0 Z0
; Work plane.
G18
; Canned cycle definition
N10 G87 G98 X200 Y-48 Z0 I-90 J52.5 K37.5 B12 C10 D2 H100 L5 V50 F300
; Coordinate rotation
N20 G73 Q45
; Repeats the select blocks 7 times.
(RPT N10,N20) N7
; Cancels the canned cycle.
G80
; Positioning
G90 X0 Y0
; End of program
M30