Re: [CAD_CAM_EDM_DRO] Tapered Threads?
Posted by
Kim Lux
on 2003-10-29 23:21:58 UTC
Running a tapered thread requires moving 2 axes in coordination with the
spindle/each other. G33 (ie you must be using TCNC) only coordinates
one axis with the spindle.
I too need a tapered thread for a project I'll be working on in a few
weeks. I've written a canned cycle for turning non threaded tapers in
TCNC, ie a G77 cycle with a Tword for the taper, in inches per foot. (I
hate those units...)
Ie G77 Z-2 x0.5 T-0.1 I-0.05 F8 P2
Where:
z = endpoint of the taper
x = final radius of the NEAR point of the taper
T = taper per foot between the near point and the end point
I = the cut depth
F = feed rate
P = number of finishing passes at the final diameter/taper.
Note: *my* G77 will take the shaft down to the major diameter of the
taper and then turn the taper itself. Not all G77s are the same.
I've also written a canned cycle for TCNC for turning threads, ie G76.
It does the whole threading process, ie:
G76 Z-2 X0.5 K0.05 I-0.005 P2
Where:
z = endpoint of the thread
x = final radius of the thread depth
K = thread pitch
i = cut depth
p = number of passes at the final depth.
Note: the shaft has to be at the thread OD before calling G76. I'll
probably add an A parameter for the angle of the thread tool as it
affects the offset calculation.
What you/I want to do (ie tapered threading) requires that these two
canned routines be combined. First you'd have to cut the non threaded
taper using the G77 command with the appropriate parameters. (This can
also be done using a number of G01 commands.) Then we'd have to use an
enhanced G76 command with a T parameter to cut the TAPERED thread.
I will be writing such an enhancement to the G76 command in the near
future. I need to speak with Dave K and see if the MultAX command will
support spindle synch in TCNC. Right now the G76 uses the OneAX command
and it does synch.
There is another issue here: I don't have the right to distribute TCNC.
That belongs to Dave. We'd need his permission to share this
enhancement.
I hope this helps.
I'd like to thank others who have <patiently> answered some of my posts
over the last week or so.
Kim
spindle/each other. G33 (ie you must be using TCNC) only coordinates
one axis with the spindle.
I too need a tapered thread for a project I'll be working on in a few
weeks. I've written a canned cycle for turning non threaded tapers in
TCNC, ie a G77 cycle with a Tword for the taper, in inches per foot. (I
hate those units...)
Ie G77 Z-2 x0.5 T-0.1 I-0.05 F8 P2
Where:
z = endpoint of the taper
x = final radius of the NEAR point of the taper
T = taper per foot between the near point and the end point
I = the cut depth
F = feed rate
P = number of finishing passes at the final diameter/taper.
Note: *my* G77 will take the shaft down to the major diameter of the
taper and then turn the taper itself. Not all G77s are the same.
I've also written a canned cycle for TCNC for turning threads, ie G76.
It does the whole threading process, ie:
G76 Z-2 X0.5 K0.05 I-0.005 P2
Where:
z = endpoint of the thread
x = final radius of the thread depth
K = thread pitch
i = cut depth
p = number of passes at the final depth.
Note: the shaft has to be at the thread OD before calling G76. I'll
probably add an A parameter for the angle of the thread tool as it
affects the offset calculation.
What you/I want to do (ie tapered threading) requires that these two
canned routines be combined. First you'd have to cut the non threaded
taper using the G77 command with the appropriate parameters. (This can
also be done using a number of G01 commands.) Then we'd have to use an
enhanced G76 command with a T parameter to cut the TAPERED thread.
I will be writing such an enhancement to the G76 command in the near
future. I need to speak with Dave K and see if the MultAX command will
support spindle synch in TCNC. Right now the G76 uses the OneAX command
and it does synch.
There is another issue here: I don't have the right to distribute TCNC.
That belongs to Dave. We'd need his permission to share this
enhancement.
I hope this helps.
I'd like to thank others who have <patiently> answered some of my posts
over the last week or so.
Kim
On Wed, 2003-10-29 at 07:53, Linc Reed-Nickerson wrote:
> Hi,
>
> I'm new to lathe programming, I have a Bridgeport with a Microkinetics
> conversation and just converted my lathe.
>
>
> I need to turn some tapered threads for making studs for a steam locomotive
> boiler. 12 tpi, 1 in 12 taper... various diameters... all boiler threads
> are 12 tpi.
>
> I understand the G33 command to set the threads, but not how to make a
> taper... is that set in G33 or by a previous command?
>
> Anyone able to help with a few lines of G-Code?
>
> Linc Reed-Nickerson
>
>
>
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
> Post Messages: CAD_CAM_EDM_DRO@yahoogroups.com
>
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@..., timg@...
> Moderator: pentam@... indigo_red@... [Moderators]
> URL to this group: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
>
> OFF Topic POSTS: General Machining
> If you wish to post on unlimited OT subjects goto: aol://5863:126/rec.crafts.metalworking or go thru Google.com to reach it if you have trouble.
> http://www.metalworking.com/news_servers.html
>
> http://groups.yahoo.com/group/jobshophomeshop I consider this to be a sister site to the CCED group, as many of the same members are there, for OT subjects, that are not allowed on the CCED list.
>
> NOTICE: ALL POSTINGS TO THIS GROUP BECOME PUBLIC DOMAIN BY POSTING THEM. DON'T POST IF YOU CAN NOT ACCEPT THIS.....NO EXCEPTIONS........
> bill
> List Mom
> List Owner
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
--
Kim Lux <lux@...>
Discussion Thread
Jon Elson
2003-10-28 23:01:10 UTC
Update on closed-loop to the computer with Gecko 320
Mariss Freimanis
2003-10-29 06:01:37 UTC
Re: Update on closed-loop to the computer with Gecko 320
Linc Reed-Nickerson
2003-10-29 07:29:08 UTC
Tapered Threads?
Jon Elson
2003-10-29 10:25:56 UTC
Re: [CAD_CAM_EDM_DRO] Re: Update on closed-loop to the computer with Gecko 320
Alan Rothenbush
2003-10-29 10:39:18 UTC
Re: [CAD_CAM_EDM_DRO] Re: Update on closed-loop to the computer with Gecko 320
Mariss Freimanis
2003-10-29 11:20:50 UTC
Re: Update on closed-loop to the computer with Gecko 320
Maddock Machine
2003-10-29 11:44:04 UTC
Re: [CAD_CAM_EDM_DRO] Tapered Threads?
doug98105
2003-10-29 17:13:14 UTC
Re: Tapered Threads?
vavaroutsos
2003-10-29 20:02:10 UTC
Re: Update on closed-loop to the computer with Gecko 320
Jon Elson
2003-10-29 23:10:52 UTC
Re: [CAD_CAM_EDM_DRO] Re: Update on closed-loop to the computer with Gecko 320
Kim Lux
2003-10-29 23:21:58 UTC
Re: [CAD_CAM_EDM_DRO] Tapered Threads?
rotarysmp
2003-10-30 03:53:55 UTC
Re: Tapered Threads? Kim's TurboCNC codes
Miroslav Pejic
2003-10-30 05:01:23 UTC
RE: [CAD_CAM_EDM_DRO] Re: Tapered Threads? Kim's TurboCNC codes
Raymond Heckert
2003-10-30 21:12:46 UTC
Re: [CAD_CAM_EDM_DRO] Tapered Threads?
rotarysmp
2003-10-31 02:24:58 UTC
Re: Tapered Threads? TurboCNC encoder setups.
Kim Lux
2003-10-31 07:46:37 UTC
Re: [CAD_CAM_EDM_DRO] Re: Tapered Threads? Kim's TurboCNC codes
rotarysmp
2003-11-01 13:13:04 UTC
Re: Tapered Threads? Kim's TurboCNC codes
Paul
2003-11-01 16:10:11 UTC
Re: [CAD_CAM_EDM_DRO] Re: Tapered Threads? Kim's TurboCNC codes
Jon Elson
2003-11-01 22:48:25 UTC
Re: [CAD_CAM_EDM_DRO] Re: Tapered Threads? Kim's TurboCNC codes
rotarysmp
2003-11-03 01:56:52 UTC
Re: Tapered Threads? Kim's TurboCNC codes
jmkasunich
2003-11-03 06:30:18 UTC
Re: Tapered Threads? Kim's TurboCNC codes
Kim Lux
2003-11-03 07:48:06 UTC
Re: [CAD_CAM_EDM_DRO] Re: Tapered Threads? Kim's TurboCNC codes
Kim Lux
2003-11-03 07:48:10 UTC
Re: [CAD_CAM_EDM_DRO] Re: Tapered Threads? Kim's TurboCNC codes
Jon Elson
2003-11-03 10:00:36 UTC
Re: [CAD_CAM_EDM_DRO] Re: Tapered Threads? Kim's TurboCNC codes
Kim Lux
2003-11-03 10:19:26 UTC
Re: [CAD_CAM_EDM_DRO] Re: Tapered Threads? Kim's TurboCNC codes
Tony Jeffree
2003-11-03 10:40:46 UTC
Re: [CAD_CAM_EDM_DRO] Re: Tapered Threads? Kim's TurboCNC codes
Kim Lux
2003-11-03 11:51:14 UTC
Re: [CAD_CAM_EDM_DRO] Re: Tapered Threads? Kim's TurboCNC codes