ST_BACnet_LogBufferReal
Structure for data exchange of property Log_Buffer with the aid of function block FB_BACnet_LogBufferProperty.
TYPE ST_BACnet_LogBufferReal :
STRUCT
nGet : USINT;
sObjectDesc : T_MAXSTRING;
nCount : UDINT;
arrEntries : ARRAY[0..BACnet_MaxLogBufferEntries] OF ST_BACnet_LogBufferEntryReal;
END_STRUCT
END_TYPE
nGet
: Counter is incremented by 1 when property data were read successfully. Ring counter.
sObjectDesc
: Value of the property Description of the corresponding BACnet object. If the property Description is empty, the content of the property Object_Name is read and entered.
nCount
: Number of entries that were read. 0 to nCount-1 in arrEntries contain valid values.
arrEntries
: Array of data from the property Log_Buffer. 0 to nCount-1 entries are available. Entries are limited to type Real of property Log_Buffer.