Replies: 1 comment 1 reply
-
first of all this is not async code! this is opcua-asyncio |
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.
-
Hi everybody,
I'm quite new to OPC UA and Python. I have a question about NodeIDs in a subscription.
I got an OPC Sever with several nodes. I want to get the data change of one node by using subscription and use this a a trigger as it seems to be the fastest way.
When the value in my subscribtion is changing, I want to read other NodeIDs and store them. I think I need to extend the datachange_notification function in my Subhandler but I don't know how to access the other nodes in the handler or to get some return value
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions