Page 1 of 3 123 LastLast
Results 1 to 12 of 27

Thread: Tooltip radius compensation help!

  1. #1
    Registered
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    8
    Downloads
    0
    Uploads
    0

    Tooltip radius compensation help!

    I need to program a cutting path from no. 1 to no.3 as shown in the jpeg attachment, and i understand that G42 should be used to compensate the tool nose radius, but which tool tip number should i use? how should i program it so that i will get an accurate finished product?
    Attached Thumbnails Attached Thumbnails Tooltip radius compensation help!-tooltip.jpg  


  2. #2
    Registered
    Join Date
    Jul 2003
    Location
    New Zealand
    Posts
    1,137
    Downloads
    0
    Uploads
    0
    Normally your cam program would calculate this for you. Just enter the diameter of your cutter and the type. eg Ball nose.
    Do you need many of these points or just the four illustrated.
    If you require just the four points you could draw the profile with circles tangent to the profile lines. Then calculate the tool path as per the attached drawing.
    Attached Thumbnails Attached Thumbnails Tooltip radius compensation help!-tool_path1.jpg  


  3. #3
    Registered
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    11,960
    Downloads
    0
    Uploads
    0
    Do the pictures help? I captured them out of a manual.

    I think for your application 8 will be the correct tip number to use.
    Attached Thumbnails Attached Thumbnails Tooltip radius compensation help!-toolnose1.jpg   Tooltip radius compensation help!-toolnose2.jpg  
    An open mind is a virtue...so long as all the common sense has not leaked out.


  4. #4
    Registered
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    8
    Downloads
    0
    Uploads
    0
    Thanks for the prompt reply, well there shouldnt be any problems if the codes were generated using cam, however, is there any way to hand-code it correctly?

    Geof, the pictures u attached does help, however, the cutting path involves 3 different tool tips and if i am not wrong, G42 only allows using compensation for one tool tip for one cutting cycle..


  • #5
    Registered
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    11,960
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Predator View Post
    ....Geof, the pictures u attached does help, however, the cutting path involves 3 different tool tips and if i am not wrong, G42 only allows using compensation for one tool tip for one cutting cycle..
    How do you get 3 different tool tips? You are not going far enough around the nose radius for the side of the tool to be cutting. You are using the same tool for the entire path in your picture and the toolpath is symmetric, tip 8 works for a symmetric path.

    If your angle was steeper you would need to do it with two tools: The front and OD would be done with a tool like that shown for tip 9 and would use tip 9 and the back angle would be done with a tool like tip 4 and use tip 4.
    An open mind is a virtue...so long as all the common sense has not leaked out.


  • #6
    Registered
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    8
    Downloads
    0
    Uploads
    0
    i am actually using a tool holder similar to the tool tip number 3.. not the one in the pic i attached earlier on... the angle of the holder is steeper than the slope i need to cut...

    However, my main concern is the tool tip will be cutting the material using one end of the insert on the first slope, however when it reaches the 2nd slope, it will use the other end of the insert to cut the material right?

    Pls correct me if my theory is wrong...
    was wondering if the 2nd slope will be affected as the cutter is using different sides to cut the material as it moves from the 1st slope to the 2nd..

    hope u understand what i mean...
    Attached Thumbnails Attached Thumbnails Tooltip radius compensation help!-toolpath.jpg  


  • #7
    Registered
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    11,960
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Predator View Post
    ....However, my main concern is the tool tip will be cutting the material using one end of the insert on the first slope, however when it reaches the 2nd slope, it will use the other end of the insert to cut the material right?....
    My understanding of the tip 8 tool compensation operation is that the controller corrects for the nose radius on both slopes. It takes the tool past the programmed path by the amount necessary to compensate on the back slope.

    If you have a machine that has a good graphics display you can write a little program which follows the tool path first without compensation and then repeats with compensation and you can see from the trace what the compensation is doing.

    However, if your tool is actually a different shape you will have to select the tip number for that shape and the path that it follows.
    An open mind is a virtue...so long as all the common sense has not leaked out.


  • #8
    Registered
    Join Date
    Jul 2003
    Location
    New Zealand
    Posts
    1,137
    Downloads
    0
    Uploads
    0
    Predator:
    My pictures are for a milling path.
    On further examination I see you need this for a Lathe.
    Sorry to put you wrong.


  • #9
    Registered
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    8
    Downloads
    0
    Uploads
    0
    kiwi, its ok, i wasnt clear in the first post, anyway i will try and figure that using a simulator...


  • #10
    Registered
    Join Date
    Nov 2004
    Location
    USA
    Posts
    97
    Downloads
    0
    Uploads
    0
    Use two tools.

    use on like the #3.

    and then use one like the #4.


    Your TRC values would be 3 and 4


  • #11
    Registered
    Join Date
    Oct 2006
    Location
    Singapore
    Posts
    8
    Downloads
    0
    Uploads
    0
    using 2 tools will have no problem with the compensation, however is it possible to use one tool all the way? the tolerance for the workpiece is only 20 microns and it will be much more difficult to control if i were to use 2 tools for finishing...


  • #12
    Registered
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    11,960
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Predator View Post
    using 2 tools will have no problem with the compensation, however is it possible to use one tool all the way?...
    You can use one tool with a profile the same as you had in your first sketch provided the tip angle on the tool is small enough that the sides of the tool do not touch the angle on either side of the part. This way the tool is only working on the nose radius.

    This program does part of a sphere using Tip 8 and a tool like your sketch. It does not go far enough down the sphere for the sides of the tool to touch.


    %
    N1000 T101
    N1001 G00 X1.5 Z1.
    N1002 M03 S1800
    N1003 X0.6 Z0.15 M08
    N1003 G42 G01 X0.3693 Z0.1 F0.01
    N1005 G03 R0.5 X0.5057 Z-0.8009
    N1006 G40 G00 X1.15
    N1007 Z0.18
    N1003 G42 G00 X0.3593 Z0.1
    N1005 G03 R0.5 X0.4957 Z-0.8009 F0.005
    N1006 G40 G00 X1.15
    N1023 G00 X2. Z5.
    N1024 M99
    N1025 (----)
    %
    An open mind is a virtue...so long as all the common sense has not leaked out.


  • Page 1 of 3 123 LastLast

    Similar Threads

    1. Tool Radius Compensation
      By davidmb in forum General CAM Discussion
      Replies: 6
      Last Post: 10-03-2012, 05:31 AM
    2. Fanuc 5 axis radius compensation
      By d.a.v.e in forum Fanuc
      Replies: 1
      Last Post: 10-06-2008, 03:52 AM
    3. Help needed DynaPath 20 Tool-radius-compensation
      By dogstar in forum General CNC (Mill and Lathe) Control Software (NC)
      Replies: 0
      Last Post: 02-13-2007, 07:42 PM
    4. Radius compensation in Mach3
      By kayakman in forum Mach Mill
      Replies: 20
      Last Post: 12-06-2006, 11:43 AM
    5. Radius compensation in Mach2?
      By MrBean in forum General CAM Discussion
      Replies: 3
      Last Post: 03-19-2005, 08:49 AM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.