
Here is the pendant as I call it.
I am not sure what you are saying about using an OEMtrigger Brian.
My inputs are into a ModIO analog, via a voltage divider.
This is the panel I showed you at the show in January in PA. It was
just a drawing back then.
My problem here is debouncing the keys. Single step for example, if you
do not hit it just right, it will toggle on and then just toggle off.
The feedrate up and down buttons often jump in increments of 20
instead of the 10 that they should. The keys are being read 5 times
a second (via the macropump) and Mach is seeing multiple keystrokes
for single pushes. Clearly a debouncing problem.
The reset is working fine.
I coded it so that once it is pressed, it will not work again unless
Mach goes into reset again for some reason.
Also, I need to figure out how to get the Mode, Resolution and Axis selection switches
all into 1 analog input. I might need some external logic.
Scott