0% found this document useful (0 votes)
8 views1 page

CNC Program for 21mm Endmill Operations

The document contains the main program and two subprograms for a CNC milling machine. The main program calls subprogram 190008 and sets feed and speed parameters before milling a pattern by moving the endmill to specific X,Y,Z coordinates. Subprogram 190008 similarly moves the endmill to define a shape before returning control to the main program, which retracts the tool and ends the cycle.

Uploaded by

DwiNovriadi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

CNC Program for 21mm Endmill Operations

The document contains the main program and two subprograms for a CNC milling machine. The main program calls subprogram 190008 and sets feed and speed parameters before milling a pattern by moving the endmill to specific X,Y,Z coordinates. Subprogram 190008 similarly moves the endmill to define a shape before returning control to the main program, which retracts the tool and ends the cycle.

Uploaded by

DwiNovriadi
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Pahat (Endmill Dia.

21mm)
Main Program
(O0011)
G90 G00 X0 Y0;
M03 S........ F..........;
Z0;
G01 X-10;
M98 P190008;
G90 S(Finish)
F(Finish);
Z9.8;
Y63.0;
X-71.0;
Y-63.0;
X-50.5;
Y63.0;
X-30.5;
Y-63.0;
G00 Z0;
X0 Y0;
M30;

Sub Program
(O0008)
G91 G01 S...........
F............;
Z0.5;
Y63.0;
X-61.0;
Y-63.0;
X40.5;
Y63.0;
X-20.0;
Y-63.0;
X40.5;
M99;

Sub Program (O0009)

You might also like