<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:bib="http://bibtexml.sf.net/" id="None">
  <name>Data Acquisition in LabVIEW</name>
  <metadata>
  <md:version>**new**</md:version>
  <md:created>2004/06/17 15:01:34.608 GMT-5</md:created>
  <md:revised>2004/06/17 15:02:54.741 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="NationalInstruments">
      <md:firstname>National</md:firstname>
      
      <md:surname>Instruments</md:surname>
      <md:email>certification@ni.com</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="mshiralkar05">
      <md:firstname>Malan</md:firstname>
      
      <md:surname>Shiralkar</md:surname>
      <md:email>mshiralkar05@hotmail.com</md:email>
    </md:maintainer>
    <md:maintainer id="harika">
      <md:firstname>Harika</md:firstname>
      
      <md:surname>Basana</md:surname>
      <md:email>ilsai@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="lizzardg">
      <md:firstname>Elizabeth</md:firstname>
      
      <md:surname>Gregory</md:surname>
      <md:email>lizzardg@rice.edu</md:email>
    </md:maintainer>
    <md:maintainer id="NationalInstruments">
      <md:firstname>National</md:firstname>
      
      <md:surname>Instruments</md:surname>
      <md:email>certification@ni.com</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>National Instruments</md:keyword>
    <md:keyword>LabVIEW</md:keyword>
    <md:keyword>DAQ</md:keyword>
    <md:keyword>Data Acquisition</md:keyword>
  </md:keywordlist>

  <md:abstract>In this lesson, you will learn about data acquisition in LabVIEW.</md:abstract>
</metadata>

  <content>
    <para id="p1">
      The LabVIEW <code>Data Acquisition</code> VIs are located on the
      <code>Data Acquisition</code> palette and the <code>DAQmx - Data
      Acqusition</code> palette. The <code>Data Acquisition</code>
      palette contains the traditional NI-DAQ VIs. The <code>DAQmx -
      Data Acquisition</code> palette contains the VIs for NI-DAQmx.
    </para>
    <para id="p2">
      The <code>DAQmx - Data Acquisition</code> palette contains all
      of the VIs necessary to perform analog I/O, digital I/O, and
      counter/timer operations. The VIs are organized so that the most
      common operations can be performed using the VIs. You can
      configure a task to perform a very specific function by using
      the <code>Property Nodes</code> in the palette. Many
      applications that do not require advanced timing and
      synchronization can be performed by using the <code>DAQ
      Assistant</code> Express VI. This course describes the use of
      the <code>DAQ Assistant</code> Express VI to perform data
      acquisition. For more information on using all the features of
      NI-DAQmx, refer to the <cite>NI-DAQmx Help</cite> or attend the
      <cite>LabVIEW Data Acquisition and Signal Conditioning</cite>
      course.
    </para>
    <para id="p3"><media type="image/png" src="DAQAssistantIcon.png"/>
      The <code>DAQ Assistant</code> Express VI allows you
      to easily configure the data acquisition device. When you place
      the <code>DAQ Assistant</code> Express VI on the block diagram,
      a <cnxn target="f2">dialog box</cnxn> appears where you
      configure a local task to perform a specific measurement
      function. Creating a local task allows you to specify the exact
      type of measurement to take.
    </para>
    <figure id="f2">
      <media type="image/png" src="maxmeastype.png"/>
    </figure>
    <para id="p4">
      After you create a task, the information for the local task is
      stored in the <code>DAQ Assistant</code> Express VI.
    </para>
    <para id="p5">
      You can reconfigure the <code>DAQ Assistant</code> Express VI by
      double-clicking the VI and creating a new task.
    </para>

  </content>
  
</document>
