LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array of clusters issue

Hi,

 

I extract data which are

 

-1D array of a cluster of 2 elements (X,Y coordinates)

-1D array of numeric values related to one position

 

I would like to group these 2 arrays in one big array of a cluster of 3 elements to use the same index for the position and the numric value ; and everything is running in a for loop. I attach what i have for the moment, one array of a cluster of 2 elements which are the 1D arrays previously described.

 

Thanks!

 

PS: second attach is what I would like to have...

Message Edited by christophe69000 on 07-27-2009 09:56 AM
Download All
0 Kudos
Message 1 of 2
(2,429 Views)

Instead of posting a screenshot, please post an actual VI so we can work with your data types.

 

Right now it looks like you have a cluster of 2 numerics.  That cluster is inside a 1-D array.  That 1 -D array and a numeric are inside another cluster.  That cluster is inside a 1-D array.

0 Kudos
Message 2 of 2
(2,423 Views)