<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: I couldn&#8217;t live without &#8220;Array of VData to VCluster&#8221; (video)</title>
	<atom:link href="http://thinkinging.com/2009/02/14/i-couldnt-live-without-array-of-vdata-to-vcluster-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkinging.com/2009/02/14/i-couldnt-live-without-array-of-vdata-to-vcluster-video/</link>
	<description>an unfiltered stream of data flow consciousness</description>
	<lastBuildDate>Mon, 19 Jul 2010 06:37:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jim Kring</title>
		<link>http://thinkinging.com/2009/02/14/i-couldnt-live-without-array-of-vdata-to-vcluster-video/comment-page-1/#comment-25367</link>
		<dc:creator>Jim Kring</dc:creator>
		<pubDate>Sun, 15 Feb 2009 21:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/?p=711#comment-25367</guid>
		<description>Ton: Thanks for the tip.  One thing to consider before trying to use this feature is that the backwards type propagation from the indicator terminal into the &lt;strong&gt;Variant to Data&lt;/strong&gt; function will not pass through structures.  And, since It is a best practice to always wrap subVIs in an error case structure and to put the indicator terminals outside the case structure, there aren&#039;t really any practical ways to utilize this feature -- I &lt;em&gt;always&lt;/em&gt; use a local variable (or typedef constant) to set the data type of the Variant to Data function.</description>
		<content:encoded><![CDATA[<p>Ton: Thanks for the tip.  One thing to consider before trying to use this feature is that the backwards type propagation from the indicator terminal into the <strong>Variant to Data</strong> function will not pass through structures.  And, since It is a best practice to always wrap subVIs in an error case structure and to put the indicator terminals outside the case structure, there aren&#8217;t really any practical ways to utilize this feature &#8212; I <em>always</em> use a local variable (or typedef constant) to set the data type of the Variant to Data function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ton Plomp</title>
		<link>http://thinkinging.com/2009/02/14/i-couldnt-live-without-array-of-vdata-to-vcluster-video/comment-page-1/#comment-25366</link>
		<dc:creator>Ton Plomp</dc:creator>
		<pubDate>Sun, 15 Feb 2009 20:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/?p=711#comment-25366</guid>
		<description>In recent version of LabVIEW you can even do without the local:
&lt;a href=&quot;http://forums.lavag.org/Array-of-Vdata-to-Vcluster-without-local-image1773.html&quot; rel=&quot;nofollow&quot;&gt;See on LAVA&lt;/a&gt;.

Ton</description>
		<content:encoded><![CDATA[<p>In recent version of LabVIEW you can even do without the local:<br />
<a href="http://forums.lavag.org/Array-of-Vdata-to-Vcluster-without-local-image1773.html" rel="nofollow">See on LAVA</a>.</p>
<p>Ton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Kring</title>
		<link>http://thinkinging.com/2009/02/14/i-couldnt-live-without-array-of-vdata-to-vcluster-video/comment-page-1/#comment-25365</link>
		<dc:creator>Jim Kring</dc:creator>
		<pubDate>Sun, 15 Feb 2009 17:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/?p=711#comment-25365</guid>
		<description>I haven&#039;t done any profiling of the OpenG &lt;strong&gt;Array of VData to VCluster&lt;/strong&gt; function, but I&#039;m sure that the &lt;strong&gt;Array to Cluster&lt;/strong&gt; primitive is pretty fast.  This operation concatenates the array type descriptors together and concatenates the array element data.  If the primitive is used, the type descriptor portion can be done at edit-time and only the array elements data need to be concatenated at run-time.

The source code is all there, so if you want to know more, take a look.  If you discover anything interesting, feel free to post back your results. :)</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t done any profiling of the OpenG <strong>Array of VData to VCluster</strong> function, but I&#8217;m sure that the <strong>Array to Cluster</strong> primitive is pretty fast.  This operation concatenates the array type descriptors together and concatenates the array element data.  If the primitive is used, the type descriptor portion can be done at edit-time and only the array elements data need to be concatenated at run-time.</p>
<p>The source code is all there, so if you want to know more, take a look.  If you discover anything interesting, feel free to post back your results. <img src='http://thinkinging.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crelf</title>
		<link>http://thinkinging.com/2009/02/14/i-couldnt-live-without-array-of-vdata-to-vcluster-video/comment-page-1/#comment-25364</link>
		<dc:creator>crelf</dc:creator>
		<pubDate>Sun, 15 Feb 2009 02:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/?p=711#comment-25364</guid>
		<description>What sort of performance hit (time and/or memory), if any, do we get using the OpenG vCluster VIs over the primatives?</description>
		<content:encoded><![CDATA[<p>What sort of performance hit (time and/or memory), if any, do we get using the OpenG vCluster VIs over the primatives?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crelf</title>
		<link>http://thinkinging.com/2009/02/14/i-couldnt-live-without-array-of-vdata-to-vcluster-video/comment-page-1/#comment-25363</link>
		<dc:creator>crelf</dc:creator>
		<pubDate>Sun, 15 Feb 2009 02:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://thinkinging.com/?p=711#comment-25363</guid>
		<description>Monkey brid fish!</description>
		<content:encoded><![CDATA[<p>Monkey brid fish!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
