LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Running Independent VI's

Is there any way to call a VI, from a base VI, and have the two then run
independantly of each other... (So that I can close the base VI and continue
with the new VI?)

--
Slade Squire
Programmer
Rectifier Technologies Pacific
Melbourne, Australia
SladeSquire@rtp.com.au
0 Kudos
Message 1 of 3
(2,324 Views)
A VI will continue to run as long as there is a reference open for that VI. If you setup the second VI to open a reference to itself, then the calling VI can close without the second VI closing.

Rob
0 Kudos
Message 2 of 3
(2,324 Views)
Yes, by starting the second VI with the VI server.

"Slade Squire" wrote in message
news:9tci80$2fb$1@perki.connect.com.au...
> Is there any way to call a VI, from a base VI, and have the two then run
> independantly of each other... (So that I can close the base VI and
continue
> with the new VI?)
>
> --
> Slade Squire
> Programmer
> Rectifier Technologies Pacific
> Melbourne, Australia
> SladeSquire@rtp.com.au
>
>
>
0 Kudos
Message 3 of 3
(2,324 Views)