LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Multithread in CVI

I found an very good instruction about multithread programming at [broken link removed]. However, there's no linkage of example code which is refered by that. I appreciate if anybody can attached the code.
 
 
Thanks!
Jacky
0 Kudos
Message 1 of 3
(3,366 Views)
 

Hello Jacky,

All I needed to know about multithreading (including example code) I found in this article.

There are also some usefull examples in CVI. To find them, use the NI Example Finder (pull down the Help menu and select Find Examples). On the Search tab, enter the keyword "multithreading". Make sure the "include ni.com examples" check box is checked. On my system, 10 examples are found. I think the example "Simple Multithreaded LabWindows/CVI User-Interface Example" is a very good start to learn about multithreading.

0 Kudos
Message 2 of 3
(3,361 Views)
Hi Jacky

The example code in the document you found is one of the shipping examples for the async timer and can be found at .\cvi\samples\toolbox\asyncdem.cws
Bilal Durrani
NI
0 Kudos
Message 3 of 3
(3,350 Views)