The While Loop contains a subdiagram that executes until the conditional terminal receives a particular Boolean value.
Complete the following steps to create a While Loop.
. You also can right-click the terminal and select Create Constant or Create Control from the shortcut menu to create the Boolean object.
Because the VI checks the conditional terminal at the end of each iteration, the While Loop always executes at least one time. The VI does not run if you do not wire the conditional terminal.
You can prevent code execution in the first iteration by placing a Case structure inside the loop.