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

Experiment No 8

This document summarizes a simple dry run job on a CNC milling machine. The program rapidly traverses the tool to the start point, infeeds in Z to a depth of 5mm, then traverses the tool from point 1 to point 2 at a feedrate of 150mm/min. It then rapidly retracts the tool in Z to 100mm and moves it to the retracted point in X and Y. The program ends and concludes that this helps demonstrate basic CNC milling programming instructions.
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)
96 views1 page

Experiment No 8

This document summarizes a simple dry run job on a CNC milling machine. The program rapidly traverses the tool to the start point, infeeds in Z to a depth of 5mm, then traverses the tool from point 1 to point 2 at a feedrate of 150mm/min. It then rapidly retracts the tool in Z to 100mm and moves it to the retracted point in X and Y. The program ends and concludes that this helps demonstrate basic CNC milling programming instructions.
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
You are on page 1/ 1

EXPERIMENT NO.

8 Simple dry run job on CNC milling machine

Job Drawing –

Program –

Program Description

N10 G00 G90 X70 Y25 Z1 S800 M3 Spindle on clockwise rotation at 800
rev/min, tool rapid traverse to P01.

N20 Z-5 Infeed in Z.

N30 G01 X20 F150 Tool traverse P01 to P02, feedrate 150
mm/min

N40 G00 Z100 Rapid traverse retraction.

N50 X-25 Y50 Rapid traverse retraction.

N60 M30 End of program.

Conclusion
This practical described the basic knowledge of CNC Milling
machining program and how to use the common instructions to the
CNC control.
This help us to be able to prepare the basic machining program with
referring the manuals of our CNC or machine tool.

You might also like