<?xml version="1.0"?>
<rss version="2.0"><channel><title>Announcements Latest Topics</title><link>https://lavag.org/forum/32-announcements/</link><description>Announcements Latest Topics</description><language>en</language><item><title>NI abandons future LabVIEW NXG development</title><link>https://lavag.org/topic/21849-ni-abandons-future-labview-nxg-development/</link><description><![CDATA[<p>
	So this was posted on the NI forums:
</p>

<p>
	<a href="https://forums.ni.com/t5/LabVIEW/Our-Commitment-to-LabVIEW-as-we-Expand-our-Software-Portfolio/td-p/4101878?profile.language=en" ipsnoembed="true" rel="external nofollow">https://forums.ni.com/t5/LabVIEW/Our-Commitment-to-LabVIEW-as-we-Expand-our-Software-Portfolio/td-p/4101878?profile.language=en</a>
</p>

<blockquote class="ipsQuote" data-gramm="false" data-ipsquote="">
	<div class="ipsQuote_citation">
		Quote
	</div>

	<div class="ipsQuote_contents ipsClearfix" data-gramm="false">
		<p>
			 
		</p>

		<p style="color:#333333; font-size:16px; padding:0px; text-align:left">
			To the NI Community,
		</p>

		<p style="color:#333333; font-size:16px; padding:0px; text-align:left">
			<span>Software is a critical differentiator for NI. But software at NI doesn’t represent just a set of products that contribute to our offerings. Our software portfolio connects our entire platform and provides capabilities that set our solutions apart. </span><span> </span>
		</p>

		<p style="color:#333333; font-size:16px; padding:0px; text-align:left">
			<span>LabVIEW is a vital part of our expanding software portfolio. To build on the success of LabVIEW, we developed the NXG Platform which has enabled an entirely new set of offerings such as the NXG Web Module, SystemDesigner, FlexLogger, InstrumentStudio, VeriStand, and Digital Pattern Editor. You’ve told us there’s tremendous value in these NXG-based solutions, and we agree. </span><span> </span>
		</p>

		<p style="color:#333333; font-size:16px; padding:0px; text-align:left">
			<span>We also built a new product, LabVIEW NXG, based on the NXG Platform. While your feedback has been positive and there’s been excitement about what you’re seeing in LabVIEW NXG, you’ve also shared with us some of your concerns around migrating to an entirely new LabVIEW product. And although we’ve mitigated some of these issues, we agree and want to empower you to focus on addressing your future test and measurement needs.</span><span> </span>
		</p>

		<p style="color:#333333; font-size:16px; padding:0px; text-align:left">
			<span>That’s why we’ve decided to take the following steps:</span><span> </span>
		</p>

		<ol style="color:#333333; font-size:16px; padding:0px 0px 0px 2.5em; text-align:left">
			<li style="text-align:left">
				<span>We will integrate the strengths of the NXG platform into our LabVIEW 2021(+) codebase, which will result in the best of both worlds. This means centralizing our investments in LabVIEW in a way that enables us to deliver even more value to LabVIEW users in the years ahead.</span><span> </span>
			</li>
			<li style="text-align:left">
				<span>We will continue to advance our NXG-based portfolio of solutions such as the NXG Web Module, SystemDesigner, as well as our expanding suite of configuration-based products such as FlexLogger and VeriStand. As part of this commitment, you can expect to see the NXG Web Module and SystemDesigner integrated into other parts of our portfolio.  </span><span> </span>
			</li>
			<li style="text-align:left">
				<span>We will cease development efforts on LabVIEW NXG and release the final version - LabVIEW NXG 5.1 – in 2021. We will not release new versions of LabVIEW NXG starting in 2022. </span><span> </span>
			</li>
		</ol>

		<p style="color:#333333; font-size:16px; padding:0px; text-align:left">
			<span>Our teams are working on these projects today as well as the significant new investments we’re making across our entire software portfolio, including in Product Analytics and Test Operations. Collectively, our ongoing investments in this well-rounded portfolio give us a unique ability to create a digital thread that follows a product across the development flow and through its entire lifecycle. This allows us to provide new value to you at an even larger scale - like reducing overall time to market, significantly lowering operational costs and helping you address pervasive product and performance issues before they impact your customers.  </span><span> </span>
		</p>

		<p style="color:#333333; font-size:16px; padding:0px; text-align:left">
			<span>The steps we’re sharing today – the long-term commitment we are making to LabVIEW as well as our ongoing investments in configuration-based software, Product Analytics and Test Operations – will bolster our software capabilities and better support you. They are aligned to our software strategy and our commitment to providing all of our customers and partners with the most innovative and powerful software in the Test and Measurement industry.</span><span> </span>
		</p>

		<p style="color:#333333; font-size:16px; padding:0px; text-align:left">
			<span>Thanks,<br>
			Omid Sojoodi, VP of Software R&amp;D<br>
			Stefanie Breyer, VP of Product Planning</span><span> </span>
		</p>

		<p>
			 
		</p>
	</div>
</blockquote>

<p>
	 
</p>
]]></description><guid isPermaLink="false">21849</guid><pubDate>Thu, 03 Dec 2020 19:06:41 +0000</pubDate></item><item><title>LapDog Message Library v1.2.0 Released</title><link>https://lavag.org/topic/13818-lapdog-message-library-v120-released/</link><description><![CDATA[<p>LapDog Message Library v1.2.0 has been released and is available on <a href="https://sourceforge.net/projects/lapdogapi/files/Message%20Library/" rel="external nofollow">SourceForge</a>.  It packages several classes designed to simplify general purpose messaging for object-oriented programmers.  Highlights include:</p>
<p>1.  <strong>Familiar methods!</strong>  If you've used a native queue and you're comfortable with LVOOP, you'll have no trouble figuring this out.</p>
<p>2.  <strong>More convenience!</strong>  Have you ever overloaded your Default case with error handling, timeout handling, and more?  No more!  DequeueMessage (and PreviewMessage) checks for errors on the input, errors from the dequeue prim, and dequeue timeout conditions, and returns unique messages for each of those conditions.  Say goodbye to the hassle of nested case structures just to handle normal checking procedures.</p>
<p>3.  <strong>A </strong><strong><span style="text-decoration:underline;">PriorityQueue</span></strong><strong>!</strong>  Ever wish you could easily prioritize messages in your queue?  The LapDog Message Library includes a class that does just that.  Better yet, it allows you to configure the number of priority levels your queue will have.</p>
<p>4.  A collection of message classes for native Labview data types to speed up your development.  Includes classes to support the following native types:  Error Cluster, String, I32, Boolean, Path, and LVObject.  If you need something not included, it's a snap to create your own class that inherits from Message.lvclass.</p>
<p>5.  Palettes, cool looking wires, and more!</p>
<p>The LapDog Message Library requires VIPM Community Edition (or better) to install.  The package currently requires Labview 2010; however, we hope to release a version for Labview 2009 soon.</p>
]]></description><guid isPermaLink="false">13818</guid><pubDate>Tue, 15 Feb 2011 04:30:50 +0000</pubDate></item><item><title>Semantic segmentation with TIGR vision and HAIBAL deep learning toolkit</title><link>https://lavag.org/topic/23528-semantic-segmentation-with-tigr-vision-and-haibal-deep-learning-toolkit/</link><description><![CDATA[<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<span>Here's some examples of semantic segmentation with 𝐓𝐈𝐆𝐑 𝗟𝗮𝗯𝗩𝗜𝗘𝗪 𝐯𝐢𝐬𝐢𝐨𝐧 𝐭𝐨𝐨𝐥𝐤𝐢𝐭 (Available now for test)</span><br>
	<br>
	<span>This is accomplished by utilizing a UNET architectural model in conjunction with a basic 𝗟𝗮𝗯𝗩𝗜𝗘𝗪 state machine architecture, showcasing how the </span><a href="https://www.linkedin.com/company/haibal/" rel="external nofollow" style="background-color:transparent;color:#044123;">HAIBAL, the LabVIEW deep learning toolkit by Graiphic</a><span> toolkit's capabilities enable seamless integration of any model into practical applications with minimal effort.</span>
</p>

<div class="ipsEmbeddedVideo">
	<div>
		<iframe allowfullscreen="" frameborder="0" height="113" title="Semantic segmentation with LabVIEW" width="200" data-embed-src="https://www.youtube.com/embed/Vc3Gh8ncTsc?feature=oembed"></iframe>
	</div>
</div>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	Visit us now --&gt; <a href="http://www.graiphic.io/" rel="external nofollow" style="background-color:transparent;color:#044123;">www.graiphic.io</a>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	𝐓𝐈𝐆𝐑 website --&gt;<a href="https://www.youtube.com/redirect?event=video_description&amp;redir_token=QUFFLUhqbFg5d2lScl9YMENBZEdXRlhCd1F5andzdUdoQXxBQ3Jtc0tsQ1RkNzB1LXNSZVpjQUNUbGFFVDVmeEFWNEUzRWpOdzVvTFBQM1Z6Y2FTeHRfRmwzbUk5SHhrakZLTGw4d2N0Y01HNXU4TllOT3ZaNGFsVDZvSWY2M3h4UGpGMDZwWEJNMzFyVzB6MUJaQWRVQnVZUQ&amp;q=https%3A%2F%2Ftigr.graiphic.io%2F&amp;v=Vc3Gh8ncTsc" rel="external nofollow" style="background-color:transparent;color:#044123;">https://tigr.graiphic.io/</a>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	Download GIM and try 𝐓𝐈𝐆𝐑 𝗟𝗮𝗯𝗩𝗜𝗘𝗪 𝐯𝐢𝐬𝐢𝐨𝐧 𝐭𝐨𝐨𝐥𝐤𝐢𝐭<span>  --&gt; </span><a href="https://www.youtube.com/redirect?event=video_description&amp;redir_token=QUFFLUhqbkhDaE8wTm9HTTMyMklHdEx6dVlqaG10aDBOd3xBQ3Jtc0trZmRRSG9lTnQwRFdwN0w4Um9STGNreUdHV2tqWXlWNlJZdEJabzE1TlRlZGZWRWVWVWVGR1JKUXVwQkRrcHZOZlE3WUtrc2lkeGYzdEw4NThKbkZuMWppcjRQMDF2MWxkRFhMdUpKcHpOdXZBdzRqcw&amp;q=https%3A%2F%2Flnkd.in%2FeUtVumG2&amp;v=Vc3Gh8ncTsc" rel="external nofollow" style="background-color:transparent;color:#044123;">https://lnkd.in/eUtVumG2</a>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	Get started with TIGR<span> --&gt; </span><a href="https://www.youtube.com/redirect?event=video_description&amp;redir_token=QUFFLUhqa21WRW5sWXpRMkwyTE5Mem9LN2tPOGVIQ0E5d3xBQ3Jtc0tsU2dTNDJBbExvdGQ2eUhDb2xvb0dZNFhBRzVHeUNBTFBibWpIQjBJOU5lajBkTVJSaC1kc0paa3VHZjVsbmdhNHRyd1E2TUlDek5CRkN1T1o1SVFYbzlFUjV6NHkzZFlRaWtDS1FxWUZsZzJXRkFyYw&amp;q=https%3A%2F%2Flnkd.in%2FdssB-MS4&amp;v=Vc3Gh8ncTsc" rel="external nofollow" style="background-color:transparent;color:#044123;">https://lnkd.in/dssB-MS4</a>
</p>
]]></description><guid isPermaLink="false">23528</guid><pubDate>Wed, 25 Oct 2023 08:18:23 +0000</pubDate></item><item><title>LabVIEW deep reinforcement learning is upcoming !!!</title><link>https://lavag.org/topic/23435-labview-deep-reinforcement-learning-is-upcoming/</link><description><![CDATA[<p>
	<br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">This video may not look like it, but for us it represents an enormous amount of effort, difficulty, sacrifice and financial means. It is with special emotion that we proudly unveil the upcoming major update for<span> </span></span><a href="https://www.linkedin.com/company/haibal/" rel="external nofollow" style="background-color:#ffffff;border:;font-size:14px;">HAIBAL, the LabVIEW deep learning toolkit by Graiphic</a><span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">.</span><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">In a few weeks, we will introduce a significant enhancement to our deep learning toolkit for LabVIEW. This update takes our tool to a new dimension by integrating a range of reinforcement learning algorithms: 𝐃𝐐𝐍, 𝐃𝐃𝐐𝐍, 𝐃𝐮𝐚𝐥 𝐃𝐐𝐍, 𝐃𝐮𝐚𝐥 𝐃𝐃𝐐𝐍, 𝐃𝐏𝐆, 𝐏𝐏𝐎, 𝐀𝟐𝐂, 𝐀𝟑𝐂, 𝐒𝐀𝐂, 𝐃𝐃𝐏𝐆 𝐚𝐧𝐝 𝐓𝐃𝟑.</span><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">Naturally, this update will include practical, easy-to-use examples such as DOOM, MARIO, Ataris games and many more surprises will come along.</span><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">(starcraft or not starcraft?)</span>
</p>

<p>
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;"><span class="ipsEmoji">👉🏼</span> Visit us now</span><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<a href="http://www.graiphic.io/" style="background-color:#ffffff;border:;font-size:14px;" rel="external nofollow">www.graiphic.io</a><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;"><span class="ipsEmoji">👉🏼</span> Get started with TIGR vision toolkit</span><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<a href="https://lnkd.in/dssB-MS4" style="background-color:#ffffff;border:;font-size:14px;" rel="external nofollow">https://lnkd.in/dssB-MS4</a><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;"><span class="ipsEmoji">👉🏼</span> Get started with HAIBAL deep learning toolkit</span><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<a href="https://lnkd.in/e6cPn4Fq" style="background-color:#ffffff;border:;font-size:14px;" rel="external nofollow">https://lnkd.in/e6cPn4Fq</a>
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo">
	<div>
		<iframe allowfullscreen="" frameborder="0" height="113" title="LabVIEW deep reinforcement learning is upcoming !!!" width="200" data-embed-src="https://www.youtube.com/embed/0xG1t8i_SJk?feature=oembed"></iframe>
	</div>
</div>

<p>
	 
</p>
]]></description><guid isPermaLink="false">23435</guid><pubDate>Mon, 21 Aug 2023 09:50:53 +0000</pubDate></item><item><title>Virtual User Group Meeting: Bowzer and Actor Framework</title><link>https://lavag.org/topic/23065-virtual-user-group-meeting-bowzer-and-actor-framework/</link><description><![CDATA[<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	Thursday, April 6th 2023
</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	6:00PM Pacific
</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	<strong>Zoom Meeting Link:</strong>
</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	<a href="https://us06web.zoom.us/j/85349689601?pwd=dVNvZDZtWEFVUHFrZ1JzZTlrcVQrUT09" rel="external nofollow">https://us06web.zoom.us/j/85349689601?pwd=dVNvZDZtWEFVUHFrZ1JzZTlrcVQrUT09</a>
</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	 
</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	Hi all! After a long hiatus, San Diego LabVIEW user groups are back with another virtual user group.
</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	 
</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	Mike Le (CLA) will present on <a href="https://www.vipm.io/account/login/?next=/package/zyah_solutions_lib_bowzer_the_browser/" rel="external nofollow">Bowzer</a>, a LabVIEW project extension that makes developing in Actor Framework simpler and more intuitive. Bowzer provides a user friendly interface that makes browsing and understanding actors as easy as clicking through the case structure of your favorite traditional state machine.
</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	 
</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	Whether you're an experienced QMH power user looking for an easier way to get into actors or new to LabVIEW and looking to dig into more advanced frameworks, Bowzer can help you visualize actors in a more familiar and developer-friendly way.
</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	 
</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	Please RSVP by dropping a line in this thread so we can get a headcount!
</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	 
</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	And feel free to share our LinkedIn event with your LabVIEW colleagues and contacts:
</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt;">
	<a href="https://www.linkedin.com/events/sandiegolabviewusergroup-bowzer7041772398311854080/" rel="external nofollow">https://www.linkedin.com/events/sandiegolabviewusergroup-bowzer7041772398311854080/</a>
</p>
]]></description><guid isPermaLink="false">23065</guid><pubDate>Wed, 15 Mar 2023 14:34:37 +0000</pubDate></item><item><title>HAIBAL Deep learning toolkit is now available</title><link>https://lavag.org/topic/22893-haibal-deep-learning-toolkit-is-now-available/</link><description><![CDATA[<p>
	After several announcements and postpone, it's finally here !
</p>

<p>
	<br>
	Two years of hard development we have succeeded in releasing HAIBAL the deep learning toolkit for LabVIEW. 
</p>

<p>
	This toolkit represents more than 4000 VI and we are aware that there are still many things to develop.
</p>

<p>
	Our ambition is to bring a part of the "classic" community of scientific data developers to the LabVIEW language (and why not!).
</p>

<div class="ipsEmbeddedVideo">
	<div>
		<iframe allowfullscreen="" frameborder="0" height="113" title="Signal Prediction by Dense Neural Network with 𝐇𝐀𝐈𝐁𝐀𝐋 deep learning kit" width="200" data-embed-src="https://www.youtube.com/embed/SyQpWDWrRpI?feature=oembed"></iframe>
	</div>
</div>

<p>
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">We still have a lot of things to do in the next weeks, our priority will be the publication of 𝐫𝐞𝐢𝐧𝐟𝐨𝐫𝐜𝐞𝐦𝐞𝐧𝐭 𝐥𝐞𝐚𝐫𝐧𝐢𝐧𝐠 examples and the arrival of more "talking" examples like 𝐘𝐎𝐋𝐎 V5, V6, V7, V8.</span><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">𝐊𝐞𝐫𝐚𝐬 and 𝐏𝐲𝐭𝐨𝐫𝐜𝐡 model import tool that will give you access to thousands of models.</span><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">The 𝐨𝐩𝐭𝐢𝐦𝐢𝐳𝐚𝐭𝐢𝐨𝐧 𝐨𝐟 𝐨𝐮𝐫 𝐜𝐨𝐝𝐞𝐬 and the acceleration of inferences will also be a top priority to allow you the best Deep Learning experience.</span><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">For students we are thinking about a licensing system adapted to your budget (the question is not yet decided internally). <span class="ipsEmoji">🧑‍🎓</span></span><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">Our goals are ambitious but not impossible and we will make </span><span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">𝐋𝐚𝐛𝐕𝐈𝐄𝐖 the ultimate deep learning tool.</span><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	It is now available for download on the website <a href="https://www.haibal.com" rel="external nofollow">here</a>
</p>

<p>
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">Get started with 𝐇𝐀𝐈𝐁𝐀𝐋, the 𝐋𝐚𝐛𝐕𝐈𝐄𝐖 𝐝𝐞𝐞𝐩 𝐥𝐞𝐚𝐫𝐧𝐢𝐧𝐠 𝐭𝐨𝐨𝐥𝐤𝐢𝐭 by following our new quick beginner tutorial section, to learn how to design, summarize, run, train, size data, and tune parameters with a simple DNN (Dense neural network) model. <span class="ipsEmoji">🐘</span></span><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;"><span class="ipsEmoji">👉🏼</span> Get started full playlist available on our 𝐲𝐨𝐮𝐭𝐮𝐛𝐞 𝐜𝐡𝐚𝐧𝐧𝐞𝐥</span><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<a href="https://www.youtube.com/@graiphic/" rel="external nofollow">https://www.youtube.com/@graiphic/</a><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;"><span class="ipsEmoji">👉🏼</span> Get started with HAIBAL deep learning toolkit (𝐰𝐞𝐛𝐬𝐢𝐭𝐞 𝐝𝐨𝐜𝐮𝐦𝐞𝐧𝐭𝐢𝐨𝐧)</span><br style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">
	<a href="https://lnkd.in/e6cPn4Fq" rel="external nofollow" style="background-color:#ffffff;border:;font-size:14px;">https://lnkd.in/e6cPn4Fq</a>
</p>

<p>
	<span style="background-color:#ffffff;color:rgba(0,0,0,0.9);font-size:14px;">Thank you for your support, it gives us a boost and makes us want to do even more. <span class="ipsEmoji">🤠</span></span>
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">22893</guid><pubDate>Fri, 27 Jan 2023 09:04:54 +0000</pubDate></item><item><title>NI's New Software Subscription Model</title><link>https://lavag.org/topic/22358-nis-new-software-subscription-model/</link><description><![CDATA[<p>
	Today NI announced a new subscription model for all NI software, with special exceptions for perpetual licenses for things such as debug and deployment licenses.
</p>

<p>
	<a href="https://www.ni.com/en-us/landing/subscription-software.html" rel="external nofollow">https://www.ni.com/en-us/landing/subscription-software.html</a>
</p>

<p>
	I don't really have a whole lot to contribute to the discussion just yet, but I just thought I'd make the community aware of it in a separate post so people can discuss it if they'd like.
</p>
]]></description><guid isPermaLink="false">22358</guid><pubDate>Tue, 14 Dec 2021 19:23:16 +0000</pubDate></item><item><title>GLA Summit 2022</title><link>https://lavag.org/topic/22760-gla-summit-2022/</link><description><![CDATA[<p>
	We are looking for presentations.<br />
	<br />
	more info here:
</p>

<p>
	https://www.glasummit.org/
</p>
]]></description><guid isPermaLink="false">22760</guid><pubDate>Wed, 05 Oct 2022 19:08:49 +0000</pubDate></item><item><title>GDevCon N.A. 2022</title><link>https://lavag.org/topic/22462-gdevcon-na-2022/</link><description><![CDATA[<p>
	Early-bird discounted Tickets are now available!
</p>

