Name | Description | Type | Notes |
Lower Range | The lower range value. | float | Optional |
Include Lower Range | If selected, an input value equal to the lower range is considered to identify whether it is within or out of the range. If not selected, an input value equal to the lower range is not considered. | boolean | Default: true |
Upper Range | The upper range value. | float | Optional |
Exclude Upper Range | If selected, an input value equal to the upper range is not considered to identify whether it is within or out of the range. If not selected, such an input value is considered to identify whether it is within or out of the range. | boolean | Default: true |
Name | Description | Type |
Value | The input value to validate against the defined range. | float |
Reset | Resets the state of the block. | pulse |
Name | Description | Type |
Out of Range | Is set to true when the input value is not within the defined range. | boolean |
In Range | Is set to true when the input value is within the defined range. | boolean |
Crossed | Sends a pulse when the range is crossed. | pulse |