LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unpakcing cluster

I have an array of cluster with numeric and numerica array.  I need to unpack the information and put it into excel or csv, so that people without labview can see the data in excel.  What's the best way in doing this?  Thanks!

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 2
(1,930 Views)

You can take the reference of the array and convert that to more specific class using the numeric and array classes and can write the data to the .csv file along with the label name and its index.

-----

The best solution is the one you find it by yourself
Message 2 of 2
(1,926 Views)