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 ?
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.