11-09-2023 08:07 PM - edited 11-09-2023 08:10 PM
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.
11-10-2023 12:51 AM
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…