UNION_BACNET_NMM_ERRORS (UNION)ΒΆ

TYPE UNION_BACNET_NMM_ERRORS : UNION

Structure which contains the error information for detected network errors at runtime like misconfigured BACnet routers or double network numbers.

InOut:

Name

Type

Comment

invalidVersion

IEC_BACNET_BYTE

Contains the information about the invalid protocol version in the NPDU header.

invalidControl

IEC_BACNET_BYTE

Contains the information about the invalid control octet in the NPDU header.

invalidNetnumber

IEC_BACNET_WORD

Contains the information about the invalid network number in the NPDU header.

invalidAddress

IEC_BACNET_ADDRESS

Contains the information about the invalid MAC address in the NPDU header.

netnumberConflict

IEC_BACNET_NMM_ERROR_NET_CFG

Contains the information about the network number conflict.

routerConflict

IEC_BACNET_NMM_ERROR_ROUTER_CFG

Contains the information about the BACnet router conflict.