<?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 Clusters</name>
  <metadata>
  <md:version>1.2</md:version>
  <md:created>2004/06/21 14:10:44 GMT-5</md:created>
  <md:revised>2007/07/19 10:31:34.457 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="NationalInstruments">
      <md:firstname>National</md:firstname>
      
      <md:surname>Instruments</md:surname>
      <md:email>certification@ni.com</md:email>
    </md:maintainer>
    <md:maintainer id="lizzardg">
      <md:firstname>Elizabeth</md:firstname>
      
      <md:surname>Gregory</md:surname>
      <md:email>elizabeth.gregory@gmail.com</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:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>clusters</md:keyword>
    <md:keyword>LabVIEW</md:keyword>
    <md:keyword>National Instruments</md:keyword>
    <md:keyword>summary</md:keyword>
    <md:keyword>tips</md:keyword>
    <md:keyword>tricks</md:keyword>
  </md:keywordlist>

  <md:abstract/>
</metadata>
  
  <content>
    <!--<section id="section1">
      <name>Summary, Tips, and Tricks</name>-->
      <list id="list1">
	<item>
	  <term>Clusters</term> group data elements of mixed types. A
	  cluster cannot contain a mixture of controls and indicators.
	</item>
	<item>
	  If a front panel contains more than
	  <m:math><m:cn>28</m:cn></m:math> controls and indicators
	  that you want to use programmatically, group some of them
	  into a cluster and assign the cluster to a terminal on the
	  connector pane to eliminate clutter on the block diagram.
	</item>
	<item>
	  To create a cluster control or indicator, select a cluster
	  on the <code>Functions&gt;&gt;All Functions&gt;&gt;Array &amp;
	  Cluster</code> palette, place it on the front panel, and
	  drag controls or indicators into the cluster shell.
	</item>
	<item>
	  Use the <code>Cluster</code> functions located on the
	  <code>Functions&gt;&gt;All Functions&gt;&gt;Cluster</code> palette to
	  create and manipulate clusters.
	</item>
	<item>
	  Error checking tells you why and where errors occur.
	</item>
	<item>
	  The error cluster reports the
	  <term><code>status</code></term>,
	  <term><code>code</code></term>, and
	  <term><code>source</code></term> of the error.
	</item>
	<item>
	  Use the error cluster controls and indicators to create
	  error inputs and outputs in subVIs.
	</item>
      </list>
    <!--</section>-->
  </content>
  
</document>
