I need to write drivers for the E series DAQ cards. I will be using Matlab/Simulink/Stateflow with real-time workshop to generate C code. The code will either run on QNX or through Mathworks xPC target.
I have to sample 4 channels at rates up to 200kS/s (using the digital trigger) for each channel. Because the data should be digitally triggered, I would like the four data points to be collected simultaneously.
Is there any reference available for programming drivers for the 6110 board? How hard is it to program for, say the 6701E board (if programming the 6110 is out of the question) and will this work for my application since it does not sample simultaneously?
I would need to buffer the data or use DMA since it would be too difficult to do
the data collection via software (such as in xPC target's default A/D blocks).
Regards,
Jason