12-05-2012 12:40 PM
Hello,
i have a big program which is in a while structure and when i try to make a subVI, i have a message which tell me that my selection contain a front pannel which is in a while loop. How can i do to make a subVI?
Thanks a lot
12-05-2012 12:56 PM
If you make it into a sub-VI, how are you gonna press that stop button?
12-05-2012 12:56 PM
12-05-2012 01:16 PM
It wasn't planed to make subvi's.
My program is initialy a main Vi with buttons Each Button launch another specific VI which make a specific measurement.
It works very well. But when i make an executable, it doesn't works.
So i try now to make only one VI with all the specific VI inside but it doesn't works too. The front panel of the specific VI never appears.
I searched in the forum and all the person who had this problem and solved it used subVI.
So i try this solution... which doesn't works too.
any suggestions?
12-05-2012 01:37 PM
12-05-2012 01:47 PM
Do you mean "show front panel when called"?
It's checked but no enhancement.
12-05-2012 02:01 PM
12-05-2012 11:44 PM
Hi, If you want to show multiple subVIs, then you have check there windows appearances. Other then that if you want to control them from your main VI. then you have to place your subVIs in separate while loop inside your main VI. this will cause main vi to constantly updates control in SubVI. Hope this helps your problem.