<?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>Seneca5 Software Blog &#187; User Group</title>
	<atom:link href="http://www.seneca5.com/blog/category/user-group/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seneca5.com/blog</link>
	<description>Expert LabVIEW™ Development</description>
	<lastBuildDate>Mon, 06 Sep 2010 15:09:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>September 2010 User Group Invite</title>
		<link>http://www.seneca5.com/blog/2010/09/september-2010-user-group-invite/</link>
		<comments>http://www.seneca5.com/blog/2010/09/september-2010-user-group-invite/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 04:31:11 +0000</pubDate>
		<dc:creator>Craig Bedward</dc:creator>
				<category><![CDATA[Event]]></category>
		<category><![CDATA[User Group]]></category>

		<guid isPermaLink="false">http://www.seneca5.com/blog/?p=582</guid>
		<description><![CDATA[September 7th is the next user group meeting. Topic: Medical Monitor Display - Steven Quint and Alex Chescheir will be presenting a medical monitor display project they are working on. It uses a multi-plot chart similar to one you would see in an emergency room or intensive care. Pizza! As a special bonus, Steve will be [...]]]></description>
			<content:encoded><![CDATA[<p>September 7th is the next user group meeting.</p>
<p><strong>Topic</strong>: Medical Monitor Display - Steven Quint and Alex Chescheir will be presenting a medical monitor display project they are working on. It uses a multi-plot chart similar to one you would see in an emergency room or intensive care.</p>
<p><strong>Pizza!</strong> As a special bonus, Steve will be bringing pizza.</p>
<p>This meeting will be at Seneca5, Tuesday September 7th at 6:30.</p>
<p>Check out the <a href="http://www.seneca5.com/blog/user-group/" target="_self">LabVIEW Advanced User Group</a> page for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seneca5.com/blog/2010/09/september-2010-user-group-invite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>July User Group &#8211; Circular Buffer in LabVIEW</title>
		<link>http://www.seneca5.com/blog/2010/07/july-user-group-circular-buffer-in-labview/</link>
		<comments>http://www.seneca5.com/blog/2010/07/july-user-group-circular-buffer-in-labview/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 15:35:57 +0000</pubDate>
		<dc:creator>Craig Bedward</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[LabVIEW]]></category>
		<category><![CDATA[User Group]]></category>
		<category><![CDATA[example]]></category>

		<guid isPermaLink="false">http://www.seneca5.com/blog/?p=562</guid>
		<description><![CDATA[Ludwik Kordas presented the concept of a Circular Buffer (CB) and various ways to implement it in LabVIEW. His presentation and example VI&#8217;s are included in this post. Definition An area of memory  used to store a continuous stream of data by starting again at the beginning of the buffer after reaching the end. A [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/07/CircularBuffer_Ring1.png"></a><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/07/CircularBuffer_Ring1.png"><img class="alignright size-full wp-image-564" title="CircularBuffer_Ring1" src="http://www.seneca5.com/blog/wp-content/uploads/2010/07/CircularBuffer_Ring1.png" alt="" width="132" height="151" /></a>Ludwik Kordas presented the concept of a Circular Buffer (CB) and various ways to implement it in LabVIEW.</p>
<p>His presentation and example VI&#8217;s are included in this post.</p>
<p><span id="more-562"></span></p>
<h3>Definition</h3>
<p>An area of memory  used to store a continuous stream of data by starting again at the beginning of the buffer after reaching the end. A circular buffer is usually written by one process and read by another. Separate read and write pointers are maintained. These are not allowed to pass each other otherwise either unread data would be overwritten or invalid data would be read.<br />
<a href="http://www.seneca5.com/blog/wp-content/uploads/2010/07/CircularBuffer_Ring1.png"><img class="alignright size-full wp-image-564" title="CircularBuffer_Ring1" src="http://www.seneca5.com/blog/wp-content/uploads/2010/07/CircularBuffer_Ring1.png" alt="" width="188" height="215" /></a></p>
<h3>Simple CB Models</h3>
<ul>
<li style="text-align: left;">FIFO: first IN first OUT</li>
<li style="text-align: left;">(first WRITTEN first READ)</li>
<li style="text-align: left;">Number of elements: n+1</li>
<li style="text-align: left;">Predefined # of elements: n</li>
<li style="text-align: left;">“n+1” element is forbidden for write/read pointers</li>
<li style="text-align: left;">Elements could be of any data type including arrays, clusters or even clusters of arrays of clusters</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.seneca5.com/blog/2010/07/july-user-group-circular-buffer-in-labview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>July 2010 User Group Invite</title>
		<link>http://www.seneca5.com/blog/2010/07/july-2010-user-group-invite/</link>
		<comments>http://www.seneca5.com/blog/2010/07/july-2010-user-group-invite/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 17:33:40 +0000</pubDate>
		<dc:creator>Craig Bedward</dc:creator>
				<category><![CDATA[Event]]></category>
		<category><![CDATA[User Group]]></category>

		<guid isPermaLink="false">http://www.seneca5.com/blog/?p=529</guid>
		<description><![CDATA[July 6th, first day back from 4th of July vacation is the next user group meeting. Topic: LabVIEW Design Patterns – Producer/Consumer, other demos This meeting will be at Seneca5, Tuesday July 6th at 6:30. Please note: We will NOT be serving pizza. Check out the LabVIEW Advanced User Group page for more details.]]></description>
			<content:encoded><![CDATA[<p>July 6th, first day back from 4th of July vacation is the next user group meeting.</p>
<p><strong>Topic</strong>: LabVIEW Design Patterns – Producer/Consumer, other demos</p>
<p>This meeting will be at Seneca5, Tuesday July 6th at 6:30.</p>
<p>Please note: We will <strong><span style="text-decoration: underline;">NOT</span></strong> be serving pizza.</p>
<p>Check out the <a href="http://www.seneca5.com/blog/user-group/" target="_self">LabVIEW Advanced User Group</a> page for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seneca5.com/blog/2010/07/july-2010-user-group-invite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>May User Group Pictures &#8211; Popcorn Tweets</title>
		<link>http://www.seneca5.com/blog/2010/06/may-user-group-pictures-popcorn-tweets/</link>
		<comments>http://www.seneca5.com/blog/2010/06/may-user-group-pictures-popcorn-tweets/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 20:08:12 +0000</pubDate>
		<dc:creator>Craig Bedward</dc:creator>
				<category><![CDATA[Event]]></category>
		<category><![CDATA[User Group]]></category>
		<category><![CDATA[Popcorn]]></category>

		<guid isPermaLink="false">http://www.seneca5.com/blog/?p=523</guid>
		<description><![CDATA[A cool contraption, a bunch of geeks, and pizza. What more could you want?]]></description>
			<content:encoded><![CDATA[<p>A cool contraption, a bunch of geeks, and pizza. What more could you want?</p>
<p><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/06/MayUserGroup1.jpg"><img class="alignnone size-medium wp-image-524" title="MayUserGroup1" src="http://www.seneca5.com/blog/wp-content/uploads/2010/06/MayUserGroup1-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><span id="more-523"></span></p>
<p><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/06/MayUserGroup2.jpg"><img class="alignnone size-medium wp-image-525" title="MayUserGroup2" src="http://www.seneca5.com/blog/wp-content/uploads/2010/06/MayUserGroup2-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/06/MayUserGroup3.jpg"><img class="alignnone size-medium wp-image-526" title="MayUserGroup3" src="http://www.seneca5.com/blog/wp-content/uploads/2010/06/MayUserGroup3-300x225.jpg" alt="" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seneca5.com/blog/2010/06/may-user-group-pictures-popcorn-tweets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Certified LabVIEW Associate Developer (CLAD) Example Tests</title>
		<link>http://www.seneca5.com/blog/2010/06/clad-example-tests/</link>
		<comments>http://www.seneca5.com/blog/2010/06/clad-example-tests/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 21:14:21 +0000</pubDate>
		<dc:creator>Craig Bedward</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[LabVIEW]]></category>
		<category><![CDATA[User Group]]></category>
		<category><![CDATA[Certification]]></category>

		<guid isPermaLink="false">http://www.seneca5.com/blog/?p=515</guid>
		<description><![CDATA[There was a lot of interest at our last group meeting about NI certification tests. The Certified LabVIEW Associate Developer (CLAD) is the first step in getting certified. The test shows knowledge of LabVIEW basics. If you have had the LabVIEW Basics class (now called Core 1) or if you have some real-life experience with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/06/testform.jpg"><img class="alignright size-thumbnail wp-image-516" title="testform" src="http://www.seneca5.com/blog/wp-content/uploads/2010/06/testform-150x150.jpg" alt="" width="150" height="150" /></a>There was a lot of interest at our last group meeting about NI certification tests.</p>
<p>The Certified LabVIEW Associate Developer (CLAD) is the first step in getting certified. The test shows knowledge of LabVIEW basics. If you have had the LabVIEW Basics class (now called Core 1) or if you have some real-life experience with LabVIEW, you might be ready. If you want to find out, there are some sample tests you can download from NI&#8217;s web site:</p>
<p><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/06/clad_sample_exam1.pdf">clad_sample_exam1.pdf</a></p>
<p><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/06/clad_sample_exam2.pdf">clad_sample_exam2.pdf</a></p>
<p><a href="http://zone.ni.com/devzone/cda/epd/p/id/5225" target="_blank">Certified LabVIEW Associate Developer (CLAD) Sample Exams</a></p>
<p><a href="http://zone.ni.com/devzone/cda/tut/p/id/4261" target="_blank">How Can I Prepare for the Certified LabVIEW Associate Developer (CLAD) Exam?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seneca5.com/blog/2010/06/clad-example-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Popcorn Trivia</title>
		<link>http://www.seneca5.com/blog/2010/06/popcorn-trivia/</link>
		<comments>http://www.seneca5.com/blog/2010/06/popcorn-trivia/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 21:03:56 +0000</pubDate>
		<dc:creator>Craig Bedward</dc:creator>
				<category><![CDATA[User Group]]></category>
		<category><![CDATA[Popcorn]]></category>

		<guid isPermaLink="false">http://www.seneca5.com/blog/?p=510</guid>
		<description><![CDATA[There was some discussion during the Popcorn Tweets demonstration about where the interest in the device came from. Although people from all over the world watched the video, Justin was surprised that a lot of the interest came from Brazil. Another member of our group Andrés, who is from Brazil, said that popcorn is a [...]]]></description>
			<content:encoded><![CDATA[<p>There was some discussion during the <a href="http://www.seneca5.com/blog/2010/04/may-2010-user-group-invite/" target="_self">Popcorn Tweets</a> demonstration about where the interest in the device came from. Although people from all over the world watched the video, Justin was surprised that a lot of the interest came from Brazil. Another member of our group Andrés, who is from Brazil, said that popcorn is a big deal there&#8230;and he has provided photographic evidence, a street vendor in São Paulo:</p>
<p><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/06/SaoPauloPopcornVendor.jpg"><img class="alignnone size-full wp-image-511" title="SaoPauloPopcornVendor" src="http://www.seneca5.com/blog/wp-content/uploads/2010/06/SaoPauloPopcornVendor.jpg" alt="" width="480" height="360" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seneca5.com/blog/2010/06/popcorn-trivia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>June 2010 User Group Invite</title>
		<link>http://www.seneca5.com/blog/2010/05/june-2010-user-group-invite/</link>
		<comments>http://www.seneca5.com/blog/2010/05/june-2010-user-group-invite/#comments</comments>
		<pubDate>Sat, 29 May 2010 05:36:51 +0000</pubDate>
		<dc:creator>Craig Bedward</dc:creator>
				<category><![CDATA[Event]]></category>
		<category><![CDATA[LabVIEW]]></category>
		<category><![CDATA[User Group]]></category>
		<category><![CDATA[Functional Global]]></category>
		<category><![CDATA[VIG]]></category>

		<guid isPermaLink="false">http://www.seneca5.com/blog/?p=507</guid>
		<description><![CDATA[Mark your calendar. First day back from Memorial Day vacation is the next user group meeting. Topic: LabVIEW Design Patterns &#8211; VIG Timer, Producer/Consumer, and more This meeting will be at Seneca5, Tuesday June 1st at 6:30. We serve pizza, so you can come straight from work. Check out the LabVIEW Advanced User Group page for [...]]]></description>
			<content:encoded><![CDATA[<p>Mark your calendar. First day back from Memorial Day vacation is the next user group meeting.</p>
<p><strong>Topic</strong>: LabVIEW Design Patterns &#8211; VIG Timer, Producer/Consumer, and more</p>
<p>This meeting will be at Seneca5, Tuesday June 1st at 6:30. We serve pizza, so you can come straight from work.</p>
<p>Check out the <a href="http://www.seneca5.com/blog/user-group/" target="_self">LabVIEW Advanced User Group</a> page for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seneca5.com/blog/2010/05/june-2010-user-group-invite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>April 2010 User Group Follow-up</title>
		<link>http://www.seneca5.com/blog/2010/04/april-2010-user-group-follow-up/</link>
		<comments>http://www.seneca5.com/blog/2010/04/april-2010-user-group-follow-up/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 22:28:42 +0000</pubDate>
		<dc:creator>Craig Bedward</dc:creator>
				<category><![CDATA[Event]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[User Group]]></category>
		<category><![CDATA[LabVIEW]]></category>
		<category><![CDATA[Servo]]></category>

		<guid isPermaLink="false">http://www.seneca5.com/blog/?p=465</guid>
		<description><![CDATA[We had a great meeting discussing motor control of all types. Thanks to all who attended. Many people offered information on websites and products they have used. I wanted to capture some of them here in case anyone wants to check into them: Motor drivers for hobby servos phidgets.com geckodrive.com seetron.com/ssc.htm (serial control of 8 [...]]]></description>
			<content:encoded><![CDATA[<p>We had a great meeting discussing motor control of all types. Thanks to all who attended.</p>
<p>Many people offered information on websites and products they have used. I wanted to capture some of them here in case anyone wants to check into them:</p>
<h3>Motor drivers for hobby servos</h3>
<ul>
<li><a href="http://www.phidgets.com" target="_blank">phidgets.com</a></li>
<li><a href="http://www.geckodrive.com" target="_blank">geckodrive.com</a></li>
<li><a href="http://www.seetron.com/ssc.htm" target="_blank">seetron.com/ssc.htm</a> (serial control of 8 hobby servos)</li>
<li><a href="http://www.parallax.com" target="_blank">parallax</a> (serial controller that Michael used in his demo)</li>
<li><a href="http://www.servocity.com" target="_blank">servocity</a> (good source for hobby servos and accessories)</li>
<li><a href="http://usdigital.com/" target="_blank">US Digital</a> (optical rotary encoders)</li>
</ul>
<h3>National Instruments Tools</h3>
<ul>
<li><a href="http://zone.ni.com/wv/app/doc/p/id/wv-873" target="_blank">Advanced Motion Using NI Compact RIO (video)</a></li>
<li><a href="http://zone.ni.com/wv/app/doc/p/id/wv-1421" target="_blank">Discover Virtual Prototyping with LabVIEW and SolidWorks (video)</a></li>
<li><a href="http://www.ni.com/linux/" target="_blank">LabVIEW / NI support for Linux</a></li>
</ul>
<h3>Other Items</h3>
<ul>
<li><a href="http://cnx.org/content/col10241/latest/" target="_blank">Free LabVIEW training course</a></li>
<li><a href="http://www.winehq.org/" target="_blank">Wine</a> (run Windows applications under Linux)</li>
<li><a href="http://appdb.winehq.org/objectManager.php?sClass=application&amp;iId=4556" target="_blank">Old version of LabVIEW running under Linux with Wine (maybe?)</a></li>
<li><a href="http://www.seneca5.com/content/project.php?id=2" target="_blank">Countertop template digitizer that I showed (with the really high count encoder)</a></li>
<li><a href="http://www.seneca5.com/content/project.php?id=6" target="_blank">Museum animatronic project that I spoke about, which used hobby servos (that wore out way to quickly!)</a></li>
<li><a href="http://www.seneca5.com/portfolio.php" target="_blank">More Seneca5 projects (shameless plug I know, but some of them are very cool projects)</a></li>
</ul>
<p>Any additions? Comment them here. This group works best when we share ideas!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seneca5.com/blog/2010/04/april-2010-user-group-follow-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>March 2010 User Group Invite</title>
		<link>http://www.seneca5.com/blog/2010/02/mar-2010-user-group-invite/</link>
		<comments>http://www.seneca5.com/blog/2010/02/mar-2010-user-group-invite/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 06:33:20 +0000</pubDate>
		<dc:creator>Craig Bedward</dc:creator>
				<category><![CDATA[Event]]></category>
		<category><![CDATA[User Group]]></category>

		<guid isPermaLink="false">http://www.seneca5.com/blog/?p=385</guid>
		<description><![CDATA[This time we will be looking into the Houston, we have a problem code in detail. This is the cRIO air jet control system that we demonstrated at the National Instruments User Group in February. We will have a chance to really dig into the details of the program and discuss the ins and outs [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/02/0210UserGroup-030.jpg"><img class="alignright size-medium wp-image-378" title="0210UserGroup 030" src="http://www.seneca5.com/blog/wp-content/uploads/2010/02/0210UserGroup-030-225x300.jpg" alt="0210UserGroup 030" width="225" height="300" /></a>This time we will be looking into the <strong><em>Houston, we have a problem</em></strong> code in detail. This is the cRIO air jet control system that we demonstrated at the <a href="http://www.seneca5.com/blog/2010/02/feb-2010-user-group-follow-up/" target="_self">National Instruments User Group in February</a>.</p>
<p>We will have a chance to really dig into the details of the program and discuss the ins and outs of FPGA and RT programming on the cRIO. You will also have a chance to program your own control algorithm for the inverted spring pendulum device. Can you stabilize it? Harder yet, can you make it hold at an arbitrary position? It may be harder than you think!</p>
<p>Come with your laptop, your questions, and your idea for a clever algorithm to control two air jets on a spring.</p>
<p>This meeting will be at Seneca5, Tuesday March 2nd at 6:30. We serve pizza, so you can come straight from work.</p>
<p>Check out the <a href="http://www.seneca5.com/blog/user-group/" target="_self">LabVIEW Advanced User Group</a> page for more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.seneca5.com/blog/2010/02/mar-2010-user-group-invite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>February 2010 User Group Follow-up</title>
		<link>http://www.seneca5.com/blog/2010/02/feb-2010-user-group-follow-up/</link>
		<comments>http://www.seneca5.com/blog/2010/02/feb-2010-user-group-follow-up/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 06:01:29 +0000</pubDate>
		<dc:creator>Craig Bedward</dc:creator>
				<category><![CDATA[Event]]></category>
		<category><![CDATA[User Group]]></category>

		<guid isPermaLink="false">http://www.seneca5.com/blog/?p=366</guid>
		<description><![CDATA[This month, we presented at the quarterly National Instruments LabVIEW User Group. We had a great turnout! The 27 people that attended crowded the room at Manchester Grill. We had some good food (Thanks NI!) and we had a great time learning about LabVIEW programming on the cRIO FPGA and RT. Below are pictures of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/02/LabVIEW-User-Group-Pendulum.v002.PNG"><img class="alignright size-medium wp-image-334" title="LabVIEW User Group - Houston, we have a problem" src="http://www.seneca5.com/blog/wp-content/uploads/2010/02/LabVIEW-User-Group-Pendulum.v002-300x210.PNG" alt="LabVIEW User Group - Houston, we have a problem" width="300" height="210" /></a>This month, we presented at the quarterly National Instruments LabVIEW User Group. We had a great turnout! The 27 people that attended crowded the room at Manchester Grill. We had some good food (Thanks NI!) and we had a great time learning about LabVIEW programming on the cRIO FPGA and RT.</p>
<p>Below are pictures of the event and the LabVIEW code for the program that we demonstrated.</p>
<p>We host the regular meeting of the <a href="http://www.seneca5.com/blog/user-group/" target="_self">LabVIEW Advanced User Group</a> at our office each month.</p>
<p><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/02/0210UserGroup-027.jpg"><img style="border: 0px initial initial;" title="0210UserGroup 027" src="http://www.seneca5.com/blog/wp-content/uploads/2010/02/0210UserGroup-027-300x199.jpg" alt="0210UserGroup 027" width="300" height="199" /></a></p>
<p><span id="more-366"></span></p>
<p><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/02/0210UserGroup-019.jpg"><img class="alignnone size-medium wp-image-377" title="0210UserGroup 019" src="http://www.seneca5.com/blog/wp-content/uploads/2010/02/0210UserGroup-019-300x199.jpg" alt="0210UserGroup 019" width="300" height="199" /></a></p>
<p><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/02/0210UserGroup-030.jpg"><img class="alignnone size-medium wp-image-378" title="0210UserGroup 030" src="http://www.seneca5.com/blog/wp-content/uploads/2010/02/0210UserGroup-030-225x300.jpg" alt="0210UserGroup 030" width="225" height="300" /></a></p>
<p><a href="http://www.seneca5.com/blog/wp-content/uploads/2010/02/0210UserGroup-017.jpg"><img class="alignnone size-medium wp-image-379" title="0210UserGroup 017" src="http://www.seneca5.com/blog/wp-content/uploads/2010/02/0210UserGroup-017-300x199.jpg" alt="0210UserGroup 017" width="300" height="199" /></a></p>
<p><a href="http://picasaweb.google.com/109070417699276060348/0210NIUserGroup?feat=directlink#" target="_blank">See more pictures here</a></p>
<h3>LabVIEW code</h3>
<p><strong>FPGA Code</strong>: <a href="http://www.seneca5.com/blog/wp-content/uploads/2010/02/FPGA-experiment.zip">FPGA experiment.zip</a></p>
<p><strong>RT Code</strong>: <a href="http://www.seneca5.com/blog/wp-content/uploads/2010/02/JetDemo-RT.v002.zip">[JetDemo] RT.v002.zip</a></p>
<p><strong>Remote Control Code</strong>: <a href="http://www.seneca5.com/blog/wp-content/uploads/2010/02/Remote-HoustonWeHaveAProblem_LV86.zip">[Remote] HoustonWeHaveAProblem_LV86.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seneca5.com/blog/2010/02/feb-2010-user-group-follow-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
