Flows
Last update: 16.07.2025The Flows library provides a set of simple operators on flows (delays, counters, timers, etc).
| Operator Name | Description |
|---|---|
| BoundedEventCountDown | Decreases the count by one at each cycle when the input is down to a limit value. |
| BoundedEventCountUp | Increases the count by one at each cycle when the input is up to a limit value. |
| Delay | Delays the input flow by the specified number of cycles. |
| DetectChange | Determines if the current value of the flow does not equal its value at the last cycle. |
| EventCountDown | Decreases the count by one at each cycle when the input is true. |
| EventCountUp | Increases the count by one at each cycle when the input is true. |
| Max | Computes the maximum value observed on the input flow over time. |
| Min | Computes the minimum value observed on the input flow over time. |
| Times | Counts down the repeated occurrence if the condition input is true before rising a flag. |
Parent topic:Libraries