fabrication ii by ryan sharp and andrew keisic. topics how to machine a simple part. things to keep...

21
Fabrication II By Ryan Sharp and Andrew Keisic

Upload: elizabeth-mcgee

Post on 24-Dec-2015

213 views

Category:

Documents


0 download

TRANSCRIPT

Fabrication II

By Ryan Sharpand 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

1. Acquire material. (Aluminum 6065)

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

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

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.

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

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

Step 6

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

- Use a deburr tool.

• Inspect (check dimensions)

Step 7

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?

ToolingLathe Tooling Vertical Mill Tooling

Setups T slots

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

Shop Floor/Tool Room

• Type in Parameters

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.

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• %

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

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

Complex CNC’d Parts