CNC
CNC lathes and CNC mills repair,
CNC machine repair forums for machinists, cnc programing and manufacturing community.   
   CNC Store
Go Back   CNC Professional Forums > CNC Machinst Help & CNC Troubleshooting Forums > Programming / Applications
Members List Calendar Register FAQ/Rules/Policies Mark Forums Read
Home Recent Posts HELP-FORUMS (ask/answer) Classifieds-freeFile Sharing / Documents Photo Galleries Polls Newsletter   Machinetoolhelp.com.

Programming / Applications All CNC programming, CNC applications, milling, turning, tooling, macro programming, and other CNC machine tool related questions.

Reply
 
Bookmark or Share Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-18-12, 02:23 PM
CNC Tech
 
Join Date: Feb 2012
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
Lightbulb taper in grooves

Hi I've been a machinists for 6 months now and have been running an old fanuc OT lathe. I have to make parts with .002" tolerances, which is difficult. The biggest problem I'm having is trying to make inside grooves without taper. I am competent enough to write a taper line in when the tool goes to make the finish pass, but it only effects the ends of the groove. Just wondering if anyone knows how to write a taper line that will also get the taper out of the middle of the groove. I hope I'm making sense to anyone lol.
Reply With Quote
  #2 (permalink)  
Old 02-18-12, 03:14 PM
CNC Tech
 
Join Date: Feb 2012
Location: San Antonio, Texas
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: taper in grooves

What material are u working? What are your feeds and speeds? What does your surface finish call for? What is your tolerance on angles?
Reply With Quote
The Following User Says Thank You to rookiepro For This Useful Post:
newmachinist (02-18-12)
  #3 (permalink)  
Old 02-18-12, 03:27 PM
CNC Tech
 
Join Date: Feb 2012
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
Default Re: taper in grooves

I work with ductile iron. Depending on the amount of chatter I run the speed 500 - 600, and feed rate between .005 and .010. I don't know about the angle. It isn't listed in the blueprint or program, but the groove does have a .015 radius if that's what your talking about. Surface finish <64.

Last edited by newmachinist; 02-18-12 at 03:35 PM.
Reply With Quote
  #4 (permalink)  
Old 02-18-12, 04:01 PM
Senior CNC Specialist
 
Join Date: Jan 2012
Posts: 172
Thanks: 0
Thanked 23 Times in 20 Posts
Default Re: taper in grooves

Quote:
Originally Posted by newmachinist View Post
I work with ductile iron. Depending on the amount of chatter I run the speed 500 - 600, and feed rate between .005 and .010. I don't know about the angle. It isn't listed in the blueprint or program, but the groove does have a .015 radius if that's what your talking about. Surface finish <64.
Post a sketch of the groove you're machining, and specifications of the Internal Grooving tool being used, ie. bar diameter, width of insert, and corner radius. More information is needed to give you a viable suggestion.

1. You make mention of the groove requiring a 0.015 radius, is this a corner radius between the bottom surface and the sides of the groove?

2. Is the 0.005 and 0.010 feed, the feed in X for the sides? If so, and if using 0.010, this is a fairly hefty feed. If the 0.015 radius is as in point 1, the corner radius of the insert can't be larger than 0.015. Accordingly, you will not achieve <64 surface finish on the sides of the groove using the combination of a 0.015 corner radius insert and a feed rate of 0.010.

Regards,

Bill
Reply With Quote
  #5 (permalink)  
Old 02-18-12, 04:56 PM
CNC Tech
 
Join Date: Feb 2012
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
Default Re: taper in grooves

For this particular part I use a 1.5" GB with a .125" carbide insert (MT cp500). I'm making a 2.503" deep groove 1.03" wide in a bore that's 2.26". the radius is .015 on the bottom of the sides because of the shape of the insert I imagine. try to bear with me, I'm still learning. The program plunges to 2.5", puts a chamfer on each side then sweeps the remaining dept. On top of that I have to add a .002 taper line in the sweep.

Last edited by newmachinist; 02-18-12 at 05:20 PM.
Reply With Quote
  #6 (permalink)  
Old 02-18-12, 05:28 PM
Senior CNC Specialist
 
Join Date: Jan 2012
Posts: 172
Thanks: 0
Thanked 23 Times in 20 Posts
Default Re: taper in grooves

Quote:
Originally Posted by newmachinist View Post
For this particular part I use a 1.5" GB with a .125" carbide insert (MT cp500). I'm making a 2.503" deep groove 1.03" wide in a bore that's 2.26". the radius is .015 on the bottom of the sides because of the shape of the insert I imagine. try to bear with me, I'm still learning. The program plunges to 2.5", puts a chamber on each side then sweeps the remaining dept. On top of that I have to add a .002 taper line in the sweep.
If you're referring to a taper in the 2.503" diameter of the groove from one end to the other, you can do as follows for the example given

