Page 1 of 2 12 LastLast
Results 1 to 12 of 13

Thread: Questions about a tool height touch probe

  1. #1
    Registered
    Join Date
    Feb 2009
    Location
    United States
    Posts
    17
    Downloads
    0
    Uploads
    0

    Questions about a tool height touch probe

    Many of my designs require several tool changes. Most of my time seems to be spend setting the Z-height of each tool. Because of this I've decided to automate it as much as possible (without investing in a auto tool changer).

    I'm working on making a tool height probe, and I would like to get some opinions of what direction I should go in. I can think of 2 simple ways to do this:

    1. A metal "button" with a plunger spring (so the tool won't crash into is during deceleration) that's connected to an input pin. When the tool touches it the pin is pulled to ground. The advantage of this is it's simplicity. The disadvantage is the normally-open nature makes it not fail-safe.

    2. A simple normally-closed momentary switch plunger switch.This is more electrically isolated from the frame and is fail-safe, but requires a switch that always brakes contact at the same exact point.

    Does anyone have any experience/suggestions on which way I should go? Or am I going in the wrong direction with both of these methods?

    The next step will be writing a tool change macro for Mach 3, but I think I can handle that. I have programming experience, just not a log of CNC experience.

    Thanks in advance,
    Chris Esser


  2. #2
    Registered
    Join Date
    Mar 2003
    Location
    Orange County, California
    Posts
    322
    Downloads
    0
    Uploads
    0
    I would be very interested in a viable design for this also. What I would like to throw into the mix is the ability to work with router bits as small as .008. I regularly use bits in the .031 to .015 range but need to go down to .008 on occaison.

    Anybody thought about an optical sensor?

    Proximity switch maybe?

    -James
    James Leonard - www.DragonCNC.com - www.LeonardCNCSoftware.com - www.CorelDRAWCadCam.com - www.LeonardMusicalInstruments.com


  3. #3
    Registered
    Join Date
    Feb 2009
    Location
    United States
    Posts
    17
    Downloads
    0
    Uploads
    0
    I thought about optical as well. I guess I'm like you; I'll go from a 3/4" roughing bit to a .023" fret slot cutting bit in the same run. I can't think of a way to make an optical sensor that would accurately accommodate both extremes. It would need to be fine enough to sense the tiny bits, but big enough to accommodate the larger ones.

    I was thinking if the landing zone was stable enough to be accurate and at the same time had enough give to prevent damage to the extra fine bits, it would work in all (most) cases.

    -Chris


  4. #4
    Registered
    Join Date
    Mar 2003
    Location
    Orange County, California
    Posts
    322
    Downloads
    0
    Uploads
    0
    Hi Chris,

    Maybe two (or even three) different optical sensor stations? One that was 1/4" for 1/8" microtools, one that was 1/2" for 1/4" shank tools and one that was 1" for all others?

    Or maybe just the 1/4" one for the 1/8" shank microtools. The larger tools should be robust enough to use a spring loaded touch sensor if you could guarantee an electrical connection to the router bit.

    The 1/8" tools I use come with depth setting rings so they would be close when they were mounted, but I reall need very precise Z depth control.

    -James
    James Leonard - www.DragonCNC.com - www.LeonardCNCSoftware.com - www.CorelDRAWCadCam.com - www.LeonardMusicalInstruments.com


  • #5
    Registered
    Join Date
    Feb 2009
    Location
    United States
    Posts
    17
    Downloads
    0
    Uploads
    0
    Actually, that gives me an idea.

    My 1/8" micro tools also have rings. If they all have the same ring (offset) depth, It wouldn't be too hard to write a tool change macro that checks to see if the new tool number is within a certain range (say 50-75). If the tool is within that range, then skip the probe and use the known length. Otherwise, use the touch probe.

    -Chris


  • #6
    Registered
    Join Date
    Nov 2009
    Location
    usa
    Posts
    23
    Downloads
    0
    Uploads
    0
    I have a Mazak CNC Lathe, and it has a tool setting touch probe. It typically is right on the money with accuracy to well under .0005. Why not get a replacement probe head, and use that to build your set-up. It will already be a sealed unit, and be sensative enough to accurately do what you're looking to do. Sorry if I'm off base on this. It's just an idea that popped into my head while reading your post.


  • #7
    Registered jalessi's Avatar
    Join Date
    Feb 2007
    Location
    U.S.A.
    Posts
    3,260
    Downloads
    0
    Uploads
    0

    Post

    Smokingman,

    The Auto Tool Zero in Mach3 works flawlessly.

    We use it to set tool height on a .005 diameter cutter several times a day for years with awesome results and no tool damage.

    Read the attached thread it is very informative.

    Another Aussie Auto Tool Zero Setter

    Jeff...
    Patience and perseverance have a magical effect before which difficulties disappear and obstacles vanish.


  • #8
    Registered
    Join Date
    Mar 2009
    Location
    UK
    Posts
    624
    Downloads
    0
    Uploads
    0
    Dont know if this is any use to you or could be modified to do what you want.?

    This thread Another Aussie Auto Tool Zero Setter

    Also checkout the Vid for how sensitive it is, he use's a tiny bit without trouble. "http://www.youtube.com/watch?v=DOBxt9MIbFo&feature=channel"]YouTube- Auto Tool Zero
    Last edited by hemsworthlad; 12-11-2009 at 05:20 PM. Reason: forgot vid link


  • #9
    Registered
    Join Date
    Jan 2009
    Location
    Latvia
    Posts
    17
    Downloads
    0
    Uploads
    0

    Smile

    For sure You can use quite installation seen on that video and I believe quite enough preciseness can be achieved. Just because of I hate an idea to attach separate wire to mill by clip and being extra lazy man - I went a way to create quite simply unit utilising end-switch to close a circut. I've made a touch probe producing repeatable measurements within 0.004mm which is more than enough for my job.
    "http://www.youtube.com/watch?v=5Hwgx9aogdU"]YouTube- Tool length measuring block for CNC router

    The biggest issues You will face creating that stile surface probe is:
    1. Selection of right switch with perfectly repeatable action;
    2. Design and machining body of surface block to maintain precise measurements in case of tool touches surface not in same point every time;
    3. Dust-proof and tool safe design.

    PS - as I dont have a time to follow posts here - pls mail me in case of questions.


  • #10
    Registered
    Join Date
    Dec 2009
    Location
    USA
    Posts
    4
    Downloads
    0
    Uploads
    0

    height adjustments

    If there a probe or a way to make a probe that is in continuous contact with the material to keep the bit at a precise height to the material? I engrave in sheet metal and it is not always perfectly flat so it would be neat to have a probe that continuously adjusts the tool height depending on the metal surface.


  • #11
    Registered
    Join Date
    Jan 2009
    Location
    Latvia
    Posts
    17
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Stubby1 View Post
    If there a probe or a way to make a probe that is in continuous contact with the material to keep the bit at a precise height to the material? I engrave in sheet metal and it is not always perfectly flat so it would be neat to have a probe that continuously adjusts the tool height depending on the metal surface.
    For that kind of jobs You need an "floating" spindle - see that unit.


  • #12
    Registered jalessi's Avatar
    Join Date
    Feb 2007
    Location
    U.S.A.
    Posts
    3,260
    Downloads
    0
    Uploads
    0

    Post

    Stubby1,

    Take a look at a spring loaded engraving tool.

    [nomedia="http://www.youtube.com/watch?v=gjVpr_u0PVo"]YouTube - cnc spring loaded engraving tool scorpion[/nomedia]

    Jeff...
    Patience and perseverance have a magical effect before which difficulties disappear and obstacles vanish.


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. Tool Height Block Questions??
      By SPEEDRE in forum DIY CNC Router Table Machines
      Replies: 8
      Last Post: 06-12-2008, 06:39 PM
    2. Moving tool touch probe
      By 1ctoolfool in forum Haas Mills
      Replies: 3
      Last Post: 09-18-2007, 08:56 PM
    3. Tool Height Touch Sensor for Techno-Isel
      By mikkojay in forum DIY CNC Router Table Machines
      Replies: 8
      Last Post: 08-08-2006, 03:28 PM
    4. Tool height "touch off" tool unusable
      By DHK in forum DeskCNC Controller Board
      Replies: 6
      Last Post: 05-06-2006, 01:54 PM
    5. Pop-up tool touch probe
      By dmealer in forum General Metal Working Machines
      Replies: 4
      Last Post: 04-04-2005, 07:47 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.