LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

run the same subvi simultanously

Hello,

I would like to be able to open the front panel of subvis while they are already running. I read some answers in the forum about the vit extension and the run method but it seems that it works only when there is no need to pass datas to the subvi. Is there away to do that when a vi have input ?

Thank you !
0 Kudos
Message 1 of 3
(2,500 Views)
You can pass input values to the sub VIs by using invoke node function and set control value method. So you can use the same method and pass input values using set control value method.
Hope this helps.
Message 2 of 3
(2,499 Views)
Thank you !
0 Kudos
Message 3 of 3
(2,499 Views)