You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Invalid Tag Number and Error: Failed to decode objectIdentifier were logged in the console when processing a message from the server for a ReadPropertyMultiple.
Steps to reproduce:
Run the BACnetServerExample.sln from the BACnetServerExampleCPP project.
I suggest setting setInterval(DoDiscovery, 1000000 * SETTING_TIMER_DISCOVERY_SECONDS) and USE_READ_PROPERTY_MULTIPLE_ALL = false for better readability in the console.
Set const WHO_IS_RANGE_LOW = 389990 and const WHO_IS_RANGE_HIGH = 390000.
Run the program and wait.
I didn't expect these errors to occur when running the application. I expect the packets sent to the client device to be processed without any error.
Error: Invalid Tag Number
andError: Failed to decode objectIdentifier
were logged in the console when processing a message from the server for a ReadPropertyMultiple.Steps to reproduce:
setInterval(DoDiscovery, 1000000 * SETTING_TIMER_DISCOVERY_SECONDS)
andUSE_READ_PROPERTY_MULTIPLE_ALL = false
for better readability in the console.const WHO_IS_RANGE_LOW = 389990
andconst WHO_IS_RANGE_HIGH = 390000
.I didn't expect these errors to occur when running the application. I expect the packets sent to the client device to be processed without any error.
Console Log:
Invalid Tag.txt
Wireshark:
Invalid Tag.zip
I am using BACnetClientExample version: 2c396d8
I am using BACnetServerExample version: chipkin/BACnetClientExampleCPP@b028110
The text was updated successfully, but these errors were encountered: