LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview control image to excel

I want to append my graphs in the front panel of Labview to excel after the program is done running. I don't want to see the data in excel, I just want to see the graphs. Is there an easy way to do this? Thanks
0 Kudos
Message 1 of 5
(3,009 Views)
Analog,
If you have the Report Generation Toolkit, you can use the Excel Easy Graph VI. It will only create a graph on your worksheet. Each graph in Excel also has its Datasheet, which is a separate window from Worksheet. By default, Excel Easy Graph VI will also open this second window when you first create the graph. However, when you save, close and reopen the worksheet, you will only see the graph.
Zvezdana S.
Download All
0 Kudos
Message 2 of 5
(3,009 Views)
Hi, where can I find this Excel Easy Graph? Can you attach it? The Excel Graph VI doesn't work unless that sub-vi is included. Thanks.
0 Kudos
Message 3 of 5
(3,009 Views)
Do you have the Report Generation Toolkit? The Excel Graph VI will only work if you have the toolkit. Otherwise, you will have to implement what you need using activeX calls.
All the SubVIs that you need are in vi.lib\addons\_office directory. If you don't have this directory - you don't have the toolkit.
Zvezdana
0 Kudos
Message 4 of 5
(3,009 Views)
You can export your graph to clipboard, and then send a Ctrl-V message to Excel.

George Zou
http://gtoolbox.yeah.net
George Zou
0 Kudos
Message 5 of 5
(3,009 Views)