<?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>LabVIEW</name>
  <metadata>
  <md:version>1.1</md:version>
  <md:created>2004/06/14 14:07:13 GMT-5</md:created>
  <md:revised>2004/07/16 14:49:33.591 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="lizzardg">
      <md:firstname>Elizabeth</md:firstname>
      
      <md:surname>Gregory</md:surname>
      <md:email>lizzardg@rice.edu</md:email>
    </md:maintainer>
    <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="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:keywordlist>

  <md:abstract>In this section, you will learn about LabVIEW.</md:abstract>
</metadata>
  
  <content>
    <para id="para1">
      LabVIEW programs are called <term>virtual instruments</term>, or
      <term>VIs</term>, because their appearance and operation imitate
      physical instruments, such as oscilloscopes and
      multimeters. LabVIEW contains a comprehensive set of tools for
      acquiring analyzing, displaying, and storing data, as well as
      tools to help you troubleshoot your code.  </para>
    <para id="para2">
      LabVIEW VIs contain three components-the <term>front
      panel</term>, the <term>block diagram</term>, and the
      <term>icon</term> and <term>connector pane</term>. This lesson
      describes the front panel and the block diagram; refer to <cnxn document="m12204">Modular Programming</cnxn> for more information
      about the icon and the connector pane.
    </para>
    <para id="para3">
      In LabVIEW, you build a user interface, or front panel, with controls
      and indicators. Controls are knobs, push buttons, dials, and
      other input devices. Indicators are graphs, LEDs, and other
      displays. After you build the user interface, you add code using
      VIs and structures to control the front panel objects. The block
      diagram contains this code. In some ways, the block diagram
      resembles a flowchart.
    </para>
    <para id="para4">
      Use LabVIEW to communicate with hardware such as data
      acquisition, vision, and motion control devices, and GPIB, PXI,
      VXI, RS-232, and RS-484 devices. LabVIEW also has built-in
      features for connecting your application to the Web using the
      LabVIEW Web Server and software standards such as TCP/IP
      networking and ActiveX.
    </para>
    <para id="para5">
      Using LabVIEW, you can create test and measurement, data
      acquisitions, instrument control, datalogging, measurement
      analysis, and report generation applications. You also can
      create stand-alone executables and shared libraries, like DLLs,
      because LabVIEW is a true 32-bit compiler.
    </para>     
  </content>
  
</document>
