<?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 Modular Programming</name>
  <metadata>
  <md:version>**new**</md:version>
  <md:created>2004/06/15 12:50:04.715 GMT-5</md:created>
  <md:revised>2004/07/12 09:40:53.497 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="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="mshiralkar05">
      <md:firstname>Malan</md:firstname>
      
      <md:surname>Shiralkar</md:surname>
      <md:email>mshiralkar05@hotmail.com</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:abstract/>
</metadata>

  <content>
    <list id="sum">
      <item> 

	A VI within another VI is called a subVI. Using subVIs helps
	you manage changes and debug the block diagram quickly.
      </item>
      <item>	

	After you build a VI front panel and block diagram, build the
	icon and the connector pane so you can use the VI as a subVI.
      </item>
      <item> 

	The connector pane is a set of terminals that corresponds to
	the controls and indicators of that VI. Define connections by
	assigning a front panel control or indicator to each of the
	connector pane terminals.
      </item>
      <item> 

	Create custom icons to replace the default icon by
	double-clicking the icon in the upper right corner of the
	front panel to open the <code> Icon Editor. </code> 
      </item>
      <item> 

	In the <code>Icon Editor</code> dialog box, double-click the
	Text tool to select a different font.
      </item>
      <item>

	You can designate which inputs and outputs are required,
	recommended, and optional to prevent users from forgetting to
	wire subVI connections. Right-click a terminal in the
	connector pane and select <code>This Connection Is</code>
	from the shortcut menu.
      </item>

      <item> 

	Document a VI by selecting <code>File&gt;&gt;VI Properties</code>
	and selecting <code>Documentation from the Category</code>
	pull-down menu. When you move the cursor over a VI icon, the
	<code>Context Help</code> window displays this description and
	indicates which terminals are required, recommended, or
	optional.
      </item>

      <item> 

	Add descriptions and tip strips to controls and indicators by
	right-clicking them and selecting <code>Description and
	Tip</code> from the shortcut menu. When you move the cursor
	over controls and indicators, the <code>Context Help</code>
	window displays this description.
      </item>
      <item> 

	Convert a section of a VI into a subVI by using the
	<code>Positioning</code> tool to select the section of the
	block diagram you want to reuse and selecting
	<code>Edit&gt;&gt;Create SubVI</code>.
      </item>

    </list>
  </content>
  
</document>
