Name | Description | Type | Notes |
Hysteresis | Only counts a change in direction if the input value changes by the defined hysteresis value since the point of changing direction. Must either be zero (meaning all changes of direction are counted) or a a positive number. | float | Default: 0.0 |
Name | Description | Type |
Value | Numeric value for which to detect the change in direction. | float |
Reset | Resets the state of the block. | pulse |
Name | Description | Type |
Upward Direction | Is true if the input value changes towards the upward direction, else false. | boolean |
Inflection Point | The last inflection point detected by the block. | float |