_RangeCheck

Characteristic Description

Availability

Integer and float items

Description

Checks whether the value for an integer or float item is greater than a minimum value and less than a maximum value.

By default, the minimum value is:

  • 0 for an integer.
  • 0.0 for a float.

By default, the maximum value is:

  • 100 for an integer.
  • 100.0 for a float item.

You can change these values when you create a rule based on the template.

Returns

  • True—The value of the item is greater than the minimum value and less than the maximum value.
  • False—The value of the item is less than the minimum value or greater than the maximum value.

Display text

Value must be between {MinValue} and {MaxValue}