Introduction To Machining
Introduction To Machining
Tony Schmitz
University of Tennessee, Knoxville/ORNL
ace America’s
Cutting Edge
This program is funded by the Department of Defense (DoD) Industrial Base Analysis and Sustainment (IBAS) Program from the Office of Industrial Policy.
DoD has collaborated with ORNL and IACMI to establish America’s Cutting Edge (ACE), a national initiative for machine tool technology development and advancement.
Machining introduction
▪ In machining we remove material using a defined cutting edge to produce parts with the desired dimensions.
▪ Because machining removes material from the stock, it is a subtractive process.
▪ This contrasts additive manufacturing, where we deposit material to produce the desired shape.
Material is removed in the form of chips that are sheared away by the cutting edge.
Turning Milling
Drilling
2
Machining introduction
Material is removed in the form of chips that are sheared away by the cutting edge
t0 – commanded chip
thickness
w – chip width
A – chip area
V – cutting speed Vc Tool
Vc – chip velocity Chip
– rake angle
– shear plane angle
w
A Workpiece
V
Chip formation video
https://www.youtube.com
/watch?v=6QZ98Klssr4
BUE example
https://www.youtube.com/watch?v=-TfNouJbJrg
5
Machining introduction
F = R sin
N = R cos
Fc = R cos ( – )
Ft = R sin ( – )
or
Ft = Fc tan ( – )
Ks = FcV/(wt0V) = Fc /(wt0)
Ks = Fc /(wt0)
= 63 lbf
w = 2 mm
t0 = 0.2 mm
Manufacturing Processes for Engineering Materials, 5th Ed. 12
Machining introduction
▪ The power input to shear away the chips produces heat.
▪ The temperature increase at the tool-chip interface can
be hundreds of deg C.
HSS
Carbide
15
Machining introduction
Coatings are applied to reduce friction and chemical reactivity.
Multi-layer coating
16
Machining introduction
Flood coolant
example
https://www.youtub
e.com/watch?v=rju3
ly6nji0
17
Machining introduction
We will introduce the primary machining operations
▪ Turning – rotating workpiece, tool moves over workpiece to produce round shapes (lathe)
▪ Milling – rotating tool, tool moves over workpiece to produce arbitrary shapes (mill)
▪ Drilling – lathe: rotating workpiece, drill forced into workpiece to produce hole at part center
▪ Drilling – mill: rotating drill, produces round holes by forcing drill into workpiece Headstock
▪ Tapping – cut threads inside hole
Cutting tool Tool post
Lathe
Tailstock
Spindle
Workpiece
Cross slide
Carriage
18
Machining introduction
Turning video – overview
https://www.youtube.com/watch?v=8
EsAxOnzEms
y x
Milling video
https://www.yout
ube.com/watch?v
=AxHexqN0Hr0
Guideways
Ball screw
x
y
Bearings
Base
https://www.youtube.com/
watch?v=U99asuDT97I 23
Machining introduction
4-axis horizontal
milling machine
Spindle
(horizontal axis)
24
Machining introduction
5-axis milling
machine
25
Machining introduction
Example milling applications and tool geometries Square end mill, four flutes (teeth)
Square end mill Ball nose end mill Bull nose end mill
Helix
angle
Ball nose end mill, two flutes
Ball nose end mill,
two flutes, indexable
Peripheral milling End milling Contour
milling
Insert
Axial depth Axial
of cut depth
Radial
depth
Radial depth
of cut
Face mill, indexable
ER collet CAT-50
holder CAT-40
CAT HSK
Weldon/set
screw
holder
27
Machining introduction
Tool holding video
https://www.youtube.com/watch?v=IPWGV_EGAHw
28
Machining introduction
Chip thickness variation for up (conventional) and down (climb) milling for 50% radial immersion (a = r)
Chamfer milling
30
Machining introduction
We will introduce the primary machining operations
▪ Turning – rotating workpiece, tool moves over workpiece to produce round shapes (lathe)
▪ Milling – rotating tool, tool moves over workpiece to produce arbitrary shapes (mill)
▪ Drilling – lathe: rotating workpiece, drill forced into workpiece to produce hole at part center
▪ Drilling – mill: rotating drill, produces round holes by forcing drill into workpiece
▪ Tapping – cut threads inside hole
Chip
31
Machining introduction
We will introduce the primary machining operations
▪ Turning – rotating workpiece, tool moves over workpiece to produce round shapes (lathe)
▪ Milling – rotating tool, tool moves over workpiece to produce arbitrary shapes (mill)
▪ Drilling – lathe: rotating workpiece, drill forced into workpiece to produce hole at part center
▪ Drilling – mill: rotating drill, produces round holes by forcing drill into workpiece
▪ Tapping – cut threads inside hole
Deep hole
drilling Chamfer
drills
33
Machining introduction
Computer numerically controlled (CNC) machining
▪ the part is designed using computer software to provide a digital model of the desired
geometry – computer aided design (CAD)
▪ the CAD model is used in computer aided manufacturing (CAM) software to generate the
instructions, or toolpath, for the CNC machine to produce the part
▪ the CNC part program, that includes the toolpath and other machine instructions, is
uploaded to the CNC controller on the machine tool
▪ the part is machined and inspected
34
Machining introduction
Computer numerically controlled (CNC) machining
https://www.youtube.com/watch?v=hMK7g_PpCv8
35
Machining introduction
Key CAM software considerations
▪ the instructions are provided using M and G
codes – computer code that is interpreted by
the machine tool controller
M codes are machine codes that might differ between CNC machines. These codes control functions on your CNC machine
such as coolant and spindle directions. Some of the most common M-codes include:
https://www.autodesk.com/products/fusion-360/blog/cnc-programming-fundamentals-g-code-2020-update/ 37
Machining introduction
Key CAM software considerations
▪ the instructions are provided using M and G codes – computer code that is interpreted by the machine tool controller
Example G83:
Create a hole by peck drilling using only two lines of
code. Represents over 20 lines of regular G code.
https://www.autodesk.com/products/fusion-360/blog/cnc-
programming-fundamentals-g-code-2020-update/
38
Machining introduction
Typical sequence of activities for a CNC part program
https://www.autodesk.com/products/fusion-360/blog/cnc-
programming-fundamentals-g-code-2020-update/ 39
Machining introduction
Example
▪ coolant commands are modal
▪ if coolant is turned on, it stays on until it is turned off
▪ G codes for motion are modal
▪ if a G01 (straight line) command is given on one line, it will be executed again on the next line unless a command is
given specifying a different motion
40
Machining introduction
Key CAM software considerations
▪ work holding – the starting material must be clamped on the machine table in a
known location
▪ the starting material is called the stock model in CAM – can be any shape (blue block)
▪ its location is defined as the Work Coordinate System (WCS) in CAM
▪ WCS origin is defined at a point on the stock model (corner of transparent block)
Example:
G54 – Work Offset
This code is used to define a fixture offset which
determines the distance from a machine’s internal
coordinates to the WCS. You can program multiple
offsets if a job requires machining multiple parts at
once (G55, G56, etc.)
https://www.autodesk.com/products/fusion-360/blog/cnc-programming-
fundamentals-g-code-2020-update/ 41
Machining introduction
Work holding video
https://www.youtube.com/watch?v=J1VtofzVG24
▪ machining parameters
▪ axial depth of cut, stepdown
▪ radial depth of cut, stepover
▪ spindle speed
▪ feed per tooth
▪ feed in motions
▪ feed out motions
43
Machining introduction
Key CAM software considerations
▪ process definitions in CAM includes tool selection
▪ More on this!
44
Machining introduction
Machining operations
▪ chip formation by shearing with a sharp cutting edge
▪ cutting force, power
▪ temperature increase, tool wear
▪ tool material, coatings, lubricant/coolant
▪ turning: straight turning, profiling, facing, drilling
▪ parameters: depth of cut, feed per revolution, spindle speed, feed, cutting speed
▪ drilling: spot drilling, deep hole drilling
▪ tools: spot/center drill, twist drill
▪ parameters: drill diameter, feed per revolution, spindle speed, feed, cutting speed
▪ milling: face, peripheral, chamfer, up/down (conventional/climb)
▪ milling cutters: face mill, square (flat nose) end mill, bull nose end mill, ball nose end mill
▪ parameters: spindle speed, feed per tooth, feed, cutting speed, axial depth (stepdown), radial depth (stepover)
CNC machining
▪ CAD – digital model
▪ CAM – toolpaths
▪ M/G codes
▪ post-processor
▪ work holding
▪ work coordinate system
▪ stock model
45