LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2d array

Hello !

What is the best way to put data into 2d array ?
I have colunm numbers (data channels) and the data for them.
So I want a table where each channel is on its own colunm.
0 Kudos
Message 1 of 3
(2,480 Views)
Make an array with each your column data. Append these arrays. You have now a 2d array with your channel data arranged in rows. Now transpose this 2d array.

A kind of magic.

See attachment written with LabVIEW 6.
0 Kudos
Message 2 of 3
(2,480 Views)
Use "Insert Into Array" or "Build Array"
See attached example.
0 Kudos
Message 3 of 3
(2,480 Views)