<p>
	<a href="https://gdevconna.org/" rel="external nofollow">https://gdevconna.org/</a>
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">22462</guid><pubDate>Thu, 03 Mar 2022 17:07:35 +0000</pubDate></item><item><title>LabVIEW (LVA) license advice</title><link>https://lavag.org/topic/22375-labview-lva-license-advice/</link><description><![CDATA[<p>
	I need advice on SCADA/DAQ options for my company.  We are a small (aerospace) startup with app 30 engineers at present and plans to hire many more in 2022+.  My background, I am an EE with Math/CS graduate school education, 30 years of industry experience working for various companies both as an FTE and as a consultant/contractor (NI Alliance partner).  I have been in a management role for the last several years which I thought would lead to early retirement.  As it turns out I'm not well suited to being put out to pasture -not just yet anyway.  I had no intention of ever being an FTE again, but never say never is probably a good mantra. I am enjoying the energy, excitement and opportunity to help define and implement our data acquisition and control systems.   To that end, I am seeking advice and opinions on using NI SW and HW, specifically LabVIEW licensing e.g. packages (full, professional), subscription vs perpetual, PXI vs cRIO vs cDAQ.  In the past as an Alliance Partner I had access to most/all of NI's software. We used LabVIEW/RT/FPGA &amp; TestStand  extensively in designing and building rack based functional/end of line testers, embedded controllers and laboratory SCADA systems.  In the past few years NI has changed considerably.  While I don't necessarily agree with all of the changes -I do understand the motivation.   Case in point I never used NGX for a commercial project, we stuck with traditional <abbr title="LabVIEW">LV</abbr> (all the way from 3.x to 2019).  My experience with NXG is limited but the little I saw I really liked.  I'm saddened to see it die.  I've always been a little leery of having a single source solution e.g. LabVIEW but the advantages seemed to out weight my concerns. I've read many posts (on LAVA, NI, Reedit, etc.) with interest regarding NIs (and LVs) future.  I agree with most of them.  But back to my question,
</p>

<p>
	Currently we are using,
</p>

<ol>
	<li>
		An inhouse developed SCADA application written in <abbr title="LabVIEW">LV</abbr> 2020
	</li>
	<li>
		various (cDAQ) chassis and modules (from NI and UEI)
	</li>
	<li>
		LabVIEW is installed and running on a server connected to the HW item 2 above via a fiber based high speed dedicated link appx 200m away
	</li>
	<li>
		writing data to flat files with 3rd party data analysis/visualization packages
	</li>
</ol>

<p>
	My current thoughts are to ( I have an aggressive schedule)
</p>

<ol>
	<li>
		refactor/cleanup existing <abbr title="LabVIEW">LV</abbr> code (using LV2021) 
	</li>
	<li>
		buy LabVIEW 2021 license subscription(s)
	</li>
	<li>
		use the VLA/VLM (start with 5 seats and add more as needed)
	</li>
	<li>
		use PXI as the primary HW (as opposed to cRIO/cDAQ)
	</li>
	<li>
		use external controller (PC) as opposed to an embedded one (contained in the PXI chassis)
	</li>
	<li>
		build the next DAQ system using a 19" EIA rack with PXI chassis and local controller (PC), use cRIO where needed
	</li>
	<li>
		build WEB based HMI for remote monitoring and control
	</li>
	<li>
		use TDMS and/or SQL database
	</li>
</ol>

<p>
	BTW, there is a clear negative perception of NI/<abbr title="LabVIEW">LV</abbr> here.  Most of the engineers are young (30ish) and pretty convinced Python is the sh*t.  I'm not opposed to using text based languages (where appropriate).  I still think <abbr title="LabVIEW">LV</abbr> has some advantages, e.g. development time, in this environment/use case.   Given my recent experiences (e.g. horrible support, not returning calls/emails, access problems) and perhaps most damning of all, I've lost faith/don't trust them.  If I didn't have a 30 year relationship with them, I'd tell them to f-off and vote with my feet.  
</p>
]]></description><guid isPermaLink="false">22375</guid><pubDate>Wed, 29 Dec 2021 20:07:48 +0000</pubDate></item><item><title>LabVIEW Videos Tecnova Download Site</title><link>https://lavag.org/topic/20645-labview-videos-tecnova-download-site/</link><description><![CDATA[<p>
	he information formally listed in this thread is no longer valid. The site is now offline. All the videos have been moved to <a href="https://labviewwiki.org/wiki/Events" rel="external">dedicated event pages on the LabVIEW Wiki.</a>
</p>

<ul>
	<li>
		<a href="https://labviewwiki.org/wiki/Events" ipsnoembed="true" rel="external">https://labviewwiki.org/wiki/Events</a> - LabVIEW Wiki
	</li>
	<li>
		<a href="https://www.youtube.com/channel/UCUiBucUImKZERoTzaOtHB5g/featured" ipsnoembed="true" rel="external nofollow">https://www.youtube.com/channel/UCUiBucUImKZERoTzaOtHB5g/featured</a> - Youtube Channel
	</li>
</ul>

<p>
	 
</p>

<blockquote class="ipsQuote" data-gramm="false" data-ipsquote="">
	<div class="ipsQuote_citation">
		Quote
	</div>

	<div class="ipsQuote_contents ipsClearfix" data-gramm="false">
		<p>
			 
		</p>

		<p>
			<s>Tecnova has created a new LabVIEW Video site to replace the previous ftp server for downloading NIWeek and CLA Summit videos.</s>
		</p>

		<p>
			<s>Location: <a href="https://labviewvideo.tecnova.com" rel="external nofollow">https://labviewvideo.tecnova.com</a></s>
		</p>

		<p>
			<s>Login: LabVIEW_Videos (Not case sensitive)</s>
		</p>

		<p>
			<s>Pw: LabVIEW (case sensitive)</s>
		</p>

		<p>
			<s>Check out the <a href="https://www.screencast.com/t/Fa24cDw3I" rel="external nofollow">LabVIEW Videos Tecnova site Demo</a> to see all the features of the new site.</s>
		</p>

		<p>
			<s>For comment or feedback please email  <span><a href="mailto:LabVIEWVideo@tecnova.com" rel="">LabVIEWVideo@tecnova.com</a></span></s>
		</p>

		<p>
			<s>Thanks to Tecnova Management for supporting the LabVIEW Community.</s>
		</p>

		<p>
			<s>Note: Testing has shown successful downloads using Chrome, IE and Edge for Windows and Safari for Macs.</s>
		</p>

		<p>
			<s>FireFox however tries to auto play the video and may not work like the other browsers. </s>
		</p>

		<p>
			 
		</p>
	</div>
</blockquote>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">20645</guid><pubDate>Fri, 05 Oct 2018 03:28:54 +0000</pubDate></item><item><title>WUELUG13: W&#xFC;rzburger LabVIEW User Group Meeting (German-speaking!)</title><link>https://lavag.org/topic/22091-wuelug13-w%C3%BCrzburger-labview-user-group-meeting-german-speaking/</link><description><![CDATA[<p style="color:#333333;font-size:16px;padding:0px;text-align:left;">
	Unser nächstes Meeting findet am Donnerstag 29. Juli von 17:00 - 20:00 statt: 
</p>

<blockquote style="background-color:#eeeeee;border-left-color:#044123;border-left-style:solid;border-left-width:3px;color:#333333;font-size:16px;padding:0px 20px 0px 15px;text-align:left;">
	<p style="font-size:16px;padding:0px;">
		<strong>Zertifizierungen in der LabVIEW- und NI-Welt</strong>
	</p>

	<p style="font-size:16px;padding:0px;">
		Das<span> </span><a href="https://www.ni.com/de-de/shop/services/education-services/certification-program.html" rel="external nofollow" style="background-color:transparent;color:#044123;">Zertifizierungsprogramm von NI</a> bietet die Möglichkeit, seine Kenntnisse und Erfahrung im Umgang mit NI-Produkten unter Beweis zu stellen. Darüber hinaus kann man die Zertifizierungen aber auch zum Anlass nehmen, gemeinsam mit Kollegen oder anderen LabVIEW-Freunden seinen Horizont zu erweitern.
	</p>

	<p style="font-size:16px;padding:0px;">
		Wir werden in unserem Treffen etwas über das Kurs- und Zertifizierungsangebot von NI lernen. Natürlich werfen wir auch einen genauen Blick auf die Prüfungsbeispiele, und hören Tipps und Tricks "direkt von der Quelle". Außerdem werden wir eine Lern- und Vorbereitungsrunde starten und gemeinsam auf die nächsten Prüfungstermine hinarbeiten.
	</p>

	<p style="font-size:16px;padding:0px;">
		Das Meeting findet in Deutsch statt. Die Meeting-Details findet ihr weiter unten. Bitte meldet Euch unbedingt auf Eventbrite an!
	</p>
</blockquote>

<p style="color:#333333;font-size:16px;padding:0px;text-align:left;">
	Ich freue mich, Euch zumindest virtuell bald wieder zu sehen!!
</p>

<p style="color:#333333;font-size:16px;padding:0px;text-align:left;">
	LG<br />
	Jörg
</p>

<hr style="border-top-color:#eeeeee;border-top-style:solid;border-width:1px 0px 0px;color:#333333;font-size:16px;text-align:left;" />
<p style="color:#333333;font-size:16px;padding:0px;text-align:left;">
	<strong>Wann:</strong><br />
	<strong><a href="https://www.worldtimebuddy.com/?qm=1&amp;lid=2950159,4140963,4671654,5391959&amp;h=2950159&amp;date=2021-7-29&amp;sln=17-20&amp;hf=1" rel="external nofollow" style="background-color:transparent;color:#044123;">Donnerstag, 29. Juli, 17:00 Uhr CEST</a></strong> 
</p>

<p style="color:#333333;font-size:16px;padding:0px;text-align:left;">
	<strong>Wo:</strong><br />
	Virtuell via Microsoft Teams (Link via Eventbrite)
</p>

<p style="color:#333333;font-size:16px;padding:0px;text-align:left;">
	Vorab gibt's wie immer ein Test-Meeting, so dass alle Teilnehmer die Technik testen können. Ein bisschen Hilfe zu<span> </span><a href="https://dokuwiki.hampel-soft.com/kb/bestpractices/conferencing/tips-and-tricks" rel="external nofollow" style="background-color:transparent;color:#044123;">virtuellen Meetings</a><span> </span>und zu<span> </span><a href="https://dokuwiki.hampel-soft.com/kb/bestpractices/conferencing/ms-teams" rel="external nofollow" style="background-color:transparent;color:#044123;">MS Teams</a><span> </span>gibt's in unserem Dokuwiki. Bitte vergesst nicht, Euch via Eventbrite anzumelden!
</p>

<p style="color:#333333;font-size:16px;padding:0px;text-align:left;">
	<strong>Agenda:</strong>
</p>

<ul style="color:#333333;font-size:16px;padding:0px 0px 0px 2.5em;text-align:left;">
	<li style="text-align:left;">
		NI Schulungen und Zertifizierungen Überblick (Adrienn Nagy)
	</li>
	<li style="text-align:left;">
		<em>Ev.: Certification Details (NI-Team USA, in English)</em>
	</li>
	<li style="text-align:left;">
		Tipps, Tricks und Einblicke in Zertifizierungsprüfungen (Andreas Kreiseder)
	</li>
	<li style="text-align:left;">
		Prüfungsbeispiele, offene Diskussion
	</li>
</ul>

<p style="color:#333333;font-size:16px;padding:0px;text-align:left;">
	<span><strong>Anmeldung:</strong></span><br />
	<a href="https://wuelug13.eventbrite.de/" rel="external nofollow" style="background-color:transparent;color:#044123;">https://wuelug13.eventbrite.de</a>
</p>
]]></description><guid isPermaLink="false">22091</guid><pubDate>Wed, 30 Jun 2021 12:34:48 +0000</pubDate></item><item><title>Discover LabVIEW tools - Have you tried VIPM.io?</title><link>https://lavag.org/topic/21728-discover-labview-tools-have-you-tried-vipmio/</link><description><![CDATA[<p>
	Hello everybody!
</p>

<p>
	Wondering how many people have tried the new <a href="https://vipm.io" rel="external nofollow">vipm.io</a> site. We have added a ton of features to make it easy to Discover LabVIEW Tools and there are some cool ones coming soon.
</p>

<p>
	Check it out and let me know what you think <span class="ipsEmoji">😀</span>
</p>

<p>
	 
</p>

<p>
	<strong>Javier</strong>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_2020_08/VIPM-Search-SocialMedia2.png.5109a4b72cd70d055e256649b33b31eb.png" data-fileid="15195" data-fileext="png" rel=""><img alt="VIPM-Search-SocialMedia2.png" class="ipsImage ipsImage_thumbnailed" data-fileid="15195" data-ratio="67.03" width="1198" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2020_08/VIPM-Search-SocialMedia2.png.5109a4b72cd70d055e256649b33b31eb.png"></a>
</p>
]]></description><guid isPermaLink="false">21728</guid><pubDate>Tue, 18 Aug 2020 18:40:53 +0000</pubDate></item><item><title>NEW! Now you can post LabVIEW Package Ideas and Resources on VIPM.io</title><link>https://lavag.org/topic/21737-new-now-you-can-post-labview-package-ideas-and-resources-on-vipmio/</link><description><![CDATA[<p>
	<span style="background-color:#ffffff;color:rgba(0,0,0,.9);font-size:14px;">VIPM.io now allows you to post LabVIEW Resources, Ideas, and Tools. For example, you could post a link to a video tutorial or blog article about a package. You can also post ideas, like feature requests or new tools. Best of all, package developers are notified when you post your ideas and resources, and you can comment and discuss posts with the community. Take a look at this video to learn more: </span><a href="https://www.vipm.io/posts/664960df-f111-4e13-989a-24be8207182d/" rel="external nofollow">https://www.vipm.io/posts/664960df-f111-4e13-989a-24be8207182d/</a>
</p>

<p><a href="https://lavag.org/uploads/monthly_2020_08/755036083_VIPMIOPosts.png.fb7138143b33ec81c846506ab4f992c3.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="15209" src="https://lavag.org/applications/core/interface/js/spacer.png" data-ratio="52.25" width="1200" class="ipsImage ipsImage_thumbnailed" alt="VIPM IO Posts.png" data-src="https://lavag.org/uploads/monthly_2020_08/755036083_VIPMIOPosts.png.fb7138143b33ec81c846506ab4f992c3.png"></a></p>]]></description><guid isPermaLink="false">21737</guid><pubDate>Thu, 27 Aug 2020 23:24:55 +0000</pubDate></item><item><title>VIPM 2020 for MacOS (with 64-bit Catalina support)</title><link>https://lavag.org/topic/21609-vipm-2020-for-macos-with-64-bit-catalina-support/</link><description><![CDATA[<p>
	Beta is now open:
</p>

<p>
	<a href="https://blog.jki.net/news/vipm-2020-for-macos-beta-sign-up-today" rel="external nofollow">https://blog.jki.net/news/vipm-2020-for-macos-beta-sign-up-today</a>
</p>
]]></description><guid isPermaLink="false">21609</guid><pubDate>Sat, 06 Jun 2020 01:47:30 +0000</pubDate></item><item><title>In response to COVID-19, all online courses are available for free to the global engineering community through at least May 31, 2020</title><link>https://lavag.org/topic/21547-in-response-to-covid-19-all-online-courses-are-available-for-free-to-the-global-engineering-community-through-at-least-may-31-2020/</link><description><![CDATA[<p>
	I'm putting this out here in case anyone missed it. NI has made all of their <a href="https://learn.ni.com/training" rel="external nofollow">online training courses</a> available for free to the global engineering community. The period was just extended to at least May 31, 2020 (previously April 30, 2020). Those who are new to LabVIEW and want to start with <a href="https://www.ni.com/en-us/shop/labview/select-edition/labview-community-edition.html" rel="external nofollow">LabVIEW Community Edition</a> should take a look at <a href="https://learn.ni.com/training/resources/1407/getting-started-with-labview-2020-community-edition" rel="external nofollow">Getting Started with LabVIEW Community Edition</a>.
</p>

<p>
	For further reading, check out <a href="https://www.ni.com/en-us/landing/covid-19.html" rel="external nofollow">NI’s Response to the Evolving COVID-19 Situation</a>.
</p>
]]></description><guid isPermaLink="false">21547</guid><pubDate>Fri, 01 May 2020 18:18:10 +0000</pubDate></item><item><title>LabVIEW Tips</title><link>https://lavag.org/topic/21487-labview-tips/</link><description><![CDATA[<p>
	Hello, i created a new tips repository in:
</p>

<p>
	<a href="https://edupez.com/" rel="external nofollow">https://edupez.com/</a>
</p>

<p>
	English and Portuguese
</p>
]]></description><guid isPermaLink="false">21487</guid><pubDate>Wed, 08 Apr 2020 16:45:05 +0000</pubDate></item><item><title><![CDATA[New NIWeek & GDevConNA Dates]]></title><link>https://lavag.org/topic/21475-new-niweek-gdevconna-dates/</link><description><![CDATA[<p>
	NIWeek has been rescheduled to Monday, August 3 through Wednesday, August 5, 2020 in Austin, Texas. This move is in direct response to the continued spread of COVID-19.
</p>

<p>
	GDevCoNA: Based on the current situation, and projections for the future we have decided to pursue moving GDevCon N.A. from July to the last week of October or first week of November. We will advise the new dates once we have completed the new arrangements. Ref: <a href="https://gdevconna.org/coronavirus-update-march-20-2020/" rel="external nofollow">https://gdevconna.org/coronavirus-update-march-20-2020/</a>
</p>
]]></description><guid isPermaLink="false">21475</guid><pubDate>Tue, 31 Mar 2020 23:20:18 +0000</pubDate></item><item><title>Due to COVID-19, San Diego's UGM will be held as a live stream. Please join us!</title><link>https://lavag.org/topic/21452-due-to-covid-19-san-diegos-ugm-will-be-held-as-a-live-stream-please-join-us/</link><description><![CDATA[<div>
	<div>
		<div>
			<div>
				<p>
					Hi all!
				</p>

				<p>
					Due to COVID-19, the San Diego User Group this month is going to be held as a live stream. While I'm disappointed that I won't be able to enjoy cider and food at our usual venue, the good news is that we can open the virtual meeting up to all of you wireslingers - regardless of where you are!
				</p>

				<p>
					Please share our event information with any programmers you know who may be interested.
				</p>

				<p>
					<strong>Stream Link (will go live at scheduled time)</strong><br>
					<strong>Thursday, March 26th at 6:00PM Pacific</strong><br>
					<strong><a href="https://youtu.be/SlT0Oz6M4Gw" rel="external nofollow">https://youtu.be/SlT0Oz6M4Gw</a></strong>
				</p>

				<p>
					Nathan Murphy (CLA) will present on JKI State Machine Objects, including real-world examples such as a message logger, a reusable splash screen, and a file versioning system.
				</p>

				<p>
					Dark Side Forum Event Detail:<br>
					<a href="https://forums.ni.com/t5/San-Diego-LabVIEW-Users/San-Diego-User-Group-Meeting-on-Thursday-3-26-2020-" rel="external nofollow">https://forums.ni.com/t5/San-Diego-LabVIEW-Users/San-Diego-User-Group-Meeting-on-Thursday-3-26-2020-</a>...
				</p>

				<p>
					LinkedIn Event:<br>
					<a href="https://www.linkedin.com/events/sandiegolabviewusergroup03-26-2020-jkistatemachine/" rel="external nofollow">https://www.linkedin.com/events/sandiegolabviewusergroup03-26-2020-jkistatemachine/</a>
				</p>
			</div>
		</div>
	</div>
</div>
]]></description><guid isPermaLink="false">21452</guid><pubDate>Tue, 17 Mar 2020 20:43:07 +0000</pubDate></item><item><title>GDevCon N.A. Presentation Deadline Extended</title><link>https://lavag.org/topic/21367-gdevcon-na-presentation-deadline-extended/</link><description><![CDATA[<p>
	Do want to be part of the inaugural GDevCon N.A. in Boulder, Co. this July?<br>
	We need a few more presentations to fill up our schedule so submit your idea now before we run out space.
</p>

<p>
	<a href="https://gdevconna.org/deadline-extended-to-feb-29th/" rel="external nofollow">https://gdevconna.org/deadline-extended-to-feb-29th/</a>
</p>
]]></description><guid isPermaLink="false">21367</guid><pubDate>Tue, 04 Feb 2020 20:41:10 +0000</pubDate></item><item><title>VIPM 2020 Beta available (lots of new stuff)</title><link>https://lavag.org/topic/21383-vipm-2020-beta-available-lots-of-new-stuff/</link><description><![CDATA[<p>
	You can find out more and sign up here:
</p>

<p>
	<a href="https://forums.jki.net/topic/3082-vipm-2020-beta-sign-up-is-now-open/" rel="external nofollow">https://forums.jki.net/topic/3082-vipm-2020-beta-sign-up-is-now-open/</a><br>
	 
</p>

<p>
	here’s a teaser (below). Lots more exciting stuff to come...
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="14576" data-ratio="120.69" width="406" alt="E413CDF3-F686-437C-AB59-8099D35E0510.gif.5d817f9d3e19265382a20d6929c93597.gif" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2020_02/E413CDF3-F686-437C-AB59-8099D35E0510.gif.5d817f9d3e19265382a20d6929c93597.gif">
</p>
]]></description><guid isPermaLink="false">21383</guid><pubDate>Sat, 15 Feb 2020 02:43:18 +0000</pubDate></item><item><title>Alex Davern will step down as Chief Executive Officer of NI</title><link>https://lavag.org/topic/21256-alex-davern-will-step-down-as-chief-executive-officer-of-ni/</link><description><![CDATA[<p>
	Published 10/29/2019 See here:
</p>

<p>
	<a href="https://finance.yahoo.com/news/national-instruments-announces-plan-ceo-200200768.html" ipsnoembed="true" rel="external nofollow">https://finance.yahoo.com/news/national-instruments-announces-plan-ceo-200200768.html</a>
</p>

<p style="color:#1d2228; font-size:1.384em; text-align:start">
	AUSTIN, Texas--(BUSINESS WIRE)--
</p>

<p style="color:#1d2228; font-size:1.384em; text-align:start">
	NI (<a data-ylk="slk:NATI" href="https://finance.yahoo.com/q?s=nati" rel="external nofollow" style="background-color:transparent; color:#003abc">NATI</a>) today announced that Alex Davern will step down as Chief Executive Officer of NI, effective January 31, 2020. The NI Board of Directors has appointed current President and COO, Eric Starkloff, as NI President and CEO, effective February 1, 2020. Davern will take up a teaching position at the University of Texas McCombs School of Business starting in the Fall of 2020. Davern will remain on staff at NI as strategic advisor to the CEO through May and will continue to serve on the NI Board of Directors.
