Control Flow Operators

The following control flow operators are available in block diagrams:

All control flow operators except Break evaluate a logical expression and, depending on the result, activate a control flow branch which may contain several statements. The statements represented by sequence calls are connected to the control flow by connectors.

The Break operator can be used to exit immediately from each of the other control flow operators and return to another enclosing statement or to the remainder of the model.

The sequence number of the sequence call determines the order of the statements connected to the activated control flow branch.