LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read data from different column using Subset Array

Hi..
I would like to read data from different column. I have three columns. Two columns are next to each other but the other column is not. I used to the subset array to extract the data out but I am having problem in extracting the data from the separated column (which is not next to the two columns). File attached, please help.
Many thanks.
0 Kudos
Message 1 of 2
(2,938 Views)
Hi,
here you go (attached file). You have to remember, you're trying to add a single array to a 2D array. (If you try to do it with two 2D arrays it doesn't work - they'll concatenate.
I'd suggest avoiding the Subset array .vi for this application - use either the delete from array to remove the unwanted columns, or index array to build up a set of 1D arrays that you can build together and transpose.

Hope that helps

S.
// it takes almost no time to rate an answer Smiley Wink
0 Kudos
Message 2 of 2
(2,938 Views)