Owning Palette: Real-Time VIs
Installed With: RT Module (ETS). This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the Real-Time Timing VIs to control the timing of loops in VIs running on an RT target.
| Palette Object | Description |
|---|---|
| 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 Until Next Multiple | Waits until the value of the timer becomes a multiple of Count. Use this function to synchronize activities. You can call this function in a loop to control the loop execution rate. |
| 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. |