I am trying to run mutliple threads in test stand. I am setting up the test stand sequence call to execution : use new thread and setting up the call appropriately. When this sequnce call is run I can see multiple threads being run when CVI or other test stand calls are being initiated in the test stand sequence. However when I am trying to call a labview vi in a thread this labview vi does not open in a new thread and runs in the same thread. Only after the labview vi completes a new thread then opens. What is causing labview not to enter a new thread when the test stand sequence is executed? When this is executed all calls should should be running everything in a new thread. Is there a setting in test stand or labview on the high end that is not allowing this new thread to open as expected.
Mark