IEC_BACNET_CONTROL_STATS (STRUCT)ΒΆ
TYPE IEC_BACNET_CONTROL_STATS : STRUCT
Structure for statistic information from datalinks.
- InOut:
Name
Type
Comment
nFramesToSendPendingCount of frames which are pending to be sent through this datalink.
nFramesToSendDroppedCount of frames which got dropped because of no memory in send queue or other reasons for not beeing sent.
nSentFramesCount of frames which were sent through this datalink.
nSentBcastFramesCount of frames which were sent as broadcast through this datalink.
nSentDataFramesCount of frames which contained BACnet NPDUs were sent through this datalink.
nReceivedFramesCount of frames which were received through this datalink.
nReceivedBcastFramesCount of frames which were received by broadcast through this datalink.
nReceivedDataFramesCount of frames which contained BACnet NPDUs were received through this datalink.
nReceivedTokensCount of received tokens by this datalink (for MSTP only).
nReceivedPollManagerCount of received poll-for-manager by this datalink (for MSTP only).
nLostTokensCount of lost tokens by this datalink (for MSTP only).
nBadTokenPassingsCount of bad token passing to other manager nodes for this datalink (for MSTP only).
nBadRepliesCount of bad replies from other devices for this datalink (for MSTP only).
nBadFramesFramingCount of bad frames dropped by this datalink (for MSTP and PTP).
nBadFramesCrcCount of bad frames dropped by this datalink (for MSTP and PTP).
nBadFramesNdpuCount of bad frames dropped by this datalink (for MSTP and PTP).
nBadSourceMacsCount of bad source addresses from other devices for this datalink (for MSTP only).
nBlkListHitCntCount of blocked IP accesses using blacklist or count of missed whitelist entries.
nCurObservErrorsCount of redundant BBMD observation errors.
nActTokenTurnTimeThe actual token turnaround time in milliseconds for this datalink (for MSTP only).
nMidTokenTurnTimeThe middled token turnaround time in milliseconds for this datalink (10 token loops, for MSTP only).
bManagersFoundARRAY [0..15] OF IEC_BACNET_BYTE
Bitfield size 128 (0-127) for detected manager nodes for this datalink (for MSTP only).