Saturday, August 15, 2009

G76 - Thread Turning Programe

G76 Programming Example
The G76 requires two (2) lines to give all the information needed to perform the
cycle. It may seem complicated at first but the information is just a numerical description
of the thread. We’ll start by looking at the first (1st) line of the cycle one (1) address at a
time.
LINE #1
G76 P _1 _ _2 _ _ 3_ Q _____ R _____
P has six (6) digits. They are used in three (3) groups of two (2) digits each. The
first group marked #1 indicates the number of finish pass you want to take. All of the
finish stock is taken on the first pass and the remaining passes will all be spring passes
(also called dead passes or pressure passes). In order to take one finish pass and two
spring passes the first two digits of address P will be 03.
The second group of three digits is called the thread pull out. This makes the tool
pull out of the thread, at a 45-degree angle, before reaching the programmed end point.
You use this to prevent a sharp groove at the back of the thread. When you have a thread
relief groove already machined on the part you may not need to use this. In that case the
digits will be 00. In order to pull out ½ thread pitch before the end you would make the
digits 05, to pull out a full thread before the number would be 10.
The last group marked 03 is the thread angle designation. It is used to control the
in feed angle as each pass is taken. This feature keeps the force of cut directed on the
leading edge of the insert. The standard angle in the USA is 60 degree so the last two
digits would be 60. Only the following numbers can be used in this cycle. 80, 60, 55, 30,
29 and 00. You can use different numbers with different thread to help eliminate trouble.
One method would be to use the number 55 with a 60-degree thread. This will put most
of the load on the front of the insert but will also put some on the backside for support.
To obtain the following results the address P will be as such. 1 finish pass 1
spring pass, pull out ½ thread before the end of the thread and a standard 60-degree
thread. P will look like this P020560.
The next address is Q, this is the minimum depth of cut that the cycle will take.
The control calculates its passes and reduces the depth for each pass. With out a
minimum you would end up only taking extremely small amount at the bottom of the
thread. Q is a radial amount and is modal. It remains in effect until changed.
The next address, R, is the finish stock to be left for the finish pass to take. This
will allow a consistent amount of stock to be taken during finishing. All of the stock will
be taken with the first pass and all remaining passes will be spring passes.
Lets look at the first line complete with .005” finish stock and .001” minimum
depth of cut.
G76 P020560 Q10 R50;
That is everything that should go on the first line. You need to end the first line
with an EOB to start the second line. The second line will start with the code G76 just
like the first line. You may also notice that most of the addresses are the same as the first
line. Not to worry, the presence of X and Z tell the control that the address is the same
but the meaning is different.
X is the first address that we come to. It designates the finished diameter of the
thread. This would be the minor diameter for an O/D thread and the major diameter for
an I/D thread. You must take into account that the insert will have a radius put on it from
the carbide manufacturer.
Z is the next address and is the finished Z position at the end of the thread. This is
the point farthest from the start point. You must take into account the acceleration and
deceleration of the axis. This means that you must start the thread about one or two
threads in front of the actual start. You must feed past the required end point by ½ to 1
thread.
The P address is the thread height on one side. You can get this information from
the machineries handbook or other such source. This is measured from the major to
minor diameter on one side only.
Q is the depth of cut on the first pass. The control uses this together with P to
determine the total number of passes it will take. The first pass will always be the deepest
because there is the least amount of tool pressure. From the first pass on the depth of cut
will be less and less each consecutive pass.
R is the amount of taper for taper threads. It is taken as a radial measurement and
the direction is critical. The direction is determined by moving from the start point to the
end point. This is only used for taper threads and is zero or completely omitted if not
needed.
F is the thread lead or distance per revolution between each thread. This is
required to cut the proper thread.
All other rules of threading applied to this cycle, they are as follows.
1) You must be in G97 mode
2) You must maintain the same Z start position
3) You must start your tool clear of the part in X and Z
4) You must start the thread at least one to two threads in front of part
5) You must finish at least ½ to 1 thread after your full thread requirement
6) To recut a thread you cannot change spindle speed, Z start position, Z offset or
use a different tool without risk of destroying the thread.
The finished cycle may look like this:
G00 G97 X2.0 Z.2 S500 M03;
G76 P020560 Q10 R50;
G76 X1.4 Z-1.0 P500 Q100 R0 F.1;
G00 X CLEAR Z CLEAR.

Source - Internet

No comments:

Post a Comment