22.6 Status

Information if the ActualValue is within the tolerances or has passed a tolerance or min/max value. The TypeDefinition is MultiStateValueDiscreteType, so the Properties EnumValues and ValueAsText shall be filled with the supported values out of Table 127.

Table 127 – Values for Status
EnumValue ValueAsText Description
0NONENo monitoring
1UNKNOWNStatus not known, e.g. because of broken sensor
2BELOW_MIN_VALUE ActualValue is below MinValue
3BELOW_LOWER_TOLERANCE2 ActualValue is below LowerTolerance2
4BELOW_LOWER_TOLERANCE ActualValue is below LowerTolerance
5WITHIN_TOLERANCE ActualValue is between LowerTolerance and UpperTolerance
6ABOVE_UPPER_TOLERANCE ActualValue is above UpperTolerance
7ABOVE_UPPER_TOLERANCE2 ActualValue is above UpperTolerance2
8ABOVE_MAX_VALUE ActualValue is above MinValue