LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

subVI's frontpanels opened

Hello everybody

I have a bigger program written in LV with a couple of subVI's. The problem
that I have is that some of the subVI's frontpanels are opened when I load
the program into memory. I checked the "SubVI node setup" to make sure that
"open frontpanel when loaded" is NOT checked, but it does not help.
Changing this option back and forth does not help either.

Only with the VIs that are not displayed at load time I can toggle this
option and change their behaviour.

Do you have any idea what's wrong?

Thanks a lot, Tobias



--
Tobias Vancura Email: tvancura@phys.ethz.ch
Solid State Physics Laboratory Phone: +41-(0)1-633 3767
HPF C 13 Fax: +41-(0)1-633 1146
ETH Zürich
CH - 8093 Zurich/Switzerland
0 Kudos
Message 1 of 4
(2,707 Views)
On your main VI's block diagram, go to each subvi's icon and check the "SubVI node setup" and make sure "Show Front Panel when called" is not checked. This is the option that will actually show the front panel.
The option you listed in your question (open frontpanel when loaded) only puts the VI in memory, but doesn't actually open the front panel for viewing.
I believe that is what you need to do, good luck with it, Doug
0 Kudos
Message 2 of 4
(2,707 Views)
For the VI's in question:
-Right click on the icon and select VI properties.
-On the Category listbox, select Window Appearance.
-Select Customize
-Ensure ShowFrontPanelWhenLoaded is not checked.
Message 3 of 4
(2,707 Views)
On Mon, 30 Jul 2001 09:36:49 -0700 (PDT), eh wrote:
>For the VI's in question:
>-Right click on the icon and select VI properties.
>-On the Category listbox, select Window Appearance.
>-Select Customize
>-Ensure ShowFrontPanelWhenLoaded is not checked.

Thanks, that was it!


--
Tobias Vancura
Zurich/Switzerland
0 Kudos
Message 4 of 4
(2,707 Views)