0% found this document useful (0 votes)
51 views

Sinumerik 840 System Program No.50 (Milling) (Trans-Sub-M17)

The document contains a CNC milling program with instructions for two tools. The main program uses a face mill to face the workpiece, then switches to an end mill for profiling. It calls a subprogram (SUB1) on line N75 that mills a pocket with circular and linear interpolation moves using G2 and G3 codes. The subprogram finishes by returning to the main program with an M17 code.

Uploaded by

ramy
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

Sinumerik 840 System Program No.50 (Milling) (Trans-Sub-M17)

The document contains a CNC milling program with instructions for two tools. The main program uses a face mill to face the workpiece, then switches to an end mill for profiling. It calls a subprogram (SUB1) on line N75 that mills a pocket with circular and linear interpolation moves using G2 and G3 codes. The subprogram finishes by returning to the main program with an M17 code.

Uploaded by

ramy
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Sinumerik 840 system

Program No.50 (Milling)


(Trans-Sub-M17)
N5 G90 G71 G40 G17
N10 G54
N15 T1 D1 M6; Face mill D40
N20 S1000 G94 F100 M3 M8
N25 G0 X18Y-22
N30 Z0
N35 G1 Y82
N40 G0 X56
N45 G1 Y-22
N50 G0 Z3
N55 T2 D1 M6; End mill D16
N60 S1500 G94 F150 M3 M8
N65 G0 X-10 Y-10
N70 Z0;
N75 SUB1 P5
N80 G0 Z90
N85 M5M9
N90 M30

; SUB1
N5 G91 Z-2
N10 G90 G41 G1 X5 Y5
N15 Y45
N20 G2 X15 Y55 CR=10
N25 G1 X45
N30 G3 X55 Y45 CR=10
N35 G1 Y13
N40 X47 Y5
N45 X-10
N50 G40 X-10 Y-10
N55 M17

You might also like