<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
	<title>JKI Discussion Forums</title>
	<description></description>
	<link>http://forums.jki.net/index.php</link>
	<pubDate>Wed, 16 May 2012 11:15:44 +0000</pubDate>
	<ttl>5</ttl>
	<item>
		<title>Cannot build package for folder having classes, xcontrol</title>
		<link>http://forums.jki.net/topic/1950-cannot-build-package-for-folder-having-classes-xcontrol/</link>
		<description><![CDATA[I have some 6 classes. Among which one inherits the other and the remaining four are independent class i.e they dont have any child classes. But these independent classes have other classes objects within their data cluster.<br />
<br />
For Eg:<br />
Say i have classes 1,2,3,4,5,6. Class 6 inherits class 5. The remaining classes architecture is as below.<br />
<a class='resized_img' rel='lightbox[4676]' id='ipb-attach-url-946-0-93000800-1337430456' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=946" title="classes.PNG - Size: 15.32K, Downloads: 3"><img src="http://forums.jki.net/uploads/monthly_05_2012/post-5434-0-64723200-1337166299_thumb.png" id='ipb-attach-img-946-0-93000800-1337430456' style='width:700;height:483' class='attach' width="700" height="483" alt="Attached Image: classes.PNG" /></a><br />
Class 1 data cluster has class 2 object inside it. Similarly for class 2 and 3. Hence the class 1 methods have dependencies in class 2 and so on. The classes share same typedef's and some reusable vi's. Also i have some classes to be build in some other package that inherits a class from this package. Will VIPM support this?<br />
<br />
I tried building package for the entire folder but VIPM aborted the process saying Generic file I/O error. I could not find any specific reason for this. But i can mass compile that folder in LV without any errors and there is no missing dependencies when i add the whole folder to a project.<br />
<br />
My PC details:<br />
LV installed version: 2010 SP1<br />
VIPM: 2011]]></description>
		<pubDate>Wed, 16 May 2012 11:15:44 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1950-cannot-build-package-for-folder-having-classes-xcontrol/</guid>
	</item>
	<item>
		<title>VIPM Labview 8.5</title>
		<link>http://forums.jki.net/topic/1949-vipm-labview-85/</link>
		<description><![CDATA[can someone please tell me which version of VIPM should I use for it to work with labview 8.5?<br />
I'm using labview 8.5 under Lubuntu 12.04 i386 and I have Labview 8.5 Installed.<br />
Can someone please tell me where can I download this VIPM?<br />
Thankks in advance!<br />
I'm currently using RTE 8.5 with labview.]]></description>
		<pubDate>Sun, 13 May 2012 01:47:12 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1949-vipm-labview-85/</guid>
	</item>
	<item>
		<title>Wrong path for DLL with .NET assembly</title>
		<link>http://forums.jki.net/topic/1948-wrong-path-for-dll-with-net-assembly/</link>
		<description><![CDATA[I created a package with VIs that make use of .NET classes. After installation, when I drag a VI from the newly created palette onto the block diagram, LabVIEW searches for a couple of seconds for the DLL, eventually finds it in the folder into which my VIs have been installed by the VIPM and then displays a dialog message that a dependency has been loaded from a new path:<br />
<br />
<em class='bbc'>The .NET assembly expected to be at "C:&#092;.LabbitMQ&#092;RabbitMQ.Client.dll" was loaded from "C:&#092;Program Files&#092;National Instruments&#092;LabVIEW 2011&#092;vi.lib&#092;Zen Informatics&#092;LabbitMQ&#092;RabbitMQ.Client.dll".</em><br />
<br />
Is there any way to get rid of the searching and the displayed message?]]></description>
		<pubDate>Tue, 08 May 2012 09:00:15 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1948-wrong-path-for-dll-with-net-assembly/</guid>
	</item>
	<item>
		<title>LVOOP class (lvclass) control/constant should be available in palette</title>
		<link>http://forums.jki.net/topic/1947-lvoop-class-lvclass-controlconstant-should-be-available-in-palette/</link>
		<description>I used the VIPM (Commmunity edition) to create a package containing a couple of LVOOP classes. In the palette entries created upon installation, only VIs are available. Is there any way to make the actual class available via the palette (i.e. on the front panel palette as a control/indicator) and on the block diagram palette as a constant? If not, would it be possible to integrate this feature in a future version of VIPM?</description>
		<pubDate>Tue, 08 May 2012 08:46:21 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1947-lvoop-class-lvclass-controlconstant-should-be-available-in-palette/</guid>
	</item>
	<item>
		<title>unnamed_cluster in xml</title>
		<link>http://forums.jki.net/topic/1946-unnamed-cluster-in-xml/</link>
		<description><![CDATA[Hello,<br />
<br />
I reviewed the postings and didn't see one that addresses my specific problem.   What happens is that when I write out my cluster, it is parented by an unnamed_cluster designation: <br />
<br />
&lt;?xml version="1.0" standalone="no"?&gt;<br />
&lt;unnamed_cluster&gt;<br />
  &lt;Project&gt;<br />
    &lt;Project_Name&gt;I40Greensborobridge&lt;/Project_Name&gt;<br />
    &lt;Project_Number_DOT&gt;406314-3-52-01&lt;/Project_Number_DOT&gt;<br />
    &lt;State&gt;NC&lt;/State&gt;<br />
    &lt;Project_Description&gt;Bridge Widening&lt;/Project_Description&gt;<br />
    &lt;Locations&gt;<br />
      &lt;Structure&gt;93811&lt;/Structure&gt;<br />
      &lt;Description/&gt;<br />
      &lt;Location&gt;0.0,0.0,&lt;/Location&gt;<br />
      &lt;Sub-Structure&gt;<br />
        &lt;Type&gt;Bent&lt;/Type&gt;<br />
        &lt;Identifier&gt;B2&lt;/Identifier&gt;<br />
      &lt;/Sub-Structure&gt;<br />
    &lt;/Locations&gt;<br />
  &lt;/Project&gt;<br />
  &lt;Project&gt;<br />
    &lt;Project_Name&gt;I75OverCowPenSloughNB&lt;/Project_Name&gt;<br />
    &lt;Project_Number_DOT&gt;406314-3-52-01&lt;/Project_Number_DOT&gt;<br />
    &lt;State&gt;FL&lt;/State&gt;<br />
    &lt;Project_Description&gt;Bridge Widening&lt;/Project_Description&gt;<br />
    &lt;Locations&gt;<br />
      &lt;Structure&gt;3285733&lt;/Structure&gt;<br />
      &lt;Description/&gt;<br />
      &lt;Location&gt;0.0,0.0&lt;/Location&gt;<br />
      &lt;Sub-Structure&gt;<br />
        &lt;Type&gt;Bent&lt;/Type&gt;<br />
        &lt;Identifier&gt;5&lt;/Identifier&gt;<br />
      &lt;/Sub-Structure&gt;<br />
    &lt;/Locations&gt;<br />
  &lt;/Project&gt;<br />
&lt;/unnamed_cluster&gt;<br />
<br />
How do I configure this to eliminate?  I've attached the XML file I'm using that generates this problem LV 2011.  Thanks.]]></description>
		<pubDate>Mon, 07 May 2012 18:54:45 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1946-unnamed-cluster-in-xml/</guid>
	</item>
	<item>
		<title>Labview 8.2 and VIPM in Lubuntu 12.04</title>
		<link>http://forums.jki.net/topic/1945-labview-82-and-vipm-in-lubuntu-1204/</link>
		<description><![CDATA[I tried to install VIPM in Lubntu 12.04 and when I installed it, it messed up my system. What happened is that after I rebooted my system, I arrived at the login screen and after I entered my  username & password, it asked for it again, so I could never log in.<br />
I was wondering if someone could tell me how to succesfully install VIPM 2.0.3 in Lubuntu 12.0.4.<br />
Thanks in advance!]]></description>
		<pubDate>Mon, 07 May 2012 14:02:15 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1945-labview-82-and-vipm-in-lubuntu-1204/</guid>
	</item>
	<item>
		<title><![CDATA[Upgraded EasyXML --&gt; Error]]></title>
		<link>http://forums.jki.net/topic/1944-upgraded-easyxml-error/</link>
		<description><![CDATA[Hi all,<br />
<br />
i just upgraded my EasyXML from Version 1 to the latest version, and suddenly my whole project doesn't work anymore.<br />
<br />
LabVIEW shows the following error:<br />
<br />
LabVIEW:  An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.<br />
=========================<br />
NI-488:  Command requires GPIB Controller to be Controller-In-Charge.<br />
<br />
I tried downgrading EasyXML but the error remains.<br />
<br />
Any ideas?<br />
<br />
Thanks,<br />
Arthur]]></description>
		<pubDate>Wed, 02 May 2012 09:53:30 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1944-upgraded-easyxml-error/</guid>
	</item>
	<item>
		<title><![CDATA[Access &#34;setup&#34; and &#34;teardown&#34; from VI Tester GUI]]></title>
		<link>http://forums.jki.net/topic/1942-access-setup-and-teardown-from-vi-tester-gui/</link>
		<description><![CDATA[I really like the double click in VI Tester GUI which opens that specific test VI. Similarly, it will be really handy if we can access/open the "setup" and "teardown" VIs for any test by simply right clicking on the selected VI in the VI Tester GUI as show here: <a href='http://screencast.com/t/54C5UW26' class='bbc_url' title='External link' rel='nofollow external'>http://screencast.com/t/54C5UW26</a>]]></description>
		<pubDate>Sun, 29 Apr 2012 19:47:29 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1942-access-setup-and-teardown-from-vi-tester-gui/</guid>
	</item>
	<item>
		<title><![CDATA[Can't Read Back XML Data]]></title>
		<link>http://forums.jki.net/topic/1938-cant-read-back-xml-data/</link>
		<description><![CDATA[I am having an issue with reading back XML data that was written with the XML toolkit. It must be something simple that I am missing here.<div id='attach_wrap' class='rounded clearfix'>
	<h4>Attached File(s)</h4>
	<ul>
		
			<li class='clear'>
				<a href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_id=938" title="Download attachment"><img src="http://forums.jki.net/public/style_extra/mime_types/vi.gif" alt="Attached File" /></a>
&nbsp;<a href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_id=938" title="Download attachment">CantReadXML_Data.vi</a> <span class='desc'><strong>(24.23K)</strong></span>
<br /><span class="desc info">Number of downloads: 12</span>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Wed, 25 Apr 2012 13:57:40 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1938-cant-read-back-xml-data/</guid>
	</item>
	<item>
		<title>VIMP hangs during package installation and produces huge error log files</title>
		<link>http://forums.jki.net/topic/1937-vimp-hangs-during-package-installation-and-produces-huge-error-log-files/</link>
		<description><![CDATA[I have VI Package Manager 2011.0.1 on Win7 with Labview 2011. I can start the VIMP just fine but if I try to install any package the program hangs. VIMP actually downloads the package, but after that the VIMP returns to the Package Information window where it states that the package is not compatible with the operating system of with the LabVIEW version although it was compatible before the intallation started. At the same time in the main window the satus bar reads "ready ...", but is un responsive and install and uninstall buttons below the menu bar are flickering. I have to kill VIMP at the task manager.<br />
<br />
While being hung the programs writes to the error log file (C:/ProgramData/JKL/... ) multiple times in a second the same following peace of text:<br />
<br />
=========== START of VIPM Error Message ===========<br />
An internal VIPM Error has occured on: keskiviikko huhtikuu 25, 2012 at 01:02:41 <br />
<br />
= Automated Message Start = <br />
Error 1 occurred at (No Package Info found for "oglib_array-4.1.0.13") <br />
23C11E079BAB1787692995AE64C7BD15 in 457BBE372BEA86ED5F8DFCEF6261B874-&gt;VIPM Main Window.vi<br />
Possible reason(s):<br />
LabVIEW:  An input parameter is invalid. For example if the input is a path, the path might contain <br />
a character not allowed by the OS such as ? or @.<br />
=========================<br />
NI-488:  Command requires GPIB Controller to be Controller-In-Charge.<br />
= Automated Message End =<br />
<br />
= Error Handler Call Chain Start =<br />
    VIPM Main Window.vi<br />
= Error Handler Call Chain End =<br />
=========== END of VIPM Error Message ===========<br />
<br />
This result huge error files tens of megabytes.<br />
<br />
So what to do?<br />
<br />
<br />
Also do I have to run the VIMP as administrator?]]></description>
		<pubDate>Wed, 25 Apr 2012 10:44:55 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1937-vimp-hangs-during-package-installation-and-produces-huge-error-log-files/</guid>
	</item>
	<item>
		<title>Extensible Capability of XML Files</title>
		<link>http://forums.jki.net/topic/1935-extensible-capability-of-xml-files/</link>
		<description><![CDATA[One of my colleagues that I work with uses Perl to read & write XML files. One on the features that he likes most about this is that the XML files are extensible in the sense that more information can be added to the files later without breaking previous code that was used to write and read the original version of the files before additional information was added.<br />
<br />
I was wondering if there is some tip or trick to having this same capability with the VI's available in the XML toolkit. One way that I was thinking of was instead of using "Easy Read XML File.vi" directly I could read the all the data within the file first with LAbVIEW's file read VI's, then do some processing on the text to extract only necessary data and then use "Easy Parse XML.vi" on select portions of the file.<br />
<br />
There may be some other method that would require less custom coding for each file. Thanks for any input.<br />
<br />
Regards,<br />
Anthony]]></description>
		<pubDate>Mon, 23 Apr 2012 20:08:59 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1935-extensible-capability-of-xml-files/</guid>
	</item>
	<item>
		<title>VIPM Labview connection problem</title>
		<link>http://forums.jki.net/topic/1934-vipm-labview-connection-problem/</link>
		<description><![CDATA[I am using the VIPM2011 version and LabView2009 version . When ever I am trying to install the Arduino Labview pack. I have configured all the required ports as instructed. In spite of that , when ever I try to install the package , one Test window pops out and gives the following error<br />
"PLEASE VERIFY VI SERVER".<br />
I have attached the screen shots of the configuration window of both VIPM,LV and the error pop-up.<br />
<br />
can somebody please help me.<div id='attach_wrap' class='rounded clearfix'>
	<h4>Attached thumbnail(s)</h4>
	<ul>
		
			<li class=''>
				<a class='resized_img' rel='lightbox[4632]' id='ipb-attach-url-933-0-97875000-1337430456' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=933" title="untitled.JPG - Size: 46.93K, Downloads: 8"><img src="http://forums.jki.net/uploads/monthly_04_2012/post-5651-0-71921000-1334914971_thumb.jpg" id='ipb-attach-img-933-0-97875000-1337430456' style='width:691;height:550' class='attach' width="691" height="550" alt="Attached Image: untitled.JPG" /></a>
			</li>
		

			<li class=''>
				<a class='resized_img' rel='lightbox[4632]' id='ipb-attach-url-934-0-97893000-1337430456' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=934" title="untitled2.JPG - Size: 92.23K, Downloads: 13"><img src="http://forums.jki.net/uploads/monthly_04_2012/post-5651-0-83821000-1334914985_thumb.jpg" id='ipb-attach-img-934-0-97893000-1337430456' style='width:334;height:550' class='attach' width="334" height="550" alt="Attached Image: untitled2.JPG" /></a>
			</li>
		

			<li class=''>
				<a class='resized_img' rel='lightbox[4632]' id='ipb-attach-url-935-0-97907000-1337430456' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=935" title="untitled3.JPG - Size: 38.27K, Downloads: 8"><img src="http://forums.jki.net/uploads/monthly_04_2012/post-5651-0-98749900-1334915004_thumb.jpg" id='ipb-attach-img-935-0-97907000-1337430456' style='width:455;height:457' class='attach' width="455" height="457" alt="Attached Image: untitled3.JPG" /></a>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Fri, 20 Apr 2012 09:45:26 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1934-vipm-labview-connection-problem/</guid>
	</item>
	<item>
		<title><![CDATA[Issue with comparing 1D double array's]]></title>
		<link>http://forums.jki.net/topic/1933-issue-with-comparing-1d-double-arrays/</link>
		<description><![CDATA[I was just creating a unit tests which compares to 1D arrays of doubles with each other. But it fails all the time while the data is actually equal to each other... Are there any issues now about comparing 1D double array's?]]></description>
		<pubDate>Tue, 17 Apr 2012 13:38:31 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1933-issue-with-comparing-1d-double-arrays/</guid>
	</item>
	<item>
		<title>Idea for VITester</title>
		<link>http://forums.jki.net/topic/1932-idea-for-vitester/</link>
		<description><![CDATA[It would be awesome if you were able to manipulate the order in which tests are being done (and optionally leave tests out).<br />
<br />
Example. I have a delete VI which deletes something. I return a boolean if it has actually been deleted. I also have a search VI which can look something up. Now in the unittest of the delete VI I have to actually verify that the record has been deleted. So after it has been deleted I also call the search VI, in the same unittest, which then checks if the record has been deleted. I also have a unittest which tests the search VI. <br />
<br />
It would save me time (not programming the check on the unittest for delete) when I would be able to easily manipulate the order in which the unittests are being called. I could for example then first click the delete unittest and afterwards the search unittest. Further this would make a lot of test combinations possible, 2^(number of unittests) further enabling one to test the software more intensively. <br />
<br />
The only problem which crosses my mind now is that you will have to be able to manipulate the tests. For example I have programmed the search unittest for a the search of ID:4 but not for ID:X where X is the ID that is being deleted for the delete test.]]></description>
		<pubDate>Mon, 16 Apr 2012 10:05:50 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1932-idea-for-vitester/</guid>
	</item>
	<item>
		<title>Order of array elements preserved?</title>
		<link>http://forums.jki.net/topic/1929-order-of-array-elements-preserved/</link>
		<description><![CDATA[Firstly, and I know I've said this before, but EasyXML is a great product that really fills a niche in the LabVIEW world.  My customer wants a new version of a long-running application, and using EasyXML has saved me man-days of design, development and test time - so a big thanks to JKI!<br />
<br />
On to my quesiton: XML inherently doesn't support ordering of elements (that's why we can attached attributes to elements, so we can distinguish between them), but I was wondering if EasyXML does.  From my limited testing, it looks like EasyXML will populate an array of elements in the order they appear in the XML file on disk - is this always the case?<br />
<br />
Here's a simple illustraive example - imagine this is deep inside an XML file:<br />
<br />
<pre class='prettyprint'>
&lt;GroupOfThings&gt;
     &lt;Thing ID="1"&gt;
          &lt;Size&gt;Small&lt;/Size&gt;
          &lt;Colour&gt;Red&lt;/Colour&gt;
     &lt;/Thing&gt;
     &lt;Thing ID="2"&gt;
          &lt;Size&gt;Medium&lt;/Size&gt;
          &lt;Colour&gt;Green&lt;/Colour&gt;
     &lt;/Thing&gt;
     &lt;Thing ID="3"&gt;
          &lt;Size&gt;Large&lt;/Size&gt;
          &lt;Colour&gt;Blue&lt;/Colour&gt;
     &lt;/Thing&gt;
&lt;/GroupOfThings&gt;
</pre><br />
<br />
Will the array in my XML cluster always have these elements in the order they appeared in the file?  I know that it's not technically right to rely on this, but I'm hoping the answer is "yes" <img src='http://forums.jki.net/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' />]]></description>
		<pubDate>Sat, 14 Apr 2012 17:03:46 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1929-order-of-array-elements-preserved/</guid>
	</item>
	<item>
		<title>Minor bug - sort by unnamed column</title>
		<link>http://forums.jki.net/topic/1917-minor-bug-sort-by-unnamed-column/</link>
		<description><![CDATA[I looked around but didn't see this noted anywhere...<br />
<br />
If you try to sort on an unnamed column by clicking the header all the packages disappear from the list.  Clicking on a named column header brings them back.]]></description>
		<pubDate>Wed, 11 Apr 2012 20:12:38 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1917-minor-bug-sort-by-unnamed-column/</guid>
	</item>
	<item>
		<title>Writing out Variable Name and Value</title>
		<link>http://forums.jki.net/topic/1907-writing-out-variable-name-and-value/</link>
		<description><![CDATA[In an application that we are using, we have many variables, they are stored in a data structure as variants although their type varies. I would like to be able write their names and values out to an XML file using a string as the name and just the variant as the value. This works for one element, however when I try to write them all out using an array I get Error 1. I have attached the VI. Maybe there may even be a better method for doing this, any suggestions are welcome. Thanks<div id='attach_wrap' class='rounded clearfix'>
	<h4>Attached File(s)</h4>
	<ul>
		
			<li class='clear'>
				<a href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_id=931" title="Download attachment"><img src="http://forums.jki.net/public/style_extra/mime_types/vi.gif" alt="Attached File" /></a>
&nbsp;<a href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_id=931" title="Download attachment">Write Variable Name and Value.vi</a> <span class='desc'><strong>(11.2K)</strong></span>
<br /><span class="desc info">Number of downloads: 7</span>
			</li>
		
	</ul>
</div>]]></description>
		<pubDate>Fri, 06 Apr 2012 20:51:39 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1907-writing-out-variable-name-and-value/</guid>
	</item>
	<item>
		<title>Overview of use in project</title>
		<link>http://forums.jki.net/topic/1904-overview-of-use-in-project/</link>
		<description><![CDATA[I've read through the getting started article and read the article on Hardware Mocking but what I see is just an arbitrarily modified VI being embedded in another VI which does simple comparison testing.  Is that what VI Tester does?  Could I see a more "real world" example of how and, perhaps more to the point, why I would do this?  As a rule, I test a VI when I construct it.  This seems overly formalized for most cases.  Why would I want to retest a working VI later?]]></description>
		<pubDate>Tue, 03 Apr 2012 18:05:28 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1904-overview-of-use-in-project/</guid>
	</item>
	<item>
		<title>VIPM and Lion</title>
		<link>http://forums.jki.net/topic/1903-vipm-and-lion/</link>
		<description><![CDATA[Hello -<br />
<br />
I'm trying to install the Arduino LabVIEW Library for Mac OS X, however I've run into an issue. I've had past experience with VIPM on Windows, and my experience has been nothing short of great. Now, I seem to be having a few issues. Whenever I try to install VIPM, I get a permissions error. I've read somewhere that VIPM does not support OS X Lion. Any truth to this?<br />
<br />
I've got the raw .vip file, is there a place where I can place it to allow LabVIEW to work with it?<br />
<br />
Thanks, Dominick.]]></description>
		<pubDate>Wed, 21 Mar 2012 03:28:34 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1903-vipm-and-lion/</guid>
	</item>
	<item>
		<title>VIPM 2011: Recursive VIs cannot be built in package... again...</title>
		<link>http://forums.jki.net/topic/1899-vipm-2011-recursive-vis-cannot-be-built-in-package-again/</link>
		<description><![CDATA[(cross-posted on <a href='http://lavag.org/topic/15533-vipm-2011-recursive-vis-cannot-be-built-in-package-again/page__gopid__94214#entry94214' class='bbc_url' title='External link' rel='nofollow external'>LavaG.org</a>)<br />
<br />
Hello to all, boys,<br />
<br />
I'm using VIPM ver 2011.0.1 (build 1692) dic 07/2011 Community Edition with OpenG Builder ver 3.0.1-2.<br />
<br />
I am trying to create a package to a library for LabVIEW 2011 that uses recursion native, but Package Builder gives me the same problem described by Kring to "Known Issue (Case 8006): VI Package build hangs in LabVIEW 2009 when recursive VIs included in package" and stated fixed from version 3.0 and later ...<br />
<br />
I think in my case the problem is that recursion is not "direct" ... Let me explain ...<br />
<br />
In my library there is the following sequence of calls: VI_A call VI_B that call VI_C that call VI_A!<br />
<br />
If I realize the simple recursion VI_A call VI_A, the Package Builder executes with success, but building my library, it fail waiting infinitely for the VI to load in memory... the same issue reported by Normandine... Even in may case, I have to kill the process.<br />
<br />
I do not know if Package Builder maintains a global list of calls, but I think the problem may reside in the test that checks for the sub-VI called the list of callers ...<br />
<br />
I'm sorry it could not provide a possible solution ... :-(<br />
<br />
Thank to all!<br />
<br />
Osvaldo]]></description>
		<pubDate>Tue, 20 Mar 2012 09:42:59 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1899-vipm-2011-recursive-vis-cannot-be-built-in-package-again/</guid>
	</item>
	<item>
		<title>Internal dependency ID string (used for renaming) breaks build</title>
		<link>http://forums.jki.net/topic/1898-internal-dependency-id-string-used-for-renaming-breaks-build/</link>
		<description><![CDATA[I ran into the following problem the other day.<br />
I was building a source distribution with the LabVIEW App Builder (not VIPM) and the .lvproj file included dependent VIs (from VIPM packages, as well as any of their internal dependencies too) in a virtual folder so that they can be included in the source-dist.<br />
It happened after I updated a package and installed the latest version.<br />
It went something like this:<br />
<br />
I went to build some code and I got this error:<br />
<a class='resized_img' rel='lightbox[4555]' id='ipb-attach-url-927-0-00369200-1337430457' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=927" title="error.png - Size: 18.56K, Downloads: 16"><img src="http://forums.jki.net/uploads/monthly_03_2012/post-2618-0-63288800-1331976253_thumb.png" id='ipb-attach-img-927-0-00369200-1337430457' style='width:373;height:232' class='attach' width="373" height="232" alt="Attached Image: error.png" /></a><br />
<br />
I checked my .lvproj (you can't see but these were in a Virtual Folder under <em class='bbc'>My Computer</em> NOT the<em class='bbc'> Dependencies</em> ProjectItem) and there was missing VIs - weird!:<br />
<a class='resized_img' rel='lightbox[4555]' id='ipb-attach-url-928-0-00389900-1337430457' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=928" title="Missing.png - Size: 92.34K, Downloads: 15"><img src="http://forums.jki.net/uploads/monthly_03_2012/post-2618-0-10530400-1331976261_thumb.png" id='ipb-attach-img-928-0-00389900-1337430457' style='width:336;height:550' class='attach' width="336" height="550" alt="Attached Image: Missing.png" /></a><br />
<br />
I knew the package was installed so I checked the .lvproj's Dependencies and that's where I found the VIs I was looking for and also discovered the VI names had changed:<br />
<a class='resized_img' rel='lightbox[4555]' id='ipb-attach-url-929-0-00408500-1337430457' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=929" title="New.png - Size: 83.49K, Downloads: 16"><img src="http://forums.jki.net/uploads/monthly_03_2012/post-2618-0-46928800-1331976270_thumb.png" id='ipb-attach-img-929-0-00408500-1337430457' style='width:336;height:550' class='attach' width="336" height="550" alt="Attached Image: New.png" /></a><br />
<br />
<strong class='bbc'>The dynamically changing names had broken my build!</strong><br />
Of course the workaround is that anytime I update this package I have to manually update the .lvproj.<br />
<br />
Granted this use case might be limited however, my proposal is that the <strong class='bbc'>ID string</strong> (or whatever it's called) <strong class='bbc'>used to rename internal dependencies</strong> becomes a property of the .VIPB and <strong class='bbc'>is reused</strong> on subsequent builds (but if there was a need there should be a way to reset it - I cannot think of one at the moment). This would fix this issue.<br />
<br />
Thoughts?<br />
<br />
Regards<br />
-JG]]></description>
		<pubDate>Sat, 17 Mar 2012 09:43:15 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1898-internal-dependency-id-string-used-for-renaming-breaks-build/</guid>
	</item>
	<item>
		<title>Which edition(s) of VIPM do we need?</title>
		<link>http://forums.jki.net/topic/1897-which-editions-of-vipm-do-we-need/</link>
		<description><![CDATA[Our LabVIEW developers are beginning to collaborate and I'm pushing VIPM, but I don't know which edition(s) we need.  My thoughts are that we need:<br />
<ul class='bbc'><li>one or more Enterprise editions for each repository manager (I expect that we'd only have one)<br /></li><li>mostly Professional editions so the rest can create & use VIPC files in our projects<br /></li><li>perhaps a few Community editions for developers that are not managing projects.  Can these users connect to a private repository made by an internal Enterprise user?</li></ul><br />
<br />
Does this make sense?<br />
<br />
How much are subscriptions for the Professional and Enterprise editions?]]></description>
		<pubDate>Fri, 16 Mar 2012 12:06:26 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1897-which-editions-of-vipm-do-we-need/</guid>
	</item>
	<item>
		<title>Append to an XML file</title>
		<link>http://forums.jki.net/topic/1896-append-to-an-xml-file/</link>
		<description><![CDATA[Hello <br />
<br />
I need to append additional clusters (of the same type) to an existing XML file. In a previous topic you suggested this might be a future upgrade.<br />
<br />
(<a href='http://forums.jki.net/topic/767-error-10-in-writing-to-xml-file/page__p__1350__hl__append__fromsearch__1#entry1350' class='bbc_url' title=''>http://forums.jki.net/topic/767-error-10-in-writing-to-xml-file/page__p__1350__hl__append__fromsearch__1#entry1350</a>)<br />
<br />
 Has this upgrade been implemented yet? If not can you suggest a way I might append to an XML file?<br />
<br />
Thanks in advance]]></description>
		<pubDate>Tue, 13 Mar 2012 10:50:53 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1896-append-to-an-xml-file/</guid>
	</item>
	<item>
		<title>Local PC as Repository in Community edition</title>
		<link>http://forums.jki.net/topic/1895-local-pc-as-repository-in-community-edition/</link>
		<description>I have community edition of VIPM. Is it possible for me to have a repository in my PC, that VIPM recognize and indicates when new package is available? It updates only when i install the newly build package.</description>
		<pubDate>Mon, 12 Mar 2012 10:37:11 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1895-local-pc-as-repository-in-community-edition/</guid>
	</item>
	<item>
		<title>Package not compatable, odd error</title>
		<link>http://forums.jki.net/topic/1891-package-not-compatable-odd-error/</link>
		<description><![CDATA[Hi all,<br />
<br />
Tried searching endlessly for a solution or an explanation but I cannot find one. <br />
<br />
I'm using the Newest version of LabView, the newest version of VIPM, and am attempting to install the LabView interface for Arduino. VIPM tells me, however, that the package is not compatable with any version of LabView installed on my computer. Odd, since I'm using the newest, and everything I find says that LIFA should install on my version with no problems. <br />
<br />
I'm on windows 7 64 bit, using labView 8.5 and VIPM 2011, attempting to install LabView Interface 2.1.1.69<br />
I have the newest version of VISA installed.<br />
<br />
I've tried manually downloading the package and attempting an install, but I get the same error. <br />
<br />
Help?<br />
Thanks]]></description>
		<pubDate>Mon, 27 Feb 2012 23:36:50 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1891-package-not-compatable-odd-error/</guid>
	</item>
	<item>
		<title>DLL Dependencies</title>
		<link>http://forums.jki.net/topic/1889-dll-dependencies/</link>
		<description><![CDATA[What is the <strong class='bbc'>right</strong> way to go about including binary dependencies (like DLLs my VIs are calling) into a toolkit distribution?]]></description>
		<pubDate>Tue, 14 Feb 2012 22:25:33 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1889-dll-dependencies/</guid>
	</item>
	<item>
		<title>Unpublished Dependancies</title>
		<link>http://forums.jki.net/topic/1887-unpublished-dependancies/</link>
		<description><![CDATA[I've been able to make a set of packages which have dependencies between each other. I now would like to make a high level package which is empty except for a placeholder file that just has the other packages in its dependencies list (like OpenG) to make installation simple.<br />
<br />
The problem is that these are all local unpublished packages and when I try to install the 1 high level package it pops up the "Resolving Package Dependencies..." message which appears to never end, forcing me to end the VIPM process to exit (maybe a bug?).<br />
<br />
My assumption is that this is not possible without the Enterprise edition in which a published repository would exist to find the missing dependencies, and that right now the package just has no concept of where the other packages are. Is this correct?<br />
<br />
If so, does this mean for the moment I'll have to install each package in the correct order manually to make sure the dependencies jive with each other?<br />
<br />
We are using VIPM Professional (build 1692), if that is relevant.<br />
<br />
Thanks!<br />
Graham]]></description>
		<pubDate>Mon, 13 Feb 2012 20:54:48 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1887-unpublished-dependancies/</guid>
	</item>
	<item>
		<title>Test protected and private methods</title>
		<link>http://forums.jki.net/topic/1882-test-protected-and-private-methods/</link>
		<description><![CDATA[Hello,<br />
<br />
A nice feature to add is the possibility to test protected and private methods of a LabVIEW class.]]></description>
		<pubDate>Fri, 03 Feb 2012 10:11:32 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1882-test-protected-and-private-methods/</guid>
	</item>
	<item>
		<title>Hung dialog window</title>
		<link>http://forums.jki.net/topic/1876-hung-dialog-window/</link>
		<description><![CDATA[I'm not sure this is a VIPM issue, but I'm hoping someone has an idea what's going on. I'm running 2011.0.1 Community build 1692, LV2010 32, and LV 2011 32 on win7 64. VIPM dialog windows are empty and I can't close them with the X - only with Task Manager. LV dialog windows in my own LV apps are ok. Any ideas?<br />
<br />
<a class='resized_img' rel='lightbox[4501]' id='ipb-attach-url-923-0-02117700-1337430457' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=923" title="dialog.png - Size: 80.14K, Downloads: 25"><img src="http://forums.jki.net/uploads/monthly_01_2012/post-3827-0-10416300-1327522369_thumb.png" id='ipb-attach-img-923-0-02117700-1337430457' style='width:700;height:495' class='attach' width="700" height="495" alt="Attached Image: dialog.png" /></a><br />
<a class='resized_img' rel='lightbox[4501]' id='ipb-attach-url-924-0-02138800-1337430457' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=924" title="dialog2.png - Size: 114.83K, Downloads: 25"><img src="http://forums.jki.net/uploads/monthly_01_2012/post-3827-0-76966000-1327522853_thumb.png" id='ipb-attach-img-924-0-02138800-1337430457' style='width:621;height:550' class='attach' width="621" height="550" alt="Attached Image: dialog2.png" /></a>]]></description>
		<pubDate>Wed, 25 Jan 2012 20:22:00 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1876-hung-dialog-window/</guid>
	</item>
	<item>
		<title>Build Hook Parameter - Password</title>
		<link>http://forums.jki.net/topic/1788-build-hook-parameter-password/</link>
		<description><![CDATA[I see that there is a Password parameter (string array?).<br />
What is it? And what can it be used for?<br />
<br />
Cheers!<br />
-JG]]></description>
		<pubDate>Wed, 18 Jan 2012 19:24:09 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1788-build-hook-parameter-password/</guid>
	</item>
	<item>
		<title>Bug? Build Scripts not working in LabVIEW 2011</title>
		<link>http://forums.jki.net/topic/1786-bug-build-scripts-not-working-in-labview-2011/</link>
		<description><![CDATA[VIPM 2011.0.1 (build 1692)<br />
<br />
<strong class='bbc'>Steps to reproduce the bug (if it can be reproduced)</strong><br />
Create a package in VIPM using LabVIEW 2011<br />
Add a Pre and Post build hook and configure to return information<br />
<br />
<strong class='bbc'>Expected behavior (what would happen if the bug didn't exist)</strong><br />
When the package is build, information is available in each script  (through variant attributes)<br />
<br />
<a class='resized_img' rel='lightbox[4392]' id='ipb-attach-url-918-0-02776800-1337430457' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=918" title="2009 - Pre.png - Size: 17.06K, Downloads: 25"><img src="http://forums.jki.net/uploads/monthly_01_2012/post-2618-0-56326100-1326912454_thumb.png" id='ipb-attach-img-918-0-02776800-1337430457' style='width:380;height:247' class='attach' width="380" height="247" alt="Attached Image: 2009 - Pre.png" /></a><br />
<a class='resized_img' rel='lightbox[4392]' id='ipb-attach-url-917-0-02755500-1337430457' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=917" title="2009 - Post.png - Size: 12K, Downloads: 25"><img src="http://forums.jki.net/uploads/monthly_01_2012/post-2618-0-77106500-1326912448_thumb.png" id='ipb-attach-img-917-0-02755500-1337430457' style='width:343;height:157' class='attach' width="343" height="157" alt="Attached Image: 2009 - Post.png" /></a><br />
<br />
<strong class='bbc'>Actual, observed behavior (the bug)</strong><br />
No information available in either build script as variant input is not updated<br />
<br />
<a class='resized_img' rel='lightbox[4392]' id='ipb-attach-url-920-0-02814000-1337430457' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=920" title="2011 - Pre.png - Size: 8.7K, Downloads: 28"><img src="http://forums.jki.net/uploads/monthly_01_2012/post-2618-0-38131900-1326912466_thumb.png" id='ipb-attach-img-920-0-02814000-1337430457' style='width:204;height:202' class='attach' width="204" height="202" alt="Attached Image: 2011 - Pre.png" /></a><br />
<a class='resized_img' rel='lightbox[4392]' id='ipb-attach-url-922-0-02795300-1337430457' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=922" title="2011 - Post.png - Size: 8.11K, Downloads: 26"><img src="http://forums.jki.net/uploads/monthly_01_2012/post-2618-0-63202300-1326912636_thumb.png" id='ipb-attach-img-922-0-02795300-1337430457' style='width:204;height:157' class='attach' width="204" height="157" alt="Attached Image: 2011 - Post.png" /></a><br />
<br />
<a href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_id=921" title="Download attachment"><img src="http://forums.jki.net/public/style_extra/mime_types/zip.gif" alt="Attached File" /></a>
&nbsp;<a href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_id=921" title="Download attachment">Test Hook.zip</a> <span class='desc'><strong>(21.28K)</strong></span>
<br /><span class="desc info">Number of downloads: 30</span><br />
[Code is in LabVIEW 2009]<br />
<br />
If I run this in LabVIEW 2009 it works fine, but when I run it in LabVIEW 2011 it doesn't work.<br />
This is on the same PC (Windows 7 x64) so it must be related to a change in LabVIEW 2011?<br />
<br />
Attached is the code used in the above report (Build Hooks aren't excluded in build spec but doesn't matter).<br />
This issue would not affect un/install scripts as they have no data passed to them.<br />
<br />
Cheers<br />
-JG]]></description>
		<pubDate>Wed, 18 Jan 2012 18:56:51 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1786-bug-build-scripts-not-working-in-labview-2011/</guid>
	</item>
	<item>
		<title>Overwriting some class VIs has no effect</title>
		<link>http://forums.jki.net/topic/1781-overwriting-some-class-vis-has-no-effect/</link>
		<description><![CDATA[I created a TestCase where I have overwritten the two class VIs listAllTestMethods.vi and countTestCases.vi. But the Tests listed in VI Tester are the same as before. What are this VIs for?<br />
<br />
Greetings,<br />
shb]]></description>
		<pubDate>Wed, 18 Jan 2012 08:38:35 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1781-overwriting-some-class-vis-has-no-effect/</guid>
	</item>
	<item>
		<title>Internet explorer renaming .vip files to .zip files.</title>
		<link>http://forums.jki.net/topic/1728-internet-explorer-renaming-vip-files-to-zip-files/</link>
		<description><![CDATA[I have had several reports of customers trying to download Package Manager files off my website and are reporting that are turned into zip files. I have only been able to gather a limited amount of information on their computers so far. I appears that they are trying to use internet explorer 8 and may not have LabVIEW or VIPM on the computer used to download the files. I haven't been able to reproduce this on my computers but have had several independent reports of this behavior.<br />
<br />
Is this a known issue? Is there any way to force it to download with the proper extension?]]></description>
		<pubDate>Wed, 11 Jan 2012 15:58:00 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1728-internet-explorer-renaming-vip-files-to-zip-files/</guid>
	</item>
	<item>
		<title>Problems Running VIPM on Windows 7 Pro (64 bit)</title>
		<link>http://forums.jki.net/topic/1727-problems-running-vipm-on-windows-7-pro-64-bit/</link>
		<description><![CDATA[I've just rebuilt my PC from scratch as my hard disk crashed. Everything has gone smoothly and the PC is running fast (I know this won't be the case after a few weeks!!)<br />
<br />
However, I seem to be experiencing a problem with VIPM. <br />
<br />
I wanted to install LabVIEW's Structured Error Handler (which I had done previously) for a live project I'm currently working on. When I opened the package it informed me that it had a dependent GXML reference library. I located and installed this and then returned to the install of the SEH package. The install appears to start but then says "Resolving Package Dependencies" and does nothing else regardless of how long I leave it. At the same time my processor usage hits about 90% and VIPM consumes 250MB RAM.<br />
<br />
Has anyone got any suggestions as to what I could try.<br />
<br />
I've tried uninstalling GXML and VIPM, then re-installing them both but the same thing happens. I have to kill the VIPM process in Task Manager.<br />
<br />
Any help would be very much appreciated as I'm on a tight schedule to get my project completed for a customer.<br />
<br />
Thanks in advance.<br />
<br />
Lee]]></description>
		<pubDate>Tue, 10 Jan 2012 11:15:44 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1727-problems-running-vipm-on-windows-7-pro-64-bit/</guid>
	</item>
	<item>
		<title>State Machine as a subVI of a State Machine</title>
		<link>http://forums.jki.net/topic/1726-state-machine-as-a-subvi-of-a-state-machine/</link>
		<description><![CDATA[Hi All,<br />
<br />
I've got two VIs, both implemented as JKI state machines. I'd like to incorporate one of the SMs as a subVI into the larger SM (and display elements of its front panel on a tab). So far, it seems that trying to simply block the main VI as it (guessing) waits for the subVI to finish doing something.. but as it's in a state machine it never really completes. So can this be done? Has this been done? Any tips? I can provide more information if necessary.<br />
<br />
Thanks,<br />
Brian]]></description>
		<pubDate>Fri, 06 Jan 2012 18:47:12 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1726-state-machine-as-a-subvi-of-a-state-machine/</guid>
	</item>
	<item>
		<title><![CDATA[Feedback on Case: 12969: 'Prevent VIPB from creating package names with invalid characters']]></title>
		<link>http://forums.jki.net/topic/1724-feedback-on-case-12969-prevent-vipb-from-creating-package-names-with-invalid-characters/</link>
		<description><![CDATA[Firstly, congrats on the 2011.0.1 release.<br />
<br />
I have some feedback on <a href='http://support.jki.net/entries/20670628-vipm-2011-0-1-release-notes' class='bbc_url' title='External link' rel='nofollow external'>Case 12969</a> which does not allow e.g. a period in the <strong class='bbc'>Company Name </strong>and overrides it to an underscore. <br />
<br />
E.g. OpenG.org =&gt; OpenG_org<br />
<br />
<a class='resized_img' rel='lightbox[4314]' id='ipb-attach-url-916-0-04299800-1337430457' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=916" title="Company Name.png - Size: 87.56K, Downloads: 32"><img src="http://forums.jki.net/uploads/monthly_12_2011/post-2618-0-51365900-1324606570_thumb.png" id='ipb-attach-img-916-0-04299800-1337430457' style='width:700;height:496' class='attach' width="700" height="496" alt="Attached Image: Company Name.png" /></a><br />
<br />
In the release notes, it says that this is <em class='bbc'>to prevent VIPM from creating package names with hyphens and periods</em>.<br />
However, adding a period to the <strong class='bbc'>Package Name </strong>is allowed (e.g. this could affect the rebuilding of legacy packages - so that makes sense).<br />
<br />
<a class='resized_img' rel='lightbox[4314]' id='ipb-attach-url-915-0-04278500-1337430457' href="http://forums.jki.net/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=915" title="Package Name.png - Size: 69.39K, Downloads: 33"><img src="http://forums.jki.net/uploads/monthly_12_2011/post-2618-0-75975700-1324606540_thumb.png" id='ipb-attach-img-915-0-04278500-1337430457' style='width:700;height:496' class='attach' width="700" height="496" alt="Attached Image: Package Name.png" /></a><br />
<br />
In summary, I am suggesting is that the<strong class='bbc'> Company Name should allow periods</strong> however, it should override the hyphen in the suggested <strong class='bbc'>Package Name</strong> (if that is where the issue is).]]></description>
		<pubDate>Fri, 23 Dec 2011 02:23:32 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1724-feedback-on-case-12969-prevent-vipb-from-creating-package-names-with-invalid-characters/</guid>
	</item>
	<item>
		<title>Embedding dependencies in a package</title>
		<link>http://forums.jki.net/topic/1723-embedding-dependencies-in-a-package/</link>
		<description><![CDATA[Hi,<br />
<br />
as I remember, the older versions of VIPM had an option to store dependencies in the vip-file itself (but differently name-spaced). <br />
Is this at all possible with the current version?<br />
<br />
/J]]></description>
		<pubDate>Thu, 22 Dec 2011 12:18:28 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1723-embedding-dependencies-in-a-package/</guid>
	</item>
	<item>
		<title>VIPM hangs when trying to install FPGA IP Digital Buses</title>
		<link>http://forums.jki.net/topic/1722-vipm-hangs-when-trying-to-install-fpga-ip-digital-buses/</link>
		<description><![CDATA[When I select "FPGA IP Digital Buses, VIPM will display in the status bar "Resolving Package Dependencies". It will then proceed to sit there for an indefinite amount of time. This install is on a new Windows 7 platform with a fresh install of LabView. The same problem occurs whether the install is on 2011 or 2010 SP1. The only way to abort VIPM is to kill it with Task Manage. Then you have to reboot the PC because VIPM will not restart. By the way, CPU utilization goes to 50% on two of the four cores.<br />
<br />
Any ideas?]]></description>
		<pubDate>Wed, 21 Dec 2011 20:33:26 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1722-vipm-hangs-when-trying-to-install-fpga-ip-digital-buses/</guid>
	</item>
	<item>
		<title>TortoiseSVN Tool for LabVIEW v2.2.0 Release Notes</title>
		<link>http://forums.jki.net/topic/1720-tortoisesvn-tool-for-labview-v220-release-notes/</link>
		<description><![CDATA[The TortoiseSVN Tool for LabVIEW has been updated to v2.2.0. <a href='http://support.jki.net/entries/20763513-jki-tortoisesvn-tool-for-labview-v2-2-release-notes' class='bbc_url' title='External link' rel='nofollow external'>Read the release notes here</a>.<br />
<br />
To learn more about the TSVN Tool for LabVIEW, <a href='http://jki.net/tortoisesvn-tool' class='bbc_url' title='External link' rel='nofollow external'>visit JKI's TSVN Tool pages</a>.]]></description>
		<pubDate>Mon, 19 Dec 2011 17:43:27 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1720-tortoisesvn-tool-for-labview-v220-release-notes/</guid>
	</item>
	<item>
		<title>VIPM Download - Virus?</title>
		<link>http://forums.jki.net/topic/1719-vipm-download-virus/</link>
		<description><![CDATA[I'm trying to install the latest release of VIPM.  I've tried downloading the .exe and the "safe" .exe.  Everytime I launch the installer I get prompted with a Virus alert by Symantec Endpoint Protection.  The executable runs and unpacks the files.  The virus is being associated with the Installer.exe file.<br />
<br />
Scan type: SONAR Scan<br />
Event: Security Risk Found!<br />
Security risk detected: Bloodhound.Sonar.9<br />
File: c:&#092;users&#092;uskfadkm&#092;appdata&#092;local&#092;temp&#092;lvtemp14dir&#092;installer.exe<br />
Location: Quarantine<br />
<br />
Is anyone else seeing this?]]></description>
		<pubDate>Thu, 15 Dec 2011 20:04:32 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1719-vipm-download-virus/</guid>
	</item>
	<item>
		<title><![CDATA[pkg build aborted: &#34;The following source VIs or Libraries are missing&#34;]]></title>
		<link>http://forums.jki.net/topic/1718-pkg-build-aborted-the-following-source-vis-or-libraries-are-missing/</link>
		<description><![CDATA[Hello-<br />
<br />
I thought this would be the appropriate place to inquire about an issue I'm having (likely creating myself haha).<br />
<br />
First off, I'm using LabVIEW 2011, and VIPM build 1692<br />
<br />
When I first built a 'test package' just to see how the process worked, things went smooth just like the youtube video explaining how to do so...<br />
<br />
Somewhere along the line, after building the first package containing actual VIs I want (and realizing I needed to rebuild or build a new package to replace) the builder started looking into LV's vi.lib for the source files (of the first vi it runs into) even though the subvis are in a subdir in the path I specify as the 'source directory'<br />
<br />
The directory I'm dragging into 'source directory' is as follows:<br />
<pre class='prettyprint'>
-&#91;Main&#93;
      -&#91;Submain&#93;
          QSMstructure.vi
          -&#91;QSM VIs&#93; 
                 queue.vi
                 dequeue.vi
                 ...
                 etc.vi
</pre><br />
The queue and dequeue are subvis in the qsm structure...<br />
<br />
I think what may be happening is that since QSMstructure.vi has subvis that no longer exist in vi.lib (because the package was uninstalled) it doesnt look for the subvis in the Main directory I pointed to...<br />
<br />
any thoughts/ideas on how to figure this issue out?<br />
<br />
Thanks!<br />
-pat]]></description>
		<pubDate>Thu, 15 Dec 2011 14:47:23 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1718-pkg-build-aborted-the-following-source-vis-or-libraries-are-missing/</guid>
	</item>
	<item>
		<title>Icon Editor deletes current icon and prevents future edits of new icon</title>
		<link>http://forums.jki.net/topic/1717-icon-editor-deletes-current-icon-and-prevents-future-edits-of-new-icon/</link>
		<description><![CDATA[There seems to be a bug which prevents me from editing existing icons or saving whatever edits I make.<br />
See behavior in video<br />
<a href='http://screencast.com/t/l1ZNsucUJya' class='bbc_url' title='External link' rel='nofollow external'>http://screencast.com/t/l1ZNsucUJya</a><br />
<br />
It looks like if I create the icon from scratch, it will apply it, but upon trying to re-edit what was just created it gets erased again.<br />
<a href='http://screencast.com/t/J6IZFalAOFiS' class='bbc_url' title='External link' rel='nofollow external'>http://screencast.com/t/J6IZFalAOFiS</a><br />
<br />
I don't know if it's an issue w/ my icon editor in 2011, but there is no indication that there is an error.<br />
VIPM<br />
2011.0.0 build 1669<br />
<br />
Before I re-install LV, it would be best to know where an error might be happening<br />
<br />
~,~]]></description>
		<pubDate>Tue, 06 Dec 2011 20:45:06 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1717-icon-editor-deletes-current-icon-and-prevents-future-edits-of-new-icon/</guid>
	</item>
	<item>
		<title>VIMP in Ubuntu</title>
		<link>http://forums.jki.net/topic/1716-vimp-in-ubuntu/</link>
		<description><![CDATA[Hi,<br />
<br />
You might have noticed new Labview distributions has a script in them that allows installing LabVIEW on computers that are not based on rpm. I easily installed LV 2011 on my Ubuntu Oneiric 32-bit. However I cannot install the VIPM! I tried different methods, created links to the missing libraries and finally I was able to see the installation screen. But when I click on Next couple of time and select where to install, the window just disappears and there are no outputs on the command line either. I was so happy when I managed to run the vipm installer after dealing with 8.2 runtime related problems but now I cannot move further on. Haven't anybody tried this before? Where can I look to see what is the problem? Any ideas?<br />
<br />
Thanks,<br />
&#350;enol<br />
<br />
Edit: I noticed that when I don't say sudo, installer won't start and I get the following error:<br />
error 8 creating temporary LVSB resource file<br />
<br />
LabVIEW caught fatal signal<br />
8.2.1 - Received SIGSEGV<br />
Reason: address not mapped to object<br />
Attempt to reference address: 0x4<br />
Segmentation fault<br />
<br />
It looks like it cannot create a temporary folder since it does not have the rights, I guess we have to run the installer as a root?<br />
<br />
P.S. This one seems to be a good method to get the run time running<br />
<a href='http://lavag.org/topic/7059-what-flavor-of-linux-do-you-recomend-for-lv-use/page__view__findpost__p__41114' class='bbc_url' title='External link' rel='nofollow external'>http://lavag.org/topic/7059-what-flavor-of-linux-do-you-recomend-for-lv-use/page__view__findpost__p__41114</a>]]></description>
		<pubDate>Wed, 30 Nov 2011 13:46:04 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1716-vimp-in-ubuntu/</guid>
	</item>
	<item>
		<title>Module Template Code from NI Week 2011</title>
		<link>http://forums.jki.net/topic/1715-module-template-code-from-ni-week-2011/</link>
		<description><![CDATA[Hello Justin,<br />
<br />
I am using the Module Template (along with the JKI State Machine) that you demoed at NI Week 2011 (Beyond State <br />
Machines); good job on the presentation and thank you for providing the code.<br />
<br />
I added my desired top-level vi to the module template library so that I <br />
could generate public events and it works, but I am having a strange problem. <br />
The generate public events vi is giving me an error 1 (very generic and hard <br />
to track down), however, if I open the generate public events vi front panel <br />
and run it directly (instead of as a sub vi) I do not get any errors... Any <br />
suggestions?<br />
<br />
It is inconsistent (sometimes no errors, but once they start I get them a <br />
lot), and I have seen strange errors like this before with Active-X; where I <br />
had to delete portions of the code and replace it to get it to work properly.<br />
<br />
Also, do you guys still actively monitor the blogs below? I posted a few <br />
related questions there as well:<br />
<a href='http://blog.jki.net/events/niweek-2011-beyond-state-machines-slides-and-code-now-available/' class='bbc_url' title='External link' rel='nofollow external'>http://blog.jki.net/events/niweek-2011-beyond-state-machines-slides-and-code-now-available/</a><br />
<a href='https://decibel.ni.com/content/blogs/jim.kring/2011/08/09/niweek-2011-beyond-state-machines-slides-and-code-now-available' class='bbc_url' title='External link' rel='nofollow external'>https://decibel.ni.com/content/blogs/jim.kring/2011/08/09/niweek-2011-beyond-state-machines-slides-and-code-now-available</a><br />
<br />
Regards,<br />
Amiri]]></description>
		<pubDate>Fri, 25 Nov 2011 06:33:49 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1715-module-template-code-from-ni-week-2011/</guid>
	</item>
	<item>
		<title>Are easyXML fucntions reentrant?</title>
		<link>http://forums.jki.net/topic/1711-are-easyxml-fucntions-reentrant/</link>
		<description><![CDATA[Hi, I need use easyXML in fucntion that requeries reentrant functions but i can't see VI Propiertis of easyXML functions.<br />
Can you tell me if easyXML functions are reeentant?<br />
<br />
Thanks a lot and sorry my english.]]></description>
		<pubDate>Mon, 07 Nov 2011 11:12:38 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1711-are-easyxml-fucntions-reentrant/</guid>
	</item>
	<item>
		<title>Testings VIs inside LabVIEW Project Libraries</title>
		<link>http://forums.jki.net/topic/1710-testings-vis-inside-labview-project-libraries/</link>
		<description><![CDATA[I'd like to write tests for some VIs that are inside a LabVIEW Project Library.  The VIs are privately scoped, so in order to test these, I need to place the test case inside the Library.<br />
<br />
From what I can tell, VI tester does not "see" the test if the test case is located inside a Library.  If I move it out of the library into My Computer, and save all, the tests show up in VI Tester, but of course they are broken because they contain privately scoped VIs.<br />
<br />
How should I go about testing privately scoped VIs in Libraries?<br />
<br />
-Joe]]></description>
		<pubDate>Wed, 02 Nov 2011 20:03:45 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1710-testings-vis-inside-labview-project-libraries/</guid>
	</item>
	<item>
		<title>How to create *simple* tests</title>
		<link>http://forums.jki.net/topic/1709-how-to-create-simple-tests/</link>
		<description><![CDATA[I'm just getting started with VI Tester and TDD in general, and am loving the added feedback its provided my development efforts...<br />
<br />
I'm struggling with how to create *simple* tests for VIs that are highly integrated and have complex dependencies.  I use a lot of Action Engines, and am having difficulty writing simple tests for these types of VIs.<br />
<br />
Here's a more specific example:<br />
<br />
I have a Configuration AE (which handles reading and writing a config file) which calls a Debug AE (which handles logging and display of debug messages on the front panel) which calls a Front-Panel References AE (which stores references to FP controls, for when I need to change the UI).<br />
<br />
How can I write a *simple* test to test the Configuration AE, without initializing the Debug AE, and FP References AE?  And how can I initialize the FP References AE without making a "dummy" front panel that has the same controls as my user interface?  We're approaching a giant test harness that looks very much like the actual application.<br />
<br />
Is the problem not in learning how to write a simple test, but in my architecture?  Are these kinds of dependent Action Engines poor programming technique?  Or do I need to write a test harness that initializes all my AEs before I start testing them?<br />
<br />
-Joe]]></description>
		<pubDate>Wed, 02 Nov 2011 19:25:55 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1709-how-to-create-simple-tests/</guid>
	</item>
	<item>
		<title>How to build a package programmatically?</title>
		<link>http://forums.jki.net/topic/1707-how-to-build-a-package-programmatically/</link>
		<description><![CDATA[I am looking for something like <a href='http://blog.jki.net/jki/can-you-build-your-application-in-one-click/' class='bbc_url' title='External link' rel='nofollow external'>this</a> only for packages.]]></description>
		<pubDate>Sun, 30 Oct 2011 03:47:03 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1707-how-to-build-a-package-programmatically/</guid>
	</item>
	<item>
		<title>TSVN 1.7.0</title>
		<link>http://forums.jki.net/topic/1704-tsvn-170/</link>
		<description>Hi, when I upgraded to TSVN 1.7, and JKI TSVN stopped working.  The error is that the file is no part of the repository.  This occurs to every file.  The working directory was upgraded to 1.7.</description>
		<pubDate>Wed, 19 Oct 2011 17:53:44 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1704-tsvn-170/</guid>
	</item>
	<item>
		<title>Custom Category Icon</title>
		<link>http://forums.jki.net/topic/1703-custom-category-icon/</link>
		<description><![CDATA[Hi<br />
<br />
Does anyone know if it's possible to change the default icon that is suggested for Custom Categoriy palettes. We're creating a lot of packages to be installed under 2 custom categories and it's a pain if somebody forgets to edit the custom category icon for the most recently installed package.<br />
<br />
It would be nice to be able to specify a template to be used. Shave's a few extra seconds off the process !<br />
<br />
Thanks<br />
Chris]]></description>
		<pubDate>Wed, 19 Oct 2011 09:56:12 +0000</pubDate>
		<guid>http://forums.jki.net/topic/1703-custom-category-icon/</guid>
	</item>
</channel>
</rss>
