LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

stop subvi from opening

I have a couple of subvi’s that I am using in my program from an equipment vendor. When I run the top level vi these subvi’s open. I have checked all the settings that I am aware of that does this, (i.e. subvi node and properties) but they are all set for this not to happen. Is there another place that I am missing or that I am not aware of?

Thanks for your help
-D
0 Kudos
Message 1 of 3
(2,363 Views)
right click the vi icon (top right)
Vi properties....>windows appearance--->
Custom--->customize
make sure that "show front panel when called" or "show front panel when loaded" are not checked.

also, in the main vi where the sub vi's are called,
right click on the subvi, ---->subvi node setup, make sure the options are not selectedb either

also examine the code for any invoke node that opens the subvi programmatically
Message 2 of 3
(2,357 Views)
Windows appearence was the one I missed. It was set to customize.

Thanks for your help
0 Kudos
Message 3 of 3
(2,346 Views)