LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NI PCI 6143 + Labview

To measure simultaneously three AC voltages , we have chosenas the NI PCI 6143. we wan to mesure the rms
voltage  AC: 8.4mV + -7%.
 
 
We succeeded to measure the the rms voltage of this signal in one chanel (task) but we have encountered two problems for multithreading in action:
- The second measures is slightly lagged when using the same measurment VI (the VI attached);
- An error message appears when using independent measurement VIs (C_à_d for each channel AI0, Ai1 and Ai2 we are used an independent Vi);

 


Thank you for helping me to find the source of these error messages as well as multithreading.
 
See attached the VI of analog measurement

0 Kudos
Message 1 of 2
(2,532 Views)

Create a DAQmx task that samples multiple channels.

MultiPoints.png

 

You did not post your error message, but it could be from multiple VIs trying to communicate with the module simultaneously.  You can't do that.

Jim

LV 2020
0 Kudos
Message 2 of 2
(2,517 Views)