IEC_BACNET_CONTROL_STATS (STRUCT)ΒΆ
TYPE IEC_BACNET_CONTROL_STATS : STRUCT
Structure for statistic information from datalinks.
- InOut:
Name
Type
Comment
nFramesToSendPending
Count of frames which are pending to be sent through this datalink.
nFramesToSendDropped
Count of frames which got dropped because of no memory in send queue or other reasons for not beeing sent.
nSentFrames
Count of frames which were sent through this datalink.
nSentBcastFrames
Count of frames which were sent as broadcast through this datalink.
nSentDataFrames
Count of frames which contained BACnet NPDUs were sent through this datalink.
nReceivedFrames
Count of frames which were received through this datalink.
nReceivedBcastFrames
Count of frames which were received by broadcast through this datalink.
nReceivedDataFrames
Count of frames which contained BACnet NPDUs were received through this datalink.
nReceivedTokens
Count of received tokens by this datalink (for MSTP only).
nReceivedPollManager
Count of received poll-for-manager by this datalink (for MSTP only).
nLostTokens
Count of lost tokens by this datalink (for MSTP only).
nBadTokenPassings
Count of bad token passing to other manager nodes for this datalink (for MSTP only).
nBadReplies
Count of bad replies from other devices for this datalink (for MSTP only).
nBadFramesFraming
Count of bad frames dropped by this datalink (for MSTP and PTP).
nBadFramesCrc
Count of bad frames dropped by this datalink (for MSTP and PTP).
nBadFramesNdpu
Count of bad frames dropped by this datalink (for MSTP and PTP).
nBadSourceMacs
Count of bad source addresses from other devices for this datalink (for MSTP only).
nBlockListHitCount
Count of blocked IP accesses using blocklist or count of missed passlist entries.
nFilteredUnicast
Count of blocked unicast frames by routing filter configured for this datalink.
nFilteredBroadcast
Count of blocked broadcast frames by routing filter configured for this datalink.
nCurObservErrors
Count of redundant BBMD observation errors.
nActTokenTurnTime
The actual token turnaround time in milliseconds for this datalink (for MSTP only).
nMidTokenTurnTime
The middled token turnaround time in milliseconds for this datalink (10 token loops, for MSTP only).
bManagersFound
ARRAY [0..15] OF IEC_BACNET_BYTE
Bitfield size 128 (0-127) for detected manager nodes for this datalink (for MSTP only).