Internal Thread Cutting Cycle Example.
(Diameter Designation, Metric Input).
NØØ9Ø.......... ;
NØ1ØØGØØ X27.9 Z5.Ø ;
NØ11ØG76 PØ4ØØ6Ø Q1ØØ RØ.Ø4 ;
NØ12ØG76 X3Ø.Ø Z-4Ø.Ø P92Ø Q2ØØ F1.5 ;
NØ13Ø.......... ;
OUTSIDE
(* TREAD HUB 16UN *)
N310 T0326
G00 X8.0 Z1.2 G97 S500 M03
X1.844
M24
G92X1.7243 Z0.5 F0.0625
X1.7103
X1.6963
X1.6843
X1.6783
X1.6763
GOTO350
G76 (Multiple Thread Cutting Cycle).
The G76 command contains, within two blocks, all the information required to generate a standard thread form and pitch.
A G76 uses one edge cutting to reduce the load on the tool tip.
Show G76 Canned Cycle General Diagram.
A G76 command is written in the following format:
G76 P (A) / (B) / (C) Q (Min) R ;
G76 X(U) Z(W) P (DEP) Q (1st) F ;
where,
P (A) is the number of thread finishing passes (1 to 99).
P (B) is the chamfer amount. This is the angle at which the tool leaves the billet, at the end of the thread cutting cycle.
P (C) is the angle of the tool tip (8ذ, 6ذ, 55°, 3ذ, 29° and ذ). Note - (A), (B) and (C) are all specified at the same time by the address P, eg, PØ36Ø6Ø = number of cuts is Ø3, chamfer amount of 6Ø and tool angle of 6ذ.
Q (Min) is the minimum cutting depth (in microns). When the depth of the cut calculated by the CNC control becomes less than this limit, the cutting depth is clamped at this minimum value.
R is the finishing allowance. This is the final, or finishing, cuts applied to the thread. The number of stages to complete this finishing allowance is determined by the value of P(A), ie, the value of R divided by the P(A) number of finishing passes equals the value of each finishing allowance stage.
X(U) is the end position of the thread in the X axis (the core diameter).
Z(W) is the end position of the thread in the Z axis.
P (DEP) is the depth of the thread as a radius value (in microns).
Q (1st) is the depth of the first pass as a radius value (in microns).
F is the size of the thread pitch.


LinkBack URL
About LinkBacks





Kind of hard to trouble shoot a canned cycle without seeing your code. Then we could tell you exactly what is wrong without having to explain the meaning of every value in the cycle. 