Top Banner
Fabrication II By Ryan Sharp and Andrew Keisic
21

Fabrication II

Feb 24, 2016

Download

Documents

Lea

Fabrication II. By Ryan Sharp a nd Andrew Keisic. Topics. How to machine a simple part. Things to Keep in Mind When Designing Parts Tooling Setup CNC. How would you machine this simple part?. Step 1. Acquire material. (Aluminum 6065). Step 2. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Fabrication II

Fabrication II

By Ryan Sharpand Andrew Keisic

Page 2: Fabrication II

Topics

• How to machine a simple part.• Things to Keep in Mind When Designing Parts• Tooling• Setup• CNC

Page 3: Fabrication II

How would you machine this simple part?

Page 4: Fabrication II

Step 1

1. Acquire material. (Aluminum 6065)

Page 5: Fabrication II

Step 2• Using the Vertical mill square up the stock.

(Make the sides straight and perpendicular)Clamp the stock in the vise

Page 6: Fabrication II

Step 3

• Machine stock to correct size.1. Measure length and subtract the dimension you want from the dimension you measured.2. This is the distance to need to travel to remove the correct amount of material3. Repeat steps 1 and 2 for the width of the part.

Page 7: Fabrication II

Step 4

• Drill the three holes on the face.1. Use an edge finder to find the edge of the part.2. Move left or right to find the correct hole location3. Center drill4. Drill5. Repeat steps 2-4 for the other holes

Page 8: Fabrication II

Step 5

• Reposition part so you can drill and tap the hole for the set screw.1. First find the location of the hole using an edge

finder2. Center Drill3. Drill the hole for an 8-32 tap (.1575-.1850 Drill)4. Tap with an 8-32 tap

Page 9: Fabrication II

Step 6• Deburr (Remove sharp edges)- Use a file.

- Use a deburr tool.

Page 10: Fabrication II

• Inspect (check dimensions)

Step 7

Page 11: Fabrication II

Things to Keep in Mind When Designing Parts

• How would you machine these types of parts?• What is a good medium between strength and

machining feasibility?• Does this part need all of those cool radii and contours?

Page 12: Fabrication II

ToolingLathe Tooling Vertical Mill Tooling

Page 13: Fabrication II

Setups T slots

Page 14: Fabrication II

CNC- Computer Numerical ControlMain types of programming1. Shop Floor/Tool Room2. G-Code3. Master CAM/ CAD CAM

Page 15: Fabrication II

Shop Floor/Tool Room

• Type in Parameters

Page 16: Fabrication II

G-Code

• The G-codes are the codes that position the tool and do the actual work, as opposed to M-codes, that manages the machine; T for tool-related codes. S and F are tool-Speed and tool-Feed.

Page 17: Fabrication II

G-Code• %• N1 O003 (DIAMOND SQUARE)• N2 G54 G90 G49 G80• N3 M6 T1 (1.ENDMILL)• N4 M3 S1800• N5 G0 X-.6 Y2.050• N6 G43 H1 Z.1• N7 G1 Z-.3 F50.• N8 G41 D1 Y1.45• N9 G1 X0 F20.• N10 G2 J-1.45• N11 G1 X.1• N12 G0 Z.1• N13 G40• N14 G0 X-1.590 Y1.590• N15 G1 Z-.2 F50.• N16 G41 D1 Y.990• N17 G1 X.990 F20.• N18 Y-.990• N19 X-.990• N20 Y1.09• N21 G0 Z.1• N22 G40• N23 G0 X-.6 Y1.590• N24 G1 Z-.1 F50.• N25 G41 D1 Y.990• N26 G1 X0 F20.• N27 X.75 Y0 • N28 X0 Y-.990• N29 X-.75 Y0• N30 X0 Y.990• N31 X.1• N31 G0 Z.1• N32 G40• N33 M5 G49 G28 G91 Z0• N34 M3• %

Page 18: Fabrication II

Master CAM/ CAD CAM

1. Import CAD File2. Select tool paths and other variables.3. The software generates G-Code.4. Transfer G-Code to CNC Machine

Page 19: Fabrication II
Page 20: Fabrication II

Master CAMShows tool paths so you can see any possible mistakes before you cut any material

Page 21: Fabrication II

Complex CNC’d Parts