Status_Flags
This property represents four boolean status flags:
IN_ALARM
: in case of an active alarm, this flag is set to TRUE
.
FAULT
: if the Reliability property is not equal to NO_FAULT_DETECTED
, this flag is set to TRUE
. Error states include defect sensors, links, etc.
OVERRIDDEN
: If the Present_Value
property of the object is overridden locally by the application, this flag is set to TRUE
. The values of the properties Present_Value
and Reliability
are no longer taken from the hardware. The definition of the overwritten state is done locally by the application.
OUT_OF_SERVICE
: this value indicates the state of the property Out_of_Service
.