LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView.VI file setup help with reading two channels from one device separately

I have one USB 6211 with two channels occupied with load cells. I want labview to output data from channel 1 to one box and output channel 2 to another box. I currently know that the device is DEV 7/ai0 for channel 1, and DEV 7/ai1 for channel 2. What node or function can I use to separate data from channel 1 and channel 2 such that they can be read independently. 

Thanks for any help! Hope you have an awesome day!

 

The respective VI file is attached below.

0 Kudos
Message 1 of 2
(269 Views)

Hi HelpMe,

 


@Helpme2526 wrote:

I currently know that the device is DEV 7/ai0 for channel 1, and DEV 7/ai1 for channel 2. What node or function can I use to separate data from channel 1 and channel 2 such that they can be read independently. 


As I cannot open your VI I would suggest to use IndexArray to access the elements in your array of samples read from DAQmxRead!

 

When you want more (specific) help then I recommend to downconvert your VI to some older LabVIEW version. I (and some other forum members) prefer LV2019. Use File->Save for previous…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(232 Views)