LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sub vi front panel opens when main vi opens

Solved!
Go to solution
When I open my main vi I have one of my sub vi front panels that opens.  I looked in the properties for the sub vi and Show front panel when loaded is NOT checked. Is there something else I need to look at?
0 Kudos
Message 1 of 15
(4,723 Views)
You might have a property node that is being call to open the front panel. Look to see if there is a reference to the sub VI somewhere in your code.
Tim
GHSP
0 Kudos
Message 2 of 15
(4,719 Views)
Solution
Accepted by topic author Brent W

Check the (evil) SubVI Node Setup. This is not part of the actual VI, but is a right-click option setting off the icon of the sub-vi...

NodeSetup.gif

Richard






Message 3 of 15
(4,707 Views)

It is not check marked in the SubVI node setup either. I am new to LabVIEW and it is quite possible I checked something I shouldn't have, but I just haven't found it yet

 

Brent

0 Kudos
Message 4 of 15
(4,681 Views)

please clarify;

 

 

Q1)

The sub-VI FP opens when

 

You open the top VI but BEFORE you run it

 

OR

 

The sub-VI FP opens after you start the top level VI

 

Q2)

If the above Q was after you run....

 

Is the sub-VI running or paused when it opens?

 

If it is puased you may have a breakpoint set in it.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 5 of 15
(4,675 Views)
A1) When I open the Top Level VI, the front panel of one of my SubVIs opens.  It is indepent of running the VI.
0 Kudos
Message 6 of 15
(4,666 Views)

... read what Ben said, and as a double check, lets make sure in your first post you were talking about this....

 

111.gif

Richard






Message 7 of 15
(4,662 Views)

Broken,

 

One notch down in your image is "Show ... When Loaded".

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 8 of 15
(4,659 Views)

Ben wrote:

Broken,

 

One notch down in your image is "Show ... When Loaded".

 

Ben


 

Right, but having those things checked that I circled would case the VI to open also, so the O.P. needs to check that out. Also, by Friday, I'm tired enough that SnagIt the only program I can manage. Check out the cool wave effect.
Richard






Message 9 of 15
(4,654 Views)

Yes, but those would only cause the problem to occur when the program runs and gets to the subVI.  Since It is only when the VI is opened, not run, then those check boxes mean have no effect on the problem.

 

 

Message 10 of 15
(4,645 Views)