Manufacturing Processes UT026: Mechanical Engineering Department Thapar University
Manufacturing Processes UT026: Mechanical Engineering Department Thapar University
Department; Thapar
University
Manufacturing Processes
UT026
Introduction to manufacturing processes
1
Mechanical Engineering
Department; Thapar
University Manufacturing
All of the above products are produced by a combination of various processes called
MANUFACTURING
2
Mechanical Engineering
Department; Thapar
University Products & No. of Parts
3
Mechanical Engineering
Department; Thapar
University What is Manufacturing?
4
Mechanical Engineering
Department; Thapar
University Manufacturing as a Technical Process
5
Mechanical Engineering
Department; Thapar
University Selecting Manufacturing Processes
6
Mechanical Engineering
Department; Thapar
University Selecting Manufacturing Processes
Machining
Excess material removed from the starting piece so what
remains is the desired geometry
– Examples: turning, drilling, and milling; also grinding
and non-traditional processes
7
Mechanical Engineering
Department; Thapar
University Selecting Manufacturing Processes
Casting
Starting material is heated sufficiently to transform it into a
liquid or highly plastic state
– Examples: metal casting, plastic moulding
8
Mechanical Engineering
Department; Thapar
University Selecting Manufacturing Processes
9
Mechanical Engineering
Department; Thapar
University Selecting Manufacturing Processes
Joining
These operations join two or more components to create a
new entity
– Examples: (a) welding, (b) brazing, soldering
(a) (b)
10
Mechanical Engineering
Department; Thapar
University
Machining Processes
11
Mechanical Engineering
Department; Thapar
University Machining Processes
Machine Tool Use for Machining
12
Mechanical Engineering
Department; Thapar
University Machine Tool Use for Machining
13
Mechanical Engineering
Department; Thapar
University Lathe
Components of Lathe
14
Mechanical Engineering
Department; Thapar
Various Operations That Can Be Performed in Lathe
University
– External
Turning Facing
Turning tool moves axially, Turning tool moves radially,
along the side of the along the end of the
workpiece workpiece
removing material to form removing a thin layer of
steps, tapers, chamfers, and material to provide a smooth
contours. flat surface
15
Mechanical Engineering
Department; Thapar
Various Operations That Can Be Performed in Lathe
University
– External
Grooving Cut-off (parting) –
Grooving tool moves radially, Similar to grooving, cut-off tool
into the side of the moves radially, into the side of the
workpiece, workpiece,
cutting a groove equal in continues until the centre or inner
width to the cutting tool. diameter of the workpiece is
reached.
16
Mechanical Engineering
Department; Thapar
Various Operations That Can Be Performed in Lathe
University
– External
Thread cutting
Threading tool, typically with a
60° pointed nose, moves axially,
along the side of the workpiece,
Thread cutting
17
Mechanical Engineering
Department; Thapar
Various Operations That Can Be Performed in Lathe
University
– Internal
Drilling Reaming
A drill enters the workpiece A reamer enters the workpiece
axially through the end, axially through the end
Cuts a hole with a diameter Enlarges an existing hole to the
equal to that of the tool. diameter of the tool.
Performed after drilling to obtain
both a more accurate diameter and
a smoother internal finish
Twist drill
Reaming tool
Feed direction
Feed direction
Drilling Reaming
18
Mechanical Engineering
Department; Thapar
Various Operations That Can Be Performed in Lathe
University
– Internal
Boring Tapping
A boring tool enters the workpiece A tap enters the workpiece axially
axially, through the end
Cuts along an internal surface to Cuts internal threads into an
form different features, such as existing hole.
steps, tapers, chamfers, and The existing hole is typically drilled
contours. by the required tap drill size that
Enlarge the existing hole. will accommodate the desired tap.
Boring tool
Tapping tool
Boring Tapping
19
Mechanical Engineering
Department; Thapar
University
20
Mechanical Engineering
Department; Thapar
University Computer Numerical Control (CNC)
21
Mechanical Engineering
Department; Thapar
University
Computer Numerical Control (CNC) Machine
22
Mechanical Engineering
Department; Thapar
University
CNC Lathe – G Code
23
Mechanical Engineering
Department; Thapar
University
CNC Lathe – G Code
24
Mechanical Engineering
Department; Thapar
University
CNC Lathe – M Code
25
Mechanical Engineering
Department; Thapar
University
CNC Lathe – M Code
26
Mechanical Engineering
Department; Thapar
University
Workpiece zero points or Program zero point
X (+)
(0,0) Z (+)
Length of Workpiece
27
Mechanical Engineering
Department; Thapar
University G00 – Rapid transverse (or, Rapid movement)
Chuck Workpiece Tool
Syntax: Dia of w/p
G00 X_ Z_ X (+)
Z= Co-ordinate in Z-axis
Length of Workpiece
Tool
Example: ϕ 25
G21 G98
2
G28 U0 W0 / Send tool to home position
M06 T0101 / Call tool no. 1
(0,0)
M03 S2500 / Rotate tool at a speed of 2500 rpm
G00 X25 Z2 / The position of tool
Position of tool
28
Mechanical Engineering
Department; Thapar
University G01 – Linear Motion with Feed
Syntax:
G01 X_ Z_ F_
Tool will come to the
X= Co-ordinate in X-axis
position at a feed rate
Z= Co-ordinate in Z-axis
F= Feed in mm/min ϕ 25 Tool
Example:
2
G21 G98
G28 U0 W0 / Go tool to home position (0,0)
M06 T0101 / Call tool no. 1
M03 S2500 / Rotate tool at a speed of 2500 rpm 30 X (+)
G00 X25 Z2 / First position of tool
ϕ 25 ϕ 24
G01 X24 F60 Z (+)
G01 Z -10 F60 / Final position of tool
after removing material
20 10
29
Mechanical Engineering
Department; Thapar
University G02 – Tool movement in clock wise direction
Syntax: Example:
G21 G98
G02 X_ Z_ R_ F_
G28 U0 W0 / Go to tool home position
X= Co-ordinate in X-axis M06 T0101 / Call tool no. 1
Z= Co-ordinate in Z-axis M03 S2500 / Rotate tool at a speed of 2500 rpm
ϕ 24
X (+)
R4
Z (+)
ϕ 16
4
Mechanical Engineering
Department; Thapar
University G03 – Tool movement in anti-clock wise direction
Syntax: Example:
G21 G98
G03 X_ Z_ R_ F_
G28 U0 W0 / Go to tool home position
X= Co-ordinate in X-axis M06 T0101 / Call tool no. 1
Z= Co-ordinate in Z-axis M03 S2500 / Rotate tool at a speed of 2500 rpm
8
Mechanical Engineering
Department; Thapar
University
Practice
32
Mechanical Engineering
Department; Thapar
University
Practice
G21 G98 ------ Initial Settings
G28 U0 W0 ------ Going to home position
M06 T1 ------ Tool Change Position No. 01
M03 S1500 ------ Spindle clockwise with 1500 RPM
G00 X32 Z5 ------ Tool Moving to Tool Entry Point of X32 Z5 at Rapid Traverse
G01 X31 F80 ------ Giving First depth of cut of 0.5 mm at a feed rate of
80 mm / min
G01 Z-25 ------ Moving the tool towards Z-25 mm
G01 X32 ------ Retract the tool in X axis
G00 Z5 ------ Moving the tool to Z5 position
G01 X30 F80 ------ Giving Second depth of cut of 0.5 mm at a feed rate of
80 mm / min
G01 Z-25 ------ Moving the tool towards Z-25 mm
G01 X32 ------ Retract the tool in X axis
G00 Z5 ------ Moving the tool to Z5 position
G01 X29 F80 ------ Giving Third depth of cut of 0.5 mm at a feed rate of
80 mm / min
G01 Z-25 ------ Moving the tool towards Z-25 mm
G01 X32 ------ Retract the tool in X axis
G00 Z5 ------ Moving the tool to Z5 position
G01 X28 F80 ------ Giving Fourth depth of cut of 0.5 mm at a feed rate of
80 mm / min
G01 Z-25 ------ Moving the tool towards Z-25 mm
G01 X32 ------ Retract the tool in X axis
G00 Z5 ------ Moving the tool to Z5 position
G28 U0 W0 ------ Going to home position
M05 ------ Stop the spindle
M30 --------Program stop and rewind
33
Mechanical Engineering
Department; Thapar
University G94 – Facing Cycle
Syntax:
This cycle is used for stock removal in
G94 X_ Z_ F_
parallel tool path
X= Diameter to which movement is being
1. Rapid to Z position
made 2. Feed to X position
Z= Co-ordinate in Z-axis 3. Feed to start Z position
F= Feed 4. Rapid to start X position
Example:
M03 S2500
Z (+)
G00 X26 Z2
Z-1.5
Z-2
G28 U0 W0
Mechanical Engineering
Department; Thapar
University G90 – Straight Turning Cycle
Syntax:
This cycle is used for stock removal in parallel tool
G90 X_ Z_ F_ path.
X= Diameter to which movement is 1. Rapid to x position
2. Feed to Z position
being made
3. Feed to start X position
Z= Co-ordinate in Z-axis
4. Rapid to start Z position
F= Feed rate
ϕ 25 Tool
Example:
G21 G98 X21 ϕ 15
X (+)
ϕ 20
G28 U0 W0 X20
M06 T0101 G90 X19 Z -17 F60
M03 S2500 X18 Z (+)
G00 X26 Z2 X17
G94 X0 Z -0.5 F60 X16
Z-1 X15
Z-1.5 G28 U0 W0 2 mm
Z-2 M05 15 15 facing
G00 X25 Z0 M30
G90 X24 Z -32 F60
X23
X22
35
Mechanical Engineering
Department; Thapar
University G71 – Multiple Turning Cycle
Syntax: This cycle is used when major direction of cut along
G71 U_ R_ the “Z” axis
G71 P_ Q_ U_ W_ F_
F= Feed rate
36
Mechanical Engineering
Department; Thapar
University
Example
O0001
G21 G98
G28 U0 W0
M06 T0101
M03 S1500 /Spindle clockwise with 1500 RPM
G00 X32 Z5 /Tool Moving to Tool Entry Point of X32 Z5 at
Rapid Traverse
G71 U0.5 R1 /Calling G71 Cycle and defining Cycle Parameters
X G71 P1 Q2 U0.1 W0.1 F100 /Defining Cycle Parameters
Z N1 G01 X18 F100
G01 Z0
G01 X20 Z-4
G01 Z-16
G03 X24 Z-20 R4
G01 Z-30
N2 G01 X32 Z-38
G70 P1 Q2 F80 /Finishing cycle
G28 U0 W0
M05
M30
37
Mechanical Engineering
Department; Thapar
University G74 – Multiple Drilling Cycle
G74 X_ Z_ Q_ F
R - Return Amount, mm 1. The drill enters the w/p into a
X - Always Zero, mm predetermined a amount
Z - Drilling Depth, mm 2. Then backing off another set amount
Q - Depth of Cut in Z axis (in Micron)
to remove the chips
F - Feed Rate, mm
38
Mechanical Engineering
Department; Thapar
University G74 – Multiple Drilling Cycle
ϕ25
X (+)
G74 R_
G74 X_ Z_ Q_ F
Z (+)
Example:
Drill
G21 G98
G28 U0 W0
M06 T0202 / Call tool no. 2
12
M03 S1000 / Rotate tool at a speed of 2500 rpm 50
39
Mechanical Engineering
Department; Thapar
University G76 – Multiple Threading Cycle
41
Mechanical Engineering
Department; Thapar
University
42
Mechanical Engineering
Department; Thapar
University
Different Measurement System
Absolute System Incremental System
Absolute dimension system always refers Every measurement is considered from
to a fixed reference point in the drawing. previously dimensioned position.
This point has the function of a coordinate Incremental dimensions are distance
zero point. between adjacent points.
Define by X and Z Defined by U and W
43
Mechanical Engineering
Department; Thapar
University Practice
ϕ 32
R6
ϕ 20
ϕ 12 M 12×1.5
X
Z
21 3 3 15
44
Mechanical Engineering
Department; Thapar
University
Degree of Freedom in Milling
45
Mechanical Engineering
Department; Thapar
University
Various Operations That Can Be Performed in Milling
46
Mechanical Engineering
Department; Thapar
University
Various Operations That Can Be Performed in Milling
Drilling
Boring Reaming
Tapping
47
Mechanical Engineering
Department; Thapar
University
Workpiece zero points or Program zero point
Z (+) Tool
X (+)
Thickness
Z (+)
Zero point
Length
Workpiece Y(+)
X (+)
Y (+)
X (+)
(0,0)
Width
48
Mechanical Engineering
Department; Thapar
University
CNC Milling – G Code
49
Mechanical Engineering
Department; Thapar
University
G01
G00
G01 X_ Y_ Z_ F_
G00 X_ Y_ Z_
G03 X_ Y_ Z_ F_
G02 X_ Y_ Z_ F_
50
Mechanical Engineering
Department; Thapar
University
O0002
G21 G94
G91 G28 X0 Y0 Z0 /tool go to home position
M06 T0101 / Call tool no. 1
M03 S2500 / tool rotates at a speed of 2500 rpm
G00 G90 G54 X0 Y0 /
G00 G43 H1 Z10
G00 X20 Y10
G01 Z-2 F100
G01 X10 Y20
G01 Y80
G02 X20 Y90 R10
G01 X80
G03 X90 Y80 R10
G01 Y20
Thickness of workpiece: 12 mm, Depth of cut: 1 mm, G01 X80 Y10
Feed rate: 100 mm/min, Speed: 2500, Dia of end mill: 5 mm G01 X20
G00 Z5
G91 G28 X0 Y0 Z0
M05
M30
51