Message
|
"Error Building Read Property (Network) Request Packet For Object Type:<> ObjectID:<> PropertyID:<>"
|
Meaning
|
This message is written when an exception is thrown while the interface is building data request packet to be sent to the device. It should not happen under normal circumstances.
|
|
Message
|
"Error Building COV Subscription Request Packet For Object Type:<> ObjectID:<> PropertyID:<>"
|
Meaning
|
This message is written when an exception is thrown while the interface is building COV subscription request packet to be sent to the device. It should not happen under normal circumstances.
|
|
Message
|
"BACnet error packet received. Error Code: <>. Error Desc:<>. InvokeID:<>"
|
Meaning
|
This message is written when the interface receives an error response packet from the device. Some common errors are:
|
|
Message
|
Error Code: 31. Error Desc: Unknown Object.
|
Meaning
|
The device cannot find the combination of ObjectID/ObjectType/ObjectTag for a certain ReadProperty request. This is usually caused by incorrect InstrumentTag configuration for a polled tag. To verify which tag has caused the error, set /BACnetDBG=0x08 to log ReadProperty requests sent to the device, and restart the interface. Locate the closest debug message prior to the error message that contains the same InvokeID. The tag name can be found in the debug message.
|
|
Message
|
Error Code: 43. Error Desc: Cov Subscription Failed.
|
Meaning
|
The device cannot find the combination of ObjectID/ObjectType/ObjectTag for a certain COV subscription request. This is usually caused by incorrect InstrumentTag configuration for a COV tag. There is no direct way to locate the problematic COV tag because of a different algorithm for COV InvokeID generation. The user can temporarily change all COV tags to polled tags and use the previous debugging method to identify the problem.
|
|
Message
|
"Received network layer message is not recognized."
|
Meaning
|
This message is written when the interface receives a non-standard network layer message response from the device. It should not happen under normal circumstances.
|
|
Message
|
"Response from device is not a BACnet packet."
|
Meaning
|
This message is written when the interface receives a device response that does not contain the BACnet message header. It should not happen under normal circumstances.
|
|
Message
|
"Error Parsing BACnet Return Packet."
|
Meaning
|
This message is written when an exception is thrown while the interface is parsing the device response packet. It should not happen under normal circumstances.
|