10-28-2012 09:03 PM
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
Solved! Go to Solution.
10-28-2012 09:23 PM
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.
10-28-2012 09:28 PM - edited 10-28-2012 09:29 PM
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