11-15-2005 04:21 PM
11-16-2005 02:23 AM
Enable the VI server in each executable, with a different port for each one. This can be done through the options menu or by copying the appropriate lines into the application's INI file.
Now, place an Open Application Reference VI and wire the correct port number into it. Also, you will probably want to use a smaller timeout. You can run this in a loop and as long as you get an error it means the application is not running. If you do open a connection, you should remember to close it once you are finished with it.