You are on page 1of 6

METE 284

G75 Grooving Cycle

LECTURE 6
G75 – Grooving Cycle
Syntax:
G75 R__ ;
G75 X__ Z__ Q__ P__ F__ ;

R = retract height, (mm)


X = groove endpoint x-coordinate
Z = groove endpoint z-coordinate
Q = cutting pitch in z-axis (microns)
P = cutting pitch in x-axis (microns)
F = federate (mm/min or mm/rev)
Sample Workpiece

0 Cutting tool: 005


Work Approach: X35 Z2
G A
I C F
B
E H
D Work Approach: X22 Z-20
E’
Work Approach: X32 Z-42

Cutting tool: 098

Workpiece length: 60 mm
Workpiece diameter: 35 mm
G75 Capabilities
Sample Program
S3000 ; G00 X37 Z2 ;
G21 G99 G40 ; G70 P10 Q20 ;
G00 G28 U0 W0 ; G28 U0 W0 ;
T0101 M08 ; T0202 ;
G96 S220 M03 ; G00 X22 Z-20 ;
X35 Z2 ; G75 R1 ;
G71 U1.5 R1 ; G75 X10 Z-18 Q2500 P3000 F0.35 ;
G71 P10 Q20 U0.6 W0.1 F0.35 ; G28 U0 W0 ;
N10 G00 X12 ; G00 X32 Z-42 ;
G01 X20 Z-10 ; G75 R1 ;
X20 Z-25 ; G75 X20 Z-40 Q2500 P3000 F0.35 ;
G03 X30 Z-30 R5 ; G28 U0 W0 ;
G01 X30 Z-50 ; M30 ;
N20 X37 ;
Activity 4
Instructions:
1. Re-use your design for either Activity 2 or Activity 3 and add
some groove features.
2. Generate a program that will utilize the G71, G70 and G75
cyles.
3. Specify the material length, diameter, and cutting tool used.

You might also like