Lathe Ofd PDF
Lathe Ofd PDF
Lathe Ofd PDF
OPERATING FUNCTIONS
FOR TURNING CENTRE
1
MEI-PNQ-SUBBARAO
Contents
Page
1. How to create new program 3
2. How to copy & paste the program 4
3. How to take “X” axis offsets in Turning centre 5
4. How to take “Z” axis offsets in Turning centre 6
5. How to Start the program 7
6. How to jump & start the program by executing “N” number 8
6. How to Transfer the program 9
7. How to Rename the program 10
8. How to Delete the Program 11
9. Compound & fixed cycles for Turning centre. 12-24
2
MEI-PNQ-SUBBARAO
1. How to create NEW Program?
Hard key EDIT 2 Times
OPEN (NEW)
Select Device
(i.e. Memory/M-card/USB)
INPUT
3
MEI-PNQ-SUBBARAO
2. How to COPY / PASTE the Program?
Hard key EDIT 2 Times CHANGE
INPUT
OPEN (NEW)
INPUT
4
MEI-PNQ-SUBBARAO
3. How to take “X” axis offsets in Turning centre?
Press Monitor
Press Coord
SETUP- 2 Times
T-meas
INPUT
Offset Write
5
MEI-PNQ-SUBBARAO
4. How to take “Z” axis offsets in Turning centre?
Press Monitor
Press Coord
SETUP- 2 Times
T-meas
INPUT
Offset Write
6
MEI-PNQ-SUBBARAO
5. How to Start the Program?
AUTO MODE
MONITOR
Search
Select Device
Select Program
Input
Cycle Start
7
MEI-PNQ-SUBBARAO
6. How to jump & start the program by executing “N”
number?
AUTO MODE
MONITOR
Search
Select Device
Select Program
Input
Search
Input
CYCLE STATR
8
MEI-PNQ-SUBBARAO
7. How to Transfer the program?
Hard Key EDIT – 2 Times
I/O
File Set
Transfer A B
INPUT
9
MEI-PNQ-SUBBARAO
8. How to Rename the program?
Hard Key EDIT – 2 Times
I/O
File Set
File Set
Rename A B
INPUT
10
MEI-PNQ-SUBBARAO
9. How to Delete the Program?
Hard key EDIT 2 Times
Erase File
Select Device
(i.e. Memory/M-card/USB)
INPUT – 2 Times
11
MEI-PNQ-SUBBARAO
Fixed Cycles for Turning Centre
G Code Function
12
MEI-PNQ-SUBBARAO
Finishing cycle G70
Command Format:
G70 P_ Q _ F_;
P: Sequence number of first block of finishing program
Q: Sequence number of last block of finishing program
F: Feed
13
MEI-PNQ-SUBBARAO
Longitudinal roughing cycle G71 (Turning)
G28 U0.0 W0.0
T0101
M03 S600
G0 X180.0 Z3.0
G71 U2.0 R1.0
G71 P10 Q20 U1.0 W0.5 F0.2
N10 G1 X40.0 Z0.0 F0.2
G1 Z-10.0 X60.0
G1 Z-40.0
G1 X134.0
N20 G03 X154.0 Z-50.0 R10.0
G70 P10 Q20 F0.15
G0 X185.0 Z50.0
G28 U0.0 W0.0
M05
M30
%
14
MEI-PNQ-SUBBARAO
Traverse roughing cycle G72 (Facing)
G28 U0.0 W0.0
T0101
M03 S600
G0 X180.0 Z3.0
G72 W2.0 R1.0
G72 P10 Q20 U1.0 W0.5 F0.2
N10 G1 X154.0 Z-50.0 F0.2
G02 X134.0 Z-40.0 R10.0
G1 X60.0
G1 Z-10.0
N20 G1 X40.0 Z0.0
G70 P10 Q20 F0.15
G0 X185.0 Z10.0
G0 G28 U0.0 W0.0
M05
M30
%
15
MEI-PNQ-SUBBARAO
Pattern Repeating Cycle G73
G28 U0.0 W0.0
T0101
M03 S600
G0 X180.0 Z3.0
G73 U8.0 W2.0 R4.0
G73 P10 Q20 U1.0 W0.5 F0.2
N10 G1 X40.0 Z0.0 F0.2
G1 Z-10 X60.0
G1 Z-40
G1 X134.0
N20 G3 X154.0 Z-50.0 R10.0
G70 P10 Q20 F0.15
G0 X185.0 Z50.0
G0 G28 U0.0 W0.0
M05
M30
%
16
MEI-PNQ-SUBBARAO
Transverse cut-off cycle G74 (Face grooving)
17
MEI-PNQ-SUBBARAO
Longitudinal cut-off cycle G75 (OD Grooving)
18
MEI-PNQ-SUBBARAO
Compound Threading cycle G76
G28 U0.0 W0.0
T0101
M03 S200
G0 X22.5 Z2.0
G76 P020060 Q0.2 R0.1
G76 X18.15 Z-20.0 P0.9195 Q0.1 F1.5
G0 X25.0
Z50.0
G0 G28 U0.0 W0.0
M05
M30
%
19
MEI-PNQ-SUBBARAO
Taper Threading cycle G76
G28 U0.0 W0.0
T0101
M03 S200
G0 X50.0 Z5.0
G76 P020060 Q0.2 R0.1
G76 X43.0 Z-45.0 P1.226 Q0.1 R-14.5 F2.0
G0 X60.0
Z50.0
G0 G28 U0.0 W0.0
M05
M30
%
20
MEI-PNQ-SUBBARAO
Multi Start Threading cycle G76
G28 U0.0 W0.0
T0101
M03 S500
G0 X42.0 Z2.0
G76 P010060 Q0.1 R0.1
G76 X38.16 Z-25.0 P0.9201 Q0.1 F4.5
W1.5 Command format :
G76 P010060 Q0.1 R0.1 G76 P m r a Q _ R_ ;
G76 X38.16 Z-25.0 P0.9201 Q0.1 F4.5 G76 X _ Z _ P _ Q _ F _ ;
W1.5 m : Number of finish passes
r : Chamfering amount
G76 P010060 Q0.1 R0.1
a_: Angle of tip
G76 X38.16 Z-25.0 P0.9201 Q0.1 F4.5
Q_ : Minimum depth of cut
G0 X45.0 R_ : Finish allowance
Z50.0 X_ : Minor diameter of thread
M05 Z_ : Length of thread
M30 P_: Thread height
% Q_ : Depth of cut in first pass
F_ : Pitch * No.of starts
21
MEI-PNQ-SUBBARAO
Threading cycle G92 / G32
G28 U0.0 W0.0
T0101
M03 S200
G0 X22.5 Z2.0
G92 X20.0 Z-20 F1.5
X19.8
X19.6
X19.4
X19.2
X19.0
X18.8
X18.6
X18.4
X18.15
G0 X25.0
Z50.0
G0 G28 U0.0 W0.0
M05
M30
%
22
MEI-PNQ-SUBBARAO
Peck Drilling Cycle G83
G28 U0.0 W0.0
T0101
M04 S100
G0 X0.0 Z10.0
G98 G83 Z-15.0 R5.0 Q1.0 F0.2
G0 Z10.0
G28 U0.0 W0.0
M05
M30
%
23
MEI-PNQ-SUBBARAO
Tapping cycle G84
G28 U0.0 W0.0
T0101
M04 S100
G0 X0.0 Z10.0
G98 G84 Z-15.0 R5.0 F1.0
G0 Z10.0
G28 U0.0 W0.0
M05
M30
%
24
MEI-PNQ-SUBBARAO
25
MEI-PNQ-SUBBARAO