LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

appended array to spreadsheet

Hello,

 

I have made a VI that obtains data from an oscilloscope with three different channels and output it to a graph. I also want to have it saved to a spreadsheet file with 4 columns: time, channel 1, channel 2, channel 3. I tried to convert these from array to string but it didnt work. I also tried to uncluster them but it didnt record the right time corresponding to the measurement. Does anyone know how to write this to a spreadsheet file as how it appears on the waveform graph?

 

 Thank you,

Max

0 Kudos
Message 1 of 2
(2,006 Views)

You need to convert your clusters to a waveform data type. A waveform type is a special type of cluster and the conversion is done with the Build Waveform function. You could also change the Fetch Waveform function to return a waveform instead of the cluster.

 

 

Message Edited by Dennis Knutson on 04-15-2009 03:48 PM
Message 2 of 2
(1,993 Views)