Documentation
At specific value
The "At specific value" module enables the logic script to be executed when a variable reaches a specific value.
Properties
Name | Description |
---|---|
Value for triggering | Value at which the module should trigger. |
Trigger subsequent events | If this option is activated, the module triggers each time the variable is updated if the value corresponds to the specified limit. If the option is deactivated, the module only triggers once; the module only triggers again if the value exceeds or falls below the limit and reaches it again. |
data points input
Name | Description |
---|---|
Value | Data point of the variable whose change is to 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" output also returns TRUE. |
Triggering | Data point of the module that returns TRUE if the value of the linked variable has reached the specified value. The subsequent branch of the logic script is only executed if the value has been reached. |
No triggering | Data point of the module that returns TRUE if the value of the linked variable has not reached the specified value. The subsequent branch of the logic script is only executed if the value has not been reached. |