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

Thread: Tool setting probe

  1. #1
    Gold Member
    Join Date
    Jun 2003
    Location
    United States
    Posts
    1,387
    Downloads
    0
    Uploads
    0

    Tool setting probe

    Hey, I built me a tool setting probe, although I dont know how I will configure mach2 to use it.
    What I want it to do is have the tool jog down at like 10ipm untill it hits it, apply offset and height of the probe and rapid up to machine zero for tool change.

    What I am planning on doing is hooking up the one wire to the input and go from the gnd on the input to the chassis so as soon as the end mill touches it will set it.

    Now, how do I go about doing this?

    Thanks,
    Jon
    Attached Thumbnails Attached Thumbnails Tool setting probe-tn_probe.jpg  


  2. #2
    Gold Member
    Join Date
    Jun 2003
    Location
    United States
    Posts
    1,387
    Downloads
    0
    Uploads
    0
    I found it, its OEM 146, I took a look at the screen editor and it fixed that for me.

    -edit- the probe turned out to suck, Im going to redesign and make a new one, I must not have been thinking too hard when I designed this one, oh well. on to the next design.

    Jon
    Last edited by JFettig; 03-04-2005 at 11:27 PM.


  3. #3
    Registered RotarySMP's Avatar
    Join Date
    Mar 2004
    Location
    Vienna, Austria
    Posts
    1,073
    Downloads
    0
    Uploads
    0
    Hi jon,

    What sort of switch are you using in there?
    Regards,
    Mark
    www.wrathall.com


  4. #4
    Gold Member
    Join Date
    Jun 2003
    Location
    United States
    Posts
    1,387
    Downloads
    0
    Uploads
    0
    Im not using a switch at all, simply the contact of the tool to the peice switches it. Its spring loaded becuase the tool doesnt stop when it hits.

    Ill be making another one sometime soon hopefully that will be a little more acurate.

    Jon


  • #5
    Registered
    Join Date
    Oct 2004
    Location
    US
    Posts
    118
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by JFettig
    Now, how do I go about doing this?

    Thanks,
    Jon
    Jon I have the code to run the tool setter with floating tool offsets. If you like I can post it and you can modify it as you see fit.
    Brian


  • #6
    Gold Member
    Join Date
    Jun 2003
    Location
    United States
    Posts
    1,387
    Downloads
    0
    Uploads
    0
    That could be nice, I dont have a working tool setter right now, that last one was a complete failure. I did get it to set the tool when it touched it but it would keep pushing it down untill I stopped jogging into it.
    sometime soon(hopefully) Ill be working on a new tool probe.

    Jon


  • #7
    Registered tjstraz's Avatar
    Join Date
    May 2003
    Location
    Maine,USA
    Posts
    40
    Downloads
    0
    Uploads
    0
    Jon,

    Did you have a ground attached to the spindle to complete the circuit?

    I see in the picture you attached that you have a wire connected to the tool setter, but it sounds like you are not completing the circuit.

    I have a similar setup on my router. It is just a piece of 1/8" aluminum that I have connected to my break-out board input and then another wire attached to the router spindle for the ground. I have a "set tool" button in Mach 2 performs the tool setting function.

    Tim


  • #8
    Gold Member
    Join Date
    Jun 2003
    Location
    United States
    Posts
    1,387
    Downloads
    0
    Uploads
    0
    Its attached to ground inside the controll box, it does complete the circut, I didnt think about the design quite as hard as I shoudl have when I made it. it works minus the extreme lack of repeatability

    Jon


  • #9
    Registered
    Join Date
    Oct 2004
    Location
    US
    Posts
    118
    Downloads
    0
    Uploads
    0
    Here is the code I did for a presetter


    if IsSuchSignal (22) Then
    Fixture_Num = GetOEMDRO(46)
    Call SetOEMDRO (46, 202) 'Set to fixture number 202
    Code "G00 G53 Z00." 'Height to move into probe pos
    'Code "G53 X0. Y0." 'Move into Probe Pos ***EDIT HERE***
    Tool_Number = GetDRO(24)
    code "G91 g31 z-4. f10"
    While IsMoving()
    Wend
    If Tool_Number = 0 Then 'Master tool Cal
    z = GetOEMDRO(85) 'get Machine ZPos
    Call SetOEMDRO(49,z) 'Set fixture offset
    Else
    Call SetDRO(24,0) 'Turn off the tool offset by loading tool #0
    Height = GetDRO(2) 'Get the pos of the Z axis without the Tool comp on
    Call SetDRO(24,Tool_Number) 'Turn the tool Back on so the offset will go to the
    Call SetoemDRO(42,Height) 'Set the Tool Height offset
    End if
    Call SetOEMDRO(46,Fixture_Num) 'Set the Fixture back to what it was
    code "G91 G0 Z0.25"
    code "G90"
    While IsMoving()
    Wend
    end if

    I hope that will help someone...


  • #10
    Registered
    Join Date
    Apr 2003
    Location
    UK
    Posts
    1,079
    Downloads
    0
    Uploads
    0
    Any chance of a brief explanation on the code please Barker? Thanks!
    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  • #11
    Registered
    Join Date
    Apr 2004
    Location
    NY
    Posts
    28
    Downloads
    0
    Uploads
    0
    Aaron Moss of Industrial Hobbies has a nice probe on his site. He's missing the wiring diagram which had previously been on site. He has a nice explanation of setting tool heights under "automatic tool changer:.
    Paul


  • #12
    Registered
    Join Date
    Apr 2003
    Location
    UK
    Posts
    1,079
    Downloads
    0
    Uploads
    0
    Paul, unless I misunderstand it, Jon was trying to get Mach2 to measure the offsets on the fly, without the use of a tool table. i don't see this anywhere on industrial hobbies web site, just the regular tool table offsets.
    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. Tool length sensing!
      By Swede in forum FlashCut CNC
      Replies: 17
      Last Post: 05-06-2013, 11:38 PM
    2. Setting Work & Tool offsets
      By Shizzlemah in forum Fadal
      Replies: 7
      Last Post: 04-16-2005, 01:04 PM
    3. Pop-up tool touch probe
      By dmealer in forum General Metal Working Machines
      Replies: 4
      Last Post: 04-04-2005, 07:47 AM
    4. probe, tool setting
      By bobcor in forum General Metal Working Machines
      Replies: 9
      Last Post: 03-10-2005, 08:17 AM
    5. Tool Changer Problems
      By Snel in forum Haas Mills
      Replies: 5
      Last Post: 08-11-2004, 09:56 AM

    Visitors found this page by searching for:

    Nobody landed on this page from a search engine, yet!
    SEO Blog

    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.