LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview into excel file

Solved!
Go to solution

hello...i'm using labview 8.5 for my final year project..can i convert the graph in the labview into excel file by using this labview version? please...help me....ahaksss

0 Kudos
Message 1 of 3
(2,526 Views)
Solution
Accepted by darul

Search the forums and you'll find hundreds of examples (if not thousands) of how to get data from LabVIEW into Excel.  From there, you can create your graph in Excel.  Most likely, you will want to use ActiveX functions in LabVIEW to communicate directly with an Excel spreadsheet.

0 Kudos
Message 2 of 3
(2,520 Views)

If you just want the data, then this may be an option (I'm assuming this works in LV 8.5):

 

Right click the graph, and select Export -> Export Data to Excel

You need to have Excel on your computer to get this option.

 

Other options:

 

o Save your data to a file using Comma (or Tab) Delimited values - open file in Excel

 

o Use Report Generator functions to create an Excel file

 

steve

----------------------------------------------------------------------------------------------------------------
Founding (and only) member of AUITA - the Anti UI Thread Association.
----------------------------------------------------------------------------------------------------------------
Message 3 of 3
(2,519 Views)