Binary Filter

The binary filter tool offers a simple filter for boolean values. Only integer and boolean input values are taken into account. Regarding integer values, only 0 or 1 are accepted as input values.
See chapter Data types in LOGIKEDITOR | datapoints-types for information on data types.
Configuration
Filter Options
Setting | Description |
---|---|
Changing value | If an incoming value deviates from the prior value, this value may pass. |
Unchanged value | If an incoming value is equal to the prior value, this value may pass. |
| Only values that are either |
| Only values that are either |
Rising edge | An input value is only admitted if the previous input value was |
Falling edge | An input value is only admitted if the previous input value was |
Only the filter options True/Yes (true)
and False/No (false)
operate already on the first value. All other options let the first value pass and filter starting with the second incoming value, based on a comparison with the previous value.