Skip to content Skip to navigation

Connexions

You are here: Home » Content » About Instrument Drivers

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of 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.

    • External bookmarks
  • E-mail the author

Lenses

What is a lens?

Definition of 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 (What does "Affiliated with" mean?)

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.
  • National Instruments

    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.

Also in these lenses

  • Printable Books

    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.

Recently Viewed

Tags

(What is a tag?)

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

About Instrument Drivers

Module by: National Instruments

Summary: In this section, you will learn about LabVIEW instrument drivers.

An instrument driver is a set of modular software functions that use the instrument commands or protocol to perform common operations with the instrument. The instrument driver also calls the appropriate VIs and functions for the instrument. LabVIEW instrument drivers eliminate the need to learn the complex, low-level programming commands for each instrument

The LabVIEW instrument driver library contains instrument drivers for a variety of programmable instruments that use the GPIB, VXI, PXI, or serial interfaces.

Instrument drivers receive, parse, and scale the response strings from instruments into scaled data that you can use in test applications. Instrument drivers help make test applications easier to maintain because the drivers contain all the I/O for an instrument in one library, separate from other code. When you upgrade hardware, it is easier to upgrade the application because all the code specific to that instrument is contained in the instrument driver.

The LabVIEW instrument driver library is located on the LabVIEW CD. You also can download drivers from the National Instruments Web site at ni.com/idnet. To install the LabVIEW instrument drivers, decompress the instrument driver file to get a directory of instrument driver files. Place this directory in the \labview\instr.lib. The next time you open LabVIEW, you can access the instrument driver VIs on the Functions>>All Functions>>Instrument I/O>>Instrument Drivers palette.

Getting Started Example

All instrument drivers include an example that can be used to test communication with the instrument. This example is usually called the Getting Started Example. Specify the correct GPIB address (or VISA Resource Name) for the instrument as configured in MAX.

Comments, questions, feedback, criticisms?

Send feedback