Use the Timing VIs and functions to control the execution timing of DSP operations.
| Palette Object | Description |
|---|---|
| Tick Count (ms) | Returns the value of the millisecond timer. |
| Tick Count | Returns the value of a free running counter in the units specified. The output and internal counter are both of the configured width. |
| Wait (ms) | Waits the specified number of milliseconds and returns the value of the millisecond timer. Wiring a value of 0 to the milliseconds to wait input forces the current thread to yield control of the CPU. |
| Wait | Delays for a certain time interval before the output data dependence becomes valid. (RT Module) The Wait Express VI waits the specified count time and then returns the value of a free running counter. |