From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview .vi implement

Solved!
Go to solution

 

Hello .
I have a question about implementing .vi file to my main .vi file- I would like to know is it possible to run sub vi file by pressing for example "Boolean OK button". I made this simple thing , but it didn't work.

 

Misiael
0 Kudos
Message 1 of 3
(2,015 Views)
Solution
Accepted by topic author sdada

I am assuming that you want the front panel of the subVI to pop up?

 

If so, have you tried this:

Open the subVI and access the properties by navigating to File -> VI Properties and choose the Window Appearance category. There, if you customize, you will see an option for 'Show front panel when called'. Be sure to check that.

 

Also, if you want the subVI to pop up when you press the button, then put the subVI in the 'True' case of the case structure.

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Message 2 of 3
(1,998 Views)

Thank you, working fine.

Misiael
0 Kudos
Message 3 of 3
(1,993 Views)