LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic start of subvi without waiting for end of subvi

How can I load and run a SubVI without waiting in the MainVI for the end of execution of the SubVI.
Im running LabVIEW Prof. Dev. System 6.1 on WindowsNT4.0
0 Kudos
Message 1 of 2
(2,661 Views)
Use the Open VI Reference to specify the VI and then an invoke node. The method you want is Run VI and you can optionally Wait Until Done.
0 Kudos
Message 2 of 2
(2,661 Views)