LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I export the graph from LabVIEW to MS Excel files?

Now I can export the data from LabVIEW to notepad and MS Excel.

I can make it like Crystal reports which can show the date and times. 

 

I can't find the blog diagram to export the graph to show in Excel files. 

 

Could you do me the favor to give me some idea.

 

 

Thank you for your supports and I'm appreciate very much.

 

Best regards,

Wasin Pensungnoen 

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

You've got several options. The simplest is to write a comma or tab separated text file. Excel can import either and if you give it an .xls extension, you just have to double click the file and Excel will automatically open it. There are the Write to Measurement File, Export Waveforms to Spreadsheet File, and Write to Spreadhseet File functions. Any can be used and they differ mostly in the header and time column. Look at the shipping examples and try some of the functions with your data.

 

Since you want to be able to read it in Notepad, then you probably don't want to create a native .xls file but that is possible as well.

Message 2 of 2
(3,085 Views)