NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

multithreading in teststand

Solved!
Go to solution

Hi everyone,

 

 

I need to read an analog value from an output continuously and in other steps this value will be used. So it is important to read the value continuously.

Is it possible to run the step that read the analog value, separately and always?  I wanted this step and reading the analog value to run as seperate thread everytime Like multithreading in other programming languages. 

 

Thanks for advanced for your help. 

 

0 Kudos
Message 1 of 3
(710 Views)
Solution
Accepted by navid.mo2

You can call a sequence in a new thread or use step type to run a vi asynchronously.

Michał Bieńkowski
CLA, CTA

Someone devote his time to help solve your problem? Appreciate it and give kudos. Problem solved? Accept as a solution so that others can find it faster in the future.
Make a contribution to the development of TestStand - vote on TestStand Idea Exchange.
0 Kudos
Message 2 of 3
(655 Views)

Thank you so much for your reply. It works. 

0 Kudos
Message 3 of 3
(626 Views)