[RP_DINT] Read property for double integer value
Function block RP_DINT reads the specified property or array element value of data type Double integer from the data point.
RP_DINT reads the specified property or array element value of data type Double integer from the data point.
Compatible data points:
- Any BACnet data point with read property or array element of data type Double Integer.

RP_DINT does not consider the BACnet object state nor the BACnet object usage.
Input | Description | Data type | Default value |
|---|---|---|---|
|
BaObjRef | BA-Object reference | Structure | --- |
BaObjRef | Device identifier | Double Word | 16#3FFFFF |
BaObjRef | Object identifier | Double Word | 16#3FFFFF |
BaObjRef | Item identifier | Integer | -1 |
|
PrpyId | Property identifier Parameterized BACnet ID number of the property that is read. | Integer | 0 |
|
ArrayIdx | Array index Index number of the array element accessed by the function block. | Integer | -1 |
-1: Not used. | |||
Output | Description | Data type | Default value |
|---|---|---|---|
Val | Value Value of the referenced property of a BACnet object. The function block supplies the last, valid value if a previously accessible object or property is no longer accessible (e.g. communication error). | Double integer | 0 |
Dstb | Disturbed [Dstb] indicates whether the referenced BACnet object was accessed. | Boolean | 0 |
PrioAct | Priority active Indication whether the priority array element queried by [ArrayIdx] contains a commanded value or value 'NULL'. Note | Boolean | 0 |
0 - The queried priority is 'NULL' or the referenced property is not a priority array element. | |||
ErrCode | Error code indication | Integer | 0: No error |
= 0 - No error | |||