<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>Last 10 LAVA CR Submissions RSS Feed</title>
	<link><![CDATA[http://lavag.org/index.php?app=downloads&module=search&section=search&do=last_ten]]></link>
	<pubDate>Mon, 28 May 2012 05:18:38 +0000</pubDate>
	<ttl>1800</ttl>
	<description>This is the RSS feed of the last ten file submissions accepted into our database.  This RSS feed is always up to date as it is dynamically updated.</description>
	<item>
		<title>Create UDL File</title>
		<link>http://lavag.org/files/file/210-create-udl-file/</link>
		<description><![CDATA[HI<br />
This Example will create UDL file for SQl Database server.<br />
Also you can create databse using this example.<br />
 <br />
 <br />
Labview Version - Labview 2010<br />
 <br />
 <br />
Dependancy -  Database connectivity toolkit<br />
 <br />
 <br />
Update - Uploaded for version 8.2, 8.5, 8.6<br />
 <br />
 <br />
Please give your comments<br />
 <br />
 <br />
Regards<br />
Prabhakant (PC)]]></description>
		<pubDate>Thu, 17 May 2012 10:02:17 +0000</pubDate>
		<guid isPermaLink="false">210</guid>
	</item>
	<item>
		<title>Calculator_XControl_LV2010</title>
		<link>http://lavag.org/files/file/209-calculator-xcontrol-lv2010/</link>
		<description><![CDATA[This is the simple example of XControl.<br />
 <br />
 <br />
 <br />
Regards<br />
Prabhakant (PC)]]></description>
		<pubDate>Thu, 17 May 2012 09:57:11 +0000</pubDate>
		<guid isPermaLink="false">209</guid>
	</item>
	<item>
		<title>GPower toolsets package</title>
		<link>http://lavag.org/files/file/207-gpower-toolsets-package/</link>
		<description><![CDATA[This is a submission for the GPower toolsets palette, which will also shortly be available on the NI LabVIEW Tools Network. I submit it to Lava to (of course) share it with everyone, but also to establish an open forum to discuss improvements and to provide support. Much better than hiding all this in private email conversations with each user.<br />
 <br />
The toolsets are compiled for LV2009 SP1, are provided as VIPs for VIPM, and will mass compile to at least LV2010 and LV 2011 without problems (this happens automagically during the VIP-install process for those of you that don't know VI Package Manager <img src='http://lavag.org/public/style_emoticons/default/cool.png' class='bbc_emoticon' alt=':cool:' />). The 'gpower_lib_toolsets-1.0.0.6.vip' is an umbrella for the four other VIPs, it doesn't add anything extra by itself.<br />
 <br />
Currently this consists of 4 toolsets:<br />
 <br />
<strong class='bbc'>Dynamic Dispatch</strong><br />
Open, pass data to (without using the front panel), run, and close dynamic VIs. A cumbersome process using VI Server made easy with this toolset.<br />
<br />
<strong class='bbc'>Error</strong><br />
Streamline common error wire tasks such as set, filter and clear errors and warnings, and unbundle the error cluster. Adds advanced features such as dynamic setting of custom global errors, that you can invoke from anywhere in your application, and bundling errors into a single error wire. No more need for arrays of error clusters!<br />
<br />
<strong class='bbc'>Timing</strong><br />
Calculate elapsed and remaining time, and abort a running Wait function for instance.<br />
 <br />
<strong class='bbc'>VIRegister</strong><br />
High performance "global variables" that lets you pass data between any corners of your application. It's based on queues, so a "global" that does not involve using front panel controls, files, or the LV project - it all happens in the block diagram. In most cases you don't even have to pass a refnum around, just drop a VIRegister somewhere and you're done.<br />
 <br />
If this thread generates too much noise across the different toolsets, we could split this into 4 submissions. But lets see how it goes. More toolsets are awaiting release, but I'll start with these four to get a feel for the process.<br />
 <br />
Cheers,<br />
Steen]]></description>
		<pubDate>Thu, 15 Mar 2012 11:44:22 +0000</pubDate>
		<guid isPermaLink="false">207</guid>
	</item>
	<item>
		<title>Mercurial Provider</title>
		<link>http://lavag.org/files/file/206-mercurial-provider/</link>
		<description><![CDATA[This toolkit allows you to directly communicate with you <a href='http://mercurial.selenic.com/' class='bbc_url' title='External link' rel='nofollow external'>Mercurial</a> repository, from within the LabVIEW project environment.<br />
This toolkit acts as an extension of the supplied LabVIEW SCC interface in LabVIEW professional.<br />
 <br />
The toolkit allows you to commit, push, tag changesets. Has support for adding Issue tracking IDs.]]></description>
		<pubDate>Sat, 25 Feb 2012 14:23:09 +0000</pubDate>
		<guid isPermaLink="false">206</guid>
	</item>
	<item>
		<title>JGCODE Preferences Dialog Library</title>
		<link>http://lavag.org/files/file/204-jgcode-preferences-dialog-library/</link>
		<description><![CDATA[This package is <strong class='bbc'>Open Source</strong><br />
The Library contains supporting VIs that integrate with the LabVIEW Preferences Dialog to simplify file IO using OpenG VIs.<br />
 <br />
Thanks to <a href='http://lavag.org/user/1431-yair/' class='bbc_url' title=''>Yair/tst</a> for help with refactoring <img src='http://lavag.org/public/style_emoticons/default/smile.png' class='bbc_emoticon' alt=':)' /><br />
 <br />
<strong class='bbc'>Installation locations:</strong><br />
<templates>&#092;JGCODE&#092;Preferences Page Dialog.vit - template for creating new pages<br />
<examples>&#092;JGCODE&#092;preferences_dialog - example application and instructions<br />
 <br />
<strong class='bbc'>The following VIs are called dynamically so that linking is maintained:</strong><br />
 <br />
<resource>&#092;dialog&#092;PreferencesDialog&#092;PreferenceDialog.vi<br />
<resource>&#092;dialog&#092;PreferencesDialog&#092;optionsFrame_GetErrorReportQueue.vi<br />
<resource>&#092;dialog&#092;PreferencesDialog&#092;optionsFrame_GetPageReadyNotifier.vi<br />
<resource>&#092;dialog&#092;PreferencesDialog&#092;PreferencePages&#092;SharedPrefPage_SubVIs&#092;SetCursorBusy.vi<br />
<resource>&#092;dialog&#092;PreferencesDialog&#092;PreferencePages&#092;SharedPrefPage_SubVIs&#092;SetCursorNormal.vi<br />
<resource>&#092;dialog&#092;PreferencesDialog&#092;PreferencePages&#092;SharedPrefPage_SubVIs&#092;SetOkDisable.vi<br />
<resource>&#092;dialog&#092;PreferencesDialog&#092;PreferencePages&#092;SharedPrefPage_SubVIs&#092;SetOkEnable.vi<br />
<resource>&#092;dialog&#092;PreferencesDialog&#092;PreferencePages&#092;SharedPrefPage_SubVIs&#092;SetPanelCloseStateDisable.vi<br />
<resource>&#092;dialog&#092;PreferencesDialog&#092;PreferencePages&#092;SharedPrefPage_SubVIs&#092;SetPanelCloseStateEnable.vi<br />
 <br />
<strong class='bbc'>This Package depends on these other packages:</strong><br />
oglib_appcontrol >= 4.1.0.7<br />
oglib_array >= 4.1.0.13<br />
oglib_file >= 4.0.0.20<br />
oglib_variantconfig >= 4.0.0.5]]></description>
		<pubDate>Mon, 30 Jan 2012 02:31:33 +0000</pubDate>
		<guid isPermaLink="false">204</guid>
	</item>
	<item>
		<title>LVOOP Property Popper</title>
		<link>http://lavag.org/files/file/203-lvoop-property-popper/</link>
		<description><![CDATA[Copyright &#169; 2012 Norman J. Kirchner, Jr.; 2007-2012 JGCODE<br />
~,~ - The Captain was here...<br />
 <br />
This package is Open Source<br />
 <br />
LVOOP Property Popper is a tool that aids in debugging Class Property Nodes.<br />
<strong class='bbc'>Instructions:</strong><br />
* Open the LVOOP Property Popper UI<br />
* Select a Class Property Node<br />
* Press 'Get Properties'<br />
* Double-click a property in the listbox to open that  properties Block Diagram<br />
 <br />
Restart LabVIEW to refresh Menus after installation<br />
 <br />
<strong class='bbc'>Tools Menu:</strong><br />
Plugins can be found under Tools>>LAVA>>LVOOP Property Popper<br />
'Run' - opens the LVOOP Property Popper UI<br />
'Open Example' - demonstrates features of this tool<br />
 <br />
<strong class='bbc'>Installation Locations (relative to LabVIEW directory):</strong><br />
'&#092;vi.lib&#092;addons&#092;_LAVA&#092;lvoop_property_popper' - main code<br />
'&#092;project&#092;LAVA&#092;lvoop_property_popper' - tools menu plugin code<br />
'&#092;examples&#092;LAVA&#092;lvoop_property_popper' - example code]]></description>
		<pubDate>Tue, 17 Jan 2012 15:45:29 +0000</pubDate>
		<guid isPermaLink="false">203</guid>
	</item>
	<item>
		<title>HTML Report Embedded images</title>
		<link>http://lavag.org/files/file/200-html-report-embedded-images/</link>
		<description><![CDATA[This class adds a special version for the HTML-report generation VIs.<br />
By using this class you can use the normal report generation functions, however images will be embedded in the HTML file <a href='http://en.wikipedia.org/wiki/Data_URI_scheme#HTML' class='bbc_url' title='External link' rel='nofollow external'>inside the <IMG> tag</a>.<br />
 <br />
This tool adds a special override class for the <a href='http://zone.ni.com/reference/en-XX/help/371361G-01/lvreport/report_gen_vis/' class='bbc_url' title='External link' rel='nofollow external'>Report Generation</a> toolkit. With this class come 3 overrides for the following functions:<ul class='bbc'><br /><li>Append Control Image to report<br /></li><li>Append Image to report (path)<br /></li><li>Append Image to report (string)<br /></li></ul><br />
These functions allow you to embed the added image into the HTML IMG tag. With this functionality it's possible to generate HTML reports that can be shipped without depending on a file-layout or web-server.<br />
The included DEMO VI shows you how to use this class (only the initiate function is required), and loads a sample file into your default web-browser.]]></description>
		<pubDate>Sat, 17 Dec 2011 19:06:54 +0000</pubDate>
		<guid isPermaLink="false">200</guid>
	</item>
	<item>
		<title>State Machine Follower</title>
		<link>http://lavag.org/files/file/199-state-machine-follower/</link>
		<description><![CDATA[This JKI RCF Plugin sets the Visible Frame property of a Case Structure while the owning VI is running.  Use it to follow the execution through the cases in your string-based State Machine/Sequencer when Execution Highlighting isn't fast enough (and, it's <em class='bbc'>never</em> fast enough).<br />
 <br />
The use-case I wrote this to improve is setting a Breakpoint on the Error wire coming out of the main Case Structure and probing the Case Selector terminal so I can float-probe wires during execution.  The problem with this is that I had to manually select the current frame every time.  This is boring, so I developed this plugin to automatically set the Visible Frame to the case most recently executed.<br />
 <br />
<span class='bbc_underline'>Use</span> - Select the String wire connected to the main Case Structure's selector terminal, invoke the JKI RCF and select StateFollower.<br />
 <br />
<span class='bbc_underline'>Special thanks to</span> - AristosQueue, for his help <a href='https://decibel.ni.com/content/message/27717#27717' class='bbc_url' title='External link' rel='nofollow external'>over here</a>.<br />
 <br />
<span class='bbc_underline'>LabVIEW versions</span> - tested in 2009 & 2011 - it should work in 2010 as well<br />
 <br />
<span class='bbc_underline'>Installation</span> - use VIPM to install the VI Package<br />
 <br />
<span class='bbc_underline'>License</span> - Creative Commons 3.0 Attribution (Really, do whatever you want.  I don't care.)]]></description>
		<pubDate>Wed, 19 Oct 2011 10:51:06 +0000</pubDate>
		<guid isPermaLink="false">199</guid>
	</item>
	<item>
		<title>Encryption</title>
		<link>http://lavag.org/files/file/198-encryption/</link>
		<description><![CDATA[This package consist of a series of tools in native LabVIEW 2010 code.<br />
For encryption/decription  the AES (Rijndael) routine is used with key sizes of 128, 192 and 256 bytes.<br />
The encryption supports the following <a href='http://en.wikipedia.org/wiki/Mode_of_operation' class='bbc_url' title='External link' rel='nofollow external'>block modes</a>:<ul class='bbc'><br /><li>EBC<br /></li><li>CBC<br /></li><li>CFB128<br /></li><li>OFB<br /></li></ul><br />
 <br />
For signing of string/packages it performs the SHA-1 and SHA-2 hashing, for MD5 hashing the OpenG functionality is used.<br />
The hash functions return a binary string and a hex-formatted string with the hash.<br />
The following hashes are supported:<ul class='bbc'><br /><li>MD5 (via OpenG library)<br /></li><li>SHA1<br /></li><li>SHA-2 224 bit<br /></li><li>SHA-2 256 bit<br /></li><li>SHA-2 384 bit<br /></li><li>SHA-2 512 bit<br /></li></ul><br />
For Hashed key authentication the HMAC functionality is provided based on the supported hash functions.<br />
 <br />
The used functions are tested against NIST public test vectors.<br />
The use of these functions is not: <strong class='bbc'>secure the code does not try to protect it's memory nor the used keys</strong>.<br />
&copy; Ton Plomp 2011 - No warranty implied.]]></description>
		<pubDate>Wed, 07 Sep 2011 17:48:08 +0000</pubDate>
		<guid isPermaLink="false">198</guid>
	</item>
	<item>
		<title>Transport.lvlib</title>
		<link>http://lavag.org/files/file/196-transportlvlib/</link>
		<description><![CDATA[Transport.lvlib is a LabView API to simplify and accelerate networked communication development.<br />
It simplifies development by abstracting TCPIP, UDP and Bluetooth interfaces<br />
into a single polymorphic vi which is a thin wrapper around the conventional<br />
open, read, write, close and listener VIs for all the network interfaces.<br />
 <br />
It removes dependency on the underlying hardware transport protocol and provides<br />
a uniform application interface enabling abstraction of the application from the interface.<br />
 <br />
Features:<br />
Supports TCPIP, Bluetooth and UDP (p2p, broadcast and multicast) interfaces.<br />
Supports encryption (blowfish).<br />
Supports compression (zlib).<br />
 <br />
Installation:<br />
Unzip to a directory of your choice.<br />
Add the supplied .mnu file to your palette.<br />
 <br />
Required Packages:<br />
Labview 9.0 or greater.<br />
labview_blowfish_encryption library (included).<br />
 <br />
Known Issues.<br />
None.<br />
 <br />
Versioning:<br />
Current version 1.1.<br />
See changelog.txt.]]></description>
		<pubDate>Sat, 27 Aug 2011 21:50:37 +0000</pubDate>
		<guid isPermaLink="false">196</guid>
	</item>
</channel>
</rss>
