Configure Next Iteration Dialog Box
- Updated2025-07-30
- 4 minute(s) read
Double-click the Right Data node of a Timed Loop or the Right Data node of the last frame of a Timed Loop with frames to display this dialog box. You also can right-click the Right Data node and select Configure Input Node from the shortcut menu to display this dialog box.
Use this dialog box to configure how a Timed Loop executes during the next iteration. You can specify a new period, priority, and other advanced options for the next iteration.
This dialog box includes the following components:
| Option | Description |
|---|---|
| Period | Specifies the period for the next iteration of the Timed Loop. The default is -1, which means that the period is unchanged from the previous iteration. Note Note: Do not set the period of a Timed Loop to 0. National Instruments does not support applications that contain Timed Loops with periods of 0 because these periods cause undefined application behavior. If you need a loop that runs as fast as possible combined with the priority execution features of a Timed Loop, use a While Loop inside a Timed Sequence structure instead. |
| Priority | Specifies the priority of the next iteration of the Timed Loop relative to other timed structures that are ready to execute. The higher the number you enter, the higher the priority of the Timed Loop over other timed structures. The value for Priority can be -1 or a positive integer between 1 and 65,535. The default is -1, which means that the priority is unchanged from the previous iteration. Note These priorities are different from VI priorities. LabVIEW executes the timed structures at a priority level below the time-critical priority and above the high priority. The LabVIEW execution system is preemptive, so a higher priority timed structure that is ready to execute preempts all lower priority structures also ready to execute and other LabVIEW code not running at time-critical priority. |
| Advanced Timing | Specifies advanced timing options. The Advanced Timing settings include the following components:
|
| Processor Assignment | Specifies the processor assigned to handle the next iteration. The Processor Assignment settings include the following components:
|
| Action on Late Iterations | Specifies the late iteration mode for the next iteration of the Timed Loop.
|