</p>

<p style="color:#1d2228; font-size:1.384em; text-align:start">
	Board Chairman Michael McGrath said, “The board appointed Alex as CEO in 2016 to lead the transition from our founder, Dr. James Truchard. Over the past three years, he led NI and shaped a new core strategic vision, expanded our strategy to provide more complete systems for our customers, aligned the company to focus on growth industries and delivered record results. The board’s intention, after a successful transition from the founder, was to appoint the next CEO to lead the company to achieve this new vision. After considering alternatives, we unanimously selected Eric as our next CEO to lead NI into a very promising future. Alex will leave NI stronger, with experienced leaders and a clear strategy. We are excited to have Eric as our new leader as he has proven to the board that he is the most qualified person to take NI to the next level.”
</p>

<p style="color:#1d2228; font-size:1.384em; text-align:start">
	Davern, CEO said, “I have thoroughly enjoyed being part of NI’s incredible success since joining in 1994, one year before the IPO, and I am confident the company is well positioned to deliver on its growth strategy. I am proud of the progress our employees made in significantly improving our operating results and we have developed a team of highly experienced leaders. I have worked with Eric for many years and have great confidence that as CEO, he will continue to take NI forward to realize the company’s long-term potential.”
</p>

<p style="color:#1d2228; font-size:1.384em; text-align:start">
	Starkloff, President and COO said, “It has been an honor to work alongside Alex for the past 22 years and I want to thank him for his mentorship and his significant contributions to NI. I am confident in our strategy and our team, and I believe we are in a position of strength to deliver on our goals. I look forward to taking on the responsibility of CEO, as we connect our deep engineering experience and software-connected systems with our incredible customers who are taking on the complex challenges shaping humanity.”
</p>

<p style="color:#1d2228; font-size:1.384em; text-align:start">
	This leadership transition will be discussed during the Q3 2019 earnings call today at 4:00 p.m. CDT.
</p>
]]></description><guid isPermaLink="false">21256</guid><pubDate>Wed, 30 Oct 2019 16:33:50 +0000</pubDate></item><item><title>San Diego LabVIEW User Group Meeting on Wednesday, 8/7/2019</title><link>https://lavag.org/topic/21103-san-diego-labview-user-group-meeting-on-wednesday-872019/</link><description><![CDATA[<p>
	Cyth Systems<br>
	9939 Via Pasar, San Diego, CA 92126<br>
	Wednesday, August 7th<br>
	6pm-7:30pm
</p>

<p>
	San Diego LabVIEW user groups are back!
</p>

<p>
	Ivan Gagne (CLED) will provide an overview of SQLite, a powerful file format for storing test data, debug logs, and configuration files. Followed by more informal networking and application discussions. Food and drink provided, novices to experts welcome.
</p>

<p>
	Please RSVP by dropping a line in this thread so we can get a headcount for food, etc.
</p>
]]></description><guid isPermaLink="false">21103</guid><pubDate>Thu, 01 Aug 2019 21:42:20 +0000</pubDate></item><item><title>Circular Chart Add-On for LabVIEW</title><link>https://lavag.org/topic/21021-circular-chart-add-on-for-labview/</link><description><![CDATA[<p>
	<strong><span style="font-size:24px;">Circular Chart</span></strong><span style="font-size:20px;"><strong>  </strong>Base</span><br>
	A flexible and easy way to create high quality circular charts with features such as anti-aliased and translucence, helps you to deal with the boring and time-consuming drawing details.
</p>

<p>
	<a href="http://sine.ni.com/nips/cds/view/p/lang/en/nid/217432" rel="external nofollow">http://sine.ni.com/nips/cds/view/p/lang/en/nid/217432</a>
</p>

<p style="text-align:center;">
	<img alt="CircularChartImageC.png.3a4c9894988fb96025322667d816e154.png" class="ipsImage ipsImage_thumbnailed" data-fileid="14172" data-ratio="52.33" width="1200" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2019_06/CircularChartImageC.png.3a4c9894988fb96025322667d816e154.png">
</p>

<p>
	<strong><span style="font-size:22px;">Features</span></strong>
</p>

<ul>
	<li>
		<span style="font-size:16px;"><strong>Chart Types :  </strong></span>Supports multiple types of charts, e.g. , pie chart, doughnut chart, polar area chart, circular bar chart, circular slide, graduated gauge chart. 
	</li>
	<li>
		<span style="font-size:16px;"><strong>Chart Elements :  </strong></span>Multiple types of chart elements can be added to the chart, e.g. , legend, scale, grid, slider, digital, decoration.   
	</li>
	<li>
		<span style="font-size:16px;"><strong>Slice Modes :  </strong></span>Three modes for different overlapping and connecting relationships between slices.  
	</li>
	<li>
		<span style="font-size:16px;"><strong>Customizable :  </strong></span>Most properties of chart objects are customizable.   
	</li>
	<li>
		<span style="font-size:16px;"><strong>Reusing &amp; Sharing :  </strong></span>Charts can export images for reporting, and their styles can also be saved as files for reusing and sharing.  
	</li>
	<li>
		<strong><span style="font-size:16px;">Quick-Start :  </span></strong>Easy to use, and you can quick-start your development based on several build-in styles.        
	</li>
</ul>

<p style="text-align:center;">
	<img alt="CCSD.png.f69b6b6959e41bcf5e84857f79c90b04.png" class="ipsImage ipsImage_thumbnailed" data-fileid="14173" data-ratio="100.15" width="687" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2019_06/CCSD.png.f69b6b6959e41bcf5e84857f79c90b04.png">
</p>

<p>
	<strong><span style="font-size:22px;">How to Use</span></strong>
</p>

<ul>
	<li>
		<strong><span style="font-size:16px;">Single Control :  </span></strong>The Circular Chart Add-On is ultimately defined as a single control.               
	</li>
	<li>
		<span style="font-size:16px;"><strong>Chart Styles :  </strong></span>Being edited or loaded with different styles, the chart can be presented in the different types listed above, or even more.
	</li>
	<li>
		<span style="font-size:16px;"><strong>Style Designer :  </strong></span>The chart style is configured by the Chart Style Designer dialog box, which can be displayed through the right-click menu of the chart, similar to the Properties dialog box of the LabVIEW controls.                                                                                                                               
	</li>
	<li>
		<span style="font-size:16px;"><strong>Auto Reload :  </strong></span>After configured, the style can be saved into the chart instance in your VI and automatically reloaded the next time. 
	</li>
	<li>
		<strong><span style="font-size:16px;">Data Type :  </span></strong>The data type of the chart is 2-D array of SGL numeric. Each row of the array corresponds to a slice in turn, and each column corresponds to a slice parameter you specify in the Chart Style Designer, the available slice parameters include start angle, end angle, inner radius, and outer radius.
	</li>
</ul>

<p>
	 
</p>

<p>
	<img alt="Circular Chart Add-on for LabVIEW" data-ratio="100.00" width="135" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/imageproxy/KIT.X_ICON.CChart.135_ydrw9y.png.aa006e61a28ad5d563c23013a9723b8c.png">
</p>

<p>
	<a href="http://sine.ni.com/nips/cds/view/p/lang/en/nid/217432" rel="external nofollow">http://sine.ni.com/nips/cds/view/p/lang/en/nid/217432</a>
</p>

<p>
	<a href="http://kitx.mystrikingly.com/" rel="external nofollow">http://kitx.mystrikingly.com/</a>
</p>
]]></description><guid isPermaLink="false">21021</guid><pubDate>Mon, 17 Jun 2019 09:24:42 +0000</pubDate></item><item><title>EasyDaq Launches New Sequencing Start Relay Card</title><link>https://lavag.org/topic/21032-easydaq-launches-new-sequencing-start-relay-card/</link><description><![CDATA[<h3 style="margin-top:0in;line-height:16pt;vertical-align:baseline;">
	<u><span style="font-size:12pt;font-family:'Times New Roman', serif;">EasyDaq Launches New Sequencing Start Relay Card</span></u>
</h3>
<p><u></u></p>
<u></u>


<p>
	<span style="font-family:'Times New Roman', serif;"></span></p>
<p> </p>


<p>
	<span style="font-family:'Times New Roman', serif;">As they say, “Necessity is the mother of invention” </span><span style="font-size:10pt;line-height:115%;font-family:'Times New Roman', serif;color:#555555;"><span> </span></span><span style="font-family:'Times New Roman', serif;">this product came from a need to power up six 200W power supplies on a machine without over loading the mains supply on start-up. Switching on the power supplies one at a time overcame the problem. </span></p>
<p></p>


<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="14191" data-ratio="74.92" width="602" alt="image.png.9db7a785d36847daac46f0fc0c7572e0.png" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2019_06/image.png.9db7a785d36847daac46f0fc0c7572e0.png">
</p>

<p>
	<span style="font-family:'Times New Roman', serif;"><span>                        </span></span><span style="font-size:9pt;line-height:115%;font-family:'Times New Roman', serif;"><span> </span>SEQ8 Relay cards for large power supply start up sequencing.</span></p>
<p></p>


<p>
	<span style="font-family:'Times New Roman', serif;">On power up, the 8 Opto-isolated relays are sequentially enabled by a dedicated processor at 1-second intervals. The relays remain energised until the power is removed. The individual digital signals are available, along with power on a 15-way, D-type connector.</span></p>
<p></p>


<p>
	<span style="font-family:'Times New Roman', serif;">Changeover Relay (SPDT) outputs are accessed via two-part connectors in the example above.</span></p>
<p></p>


<p>
	<span style="font-family:'Times New Roman', serif;">This version uses 6V rated relays for low power consumption at 5V operation.<br>
	<br>
	Sequential start up could be useful for applications requiring timing and sequence. We can customise SEQ8 settings.<span>  </span></span></p>
<p></p>


<p style="margin-bottom:.0001pt;line-height:16.5pt;">
	<span style="font-family:'Times New Roman', serif;">The SEQ8 range of cards, with 5V or 6V, and single or two part connection options is the latest to join Easydaq’s vast range of relay card and data collection cards. All Easydaq products are designed and built in the UK.</span></p>
<p></p>


<p style="margin-bottom:.0001pt;line-height:16.5pt;">
	<span style="font-family:'Times New Roman', serif;"></span></p>
<p> </p>
<u><span style="font-family:'Times New Roman', serif;">Relay Card Uses, Variations and Configurations</span></u><p><u></u></p>
<u></u>


<p style="margin-bottom:.0001pt;line-height:16.5pt;">
	<span style="font-family:'Times New Roman', serif;">Relay cards are incredibly useful in providing control over systems. Typical applications include security and access, control of laboratory and medical equipment, pump and irrigation control, test equipment operation, military applications, and monitoring equipment control. Not limited to industrial use, relay cards are an integral part of scientific, academic, and research projects as well as home automation and hobbyist applications.<span>  </span></span></p>
<p></p>


<p style="margin-bottom:.0001pt;line-height:16.5pt;">
	<span style="font-family:'Times New Roman', serif;"></span></p>
<p> </p>
<span style="font-family:'Times New Roman', serif;">Easydaq cards vary from 4-96 relays and they are code compatible. There are signal or power relays. Power versions are available with 5V,6V or 12V operating relays. The boards can be digital, serial, USB &amp; Ethernet controlled.</span><p></p>


<p style="margin-bottom:.0001pt;line-height:16.5pt;">
	<span style="font-family:'Times New Roman', serif;"></span></p>
<p> </p>


<p style="margin-top:0in;margin-right:0in;margin-bottom:7.5pt;margin-left:0in;">
	Let’s have a look at the USB4SRMx.</p>
<p></p>


<p style="margin-top:0in;margin-right:0in;margin-bottom:7.5pt;margin-left:0in;">
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="14192" data-ratio="100.00" width="228" alt="image.png.9eefc98347d60d1bbdd21f3bbbcb5fcd.png" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2019_06/image.png.9eefc98347d60d1bbdd21f3bbbcb5fcd.png">
</p>

<p>
	<span style="font-family:'Times New Roman', serif;">This one is USB controlled and powered, with 4 opto-isolated relays and four general purpose digital I/O channels.<span>  </span></span></p>
<p></p>


<p>
	<span style="font-family:'Times New Roman', serif;">The relays are high sensitivity (gold contact) signal relays (30V DC at 1A).  Access to all relay contacts and the 4 DIO channels is via fixed screw terminal block connectors along the edge of the card.  <span style="color:#666666;"></span></span></p>
<p></p>


<p>
	<span style="font-family:'Times New Roman', serif;">It is suitable for a wide range of control and signal switching purposes. There is screw terminal access to the USB power for possible onward powering/use in your target system.  There are +5V &amp; relay channel LED status indicators.  <span style="color:#666666;"></span></span></p>
<p></p>


<p>
	<span style="font-family:'Times New Roman', serif;">Nylon feet are fitted in each corner, which will take self-tapping screws.  They can be removed to allow the cards to be mounted on pillars or stacked.  A Perspex cover can add general protection of the card and prevent accidental contact with relay contacts or screw terminal connections.  DIN rail mounts will fit.</span></p>
<p></p>


<p>
	<span style="font-family:'Times New Roman', serif;">Plug it in and it will be recognised as a serial port. </span><span style="font-family:'Times New Roman', serif;">Once setup, you can access or control from any web/browser enabled device or phone. Program </span><span style="font-family:'Times New Roman', serif;">using</span><span style="font-family:'Times New Roman', serif;"> C++, LabVIEW, J</span><span style="font-family:'Times New Roman', serif;">ava, Perl, Python, Ruby, PHP or</span><span style="font-family:'Times New Roman', serif;"> Ajax options</span><span style="font-family:'Times New Roman', serif;">. </span>
</p>

<p style="margin-top:0in;margin-right:0in;margin-bottom:7.5pt;margin-left:0in;">
	<u><span style="font-size:10.5pt;color:#333333;">Configurations</span></u></p>
<p><u></u></p>
<u></u>


<p style="margin-top:0in;margin-right:0in;margin-bottom:7.5pt;margin-left:0in;">
	<span style="font-size:10.5pt;color:#333333;">Relay cards can be stacked. </span></p>
<p></p>


<p style="margin-top:0in;margin-right:0in;margin-bottom:7.5pt;margin-left:0in;">
	<b><span style="font-size:10.5pt;color:#333333;"></span></b></p>
<p><b> </b></p>
<b></b><img class="ipsImage ipsImage_thumbnailed" data-fileid="14193" data-ratio="90.34" width="238" alt="image.png.1d4a9e7151c4211df6fc161808b84f23.png" src="https://lavag.org/applications/core/interface/js/spacer.png" data-src="https://lavag.org/uploads/monthly_2019_06/image.png.1d4a9e7151c4211df6fc161808b84f23.png"><b><span style="font-size:10.5pt;color:#333333;"></span></b><p><b></b></p>
<b></b>


<p style="margin-top:0in;margin-right:0in;margin-bottom:7.5pt;margin-left:0in;">
	 
</p>

<p style="margin-top:0in;margin-right:0in;margin-bottom:7.5pt;margin-left:0in;">
	<span style="font-size:10.5pt;color:#333333;">or Mounted on a DIN rail</span></p>
<p></p>


<p style="margin-top:0in;margin-right:0in;margin-bottom:7.5pt;margin-left:0in;">
	 
</p>

<p style="margin-top:0in;margin-right:0in;margin-bottom:7.5pt;margin-left:0in;">
	<span style="font-size:10.5pt;color:#333333;"><span>   </span>Or they can stand on their own four feet!</span></p>
<p></p>


<p style="margin-top:0in;margin-right:0in;margin-bottom:7.5pt;margin-left:0in;">
	<span style="font-size:10.5pt;color:#333333;"></span></p>
<p> </p>
<span style="font-size:10.5pt;color:#333333;"></span><p></p>


<p style="margin-top:0in;margin-right:0in;margin-bottom:7.5pt;margin-left:0in;">
	<a href="http://www.easydaq.co.uk/index.php?route=product/product&amp;path=20_100&amp;product_id=137" rel="external nofollow"><span style="font-size:9pt;color:#23527C;text-decoration:none;"></span></a>
</p>

<p style="margin-top:0in;margin-right:0in;margin-bottom:7.5pt;margin-left:0in;">
	<u><span style="font-size:10.5pt;color:#333333;">The Future</span></u></p>
<p><u></u></p>
<u></u>


<p>
	<span style="font-family:'Times New Roman', serif;">As code for the various processors used in the range of relay cards can easily be written, a whole new branch of possibilities opens up. Easydaq can provide customised programming and welcome ideas for new products, variations and applications. </span></p>
<p></p>


<p>
	<span style="font-family:'Times New Roman', serif;">Easydaq is based in Wareham, Dorset and was established in 2002. It is owned by Greenhalse Electronics. Free shipping worldwide.</span></p>
<p></p>


<p>
	<span style="font-family:'Times New Roman', serif;">www.easydaq.co.uk</span></p>
<p></p>


<p>
	<span style="font-family:'Times New Roman', serif;">www.greenhalse.co.uk<u><span style="color:#0000FF;"></span></u></span></p>
<p><u></u></p>
<u></u>


<p>
	<span style="font-size:9pt;line-height:115%;font-family:'Times New Roman', serif;">Telephone 01202 916411</span></p>
<p></p>


<p>
	<span style="font-size:9pt;line-height:115%;font-family:'Times New Roman', serif;">Easydaq, and Greenhalse Electronics, 1 Designer House, Anglebury Business Park, Sandford Lane Industrial Estate, Wareham, Dorset. BH20 4DY.</span></p>
<p></p>


<p><a href="https://lavag.org/uploads/monthly_2019_06/image.png.8c063438232af3a26432d922b34e8f5b.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14194" src="https://lavag.org/applications/core/interface/js/spacer.png" data-ratio="100.00" width="200" class="ipsImage ipsImage_thumbnailed" alt="image.png" data-src="https://lavag.org/uploads/monthly_2019_06/image.png.8c063438232af3a26432d922b34e8f5b.png"></a></p>
<p><a href="https://lavag.org/uploads/monthly_2019_06/DO24SRMx.jpg.199ed57c01ada4641109f5fe563405b6.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14199" src="https://lavag.org/applications/core/interface/js/spacer.png" data-ratio="100.00" width="500" class="ipsImage ipsImage_thumbnailed" alt="DO24SRMx.jpg" data-src="https://lavag.org/uploads/monthly_2019_06/DO24SRMx.jpg.199ed57c01ada4641109f5fe563405b6.jpg"></a></p>
<p><a href="https://lavag.org/uploads/monthly_2019_06/1830437272_DIO96Adapter20with20ribbon20cables20(Angle)20(10)20(c)-1140x380.jpg.086697b8eacf1184c55fe5c7f4f6157e.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14198" src="https://lavag.org/applications/core/interface/js/spacer.png" data-ratio="33.33" width="1140" class="ipsImage ipsImage_thumbnailed" alt="DIO96Adapter%20with%20ribbon%20cables%20(Angle)%20(10)%20(c)-1140x380.jpg" data-src="https://lavag.org/uploads/monthly_2019_06/1830437272_DIO96Adapter20with20ribbon20cables20(Angle)20(10)20(c)-1140x380.jpg.086697b8eacf1184c55fe5c7f4f6157e.jpg"></a></p>
<p><a href="https://lavag.org/uploads/monthly_2019_06/SEQ8PR-5.jpg.8116ac182466b5f2bebf083221ec4200.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14202" src="https://lavag.org/applications/core/interface/js/spacer.png" data-ratio="100.00" width="228" class="ipsImage ipsImage_thumbnailed" alt="SEQ8PR-5.jpg" data-src="https://lavag.org/uploads/monthly_2019_06/SEQ8PR-5.jpg.8116ac182466b5f2bebf083221ec4200.jpg"></a></p>
<p><a href="https://lavag.org/uploads/monthly_2019_06/1374213881_USB24Mx20(Perspex20cover20and20DIN20Rail)(15)-200x200.jpg.e0ac4a6819f504aa2bc93828206a2ccd.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14201" src="https://lavag.org/applications/core/interface/js/spacer.png" data-ratio="100.00" width="200" class="ipsImage ipsImage_thumbnailed" alt="USB24Mx%20(Perspex%20cover%20and%20DIN%20Rail)(15)-200x200.jpg" data-src="https://lavag.org/uploads/monthly_2019_06/1374213881_USB24Mx20(Perspex20cover20and20DIN20Rail)(15)-200x200.jpg.e0ac4a6819f504aa2bc93828206a2ccd.jpg"></a></p>
<p><a href="https://lavag.org/uploads/monthly_2019_06/1700102377_SERDO8R20(Angle)(45)-1140x380.jpg.f7d50b51a9b15dadaafd75ab84443a10.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14203" src="https://lavag.org/applications/core/interface/js/spacer.png" data-ratio="33.33" width="1140" class="ipsImage ipsImage_thumbnailed" alt="SERDO8R%20(Angle)(45)-1140x380.jpg" data-src="https://lavag.org/uploads/monthly_2019_06/1700102377_SERDO8R20(Angle)(45)-1140x380.jpg.f7d50b51a9b15dadaafd75ab84443a10.jpg"></a></p>
<p><a href="https://lavag.org/uploads/monthly_2019_06/454553004_USB4PRMx20(Angle)20(40)(60)-1140x380.jpg.836c23cf996ee011c7851800e26af92b.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14204" src="https://lavag.org/applications/core/interface/js/spacer.png" data-ratio="33.33" width="1140" class="ipsImage ipsImage_thumbnailed" alt="USB4PRMx%20(Angle)%20(40)(60)-1140x380.jpg" data-src="https://lavag.org/uploads/monthly_2019_06/454553004_USB4PRMx20(Angle)20(40)(60)-1140x380.jpg.836c23cf996ee011c7851800e26af92b.jpg"></a></p>
<p><a href="https://lavag.org/uploads/monthly_2019_06/1916342560_USBCover20(Angle20-2030)-1140x380.jpg.13f5a8a6dd1377faad2bcc8b1f92eacd.jpg" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="14205" src="https://lavag.org/applications/core/interface/js/spacer.png" data-ratio="33.33" width="1140" class="ipsImage ipsImage_thumbnailed" alt="USBCover%20(Angle%20-%2030)-1140x380.jpg" data-src="https://lavag.org/uploads/monthly_2019_06/1916342560_USBCover20(Angle20-2030)-1140x380.jpg.13f5a8a6dd1377faad2bcc8b1f92eacd.jpg"></a></p>]]></description><guid isPermaLink="false">21032</guid><pubDate>Thu, 20 Jun 2019 09:50:07 +0000</pubDate></item><item><title>Rebar/Rust and G Community</title><link>https://lavag.org/topic/20784-rebarrust-and-g-community/</link><description><![CDATA[<p>
	Cross-posting from the ni.com LabVIEW forum:
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	Hello! This is a brief announcement that there's a new community here:
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	<a href="https://forums.ni.com/t5/Rust-and-G/gp-p/5381" style="background-color:transparent;color:#065fa3;" rel="external nofollow">https://forums.ni.com/t5/Rust-and-G/gp-p/5381</a>
</p>

