Hi
Im using the PCI-DIO-32HS for digital input. I have to read the data from an 12 bit ADC. The timing is done with an external clock (which runs at 32kHz). When the
ADC has finished a conversion, it takes a control line
from low to high (everything synchronous to the clock, this line is the stattrigger), after that it writes out the 12 bits serially.
The conversion rate of the ADC is about 100 Hz.
What I tried is to set up the digital input (see attached file) and then wait for the starttrigger.
The problem is, that after one aquisition the trigger
does not rearm unless I use "DIO Clear" and do the whole setup again (but this takes too much time, I want to get every ADC-sample).
Does
anybody not what the fastest way to rearm the starttriger is?
Thanks! Martin