Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use export waveform to spreadsheet

How do i use the export waveform to spreadsheet to get an excel sheet from my waveform graphs in my vi..

 

also can i get it to prompt me when i hit the stop button and label the file name....

0 Kudos
Message 1 of 2
(3,240 Views)

coolrthancoolio,

 

Since you are not using waveforms, I would recommend using the Write to Spreadsheet VI.  By passing the data outside the while loop with indexing enabled, you will get a 2D array of data to write to the file.

 

Also, by not wiring a file path to the file path input, a dialog is automatically displayed.  

 

See the attached VI snippet for sample code.

 

Write to Spreadsheet.png

Drew T.
Camber Ridge, LLC.
0 Kudos
Message 2 of 2
(3,239 Views)