LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

control different front panels

Is is possible to open 6 different windows from within a master program by using the call by reference function.If not is there any way at all to do this?
0 Kudos
Message 1 of 2
(2,393 Views)
If what you want is to run the VIs independently, then instead of using call by reference, use the open VI reference, the FP.Open property, and then the Run VI method with Wait Until Done set to false. There's a very simple example here that you should look at.
Message 2 of 2
(2,393 Views)