584,829 active members*
5,330 visitors online*
Register for free
Login
Page 4 of 29 2345614
Results 61 to 80 of 563
  1. #61
    Join Date
    Mar 2003
    Posts
    35538
    There's a better way to hook up your switches to get rid of noise issues. Use 24V.
    http://www.cncbuildingblocks.com/sourceoptoinput.html
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  2. #62
    Join Date
    Dec 2006
    Posts
    775
    Quote Originally Posted by mcyr View Post
    Hi GG,
    ...The noise was occurring so fast that the LED's on the diagnostic page didn't even light up. The only way to get it work "properly" was to set the debounce to 5000! That's almost a full second of noise filtration - no good long term. After reading several solutions posted by others with similar problems I tried soldering a 0.01uF cap across the leads at the BOB. It worked so well that I was able to reset the debounce back to 0. Mike
    Mike,
    Thanks for the detail. I had no idea that 5000 translated to 1 second of delay. No wonder I have to use such a low feed rate for my probe script.

    Quote Originally Posted by mcyr View Post
    By the way, did you need to use a second wire to GND as part of your zeroing system? I wasn't so lucky so I have to attach a wire to the bit to complete the circuit. If you didn't then maybe that might be another experiment you can try.
    Mike
    I'm using a Hitachi router. How about you? The bit of that router is grounded to the 110V circuit. I did have an anomaly once. I changed the power strip to a defective or otherwise different unit, and my ground went away. I changed the strip back, and my ground returned. Take an ohm meter from your bit to the 110V ground plug. If you see continuity, you need to change out your extension cord/power strip/or check your shop's circuit ground.

  3. #63
    Join Date
    Dec 2006
    Posts
    775
    Eureka! I went to the Ratshack and bought a two pack of .01 uF capacitors. $1.49. They were bigger then I thought they'd be.

    So, I made a few solder joints, added a couple of pigtails, added a small piece of plywood to support the cap, wrapped it with electrical tape, found a spare Ground on the BOB, and I was working again.

    That's a relief to get it solved.

    Thanks to all who replied.
    Dave

  4. #64
    Join Date
    Dec 2004
    Posts
    84
    Hi Dave,

    I'm using a Porter Cable 7301 router. It only has two prongs so nowhere to test for continuity. And I apologize...I made a huge math mistake...5000 on the debounce x 40 usec is 200 millisec, not 1 sec. Sorry.

    Best regards,
    Mike

  5. #65
    Join Date
    May 2006
    Posts
    1469
    Quote Originally Posted by Glidergider View Post
    That's a relief to get it solved.
    Glad to hear it's all working again Dave.

    Greg

  6. #66
    Join Date
    May 2006
    Posts
    1469
    Quote Originally Posted by Glidergider View Post
    I went to the Ratshack and bought a two pack of .01 uF capacitors. $1.49. They were bigger then I thought they'd be.
    These little monolithics are what I use. Greg
    Attached Thumbnails Attached Thumbnails cap.jpg  

  7. #67
    Join Date
    Feb 2006
    Posts
    210
    I put one of these on today. I can't believe how well it works. If you don't have one, take my advice and make it It's Great!
    Dave
    In the words of the Toolman--If you didn't make it yourself, it's not really yours!
    Remember- done beats perfect every time!!

  8. #68
    Join Date
    Dec 2006
    Posts
    775
    It sure does. Three cheers for Greg!

  9. #69
    Join Date
    May 2006
    Posts
    94
    Here's a little different problem. This is also intermittent. Half of the time, the script works great, but every so often, on probe touch, it will pause, then drive another .2-.3 down, and then retract to .5630 instead of just .5, it is adding in the plate thickness .630 as well. This problem so far has not been triggered by anything specifically. starts some times on boot, other times when loading new g-code. everytime I try to use it, I have to pretest in the air before actually setting zero.

    The one thing I am doing different, is I'm wired thru a USB game controller, and pulling the probe thru keygrabber.

  10. #70
    Join Date
    May 2006
    Posts
    1469
    Quote Originally Posted by dewme5 View Post

    The one thing I am doing different, is I'm wired thru a USB game controller, and pulling the probe thru keygrabber.
    I don't think you well ever get consistent results going through USB and third party software.

    USB is not used for timing critical tasks.

    Greg

  11. #71
    Join Date
    May 2005
    Posts
    8
    I am tempted to do this, a couple of questions though...

    As I understand this you change tools and then trigger this manually. Without moving x or y it ramps down until it triggers? Then the Z id adjusted automatically and you can hit go for the next process?

    You have it running downwards at 500mm/min. Do I read that right? And at that speed it can stop dead so it doesn't plough into the deck? I wouldn't have dared to use more than 1/50th of that if I was thinking this out myself. IF your machine can do that does it mean they all can, or more to the point that my Taig can?

    Chris

  12. #72
    Join Date
    May 2005
    Posts
    8
    Please ignore my previous message, I posted it after reading the first page not realising there were subsequent posts. Now I have read the lot I realise I have enough to go on with...

    Best wishes

    Chris

  13. #73
    Join Date
    May 2006
    Posts
    94
    Quote Originally Posted by Greolt View Post
    I don't think you well ever get consistent results going through USB and third party software.

    USB is not used for timing critical tasks.

    Greg
    This controller I have uses a serial connector that has a usb adapter. would the serial side provide better response. I had gotten the idea of using the controller from this project.
    http://www.hossmachine.com/projects_...ontrol%20panel

  14. #74
    Join Date
    Mar 2003
    Posts
    35538
    I think you'll have to use the parallel port for this to work correctly.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  15. #75
    Join Date
    Dec 2006
    Posts
    81
    Greolt-

    Thanks for posting this. It was quick and easy to setup, took me longer to modify my BOB for the pull-up resistor on the input as it has pull downs. Much easier and more accurate than "eye-balling" it.

    James

  16. #76
    Join Date
    Apr 2005
    Posts
    3634
    Lots of great info here, thanks to everyone that posted.

    .
    Free DXF - vectorink.com

  17. #77
    Join Date
    Jun 2004
    Posts
    6618
    Greg just sent me the link to this thread. Very cool stuff. I do have a couple of questions. I am having some trouble with an estop firing off sometimes. Not so much now, but I have the debounce set @ 15 or 20 thousand. I am wondering if the cap trick might work on it?
    If so, exactly where do I put it? I am using just a plain Jane BOB. I have a really nice one that don't work though.
    I am coming out of the BOB on pin 10. Is this where one leg of the cap goes and the other goes to the other side of the switch? I am slightly confused about those caps anyway. I understand diodes and resistors and even led's. The only thing that stores power that I understand is a battery.
    Sorry for the side track.

    Now about this little tool setting gem. I run both a router and a mill now. Just got it up. I know I would need the copper plate on the router for milling my lexan, but on the mill, I always use steel or aluminum. Would I actually have to have a plate in this case? Hmm.

    I guess with a long enough cord on it, it will reach both machines. They sit right beside each other. In fact I am going to have to run both off one computer anyway for awhile till I can fix one of the other three I have.
    Thanks in advance and great thread.
    Lee

  18. #78
    Join Date
    May 2006
    Posts
    1469
    Lee the debounce in Mach does not affect the probe input.

    Previously it did but it has not for quite a few versions now.

    It would be better if you can get away without a cap on this input. It slows the signal response down. But some systems will need it.

    My system simply needs a pull up resistor to act as a clamp. This is sufficient to eliminate noise problems. Without this it is unusable for me.

    However every system will be different. Many variables.

    Greg

  19. #79
    Join Date
    May 2006
    Posts
    1469
    I was asked about using the Auto Tool Zero with the Shuttle Pro. So I will post the response here also in case it will help others.

    Copy your zero script to a notebook file and save it as M650.m1s

    Place this file in Mach3 / macros / Mach3mill folder (or the folder with the name of the profile you use)

    Then in the Shuttle plugin assign a button to "Custom macro #1" and put 650 in the Macro number 1 box

    Just remember if you ever alter your zero macro, you must do it in both places. Button Script and Macro folder.

    Greg

  20. #80
    Join Date
    Jun 2007
    Posts
    3757

    Great work!

    Greg

    Great work on the Aussie Auto Tool Zero Setter.

    I saw your YouTube video with Vacuun(n) hold down demo.

    My question, Did you just redirect the suck port on the compressor to the tank?

    I have a spare tank on my dead compressor. Maybe I should steal some of the vacuum (into, well out of the old tank), while letting the compressor have some air, so it still works as my chip blower, until I get my dust extractor installed.

    I suppose I've just answered my own question, but it's your idea.
    Comments Please. I'm in Deer Park. Like to PM for an eyeball.:cheers:

    Neil.

    Happy snap of a job.
    Attached Thumbnails Attached Thumbnails Trial Job.jpg  
    Super X3. 3600rpm. Sheridan 6"x24" Lathe + more. Three ways to fix things: The right way, the other way, and maybe your way, which is possibly a faster wrong way.

Page 4 of 29 2345614

Similar Threads

  1. Replies: 1
    Last Post: 03-04-2014, 01:08 AM
  2. Auto tool setter / touch plate ?
    By chrisnis in forum Machines running Mach Software
    Replies: 2
    Last Post: 04-06-2013, 12:24 AM
  3. Tool Setter Macro for M-V60C and Metrol Setter
    By mitshack in forum Mazak, Mitsubishi, Mazatrol
    Replies: 1
    Last Post: 02-02-2013, 12:08 PM
  4. Auto Tool Setter Button IH taylored !
    By Cruiser in forum Charter Oak Automation Support Forum
    Replies: 7
    Last Post: 08-06-2009, 03:25 PM
  5. Tool setter macro for M-V60C and Metrol setter
    By mitshack in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 0
    Last Post: 10-06-2008, 02:38 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •