LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multi threaded operation

can i call system thread in labview as we do in mfc programming.
0 Kudos
Message 1 of 2
(2,668 Views)
I don't think you can, but depending on your application you probably don't need to. LabVIEW is inherently multi-threaded, so it will automatically run parallel processes in separate threads if it is possible to do so.

Here is a link to an app. note which should help shed some light on the subject:

Using LabVIEW to Create Multithreaded Applications for Maximum Performance and Reliability

Hope this helps you!
0 Kudos
Message 2 of 2
(2,668 Views)