LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to copy the XY graph on labview front panel and insert into Excel using labview

Hi all,

The XY graph display on LV front panel after test. How can I copy this XY graph and insert into excel file?

Thank you very much for your help.

Khanh

0 Kudos
Message 1 of 16
(5,123 Views)

If I understand correctly, then you should be able to do this a couple of different ways:

 

Option 1

Right click on the XY Graph and choose Export --> Export Data to Excel

 

Option 2

1. Right click on the XY Graph and choose Export --> Export Data to Clip Board

2. Open Excel and paste the data

0 Kudos
Message 2 of 16
(5,113 Views)

Hi,

Thank you very much for your reply. I can manually copy and paste the XY graph into excel, but I would like to do it by labview code since data already save in excel by labview test program.

0 Kudos
Message 3 of 16
(5,105 Views)

@KPRO wrote:

Hi all,

The XY graph display on LV front panel after test. How can I copy this XY graph and insert into excel file?

Thank you very much for your help.

Khanh


Depends on what you want out of it.  A picture?  The data?  No longer applicable...

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 4 of 16
(5,103 Views)

Hi,

I would like to copy the picture of XY graph to insert into excel. Will labview support this?

 

 

0 Kudos
Message 5 of 16
(5,091 Views)

Do you specifically need it in Excel or would a separate bmp or jpg/png work?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 6 of 16
(5,091 Views)

Hi,

I refer to insert it into excel since report is in excel format, but if it's too hard to do so I can save it in another format.

Either way, will labview support this? Anyway, thank you very much for your quick reply.

 

Khanh

0 Kudos
Message 7 of 16
(5,087 Views)

If i understand the question, this is easily done.  Right-click on the terminal of the graph in the wiring diagram, and select create->invoke node->Export Plot Data To Excel.  You can also select "Export Image" if this is what you want.

0 Kudos
Message 8 of 16
(5,084 Views)

@KPRO wrote:

Hi,

I refer to insert it into excel since report is in excel format, but if it's too hard to do so I can save it in another format.

Either way, will labview support this? Anyway, thank you very much for your quick reply.

 

Khanh


You are already using the Report Generation Toolkit?  There is the "Append Control Image to Report.vi" that would make this easy.

 


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 9 of 16
(5,080 Views)

Hi,

Thank you, I can use "Export Image" option but I can not find "Export Plot Data To Excel" option. I am using Labview 8.6, does it have Export Plot Data To Excel option?

 

Khanh

0 Kudos
Message 10 of 16
(5,070 Views)