12-12-2002 07:25 AM
12-12-2002 08:58 AM
12-12-2002 08:59 AM
04-12-2006 12:55 PM
04-12-2006 01:33 PM
04-12-2006 01:34 PM
It doesn't automatically. This is the purpose as well as the absolute requirement to have two VIs run asynchronous. If you want to know if the 2nd VI has terminated you will need to use some sort of signaling mechanisme that is specifically triggered by the 2nd VI on exit and monitored by the first one. This could be as simple as a global boolean or more sophisticated through notifiers.
@tigerB wrote:This is a interesting example. I am just wondering how does the first vi knows the second vi finished. since the wait until done on second vi is already set to false.thanks