12-29-2009 12:26 PM
Gotcha 😉
V
12-30-2009 12:31 PM
My understanding on Timed loops is still a little muddled. Can someone give me an example (or more of a comparison example) between timed loops and other timing constructs available?
Thanks ![]()
V.... wait for it..... J
12-30-2009 01:20 PM
Hi VJ,
timed loops allow for more options than simple while loops with a timing function.
You can set priorities, bind the loop to processor cores, set timing delay and offset. They provide values for last iterations timings, signal late iterations and some more. Look for the examples coming with LabVIEW!
To compare a single timed loop with a single, simple while loop isn't the point. They can't be more precise on a standard OS using the same timing source. but they add great value when using more than one loop or using other timing sources (like on RealtimeOS)...