LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to save a cluster of two elements in excel

Hi,

 

I'm having a problem with saving Rainflow count cycles output Value, it's 1D array of cluster of two elements.

Please, help me save it to excel!

 

Thanks!!!

0 Kudos
Message 1 of 4
(3,338 Views)

Unbundle the two elements from the cluster, build them into an array.  Feed that into the Write to Spreadsheet file.

0 Kudos
Message 2 of 4
(3,328 Views)

I assume you mean a "delimited Spreadsheet file". A real excel file requires more work.

 

Just use a FOR loop and "cluster to array" to create a 2D array as follows:

 

 

0 Kudos
Message 3 of 4
(3,309 Views)

Thank You very much!

0 Kudos
Message 4 of 4
(3,301 Views)