587,218 active members*
2,433 visitors online*
Register for free
Login
Results 1 to 9 of 9
  1. #1
    Join Date
    Apr 2007
    Posts
    30

    Programming a radius

    I am learning more and more about programming but I am still having problems with programming a radius. Can anyone explain the best way to program a radius on a lathe and how you come up with the numbers used. I know the tool nose radius effects the way you program it, but what I am looking for is a better understanding of how to program a radius on a lathe. And how you get each number for the radius.

    Thanks

  2. #2
    Join Date
    Feb 2006
    Posts
    992
    The best way to understand it is try to understand the right triangle, and trigeometry....... then it will work for almost every radius you want to program.
    The best way to learn is trial error.

  3. #3
    Join Date
    Nov 2005
    Posts
    219
    Here is an example of programing a 45 degree chamfer with .040 radius on the corners of the chamfer.


    (CHAMFER)
    G50S2500
    T1010
    G0G96S800M3
    Z0M8
    X1.35
    G1X-.04F.01
    G0W.05X1.0369
    G42G1Z0F.006
    G3X1.0934Z-.0117R.04
    G1X1.2266Z-.0783
    G3X1.25Z-.1066R.04
    G1G40X1.35
    G28U0
    G97M01




    Here is an example with just a .125 radius

    (CHAMFER)
    G50S2500
    T1010
    G0G96S800M3
    Z0M8
    X1.35
    G1X-.04F.01
    G0W.05X.8
    G42G1X1.Z0F.006 (THE X START POINT IS = END POINT-(RADIUS*2)
    G3X1.25Z-.125R.125 (THE Z AND R WILL ALWAYS MATCH IF IT IS A 90 DEGREE RADIUS FROM Z0.)
    G1G40X1.45Z-.2
    G28U0
    G97M01

  4. #4
    Join Date
    Jul 2005
    Posts
    12177
    An open mind is a virtue...so long as all the common sense has not leaked out.

  5. #5
    Join Date
    Apr 2007
    Posts
    30
    Wow thanks guys. That was a great read. If you have any other guides like that could you post them too. i.e. threads and such. They makes some good reference reading.

  6. #6
    Join Date
    Jul 2005
    Posts
    12177
    Quote Originally Posted by fukeneh View Post
    Wow thanks guys. That was a great read. If you have any other guides like that could you post them too. i.e. threads and such. They makes some good reference reading.
    The two links I gave are /lecture13.pdf and /lecture17.pdf but there are a total of ten lectures numbered 10 through 20. Just open one in Adobe and then go through the whole lot by changing the number. You can also save copies of course.
    An open mind is a virtue...so long as all the common sense has not leaked out.

  7. #7
    Join Date
    Feb 2005
    Posts
    78
    newtexas2006 neans trigonometry.
    Have a look:
    Attached Files Attached Files

  8. #8
    Join Date
    May 2007
    Posts
    781
    Quote Originally Posted by Geof View Post
    The two links I gave are /lecture13.pdf and /lecture17.pdf but there are a total of ten lectures numbered 10 through 20. Just open one in Adobe and then go through the whole lot by changing the number. You can also save copies of course.
    Top level link to the course, there is more there then the PDFs.
    http://technology.calumet.purdue.edu/met/mfet/275/

  9. #9
    Join Date
    Jan 2006
    Posts
    4396
    Quote Originally Posted by fukeneh View Post
    I am learning more and more about programming but I am still having problems with programming a radius. Can anyone explain the best way to program a radius on a lathe and how you come up with the numbers used. I know the tool nose radius effects the way you program it, but what I am looking for is a better understanding of how to program a radius on a lathe. And how you get each number for the radius.

    Thanks
    Have you considered a CAD CAM Software like BobCAD-CAM??? It will make programming arcs and angles fast and simple with zero mistakes. Trig is a valuable tool, but mistakes are costly.

    V2007 doesn't have a Lathe Module yet but V21 does. It is a great tool for Programming Complex Geometries.
    Toby D.
    "Imagination and Memory are but one thing, but for divers considerations have divers names"
    Schwarzwald

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

    www.refractotech.com

Similar Threads

  1. Radius in z axis?
    By pp-TG in forum G-Code Programing
    Replies: 6
    Last Post: 12-20-2023, 10:22 AM
  2. Help programming G2, G3 partial circle blends, radius
    By williamglassII in forum G-Code Programing
    Replies: 33
    Last Post: 09-24-2007, 11:04 PM
  3. Zero Radius Arc
    By Xular in forum Mach Mill
    Replies: 4
    Last Post: 12-14-2006, 04:10 AM
  4. programming radius/ help needed
    By integrexe410 in forum Mazak, Mitsubishi, Mazatrol
    Replies: 6
    Last Post: 12-11-2006, 07:14 PM
  5. Programming lathe with radius numbers
    By mudwhump in forum BobCad-Cam
    Replies: 1
    Last Post: 06-07-2004, 01:14 PM

Posting Permissions

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