07-13-2010 09:53 PM
07-13-2010 10:23 PM
Set the input for Wait Until Completion to False, and allow your LabVIEW VI to end however you normally would.
07-13-2010 11:51 PM
07-14-2010 12:08 AM
That depends on what the OP means by "parent program". Since he is asking for LabVIEW to spawn the .exe program, that makes the LabVIEW program the parent, and the .exe the child.
The link you posted would work if he actually wants to close the child program (the .exe that was spawned).
07-14-2010 12:09 AM - edited 07-14-2010 12:10 AM
@Ravens Fan wrote:
That depends on what the OP means by "parent program". Since he is asking for LabVIEW to spawn the .exe program, that makes the LabVIEW program the parent, and the .exe the child.
The link you posted would work if he actually wants to close the child program (the .exe that was spawned).
You are right as always.
I understood it otherwise.