<p style="background-color:#ffffff;color:#333333;font-size:16px;padding:0px;text-align:left;">
	I started this to discuss a project called Rebar, which is an experiment in combining semantics of the Rust language (<a href="https://www.rust-lang.org/" rel="external nofollow" style="background-color:transparent;color:#065fa3;">https://www.rust-lang.org/</a>) with G syntax, implemented as an addon for LabVIEW NXG. You can read more about it and find a link to install the addon over at the community. Please take a look!
</p>
]]></description><guid isPermaLink="false">20784</guid><pubDate>Wed, 13 Feb 2019 22:09:13 +0000</pubDate></item><item><title>LabVIEW Conference in Denver</title><link>https://lavag.org/topic/20738-labview-conference-in-denver/</link><description><![CDATA[<p>
	As some of you may know, we have in the past had an annual CLD Conference in Denver, sponsored by NI.  This year it got cancelled and we have been discussing alternatives.  After seeing the success of GDevCon, I'm considering bringing something similar to Denver in the next year or so.  I'm trying to gauge interest and start some planning.  If you could take the time to fill out a short survey, I would greatly appreciate it.
</p>

<p>
	https://goo.gl/forms/miafw207AeRAvUxZ2
</p>

<p>
	Sam
</p>
]]></description><guid isPermaLink="false">20738</guid><pubDate>Mon, 31 Dec 2018 21:30:06 +0000</pubDate></item><item><title>LabVIEW 2018 SP1 Released</title><link>https://lavag.org/topic/20690-labview-2018-sp1-released/</link><description><![CDATA[<p>
	Back to the future, the release date says 11/14/18
</p>

<p>
	<a href="http://www.ni.com/download/labview-development-system-2018-sp1/7843/en/" rel="external nofollow">http://www.ni.com/download/labview-development-system-2018-sp1/7843/en/</a>
</p>
]]></description><guid isPermaLink="false">20690</guid><pubDate>Sun, 11 Nov 2018 23:29:11 +0000</pubDate></item><item><title>The Quick Drop Podcast - New LabVIEW Community Podcast!</title><link>https://lavag.org/topic/20666-the-quick-drop-podcast-new-labview-community-podcast/</link><description><![CDATA[<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	Hi All
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	 
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	Apologies if this isn't the correct forum to post this on but I wanted to let the community know about a new LabVIEW podcast series I am running -<span> </span><u><strong style="font-weight:700;">The Quick Drop Podcast</strong></u>
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	<u><strong style="font-weight:700;"><span style="clear:both;margin:auto;width:400px;"><span><img alt="Podcast Artwork.jpg" src="https://lavag.org/uploads/imageproxy/e668b392937e887477c766c4adff4628.jpeg.3be64bf83e2bda404e275e181b20a007.jpeg" style="border:0px;vertical-align:middle;height:auto;" title="Podcast Artwork.jpg"></span><span style="color:rgb(102,102,102);font-size:13px;font-style:italic;height:auto;margin:10px 0px 20px;text-align:left;">QDP Logo</span></span></strong></u>QDP is a community driven podcast that I want to use to talk about LabVIEW and engineering/Science in general via a medium that I don't think we currently make the most of.
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	 
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	So far we have 2 episodes which are available on most podcast platforms (i'll link some below too):
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	 
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	<strong style="font-weight:700;">Ep 0.1 -  Intro:</strong>
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	<em>A brief intro to me &amp; rasons behind the podcast</em>
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	 
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	<strong style="font-weight:700;">Ep 1.0 -  NI Linux Real-Time Controllers with Neil Crossan:</strong>
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	<em>I am Joined by Neil Crossan, a Certified LabVIEW Architect, TestStand Developer &amp; Certified Professional Instructor who works in ATE development.</em><br><br><em>Neil shares his experiences with the cRIO platform &amp; some headwinds he's had using the current platform as well as addressing some of the ways he's customised and optimised the NI Linux Real-Time OS.</em><br>
	 
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	I am actively looking for more people to do episodes on, so if you have an idea please contact me:
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	 
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	E-mail: info@tthequickdroppodcast.com
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	Twitter:<span> </span><a href="https://twitter.com/quickdroppod" rel="external nofollow" style="background-color:transparent;color:rgb(6,95,163);text-decoration:underline;">@quickdroppod</a>
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	 
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	Links:
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	 
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	<a href="https://apple.co/2PkVD48" rel="external nofollow" style="background-color:transparent;color:rgb(6,95,163);text-decoration:underline;">Apple Podcasts</a>
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	<a href="https://spoti.fi/2ORPwoL" rel="external nofollow" style="background-color:transparent;color:rgb(6,95,163);text-decoration:underline;">Spotify</a>
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	<a href="https://bit.ly/2JgmWYd" rel="external nofollow" style="background-color:transparent;color:rgb(6,95,163);text-decoration:underline;">Anchor</a>
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	<a href="https://bit.ly/2O8vst4" rel="external nofollow" style="background-color:transparent;color:rgb(6,95,163);text-decoration:underline;">Stitcher</a>
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	 
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	Thanks!
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	 
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	Jono
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	 
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	J Hobson
</p>

<p style="margin:0px;font-size:16px;line-height:1.42;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);">
	Certified LabVIEW Architect
</p>
]]></description><guid isPermaLink="false">20666</guid><pubDate>Fri, 26 Oct 2018 14:12:27 +0000</pubDate></item><item><title>Actor Oriented Design in LabVIEW course offering:  Sept 13 - 15</title><link>https://lavag.org/topic/20251-actor-oriented-design-in-labview-course-offering-sept-13-15/</link><description><![CDATA[<p>
	Here's a heads-up for any LabVIEW developers in Central Texas, or any Certified LabVIEW Architects coming to Austin for the CLA Summit next month.  I will be teaching Actor-Oriented Design in LabVIEW, Sept. 13th - 15th, in the training center at NI's corporate headquarters.  Come take the class, enjoy Austin for the weekend, and stay over for the Summit! Details on the course offering here:
</p>

<p>
	<a href="http://sine.ni.com/tacs/app/overview/p/ap/of/lang/en/pg/1/sn/n24:22418/id/3459/" rel="external nofollow">Actor-Oriented Design in LabVIEW</a>
</p>

<p>
	There are offerings in October as well, in MI, MA, and Santa Clara, if those locations are more convenient.
</p>
]]></description><guid isPermaLink="false">20251</guid><pubDate>Sat, 19 Aug 2017 00:05:57 +0000</pubDate></item><item><title>Introducing the JKI Flat UI Controls for LabVIEW</title><link>https://lavag.org/topic/20081-introducing-the-jki-flat-ui-controls-for-labview/</link><description><![CDATA[<p style="margin:0px;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-size:16px;font-style:normal;font-weight:normal;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	 
</p>

<p style="margin:0px;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-size:16px;font-style:normal;font-weight:normal;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	<span>At JKI, we have found that a professional user interface design can make a huge difference for LabVIEW applications. That’s why we’re very proud to announce we have just released the JKI Flat UI Controls for LabVIEW, a beautiful, professionally-designed set of LabVIEW controls that we use on some of our own projects at JKI!  We hope that by sharing these with the community, we can help make it easy for just about anyone to build their own beautiful and intuitive user interfaces in LabVIEW.</span>
</p>

<p style="margin:0px;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-size:16px;font-style:normal;font-weight:normal;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	 
</p>

<p style="margin:0px;color:rgb(51,51,51);font-family:Helvetica, Arial, sans-serif;font-size:16px;font-style:normal;font-weight:normal;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;">
	<font size="5"><a href="http://blog.jki.net/flat-ui-controls-toolkit-for-labview" style="background-color:transparent;color:rgb(6,95,163);text-decoration:underline;" rel="external nofollow">Learn More &amp; Download </a></font>
</p>

<p><a href="https://lavag.org/uploads/monthly_2017_03/flat_ui.png.13015543cff4bc096caff47d7047452c.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="12214" src="https://lavag.org/uploads/monthly_2017_03/flat_ui.png.13015543cff4bc096caff47d7047452c.png" class="ipsImage ipsImage_thumbnailed" alt="flat_ui.png"></a></p>]]></description><guid isPermaLink="false">20081</guid><pubDate>Wed, 29 Mar 2017 15:35:44 +0000</pubDate></item><item><title>Americas CLA Summit 2017: Registration/Call for Presentations</title><link>https://lavag.org/topic/20219-americas-cla-summit-2017-registrationcall-for-presentations/</link><description><![CDATA[<p>
	The Americas Certified LabVIEW Architect Summit 2017 is now open for registration and for submitting presentations.
</p>

<p>
	Hosted at National Instruments HQ in Austin, TX<br>
	September 18-20, 2017 (Monday, Tuesday, Wednesday)
</p>

<p>
	<a href="http://forums.ni.com/t5/Certified-LabVIEW-Architects/Americas-CLA-Summit-2017-Invitation-To-A-New-Style-Summit/m-p/3665098#M1751" rel="external nofollow">http://forums.ni.com/t5/Certified-LabVIEW-Architects/Americas-CLA-Summit-2017-Invitation-To-A-New-Style-Summit/m-p/3665098#M1751</a>
</p>

<p>
	Registration deadline: Monday, September 4, 2017
</p>
]]></description><guid isPermaLink="false">20219</guid><pubDate>Tue, 25 Jul 2017 19:05:18 +0000</pubDate></item><item><title>A Rolf Kalbermatter Article - External Code in LabVIEW</title><link>https://lavag.org/topic/5390-a-rolf-kalbermatter-article-external-code-in-labview/</link><description><![CDATA[<p>I'm very excited to announce that Rolf Kalbermatter will be blogging a series of articles on LabVIEW external code interface at <a href="http://expressionflow.com" rel="external nofollow">Expressionflow</a>. The first article in the series is </p>
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="5390" data-ipsquote-contentclass="forums_Topic"><div>
<a href="http://expressionflow.com/2007/05/09/external-code-in-labview-part1-historical-overview/" rel="external nofollow">External Code in LabVIEW Part1: Historical Overview</a><p></p>
</div></blockquote>
<p>To avoid missing the next articles in the series, please subscribe to the <a href="http://feeds.feedburner.com/Expressionflow" rel="external nofollow">Expressionflow feed</a> with your favorite feed reader.</p>
<p>Tomi</p>
]]></description><guid isPermaLink="false">5390</guid><pubDate>Thu, 10 May 2007 16:15:24 +0000</pubDate></item><item><title>Introducing new Test Framework for LabVIEW</title><link>https://lavag.org/topic/20056-introducing-new-test-framework-for-labview/</link><description><![CDATA[<p>
	Hi all,
</p>

<p>
	We're excited to announce the public release of TVI – our industry-proven test management framework for LabVIEW:
</p>

<p>
	<a href="http://tvi.co" rel="external nofollow">http://tvi.co</a>
</p>

<p>
	TVI is a flexible and easy to use test sequencer and reports generator for LabVIEW based functional testers. </p>
<p></p>


<p>
	<u>Key features</u>:
</p>

<ul><li>
		Simple and easy to use user interface
	</li>
	<li>
		Very short learning curve
	</li>
	<li>
		Creating test sequences in few clicks
	</li>
	<li>
		Viewing results in real time
	</li>
	<li>
		Exporting of data in various formats (CSV, PDF, HTML)
	</li>
	<li>
		Seamless integration with LabVIEW enables to write/edit tests directly from TVI (developer mode)
	</li>
	<li>
		Editing sequences and test parameters on the assembly line stations (runner mode, no need for LabVIEW)
	</li>
</ul><p>
	<span style="font-size:11pt;line-height:107%;font-family:Calibri, sans-serif;">(TVI does not require TestStand to run)</span>
</p>

<p>
	See it in action here:<span style="font-size:11pt;line-height:107%;font-family:Calibri, sans-serif;"> </span><a href="https://youtu.be/7Job4qMc66w" rel="external nofollow">https://youtu.be/7Job4qMc66w</a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_2017_03/MainScreen.png.b5ba758259866eb1a4e056efe1047934.png" data-fileid="12142" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="12142" src="https://lavag.org/uploads/monthly_2017_03/MainScreen.thumb.png.2a72232568864089aab5e3c4caf770fc.png" alt="MainScreen.png"></a>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	We’d love to get any feedback!</p>
<p></p>


<p>
	Thanks,</p>
<p></p>


<p>
	Avital</p>
<p></p>


<p>
	 
</p>
]]></description><guid isPermaLink="false">20056</guid><pubDate>Sun, 12 Mar 2017 18:57:37 +0000</pubDate></item><item><title>Deploying LabVIEW Code to Raspberry Pi</title><link>https://lavag.org/topic/19124-deploying-labview-code-to-raspberry-pi/</link><description><![CDATA[<p>Hi Guys;</p>
<p> </p>
<p>Now that the <a href="http://www.tsxperts.com/arduino-compatible-compiler-for-labview/" rel="external nofollow">Arduino Compatible Compiler for LabVIEW</a> has been launched for a few months, it is time to tackle the next challenge; having LabVIEW code deployed to my favorite dessert: Raspberry Pi.  <img src="https://lavag.org/uploads/emoticons/default_yes.gif" alt=":yes:"></p>
<p> </p>
<p><a href="http://www.tsxperts.com/labviewforraspberrypi/" rel="external nofollow">http://www.tsxperts.com/labviewforraspberrypi/</a></p>
<p> </p>
<p>My personal favorite thing to do lately has been to watch LabVIEW GUIs running on a Raspberry Pi connected to a small monitor.  <img src="https://lavag.org/uploads/emoticons/default_biggrin.png" alt=":D"></p>
<p> </p>
<p>We got a cool demo of a Vibration Monitoring and Alarm system using an Arduino and a Raspberry Pi; both programmed in LabVIEW. If you are making to NIWeek this year, make sure to stop by our booth to check it out. Once the NIWeek madness is out of the way I will post a video of it.</p>
<p> </p>
<p>Cheers</p>
<p>Filipe</p>
]]></description><guid isPermaLink="false">19124</guid><pubDate>Sun, 26 Jul 2015 18:59:22 +0000</pubDate></item><item><title><![CDATA[Replace NI C module, Analog Input & Output Module:MT-E701]]></title><link>https://lavag.org/topic/19913-replace-ni-c-module-analog-input-output-modulemt-e701/</link><description><![CDATA[<blockquote style="margin:0px 0px 0px 40px;color:rgb(0,0,0);font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);font-family:'lucida Grande', Verdana;line-height:normal;border:none;padding:0px;">
	<div>
		<div>
			<div>
				<p style="margin:0px 0cm;text-align:justify;">
					 
				</p>

				<p style="margin:0px 0cm;text-align:justify;">
					<b><span style="font-family:'Times New Roman';font-size:19px;line-height:1.5;">Compare to NI </span><span style="font-family:'Times New Roman';font-size:19px;">C series module，we provide more multifunctional and high-performance expansion card : <font color="#ff6600">MT-E701</font>:</span></b>
				</p>
			</div>
		</div>
	</div>
</blockquote>

<div style="color:rgb(0,0,0);font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);font-family:'lucida Grande', Verdana;line-height:normal;">
	<div>
		<ul style="list-style:none;margin:0px;padding:15px;"><li>
				<ul style="list-style:none;margin:0px;padding:15px;"><li style="list-style:disc;margin:0px;padding:0px;">
						<span style="line-height:1.5;"><font face="Times New Roman" size="4"><span style="line-height:20px;">8CH 、+-10V 、16bit、 200 k/s/ch、Sync、AO（Optional Isolation）</span></font></span>
					</li>
					<li style="list-style:disc;margin:0px;padding:0px;">
						<span style="line-height:1.5;"><font face="Times New Roman" size="4"><span style="line-height:20px;">8CH 、+-10V 、16bit、 200 k/s/ch、Sync、AI （Optional Isolation）</span></font></span>
					</li>
					<li style="list-style:disc;margin:0px;padding:0px;">
						<span style="line-height:1.5;"><font face="Times New Roman" size="4"><span style="line-height:20px;">10CH、5V High Speed Digital Input and Output</span></font></span>
					</li>
					<li style="list-style:disc;margin:0px;padding:0px;">
						<span style="line-height:1.5;"><font face="Times New Roman" size="4"><span style="line-height:20px;">10CH、3.3V High Speed Digital Input and Output</span></font></span>
					</li>
					<li style="list-style:disc;margin:0px;padding:0px;">
						<span style="line-height:1.5;"><font face="Times New Roman" size="4"><span style="line-height:20px;">Every Atom-RIO can support 2 MT-E701 Module</span></font></span>
					</li>
				</ul></li>
		</ul></div>
</div>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="o_1b3bt4e9bq59ph2ir71b2r1eoa" src="" alt=""></p>

<p><a href="https://lavag.org/uploads/monthly_2016_12/mte701.png.3a6a608f4a8a0d0f0cd756f9e2c9cb4a.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="11864" src="https://lavag.org/uploads/monthly_2016_12/mte701.thumb.png.5cf79f65e22d20fc49a9e667cf26da44.png" class="ipsImage ipsImage_thumbnailed" alt="mte701.png"></a></p>]]></description><guid isPermaLink="false">19913</guid><pubDate>Wed, 07 Dec 2016 06:59:49 +0000</pubDate></item><item><title>World first 3rd party product supports LabVIEW FPGA from MangoTree Tech</title><link>https://lavag.org/topic/19912-world-first-3rd-party-product-supports-labview-fpga-from-mangotree-tech/</link><description><![CDATA[<div style="color:rgb(0,0,0);font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);font-family:'lucida Grande', Verdana;line-height:normal;">
	<div>
		<p style="margin:0px 0cm;text-align:justify;font-size:24px;">
			<img class="ipsImage ipsImage_thumbnailed" data-fileid="o_1b3bs6uvp1ibh5o1m6a1f105uia" src="" alt=""></p>

		<p style="margin:0px 0cm;text-align:justify;font-size:24px;">
			<b><span lang="en-us" xml:lang="en-us">World first <font color="#ff6600">3rd</font> party product supports <font color="#ff6600">LabVIEW FPGA</font> from MangoTree Tech</span></b>
		</p>

		<p style="margin:0px 0cm;text-align:justify;font-size:24px;">
			 
		</p>

		<p style="margin:0px 0cm;text-align:justify;font-size:24px;">
			<b><span lang="en-us" xml:lang="en-us">NI's RIO series products can be replaced now!</span></b>
		</p>

		<p style="margin:0px 0cm;text-align:justify;font-size:24px;">
			<b><span lang="en-us" xml:lang="en-us"><font face="Times New Roman">Detailed info, please visit</font></span></b>
		</p>

		<p style="margin:0px 0cm;text-align:justify;font-size:24px;">
			<b><a href="http://en.mangotree.cn/" style="text-decoration:none;color:rgb(42,88,111);" rel="external nofollow">http://en.mangotree.cn/</a><span> </span></b>
		</p>

		<p style="margin:0px 0cm;text-align:justify;font-size:24px;">
			 
		</p>
	</div>

	<blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;">
		<p style="margin:0px 0cm;text-align:justify;font-size:24px;">
			<b style="font-family:'Times New Roman';line-height:1.5;font-size:19px;">Any other product can replace Compact-RIO? Of course there is!</b>
		</p>
	</blockquote>

	<blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;">
		<div>
			<div>
				<p style="margin:0px 0cm;text-align:justify;font-size:24px;">
					<b style="font-size:19px;"><span lang="en-us" xml:lang="en-us"><font face="Times New Roman">Our product </font></span><span style="font-family:'Times New Roman';"><font color="#ff6600">Atom-RIO</font></span><span style="font-family:'Times New Roman';line-height:1.5;"> </span><span style="font-family:'Times New Roman';line-height:1.5;">is more powerful than NI's RIO and can meet all your</span></b>
				</p>
			</div>
		</div>
	</blockquote>

	<div>
		<p style="margin:0px 0cm;text-align:justify;font-size:24px;">
			<b style="font-size:19px;"><span lang="en-us" xml:lang="en-us"><font face="Times New Roman">application requirements instead of Compact-RIO.</font></span><span style="font-family:'Times New Roman';line-height:1.5;">We can give you the </span></b><b style="font-size:19px;"><span style="font-family:'Times New Roman';line-height:1.5;">performance</span></b>
		</p>

		<p style="margin:0px 0cm;text-align:justify;font-size:24px;">
			<b style="font-size:19px;"><span style="font-family:'Times New Roman';line-height:1.5;">you want! The flexibility you want!</span></b>
		</p>
	</div>

	<div>
		<p style="margin:0px 0cm;text-align:justify;font-size:19px;">
			 
		</p>
	</div>

	<blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px;">
		<p style="margin:0px 0cm;text-align:justify;font-size:19px;">
			<b style="line-height:1.5;font-family:'Times New Roman';">Our new product <font color="#ff6600">Atom-RIO</font> supports LabVIEW and LabVIEW FPGA programming</b>
		</p>
	</blockquote>
	<b style="font-size:19px;text-align:justify;line-height:1.5;font-family:'Times New Roman';">seamlessly,</b><b style="font-size:19px;text-align:justify;"><span lang="en-us" style="line-height:1.5;" xml:lang="en-us"><span style="line-height:1.5;"><font face="Times New Roman">it also support </font></span></span><span lang="en-us" style="font-family:'Times New Roman';line-height:1.5;" xml:lang="en-us"><span style="line-height:1.5;">all NI C series module.</span> It combines Intel CPU with Xilinx FPGA：</span></b><span style="font-size:19px;text-align:justify;font-family:'Times New Roman';line-height:1.5;"> </span>

	<div>
		<p style="margin:0px 0cm;text-align:justify;">
			 
		</p>

		<ul style="list-style:none inside;margin:0px;padding:15px;"><li>
				<ul style="list-style:none;margin:0px;padding:15px;"><li style="list-style:disc;margin:0px;padding:0px;font-size:19px;">
						<span style="line-height:1.5;font-family:'Times New Roman';">Up to 2.58GHz Intel Dual-core </span><span style="line-height:1.5;font-family:'Times New Roman';">Celeron Processor</span>
					</li>
					<li style="list-style:disc;margin:0px;padding:0px;font-size:19px;">
						<span style="font-family:'Times New Roman';line-height:1.5;">64GB SSD <span style="font-size:21px;">、</span></span><span style="line-height:1.5;"><font face="Times New Roman">4GB DDR RAM</font></span>
					</li>
					<li style="list-style:disc;margin:0px;padding:0px;font-size:19px;">
						<span style="font-family:'Times New Roman';line-height:1.5;">USB3.0、USB2.0 、Gigabit Ethernet and HDMI interface</span>
					</li>
					<li style="list-style:disc;margin:0px;padding:0px;font-size:19px;">
						<span style="font-family:'Times New Roman';line-height:1.5;">Spartan6 LX75 FPGA(Optional LX150)</span>
					</li>
					<li style="list-style:disc;margin:0px;padding:0px;font-size:19px;">
						<span lang="en-us" style="font-family:'Times New Roman';line-height:1.5;" xml:lang="en-us">Support Windows、</span><span lang="en-us" style="font-family:'Times New Roman';line-height:1.5;" xml:lang="en-us">WES7</span><span lang="en-us" style="font-family:'Times New Roman';line-height:1.5;" xml:lang="en-us"> and Pharlap RT OS；</span>
					</li>
					<li style="list-style:disc;margin:0px;padding:0px;font-size:19px;">
						<span lang="en-us" style="font-family:'Times New Roman';line-height:1.5;" xml:lang="en-us">PCIe DMA</span>
					</li>
					<li style="list-style:disc;margin:0px;padding:0px;font-size:19px;">
						<span lang="en-us" style="font-family:'Times New Roman';line-height:1.5;" xml:lang="en-us"><span lang="en-us" style="font-family:'微软雅黑';line-height:1.5;text-align:justify;" xml:lang="en-us"><span style="line-height:1.5;"><font face="Times New Roman">Support </font></span></span><span lang="en-us" style="line-height:1.5;text-align:justify;" xml:lang="en-us"><span style="line-height:1.5;">all NI C series module</span></span></span>
					</li>
				</ul></li>
		</ul><div style="text-align:justify;">
			 
		</div>

		<p style="margin-top:0px;margin-bottom:0px;">
			 
		</p>
	</div>
