04-25-2011 12:05 AM
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....
04-25-2011 04:57 PM
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.