Page 1 of 4 1234 LastLast
Results 1 to 12 of 41

Thread: My DIY Edge Finder

  1. #1
    Registered
    Join Date
    Nov 2007
    Location
    USA
    Posts
    187
    Downloads
    0
    Uploads
    0

    My DIY Edge Finder

    So i was brainstorming one night a couple months ago on how to build the ultimate edge finder for my cnc router. It had to be small, low cost and easy to interface.

    and then in a moment of genius?, i thought - what about those little pointing devices found on IBM laptop keyboards, otherwise known as trackpoints.

    essentially these devices are 2 axis (sometimes 3) strain gauges, with a on board micro controller to interface the analog signal into a mouse movement.

    I made up a mount using an air cylinder and linear slide bearing, which allows me to bring the probe up and down about 2 inches.

    On the end of the strain gauge, i made an adapter to attach a standard indicator probe

    I stole the trackpoint from an old IBM laptop i had (you could buy used keyboards on ebay for under 10 bucks), and wired up a mouse cable to it. It also allows you to plug in your standard mouse - so you don't loose that capability. (just don't move your standard mouse while the edge find routine is running)

    in the end, i'm pretty happy with the outcome. It seems to repeat within +/-.001" or so, and with some tweaking it be capable of less error. Sorry i'm lacking many pictures at the moment, but i did put up a quick video

    general operation is.. get the probe close to the object (.030" or so). lower it. tell it which axis and direction to move in. it then moves in .001" increments until mouse movement is detected. zeros axis, and moves away from edge in opposite direction.

    [ame]http://youtube.com/watch?v=1yN3G4da6VI

    feedback welcome


  2. #2
    Registered
    Join Date
    Dec 2006
    Location
    USA
    Posts
    810
    Downloads
    0
    Uploads
    0
    very interesting, I don't think I quite get it but very creative. I used to have a laser center finder mounting next to my router and had a button with a vb script offset. So I would line up my x axis zero out then my y zero out and then hit the button and it would offset to the center of my router. But I realized after doing a test cut that I had to move the router mounts a little to make sure the router bit was square to the table. This made the laser slightly skewed making it line up at different points depending on the height of the z axis. Plus I found out that router collets are not that accurate. Mine has .003 run out. So now I just chuck up the laser, which it was made for, and find the general edge rotate the chuck until the runout is equodistant to the edge I'm finding. Works very well for now. I have a pretty good eye, and I now the Laser Center Finder manuf. says it's .001 accurate it does take a lot of eye squinting to make sure you're actually there, whick is frustrating. Like on my bridgeport manual mill I use an electronic edge finder, when it just touches the edge it lights up, a much more positive action than squinting at a little itty bitty laser. I always double check the electronic edge finder by backing off and redoing it and it's very accurate. Since I'm using wood on the CNC I can't use it becasue it's based on touching metal....actually I just thought I get it now your device does the same thing but using motion instead of completeing a circuit to find the edge...i like that.


  3. #3
    Registered
    Join Date
    Aug 2006
    Location
    USA
    Posts
    102
    Downloads
    0
    Uploads
    0
    Very nice... can we see the macro?


  4. #4
    Registered
    Join Date
    Nov 2007
    Location
    USA
    Posts
    187
    Downloads
    0
    Uploads
    0
    thanks guys.

    i'll post the macro up in a day or so. It needs some fine tuning. last night was the first test run.

    but i need to have it in production by the weekend!

    on these items i'm making at the moment, they require 2 setups and require finding the center from four sides. Thats 8 edge finds x 300 units = 2,400 edge finds!

    so far i've been doing it by hand using the edge of the cutter and my eye and its killing me


  • #5
    Registered
    Join Date
    Aug 2006
    Location
    USA
    Posts
    102
    Downloads
    0
    Uploads
    0
    I like this concept.

    I am thinking of a way to incoporate this into the Z zero to have an all in one edge finder and z zero.

    I currently use a touch off plate for both the z zero and edge finding using the bit and some metal angle.. as completely accurate edge finding is not too important to me. But this seems to be straight foward enought to give it a go.


  • #6
    Registered
    Join Date
    Nov 2007
    Location
    USA
    Posts
    187
    Downloads
    0
    Uploads
    0
    there may be a way to include z touch off, but i haven't looked into too much yet.

    the trackpoint microcontroller has an input for z axis. google TPM754A for the datasheet, which includes the schematic for the trackpoint circuit.

    from the looks of it, x and y are fed into the z input. and this may also be where different versions of the trackpoint have different sensor configurations.

    on the driver side, if you tap the trackpoint it can interpret it as a mouse click so you might be able to use that somehow.

    what originally drove me to this concept was the strain gauge. to take it to the next level, it might be nice to intercept the analog signals before it hits the microcontroller and processes them directly with and ADC. The circuit board already includes op amps to prepare the signal! that way you could create a much more accurate system by not using the mouse driver.

    but the existing mouse interface is some of the beauty


  • #7
    Registered
    Join Date
    Jan 2008
    Location
    usa
    Posts
    35
    Downloads
    0
    Uploads
    0

    edge finder

    I like the way you think, anytime you can automate thats cool. for those who are straining your eyes...use a different edge finder...very simple, look at this one we use it everyday in our machine shop. have used the fancy electronic lights and find that these work best over 22 yrs.

    http://www1.mscdirect.com/CGI/NNSRIT...MT4NO=36565124

    just load it in the spindle at @1000 rpm and creep over to the edge and you can see it run off center very easily.

    mark


  • #8
    Registered
    Join Date
    Jan 2008
    Location
    usa
    Posts
    35
    Downloads
    0
    Uploads
    0

    another note

    I'm very intigued by your idea, "don't let my last post fool you". Actually I would be willing to work on an idea with you to incorporate your "edge finder" into possibly a low cost coordianted measuring device or parts checking on the machine. It has been a while since I wrote any macros, but I used to do quite a bit with the reneshaw probing system on 4 and 5 axis machining centers.


  • #9
    Registered
    Join Date
    Nov 2007
    Location
    USA
    Posts
    187
    Downloads
    0
    Uploads
    0
    sure i'd be interested in some ideas / help in taking it to the next level.

    did some more work on it tonight, and its pretty much ready to do what i need it to (for now)

    here is a little video

    touch two sides of a slot, and move the router into it

    [ame]http://youtube.com/watch?v=3q58oVZCmB0


  • #10
    Registered
    Join Date
    Jan 2007
    Location
    usa
    Posts
    2
    Downloads
    0
    Uploads
    0
    now that is just too cool!!!


  • #11
    www.joescnc.com joecnc2006's Avatar
    Join Date
    Aug 2004
    Location
    usa
    Posts
    3,093
    Downloads
    0
    Uploads
    0
    Here is one done on a shopbot.



  • #12
    Registered
    Join Date
    Jan 2008
    Location
    usa
    Posts
    35
    Downloads
    0
    Uploads
    0

    Smile

    joe,

    very nice, only thing is, it looks like you are working with a grounding clamp system that has to complete an electrical cicuit to find the edge...what multiplex has going on is a probing setup that gages off presure...any type of material can be gaged...wood,plastic...


  • Page 1 of 4 1234 LastLast

    Similar Threads

    1. Question About Edge Finder
      By FLUTE HEAD in forum Machine Problems, Solutions , Wireless DNC, serial port
      Replies: 16
      Last Post: 09-29-2008, 02:21 AM
    2. Has anyone used this edge finder?
      By l u k e in forum General Metalwork Discussion
      Replies: 34
      Last Post: 03-19-2008, 02:52 PM
    3. Where to specify edge finder diameter?
      By JMFabrications in forum Haas Mills
      Replies: 7
      Last Post: 07-19-2007, 01:04 AM
    4. Laser edge finder
      By dave6 in forum Calibration and Measurement
      Replies: 9
      Last Post: 12-10-2006, 10:06 AM
    5. anyone know where to get this optical edge finder?
      By mbwittig in forum General Metal Working Machines
      Replies: 6
      Last Post: 10-24-2006, 02:33 PM

    Tags for this Thread

    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.