Documentation
When exceeded
The "When exceeded" module enables the logic script to be executed when a variable exceeds a certain value.
Properties
Name | Description |
---|---|
Value for triggering | Value above which the module should trigger. |
Trigger subsequent events | If this option is activated, the module triggers every time the variable changes if the value is above the specified limit. If the option is deactivated, the module only triggers once; the module only triggers again if the value falls below the limit and exceeds it again. |
data points input
Name | Description |
---|---|
Value | Data point of the variable whose exceeding should trigger execution of the logic script. |
data point output
Name | Description |
---|---|
Value | Data point of the variable. The following branch of the logic script is only executed if the "Update" data point also returns TRUE. |
Triggering | Data point of the module that returns TRUE if the value of the linked variable has exceeded the specified value. The subsequent branch of the logic script is only executed if the value has been exceeded. |
No triggering | Data point of the module that returns TRUE if the value of the linked variable has not exceeded the specified value. The subsequent branch of the logic script is only executed if the value has not been exceeded. |