LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How is cluster of 5 elements converted to spreadsheet?

I have a bundle output as a Cluster of 5 elements.  The cluster is displayed on the front panel.  I desire to convert that to write that information to a spreadsheet that can be opened with Excel.
 
Please email me at:  douglas.r.nordyke@boeing.com
0 Kudos
Message 1 of 2
(2,691 Views)
Hi DocNord,

easiest would be to create a tab seperated textfile of your values: Unbundle the elements, convert them to text with tabs between the single elements and write it to a txt-file.

More hints:
- When all elements are of the same type you can/should use an array instead of a cluster.
- There are functions to write spreadsheet files directly from 1D/2D arrays.
- There's a function to convert a cluster (of elements of same type) to an array (and also vice versa).

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,683 Views)