12-29-2015 01:18 PM
Hello!
My name is Vilson .
I want a help with my system . I Develop applications for my lab to measuring and control some systems .
Recently I build, for just one system, 2 applications , but now i want to view both from just one application .
In other words , I want to build a main application ( or VI) that can access using the boolean control another two applications ( or VI 's) , like a tab control , but
I do not want to use it because I've already have both applications.
I saw some documents before but, It can't solve my problem .
Thanks for everything that help me !
12-29-2015 01:37 PM
I recommend creaating a "state-machine" and placing both working pieces in this structure.
Best of Luck!
12-29-2015 05:46 PM
Hi Vilson,
What I understood is that you want to open two separate VIs (say X.vi and Y.vi) from the main VI (say A.vi). If I understood you right, then my next question would be: You want to open X.vi and Y.vi separately or open it in the same main application A.vi as a subpanels ?
You should use "open VI" method for opening the X and Y VIs from main A.vi
Regards
Hasan