1
General Mach Discussion / Re: noob looking for guidance
« on: April 10, 2009, 11:37:37 PM »
indeed debugging intermittent issues can be a real pain in the butt. Unless I run into a problem with the debounce up at 2000 is there a particular reason to lower it?
If I understand the option correctly: 2000*40us = 80ms., so if a signal is 79ms long it ignores it but if it's 81ms then it triggers (+- 1ms or something close depending on kernal speed). if the axis is moving at 60 in/min = .08" (60/60,000 = .001 inch/ms * 80ms debounce) so I might get up to .1" or so over travel while it is waiting for the debounce timer I guess that could be an issue if I overran limits at my full slew rate.
So much math so few brain cells working today
If I understand the option correctly: 2000*40us = 80ms., so if a signal is 79ms long it ignores it but if it's 81ms then it triggers (+- 1ms or something close depending on kernal speed). if the axis is moving at 60 in/min = .08" (60/60,000 = .001 inch/ms * 80ms debounce) so I might get up to .1" or so over travel while it is waiting for the debounce timer I guess that could be an issue if I overran limits at my full slew rate.
So much math so few brain cells working today
