From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

chero

Dear Member, I've a question about the scheduler in LabView. I can use a time schedule loop and can use a priority to schedule a loop (just a for loop). Is it possible someone can tell me how the scheduler works correctly? Because of I know this book: http://www.amazon.com/Handbook-Scheduling-Algorithms-Performance-Information-ebook/dp/B000SF8AX6 I want read the section for the detailed algorithm. Is it possible to tell me the mathematically background? Regards Chero PS: I know the basic algorithm is priority scheduling. The loop with the highest priority is running first.
0 Kudos
Message 1 of 2
(2,041 Views)

Hi,

 

LabVIEW is a multithreaded application and takes full advantage of multi-core or hyperthreaded processors

Refer to the Configuring Timed Loops topic for more information about using and configuring the Timed Loop.

 

0 Kudos
Message 2 of 2
(1,976 Views)