Documentation
In value range
The "In value range" module offers the option of checking whether a value is within a certain value range. The limits for the value range can be defined via properties or via separate module inputs.
Properties
Name | Description |
---|---|
Inputs Limits | Activates the data points at the input for the limits ("Lower Limit" and "Upper Limit"). These data points are not activated by default. |
Upper Limit | Specifies the maximum for the input range of the value, is only used if the data points for the limits are not activated. |
Lower Limit | Specifies the minimum for the input range of the value, is only used if the data points for the limits are not activated. |
data points input
Name | Description |
---|---|
Value | Value to be evaluated |
Lower Limit | Minimum value for the input range. This data point is only available if the "Input limits" property has been activated. |
Upper Limit | Maximum value for the input range. This data point is only available if the "Inputs Limits" property has been activated. |
data point output
Name | Description |
---|---|
In range | Returns TRUE if the value to be converted was within the minimum and maximum range. |
Not in range | Returns TRUE if the value to be converted was outside the minimum and maximum. |
Limited value | If the value is outside the upper or lower limit, the value is corrected to the respective limit. |