Example Code

Saving Dynamic Data to Excel readable format Using LabVIEW

Products and Environment

This section reflects the products and operating system used to create the example.

To download NI software, including the products shown below, visit ni.com/downloads.

    Software

  • LabVIEW

Code and Documents

Attachment

Overview:

This example shows you how to save Dynamic Data (from multiple channels) into a file type that is readable by Excel or other Spreadsheet readers. The example also shows how to include a time stamp in the saved data.

 

Description

Save Dynamic Data (from multiple channels) into a file type that is readable by Excel or other Spreadsheet readers,also including a timestamp in the saved data.


Requirements:

LabVIEW 2012( (or compatible)

 

Steps to Implement or Execute Code
1.Run the VI
2. Choose the path to save the random data
3. Stop the VI

 

Additional Information or References

VI Snippet of Bock Diagram

Block Diagram.png

 

 **This document has been updated to meet the current required format for the NI Code Exchange.** 

Eden S
Applications Engineer
National Instruments UK & Ireland

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Comments
Gearmiester
Member
Member
on

This actually worked for bringing in more than one data type...

Thanks for that!