12-07-2012 06:00 AM
hallo,
ich habe einen mehren Kurvendiagramm, ich möchte die Daten in einer bestimmter Zeitpunkt in einem Excel File importiert und gespeichert. Wie kann ich es machen ?
Vielen Dank im Voraus
12-07-2012 06:03 AM
You may use report generation vis for this.
12-18-2012
04:02 AM
- last edited on
02-28-2025
01:49 PM
by
Content Cleaner
Sehr geehrter nichts,
wie bereits von Aojha erwähnt benötigen Sie dazu das NI LabVIEW Report Generation Tookit für Microsoft Office.
Für weitere Fragen stehe ich Ihnen gerne zur Verfügung.
Mit freundlichen Grüßen,
Stefan
12-18-2012 04:12 AM
Do you want to do this programmatically?
If so, the "cleanest way" to log the data into an Excel sheet would be using the Report Generation Toolkit as the previous posters recommend.
Another way was introduced some LV versions ago (i think 2010 but not sure):
You can right click the graph and select Export >> Export Data to Excel.
This can be done programmatically as well by generating an invoke node for the graph and selecting "Export Data to Excel". Put that node in the section of code where the export has to be done.
Norbert