LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI embedded in a table

I try to build a 100X400 table that has VIs, numeric, string (eg the first row is VI, the 2nd row is numeric, 3rd row is numeric). Each record is each column. With this table, I will access each column to get data and run VI embedded in that table. What kind of control or (if there is no control can do that) method is for doing that?
0 Kudos
Message 1 of 2
(2,448 Views)
How about an array of clusters: each element contains a VI path and a 1D array of data. Call the VIs by reference, passing the data associated with the VI path. See the attached example.
Download All
0 Kudos
Message 2 of 2
(2,448 Views)