<< Click to Display Table of Contents >>
averaging.objectPropertyReference |
According to the BACnet protocol documentation:
Designates the particular object and property referenced by this object.
Property objectPropertyReference of object averaging can be read and written using a block tag with 4 elements.
Property |
Value |
ParamDevice |
<deviceAddress> |
ParamItem |
averaging-<objectAddress>.objectPropertyReference |
Size |
4 elements |
Property |
Value |
B1: |
<deviceAddress> |
B2: |
<type> = 18 |
B3: |
<objectAddress> |
B4: |
<property> = 78 |
Size: |
4 elements |
Index |
Name |
Type |
0 |
ObjectIdentifier |
A string value containing a BACnet Object Identifier in the syntax '<Type>-<Address>' (ex: 'analogOutput-345'). |
1 |
PropertyIdentifier |
An integer representing one of the options of enumeration <BACnetPropertyIdentifier>. |
2 |
PropertyArrayIndex |
A 32-bit unsigned integer. OBS: this is an optional element, a <null> value indicates the element is not present. |
3 |
DeviceIdentifier |
A string value containing a BACnet Object Identifier in the syntax '<Type>-<Address>' (ex: 'analogOutput-345'). OBS: this is an optional element, a <null> value indicates the element is not present. |