LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simultaneous Analog Acquisitions

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
0 Kudos
Message 1 of 2
(2,585 Views)
OK, I guess I just found the solution: I can use one single AIConfig VI, and use a cluster of Input limits to individually set these limits for each channel.
I'm going to try that.
Phil
0 Kudos
Message 2 of 2
(2,584 Views)