585,996 active members*
4,193 visitors online*
Register for free
Login
Results 1 to 7 of 7
  1. #1
    Join Date
    Dec 2012
    Posts
    43

    Internal Radius Issue

    So I'm programming a lathe here, and my radius didn't come out as expected. This is going to be done with a boring bar, with internal radius. (Hardinge Elite 8/51 Turret lathe)

    This is what I have, I'm trying to get a .039 radius"


    Code:
    G99 G01 Z0.0 X.627 F.001
    G02 X.587 Z-.04 R.04
    G01 Z-.339
    The code put a radius in there, but no where to the desired effect. i'm not sure what I am doing wrong though. Any and all help is appreciated.

  2. #2
    Join Date
    Dec 2008
    Posts
    3109

    Re: Internal Radius Issue

    For a full quadrant rad... or 45° chamfer
    X change is double the Z change

    your endpoint in X needs to be 0.080 smaller.... X0.547

  3. #3
    Join Date
    Feb 2011
    Posts
    353

    Re: Internal Radius Issue

    Superman is correct

    i would say as your z starts at 0. that the starting point should be .667 dia. and the ending point is your .587 dia.

  4. #4
    Join Date
    Dec 2008
    Posts
    3109
    Quote Originally Posted by rcs60 View Post
    Superman is correct

    i would say as your z starts at 0. that the starting point should be .667 dia. and the ending point is your .587 dia.
    1 of us is correct...

  5. #5
    Join Date
    Feb 2011
    Posts
    353

    Re: Internal Radius Issue

    Hey superman you are right again one of us is right

    original poster kreativjustin wrote The code put a radius in there, but no where to the desired effect. i'm not sure what I am doing wrong though. Any and all help is appreciated.

    here it sounded to me as though the cam software is not set for turning (diametrical )but may be set for milling (just a guess )
    with out the knowledge of what the cam software is and how it is being used we won't know

  6. #6
    Join Date
    Dec 2008
    Posts
    3109
    Quote Originally Posted by rcs60 View Post
    here it sounded to me as though the cam software is not set for turning (diametrical )but may be set for milling (just a guess )
    with out the knowledge of what the cam software is and how it is being used we won't know
    It seems as if it is a manual progamming error.... easily done, but hard to see the offending code.
    It also shows the problem with using R, instead of I & K
    addresses. His 0.040 radius was there, but was not a full quadrant rad.

  7. #7
    Join Date
    Dec 2012
    Posts
    43

    Re: Internal Radius Issue

    Sorry for the late reply. I am not using Cam Software for the lathe, manual programming. I don't do anything overly sophisticated, yet.

    So a .04' would require double the .04' and make it a .08' diam to get full quadrant. Seems a little aggressive on the tool to take all at once though, better make it a canned boring cycle then! Thanks ladies and gents.

Similar Threads

  1. Replies: 0
    Last Post: 11-04-2016, 08:09 PM
  2. HELP Mach3 strange corner radius issue happening
    By dougie329 in forum Mach Software (ArtSoft software)
    Replies: 8
    Last Post: 06-05-2015, 05:11 PM
  3. mastercam x2 cleanup internal tool radius
    By basim in forum Mastercam
    Replies: 15
    Last Post: 05-21-2015, 12:04 PM
  4. Replies: 1
    Last Post: 05-15-2013, 08:52 AM
  5. NEED HELP! HAAS SL-30 radius programming issue!
    By Mancini in forum Haas Lathes
    Replies: 3
    Last Post: 07-05-2011, 02:08 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •