LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multi-threading in LabVIEW

How does LabVIEW support multithreading?  I have written a program which contains multiple parallel while loops which seem to execute simultaneously.  I believe this is analogous to multithreading in Java or C++. 
 
I would like to better understand the following:
1.  Do I have control over thread priority and processor affinity per thread?
2.  What is the scheduling algorithm and can I change it?
 
 
Thanks,
Chris
Chris Reyerson
Optical Systems Engineer
Arete Associates
Tucson, AZ
0 Kudos
Message 1 of 2
(2,778 Views)

If you're looking for the same level of control that you have in C, then you won't find it LabVIEW since LabVIEW automatically handles a lot of it. This link should be able to provide you with some general information: Multitasking in LabVIEW

Message 2 of 2
(2,761 Views)