1. Z start coordinate = Z-0.500
2. Z finish coordinate = Z-1.405 (this includes the width of the insert - 0.125")
3. Taper in diameter = 0.005", smaller at the Z-1.405 end of the groove

The program block, with the tool at X2.503 Z-0.500 would be:
G01 X2.508 Z-1.405

With grooves that have a specified tolerance for the position of both sides of the groove, 2 Tool Offsets can be used, 1 applied to each side of the insert. Using this method allows the position for each side of the groove to be regulated via the Z offset for the associated side of the insert.

Regards,

Bill
Reply With Quote
  #7 (permalink)  
Old 02-18-12, 06:48 PM
CNC Tech
 
Join Date: Feb 2012
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
Default Re: taper in grooves

yeah your exactly right Bill, and it does eliminate taper on both ends of the groove, but for some reason there is still a .001 "bulge" in the center of the groove even if both sides are the same measurement. Apparently my machine cant cut a straight line. For example: If one side reads 2.503" and the other 2.501" I'll add a taper line just like you said and get both sides to measure 2.503", but the center will read 2.504".
Reply With Quote
  #8 (permalink)  
Old 02-18-12, 07:35 PM
Senior CNC Specialist
 
Join Date: Jan 2012
Posts: 172
Thanks: 0
Thanked 23 Times in 20 Posts
Default Re: taper in grooves

Quote:
Originally Posted by newmachinist View Post
yeah your exactly right Bill, and it does eliminate taper on both ends of the groove, but for some reason there is still a .001 "bulge" in the center of the groove even if both sides are the same measurement. Apparently my machine cant cut a straight line. For example: If one side reads 2.503" and the other 2.501" I'll add a taper line just like you said and get both sides to measure 2.503", but the center will read 2.504".
You can get errors such as you describe through wear in the slides, but its normally noticeable over longer lengths; not over a short length such as 0.905".

Often you see a slight reduction in diameter where the tool initially feeds down to depth due to push away between the grooving bar and workpiece, caused by the width of the grooving insert, but that does not explain why the finish end of the groove would be smaller than the centre.

You could program the finish pass of the groove as follows as a work around.
Starting at X2.503 Z-0.500

G01 X2.5045 Z-0.9525 this will compensate for the 0.001" hollow in the centre
G01 X2.508 Z-1.405

Have you ever checked the Headstock of the machine for parallel alignment with the Z axis?

Regards,

Bill

Last edited by angelw; 02-18-12 at 07:38 PM.
Reply With Quote
The Following User Says Thank You to angelw For This Useful Post:
newmachinist (02-18-12)
  #9 (permalink)  
Old 02-18-12, 08:11 PM
CNC Tech
 
Join Date: Feb 2012
Posts: 5
Thanks: 2
Thanked 0 Times in 0 Posts
Default Re: taper in grooves

im positive its because of that old ass machine. Maintenance has looked at it, but there doesnt seem to be anything they can do. I understand what your saying and will definitely try it out. Thanks All!
Reply With Quote
  #10 (permalink)  
Old 05-09-12, 06:52 PM
CNC Tech
 
Join Date: May 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: taper in grooves

i would deffinately check the ways of the machine, even a small nick or bur along the gibs or shoe can cause this. it might be bar spring in which case, take a lighter finish cut. if there is chatter with the lighter cut, slow down the rpm
Reply With Quote
Reply

Bookmarks

Similar Threads
Thread Thread Starter Forum Replies Last Post
Taper in threads whitetigernc ALL Other Builders not listed below 5 02-18-12 04:09 PM
Taper pin source? zombie1363 Machine Repair & Troubleshooting 2 06-15-11 02:36 PM
taper thread cutting programme manohar.bulbule Programming / Applications 1 06-16-09 08:20 AM
tool mark when cutting taper thelonegunmen Mori Seiki Lathes & Mills 4 02-11-09 07:26 AM
Unwanted taper on Mori Seiki VL-25 panman50 Mori Seiki Lathes & Mills 0 07-18-08 04:54 PM


Tags
fanuc, groove, taper

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
IMPORTANT DISCLAIMER
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Although The CNC Professional Forum has attempted to provide accurate information on the forum, The CNC Professional Forum assumes no responsibility for the accuracy of the information. All information is provided "as is" with all faults without warranty of any kind, either express or implied. Neither The CNC Professional Forum nor any of its directors, members, managers, employees, agents, vendors, or suppliers will be liable for any direct, indirect, general, bodily injury, compensatory, special, punitive, consequential, or incidental damages including, without limitation, lost profits or revenues, costs of replacement goods, loss or damage to data arising out of the use or inability to use this forum or any services associated with this forum, or damages from the use of or reliance on the information present on this forum, even if you have been advised of the possibility of such damages.


All times are GMT -5. The time now is 04:13 PM.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
| Copyright ©2010-2011 CNC Professional Forum LLC
CNC Machinist Forums