0% found this document useful (0 votes)
51 views6 pages

G72 Facing Cycle

The document discusses the G72 face roughing cycle for lathe operations. It provides the syntax for using the G72 cycle and describes the capabilities of the cycle. It also includes a sample workpiece diagram and sample program using the G72 and G70 cycles.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views6 pages

G72 Facing Cycle

The document discusses the G72 face roughing cycle for lathe operations. It provides the syntax for using the G72 cycle and describes the capabilities of the cycle. It also includes a sample workpiece diagram and sample program using the G72 and G70 cycles.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

METE 284

G72 & G70 Lathe Cycle

LECTURE 5
G72 – Face Roughing Cycle
Syntax:
G72 W__ R__ ;
G72 P__ Q__ U__ W__ F__ S__ ;

W = depth of cut, (mm)


R = retract height, (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’ X0 Z2
0 (origin) X0 Z0
A X12 Z0
0
0’ B X20 Z-10
A
C X20 Z- 25
C B
D X30 Z-30 R5
E
E X30 Z-50
D
E’ E’ X37 Z-50

Workpiece length: 60 mm
Workpiece diameter: 35 mm
Cutting tool: 005
Work Approach: X37 Z0
G72 Capabilities
Sample Program
S3000 ;
G21 G99 G40 ;
G00 G28 U0 W0 ;
T0101 M08 ;
G96 S220 M03 ;
X37 Z0 ;
G72 W3 R1 ;
G72 P10 Q20 U0.6 W0.1 F0.35 ;
N10 G01 X37 Z-50 ;
X30 ;
Z-30 ;
G02 X20 Z-25 R5 ;
G01 Z-10 ;
X12 Z0 ;
X0 ;
N20 Z2 ;
G70 P10 Q20 ;
G28 U0 W0 ;
M30 ;
Activity 3
Instructions:
1. Design a workpiece with at least 8 points.
2. Generate a program that will utilize the G72 and G70 turning
cyles.
3. Specify the material length, diameter, and cutting tool used.

You might also like