LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can the default values of "big controls" be left out when building a dll in order to reduce the file size of the dll?

I am using LabVIEW 8.2 and I have the application builder. I am making dll-files of VI's that have large arrays as inputs/controls. In order to test my VI's in LabVIEW it is convenient to let the controls have default values which unfortunately make the resulting dll-files rather big. Can I somehow keep my default values for testing purposes, but whenver I build a dll these default values are automatically left out so the dll filesize is reduced?
0 Kudos
Message 1 of 3
(2,583 Views)
Create a wrapper VI that can be used to test the individual VI's of your DLL. The wrapper VI holds you default testing values, so the VI's that make up your DLL don't have to. The wrapper VI can also be extended to be able to test the DLL aswell with the same deault values as input using the Disabled structure.
Regards,
André (CLA, CLED)
Message 2 of 3
(2,567 Views)