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

Support server-side changes in AddressSpace #140

Open
ralphlange opened this issue May 17, 2023 · 1 comment
Open

Support server-side changes in AddressSpace #140

ralphlange opened this issue May 17, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ralphlange
Copy link
Member

Reported by @karlvestin:

OPC UA servers may change the AddressSpace at run-time. There are also OPC UA Services defined (AddNodes, DeleteNodes), so that clients can request the server to change its AddressSpace.
See https://reference.opcfoundation.org/Core/Part4/v105/docs/5.7

The Device Support should support such changes by trying to re-attach nodes that received BadNodeIdUnknown replies before.

@ralphlange ralphlange added the enhancement New feature or request label May 17, 2023
@ralphlange ralphlange self-assigned this May 17, 2023
@ralphlange
Copy link
Member Author

The server is supposed to send specific events to announce changes in the AddressSpace.
See https://reference.opcfoundation.org/Core/Part3/9.32.7/

The Device Support should receive such events and try to re-attach disconnected nodes when appropriate.

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

No branches or pull requests

1 participant