Property | Data Type (Application Datatype) | Writable (Conformance Code) | Value or Initial Value | Persistence |
---|---|---|---|---|
Object_Identifier | BACnetObjectIdentifier | Y (R) |
00 00 00 02 (hex) Object Type = 0, Instance = 2 |
Fixed |
Object_Name | CharacterString | No (R) | "T" | Fixed |
Object_Type | BACnetObjectType (ENUMERATED) | No (R) | 0 (Analog Input) | Fixed |
Present_Value | Real | Yes (When Oos) (R) | 0.0 | Volatile |
Description | CharacterString | No (O) | "Temperature" | Fixed |
Units | BACnetEngineeringUnits (ENUMERATED) | Yes (R) | 62 (degrees-Celsius) | Nonvolatile |
Status_Flags | BACnet Status Flags (BIT STRING) | No (R) | 0 (FAULT == FALSE) | Volatile |
Reliability | BACnet Reliability (ENUMERATED) | Yes (when OoS) (O) | 0 (NO FAULT DETECTED) | Volatile |
Event State | BACnetEventState (ENUMERATED) | No (R) | 0 (NORMAL) | Volatile |
Out_of_Service | BOOLEAN | Yes (R) | 0 (FALSE) | Volatile |
COV_Increment | Real | Yes (O) | NaN (COV reporting disabled) | Nonvolatile |
Min_Pres_Value | Real | No (O) | -40.0 (same as limit for Minimum T error limit: see Configuring Minimum and Maximum RH and T Errors with Insight) | Fixed |
Max_Pres_Value | Real | No (O) | +80.0 (same as limit for Maximum T error limit: see Configuring Minimum and Maximum RH and T Errors with Insight) | Fixed |
Flag | State | Cause |
---|---|---|
IN_ALARM | FALSE | Event State equals 0 (NORMAL) |
TRUE | Event State not 0 | |
FAULT | FALSE | Reliability equals 0 (NO FAULT DETECTED) |
TRUE | Reliability not 0 | |
OVERRIDDEN | FALSE | Always FALSE |
OUT_OF_SERVICE | FALSE | Present Value may NOT be written via BACnet |
TRUE | Present Value may be written via BACnet |
STATE | CAUSE |
---|---|
0 NO_FAULT_DETECTED | |
1 NO_SENSOR | Sensor failure detected. |
2 OVER_RANGE | T over Max_Pres_Value |
3 UNDER_RANGE | T under Min_Pres_Value |
7 UNRELIABLE_OTHER | Other measurement error |
STATE | CAUSE |
---|---|
0 NORMAL | Reliability equals 0 (NO FAULT DETECTED) |
1 FAULT | Reliability not 0 |
Units
Unit can be changed using BACnet. Possible units (Celsius or Fahrenheit) are C (62) or F (64).
Out of Service
Out of Service value is writable. By Default = FALSE.