Syllabus Me0423 - Computer Aided Manufacturing Laboratory: Purpose
Syllabus Me0423 - Computer Aided Manufacturing Laboratory: Purpose
Syllabus Me0423 - Computer Aided Manufacturing Laboratory: Purpose
INSTRUCTIONAL OBJECTIVES
To familiarize the students in
CAM software
LIST OF EXPERIMENTS
Manual part programming for CNC machines using standard G and M codes.
o
CNC LATHE
Part programming for Turning, Facing, Chamfering, Grooving, Step turning,
Taper turning, Circular interpolation, Combination of few operations.
Part Programming using Fixed or Canned Cycles for Drilling, Peck drilling, Boring,
Tapping, Turning, Facing, Taper turning Thread cutting
Machining of small components using CNC Lathe & CNC Milling Machine
SRM UNIVERSITY
SCHOOL OF MECHANICAL ENGINEERING
ME0423-COMPUTER AIDED MANUFACTURING LABORATORY
VII-SEMESTER (MECHANICAL, AUTOMOBILE)
LIST OF EXPERIMENTS
CYCLE-I
SEENC TURN
1. Manual Part Program for Facing, Step turning, Tapper and Finish Turning using ordinary and
canned cycle.
2. Manual Part Program for Radial Grooving, Threading and Axial Drilling using canned cycle.
CAPS TURN
3. NC Code Generation for a given model using CAPSTURN.
SEENC MILL
4. Manual Part Program for Surface Milling, Linear and Circular Interpolation and Mirroring
operation.
5. Manual Part Program for End Milling and Drilling Operation.
CAPS MILL
6. NC Code Generation for a given model using CAPSMILL.
CYCLE-II
MASTERCAM
7. Model and NC Code Generation for a Simple profile Using Turning operation
8. Model and NC Code Generation for a Simple profile Using Milling operation
9. Model and NC Code Generation for a Simple profile Using Wire Cut- EDM.)
MACHINING EXERCISES
10. Machining Demonstration on FMS Turning and Milling Center.
11. Machining a simple profile on CNC Turning and Milling Center.
12. Machining Demonstration on Wire Cut Electrical Discharge Machine.
LAB HEAD
HOD/MECH
INDEX
Marks Awarded
S.No Date
Page
Pre
No.
Lab
(2)
Simulation
(5)
Post
Lab
(3)
Date of
Total
(10)
Report
Sign
Ex. No. 1
Date:
b)
c)
Software used:
CADEM/SeeNC Turn
processor.
3.
MACHINING PROFILE:
BLANK SIZE:
Length: 120mm
Diameter: 52mm
Procedure:
i)
Open the CADEM software by using start menu/programs/SeeNC Turn version 6.0.
ii)
Select the option create a new part from the start up dialog box.
iii)
iv)
Select the blank from pull down menu. Enter the length, diameter and start point of Z
for the blank.
v)
Select machine from pull down menu. Choose the machine type from the machine
list.
vi)
Select syntax from pull down menu. Verify the syntax, if error occurs, check the error
in the error description dialog box.
vii)
If the syntax is correct, automatically the configure dialog box open, double click the
tool no, tool library opens, select the tool type and tool.
viii)
If you want to edit the tool, click the edit tool geometry button, edit the nomenclature
of the tool and click ok.
ix)
Select simulate from pull down menu. In simulate menu, select solid mode.
x)
Once again select simulate from pull down menu, select start and verify the
simulation of the program.
Syntax:
Rapid Traverse G00
N_ G00 X_ Z_
Linear Interpolation (Feed Traverse) - G01
N__ G01 X__ Z__ F__
Circular Interpolation (Feed Traverse) - G02/G03
N__ G02/G03 X__ Z__ R__F__
Canned Cycle Rough Turning Cycle G71
G71 U_ R_
G71 P_ Q_ U_ W_ F_
Canned Cycle Finishing Cycle G70
G70 P _ Q_ F _
Canned Cycle Rough Facing Cycle G72
G72 W_ R_
G72 P_ Q_ U_ W_ F_
Where,
W
Retraction Amount in mm
PROGRAM:
1A .USING ORDINARY CYCLE.
a) Using ordinary
cycle.
O1234
G21
G99
G28 U0 W0
M06 T0101
M03 S1200
G00 X55 Z5
Z0
G01 X-1 F.1
G01 Z1
G00 X50
G01 Z-100 F.1
G01 X51 Z-100
G00 Z1
G00 X48
G01 Z-75 F.1
G01 X49 Z-75
G00 Z1
G00 X46
G01 Z-75 F.1
G01 X47 Z-75
G00 Z1
G00 X44
G01 Z-75 F.1
G01 X45 Z-75
G00 Z1
G00 X42
G01 Z-75 F.1
G01 X43 Z-75
G00 Z1
G00 X40
G01 Z-75 F.1
G01 X41 Z-75
-Continuation
-Continuation
G00 Z1
G00 X38
G01 Z-50 F.1
G01 X39 Z-50
G00 Z1
G00 X36
G01 Z-50 F.1
G01 X37 Z-50
G00 Z1
G00 X34
G01 Z-50 F.1
G01 X35 Z-50
G00 Z1
G00 X32
G01 Z-50 F.1
G01 X33 Z-50
G00 Z1
G00 X30
G01 Z-50 F.1
G01 X31 Z-50
G00 Z1
G00 X28
G01 Z-25 F.1
G01 X29 Z-25
G00 Z1
G00 X26
G01 Z-25 F.1
G01 X27 Z-25
G00 Z1
G00 X24
G01 Z-25 F.1
G01 X25 Z-25
G00 Z1
G00 X22
G01 Z-25 F.1
G01 X23 Z-25
G00 Z1
G00 X20
G01 Z-25 F.1
G01 X21 Z-25
G00 Z1
G00 X28 Z-24
G01 X30 Z-40 F.1
G01 X31 Z-40
G00 Z-24
G00 X26
G01 X30 Z-40 F.1
G01 X31 Z-40
G00 Z-24
G00 X24
G01 X30 Z-40 F.1
G01 X31 Z-40
G00 Z-24
G00 X22
G01 X30 Z-40 F.1
G01 X31 Z-40
G00 Z-24
G00 X20
G01 X30 Z-40F.1
G01 X31 Z-40
G00 Z-24
G00 Z1
G28 U0 W0
M05
M30
For roughing cycle how much feed rate is given when compared to finish cycle?
For roughing, Feed rate must be higher than finishing cycle.
4.
5.
Result:
Thus a manual part program for facing, step turning, tapper and finish turning was
written and simulated using
a)
b)
c)