Cycles
9.8 Plunge-cutting - CYCLE410
Cylindrical grinding
Programming and Operating Manual, 07/2009, 6FC5398-4CP10-2BA0
171
Example for plunge-cutting
The sample program below machines a seat to a diameter of 100 mm with reciprocation and
acoustic emission sensor.
Additional specified values:
A_SR=0.2 mm
Roughing allowance
A_SL=0.1 mm
Finishing allowance
A_FSL=0.03 mm
Fine-finishing allowance
TIME=5 s
Sparking-out time
;
=
$B65$B6/$B)6/
N10 T1 D1 M7
; Determine technology values, coolant ON
N20 S1=2000 M1=3
; Turn on workpiece speed
N30 S2=1100 M2=4
; Turn on wheel speed
N40 CYCLE410(1, 100, 30, 3, 5, 0.2, 0.1,
0.3, 50, 45, 30, 5, 0, 1, 600, 10, 400,
20)
; Cycle call
N50 M30
; End of program