11-14-2008 01:00 PM
I need to put my waveform chart data into an excel graph?
does anyone know how this can be done?
please help,
Harold Timmis
GE Transportation
11-14-2008 01:07 PM
You can use the Get Waveform Components to isolate the data (Y) and then use the write spreadsheet file.vi to write the data to a spreadsheet file. Next, open the file in excel, then use the graph wizard, usually line graph works best. You may need to set the transpose option on the write spreadsheet file.vi if the data comes out in one row instead of a column.
Good Luck!
11-14-2008 01:11 PM
11-14-2008 01:13 PM
11-14-2008 01:31 PM
Get waveform components is under the waveform set of tools.
Go to the block diagram, programming -> waveforms -> Get Waveform components.
11-14-2008 01:41 PM
11-14-2008 01:44 PM
Huh? Why does it have to be in Excel? I believe you will find it a bit difficult to automagically copy and paste data from LabVIEW to Excel without a third party active x control or some other sort of helper application. Any reason you can't print the front panal of the vi that has the graph on it? You can manipulate the colors of the chart of graph to look more excellish, remove the black background for one, use a thicker line for another.
11-14-2008 01:50 PM
11-14-2008 01:58 PM - edited 11-14-2008 01:58 PM
here..
do this
11-14-2008 01:58 PM
Well maybe you could do some visual basic coding on the excel side that when the excel spread sheet is opened it looks in a folder to see if there are any new data files and if so, pulls those data files into a new worksheet and makes the graph every time it is opened?
Or have the manager buy the report generation tool kit?