Communication between Servers #773
Unanswered
francescobianca
asked this question in
Q&A
Replies: 1 comment
-
The lower servers need to subscribe to the "ModelChangeEvents" (which the upper server has to emit!) and then you need to implement what the lower server should do! https://reference.opcfoundation.org/v104/Core/docs/Part3/9.32.7/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a set of hierarchical Servers (the lower level one is a subset of the semantic model of the upper one and so on).
I also have REST APIs that modify the semantic model (add nodes for example). Is there any method with OPCUA to notify the lower servers of the change (For example if I add a node on the main OPCUA Server I would like this to be notified to the lower levels and eventually add the node to the lower levels)?
I read this part of the documentation:
https://reference.opcfoundation.org/Core/docs/Part1/6.3.7/
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions