808D Page 93 Operating and Programming — Milling
Sample
Program
s
Machining Process
N790 SUPA G00 Z300 D0
N800 SUPA G00 X300 Y300
; =========Tapping start=========
N810 T8 D1
N820 MSG ("Please change to Tool No 8")
N830 M05 M09 M00
N840 S500 M3
N850 MCALL CYCLE84( 50, -3, 2, , 6, 0.7,
5, , 2, 5, 5, 5, 3, 0, 0, 0, 5, 1.4 )
N860 HOLES2( 36, 24.1, 10, 90, 60, 6)
N870 X36 Y24.1
N880 MCALL ; Modal call Off
; =========Tapping end==========
N890 SUPA G00 Z500 D0
N900 SUPA G00 X500 Y500;
; =========Move to the change position
Ready to start next program or repeat
=========
N910 M30
N790
N800
; ==========Tapping start========
N810
N820 hint:change to tool 8
N830
N840
N850 CYCLE84 mode recall active→drilling
depth 6 mm, last tapping depth (delayed
milling) stops for 0.7 s, after the cycle,
the spindle M5 stops, machining dextroro-
tation thread, size 2 mm
, spindle stop position is 5º , the tapping
speed and the retraction speed of the
spindle are 5 r/min, select Z axis as the
tool axis, incremental drilling depth 5 mm,
retraction value is 1.4 mm
N860 hole arrangement circular center
coordinate (X36,Y24.1), circular radius 10
mm, start angle 90º, angle between the
holes is 60º, circular hole number 6
N870 continue drilling with X36,Y24.1) as the
center tapping
N880 cancel mode recall instruction
; ==========Tapping end=========
N890
N900
; ======Move to the change position Ready
to start next program or repeat =======
N910
N580
N590
; =========Centering start=======
N600
N610 hint:change to tool 6
N620
N630
N640
N650 CYCLE82 mode recall command active
→drilling depth 5 mm, last drilling depth
(delayed milling) stops for 0.2 s
N660 hole arrangement circular center
coordinate(X36,Y24.1), circular radius 10
mm, start angle 90º, angle between the
holes is 60º, circular hole number 6
N670 continue drilling with(X36,Y24.1) as for
the center point
N680 cancel mode recall command
; =========Centering end========
N690
N700
; ===========Drilling start========
N710
N720 hint:change to tool 7
N730
N740
N750 CYCLE83 mode recall command active
→drilling depth 9.24 mm, first drilling
depth 5 mm, degression 90, last drilling
depth (delayed milling) stops for 0.7 s,
stops at the start point for 0.5 s, first
drilling feed modules is 1, select Z axis
as the tool axis, machining type is delayed
milling, tool axis is Z axis, minimal depth
5 mm, every retraction is 1.4 mm, drilling
depth stops for 0.6 s , reinsert lead dis-
tance 1.6 mm
N760 hole arrangement circular center
coordinate(X36,Y24.1), circular radius 10
mm, start angle 90º, angle between the
holes is 60º, circular hole number 6
N770 continue drilling with (X36,Y24.1) as the
center point
N780 cancel mode recall instruction
; =========Drilling end===========
N580 SUPA G00 Z300 D0
N590 SUPA G00 X300 Y300
; ========Centering start=========
N600 T6 D1
N610 MSG ("Please change to Tool No 6")
N620 M05 M09 M00
N630 S6000 M3
N640 G00 Z50 X36 Y24.1
N650 MCALL CYCLE82( 50, -3, 2, -5, 0, 0.2)
N660 HOLES2( 36, 24.1, 10, 90, 60, 6)
N670 X36 Y24.1
N680 MCALL ; Modal Call OFF
; =========Centering end=========
N690 SUPA G00 Z300 D0
N700 SUPA G00 X300 Y300
; =========Drilling start==========
N710 T7 D1
N720 MSG ("Please change to Tool No 7")
N730 M05 M09 M00
N740 S6000 M3
N750 MCALL CYCLE83( 50, -3, 1, , 9.24, ,5,
90, 0.7, 0.5, 1, 0, 3, 5, 1.4, 0.6, 1.6)
N760 HOLES2( 36, 24.1, 10, 90, 60, 6)
N770 X36 Y24.1
N780 MCALL ; Modal call Off
; =========Drilling end==========