Changing the Continuation Behavior of a While Loop

To change the continuation behavior of a While Loop, right-click the conditional terminal or the border of the While Loop and select Continue If True or Stop If True. You also can use the Operating tool to click the conditional terminal to change the condition.

When a conditional terminal is Continue If True , the While Loop executes its subdiagram as long as the conditional terminal receives a TRUE value. When a conditional terminal is Stop If True , the While Loop executes its subdiagram until the conditional terminal receives a TRUE value.

The VI does not run if you do not wire the conditional terminal.