12-28-2007 10:13 AM
12-28-2009 12:18 PM
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.
12-28-2009 01:19 PM
You can place logic in the VI that will close itself once its done executing...just create an invoke node with 'FP.Close'