Skip to content

Conversation

@kuh0005
Copy link
Collaborator

@kuh0005 kuh0005 commented Jan 26, 2026

This pull request improves the robustness of the AxoDataPersistentExchange class by adding additional checks to ensure group existence before attempting operations. The main changes focus on preventing errors when interacting with groups that may not exist.

Validation improvements:

  • Added a check in UpdatePersistentGroupFromPlcToRepository to return false immediately if the specified group does not exist in tagsInGroups, preventing unnecessary operations.
  • Refactored ReadTagsFromPlc to return false if the group does not exist in tagsInGroups, making the method's behavior more predictable and robust.

@kuh0005 kuh0005 linked an issue Jan 26, 2026 that may be closed by this pull request
@kuh0005 kuh0005 requested a review from PTKu January 26, 2026 10:07
@PTKu PTKu merged commit 7a88e89 into dev Jan 26, 2026
1 check passed
@PTKu PTKu deleted the 992-bug-persistent-data-exchange---read-unknown-group branch January 26, 2026 20:17
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

Successfully merging this pull request may close these issues.

[BUG] Persistent Data Exchange - read unknown group

3 participants