Jump to content

VIPM 2011: Recursive VIs cannot be built in package... again...


Recommended Posts

(cross-posted on LavaG.org)

 

Hello to all, boys,

 

I'm using VIPM ver 2011.0.1 (build 1692) dic 07/2011 Community Edition with OpenG Builder ver 3.0.1-2.

 

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 ...

 

I think in my case the problem is that recursion is not "direct" ... Let me explain ...

 

In my library there is the following sequence of calls: VI_A call VI_B that call VI_C that call VI_A!

 

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.

 

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 ...

 

I'm sorry it could not provide a possible solution ... :-(

 

Thank to all!

 

Osvaldo

Link to comment
Share on other sites

  • 5 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.