CAM & Robotics Lab Manual+27-07-16 GVPCOE
CAM & Robotics Lab Manual+27-07-16 GVPCOE
(CAD/CAM)
COMPUTER AIDED MANUFACTURING AND ROBOTICS LAB
Course Code:15ME2120
List of Experiments
1. Creating a 2D part and contour tool path using CAM software
2. Creating 3D geometry in CAM software
3. Tool path simulation and NC code generation for drilling operationsusing CAM software
4. Tool path simulation and NC code generation for facing and contouring operations using
CAM software
5. Tool path simulation and NC code generation for pocket milling operations using CAM
software
6. Tool path simulation and NC code generation for facing, plane and step turning
operations using CAM software
7. Tool path simulation and NC code generation for threading operations using CAM
software
8. Mode selection andtool setting on CNC lathe machine Practice
9. CNC part programming for facing andstepturning on CNC lathe machine
10. CNC part programming for taper turning on CNC lathe machine
11. CNC part programming for circular turning on CNC lathe machine
12. CNC part programming for threading on CNC lathe machine
13. Practice in G & M code based CNC programming for the use on a machining center /
milling machine
14. Practice in Robot programming and its languages
15. 3-D Robot simulation for operation of pick-place robot
Software: MasterCAM, CATIA, Robo-X
At the end of the course, the student will be able to
CO2: Use CNC part program for CNC turning and milling operations
CO3: Generate the tool path and NC part program for drilling and milling operations
CO4: Demonstrate the tool path for turning operation using CAM software
CO-PO mapping:
COs PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO-1 S M M M S M
CO-2 S S M S M S
CO-3 S M S M S M
CO-4 S M S M S M
CO-5 M S M
AIM:Design the model as per given dimensions and perform drilling operation
PROCEDURE:
Machine Type Mill Default Properties Mill Default MM Stock setup Bounding box enter
X,Y, Z values Ok
Step 11: After completion of all operations to check the simulation Go to Machine Group Verify
selected operations
RESULT:
Procedure:
Step 2: Machine type mill default go to machine group properties stock setup
bounding box, enter x,y,z values ok
Step 3: Tool path group 1 mill tool path contour give direction to chain ok
Step 4:Tool path group 1 mill tool path drill give direction to chain ok
Step 5: Tool path group 1 mill tool path pocket 1 give direction to chain ok
Tool select library tool select tool diameter linking parameters give depth
ok
Step 6: Tool path group 1 mill tool path pocket 2 give direction to chain ok
Tool select library tool select tool diameter linking parameters give depth
ok
Step 7: Tool path group 1 mill tool path pocket 3 give direction to chain ok
Tool select library tool select tool diameter linking parameters give depth
ok
Step 8: Tool path group 1 mill tool path facing select chain select tool linking
parameters give depth ok
AIM: To perform the contouring, pocketing andfacing operations for the given diagram.
Procedure:
AIM: Design the model as per given dimensions and perform facing, plane and step turning
operations
PROCEDURE:
7. RESULT:
Facing, roughing and finishing operations has been performed using step turning operation
Problem: Tool path simulation and NC code generation for facing, circular and taper
turning operations
SOFTWARE:MasterCAM
PROCEDURE:
Procedure:
(i) MPG
(ii) JOG
(iii) SBK
(iv) EDIT
(v) ZRN
(vi) MDI
9. CNC part programming for facing and stepturning on CNC lathe machine
O0060;
G28 U0 W0;
T0101;
G92 S3300;
G28 U0 W0;
G97;
M30;
10. CNC part programming for taper turning on CNC lathe machine
11. CNC part programming for circular turning on CNC lathe machine
O0025;
N1;
G28 U0 W0;
T0101;
G92 S3300;
N10 G0 Z0;
G01 X-1.6;
N20;
G0 G42 Z5.0;
N40 G0 X8.0;
G01 Z0;
Z-11.0;
G01 Z-30.0;
X42.0 Z-50.0;
N60;
G28 U0 W0;
G97;
M30;
12. CNC part programming for threading on CNC lathe machine
00071;
N1
G28 UO WO;
T0606;
G28 UO WO;
M30;
13. Practice in G & M code based CNC programming for the use on milling machine
Milling Program:
G90
G01 X0 Y0 F7.5
Y2.314
G01 Y5.5
G02 X0.5 Y6.0 I0.5 J0
G01 X4.5
G01 Y0
X0
Experiment:Robo-X software
Procedure:
1. Activate Robo-X software, arrange dialogue boxes properly and enlarge robot window
2. Select speed of robot by clicking up key or down key
3. Control on movement of various robot axis
4. 1.Body, 2.Shoulder, 3.Elbow, 4.wrist (pitch), 5.Roll click on gripper icon to open or close the
gripper
5. Record the positions using record positions dialogue box as mentioned below
6. Move the robot to position whose coordinates are to be recorded. Select absolute/relative option
7. Click record the current coordinate of axis will be recorded. Record 4/5 positions.
8. Move robot in circular and linear passion using above recorded points.
Exercise 2: 3-D Robot simulation for operation of pick-place robot through program
Program 1:
To move the robot through position #1,#2,#3 & opening and closing the gripper
Program 2:
In the program window.write a program to pick object from one source and place at 10 different places.
Open gripper
Go position 11 speed 50
Close gripper
Go position 2 speed 50
Open gripper
Go position 11 speed 50
Close gripper
Go position 3 speed 50
Open gripper
Go position 11 speed 50
Close gripper
Go position 4 speed 50
Open gripper
Go position 11 speed 50
Close gripper
Go position 5 speed 50
Open gripper
Go position 11 speed 50
Close gripper
Go position 6 speed 50
Open gripper
Go position 11 speed 50
Close gripper
Go position 7 speed 50
Open gripper
Go position 11 speed 50
Close gripper
Go position 8 speed 50
Open gripper
Go position 11 speed 50
Close gripper
Go position 9 speed 50
Open gripper
Go position 11 speed 50
Close gripper
Go position 10 speed 50
Open gripper
Observation:
Simulation of 3D robot for pick and place is done in manual and auto mode.
Experiments beyond syllabus
O0029;
G28 U0 W0;
T0606;
G92 S3000;
N10 G0 X22.0;
G1 Z -20.0;
N20 X19.0;
G1 Z5.0;
G28 U0 W0;
M30;