IEC_BACNET_CONTROL_STATS (STRUCT)ΒΆ

TYPE IEC_BACNET_CONTROL_STATS : STRUCT

Structure for statistic information from datalinks.

InOut:

Name

Type

Comment

nFramesToSendPending

IEC_BACNET_UINT

Count of frames which are pending to be sent through this datalink.

nFramesToSendDropped

IEC_BACNET_UINT

Count of frames which got dropped because of no memory in send queue or other reasons for not beeing sent.

nSentFrames

IEC_BACNET_UINT

Count of frames which were sent through this datalink.

nSentBcastFrames

IEC_BACNET_UINT

Count of frames which were sent as broadcast through this datalink.

nSentDataFrames

IEC_BACNET_UINT

Count of frames which contained BACnet NPDUs were sent through this datalink.

nReceivedFrames

IEC_BACNET_UINT

Count of frames which were received through this datalink.

nReceivedBcastFrames

IEC_BACNET_UINT

Count of frames which were received by broadcast through this datalink.

nReceivedDataFrames

IEC_BACNET_UINT

Count of frames which contained BACnet NPDUs were received through this datalink.

nReceivedTokens

IEC_BACNET_UINT

Count of received tokens by this datalink (for MSTP only).

nReceivedPollManager

IEC_BACNET_UINT

Count of received poll-for-manager by this datalink (for MSTP only).

nLostTokens

IEC_BACNET_UINT

Count of lost tokens by this datalink (for MSTP only).

nBadTokenPassings

IEC_BACNET_UINT

Count of bad token passing to other manager nodes for this datalink (for MSTP only).

nBadReplies

IEC_BACNET_UINT

Count of bad replies from other devices for this datalink (for MSTP only).

nBadFramesFraming

IEC_BACNET_UINT

Count of bad frames dropped by this datalink (for MSTP and PTP).

nBadFramesCrc

IEC_BACNET_UINT

Count of bad frames dropped by this datalink (for MSTP and PTP).

nBadFramesNdpu

IEC_BACNET_UINT

Count of bad frames dropped by this datalink (for MSTP and PTP).

nBadSourceMacs

IEC_BACNET_UINT

Count of bad source addresses from other devices for this datalink (for MSTP only).

nBlockListHitCount

IEC_BACNET_UINT

Count of blocked IP accesses using blocklist or count of missed passlist entries.

nFilteredUnicast

IEC_BACNET_UINT

Count of blocked unicast frames by routing filter configured for this datalink.

nFilteredBroadcast

IEC_BACNET_UINT

Count of blocked broadcast frames by routing filter configured for this datalink.

nCurObservErrors

IEC_BACNET_UINT

Count of redundant BBMD observation errors.

nActTokenTurnTime

IEC_BACNET_UINT

The actual token turnaround time in milliseconds for this datalink (for MSTP only).

nMidTokenTurnTime

IEC_BACNET_UINT

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).