ST_BACnet_LogBufferEntryReal

PLC mapping of BACnet data type BACnetLogRecord for Log_Datum of type Real. See BACnet specification DIN EN ISO 16484-5 for property Log_Buffer.

TYPE ST_BACnet_LogBufferEntryReal :
STRUCT
  nTimeStamp  : DWORD;
  stDateTime  : ST_BACnet_DateTime;
  fValue      : REAL;
END_STRUCT
END_TYPE

nTimeStamp: Time stamp in 100 ms since the year 1900

fValue: Value of the log entry