LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how LabVIEW 2011 works with multicore computer?

I have a quad core computer, but don't see Labview 2011 works with multicore. LabVIEW is extremely slow and labVIEW CPU usage is around 20-25% and rest of 3 cores are doing nothing,  0% CPU usage.

 

I wonder how LabVIEW 2011 environment works with multicore or does it use multicore?

 

Thanks,

0 Kudos
Message 1 of 4
(2,192 Views)

You need to write multithreaded code in LabVIEW.

 

Put down four concurrent while loops with no waits and notice all four cores run at 100%.

CTA, CLA, MTFBWY
0 Kudos
Message 2 of 4
(2,183 Views)

I may need to clarify my question.

 

I am not running my code but LabVIEW is doing vi compile or loading vis or doing something else, and LabVIEW CPU usage never exceeds 25%.

0 Kudos
Message 3 of 4
(2,177 Views)

That's because most of those activities are going to be single threaded.  Just like it is going to be for almost all other software.

0 Kudos
Message 4 of 4
(2,161 Views)