Operating and Programming — Milling Page 106 808D
ISO
Mode
s
Basic Theory
N10 T1D1M6 ; contour milling tool
N20 G54G90G40G17
N30 M3S2000M8
N40 G0Z25
N50 X0Y-70
N55 CYCLE72( "CONT1:CONT1_E", 50,
0, 2, -5, 2.5, 0.1, 0.1, 200, 200, 111, 41, 2,
20, 200, 2, 20)
N60 T2D1M6 ; quill, drill center hole
N70 M3S2500M8
N80 MCALL CYCLE82( 50, 0, 2, 0, 2, 0)
N90 CYCLE802( 111111111, 111111111,
40, -40, 40, 40, -40, 40,
-40, -40, ,)
N100 MCALL
N110 T3D1M6 ; quill; deep hole drilling
N120 M3S2500M8
N130 MCALL CYCLE83( 50, 0, 2,
-20, ,-5, ,3, 0.5, 1, 1, 1, 3, 3, 0, ,0)
N140 CYCLE802( 111111111, 111111111,
40, -40, 40, 40, -40, 40,
-40, -40, ,)
N150 MCALL
N160 G0G40G90Z60
N170 M09M05
N180 M30
The next paragraph describes
the codes of the contour. The
system will generate them auto-
matically and does not affect
the program execution.
*************CONTOUR************
CONT1:
;#7__DlgK contour definition begin -
Don't change!;*GP*;*RO*;*HD*
N190 G17 G90 DIAMOF;*GP*
N200 G0 X0 Y-50 ;*GP*
N210 G1 X-50 RND=10 ;*GP*
N220 Y50 RND=10 ;*GP*
N230 X50 RND=10 ;*GP*
N240 Y-50 RND=10 ;*GP*
N250 X0 ;*GP*
;CON,0,0.0000,5,5,MST:0,0,AX:X,Y,I,
J;*GP*;*RO*;*HD*
;S,EX:0,EY:-50;*GP*;*RO*;*HD*
;LL,EX:-50;*GP*;*RO*;*HD*
;R,RROUND:10;*GP*;*RO*;*HD*
;LU,EY:50;*GP*;*RO*;*HD*
;R,RROUND:10;*GP*;*RO*;*HD*
;LR,EX:50;*GP*;*RO*;*HD*
;R,RROUND:10;*GP*;*RO*;*HD*
;LD,EY:-50;*GP*;*RO*;*HD*
;R,RROUND:10;*GP*;*RO*;*HD*
;LL,EX:0;*GP*;*RO*;*HD*
;#End contour definition end - Don't
change!;*GP*;*RO*;*HD*
CONT1_E:;****CONTOUR ENDS *****
Standard Siemens programming.
Machining the same workpiece as
described above (can be compared
with the ISO code).