<< Chapter < Page | Chapter >> Page > |
While Loop
executes the subdiagram until
the
conditional
terminal receives a specific
Boolean value. By default, the
While Loop
executes its subdiagram until the conditional terminal
receives a
True
value.For Loop
executes a subdiagram a set number
of times.Wait Until Next ms Multiple
function makes
sure that each iteration occurs at certain intervals. Usethis function to add timing to loops.Wait (ms)
function waits a set amount of
time.shift registers
on
For Loops
and
While Loops
to transfer values from one
loop iteration to the next.shift register
by right-clicking
the left or right border of a loop and selecting
Add
Shift Register
from the shortcut menu.shift register
to carry over
values to the next iteration, right-click the left terminaland select
Add Element
from the shortcut menu.Feedback Node
stores data when the loop
completes an iteration, sends that value to the nextiteration of the loop, and transfers any data type.Feedback Node
to avoid unnecessarily
long wires.Notification Switch
Would you like to follow the 'Labview graphical programming' conversation and receive update notifications?