Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a Milling NC program for the following design: Use the same design (123) and dimensions from homework 1. The depth of the letters is

image text in transcribed

Write a Milling NC program for the following design: Use the same design ("123") and dimensions from homework 1. The depth of the letters is 0.3". Milling Centre a. Side with 3" length is fixed parallel to axis (X) b. Side with 2" length is fixed parallel to axis (Y) c. Side with 1.5" length is fixed parallel to axis (2) d. S=1500 (Spindle RPM) e. Tools : T1 (diameter is 0.1, radius is 0.05) unit: inch f. Z=0 at the top surface of the wax block g. X=0 and Y=0 are located at the bottom left corner (All the dimensions are given in inch) R.20 Y+ .10+ -R.30 R.20 .30 R.30 (0, 0, 0) X + Raw Stock Specification: Milling Operation-Wax Piece: 3*2*1.5 inches 123 .10+ 1.00 40 Y+ .30 X+ I need the NC program in text format please. Thank you! To make sure that the all of the programs start the same, the TA has given the first and last few lines. You will not need to define any feed (F) for any of the program. You will need to fill in the values for X and Y on N6 (line 6), and continue your program after N7 (line 7). You are free to use absolute or incremental (or both) coordinate the main body of your program. NI M06 TO1; (Installing tool no.01) N2 G90; (absolute coordinate) N3 G00 XO YO 20.5; (rapid movement to X Y Z location) N4 S1500 MO3; (Turn on spindle with 1500 rpm) N5 M8; (coolant supply on) GOO X Y - ; (Rapid movement to your X and Y coordinate) N7 G01 Z-0.3; (Tool goes 0.3" into the part) N? G00 Z0.5 (rapid movement to Z location) MOS (end of program)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 33rd International Conference Dexa 2022 Vienna Austria August 22 24 2022 Proceedings Part 1 Lncs 13426

Authors: Christine Strauss ,Alfredo Cuzzocrea ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

3031124227, 978-3031124228

More Books

Students also viewed these Databases questions

Question

3. How would you address the problems that make up the situation?

Answered: 1 week ago