11-05-2007 09:14 AM
11-20-2007 09:34 AM
11-20-2007 10:09 AM
It isn't completely clear what you are asking. If you are asking if TestStand threads are actually separate operating system processes, the answer is no. They are standard operating system threads that exist within the same process.
One thing to note is that if you use the LabWindow/CVI adapter to call a code module and you have the Configure>>Adapters>>LabWindows/CVI Configuration>>Execute Steps in an External Instance of CVI option checked, then the CVI code you call runs in a separate process CVI process (to facilitate debugging), no matter what TestStand thread calls it. If it is important that this does not happen, make sure this option is not selected.