BACnet Interface - Analog Value - Input Device
Analog Value - Input Device
Some DALI input device parameters are also available via these objects. Those values are also available via the proprietary properties of the associated Binary Input object.
Input Device
List of available properties for these objects.
| Property Identifier | Property ID | Property Datatype | Conformance Code |
|---|---|---|---|
| Object_Identifier | 75 | BACnetObjectIdentifier | R |
| Object_Name | 77 | CharacterString | R |
| Object_Type | 79 | BACnetObjectType | R |
| Present_Value | 85 | REAL | R |
| Description | 28 | CharacterString | R |
| Status_Flags | 111 | BACnetStatusFlags | R |
| Event_State | 36 | BACnetEventState | R |
| Reliability | 103 | BACnetReliability | R |
| Out_Of_Service | 81 | BOOLEAN | W |
| Units | 117 | BACnetEngineeringUnits | R |
| Min_Pres_Value | 69 | REAL | R |
| Max_Pres_Value | 65 | REAL | R |
| Resolution | 106 | REAL | R |
Object_Identifier
The object instance number is represented as 5CLLII.
-
"5" the prefix is the number 5.
-
"C" represents the DALI channel number, 0, 1, 2, or 3.
-
"LL" represents the DALI input device, numbers 00-31.
-
"II" represents the parameter, numbers 00-99.
| Number | Name |
|---|---|
| 00 | Allowed_Command |
| 01 | Buttons_Allowed_Command |
| 02 | Occupancy_Hold_Time |
| 03 | Light_Hystereris |
| 04 | Light_Hystereris_Minimum |
| 05 | Light_Raw_Value |
| 06 | Light_Calibration_Measured_Value |
| 07 | Light_Calibration_Sensor_Value |
Object_Name
The name of the parameter with the name of the Binary Input as a prefix.
Object_Type
ANALOG VALUE (2).
Present_Value
The value of the parameter.
Allowed_Command
Same value as the property Allowed_Command of the associated Binary Input object.
Buttons_Allowed_Command
Same value as the property Buttons_Allowed_Command of the associated Binary Input object.
Occupancy_Hold_Time
Same value as the property Occupancy_Hold_Time of the associated Binary Input object.
Light_Hystereris
Same value as the property Light_Hystereris of the associated Binary Input object.
Light_Hystereris_Minimum
Same value as the property Light_Hystereris_Minimum of the associated Binary Input object.
Light_Raw_Value
Same value as the property Light_Raw_Value of the associated Binary Input object.
Light_Calibration_Measured_Value
Same value as the property Light_Calibration_Measured_Value of the associated Binary Input object.
Light_Calibration_Sensor_Value
Same value as the property Light_Calibration_Sensor_Value of the associated Binary Input object.
Description
A description of the object.
Status_Flags
This property indicates the general "reliability" of the object.
Reliability
This property indicates whether the operation of the object is reliable. The values are as follows:
- NO_FAULT_DETECTED (0) - No fault has been detected.
Out_Of_Service
It indicates whether the algorithm that the object represents is in service.
Units, Min_Pres_Value, Max_Pres_Value, Resolution
The Units, Min_Pres_Value, Max_Pres_Value and Resolution for the Present_Value.
| Name | Units | Min_Pres_Value | Max_Pres_Value | Resolution |
|---|---|---|---|---|
| Allowed_Command | no-units | 0 | 3 | 1 |
| Buttons_Allowed_Command | no-units | 0 | 3 | 1 |
| Occupancy_Hold_Time | seconds | 1 | 2540 | 1 |
| Light_Hystereris | percent | 0 | 25 | 1 |
| Light_Hystereris_Minimum | no-units | 0 | 255 | 1 |
| Light_Raw_Value | no-units | 0 | 1 | |
| Light_Calibration_Measured_Value | luxes | 0 | 1 | |
| Light_Calibration_Sensor_Value | no-units | 0 | 1 |