-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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)andUSE_READ_PROPERTY_MULTIPLE_ALL = falsefor better readability in the console. - Set
const WHO_IS_RANGE_LOW = 389990andconst 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.
Console Log:
Invalid Tag.txt
Wireshark:
Invalid Tag.zip
I am using BACnetClientExample version: 2c396d8
I am using BACnetServerExample version: chipkin/BACnetClientExampleCPP@b028110
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels