11-13-2009 08:35 AM
11-13-2009 09:22 AM
You have to include interthread-communication. If the testing VI is running in the same application instance as the "serving VI", you can use queues to transfer data and commands. If they do not run in the same application instance, you can use protocols like TCP.
Terminating the TestStand Execution is no solution since the thread in TestStand, which called the service VI, is not active and therefor cannot be terminated until the VI is finished.
hope this helps,
Norbert