LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a separate new arrays for each loop

Hi Darren,

I have 1D array of cluster of 2D array, but now i want to get the data from the whole array so that i can program them using Matlab.  I try to connect the 1D array of cluster of 2D array to the I/O Function called "Write Labview Measurement File" , but it doesn't allow me to do so. Do you have any other method that i can get the data out from LabView ? Thank you

0 Kudos
Message 11 of 12
(504 Views)

I imagine you would want to unbundle the 2D arrays out of the clusters in a loop, and concatenate them together with a Build Array function, then send the resulting 2D array to the Write LabVIEW Measurement File Express VI.  See if that works.

-D

0 Kudos
Message 12 of 12
(490 Views)