09-14-2011 05:52 AM
Hello everyone,
I want to run a subvi on the background of my labview app.
In the frontpanel of the main VI I want a button to popup the frontpanel of the subvi.
In the subvi should be a button to hide the popup again. But when hided the subvi should continue running!
How to make this?
Making the popup is no problem, but how to hide and keep running and show up again when the button is hit again?
Thanks in advantage.
Solved! Go to Solution.
09-14-2011 05:59 AM
You can refer to the VI open it by "Open by reference" function and then you can control the FP of your VI, show or hide it by clicking a button on the main pannel. The code of your VI will work even though your FP is close.
09-14-2011 06:08 AM
Is there an example somewhere to see how this works ?
09-14-2011 07:23 AM
Surely, here they are! look at the following....and enjoy yourself!
09-14-2011 07:51 AM
Thanks for the help!
Can you please downgrade them for me to LV 2009?
Thanks in advantage!
09-14-2011 08:03 AM
Patrick Kerstholt ha scritto:
Thanks for the help!
Can you please downgrade them for me to LV 2009?
Thanks in advantage!
Yes of course!
Here the 2009 file.
09-14-2011 08:21 AM
Thanks, that does exactly what I expected!
09-14-2011 08:23 AM
Kudos are grateful!!!
Good work!
09-15-2011 02:36 AM
All works fine in the VI itself, but when I try to create a sub vi and assign the two buttons as connectors of the subvi the popup doesn;t work anymore.
Why the popup doesn't show up?
I think it has got something to do with the eventbased structure.
Can anyone help fixing this problem ?
Thanks in advantage