LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SubVI opened by Run VI invoke_Do not want to show front panel-VI Properties/Window Appearance=Default_Front Panel Still Shows!

Solved!
Go to solution

Calling three(3) VI for display of front panels in Subpanel.  First step is to use Run VI invoke method. 

 

All the VIs successfully Run.  However, one(1) of the VIs always shows its front panel (which I do not want tit to do).

 

I cannot figure out for the life of me WHY this 1 VI opens its front panel and the other 2 do not.  The VI Properties/Window Appearance settings are the same for all 3 VIs.

 

Any ideas?

0 Kudos
Message 1 of 3
(2,442 Views)
Solution
Accepted by topic author battler.

Is there some code inside the VI that opens the Front panel?

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 2 of 3
(2,437 Views)

Thanks Ton.  It's always the obvious things you don't think of.

 

The culprit VI is the only 1 running with the JKI state machine.  Macro: Initialize it goes to state "UI: Front Panel State" and opens the front panel.  I commented out //UI: Front Panel State >> Open from Macro: Initialize which worked.

0 Kudos
Message 3 of 3
(2,434 Views)