LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Transferring Data's from Read Buffer into Excel

Hello Everybody

 

i'm im working with LabView connected to a DataLogger. The DataLogger measured 4 Values every 5 seconds. These values are currently displayed in the ReadBuffer (at the Frontpanel).

Now I would like to transfer these Data's into Excel and I don't know how.

 

Could everybody help me?

 

Thanks a lot.

 

0 Kudos
Message 1 of 4
(3,106 Views)

By the way the TaskShedule and my .vi at the attachment.TaskShedule.png

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

The easiest way would be to use the 'Write to Spreadsheet File' from the File I/O palette. This will create a CSV file which you can open with Excel.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 3 of 4
(3,079 Views)

What type of file do you wish to transfer the data, a .xls/.xlsx File (which needs Excel to open and has all sorts of format options, supports charts, etc.) or a simple Comma-Separated-Text file that can be opened in Excel?  For the former, the Report Generation Toolkit is the easier way to do this.  For the latter, the Write to Spreadsheet File (or whatever it is called) will write a Comma-Separated-Text file (provided you use the comma as a separator), which Excel can read.

 

BS

0 Kudos
Message 4 of 4
(3,049 Views)