04-05-2012 03:46 AM
Hello,
I would like to run a subVI in the background (hidden) and I did this using SubVi's own File -> Properties, but I would like to add a possibility for users to click on a button to show the dialog what is going on at the other VI.
How can I do this? I could find the option to run another VI in property node.
Thank you for your response,
Solved! Go to Solution.
04-05-2012 03:50 AM
04-05-2012 03:51 AM
Thank you for your reply,
but How to indicate which subVI will be considered?
04-05-2012 03:54 AM
04-05-2012 03:59 AM
Oww, OK. Creating a constant for reference pin, it let me choose the VI.
Thank you, problem solved 🙂
04-05-2012 04:31 AM
Hello again,
Could you post a sample if possible? I think I failed again 🙂
For example:
There are first.vi and second.vi
From second.vi, File -> properties -> Window appearance, I choose Default. This is what I want (it is working in the background).
But I would like to add a checkbox, or a button on first.vi. and when user clicks on it I would like to pop it up as an application window or a dialog.
Thank you very much,
04-05-2012 05:37 AM - edited 04-05-2012 05:38 AM
Hi,
Check the attached VIs. Open VI 1 and follow the instructions.
Regards,
Nitz
(Give kudos to Good Answers, Mark it as a Solution if your problem is Solved;))
04-05-2012 05:40 AM
Thank you 🙂