ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

saving clusters to spreadsheet

I have two 1-D arrays of waveform and need to combine these into one spreadsheet file. I have tried converting to a clsuter but not sure how to save cluster to spreadsheet.

Any suggestions?

R
0 Kudos
Message 1 of 4
(3,132 Views)
Just adding an extra bit to the above question. I have used a make array to conver the two 1-D arrays to a 2-D array. This is all happening in a while loop and i need to be able to save the data when the while loop ends so i have used and index enabled output to give me a 3-D array of waveforms. So how do i save this to file?

Regards Ross
0 Kudos
Message 2 of 4
(3,132 Views)
Hi Ross,
I made a short example (attached file).
1. Use Build array to bring those 1-D together.
2a. use Write to Spreadsheet File.VI
2b. convert to spreadsheet string and write to file as usual.

Good Luck
0 Kudos
Message 3 of 4
(3,132 Views)
For the second question, you still can use method 2b (previous mentioned) ... the only difference will be that you will have some index info n your string(file)
0 Kudos
Message 4 of 4
(3,132 Views)