LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I display the data in table in separate column?

I have a vi reading data one by one in the same column.
How can I display the data with separate column?

like this:
data 1 | read | read
data 2 | read | read
data 3 | read | read
(would you mind if I will ask for an example
because it is much easier for me to work
with an example)
THANK YOU.
0 Kudos
Message 1 of 2
(2,521 Views)
If you're reading your data in as a 1D array, this is as simple as using the Reshape Array to make a 2D array. I've attached an example in LabVIEW 6.1 format. The example rearranges a single column of data fill several columns horizontally, but you can easily modify this code to fill the columns downward instead.
0 Kudos
Message 2 of 2
(2,521 Views)