12-02-2010 02:27 AM - edited 12-02-2010 02:28 AM
Hi guys,
I want to create a parallel thread with one .VI in it. How can I create one and how to set priority and time interval. This .VI checks if a device is alwayz present. I want this thread to start after a certain step.
Solved! Go to Solution.
12-02-2010 02:33 AM
Hi,
You can use a Sequence Call (put the VI inside that) and configure the Sequence call to run in a separate thread (Module - Execution Option - Use New Thread)
AshwiN,
12-02-2010 02:50 AM
ok, thank you....