LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array, clusters and conversion..

Hi , I am new to LabView 5.1

I have an array of clusters of 4 elements (strings) that I would like to
convert into an array of 4 columns and ....(to be used in an existing VI).

Does anyone know how to do that...?

Thanks !

Norbert MAILLOT
0 Kudos
Message 1 of 3
(2,799 Views)
Wire the cluster array to a for loop to index it. Wire the
indexed cluster to a "cluster to array" function to convert it
to a 1D array (you can only do this as long as the elements of
the cluster are all the same type and not arrays). Wire the
output of the cluster to array function to the border of the for
loop to index it into a 2D array. The 1D arrays will become
rows of the new 2D array. Good Luck





* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!
0 Kudos
Message 2 of 3
(2,799 Views)
Hope this helps
Download All
0 Kudos
Message 3 of 3
(2,799 Views)