12-17-2007 11:17 AM
12-17-2007 02:36 PM
12-17-2007 03:48 PM
12-17-2007 04:17 PM
Hi Chroma,
With VI Analyzer 1.1, all the analysis results are kept in memory until the analysis completes. I have analyzed huge (10,000+ VIs) hierarchies in the past and not run into the issues you described, however. I wonder if there is a specific VI being analyzed that is causing your crash. Does the crash always occur at the same point in your analysis? If so, I'd be interested to see if you could give me the VI that causes the crash so I could investigate it, or at the very least a pared-down version of the VI that causes the crash.
I do agree that it would be handy to periodically save off the analysis results somewhere for logging and debugging purposes...this is a feature idea I've had for a while that I'd like to include in a future release.
Oh, and just so I have a more specific context for our discussion, what version of LabVIEW are you using to perform the analysis? If it's 8.2 or 8.5, then a mass compile of the project\VI Analyzer and vi.lib\addons\analyzer directories will speed up performance. It would also be a good idea to mass compile all the VIs in your application, if possible.
-D
12-17-2007 04:26 PM
12-18-2007 12:51 PM
12-18-2007 01:19 PM
04-11-2008 08:46 AM
06-09-2008 06:04 PM
06-10-2008 01:31 AM
I don't know of any way to avoid this. You can do something like this:
You can do the same thing by deleting and checking out the existing code instead of moving it, but if it's a lot of code, I don't see the point. Just make sure you move everything together.