-
Hello good people, I have been lurking here quite a while studying this library and trying to implement my own Asyncio OPC UA server. The server purpose is to constantly while loop read from a machine address registers and write the value to the OPC server nodes. However I am also trying to implement a write from the OPC server to the machine address registers by changing write_value to the OPC nodes which would send the data to the machine address registers. I have been wondering if there is a way for the server to differentiate a write_value to a node coming from a client or the server itself? Something like a flag. Thank you very much :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
No. |
Beta Was this translation helpful? Give feedback.
No.
You are not the first one to ask for such a feature. But so far i have only heard very bad reasons...