<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SPEED VI &#187; Tri-State</title>
	<atom:link href="http://www.speedvi.com/tag/tri-state/feed" rel="self" type="application/rss+xml" />
	<link>http://www.speedvi.com</link>
	<description>Everything about Virtual Instruments, Computer-based Measurement and Control, Automation...</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:05:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Build a Tri-State LED Indicator in LabVIEW</title>
		<link>http://www.speedvi.com/everything-labview-related/build-a-tri-state-led-indicator-in-labview.html</link>
		<comments>http://www.speedvi.com/everything-labview-related/build-a-tri-state-led-indicator-in-labview.html#comments</comments>
		<pubDate>Sun, 22 Feb 2009 14:28:34 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[LabVIEW]]></category>
		<category><![CDATA[LED indicator]]></category>
		<category><![CDATA[Tri-State]]></category>
		<category><![CDATA[VI]]></category>

		<guid isPermaLink="false">http://www.speedvi.com/everything-labview-related/build-a-tri-state-led-indicator-in-labview.html</guid>
		<description><![CDATA[<a href="http://www.speedvi.com/everything-labview-related/build-a-tri-state-led-indicator-in-labview.html" title="Build a Tri-State LED Indicator in LabVIEW"></a>When using the default LED indicator in LabVIEW in my test projects, I found that the two statuses of it is not enough. For example, we can use a LED with red False status to indicate test failed and green &#8230;<p class="read-more"><a href="http://www.speedvi.com/everything-labview-related/build-a-tri-state-led-indicator-in-labview.html">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://www.speedvi.com/everything-labview-related/build-a-tri-state-led-indicator-in-labview.html" title="Build a Tri-State LED Indicator in LabVIEW"></a><p>When using the default LED indicator in LabVIEW in my test projects, I found that the two statuses of it is not enough. For example, we can use a LED with red False status to indicate test failed and green True to indicate test passed, then what we can do with the LED before the test finish? The test result is still unknown, red and green are not proper. In this situation, we need a yellow Unknown status with the LED indicator.</p>
<p>The following is how I build a tri-state LED indicator:</p>
<p>First create a new VI, place a enum control and a LED indicator on the front panel as below:</p>
<p><img title="VI&#39;s front panel" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="94" alt="VI&#39;s front panel" src="http://www.speedvi.com/wp-content/uploads/2009/02/image.png" width="204" border="0" /> </p>
<p>Then edit the enum’s properties as bellow:</p>
<p> <span id="more-45"></span>
<p><img title="Enum properties" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="214" alt="Enum properties" src="http://www.speedvi.com/wp-content/uploads/2009/02/image1.png" width="505" border="0" /> </p>
<p>And here is the diagram of this VI:</p>
<p><img title="VI&#39;s diagram" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="350" alt="VI&#39;s diagram" src="http://www.speedvi.com/wp-content/uploads/2009/02/image2.png" width="535" border="0" /> </p>
<p>This VI can be called by other VIs. We can use it to make LED indicator to display three colors for three different states.</p>
<p>This VI can be downloaded here: <a href="http://www.speedvi.com/wp-content/uploads/2009/02/tri-state-led.vi">Tri-State LED Indicator</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedvi.com/everything-labview-related/build-a-tri-state-led-indicator-in-labview.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

