<?xml version="1.0" encoding="utf-8"?>
<!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="id5648610">
  <name>NI LabVIEW Getting Started FAQ</name>
  <metadata>
  <md:version>1.3</md:version>
  <md:created>2007/10/30 09:48:07 GMT-5</md:created>
  <md:revised>2008/02/22 12:31:45.837 US/Central</md:revised>
  <md:authorlist>
      <md:author id="SShearman">
      <md:firstname>Sam</md:firstname>
      <md:othername>D.</md:othername>
      <md:surname>Shearman</md:surname>
      <md:email>sam.shearman@ni.com</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="SShearman">
      <md:firstname>Sam</md:firstname>
      <md:othername>D.</md:othername>
      <md:surname>Shearman</md:surname>
      <md:email>sam.shearman@ni.com</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>FAQ</md:keyword>
    <md:keyword>FAQs</md:keyword>
    <md:keyword>graphical programming</md:keyword>
    <md:keyword>LabVIEW</md:keyword>
    <md:keyword>National Instruments</md:keyword>
    <md:keyword>tutorial</md:keyword>
    <md:keyword>walkthroughs</md:keyword>
  </md:keywordlist>

  <md:abstract>This module includes Frequently Asked Questions (FAQ) and answers related to getting started with National Instruments LabVIEW. Sections of this module address high-level questions such as: What is LabVIEW? • Who uses LabVIEW? / What are some applications of LabVIEW? • Why choose LabVIEW? • Is LabVIEW a programming language? • What is data flow? • Can LabVIEW handle my signal processing, analysis, and math needs? • For which operating systems is LabVIEW available? • Is LabVIEW localized in languages other than English? • Can I run LabVIEW programs on non-PC platforms? • How can I work with the virtual instrument (VI) files that I downloaded as part of a Connexions module? • What are the options for obtaining and installing LabVIEW? • How can I begin learning about LabVIEW?</md:abstract>
</metadata>
  <content>
    <section id="id-185387341699">
      <name>What is LabVIEW?</name>
      <para id="id7599014">NI LabVIEW is a graphical development environment available for creating flexible and scalable design, control, and test applications rapidly and at minimal cost. With LabVIEW, you can build simulations with interactive user interfaces; interface with real-world signals; analyze data for meaningful information; and share results through intuitive displays, reports, and the Web. To learn more about LabVIEW, please visit (<link src="http://www.ni.com/labview">http://www.ni.com/labview</link>)</para>
      <para id="id8141092">NI LabVIEW is a product of National Instruments, Inc. (<link src="http://www.ni.com/">http://www.ni.com</link>) located in Austin, TX. </para>
    </section>
    <section id="id-835795922728">
      <name>Who uses LabVIEW? / What are some applications of LabVIEW?</name>
      <para id="id6022053">LabVIEW is used worldwide in both industry and academia for applications in a variety of fields: automotive, communications, aerospace, semiconductor, electronic design and production, process control, biomedical and many more. Applications cover all phases of product development from research to test, manufacturing, and service. </para>
    </section>
    <section id="id-862092302712">
      <name>Why choose LabVIEW?</name>
      <para id="id8032936">One reason for choosing LabVIEW is the speed that you can complete your application. In general, you can complete development in LabVIEW four to ten times faster than other programming languages. You achieve this speed because LabVIEW is easy to learn and use and provides tools to make science and engineering applications easier to build. </para>
    </section>
    <section id="id-964957786318">
      <name>Is LabVIEW a programming language?</name>
      <para id="id5888388">LabVIEW is a full-featured graphical programming language that includes all the standard features of a general-purpose programming environment, such as data structures, looping structures, event handling, and object-oriented programming. LabVIEW has a built-in compiler that compiles all code at edit time. However, unlike other general-purpose programming languages, LabVIEW is specifically designed for engineers and scientists and has built-in tools to meet their needs. These high-level functions, assistants, and tools make LabVIEW much more than a programming language. </para>
    </section>
    <section id="id-395455596366">
      <name>What is data flow?</name>
      <para id="id6256705">LabVIEW uses a patented dataflow programming model that frees you from the sequential architecture of text-based programming languages. The graphical code is highly intuitive for engineers and scientists familiar with block diagrams and flowcharts. The flow of data between nodes - not sequential lines of text - determines the execution order in LabVIEW, so you easily can create block diagrams that execute multiple operations in parallel. Additionally, the parallel nature of LabVIEW makes multitasking and multithreading simple to implement. </para>
      <para id="id7794799">Using the debugging tools available in LabVIEW, you can also watch as data moves through a program and see precisely which data passes from one function to another along the wires, a process known as execution highlighting. This differs from text-based languages, which require you to step from function to function to trace your program execution.</para>
    </section>
    <section id="id-574875535127">
      <name>Can LabVIEW handle my signal processing, analysis, and math needs?</name>
      <para id="id7088667">LabVIEW includes hundreds of powerful graphical and textual measurement analysis, mathematics, and signal processing functions that seamlessly integrate with LabVIEW data acquisition, instrument control, and presentation capabilities. </para>
    </section>
    <section id="id-628812902461">
      <name>For which operating systems is LabVIEW available?</name>
      <para id="id5094813">LabVIEW is available for Windows XP/2000, Mac OS, and Linux®. </para>
    </section>
    <section id="id-940283539492">
      <name>Is LabVIEW localized in languages other than English?</name>
      <para id="id7561244">In addition to English, there are Japanese, German, French, Korean, and simplified Chinese versions of LabVIEW.</para>
    </section>
    <section id="id-567924135407">
      <name>Can I run LabVIEW programs on non-PC platforms?</name>
      <para id="id6389687">Yes, you can use LabVIEW to program a real-time operating system, field-programmable gate arrays (FPGAs), handheld devices such as PDAs, touch screen computers, and even 32-bit embedded microprocessors. LabVIEW continues to add new targets as new computing technologies becomes available.</para>
      <para id="id10113689">For more information on LabVIEW device targeting add-on software, visit <link src="http://ni.com/labview/family">http://ni.com/labview/family</link> .</para>
    </section>
    <section id="id-610911328947">
      <name>How can I work with the virtual instrument (VI) files that I downloaded as part of a Connexions module? </name>
      <para id="id6373839">VI files downloaded as part of a Connexions module can be loaded, executed and modified in an locally installed copy of LabVIEW. See the “What are the options for obtaining and installing LabVIEW?” question below.</para>
    </section>
    <section id="id-875045423593">
      <name>What are the options for obtaining and installing LabVIEW? </name>
      <list type="bulleted" id="id7426609">
        <item>Student edition</item>
        <item>Online edition</item>
        <item>Download a trial edition</item>
        <item>Many institutes already have a site license for LabVIEW.</item>
      </list>
    </section>
    <section id="id-34258728206">
      <name>How can I begin learning about LabVIEW?</name>
      <list type="bulleted" id="id4758793">
        <item>Student edition textbook</item>
        <item>Online learning resources</item>
        <item>Training options</item>
        <item>Textbooks</item>
        <item>Online help and examples</item>
      </list>
      <para id="id9288555">Linux® is a registered trademark of Linus Torvalds in the U.S. and other countries.</para>
    </section>
  </content>
</document>
