Variable Value Callback #1606
Unanswered
mattiacorpora
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@oroulet I was just looking for the same feature. |
Beta Was this translation helpful? Give feedback.
0 replies
-
was hard to find back but look at server-callback.py. it allows to instrument a bit the code |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
I'm new to using asyncua and I'm finding it quite comprehensive. I have a question regarding variable handling with callbacks. I'm interested in understanding how to set up callbacks for both reading and writing variables in asyncua.
Specifically, I would like to ensure that on the server side, every time a client reads a variable, a callback is triggered before the read operation, and another callback is activated after a write operation.
Could you please provide guidance or examples on how to achieve this using asyncua?
Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions