Programming and Operating Manual (Milling)
6FC5398-4DP10-0BA1, 01/2014
175
N130 X125
N140 Y135
N150 G2 X150 Y160 CR=25
N160 M2
Programming example 2: Milling around a closed contour externally
With this program, the same contour is milled as in example 1. The difference is that the contour programming is now in the
calling program.
N10 T3 D1
; T3: Milling cutter with radius 7
N20 S500 M3 F3000
; Program feedrate and spindle speed
N30 G17 G0 G90 X100 Y200 Z250 G94
; Approach start position
N40 CYCLE72 ( "PIECE245:PIECE245E", 250, 200, 3, 175, 10,1,
1.5, 800, 400, 11, 41, 2, 20, 1000, 2, 20)
; Cycle call
N50 X100 Y200
N60 M2
N70 PIECE245:
; Contour
N80 G1 G90 X150 Y160
N90 X230 CHF=10
N100 Y80 CHF=10
N110 X125
N120 Y135
N130 G2 X150 Y160 CR=25
N140 PIECE245E:
; End of contour
N150 M2
Programming example 3
Proceed through the following steps:
1.
Select the desired operating area.
2.
Open the vertical softkey bar for available milling cycles.
3.
Press this softkey to open the window for CYCLE72. Enter a name in the first input field.