LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

In excel file speichern

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

0 Kudos
Message 1 of 4
(2,779 Views)

You may use report generation vis for this.

Labview user
0 Kudos
Message 2 of 4
(2,777 Views)

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

 

0 Kudos
Message 3 of 4
(2,742 Views)

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

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 4 of 4
(2,737 Views)