LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Device specific DaQmx Physical Channel Seperation

So I am designing a Data Acquistion tool in Labview for multiple devices. So I got 1D array which stores all the multiple devices Physical Channels in a column. Now what I want to accomplish is that for one "for loop" I just want to send out all the physical channels of one device and then for the second device> Second loop> the next device channels. How can I achieve this functionality?

Labview Learner
0 Kudos
Message 1 of 2
(2,616 Views)

Hi Ashaironix,

 

I would use a better data representation for your channel data: array of cluster of array of channel data.

This way you could store your channels separated by device helping you to easily index channels of just one device.

 

With your approach you need to search and select the channels of one device before you can use them in your loop…

Best regards,
GerdW


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