603,348 active members*
3,906 visitors online*
Register for free
Login
Results 1 to 17 of 17

Hybrid View

  1. #1
    Join Date
    Jun 2005
    Posts
    199
    Thanks for the responses.
    I should have explained that I am using the HobbyCNCPRO board and there are pullup resistors in the circuit. I also use Mach3.
    I had thought of using some very small SMT tactile switches but the the life of these is only about 100000 cycles, not a lot when probing.
    wjf
    The More I Learn The Less I Seem To Know

  2. #2
    Join Date
    Mar 2005
    Posts
    1498
    071002-2101 EST USA

    Martin:

    The debounce circuit you suggest is good. but as structured requires a SPDT non-shorting switch.

    Really it probably is not necessary because the software detecting that the probe touched effectively detects the leading edge and goes off and does whatever is required. It does not come back to do another test for a substantial time. What is important is to minimize the possibility of a trigger before probe contact. So a normally closed switch connecting the input to common (ground) until probe contact provides a very low impedance at the logic input until probe contact.


    wjfiles:

    I have no idea what a HobbyCNCPRO board is and thus what its input circuit looks like.

    At low voltages and low currents there are only a small number of materials in air that provide long term reliable electrical conduction. Silver is not one, but gold is very good in general.

    .

  3. #3
    Join Date
    Dec 2005
    Posts
    1408
    Quote Originally Posted by gar View Post
    071002-2101 EST USA

    Martin:

    The debounce circuit you suggest is good. but as structured requires a SPDT non-shorting switch.

    Really it probably is not necessary because the software detecting that the probe touched effectively detects the leading edge and goes off and does whatever is required. It does not come back to do another test for a substantial time. What is important is to minimize the possibility of a trigger before probe contact. So a normally closed switch connecting the input to common (ground) until probe contact provides a very low impedance at the logic input until probe contact.


    .
    Dear gar,

    You are absolutely right about the SPDT stuff as regard the circuit refered to in my post. Also, I was not aware that software debouncing was available "further downstream". Apologies to all.

    Best wishes,

    Martin

  4. #4
    Join Date
    Mar 2005
    Posts
    1498
    071003-0623 EST USA

    Martin:

    The reason there is fundamentally a software debounce is because the typical computer is a sequential device, or operated with time delays.

    When looking for the probe to make contact you are in a continuous loop testing that input, or you use an interrupt to detect it.

    Assuming you do not want to do noise filtering, then the first detection of the contact will cause an exit from the test loop to go service (process the operation) whatever is to be done upon this contact. Probably save the current location of X, Y, and Z. There will be instructions to move to a new location (path) to again test for contact. All this will generally take more time than the bounce time of the switch. Had an interrupt method been used, then upon receiving the interrupt it would be disabled until you were done processing data and ready to test for another contact. Either way the software is doing the debounce.

    .

Similar Threads

  1. FANUC 11M Amplifier bad, need help!
    By posedi in forum Fanuc
    Replies: 3
    Last Post: 11-11-2009, 04:50 AM
  2. servo amplifier
    By frankg521 in forum Servo Motors / Drives
    Replies: 22
    Last Post: 07-20-2007, 01:29 PM
  3. CMC/EG&G brushless amplifier help
    By knightlord in forum Servo Motors / Drives
    Replies: 20
    Last Post: 07-18-2006, 04:45 AM
  4. FANUC 11M Amplifier bad, need help!
    By posedi in forum DNC Problems and Solutions
    Replies: 2
    Last Post: 04-19-2006, 04:10 PM
  5. Touch Probe Amplifier Modifications
    By itsme in forum CNC Machine Related Electronics
    Replies: 8
    Last Post: 06-07-2005, 02:57 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
  •