</div>

<blockquote style="margin:0px 0px 0px 40px;color:rgb(0,0,0);font-size:14px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);font-family:'lucida Grande', Verdana;line-height:normal;border:none;padding:0px;">
	<div>
		<div>
			<div>
				<p style="margin:0px 0cm;text-align:justify;font-size:19px;">
					<b><span style="line-height:1.5;font-family:'Times New Roman';">With the  PCIe interface, </span><span style="line-height:1.5;font-family:'Times New Roman';">Intel CPU can communicate with FPGA for real-time data interaction</span></b>
				</p>
			</div>
		</div>
	</div>
</blockquote>

<p><a href="https://lavag.org/uploads/monthly_2016_12/atom.PNG.bbb9f4f3c73d0714931addae4a6f6ef8.PNG" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="11863" src="https://lavag.org/uploads/monthly_2016_12/atom.thumb.PNG.d956ff3e59c6fcd608f38054ed75f62e.PNG" class="ipsImage ipsImage_thumbnailed" alt="atom.PNG"></a></p>]]></description><guid isPermaLink="false">19912</guid><pubDate>Wed, 07 Dec 2016 05:36:11 +0000</pubDate></item><item><title>40% Off All Tools at LVS-Tools.Co.Uk</title><link>https://lavag.org/topic/19746-40-off-all-tools-at-lvs-toolscouk/</link><description><![CDATA[<p>
	<a href="http://lvs-tools.co.uk/" rel="external nofollow">LVA-Tools.Co.Uk</a> is having a <span style="color:#0000CD;"><strong>Post NI Week Bonanza </strong></span>with 40% off all commercial toolkits..
</p>

<p>
	Offer is available for one week so grab the opportunity to secure your business data and websocket that application.
</p>
]]></description><guid isPermaLink="false">19746</guid><pubDate>Thu, 11 Aug 2016 17:53:04 +0000</pubDate></item><item><title>Introducing the newly conceived PED-Board for NI-SoM</title><link>https://lavag.org/topic/19491-introducing-the-newly-conceived-ped-board-for-ni-som/</link><description><![CDATA[<p>
	Hello all,
</p>

<p>
	a new control board based on the NI System on Module, formally sbRIO-9651, has been developed by an Italy based company.
</p>

<p>
	It is mainly devoted to industrial control as well as power electronics and drive applications.
</p>

<p>
	Each peripheral is supported by dedicated LabVIEW drivers as well as by demo projects...
</p>

<p>
	<a href="http://www.ped-board.com" rel="external nofollow">www.ped-board.com</a>
</p>

<p>
	(UPDATE) Adapter Boards have been released for industrial and power electronics and drives applications: <a href="http://www.ped-board.com/adapter-boards/" rel="external nofollow">http://www.ped-board.com/adapter-boards/</a>
</p>

<p>
	 
</p>

<p>
	Cheers,
</p>

<p>
	sirb
