Hello,
I use a PCMCIA card DAQ-6062E and LabView 6.1 to simultaneously acquire 2 analog signals whose amplitudes are different
(one varies between -0.01 and +0.01V, the other between -2.0 and +2.0V). I use two AI Config VIs,
two AI Start and two AI Read. I can't use the same VIs for both signals, because to ensure proper sampling,
I need to specify different input limits in the AI Config VIs. When running my application, I get the error #10608:"No transfer is in progress for the specified resource", and the 2nd time I run the program, I get the error #10609:"A transfer is already in progress for the specified resource, or the operation is not allowed because the device is in the process of performing transfers, possibly with different
resources."
What's the problem? What can I do?
Thank you
Phil