Module 2 Solution
Module 2 Solution
In the solution module, only the main part of the program has been given.
In exam you have to write complete program once and rest you can skip
the repeating part of the program.
In exam, you have to write the explanation of the code once as it is
present in the ppts. You can skip the explanation of the code which is
repeating.
Finishing cycle (G70) is not written in every program since it was
repeating. You have to write the finishing cycle part if it is necessary.
PART 1
1. G00 X57 Z1 PART 2
G90 X54 Z-40 F60
X53 G00 X62 Z0
X52 G90 X42 Z-40 R-1 F60
X51 R-2
X50
G00 X55 Z1 R-3
G90 X49 Z-20 F60 :
X48
:
X47
: R-15
:
:
X20
In part 2, G71 has been used since the length of the workpiece is
large as compared to the diameter of the workpiece. So to reduce
the cycle time of the process, G71 was used.
N10 G00 X100 Z1 PART 2
N20 G71 U1 R1
N30 G71 P40 Q80 U0.1 W0.1 F30 (TURNING CYCLE)
N40 G01 X0
N50 Z2
N60 G03 X20 Z-10 R10
N70 G01 Z-50
N80 G02 X100 Z74.385 R45
(Home position, tool change, spindle speed change)
N90 G00 X100 Z1
G70 P40 Q80