</p>
]]></description><guid isPermaLink="false">19491</guid><pubDate>Sun, 28 Feb 2016 18:18:08 +0000</pubDate></item><item><title>Deploying LabVIEW Code to Arduinos</title><link>https://lavag.org/topic/18726-deploying-labview-code-to-arduinos/</link><description><![CDATA[<p>Hi guys;</p>
<p> </p>
<p>Check out what we are doing with LabVIEW and Arduinos. <a href="http://www.tsxperts.com/arduino-compiler-for-labview/" rel="external nofollow">http://www.tsxperts.com/arduino-compiler-for-labview</a>/</p>
<p>We created an actual LabVIEW compiler for Arduino targets that allows Arduinos to be programmed in LabVIEW. Figured to share this with the community. </p>
<p>Cheers</p>
<p>Filipe</p>
]]></description><guid isPermaLink="false">18726</guid><pubDate>Tue, 30 Dec 2014 22:44:59 +0000</pubDate></item><item><title>Looking for a LabVIEW or TestStand contractor for development work or consultancy?</title><link>https://lavag.org/topic/19457-looking-for-a-labview-or-teststand-contractor-for-development-work-or-consultancy/</link><description><![CDATA[<p><span style="color:rgb(51,51,51);font-family:Arial, sans-serif;font-size:13px;">Looking for a LabVIEW or TestStand contractor for development work or consultancy? I'm available! I'm certified, have a ton of experience, and have very reasonable rates - check out my LinkedIn profile and ping me if you're interested!</span></p>]]></description><guid isPermaLink="false">19457</guid><pubDate>Wed, 10 Feb 2016 21:59:39 +0000</pubDate></item><item><title><![CDATA[WireFlow enters the world of IoT&#33;]]></title><link>https://lavag.org/topic/19092-wireflow-enters-the-world-of-iot/</link><description><![CDATA[<p><span style="font-size:12px;"><span style="color:#000000;"><span style="font-family:verdana, sans-serif;">WireFlow enters the world of IoT!</span></span></span></p>
<p><span style="font-size:12px;"><span style="color:#000000;"><span style="font-family:verdana, sans-serif;">Today we are proud to announce an open beta of WireQueue; our cloud based service that allows customers to build secure IoT solutions for data logging, monitoring and control of LabVIEW/LabVIEW RT targets.</span></span></span></p>
<p> </p>
<p><span style="font-size:12px;"><span style="color:#000000;"><span style="font-family:verdana, sans-serif;">The WireQueue system consists of: a LabVIEW driver that makes it easy to exchange messages with other clients, monitoring apps for mobile devices and a cloud based server.</span></span></span></p>
<p><span style="font-size:12px;"><span style="color:#000000;"><span style="font-family:verdana, sans-serif;">WireQueue uses open standardized protocols and all communication is secured with SSL/TLS. Sensitive commands can be further protected with hardware authentication using WireFlow dongles.</span></span></span></p>
<p> </p>
<p><span style="font-family:verdana, sans-serif;color:#000000;font-size:12px;">Visit </span><a href="https://www.wirequeue.com/" rel="external nofollow"><span style="color:#0000FF;">https://www.wirequeue.com</span></a><span style="font-family:verdana, sans-serif;color:#000000;font-size:12px;"> for more information, and to request a trial account.</span></p>
<p><span style="font-family:verdana, sans-serif;color:#000000;font-size:12px;">You can also find us at NI-Week in booth 923.</span></p>
<p> </p>
<p><span style="font-family:verdana, sans-serif;color:#000000;font-size:12px;">//The WireFlow Team</span></p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_07_2015/post-5958-0-09010200-1436449530.png" rel="external nofollow"><img src="https://lavag.org/uploads/monthly_07_2015/post-5958-0-09010200-1436449530.png" data-fileid="%7B___base_url___%7D/applications/core/interface/file/attachment.php?id=10390" class="ipsImage ipsImage_thumbnailed" alt="post-5958-0-09010200-1436449530.png"></a></p>
]]></description><guid isPermaLink="false">19092</guid><pubDate>Thu, 09 Jul 2015 13:50:59 +0000</pubDate></item><item><title>A Low Cost LabVIEW IoT Platform</title><link>https://lavag.org/topic/19125-a-low-cost-labview-iot-platform/</link><description><![CDATA[<div>Hi guys;</div>
<br><div> </div>
<br><div>Wanted to share another exciting upcoming tool we will be releasing in the next few months. The Programmable Wireless Stamp is a tiny (but powerful) wireless hardware target we will be able to deploy LabVIEW code to by using the Arduino Compatible Compiler for LabVIEW. Some high level information on the link below.</div>
<br><div> </div>
<br><div><a href="http://www.tsxperts.com/programmablewirelessstamp/" rel="external nofollow">http://www.tsxperts.com/programmablewirelessstamp/</a></div>
<br><div> </div>
<br><div>Our goal is to create an easy to use LabVIEW IoT platform that will allow us to quickly and inexpensively create wireless data acquisition systems and IoT applications. We don't have final pricing on it quite yet, but will be sharing that with the community as soon as we do.</div>
<br><div> </div>
<br><div>It is a great time to be an Engineer...</div>
<br><div> </div>
<br><div>Filipe</div>
<br>]]></description><guid isPermaLink="false">19125</guid><pubDate>Sun, 26 Jul 2015 19:19:28 +0000</pubDate></item><item><title><![CDATA[Advanced Plotting Toolkit released&#33;]]></title><link>https://lavag.org/topic/18993-advanced-plotting-toolkit-released/</link><description><![CDATA[<p>I'm happy to announce that the Advanced Plotting Toolkit is out of beta, and is now available on the LabVIEW Tools Network!</p>
<p> </p>
<p>More info is available at the official website, <a href="http://www.advancedplotting.com" rel="external nofollow">www.advancedplotting.com</a>.</p>
<p> </p>
<p>The Advanced Plotting Toolkit is an add-on package for LabVIEW that lets you create professional-quality figures and plots directly from the block diagram. Plots are displayed on the front panel using full 24 bit color and antialiasing. With a single subVI call, they can also be saved to disk in any of half a dozen standard formats, including PDF.</p>
<p> </p>
<p>We had tons of great feedback from the community during the beta development process.  Thanks again to everyone who participated!</p>
<p> </p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_05_2015/post-53351-0-42359600-1431958670.png" rel="external nofollow"><img src="https://lavag.org/uploads/monthly_05_2015/post-53351-0-42359600-1431958670_thumb.png" data-fileid="%7B___base_url___%7D/applications/core/interface/file/attachment.php?id=10248" class="ipsImage ipsImage_thumbnailed" alt="post-53351-0-42359600-1431958670_thumb.p"></a></p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_05_2015/post-53351-0-11463400-1431958680.png" rel="external nofollow"><img src="https://lavag.org/uploads/monthly_05_2015/post-53351-0-11463400-1431958680_thumb.png" data-fileid="%7B___base_url___%7D/applications/core/interface/file/attachment.php?id=10249" class="ipsImage ipsImage_thumbnailed" alt="post-53351-0-11463400-1431958680_thumb.p"></a></p>
]]></description><guid isPermaLink="false">18993</guid><pubDate>Mon, 18 May 2015 14:21:09 +0000</pubDate></item><item><title>Open Beta: New toolkit for high-quality plots</title><link>https://lavag.org/topic/18914-open-beta-new-toolkit-for-high-quality-plots/</link><description><![CDATA[<p>We are announcing a brand-new LabVIEW toolkit, aimed at making publication-quality plots directly from the block diagram. In addition to regular line, scatter, and bar plots, this toolkit also supports advanced features like 2D contours, vector fields, streamlines, alpha transparency, and inline math using LaTeX. You can save plots directly to disk in half a dozen formats, including PDF and PNG.</p>
<div> </div>
<div>We call it the "Advanced Plotting Toolkit", and it's available at <a href="http://www.advancedplotting.com" rel="external nofollow">http://www.advancedplotting.com</a> along with example VIs and documentation.  The toolkit is in open beta, and distributed as a standard .vip package with no dependencies.  If people have the time, we'd love to hear feedback.  That doesn't just mean bug reports... this is an amazing community and we'd love feature suggestions as well.  Comments are welcome here or by email (contact@advancedplotting.com). </div>
<div> </div>
<div>I've included some screenshots of our example VIs below to give you an idea of what the output looks like. Btw, there is also a stand-alone demo app (built using Application Builder) that you can use to test-drive the toolkit without installing anything in LabVIEW.</div>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_03_2015/post-53351-0-08642300-1427729020.png" rel="external nofollow"><img src="https://lavag.org/uploads/monthly_03_2015/post-53351-0-08642300-1427729020_thumb.png" data-fileid="%7B___base_url___%7D/applications/core/interface/file/attachment.php?id=10114" class="ipsImage ipsImage_thumbnailed" alt="post-53351-0-08642300-1427729020_thumb.p"></a></p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://lavag.org/uploads/monthly_03_2015/post-53351-0-62389600-1427729021.png" rel="external nofollow"><img src="https://lavag.org/uploads/monthly_03_2015/post-53351-0-62389600-1427729021_thumb.png" data-fileid="%7B___base_url___%7D/applications/core/interface/file/attachment.php?id=10115" class="ipsImage ipsImage_thumbnailed" alt="post-53351-0-62389600-1427729021_thumb.p"></a></p>
]]></description><guid isPermaLink="false">18914</guid><pubDate>Mon, 30 Mar 2015 15:25:30 +0000</pubDate></item><item><title>2015 Americas CLA Summit: Sunday Night Social</title><link>https://lavag.org/topic/18778-2015-americas-cla-summit-sunday-night-social/</link><description><![CDATA[<p><a href="https://decibel.ni.com/content/message/92796" rel="external nofollow">Cross posted on the CLA Community</a>, but added here for visibility.  Schedule your flights accordingly!</p>
<p> </p>
<p> </p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;">It's another year and another pre-Summit get-together to share our excitement.  This will be our 4th year for this event and we grow each time.  Come see everybody!</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;"> </p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;">--------------------------------------</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;"> </p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;">Are you planning on attending the CLA Summit this year in Austin?</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;">Are you <strong>arriving Sunday?</strong> Would you like to meet and <strong>mingle with other LabVIEW architects</strong>?</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;">Then I have your evening plans ready!</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;"> </p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;">The last &lt;n-1&gt; years we had an informal get together on Sunday night before the CLA Summit, and I am excited that we get to do it again.  Last year most of the Summit attendees came, so yes, &lt;insert name here&gt; will be there, come join us!</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;">If you see a CLA wandering around looking for something to do, bring them.</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;"> </p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;"> </p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;">Sunday, March 1nd, 6:30-10:30 (most stay later, closing is 2am)</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;"> </p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;"><strong>Food will be provided</strong> by G Systems, drinks are on your own (but super cheap).</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;"> </p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;">Location will be the same place as the previous years, <a href="http://thehideoutpub.com/?map" rel="external nofollow">The Hideout Pub</a>.</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;">They have a big patio in case of nice weather, dress comfortably and bring a jacket in case.  When its too cold we have just stayed inside.</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;">It is <a href="http://g.co/maps/7rwa4" rel="external nofollow">right down the road from NI</a> and close to our hotels.</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;"> </p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;"> </p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;">Can't wait to see you guys once again!</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;"> </p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;">Jeremy Marquis</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;">CLA, CPI</p>
<p style="margin:0pt;color:rgb(51,51,51);font-family:arial, helvetica, sans-serif;font-size:13.3333330154419px;"><a href="http://www.gsystems.com/" rel="external nofollow">www.gsystems.com</a></p>
]]></description><guid isPermaLink="false">18778</guid><pubDate>Thu, 29 Jan 2015 22:02:45 +0000</pubDate></item><item><title>Custom probes</title><link>https://lavag.org/topic/13420-custom-probes/</link><description><![CDATA[<p>Hello all,</p>
<p>Just a small message to tell you that we have shared a small package of custom probes <a href="http://decibel.ni.com/content/groups/saphir-toolkit/blog/2010/11/18/set-of-custom-probes" rel="external nofollow">here</a>.</p>
<p><span style="font-family:Arial, Helvetica, sans-serif;">This is not revolutionary, we just hope that it'll help you to find and fix bugs in your code.</span></p>
<p><span style="font-family:Arial, Helvetica, sans-serif;">Regards,</span></p>
<p><span style="font-family:Arial, Helvetica, sans-serif;">Olivier</span></p>
<p><span style="font-family:Arial, Helvetica, sans-serif;">P-S : LabVIEW 8.6 or later and VIPM 2010 needed.</span></p>
]]></description><guid isPermaLink="false">13420</guid><pubDate>Thu, 25 Nov 2010 07:42:42 +0000</pubDate></item><item><title>2015 American CLA Summit: Call for Presentations</title><link>https://lavag.org/topic/18582-2015-american-cla-summit-call-for-presentations/</link><description><![CDATA[<p><a data-ipb="nomediaparse" href="https://decibel.ni.com/content/thread/25036" rel="external nofollow">Please go here for more info.</a></p>
<p> </p>
<p><strong>We need the support of all CLAs. Here's your chance to be heard. Shape the CLA Summit, get recognition and spread knowledge among the community.</strong></p>
<p>If you don't have access to the forum there then please request to be added if you're a CLA.</p>
]]></description><guid isPermaLink="false">18582</guid><pubDate>Tue, 14 Oct 2014 20:42:06 +0000</pubDate></item><item><title>San Diego User Group Meetings return on 9/17. Free pizza, beer, and LabVIEW discussion.</title><link>https://lavag.org/topic/18481-san-diego-user-group-meetings-return-on-917-free-pizza-beer-and-labview-discussion/</link><description><![CDATA[<p>Hey folks,</p>
<p> </p>
<p>After a two year hiatus, we're bringing back the User Group Meetings for the San Diego area.</p>
<p> </p>
<p>We secured a venue and a little funding from NI for pizza and beer. We're hoping the rest of you will bring a little LabVIEW knowledge!</p>
<p> </p>
<p>You can check out our official thread on <a href="https://decibel.ni.com/content/thread/24329?start=0&amp;tstart=0" rel="external nofollow">the dark side</a>. Details below.</p>
<p> </p>
<div><strong>09/17/2014 | 06:00pm-08:00pm</strong></div>
<div> </div>
<div>Ansir Innovation Center</div>
<div>4685 Convoy St. #210</div>
<div>San Diego, CA 92111</div>
<div> </div>
<div>Light food and drinks will be provided. Please park on the street.</div>
<div> </div>
<div>We'll have two short presentations, followed by open-ended discussion and networking.</div>
<div> </div>
<div>Presentation Topics:</div>
<ul><li>
<strong>Base 64 Encoding and Optimization</strong>, by Ivan Gagne (CLD). Explaining base 64 and demoing a few optimization techniques for For Loops, string manipulation, etc.</li>
<li>
<strong>Class-Based Implementation of a Hardware API</strong>, by Tom Fantasia (CLA). Breakdown of the challenges of implementing an in-house hardware interface, and how a class-based architecture was used to overhaul a previously task-oriented solution.</li>
</ul><p>Hope to see some of you there! If you can make it out, please reply to this thread so we can get a headcount.</p>
<p> </p>
<p><strong>EDIT:</strong></p>
<p> </p>
<p>We're going to try to live stream the meeting, so if you can't make it in-person, tune in here:</p>
<p> </p>
<p style="color:rgb(0,0,0);font-family:Arial;font-size:12px;"><a href="https://plus.google.com/events/ckt7o8j0eimdbgg0lqtnqlh0if8" rel="external nofollow">https://plus.google.com/events/ckt7o8j0eimdbgg0lqtnqlh0if8</a></p>
<p style="color:rgb(0,0,0);font-family:Arial;font-size:12px;"> </p>
<p style="color:rgb(0,0,0);font-family:Arial;font-size:12px;"><span>It's our first meeting, and our first time trying to stream, so apologies in advance for any technical difficulties!</span></p>
]]></description><guid isPermaLink="false">18481</guid><pubDate>Thu, 04 Sep 2014 23:51:33 +0000</pubDate></item><item><title><![CDATA[NI moves some G libraries to &#34;community source&#34;]]></title><link>https://lavag.org/topic/18264-ni-moves-some-g-libraries-to-community-source/</link><description><![CDATA[<p>National Instruments has created a GitHub repository to community source G libraries. This move is intended to be a test of a mechanism to enable customers to create customizations of NI source code and share those customizations with each other and for NI to be able to adopt some of those customizations into its core products to benefit the entire LabVIEW community. </p>
<p> </p>
<p>We are beginning with just three libraries:</p>
<ol style="list-style-type:decimal;"><li>The Actor Framework, a library in vi.lib since <abbr title="LabVIEW">LV</abbr> 2012	
</li>
<li>The NI-GOOP Development Suite, a free toolkit add-on for improving LabVIEW class development	
</li>
<li>The AQ Character Lineator, a library not yet in vi.lib to support serialization/deserialization of LabVIEW classes<br></li>
</ol><p></p>
<p> </p>
<p>If this experience working with the community proves fruitful, NI may expand the number of our APIs that are part of this sharing. </p>
<p> </p>
<p>For more information, including instructions on how to access the GitHub repository, please visit this community: </p>
<p><a href="https://decibel.ni.com/content/groups/community-source-of-ni-code" rel="external nofollow">https://decibel.ni.com/content/groups/community-source-of-ni-code</a></p>
<p> </p>
<p> </p>
<p>For details of how to get access to the GitHub repository and the license agreement covering this project, please visit here:</p>
<p><a href="https://decibel.ni.com/content/docs/DOC-37195" rel="external nofollow">https://decibel.ni.com/content/docs/DOC-37195</a></p>
<p> </p>
<p>I want to make a personal comment on this new development: Opening up LabVIEW to more community participation is something I and a few others have worked on for many years. This is a major advance in that quest. We know that requiring a license agreement for participation is not a typical "open source" arrangement, but this is the best idea we have found to balance the desire of our users to improve LabVIEW while acknowledging that LabVIEW is for-profit software that gets used in sensitive industries. If you have particular objections to the license agreement, please open a discussion thread in the community linked above so we can discuss them. We believe most users will find this arrangement acceptable, but not everyone. I hope, though, that this can be a successful venture, and perhaps will serve as a first step toward more.</p>
]]></description><guid isPermaLink="false">18264</guid><pubDate>Wed, 04 Jun 2014 22:25:55 +0000</pubDate></item><item><title><![CDATA[CLA Summit 7x7 lightning round, (Win niweek conference pass&#33;)]]></title><link>https://lavag.org/topic/17890-cla-summit-7x7-lightning-round-win-niweek-conference-pass/</link><description><![CDATA[<p>We have some of the greatest jobs in the world!   Not only do we get to tackle tough engineering challenges and make the world a better place, but we get to do it by drawing pictures in LabVIEW, fun!  At the next CLA Summit, we want to celebrate your accomplishments.</p>
<p> </p>
<p>You're invited to take part in a friendly competition we're calling 7x7.  In 60 minutes we want to hear up to 7 stories about how you're making the world a better place, the coolest technical challenges you have solved, the killer app, or the coolest feature you've created in LabVIEW.  Here's the thing, you're limited to 1 minute of setup, 5 minutes of presentation, and 1 minute of tear down.  If you go beyond the 6 minute mark (1 + 5), we will pull the plug on you.   So be sure to practice giving the presentation in the allotted time frame.</p>
<p> </p>
<p>The format of the presentation is open: powerpoint, video, demo, soap box, you choose... At the end of all the presentations, the audience will vote on their favorite presentation.  Voting is completely arbitrary, no scoring criteria will be provided, and each member of the audience will get one vote.  The winner will receive a free pass to NI Week! (thank you NI!)</p>
<p> </p>
<p>Anyone wishing to enter the competition should submit a 1 slide abstract of their presentation to <a href="mailto:nate@themoehrings.com" rel="external nofollow">nate@themoehrings.com</a> and <a href="mailto:michael.aivaliotis@jki.net" rel="external nofollow">michael.aivaliotis@jki.net</a> by Jan 22nd, 2014.  If we have more than 7 submissions for this friendly competition, Michael and I will evaluate the submissions and select the 7 that we feel are the highest caliber.  We'll notify you of your selection status by Jan 29th.  Participating in this competition does not preclude you from also giving a full presentation at the CLA Summit.</p>
<p> </p>
<p>We hope that this will be a fun and motivational experience for the CLA Community, and that it will stimulate dozens of conversations during and after the CLA Summit.</p>
<p> </p>
<p>If you would like to post comments or questions, please post them to <a href="https://decibel.ni.com/content/message/64060#64060" rel="external nofollow">https://decibel.ni.com/content/message/64060#64060</a></p>
<p> </p>
<p>Happy New Year!</p>
<p>Nate and Michael</p>
]]></description><guid isPermaLink="false">17890</guid><pubDate>Mon, 06 Jan 2014 04:50:40 +0000</pubDate></item><item><title>ExpressionFlow is back</title><link>https://lavag.org/topic/17777-expressionflow-is-back/</link><description><![CDATA[<p>All,</p>
<p> </p>
<p>I am happy to announce that I am back in blogging on ExpressionFlow. I'm trying to cover more theoretical topics around visual programming and discuss new fresh approaches. I'd like to invite everyone to follow the blog and @expressionflow twitter account.</p>
<p> </p>
<p>url: <a href="http://expressionflow.com" rel="external nofollow">http://expressionflow.com</a></p>
<p>twitter: @expressionflow</p>
<p>facebook: <a href="https://www.facebook.com/expressionflow" rel="external nofollow">https://www.facebook.com/expressionflow</a></p>
<p> </p>
<p>Please let me know the kind of topics you'd like me to discuss. There's lots of cool topics on my mind already but I would love to hear from you, what would be something interesting for you all.</p>
<p> </p>
<p> </p>
<p>Thanks, and happy Thanksgiving for everyone!</p>
<p> </p>
<p>Tomi</p>
]]></description><guid isPermaLink="false">17777</guid><pubDate>Mon, 25 Nov 2013 15:29:43 +0000</pubDate></item><item><title>2014 Americas CLA Summit mini-tracks unveiled</title><link>https://lavag.org/topic/17891-2014-americas-cla-summit-mini-tracks-unveiled/</link><description><![CDATA[<p>This year's You Call It (aka Open Theme) topic has received a lot of positive response (see Likes and replies <a href="https://decibel.ni.com/content/message/62748#62748" rel="external nofollow">here</a>) as well as some valid <a href="https://decibel.ni.com/content/polls/16273" rel="external nofollow">concerns</a>.  We've now had some time for people to submit <a href="https://decibel.ni.com/content/message/63752#63752" rel="external nofollow">presentation ideas</a> and I've begun to group them into "mini-tracks".  I hope that by declaring official mini-tracks I can assuage the concerns previously voiced about this year's Open Theme.  I'm grouping these presentation ideas based on the number of Likes they receive and the summit topics that received the most <a href="https://decibel.ni.com/content/message/62748#62748" rel="external nofollow">Likes.</a> <strong>So keep voting to help shape the Summit, I really do look at them!</strong></p>
<p> </p>
<p>Here are the mini-tracks that are perculating for 2014:</p>
<ul><li>Security
</li>
<li>Frameworks/Software Engineering in LabVIEW
</li>
<li>Integrating TestStand and LabVIEW<br></li>
</ul><p></p>
<p> </p>
<p>What defines a mini-track?  Good question.  I think the normal expectation people have when they hear the word track is to think "parallel content".  However, the number of presentation submissions and how they align with these tracks will determine if some or all of these tracks occur in parallel or series and are simply grouped together roughly by time.  I think its safe to say we'll have about 3 hours of content for each of these mini-tracks, give or take.  Frameworks/Software Engineering in <abbr title="LabVIEW">LV</abbr> has the most presentation submissions, which I think is fair and appropriate.  As we get closer to January 15th I'll start to really formalize the agenda based on the inputs we've received and available rooms in Mopac C.  I expect we'll have a few parallel sessions, but not full parallel tracks.</p>
<p> </p>
<p>BUT WAIT, THERE'S MORE!  In addition to these mini-tracks, this year we'll also be having an Embedded mini-summit!  How's a mini-summit different from a mini-track?  I'm glad you asked.  The main difference is this mini-summit is being planned and executed by the NI Embedded team, not by the CLA community.  NI's Embedded team expressed an interest in getting to know the CLA community better, as well as promote the CLED certification.  This mini-summit will primarily be on Wednesday afternoon.  This is an awesome opportunity to increase the value of the CLA Summit (as if it wasn't already smokin' hot), and if you so desire you'll have an opportunity to take a CLED prep class and the 1hr multiple choice portion of the CLED exam (with the expectation that you complete the 4hr practical exam within a year).  Note that you most likely will not be able to take both the CLED(mc) and CLA-R exams at the CLA Summit.  If you are not interested in Embedded, no need to stay for the mini-summit.</p>
<p> </p>
<p>With these 4 topics and 3 full days of content I think we'll have something for everyone AND get into enough technical depth to learn a thing or two.  And yes, we'll still have time for "round table" discussions, always a popular part of the Summit.</p>
<p> </p>
<p>If you would like to post questions or comments, please do so here: <a href="https://decibel.ni.com/content/message/63785#63785" rel="external nofollow">https://decibel.ni.com/content/message/63785#63785</a></p>
<p> </p>
<p>Salutations,</p>
<p>Nate and Michael</p>
]]></description><guid isPermaLink="false">17891</guid><pubDate>Mon, 06 Jan 2014 04:57:24 +0000</pubDate></item><item><title>2014 CLA Americas Call for Submissions</title><link>https://lavag.org/topic/17800-2014-cla-americas-call-for-submissions/</link><description><![CDATA[<p><strong>CLA Summit 2014 Theme: </strong>You Call It</p>
<p> </p>
<p>We're going to try something different this year for the 2014 CLA Americas Summit.  There was no clear winner in the topic selection voting, so we want you to present on whatever topic you're most interested in!  From the presentation abstracts that are submitted, we'll look for common topics and schedule them together to form mini-tracks.  Depending on the number of volunteer presenters, we'll either select those that receive the most likes on the forum, or we may decide to schedule tracks in parallel.</p>
<p> </p>
<p>See full post here: <a href="https://decibel.ni.com/content/message/62947#62947" rel="external nofollow">https://decibel.ni.com/content/message/62947#62947</a></p>
<p> </p>
<p>Can't see the page?  Please join the NI CLA Community page!</p>
<p> </p>
<p>As presentation abstracts are submitted, feel free to "like" them so we can gage community interest.</p>
<p> </p>
<p>Thanks for stepping up to present!  I can't wait to find out what you have in store for the next CLA Summit.  Should be exciting!</p>
<p> </p>
<p>Nate</p>
]]></description><guid isPermaLink="false">17800</guid><pubDate>Tue, 03 Dec 2013 02:08:09 +0000</pubDate></item><item><title>Positive Results from Previous Summits</title><link>https://lavag.org/topic/17701-positive-results-from-previous-summits/</link><description><![CDATA[<div><div>
<div>You say the CLA summit has great return on investment, show me the money!</div>
<div> </div>
<div>We're looking for testimonies from past CLA Summit attendees on tangible ways you or your company have benefited from something learned or discussed at the CLA Summit: improved architectures, processes, bug fixes, new features.</div>
<div> </div>
<div>How has the CLA Summit made you more profitable?</div>
<div> </div>
<div>I'll be compiling your testimonies and based on the responses determine the best way to present them to the community. Would love to have people volunteer to share their experiences and savings at the next Summit. This might become a regular part of future summits. Email them to me at nate@themoehrings.com.</div>
<div> </div>
<div>Thanks!</div>
</div></div>
<p> </p>
]]></description><guid isPermaLink="false">17701</guid><pubDate>Tue, 05 Nov 2013 17:26:17 +0000</pubDate></item><item><title>2014 American CLA Summit - call for topic ideas</title><link>https://lavag.org/topic/17438-2014-american-cla-summit-call-for-topic-ideas/</link><description><![CDATA[<p>If you are a CLA, we want your feedback, the call for topic ideas for CLA Summit 2014 is here:<br><a href="https://decibel.ni.com/content/message/60510#60510" rel="external nofollow">https://decibel.ni.com/content/message/60510</a></p>
<p> </p>
<p>Can't see the page?  Please join the NI CLA Community page!</p>
<p> </p>
<p>CLA Summit 2014 will be March 3 - 5.  We have some great ideas in the works and think this is going to be a very exciting Summit.  Looking forward to it already!<br><br>Thanks,</p>
<p>Nate</p>
]]></description><guid isPermaLink="false">17438</guid><pubDate>Thu, 17 Oct 2013 03:44:13 +0000</pubDate></item><item><title>Editors wanted for LabVIEW topics on Wikipedia</title><link>https://lavag.org/topic/17095-editors-wanted-for-labview-topics-on-wikipedia/</link><description><![CDATA[<p>LAVA user <a href="http://lavag.org/user/33316-thoric/" rel="">Thoric</a> noticed that the topics about LabVIEW on Wikipedia were poorly maintained and full of inaccuracies. He asked me about updating them -- I told him that it is against Wikipedia policy for anyone who works for NI to update the LabVIEW entries. It's a conflict of interest, so I have never touched them, nor should anyone else who works for NI.</p>
<p> </p>
<p>If there are LAVA users who are interested, I get the impression from <a href="http://lavag.org/topic/17062-the-future-of-programming/?p=105232" rel="">his post last night</a> that Thoric would appreciate help bringing the pages up-to-date.</p>
<p> </p>
<p><strong>PS: Wikipedia now gives you the option <a href="https://donate.wikimedia.org/wiki/Special:FundraiserLandingPage?form-countryspecific=Form-countryspecific-monthly&amp;country=US&amp;language=en" rel="external nofollow">to establish a monthly donation</a> to support their operations. Please consider giving just $3/month to keep one of the most valuable databases on Earth running and independent.</strong></p>
]]></description><guid isPermaLink="false">17095</guid><pubDate>Fri, 30 Aug 2013 15:55:15 +0000</pubDate></item><item><title>OpenCL for Labview</title><link>https://lavag.org/topic/16984-opencl-for-labview/</link><description><![CDATA[<p>Howdy folks,</p>
<p> </p>
<p>Just wanted to announce that OpenCLV (OpenCL for LabVIEW) is available on NI's website.  The toolkit installs through the VI Package Manager and adds a suite of OpenCL VIs to LabVIEW.  There is a lot of documentation and example code to help get new projects started, even if you are an OpenCL rookie!</p>
<ul><li>Easily configure multiple OpenCL devices to run in parallel
</li>
<li>Work with 1D, 2D, and 3D memory and images with OpenCL kernels
</li>
<li>Use Global, Local, and Private memory for a fully optimized OpenCL experience
</li>
<li>Packages AMD's OpenCL fast Fourier transform algorithm into easy-to-use VIs
</li>
<li>Easily work with Intel, AMD, and NVIDIA - both CPU and GPU devices
</li>
<li>Take advantage of a comprehensive manual and examples<br></li>
</ul><p></p>
<p>This add-on only runs on Labview 2012 x64 and the end user needs to install device appropriate OpenCL SDKs.  If you have any feedback or questions, don't hesitate to contact the RaptorView team at support@raptorview.net.</p>
<p> </p>
<p><a href="http://sine.ni.com/nips/cds/view/p/lang/en/nid/211893" rel="external nofollow">http://sine.ni.com/nips/cds/view/p/lang/en/nid/211893</a></p>
]]></description><guid isPermaLink="false">16984</guid><pubDate>Tue, 23 Jul 2013 04:55:07 +0000</pubDate></item><item><title>WireFlow releases security dongles for all LabVIEW targets</title><link>https://lavag.org/topic/16917-wireflow-releases-security-dongles-for-all-labview-targets/</link><description><![CDATA[<p>WireFlow releases the first Security suite software that is natively supported on any LabVIEW platform with an available USB port, including VxWorks and Pharlap based Real-Time targets.</p>
<p> </p>
<p>The security suite addresses IP protection issues for the LabVIEW platforms; not only does it add copy protection, but also enables user identification and feature control.</p>
<p> </p>
<p><img src="http://www.wireflow.se/_/rsrc/1370854656744/products/SecSuite_1.jpg?height=119&amp;width=320" alt="SecSuite_1.jpg?height=119&amp;width=320"></p>
<p> </p>
<p>To learn more, please visit <a href="http://www.wireflow.se/news/SecuritySuite_news" rel="external nofollow">http://www.wireflow.se/news/SecuritySuite_news</a></p>
<p> </p>
<p>/The WireFlow Team</p>
]]></description><guid isPermaLink="false">16917</guid><pubDate>Thu, 20 Jun 2013 08:40:41 +0000</pubDate></item><item><title>Newly Created Requirements Gateway User Group</title><link>https://lavag.org/topic/16812-newly-created-requirements-gateway-user-group/</link><description><![CDATA[<p>Hello all,</p>
<p> </p>
<p>After trying to find an answer to a issue I was having with Requirements Gateway last week and not finding a users group, I have created a Requirements Gateway User Group on the communities and I invite you all to join.  There isn't much content at the moment since it's still a bit of a fledgling.  Please join and add your content, questions, and tips.</p>
<p> </p>
<p>You can join by going to <a href="https://decibel.ni.com/content/groups/requirements-gateway-users-group" rel="external nofollow">https://decibel.ni.com/content/groups/requirements-gateway-users-group</a></p>
<p> </p>
<p>See you there.</p>
<p> </p>
<p>Wire Warrior</p>
]]></description><guid isPermaLink="false">16812</guid><pubDate>Mon, 13 May 2013 15:14:55 +0000</pubDate></item><item><title>Enable brings LabVIEW User Group Meetings back to Southern Ontario</title><link>https://lavag.org/topic/16645-enable-brings-labview-user-group-meetings-back-to-southern-ontario/</link><description><![CDATA[<p>It’s been a couple of years now since the last LabVIEW User Group meeting in Southern Ontario.  We like these meetings and we want more.   So Enable has teamed up with National Instruments to present three User Group Meetings in the month of March.</p>
<p> </p>
<p>Check the links below for presentation topic details and to register.</p>
<p> </p>
<p>WATERLOO: Thursday, March 14, 4:00 - 6:00 - University of Waterloo<br><a href="http://sine.ni.com/nievents/app/offering/p/offeringId/1433357/site/nic/country/ca/lang/en" rel="external nofollow">http://sine.ni.com/nievents/app/offering/p/offeringId/1433357/site/nic/country/ca/lang/en</a><br><br>HUMBER COLLEGE: Thursday, March 21, 5:00 - 7:00 - Humber College<br><a href="http://sine.ni.com/nievents/app/offering/p/offeringId/1433359/site/nic/country/ca/lang/en" rel="external nofollow">http://sine.ni.com/nievents/app/offering/p/offeringId/1433359/site/nic/country/ca/lang/en</a><br><br>MILTON: Tuesday, March 26, 5:00 - 7:00 - Enable TC HQ<br><a href="http://sine.ni.com/nievents/app/offering/p/offeringId/1433358/site/nic/country/ca/lang/en" rel="external nofollow">http://sine.ni.com/nievents/app/offering/p/offeringId/1433358/site/nic/country/ca/lang/en</a></p>
<p> </p>
<p>We also encourage all LabVIEW programmers in Southern Ontario to check out the NI Community Page for the area here:</p>
<p><a href="https://decibel.ni.com/content/groups/toronto-labview-user-group" rel="external nofollow">https://decibel.ni.com/content/groups/toronto-labview-user-group</a></p>
<p> </p>
<p>Hope to see you there!</p>
]]></description><guid isPermaLink="false">16645</guid><pubDate>Thu, 07 Mar 2013 18:41:22 +0000</pubDate></item><item><title>Bay Area LabVIEW User Group 2013 Coding Challenge Announcement</title><link>https://lavag.org/topic/16625-bay-area-labview-user-group-2013-coding-challenge-announcement/</link><description><![CDATA[<p>This is a cross-posting from the <a href="https://decibel.ni.com/content/groups/bay-area-labview-user-group?view=overview" rel="external nofollow">Bay Area LabVIEW User Group Community Forum</a> :</p>
<p> </p>
<p>To all Bay Area LabVIEW Developers and Enthusiasts – the 2013 Coding Challenge has been announced on the BALUG February 19 Meeting</p>
<p> </p>
<p><strong><span style="font-size:18px;">Problem Statement</span></strong></p>
<p> </p>
<p><strong>1. The Challenge: </strong>Provide a low latency/small memory footprint solution to access records in a very large Data Set (i.e. a Lookup Table). Contestants are provided with:</p>
<ul><li>1D array of strings (unique Record Keys)
</li>
<li>1D array of record numbers in the Data Set (same size and order as Record Keys)
</li>
<li>You need to implement 3 Vis to<ul><li>Build the Lookup Table (Create)
</li>
<li>Search for a Record Number using Record Key value (Search)
</li>
<li>Destroy the Lookup Table (Destroy)<br></li>
</ul><p>
[*]Winner: a solution providing minimal search times and data memory footprint on a large set of random key searches.
[*]Time for Creating/Destroying the Lookup Table is ignored in determining the winner<br></p>
</li>
</ul><p></p>
<p> </p>
<p> </p>
<p><img src="https://decibel.ni.com/content/servlet/JiveServlet/showImage/2-48018-38288/Coding_Challenge_Overview.png" alt="Coding_Challenge_Overview.png"></p>
<p> </p>
<p> </p>
<p><strong>2. The Grand Challenge: </strong>Same as above, but besides Search requests, a solution has to handle</p>
<ul><li>Insertion of new (Key, Number) pairs. If Key is already in the Lookup Table its Number value is to be replaced with the new Number value.
</li>
<li>Deletion of existing (Key, Number) pairs.
</li>
<li>Test Sequence includes a random mix of Search/Add/Delete requests (33.3% of each).
</li>
<li>Winner: a solution providing minimal processing time and data memory footprint on a random Test Sequence.
</li>
<li>Time for Creating/Destroying the Lookup Table is ignored in determining the winner<br></li>
</ul> <br>For details on scoring, solution development and submission guidelines please download the full Challenge Announcement from <a href="https://decibel.ni.com/content/docs/DOC-26828" rel="external nofollow">https://decibel.ni.com/content/docs/DOC-26828</a><br> <br> <br><span style="font-size:18px;"><strong>Submission Deadline: Wednesday, May 1, 2013</strong></span><br> <br> <br><span style="font-size:18px;"><strong>Coding Challenge Prizes</strong></span><br> <br><strong><em>The Grand Challenge Winner:</em></strong><ul><li>NI : a <strong>50% discount on NI Week 2013 Full Conference Regist</strong>ration
</li>
<li>Arktur Technologies : A bottle of <strong>2008 Truchard Cabernet Sauvignon</strong>, Carneros, Napa Valley<br></li>
</ul><p></p>
<p> </p>
<p><strong><em>The Challenge Winner, 2nd and 3d place winners in both challenges:</em></strong></p>
<ul><li>NI : NI logo items (no details available at the moment)<br></li></ul><p></p>
<p> </p>
<p>Please respond to this thread if you or your company would like to establish a prize for a specific achievement in this Coding Challenge.</p>
<p><br>Dmitry Sagatelyan<br>Arktur Technologies LLC</p>
<p> </p>
<p> </p>
<p><a href="https://lavag.org/applications/core/interface/file/attachment.php?id=7872" data-fileid="7872" rel="">Bay Area LabVIEW User Group 2013 Coding Challenge Announcement.pdf</a></p>
]]></description><guid isPermaLink="false">16625</guid><pubDate>Sat, 02 Mar 2013 23:13:01 +0000</pubDate></item><item><title><![CDATA[Sneak Preview&#33;  LapDog.Collections.Lists]]></title><link>https://lavag.org/topic/16545-sneak-preview-lapdogcollectionslists/</link><description><![CDATA[<p>I've made a preview of the LapDog.Collections.Lists namespace available for download.  Read the full announcement <a href="https://decibel.ni.com/content/thread/16134?tstart=0" rel="external nofollow">here</a>.</p>]]></description><guid isPermaLink="false">16545</guid><pubDate>Tue, 12 Feb 2013 06:34:47 +0000</pubDate></item><item><title>How to convince my boss to send me to the CLA Summit?</title><link>https://lavag.org/topic/16534-how-to-convince-my-boss-to-send-me-to-the-cla-summit/</link><description><![CDATA[<p>I thought we could start listing some of the things others have used successfully to convince their bosses to send them to the CLA Summit.</p>
<p> </p>
<p>Here are some of the links I recommend:</p>
<p> </p>
<p>The official NI page: <a href="http://www.ni.com/cla-summit" rel="external nofollow">www.ni.com/cla-summit</a> says some of the advantages are that you get the opportunity to:</p>
<p>"</p>
<p> </p>
<ul><li>Network and exchange best practices with other CLAs, NI executives, and engineers
</li>
<li>Preview and influence the LabVIEW roadmap and unreleased product features
</li>
<li>Meet one on one with NI R&amp;D developers
</li>
<li>Recertify as a CLA for <strong>free</strong><br></li>
</ul><p></p>
<p>"</p>
<p> </p>
<p>Also, Justin Goeres did a great blog post with the <a href="http://blog.jki.net/events/5-reasons-you-shouldnt-miss-the-cla-summit-next-year/" rel="external nofollow">5 reasons you shouldn't miss the CLA Summit</a></p>
<p> </p>
<p>And Chris Roebuck, Europe CLA Summit chair has his own variation of the <a href="http://www.walkingthewires.com/5-reasons-to-attend-the-cla-summits/" rel="external nofollow">8 reasons you shouldn't miss the CLA Summit</a></p>
<p> </p>
<p>Any other ideas out there?</p>
<p> </p>
<p>I hope I get to see all of you who are already CLAs there.</p>
<p> </p>
<p>Regards,</p>
<p>Fab</p>
]]></description><guid isPermaLink="false">16534</guid><pubDate>Fri, 08 Feb 2013 17:41:58 +0000</pubDate></item><item><title>Markdown syntax generation using the LabVIEW report toolkit</title><link>https://lavag.org/topic/16537-markdown-syntax-generation-using-the-labview-report-toolkit/</link><description><![CDATA[<p>I created a package that allows you to create Markdown syntax files using LabVIEW.</p>
<p><a href="https://bitbucket.org/tcplomp/markdown-report/src" rel="external nofollow">Code</a>, <a href="https://bitbucket.org/tcplomp/markdown-report/downloads" rel="external nofollow">Download</a>, <a href="https://bitbucket.org/tcplomp/markdown-report/issues?status=new&amp;status=open" rel="external nofollow">Bugs/Features</a>, <a href="http://tononlabview.blogspot.nl/2013/02/using-markdown-to-generate-reports-and.html" rel="external nofollow">announcement</a>.</p>
<p> </p>
<p>Ton</p>
]]></description><guid isPermaLink="false">16537</guid><pubDate>Fri, 08 Feb 2013 23:29:53 +0000</pubDate></item><item><title><![CDATA[We Got Spirit, How &#39;Bout You&#33;]]></title><link>https://lavag.org/topic/16501-we-got-spirit-how-bout-you/</link><description><![CDATA[<p>Coming to the Americas' CLA Summit 2013 on March 4-6th?</p>
<p> </p>
<p>Got some company spirit you'd like to display?</p>
<p> </p>
<p>Bring some company swag and we'll use them as giveaways during the summit!</p>
<p> </p>
<p>Looking forward to March!</p>
<p>Nate</p>
]]></description><guid isPermaLink="false">16501</guid><pubDate>Fri, 25 Jan 2013 03:39:31 +0000</pubDate></item><item><title><![CDATA[US CLA Summit 2013 - Call for Submissions - &#34;Delivering Professional Software&#34;]]></title><link>https://lavag.org/topic/16445-us-cla-summit-2013-call-for-submissions-delivering-professional-software/</link><description><![CDATA[<div>Dear CLAs,</div>
<div> </div>
<div>The time is almost up for presentation submissions for this year's CLA Summit, but we still want to hear from you.  The topic is widely labeled "<strong>Delivering Professional Software</strong>". That's what we strive to do everyday so if you've got ideas on how to do that more effectively we want to hear them!</div>
<div> </div>
<div>Details are posted here:</div>
<div> </div>
<div>
<p><a href="https://decibel.ni.com/content/message/44030#44030" rel="external nofollow">https://decibel.ni.com/content/message/44030#44030</a></p>
<p> </p>
<p>Please do the following:</p>
<p> </p>
<ul><li>Submit outline/idea to <a href="mailto:clasummit@ni.com" rel="external nofollow">clasummit@ni.com</a>
</li>
<li>Include 3-5 slides that will outline the main conversation points that you would highlight.
</li>
<li>If you are selected, you will be expected to submit your full presentation by Friday 2/15/2012 to <a href="mailto:clasummit@ni.com" rel="external nofollow">clasummit@ni.com</a><br></li>
</ul><p></p>
<p> </p>
<p>Technically, the deadline is Mon Jan 7. If you would like to submit, please at least send me a title or one paragraph about what you plan to present. If you need an extension, please let me know.</p>
<p> </p>
<p>I am really looking forward to seeing your submissions. The participation of CLAs like you is what makes the CLA Summit so great!</p>
<p> </p>
<p>See you at the Summit soon!</p>
<p>Nate Moehring</p>
</div>
<div> </div>
]]></description><guid isPermaLink="false">16445</guid><pubDate>Sun, 06 Jan 2013 03:26:10 +0000</pubDate></item><item><title>New cRIO Display Module by Mink Hollow Systems</title><link>https://lavag.org/topic/16234-new-crio-display-module-by-mink-hollow-systems/</link><description><![CDATA[<p>Hello, everyone!</p>
<p>I wanted to introduce the new MH-LCD-216, the very first cRIO display module. This is something that we know a lot of people have been asking for, so we are very excited to offer this new module to the LabVIEW community. We debuted the MH-LCD-216 at NI Week 2012 and the positive feedback was overwhelming. The website below has additional information and don't hesitate to give me a call or post here with any questions.</p>
<p><a href="http://www.minkhollowsystems.com/MH-LCD-216.html" rel="external nofollow">MH-LCD-216 cRIO Display Module</a></p>
<p>Happy compiling!</p>
<p>Jpeg</p>
]]></description><guid isPermaLink="false">16234</guid><pubDate>Wed, 10 Oct 2012 19:28:11 +0000</pubDate></item><item><title>WireFlow releases LabVIEW Build Support provider to the public</title><link>https://lavag.org/topic/15970-wireflow-releases-labview-build-support-provider-to-the-public/</link><description><![CDATA[<p>The WireFlow Build Support adds the possibility to invoke builds across different targets and in a user specified order with a single selection. The desired build order and the currently active build specifications can be saved in the project. This means that all users can invoke the project build specifications in exactly the same way.</p>
<p>In LabVIEW 2010 and later it is also possible to have FPGA build items specified in the build order, meaning that Windows/RealTime applications depending on FPGA builds, can be built with a single build action.</p>
<p>As an additional feature, it is also possible to easily create a zipped project development distribution (including the project file itself), not including the Program folder items.﻿</p>
<p><strong>Features</strong></p>
<ul><li>LabVIEW project integration<br></li>
<li>Quick export of project to zip file (including the project file itself)<br></li>
<li>Executing builds on different targets with one single menu selection<br><ul><li>In LabVIEW &gt; 2010; even on FPGA targets<br></li></ul><p>[*]Project defined build order</p>
<p>[*]Build all build specifications in human sorted order (regardless of saved order)</p>
<p>[*]User defined handling of build error, either stop on error or continue building</p>
<p>[*]Option to save project before a build specification is invoked﻿﻿</p>
<p></p>
</li>
</ul><p></p>
<p>For more information see <a href="http://shop.wireflow.se" rel="external nofollow">shop.wireflow.se</a></p>
<p>The WireFlow team</p>
]]></description><guid isPermaLink="false">15970</guid><pubDate>Tue, 24 Jul 2012 13:17:41 +0000</pubDate></item><item><title>New WireFlow C Series modules available</title><link>https://lavag.org/topic/15782-new-wireflow-c-series-modules-available/</link><description><![CDATA[<p>Hello LAVA community</p>
<p>Today is the grand opening of our webshop at <a href="http://shop.wireflow.se/" rel="external nofollow">shop.wireflow.se</a>. To celebrate this we have decided to offer a 10% discount to all LAVA members placing an order before the end of June.</p>
<p>To order and receive the discount, just enter <span style="text-decoration:underline;">LAVA2012</span> in the Voucher field when checking out.</p>
<p>At the moment there are three C Series modules available for purchase;</p>
<ul><li>WF-3144, Resistor emulator module<br><ul><li>4 channels<br></li>
<li>16 - 160 kOhm<br></li>
</ul><p></p>
<p></p>
</li></ul><p></p>
<ul><li>WF-3154, Fault Injection module<br><ul><li>4 channels<br></li>
<li>Open Circuit<br></li>
<li>Short Circuit to battery<br></li>
<li>Short Circuit to ground<br></li>
</ul><p></p>
<p></p>
</li></ul><p></p>
<ul><li>WF-3132, Multiplexer module<br><ul><li>32 channels<br></li>
<li>1 x 32 (1 wire)<br></li>
<li>1 x 16 (2 wire)<br></li>
<li>1 x 8 (4 wire)<br></li>
<li>Four banks of 1 x 8 (1 wire)<br></li>
<li>4 x 8 Matrix (1 wire)<br></li>
</ul><p></p>
<p></p>
</li></ul><p></p>
<p>For more information please visit <a href="http://shop.wireflow.se/" rel="external nofollow">shop.wireflow.se</a>, or drop us a mail at info@wireflow.se.</p>
<p>The WireFlow team</p>
]]></description><guid isPermaLink="false">15782</guid><pubDate>Mon, 28 May 2012 13:39:45 +0000</pubDate></item><item><title><![CDATA[LapDog.Messaging Updated to Version 2.1&#33;]]></title><link>https://lavag.org/topic/15609-lapdogmessaging-updated-to-version-21/</link><description><![CDATA[<p>The LapDog.Messaging framework has been updated to version 2.1. This release should be fully backwards compatible with version 2.0 while introducing a few new features to support unique developer needs.</p>
<p>Improvements include:</p>
<p>-Two new native message types supporting Double and Variant types.</p>
<p>-A new companion library includes I32Array, DoubleArray, StringArray, 2dStringArray, PathArray, BooleanArray, and LVObjectArray messages.</p>
<p>-A new type of queue, PrefixQueue, makes it easy to universally assign a prefix to all messages sent on a specific branch. This is useful when the message receiver needs to distinguish between identical messages from different senders.</p>
<p>-The package includes a "Fundamentals" example illustrating some of the core concepts of the LD.M framework. (I have not prepared the example for the Example Finder yet, so use VIPM's info window to get to find it.)</p>
<p>-VI documentation has been improved. All VIs on the palettes now include documentation.</p>
<p>This package works with Labview 2009-2011. Go <a href="https://sourceforge.net/projects/lapdogapi/" rel="external nofollow">here</a> to download the latest release and give it a try.</p>
<p>-Dave</p>
]]></description><guid isPermaLink="false">15609</guid><pubDate>Sun, 25 Mar 2012 22:56:26 +0000</pubDate></item><item><title><![CDATA[API Design &#34;Contest&#34;?]]></title><link>https://lavag.org/topic/15707-api-design-contest/</link><description><![CDATA[<p>I'm openly trolling for participants in an api development "contest." The contest objective is to create an api that can adapt to new requirements without affecting backwards compatibility. The <em>purpose </em>of the contest is to gather information about api development and deployment strategies and compile all the caveats and warnings into a document of best practices.</p>
<p>The original thread is <a href="https://decibel.ni.com/content/message/36215#36215" rel="external nofollow">here</a>. To keep information centralized please post all questions and comments there.</p>
]]></description><guid isPermaLink="false">15707</guid><pubDate>Mon, 30 Apr 2012 02:30:44 +0000</pubDate></item><item><title><![CDATA[&#34;Day-Old&#34; LabVIEW Video Training On Sale For &#036;19.95/month]]></title><link>https://lavag.org/topic/15616-day-old-labview-video-training-on-sale-for-1995month/</link><description><![CDATA[<p>Hi All!</p>
<p>For a limited time, we’re clearing out our LabVIEW 8.5.1-based LabVIEW training. Sure, it doesn’t cover all the latest and greatest LabVIEW features, but the basics still apply, and you can learn a ton! It positively reeks of value!</p>
<p>Try it now, before it’s gone. Visit <a href="http://www.LVMastery.com" rel="external nofollow">LVMastery.com </a>to sign up!</p>
<p>We’re no longer updating our material, as we’re focusing on creating custom training material for companies like yours. Visit <a href="http://www.EnableEducation.com" rel="external nofollow">EnableEducation.com </a>for more information about that.</p>
<p>Thanks,</p>
<p>Ben</p>
<p><img src="http://www.lvmastery.com/files/lvmasterysale.png" alt="lvmasterysale.png"></p>
]]></description><guid isPermaLink="false">15616</guid><pubDate>Wed, 28 Mar 2012 23:57:15 +0000</pubDate></item><item><title>ViBox - XControls free toolkit now available</title><link>https://lavag.org/topic/15585-vibox-xcontrols-free-toolkit-now-available/</link><description><![CDATA[<p>Hello all,</p>
<p>We've been using XControls in a lot of our application and products. We were thinking to offer some of them in a free toolkit. It's done now.</p>
<p>Just follow this link <a href="https://decibel.ni.com/content/docs/DOC-21668" rel="external nofollow">https://decibel.ni.com/content/docs/DOC-21668</a> to download the package and enjoy the use of these controls in your application.</p>
<p>We hope that they would be helpful for you and we really would like to hear feedback from any LabVIEW developer about them (use, LabVIEW integration, ease of implementation,...).</p>
<p>Regards.</p>
]]></description><guid isPermaLink="false">15585</guid><pubDate>Mon, 19 Mar 2012 12:48:36 +0000</pubDate></item><item><title><![CDATA[Important &#34;ViBox - Probes&#34; toolkit update]]></title><link>https://lavag.org/topic/15547-important-vibox-probes-toolkit-update/</link><description><![CDATA[<p>Please have a look to this important note about our free toolkit update here --&gt; <a href="https://decibel.ni.com/content/groups/saphir-toolkit/blog/2012/03/12/important-vibox--probes-update" rel="external nofollow">https://decibel.ni.com/content/groups/saphir-toolkit/blog/2012/03/12/important-vibox--probes-update</a></p>
<p>We encourage every users to update as soon as possible and hope that nobody has came across this issue.</p>
<p>Regards,</p>
<p>Olivier</p>
]]></description><guid isPermaLink="false">15547</guid><pubDate>Mon, 12 Mar 2012 10:08:22 +0000</pubDate></item><item><title><![CDATA[The Certified LabVIEW Architects Summit 2012 has begun&#33;]]></title><link>https://lavag.org/topic/15525-the-certified-labview-architects-summit-2012-has-begun/</link><description><![CDATA[<p>Follow summit topics live <a href="http://hashtags.org/CLASummit" rel="external nofollow">here</a>!</p>
<p>Attendees: please include the #CLASummit in your tweets!</p>
]]></description><guid isPermaLink="false">15525</guid><pubDate>Mon, 05 Mar 2012 16:56:06 +0000</pubDate></item><item><title>LabVIEW 2012 beta signup open</title><link>https://lavag.org/topic/15433-labview-2012-beta-signup-open/</link><description><![CDATA[<p>Since someone else will beat me to the punch if I try and wait for the software to be posted...here's the link to the <a href="http://forums.ni.com/t5/LabVIEW/Announcing-the-LabVIEW-2012-Platform-Beta-Program/td-p/1859557" rel="external nofollow">LabVIEW 2012 beta announcement post</a> at ni.com.</p>
<p>Go ahead.  You know you want to.</p>
]]></description><guid isPermaLink="false">15433</guid><pubDate>Wed, 01 Feb 2012 21:31:58 +0000</pubDate></item><item><title>Congratulations to the New LabVIEW Champions</title><link>https://lavag.org/topic/15430-congratulations-to-the-new-labview-champions/</link><description><![CDATA[<p>Congratulations to the incoming freshman class of <a href="https://decibel.ni.com/content/groups/labview-champions" rel="external nofollow">LabVIEW Champions</a>!  Once a year, new members are inducted into the Champions programme, and this year's 9 new members represent a high calibre group of individuals from all over the world.  I'm also proud that many of the Champions (if not all?) are leading members of the LAVA, and have shaped, and are shaped, by our community.</p>
<p>Congratulations!</p>
]]></description><guid isPermaLink="false">15430</guid><pubDate>Tue, 31 Jan 2012 15:07:23 +0000</pubDate></item><item><title><![CDATA[LapDog Messaging Library v2 Beta 1 is available&#33;]]></title><link>https://lavag.org/topic/14196-lapdog-messaging-library-v2-beta-1-is-available/</link><description><![CDATA[<p>The LapDog team is pleased to announce the LapDog.Messaging 2.0 Beta package is available for download from <span style="color:#000000;">our </span><a href="https://sourceforge.net/projects/lapdogapi/files/Message%20Library/" rel="external nofollow"><span style="color:#000000;">SourceForge repository</span></a><span style="color:#000000;">.</span>  In addition to the conveniences found in version 1, such as built-in error trapping and priority queues, version 2 introduces a few key time-saving improvements:</p>
<p><strong>Simplified Data-less Messaging</strong></p>
<p>Sending a data-less message in version 1.x required users to drop a Create Message method on the block diagram, attach a string to the Create Message's 'Message Name' terminal, and finally wire the message object to the EnqueueMessage method.  It's not particularly difficult, but it does get repetitive and uses up block diagram space.</p>
<p>Version 2.0 streamlines the process and allows users to send a data-less message by connecting a string directly to the EnqueueMessage's 'Message' terminal.</p>
<p><strong>Improved Message Renaming</strong></p>
<p>One of the principles of good application design is encapsulation.  In other words, try to limit the amount of information that passes between distant parts of your application.  Changing a message's name as it travels down the message handling chain helps keep information localized and can improve readability.</p>
<p>Version 2.0 makes this easier by factoring out the RenameableMessage class and moving the RenameMessage method up to the Message class.  Now all messages have the built-in ability to be renamed, eliminating the annoying step of downcasting a Message object to a RenameableMessage object just so it can be renamed.</p>
<p><strong>New Namespacing</strong></p>
<p>Unfortunately, removing the RenameableMessage class breaks backwards compatibility, making direct upgrades a little more difficult.  Since backwards compatibility is already broken, we decided to use this opportunity to change LapDog's namespacing and bring it more in line with modern text languages.</p>
<p>Libraries are organized into a "virtual" hierarchy using a dot naming convention.  For example, the linked VIPM package contains two different libraries:  LapDog.Messaging.v2.lvlib contains the queue classes a few core messages.  LapDog.Messaging.v2.NativeTypes.lvlib is an extension library containing message classes for select data types in Labview and is dependent on the core Messaging library.  It is hoped that using this naming convention will make it easier for developers to understand how libraries (and packages) relate to each other without having to dig into the source code.</p>
<p>The new namespacing also makes it possible to have different major versions installed side-by-side without cross linking or conflicts, allowing you to try out the beta without worrying about breaking existing applications.</p>
<p>So what are you waiting for?  Download it now and give it a try!  (Don't be afraid to leave feedback... positive or negative.)</p>
]]></description><guid isPermaLink="false">14196</guid><pubDate>Tue, 26 Apr 2011 19:06:34 +0000</pubDate></item><item><title><![CDATA[US CLA Summit 2012 - Call for Submissions - &#34;Separating Software Implementation From Graphical User Interface&#34;]]></title><link>https://lavag.org/topic/15117-us-cla-summit-2012-call-for-submissions-separating-software-implementation-from-graphical-user-interface/</link><description><![CDATA[<p>Dear CLAs,</p>
<p>The call for submissions had been posted at the CLA Community:</p>
<p><a href="https://decibel.ni.com/content/docs/DOC-19083" rel="external nofollow">https://decibel.ni.com/content/docs/DOC-19083</a></p>
<p>Please check it out and start thinking what you are going to present at the summit.</p>
<p>Thanks,</p>
<p>Fab</p>
]]></description><guid isPermaLink="false">15117</guid><pubDate>Fri, 28 Oct 2011 02:45:13 +0000</pubDate></item><item><title>CLA Summit 2012 - call for topic ideas</title><link>https://lavag.org/topic/14927-cla-summit-2012-call-for-topic-ideas/</link><description><![CDATA[<p>If you are a CLA, we want your feedback, the call for topic ideas for CLA Summit 2012 is here:</p>
<p><a href="https://decibel.ni.com/content/thread/10492" rel="external nofollow">https://decibel.ni.c...nt/thread/10492</a></p>
<p>CLA Summit 2012 will be March 5 - 7</p>
<p>Thanks,</p>
<p>Fab</p>
]]></description><guid isPermaLink="false">14927</guid><pubDate>Thu, 15 Sep 2011 18:52:41 +0000</pubDate></item><item><title>Software Validation Tools Now Included with Developer Suite</title><link>https://lavag.org/topic/14788-software-validation-tools-now-included-with-developer-suite/</link><description><![CDATA[<p>I think this is one of the biggest steps in recent memory to advance the professionalism of LabVIEW as a programming language: announced today, the LabVIEW software validation tools are now included with the developer suite!  This means that anyone who purchases or renews their license for Developer Suite now has access to the following products at no additional charge: LabVIEW VI Analyzer Toolkit, LabVIEW Unit Test Framework, and the LabVIEW Desktop Execution Trace Toolkit.</p>
<p><a href="https://decibel.ni.com/content/groups/large-labview-application-development/blog/2011/08/22/software-validation-tools-now-included-with-developer-suite-as-of-august-2011" rel="external nofollow">Read more about this announcement here</a>.</p>
]]></description><guid isPermaLink="false">14788</guid><pubDate>Mon, 22 Aug 2011 15:21:23 +0000</pubDate></item><item><title>Fun With Subpanels, Part 1</title><link>https://lavag.org/topic/14724-fun-with-subpanels-part-1/</link><description><![CDATA[<p>Introduced in LabVIEW 7.0, the Subpanel is a container that is used to  display the front panel of a subVI within the front panel of a Main VI,  allowing users to interact with the subVI's front panel controls within  the bounds of the main VI.</p>
<p><a href="http://labviewinsights.blogspot.com/2011/08/fun-with-subpanels-part-1.html" rel="external nofollow">Read the full article here.</a></p>
]]></description><guid isPermaLink="false">14724</guid><pubDate>Thu, 11 Aug 2011 04:20:32 +0000</pubDate></item><item><title><![CDATA[Help OpenG&#33;]]></title><link>https://lavag.org/topic/12489-help-openg/</link><description><![CDATA[<p>I work on the LabVIEW team, and we are looking for some feedback on OpenG. If you're an experienced LabVIEW / OpenG user, and you have 5 minutes to fill out a survey, let me know.</p>
<p>To participate, just email me at <strong><a href="mailto:chris.bolin@ni.com" rel="external nofollow">chris dot bolin at ni dot com</a></strong><strong> </strong>or send me a LAVA message with your email address.</p>
]]></description><guid isPermaLink="false">12489</guid><pubDate>Wed, 02 Jun 2010 17:12:44 +0000</pubDate></item><item><title><![CDATA[NI Field Architects&#39; Blog is up and running&#33;]]></title><link>https://lavag.org/topic/14626-ni-field-architects-blog-is-up-and-running/</link><description><![CDATA[<p>For those who don't know them, the NI Field Architects are a small and elite group of LabVIEW awesomeness (some might call them oracles), with a *lot* of experience (ie: they're old <img src="https://lavag.org/uploads/emoticons/default_tongue.png" alt=":P">) - check out their new blog here: <a href="http://labviewjournal.com/" rel="external nofollow">http://labviewjournal.com/</a></p>]]></description><guid isPermaLink="false">14626</guid><pubDate>Tue, 26 Jul 2011 01:50:48 +0000</pubDate></item><item><title>Vote now for the First-Ever Graphical System Design Achievement Awards Community&#x2019;s Choice Award Winner</title><link>https://lavag.org/topic/14536-vote-now-for-the-first-ever-graphical-system-design-achievement-awards-community%E2%80%99s-choice-award-winner/</link><description><![CDATA[<p>The <a href="http://www.ni.com/gsdawards/" rel="external nofollow">Graphical System Design Achievement Awards</a> (GSDAA) is the National Instruments annual technical application contest, showcasing the most innovative projects based on NI software and hardware. Technical judges have whittled down more than 120 submissions to 17 finalists.</p>
<p>Currently, the NI community is encouraged to vote for the first-ever GSDAA Community’s Choice Award winner. Voting will remain open until Monday, August 1, 2011 at 5 p.m. CDT. </p>
<p>To show support for your favorite finalist and increase their chances of winning, follow these steps:</p>
<p>1.	First, visit and join the <a href="https://decibel.ni.com/content/groups/niweek-2011" rel="external nofollow">NIWeek 2011</a> group. </p>
<p>2.	Then, click on the “Documents” tab and select the document titled “<a href="https://decibel.ni.com/content/docs/DOC-16462" rel="external nofollow">Vote for the 2011 GSDAA Community's Choice Award</a>” to learn how to vote!</p>
<p>The finalist with the most "Likes" will be honored at the GSDAA ceremony during NIWeek 2011 on August 2.</p>
]]></description><guid isPermaLink="false">14536</guid><pubDate>Tue, 12 Jul 2011 15:11:59 +0000</pubDate></item><item><title>NI SRManager in iPhone App Store</title><link>https://lavag.org/topic/14326-ni-srmanager-in-iphone-app-store/</link><description><![CDATA[<p>NI SRManager is now in the iPhone App Store. You can download it here: </p>
<p><a href="http://itunes.apple.com/us/app/ni-srmanager/id432100096?mt=8&amp;ls=1" rel="external nofollow">http://itunes.apple.com/us/app/ni-srmanager/id432100096?mt=8&amp;ls=1</a></p>
<p>View and bookmark your NI Service Requests. You can read the service requests offline including (requires a service contract) notes from our Engineers. </p>
<p>Features:</p>
<p>- View Open and Closed Service Requests</p>
<p>- Bookmark Important Service Requests</p>
<p>- Call Support Directly from the App</p>
<p>- View Account</p>
<p>Valid Service Contract Required:</p>
<p>- View Notes from our Engineers</p>
]]></description><guid isPermaLink="false">14326</guid><pubDate>Tue, 24 May 2011 16:10:34 +0000</pubDate></item><item><title>infoEnum (enum type definition browser)</title><link>https://lavag.org/topic/14218-infoenum-enum-type-definition-browser/</link><description><![CDATA[<p>Hello,</p>
<p> A tool for those who make extensive use of enum type definitions.</p>
<p>infoEnum is a donations supported, LabVIEW VI add-on built to help  LabVIEW software designers who build complex softwares using enum type  definitions to control the different events and actions occurring in the  software. It allows to see which enum values are used were and also  find the unused ones easily.</p>
<p>Details <a href="http://forums.ni.com/t5/LabVIEW/infoEnum-enum-type-definition-browser/td-p/1543258" rel="external nofollow">here</a>.</p>
<p><img src="http://infosens.info/images/products_infoenum_guide_en.gif" alt="products_infoenum_guide_en.gif"></p>
]]></description><guid isPermaLink="false">14218</guid><pubDate>Sun, 01 May 2011 21:46:21 +0000</pubDate></item><item><title>FRC Safety Config Tutorial</title><link>https://lavag.org/topic/14046-frc-safety-config-tutorial/</link><description><![CDATA[<p>I’d just like to announce that a new video has been posted, in parallel to the Seven Steps to Robot Success.</p>
<p>This video is titled: <em>FRC Safety Config Tutorial</em>, and it will involve</p>
<p>• How to enable and disable the safety feature for the safety feature for the robot</p>
<p>• How to set the timeout value for the safety feature</p>
<p>Here is a link to the video:</p>
<p><a href="http://www.frcmastery.com/labview-for-frc/2011-frc-steps-to-robot-success/frc-safety-config-tutorial/" rel="external nofollow">FRC Safety Config</a></p>
<p>It is located in the same dropdown tab as the 2011 FRC Seven Steps to Robot Success, so feel free to check those out as well.</p>
]]></description><guid isPermaLink="false">14046</guid><pubDate>Mon, 28 Mar 2011 15:05:42 +0000</pubDate></item><item><title>Using SQlite  in LabVIEW</title><link>https://lavag.org/topic/13181-using-sqlite-in-labview/</link><description><![CDATA[<p>Hi all,</p>
<p>I've been working at SAPHIR for many years (SAPHIR is a 20 years old french company - <a href="http://www.saphir.fr" rel="external nofollow">www.saphir.fr</a>). We have implemented DataBase (ACSESS, MySQL...) in several LabVIEW applications. Since one year, we are using SQLite database without any trouble and now we are pleased to announce the release of our new toolkit: SQLiteVIEW.</p>
<p>It will be available with a 30 days evaluation version. You can already read more about it <a href="http://decibel.ni.com/content/docs/DOC-13458" rel="external nofollow">here</a>. You can also learn more about SQLite <a href="http://decibel.ni.com/content/groups/saphir-toolkit/blog/2010/09/17/why-an-sqlite-toolkit" rel="external nofollow">here</a>.</p>
<p>We plan to release this toolkit in a couple of weeks and we hope you'll like it as we do <img src="https://lavag.org/uploads/emoticons/default_smile.png" alt=":)"></p>
<p>Regards</p>
]]></description><guid isPermaLink="false">13181</guid><pubDate>Thu, 30 Sep 2010 14:49:22 +0000</pubDate></item><item><title>FRC Dashboard Inputs</title><link>https://lavag.org/topic/13962-frc-dashboard-inputs/</link><description><![CDATA[<p>I’d just like to announce that a new video has been posted, in parallel to the Seven Steps to Robot Success.</p>
<p>This video is titled: <em>FRC Dashboard Inputs</em>, and it will involve</p>
<p>• Using the Analog Inputs and Digital Inputs on the Robot Dashboard for testing programs</p>
<p>Here is a link to the video:</p>
<p><a href="http://www.frcmastery.com/labview-for-frc/2011-frc-steps-to-robot-success/frc-dashboard-inputs/" rel="external nofollow">FRC Dashboard Inputs</a></p>
<p>It is located in the same dropdown tab as the 2011 FRC Seven Steps to Robot Success, so feel free to check those out as well.</p>
]]></description><guid isPermaLink="false">13962</guid><pubDate>Fri, 11 Mar 2011 18:23:57 +0000</pubDate></item><item><title>FRC Dashboard Customization Video</title><link>https://lavag.org/topic/13900-frc-dashboard-customization-video/</link><description><![CDATA[<p>I’d just like to announce that a new video has been posted, in parallel to the Seven Steps to Robot Success. </p>
<p>This video is titled: <em>FRC Dashboard Customization</em>, and it will involve</p>
<p>• Altering the robot code to send more information to the FRC Dashboard</p>
<p>• Customizing the FRC Dashboard Project to display this information</p>
<p>Here is a link to the video:</p>
<p><a href="http://www.frcmastery.com/labview-for-frc/2011-frc-steps-to-robot-success/frc-dashboard-customization/" rel="external nofollow">FRC Dashboard Customization</a></p>
<p></p>
<p>It is located in the same dropdown tab as the 2011 FRC Seven Steps to Robot Success, so feel free to check those out as well.</p>
<p>Ben Zimmer</p>
<p>-- <abbr title="LabVIEW">LV</abbr> Mastery Team</p>
]]></description><guid isPermaLink="false">13900</guid><pubDate>Tue, 01 Mar 2011 20:24:45 +0000</pubDate></item><item><title>2011 Vision Example Integration</title><link>https://lavag.org/topic/13845-2011-vision-example-integration/</link><description><![CDATA[<p>I’d just like to announce that a new video has been posted, in parallel to the Seven Steps to Robot Success. </p>
<p>This video is titled: <em>2011 Vision Example Integration</em>, and it will involve</p>
<p>• How to import the 2011 Vision Example code into a Robot Project</p>
<p>• How to program the robot to track the leftmost game pole, and align itself with it in Autonomous mode</p>
<p>Here is a link to the video:</p>
<p><a href="http://www.frcmastery.com/labview-for-frc/2011-frc-steps-to-robot-success/2011-vision-example-integration/" rel="external nofollow">2011 Vision Integration</a></p>
<p></p>
<p>It is located in the same dropdown tab as the 2011 FRC Seven Steps to Robot Success, so feel free to check those out as well.</p>
<p>Ben Zimmer</p>
<p>-- <abbr title="LabVIEW">LV</abbr> Mastery Team</p>
]]></description><guid isPermaLink="false">13845</guid><pubDate>Sat, 19 Feb 2011 16:40:43 +0000</pubDate></item><item><title>2011 Vision Example Tutorial</title><link>https://lavag.org/topic/13804-2011-vision-example-tutorial/</link><description><![CDATA[<p>I’d just like to announce that a new video has been posted, in parallel to the Seven Steps to Robot Success.</p>
<p>This video is titled: <em>2011 Vision Example Tutorial</em>, and it will involve</p>
<p>• An explanation of the example program, and a brief overview of how it works</p>
<p>• A modification to the program to make it easier to find HSL thresholds</p>
<p>Here is a link to the video:</p>
<p><a href="http://www.frcmastery.com/labview-for-frc/2011-frc-steps-to-robot-success/2011-vision-example-tutorial/" rel="external nofollow">2011 Vision Example Tutorial</a></p>
<p>It is located in the same dropdown tab as the 2011 FRC Seven Steps to Robot Success, so feel free to check those out as well.</p>
<p>Ben Zimmer</p>
<p>-- <abbr title="LabVIEW">LV</abbr> Mastery Team</p>
]]></description><guid isPermaLink="false">13804</guid><pubDate>Sat, 12 Feb 2011 02:24:43 +0000</pubDate></item><item><title><![CDATA[CLA Summit wants YOU&#33;]]></title><link>https://lavag.org/topic/13501-cla-summit-wants-you/</link><description><![CDATA[<p>Calling all CLA!</p>
<p>Head on over to the <a href="http://decibel.ni.com/content/projects/cla-summit-march-2011/blog/2010/11/17/time-to-plan-for-cla-summit#comments" rel="external nofollow">CLA Summit 2011 Page</a> and give your comments please.</p>
<p><strong>{EDITORS NOTE}:: </strong>It's in a private group so you must join first <a href="http://decibel.ni.com/content/groups/certified-labview-architects" rel="external nofollow">here</a></p>
<p>CLA Summit 2010 was a huge success and this years will be better yet. </p>
<p>Comments like "It was worth the airfare" which came from a CLA from Italy should convince you to not only attend but also shape the content and format.</p>
<p>So once again</p>
<p><a href="http://decibel.ni.com/content/projects/cla-summit-march-2011/blog/2010/11/17/time-to-plan-for-cla-summit#comments" rel="external nofollow">http://decibel.ni.com/content/projects/cla-summit-march-2011/blog/2010/11/17/time-to-plan-for-cla-summit#comments</a></p>
<p></p>
<p><a href="http://decibel.ni.com/content/projects/cla-summit-march-2011/blog/2010/11/17/time-to-plan-for-cla-summit#comments" rel="external nofollow"></a></p>
<p></p>
<p><a href="http://decibel.ni.com/content/projects/cla-summit-march-2011/blog/2010/11/17/time-to-plan-for-cla-summit#comments" rel="external nofollow">S</a>ee you all soon</p>
<p>Norm Kirchner</p>
<p>Sr RF Systems Engineer</p>
<p>National Instruments</p>
<p>~,~ </p>
<p>CLA, CTA, CPI, Defrock'd <abbr title="LabVIEW">LV</abbr> Champion</p>
<p>General RF Nuisance</p>
]]></description><guid isPermaLink="false">13501</guid><pubDate>Sat, 11 Dec 2010 00:30:36 +0000</pubDate></item><item><title>LabVIEW 2011 Beta program registration</title><link>https://lavag.org/topic/13765-labview-2011-beta-program-registration/</link><description><![CDATA[<p>Hi,</p>
<p>just seen this over on the dark side  </p>
<p>					 	 						 	 		 							 		 			 			 			 			<a href="http://forums.ni.com/t5/LabVIEW/Announcing-the-LabVIEW-2011-Platform-beta/td-p/1436162" rel="external nofollow"><span style="font-size:24px;">Announcing the LabVIEW 2011 Platform beta</span></a></p>
<p>hear we go again :-)</p>
]]></description><guid isPermaLink="false">13765</guid><pubDate>Thu, 03 Feb 2011 10:27:09 +0000</pubDate></item><item><title>Exploring Default Autonomous Code</title><link>https://lavag.org/topic/13753-exploring-default-autonomous-code/</link><description><![CDATA[<p>I’d just like to announce that a new video has been posted, in parallel to the Seven Steps to Robot Success. </p>
<p>  This video is titled: <em>Exploring the Default Autonomous Code</em>, and it will involve </p>
<p>  ·     	An explanation of Line Follower Code</p>
<p>  ·     	A live demonstration of default autonomous code</p>
<p>  It is located in the same dropdown tab as the 2011 FRC Seven Steps to Robot Success, so feel free to check those out as well. </p>
<p>  Ben Zimmer</p>
<p>  -- <abbr title="LabVIEW">LV</abbr> Mastery Team</p>
]]></description><guid isPermaLink="false">13753</guid><pubDate>Mon, 31 Jan 2011 15:42:59 +0000</pubDate></item><item><title>Final Update to the FRC Videos</title><link>https://lavag.org/topic/13682-final-update-to-the-frc-videos/</link><description><![CDATA[<p>The final video for the 2011 FRC Season have just been posted. </p>
<p>  These videos conclude <em>The Seven Steps to FRC Robotics Success</em> that Enable Training and Consulting Inc. has put together this year. </p>
<p>  You can find the entire set in the dropdown menu at the top of the page to LabVIEW for FRC. </p>
<p>  In Step 7 we will:</p>
<p>  <span style="font-family:Symbol;">·     	</span>Modify autonomous independent SubVI to add a parallel loop</p>
<p>  <span style="font-family:Symbol;">·     	</span>Slowly move servo forward and return to zero position when limit switch is closed </p>
<p>  As always, the material from the 2010 season is still ready and available.</p>
]]></description><guid isPermaLink="false">13682</guid><pubDate>Wed, 19 Jan 2011 21:50:45 +0000</pubDate></item><item><title>FRC Video Tutorial Update 2</title><link>https://lavag.org/topic/13670-frc-video-tutorial-update-2/</link><description><![CDATA[<p>The next two installments of The Seven Steps to FRC Robotics Success have now been posted by Enable Training and Consulting. </p>
<p>  Now you can find Steps 1 through 6 on FRCMastery.com, with only the final step remaining. </p>
<p>  See the dropdown menu at the top of the page to LabVIEW for FRC.  There’s a link to all the 2011 videos there.   </p>
<p>  In Step 5 we will:</p>
<p>  </p>
<ul><li>Investigate      Autonomous Mode</li>
<li>Enable      Autonomous Mode</li>
</ul>  In Step 6 we will:<br><ul><li>Rotate      the servo by 10 degrees each time a joystick button is pressed.</li>
<li>When      the servo angle is greater than or equal to 180 degrees, the servo returns      to 0 degrees.</li>
<li>Shift      Register to store data</li>
<li>Wiring      into a SubVI Accessing Data</li>
<li>Boolean      Functions</li>
</ul><p>   </p>
<p>  Remember that all the material from the 2010 season is still ready and available. </p>
<p>  Ben Zimmer</p>
<p>  -- <abbr title="LabVIEW">LV</abbr> Mastery Team</p>
]]></description><guid isPermaLink="false">13670</guid><pubDate>Mon, 17 Jan 2011 16:16:19 +0000</pubDate></item><item><title>FRC Video Tutorial Update</title><link>https://lavag.org/topic/13662-frc-video-tutorial-update/</link><description><![CDATA[<p>I am pleased to announce that the next two videos for the FRC 2011 season are now up on FRCMastery.com   </p>
<p>  These are steps 3 and 4 in the The Seven Steps to FRC Robotics Success that Enable Training and Consulting Inc. has put together this year. </p>
<p>  Again, you can find these in the dropdown menu at the top of the page to LabVIEW for FRC – the same place steps 1 and 2 are posted.  There’s a link to the 2011 videos there.   </p>
<p>  In Step 3 we will:</p>
<p>  ·     	Add a servo motor to the robot</p>
<p>  ·     	Initialize the new servo motor by modifying Begin SubVI</p>
<p>  ·     	Modify the Teleop SubVI to use the joystick to move the new servo motor</p>
<p>  ·     	Modify the Finish SubVI to close the reference of the new servo motor</p>
<p>  In Step 4 we will:</p>
<p>  ·     	Add a new digital input as a limit switch</p>
<p>  ·     	Initialize the new Digital Input by modifying Begin SubVI</p>
<p>  ·     	Close the reference of the new Digital Input by modifying the Finish SubVI </p>
<p>  ·     	Modify the Teleop SubVI to replace the momentary joystick button with a limit switch</p>
<p>  Ben Zimmer</p>
<p>  -- <abbr title="LabVIEW">LV</abbr> Mastery Team</p>
]]></description><guid isPermaLink="false">13662</guid><pubDate>Fri, 14 Jan 2011 18:36:55 +0000</pubDate></item></channel></rss>
