[RP_DATI] Read property for date and time value
Function block RP_DATI reads the specified property or array element value of data type DateAndTime from the data point.
RP_DATI reads the specified property or array element value of data type DateAndTime from the data point.
Compatible data points:
- Any BACnet data point with read property or array element of data type DateAndTime.

RP_DATI 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). | DateAndTime | 01.01.1990 00:00:00:000 |
|
ValSta | Value state Indicates whether the referenced property of a BACnet object has an unspecified value. The function block supplies the last, valid value if a previously accessible object or property is no longer accessible (e.g. communication error). | Boolean | 0 |
0 - The value of the property is unspecified. | |||
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 | |||