Re: How to Run a VI when it is active?

2004-05-19 Thread Greg McKaskle
Thnx for your explanation but i'm not certain if i understand what you mean, can you send me an example just simple Vi's but with this feature? Which feature, I described three. First is parallel loops, second is using the run method and not waiting for completion, and third is the

Re: How to Run a VI when it is active?

2004-05-19 Thread Greg McKaskle
1. I want one Main VI that allways runs, and in this main VI there are (for example) 2 buttons: Button A and Button B. 2. If i click on button A a pop up window appears (a new VI) this VI runs on events (I allready know how to work with events). Then; while pop up window from Button A still

Re: How to Run a VI when it is active?

2004-05-18 Thread LabVIEWer
I think you are asking for a VI that is the main VI that does nothing more than launch subVIs. This easily done by using an event structure and having the subVIs show front panel when called. It would then hold until the subVI's run ended. The control would then return to the main VI. Or you