585,942 active members*
3,469 visitors online*
Register for free
Login
Results 1 to 14 of 14
  1. #1
    Join Date
    Jul 2004
    Posts
    148

    Any Info On Tool Diameter Compensation?

    I was hoping someone could shed a little light on the tool compesation issue. I've read through the pdf file in turbo cnc but am still confused. I think the closest match is g54 -g59 for fixture offsets. Some other programs have a g42, I believe, for tool radius compensation tool left or tool right with a diameter variable. Could someone give a simple step -by-step on this issue. Also what is incremental mode? Maybe I need a copy of the RS-274D. any links to this?

  2. #2
    Join Date
    Mar 2004
    Posts
    1806
    Flute Head,
    At this time, Turbocnc does NOT support tool offset (diameter/radius) compensation. You have to do the offset yourself (either in the drawing or in the cam program). In my case, my solution has been to draw the part in cad, export as a dxf and then run it though Sheetcam (presently in beta, but should be released at the end of the month). Another option would be to draw the part in cad, do your offset there and then run it through Ace converter (available at the Turbocnc site [freeware]).

    Hope this helps.

    Bubba

  3. #3
    Join Date
    Jul 2004
    Posts
    148
    Hey thanks, what about using g54 for a tool offset. Might just be easier to offset in autocad. After all, thats what I do for a living is run autocad.

  4. #4
    Join Date
    Nov 2003
    Posts
    634
    Flute head, G54 is OK for a tool length offset, but not a tool diameter offset.

    If you use Autocad you already know what incremental mode is: In Autocad it is called relative Cartesian coordinates;

    Absolute means all dimensions are given from 0,0 (home)
    Incremental means dimensions are given from the last point.

    Cutter compensation: What you are calling tool offset (diameter)
    What you do here is draw your part in Autocad. You have to decide which way you are going to cut the part. Is the cutter going to be going clockwise around the part perimeter on the left side of the part, or is it going counterclockwise around the part on the right side of the part.

    This is cutter comp right G42 or cutter comp left G41
    Cutter comp off is G40.

    You would use cutter comp for a few reasons.
    1. Let's say you normally use a 1/2" dia router bit to cut out your parts. You break your last bit and you only have 3/8" dia bits. If you programmed using cutter comp, you simply have to enter the diameter of the bit in a table and the program adjusts itself. Without cutter comp, you have to rewrite the entire program.

    2. You have a high volume shop and you send out router bits for resharpening. When they come back, they are slightly small in diameter. Cutter comp allows you to keep your finished parts to perfect size.

    G54 is used for fixture offsets on your router bed. Its like setting up a UCS in Autocad. You can have more than 1. They are named, G54, G55, G56, etc. But you can use these for tool length offsets if you need them.

    Alot of people cannot imagine programming without G41/G42 cutter comp. Other people cannot imagine why you would need to. I use it at work religiously, but at home I never need it.




    Here's a site with a good program to help you learn all this stuff
    http://www.betatechnical.com/autonc.htm

  5. #5
    Join Date
    Sep 2004
    Posts
    77
    Despite my best efforts so far, I cannot get cutter comp working, at least with the simulation program I am using (CutViewer).

    So yeah, I am rewriting programs A LOT. It stinks, but I was really meaning to get more familiar with my calculator

    At least its bearable to rewrite everything by hand if you have a visual simulator. Without that, it seems that programs are written at great peril.

    Swami

  6. #6
    Join Date
    Jul 2004
    Posts
    148
    THanks everyone, actually the g41,42 made sence to me. I thought there would be something similar in turbocnc. Can't wait to try-out the freebe program.

  7. #7
    Join Date
    Nov 2003
    Posts
    634
    Swami, If you are writting G code by hand, I feel for you.
    Download Sheetcam immediately, do not pass GO!

  8. #8
    Join Date
    Sep 2004
    Posts
    77
    Im guessing that program will trace the contour of a part, and channel cut through a sheet of material in whatever depth path I choose?

    Those channel cuts just keep building up chips in front of the cutter, and requires constant babysitting in my experience to keep it from loading up. Is that what happens to you?

    I wouldn't mind writing programs a bit, if I could just program to the LINE in the drawing, instead of having to manually cutter compensate all the time.

    Swami

  9. #9
    Join Date
    Nov 2003
    Posts
    634
    Swami, you can do several things to minimize chip loading in the channel. Upcut spiral bits will bring the chips to the surface. An air nozzle pointed into the cut channel will help blow the chips out of the path.

    You are essentially correct as to what Sheetcam does, but it takes that human error out of the equation, plus speeds up the programming so its a breeze, not a pain.

    Anyway, upgrade to Mach2 and you can use cutter comp and program just the way you want.

  10. #10
    Join Date
    Sep 2004
    Posts
    77
    Quote Originally Posted by buscht
    Anyway, upgrade to Mach2 and you can use cutter comp and program just the way you want.
    I liked all your tips, but really honed in on this one.

    I use Mach2 now (Trial Version). Are you saying I can write a program that would cut "to the line" and have Mach2 compensate? I know that it supports using traditional G43/G42 codes, but are you referring to something more sophisticated?

    Thanks,
    Swami

  11. #11
    Join Date
    Nov 2003
    Posts
    634
    Yes, with Mach2, you can program " to the line" and use G41/G42 offset commands.

    You will have to program in a lead in/lead out though.

    I am not referring to anything else.
    t

  12. #12
    Join Date
    Sep 2004
    Posts
    77
    sigh. This is the part I am not having the best luck with. One thing that would help me troubleshoot: When using cutter comp in Mach2, will the DRO report the correct position of the cutter, or does it report the line?

    Swami

  13. #13
    Join Date
    Nov 2003
    Posts
    634
    I don't know because I don't use cutter comp in my home programs.

    But if you want to troubleshoot, you need to stay simple. Write a program that will cut a 2" x 3" square for example. Use your cuttercomp and test it out.

    You have to call out the proper tool along with cutter comp otherwise MACH2 doesn't know which tool in your tool table to use.

    You might want to start your own thread or post another way to get more responses than just me.

  14. #14
    Join Date
    Sep 2004
    Posts
    77
    I was hitting up the Yahoo Mach2 group. And yes, the DRO will show you the compensated value of where the cutter is.

    I got Mach2 to work using G42 just now, but then mysteriously, it stopped working after I changed the feedspeed (which should have no bearing!!)

    Thanks man,
    Swami

Similar Threads

  1. HELP Tool changer problems
    By ddprecision in forum Haas Mills
    Replies: 10
    Last Post: 07-18-2016, 02:30 PM
  2. Tool length sensing!
    By Swede in forum FlashCut CNC
    Replies: 19
    Last Post: 05-07-2013, 04:38 AM
  3. Tool Changer Problems
    By Snel in forum Haas Mills
    Replies: 5
    Last Post: 08-11-2004, 02:56 PM
  4. Are there Camsoftcorp users out there?
    By HuFlungDung in forum CamSoft Products
    Replies: 40
    Last Post: 11-13-2003, 10:12 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
  •