Hi all,
i need to develop a c++ (visual studio .net, no measurement studio)
program that performs data acquisition at a sampling rate of 10Khz
using a windows xp laptop and the daq6533 card.
The program must sample 8 digital signals. Each signal has a limited
time duration, say a few seconds, and acquisition should start on the
first rising edge of a signal, and terminate on user input. Browsing
through the code provided with the driver, i found the examples in the
cdio folder. It seems to me they almost do what i actually need.
Unfortunately, many of the functions used there are not supported by
the 6533 card, in particular the GPCTR_* family. I've read somewhere
else that this card does not have an hardware counter, is that exact?
I'm a beginner in this field, so i don't know what are possible alternative solution to my problem (if any).
Thanks for any help.
walter