08-23-2005 02:33 AM
08-23-2005 03:45 AM
If you build both applications into seperate executables, I believe Exit LabVIEW should only affect the one where it was run.
If these are 2 VIs running inside LV, you can wire F into FP.Open property of the top level VI. Once the FP of the top level VI closes, the entire hierarchy will be closed as well. This also works with the RTE.
To do this, you need to create a property node (Application Control palette), right click it and select the VI class and select the property.
The other option (basically the same thing) is to use the invoke node with the Close FP method.