BACnet data types
BACnet Object Type | Server Data Type | Access Rights |
---|---|---|
Binary Input | bool | Read-Only |
Binary Output | bool | Read-Write |
Binary Value | bool | Read-Write |
Analog Input | float | Read-Only |
Analog Output | float | Read-Write |
Analog Value | float | Read-Write |
Accumulator | uint32 | Read-Write |
Pulse Converter | uint32 | Read-Write |
Multi-State Input | uint32 | Read-Only |
Multi-State Output | uint32 | Read-Write |
Multi-State Value | uint32 | Read-Write |
Life Safety Zone | uint32 | Read-Only |
Life Safety Point | uint32 | Read-Only |
Schedule | uint32, int32, string, float, double | Read-Only |
Character String Value | string | Read-Write |
Date Time Value | date | Read-Write |
Integer Value | int32 | Read-Write |
Positive Integer Value | uint32 | Read-Write |
Large Analog Value | double | Read-Write |
Lighting Output | float | Read-Write |
Proprietary Objects | any | Read-Write or Read-Only |
...