LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Timed loops running slow for small period


@Aalenox wrote:

Timing is definitely possible in Windows.  In fact, calling the kernel32.dll library directly gives accurate timing down to the microsecond (or less).  I'll just redo my project and call the C library directly. Thank you both for your help.


For further reading.  Start here

You just can't get millisecond ACCURACY on a Windows OS.  yes, You can get millisecond resolution, OR Orders of magnatude FINER if you have a Hardware Precision Timer, but you'll never tame the OS task scheduler.


"Should be" isn't "Is" -Jay
Message 11 of 11
(185 Views)