0% found this document useful (0 votes)
141 views25 pages

Lathe Ofd PDF

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 25

MITSUBISHI CNC

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

Soft key EDIT

OPEN (NEW)

Select Device
(i.e. Memory/M-card/USB)

Type name/number of the


Program

INPUT

3
MEI-PNQ-SUBBARAO
2. How to COPY / PASTE the Program?
Hard key EDIT 2 Times CHANGE

Soft key EDIT Next Page

OPEN LINE COPY

Type, 1/E (i.e. Line 1 to End)


Select Device

INPUT

Select program Next Page 2 Times


(Which want to copy)
CHANGE

INPUT Next Page

Press DISPLAY CHANGE PASTE


(Until CHANGE will active)
INPUT
CHANGE

OPEN (NEW)

Type name/number of the


Program.

INPUT

4
MEI-PNQ-SUBBARAO
3. How to take “X” axis offsets in Turning centre?
Press Monitor

Press Coord

Make all the values “0”

SETUP- 2 Times

T-meas

Select offset Number


(i.e., 1, 2, 3, 4….etc.,)

Press “X” on key board

Type Work piece diameter


(Ex: 50.0)

INPUT

Offset Write

5
MEI-PNQ-SUBBARAO
4. How to take “Z” axis offsets in Turning centre?
Press Monitor

Press Coord

Make all the values “0”

SETUP- 2 Times

T-meas

Select offset Number


(i.e., 1, 2, 3, 4….etc.,)

Press “Z” on key board

Type offset value (Ex: 0.0)

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

Type the jump “N” number followed with /


Example: To call N2 program need to type /2
To call N3 program need to type /3
To call N4 program need to type/4

Input

CYCLE STATR

8
MEI-PNQ-SUBBARAO
7. How to Transfer the program?
Hard Key EDIT – 2 Times

I/O

Move the cursor on Block “A” (with )

Select Device by using short cut keys


(M: Memory, R: M-Card, N: USB Memory)

File Set

Select program & Input

Move the cursor on Block “B” (with )

Select Device by using short cut keys


(M: Memory, R: M-Card, N: USB Memory)

Transfer A B

INPUT

9
MEI-PNQ-SUBBARAO
8. How to Rename the program?
Hard Key EDIT – 2 Times

I/O

Move the cursor on Block “A” (with )

Select Device by using short cut keys


(M: Memory, R: M-Card, N: USB Memory)

File Set

Select program & Input

Move the cursor on Block “B” (with )

Select Device by using short cut keys


(M: Memory, R: M-Card, N: USB Memory),
Note: Device should be same as “A” Block

File Set

Type new “name/number” of the Program

Rename A B

INPUT

10
MEI-PNQ-SUBBARAO
9. How to Delete the Program?
Hard key EDIT 2 Times

Soft key EDIT

Next Page - 2times ( )

Erase File

Select Device
(i.e. Memory/M-card/USB)

Select the Program

INPUT – 2 Times

11
MEI-PNQ-SUBBARAO
Fixed Cycles for Turning Centre
G Code Function

G92/G32 Thread cutting cycle

G83 Deep Hole Drilling

G84 Right Hand Tapping

Compound Fixed Cycles for Turning Centre


G Code Function

G70 Finishing cycle

G71 Longitudinal roughing cycle

G72 Transverse roughing cycle

G73 Contour – parallel roughing cycle

G74 Transverse cut-off cycle

G75 Longitudinal cut-off cycle

G76 Compound threading cycle

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)

G28 U0.0 W0.0


T0101
M03 S600
G0 X10.0 Z3.0
G74 R2.0
G74 X50.0 Z-10.0 P10.0 Q2.0 F0.1
G0 Z10.0
G0 G28 U0.0 W0.0
M05
M30
%

17
MEI-PNQ-SUBBARAO
Longitudinal cut-off cycle G75 (OD Grooving)

G28 U0.0 W0.0


T0101
M03 S600
G0 X85.0 Z2.0
G01 Z-30.0
G75 R2.0
G75 X60.0 Z-70.0 P2.0 Q20.0 F0.1
G0 X70.0
G0 Z5.0
G0 G28 U0.0 W0.0
M05
M30
%

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

You might also like