Solution
For applications that truly require deterministic loop timing, NI recommends using the LabVIEW Real-Time Module, where the LabVIEW code runs in a real-time operating system that can guarantee determinism.
When using LabVIEW Real-Time, theĀ Timed Loop is a structure on the block diagram that allows the precise specification of timing and priority for loop execution, along with error reporting when the desired loop timing cannot be maintained. The Timed Loop is supported on Windows, but this is generally discouraged because deterministic loop execution cannot be guaranteed on a non-deterministic OS. The Controlling Timing in LabVIEW Applications (Real-Time, Windows) help topic containsĀ additional information on this topic.