04-27-2010 04:32 AM
Hi.
I have for example 5 programs and I would like to create one program in which i could switch between this 5 programs. One of these should be running all the time and the others should start when i will switch to them. I need solution or something like that.
Thanks.
04-27-2010 04:54 AM
04-27-2010 05:39 AM
hi, i've got LV 8.6 so could you save that files as version 8.6 or lower?
thanks.
04-27-2010 05:54 AM
04-27-2010 06:06 AM
Make use of SubPanels.
04-27-2010 07:18 AM - edited 04-27-2010 07:19 AM
You can do a search on "dynamically called" sub vi's.
See the tiny example below of how to call it. You can actually call multiple VI's and they will run in parallel, although you have to be careful when doing this.
You would have to wire False to "Wait till done"
You can stop/close the VI using property node. If you wired False to "Auto Dispose Ref", then make sure you do close ALL references before exiting your program.
04-27-2010 07:09 PM
04-28-2010 07:06 AM - edited 04-28-2010 07:08 AM
Here is the example of the simple subPanel from the example finder:
Similar to my example, except that it uses the SubPanel Invoke Node.