LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to avoid loading entire library in labview project

I have huge project which has so many vi's and libraries it takes more time to load and build application. It loads unused vi's from library which takes more memory how to avoid it

 

so is there any way to avoid loading entire library and load only used vi's from library any option to be selected in labview project to avoid it.

 

please some one help me.

0 Kudos
Message 1 of 2
(2,641 Views)

Either precompile your library (LVLIBP) or refactor your library, which would IMHO be the best way to solve this (and possibly future issues).

 

It is not good design practice to put everything, one could possibly need into one large lib. Instead use multiple libraries with member functions being related to each other.

0 Kudos
Message 2 of 2
(2,630 Views)