CNC Programming Cycles
CNC Programming Cycles
By Parveen Kumar
Description
Depth of cut.
g
Retract height.
Second block
Programming
Parameter
Description
Parameters
First block
Parameter
Description
D h off cut.
Depth
Retract height.
G73 First
Fi t CNC Program
P
Block
Bl k
U Escape distance and direction in X axis (radius
value).This is the amount of material which will be
cut in x-axis.
W Escape distance and direction in Z axis.This is
the amount of material which will be cut in z-axis.
R Number of divisions. The number the contour
will be repeated.
repeated
G73 Second CNC Program Block.
P Start sequence No.
Q End sequence No.
U Finishing allowance in x-axis.
W Finishing allowance in z-axis.
F Cutting Feed rate (during G73 canned cycle).
cycle)
N10 T0202
N20 G92 S500 M42
N30 G97 S400 M03
N40 G00 X110 Z0 M08
N50 G01 Z-22 F0.5
N60 G75 R1
N70 G75 X90 Z-60 P2000 Q3000 R0 F0.1
N80 G00 X120 Z100
N90 M30