I'm using a PCI-MIO-16E-1 board with CVI ver 5.0 and NI-DAQ 6.9. Is there anyway whereby I can input a sample from the ADC, processed it in real-time, and output it to the DAC? The acquisition and wavefrom generation will have to be done at certain fixed frequency.
Using double-buffering and setting the half-buffer size to 1 (in order to capture just 1 sample), I always get a "no tranfer in progress" error for DAQ_DB_HalfReady. It seems that CVI or the NI card can't manage the intensive transfer of sample-by-sample. Is there any way to solve this problem? Thanks!