Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Invalid Tag Number and Error: Failed to decode objectIdentifier #2

Open
Kaiserchen85 opened this issue Oct 12, 2023 · 0 comments

Comments

@Kaiserchen85
Copy link

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:

  1. Run the BACnetServerExample.sln from the BACnetServerExampleCPP project.
  2. I suggest setting setInterval(DoDiscovery, 1000000 * SETTING_TIMER_DISCOVERY_SECONDS) and USE_READ_PROPERTY_MULTIPLE_ALL = false for better readability in the console.
  3. Set const WHO_IS_RANGE_LOW = 389990 and const WHO_IS_RANGE_HIGH = 390000.
  4. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant