<?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>Summary, Tips, and Tricks on Instrument Control</name>
  <metadata>
  <md:version>**new**</md:version>
  <md:created>2004/06/17 09:34:34.367 GMT-5</md:created>
  <md:revised>2004/06/17 09:35:49.316 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>Instrument Control</md:keyword>
    <md:keyword>tips</md:keyword>
  </md:keywordlist>

  <md:abstract/>
</metadata>

  <content>
    <list id="l1">
      <item>
	LabVIEW can communicate with an instrument that connects to
	the computer as long as you know what kind of interface it is
	and what cabling is required.
      </item>
      <item>
	Use MAX to configure and test GPIB interface cards, connected
	instruments, serial ports, and parallel ports.
      </item>
      <item>
	LabVIEW instrument drivers eliminate the need to learn the
	complex, low-level programming commands for each instrument.
      </item>
      <item>
	The LabVIEW instrument driver library is located on the
	LabVIEW CD. You also can download drivers from the NI Web site
	at <link src="http://ni.com">ni.com</link>.
      </item>
      <item>
	All instrument drivers in the library have the same basic VI
	hierarchy.
      </item>
      <item>
	Use the <code>Instrument I/O Assistant</code> to rapidly and
	easily build a VI to communicate with an instrument. You can
	control VXI, GPIB, RS-232, and other types of instruments.
      </item>
      <item>
	Serial communication is a popular means of transmitting data
	between a computer and a peripheral device such as a
	programmable instrument or even another computer.
      </item>
    </list>
  </content>
</document>
