CAM ASSIGNMENT Rutu
CAM ASSIGNMENT Rutu
CAM ASSIGNMENT Rutu
Batch: D
Code:
(Turning Operation)
(Stock dimensions: ø100mm bar)
(T1 = Flat Cutter)
G90 G94 G91.1 G17 G21 G44; (ABS_Pos Feed_per_min
Incremental XY_Plane Metric
Tool_Length_Compensation)
M06 T1;
M03 S3000;
M09;
G54;
M08;
G00 X0 Y-10;
Z0;
G01 X0 Y0 F200;
X23 F300;
Y14;
X54;
Y26;
X77;
Y38;
X92;
Y55;
G00 X95 Y55;
X95 Y-10;
X0 Y-10;
M09; (Coolant OFF)
M05; (Spindle OFF)
G70; (Finish Turning Cycle)
M30; (Code End)
Output: The tool will follow the following path. As the operation is turning
operation, the tool will have to cover only half of the profile.
Q2: Write a part program for milling operations on a job as shown in figure
below. Take suitable speeds and feeds. Diameter of cutter is 30 mm. Thickness
of job is 10 mm. Direction of machining is anticlockwise as shown in the figure.
Code:
(Q2)
Output:
The tool will follow the following path.
Q3: For the component shown in Figure below, write a part program on a
machining centre equipped with the ISO controller. Clearly show the set point
and axes on the sketch of the part. Show all the necessary calculations.
Code:
(Q3)
Output:
The tool will follow the following path.
Q4: For the component shown in Figure below, write the part program for
machining on a CNC turret drill press equipped with the ISO controller using
absolute programming. Use suitable canned cycles as applicable. Choose the
datum as the bottom left-hand corner of the part. Clearly show the set point
and axes on the sketch of the part. The cutting speed to be used is 50 m/min
and the feed rate is 0.08 mm/rev. Show all the necessary calculations.
Code:
(Q4)