Summary: In this lesson, you will learn how to store acquired data and average and log the acquired data to disk.
It is often necessary to permanently store data acquired from the DAQ device. Remember the following important considerations when planning to store data to a file.
LabVIEW includes the ability to create a LabVIEW measurement file, an ASCII text file that can be read by a spreadsheet, or a text editor. The LabVIEW measurement file is easy to create in LabVIEW, and easy to read in LabVIEW or other applications.
The Write LabVIEW Measurement File Express VI
located on the Functions>>Output palette writes
signals to a LabVIEW measurement file. When you place this
Express VI on the block diagram, a configuration dialog box
appears where you can specify how to store the file.
The Read LabVIEW Measurement File Express VI
located on the Functions>>Input palette reads
signals in a LabVIEW measurement file. This Express VI reads
data one point at a time, so it is necessary to place this
Express VI in a loop.
"A full introductory course on programming with LabVIEW."