02-06-2004 09:41 AM
02-07-2004 04:45 AM
02-07-2004
12:34 PM
- last edited on
12-12-2024
11:27 AM
by
Content Cleaner
HI Baroque...
Here is an example. Just open Master.VI and run it.
It demonstates how to dynamically load VI into memory, show their front panels (frames) and get them running.
This example (LV 6.1) opens a referece to a set aof VI's and uses an property node to show the front panel and an invoke node to start them. The VI then enter a loop to demonstrate that it is running.
Each of the dynamically called VI will also show that they are running. These VI can be closed individually with out affecting the othres.
When the Master.VI is stopped, it closes all of the other VI's again using control references.
Have fun,
Ben
Ben Rayner
Certified LabVIEW Developer
www.DSAutomation.com
02-09-2004 10:14 AM
02-09-2004 10:15 AM
02-09-2004 10:48 AM