Conditional returns
Symbol / Example | Explanation |
Conditional Return | |
Example: Return Condition Network |
- Conditional returns from functions and function blocks are implemented using a RETURN construction as shown in the table below. Program execution is transferred back to the invoking entity when the Boolean input is TRUE, and continues in the normal fashion when the Boolean input is FALSE.
- Unconditional returns are provided by the physical end of the function or function block.