You are on page 1of 8

METE 284

G71 & G70 Lathe Cycle

LECTURE 4
CNC Program Parts

S3000 ; Spindle speed at 3000 rpm


G21 G99 G40 ; Use mm, Feed/rev, Cutter radius compensation off
Preparatory
G00 G28 U0 W0 ; Rapid movement to Home position
Commands
T0101 M08 ; Select tool 1, Coolant On
G96 S220 M03 ; Constant speed surface at 220 m/min, Spindle ON CW
X102 Z2 ; Work approach
G71 U3 R1 ; Rough Turning Cycle w/ 6mm feed and 2mm retract
G71 P10 Q20 U0.6 W0.1 F0.35 ; Finish allowance: 0.6mm x-axis, 0.1mm z-xis, 0.35 mm/min
N10 G00 X30 ;
Machining G01 Z-15 ;
Commands X48 ;
Z-40 ; Tool path
X60 ;
Z-60 ;
N20 X101 ;
G00 X101 Z10 M09 ; Rapid movement to X101 Z10, Coolant Off
Ending
G28 U0 W0 ; Return to home position;
Commands
M30 ; End of program an reset ;
G71 – Roughing Turning Cycle
Syntax:
G71 U__ R__ ;
G71 P__ Q__ U__ W__ F__ S__ ;

U = depth of cut, radial (mm)


R = retract height, radial (mm)
P = block number start
Q = block number end
U = finishing allowance in x-axis (mm)
W = finishing allowance in Z- axis (mm)
F = federate (mm/min or mm/rev)
S = spindle speed (rev or m/min)
Sample Workpiece

Point Coordinate
0 (origin) X0 Z0
0 A X12 Z0
A B X20 Z-10
C B C X20 Z- 25
D X30 Z-30 R5
E D E X50 Z-50

Workpiece length: 60 mm
Workpiece diameter: 35 mm
Cutting tool: 005
Work Approach: X35 Z2
G71 Capabilities
G70 – Finishing Turning Cycle
Syntax:
G70 P__ Q__ ;

P = block number start


Q = block number end
Sample Program
S3000 ; Spindle speed 3000 rpm
G21 G99 G40 ; Use mm, Feed/rev, Cutter radius compensation off
G00 G28 U0 W0 ; Rapid movement to Home position
T0101 M08 ; Select tool 1, Coolant On
G96 S220 M03 ; Constant speed surface at 220 m/min, Spindle ON CW
X35 Z2 ; Work apprach
G71 U1.5 R1 ; Roughing Turning Cycle
G71 P10 Q20 U0.6 W0.1 F0.35 ;
N10 G00 X12 ; Tool path
G01 X20 Z-10 ;
X20 Z-25 ;
G03 X30 Z-30 R5 ;
G01 X30 Z-50 ;
N20 X36 ;
G70 P10 Q20 ; Finishing Turning Cycle
G00 X36 Z10 M09; Rapid movement to X38 Z10, Coolant Off
G28 U0 W0 ; Return to home position
M30 ; End of program and reset
Activity 2
Instructions:
1. Design a workpiece with at least 8 points.
2. Generate a program that will utilize the G71 and G70 turning
cyles.
3. Specify the material length, diameter, and cutting tool used.

You might also like