I have an application where I need to take an encoder and for every 25 counts, I need generate a pulse of some duration.
I have the USB-QUAD-08 and have been successful in getting the encoder to roll over at 25 counts.
As far as the pulse generation, I can program a continuous pulse, but really need a single pulse when my count is reached. I’ve tried setting the pulse count to 1 but get a continuous pulse stream. According to the documentation I have found that the pulse count is ignored for this device. Is there a workaround for this?
Assuming I can get the single pulse output:
I do not see any means of connecting these two events. Is it possible to trigger an event based off of an encoder rollover?