Where is your (dynamically called) VIs located?
If you happened to use "Default Directory" in the calling VI for calling of your (dynamically called) VIs in development environment, it may not be working once you have your calling VI compiled.
Ex:
[In development environment]
Default directory could be:
C:\Program Files\National Instruments\LabVIEW 6
whereas in installed [Compiled VI], the default directory could be:
C:\Program Files\Gwt_sppd_fctpbda_r001
The VIs will not be called if they are saved in the Default Directory (for Development environment) should calling is required in the installed (executable)calling VI.
Hope you have not confused
😛For (dynamically called) VIs stored in default directory, you probably can use the at
tached VI to get the correct path. Hope it works for you.
Cheers!
ian