Replies: 1 comment 3 replies
-
|
you can subscribe on server side. so you get a callback for every variable change |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I have faced such problem:
I have made an opcua server and added some variables. After that i connected to this server with UaExpert Client. I changed some values of variables in Client and i want to monitor changes in Server side. The question is: in what way i can observe in server side, what variables were changed? Is in python-opcua any callback function to do this?
To solve this problem i found 2 solutions:
But I think it has to be a more clever solution:)
Thanks in advance!
Andrii
Beta Was this translation helpful? Give feedback.
All reactions