> A single VI of 1MB seems quite large and I wonder where all the bulk
> is coming from. It would be hard to believe it's all "code". Could it
> be that all your indicators (arrays, graphs, charts, etc.) contain
> huge arrays as default vaules? It might be worth clearing all,
> followed by "set current values to defaults" before saving the VI.
> 
> Go to "File..VI properties..memory usage". What are the numbers for
> objects, code and data?

I also saw a VI recently that had imported harmless looking graphics. 
It turned out that the graphics were high res and high color, meaning 
they were huge and severely slowed down the app load time.  The solution 
was to convert the detailed .emf file to another form before adding to 
the panel.  As pointed out in the other posted answer, you might check 
the VI Info to determine if it is panel, diagram, code, or data.

Greg McKaskle


Reply via email to