LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Non-blocking Open SubVI

Thank you to all who responded...
0 Kudos
Message 11 of 13
(1,264 Views)

I have been using the Invoke-Run VI to launch daemon type subvi's and I am now trying to launch a dialog type vi.  The subvi is basically a intrument control panel that changes settings.  I want the main VI to still run and respond.  Everything works except for when I close the subvi called via VI Server either by the X or file->close the front panel stays visible.  Is there a way for the VI to know to close it's front panel?  The VI properties setting do not work.

 

0 Kudos
Message 12 of 13
(1,040 Views)

You can place logic in the VI that will close itself once its done executing...just create an invoke node with 'FP.Close'

0 Kudos
Message 13 of 13
(1,024 Views)