Connexions

You are here: Home » Content » Data Logging
Content Actions
Lenses

What is a lens?

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...
Affiliated with (?)
This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • This module is included in aLens by: National InstrumentsAs a part of collection:"LabVIEW Graphical Programming Course"

    Comments:

    "A full introductory course on programming with LabVIEW."

    Click the "National Instruments" link to see all content affiliated with them.

    National Instruments
Also in these lenses
  • This module is included inLens: Connexions Books Available for Print on Demand
    By: ConnexionsAs a part of collection:"LabVIEW Graphical Programming Course"

    Comments:

    "This book is available through the Connexions beta version of print-on-demand from online materials."

    Click the "Printable Books" link to see all content selected in this lens.

    Printable Books
Tags

(?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Data Logging

Module by: National Instruments

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.
  • Not all data logging applications use LabVIEW to process and analyze the stored data. Consider which applications will need to read the data.
  • The data storage format defines which applications can read the file. Since LabVIEW contains standard file operation functions that exist in other languages, the programmer has complete control over the data logging process.
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.

Comments, questions, feedback, criticisms?

Discussion forum

Send feedback