Replies: 1 comment 4 replies
-
Change your set_value to this: |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hello all,
I have a piece of equipment which makes data available using OPCUA. I would like to use Python to ping the device and get data when it is available. To do so, I have started using Asyncua to create a loop allowing me to read the values on the machine. The reading has been no issue so far, but I am getting an error when I am writing to a node.
Here is my code:
This is quite simple and easy to do with the synchronous opcua Client, and works well. This error occurs though when I run the async code:
My Python version is 3.9.7, Asyncua version is 0.9.92, and OPCUA version is 0.98.13.
Any information on why this is happening?
Beta Was this translation helpful? Give feedback.
All reactions