Documentation
Condition
The "Condition" (If) module offers the option of integrating a conditional branch into the logic diagram. If the condition at the input is fulfilled, the "Fulfilled" output returns the value "True", otherwise the "Not fulfilled" output returns the value "True". The other output does not return a value.

data points input
| name | description |
|---|---|
| Condition | Logical value that is checked as a condition. |
data points output
| Name | Description |
|---|---|
| Fulfilled | The following branch is only executed if the condition is evaluated to TRUE. |
| Not fulfilled | The following branch is only executed if the condition is evaluated to FALSE. |