You are on page 1of 3

G21 G98

G28 U0 W0
(STOCK/75,25,0,-3)
(TOOL/STANDARD,5,80,0,15,0)
M06 T02
M03 S1400
G00 X28 Z3
G90 X24.5 Z-50 F50
X24 Z-50
X23.5 Z-50
X23 Z-50
X22.5 Z-50
X22 Z-50
X21.5 Z-50
X21 Z-50
X20.5 Z-50
X20 Z-50
X19.5 Z-30
X19 Z-30
X18.5 Z-30
X18 Z-30
X17.5 Z-30
X17 Z-30
X16.5 Z-30
X16 Z-30
X15.5 Z-30
X15 Z-30
X14.5 Z-15
X14 Z-15
X13.5 Z-15
X13 Z-15
X12.5 Z-15
X12 Z-15
X11.5 Z-15
X11 Z-15
X10.5 Z-15
X10 Z-15
G28 U0 W0
M05 M30
G76 Threading Cycle Example
Explanation
N5 G76 P010060 Q100 R0.05
N6 G76 X30 Z-20 P1024 Q200 F2

First block of the G76 Threading cycle


G76 : G code for threading cycle.
P : P actually consists of multiple values which control the thread behavior,
o 01 : Number of spring passes or spring cuts.
o 00 : Thread run out at 45 degree
o 60 : Flank angle or Infeed angle
Q : Depth of normal cut ( these values are given in hundreds, so the depth of cut will be 0.1 ).
R : Depth of Last or Finish cut
Second block of the G76 Threading cycle
G76 : G code of the threading cycle.
X : The end value in x-axis.
Z : The end value in z-axis.
P : Thread depth ( as radius value ).
Q : Depth of first cut.
F : Thread Pitch
R : Thread Taper

G21 G98
G28 U0 W0
(STOCK/75,25,0,-2)
(TOOL/STANDARD,5,80,0,15,0)
M06 T02
M03 S1400
G00 X25 Z3
G90 X24.5 Z-30 F50
X24
X23.5
X23
X22.5
X21.5
X21
X20.5
X20
G28 U0 W0
(TOOL/THREAD,60,30,20,90)
M06 T06
M03 S600
G00 X23 Z3
G76 P031560 Q50 R0.05
G76 X19 Z-20 P613 Q50 F1
G28 U0 W0
M05 M30

You might also like