LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Event structure to open subvi

Solved!
Go to solution

I am trying to create a project that requires many VI's to be opened. Therefore, I created my main menu panel, as well as a sub-VI called "User Input Panel."

I have inserted a while loop with an event structure, but when I press the boolean button related to the event structure, my sub-VI does not pop up. Can anyone help me with this?

 

Download All
0 Kudos
Message 1 of 3
(80 Views)
Solution
Accepted by topic author Rusyaidi_arif_cute

If placed as a sub-vi you need to either set the VI property "open when called" or use an Invoke node:Front panel open

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 2 of 3
(75 Views)

Thank you so much!. I have solved it in VI Properties->Window Apperance->Customize. 

Message 3 of 3
(52 Views)