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.
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?
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.
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)