LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the best way to display different array values to appropriate indicators?

I am using DAQmx Read vi and its output is an array. I need a way to pass each value to an appropriate front panel indicator, so I can monitor each sensor. I tried using "Index Array" and passing the array element to the indicators but it looks sloppy. Is there a more professional way? Thanks!
0 Kudos
Message 1 of 2
(2,451 Views)
Try using the Array to Cluster function in the Cluster subpallet. If you put all of your indicators in the same cluster on your front panel, you can then pass the array data to this function and then pass it directly to the cluster without having to index the array.

criag
0 Kudos
Message 2 of 2
(2,451 Views)