Replies: 1 comment
-
Update:
My loop in the client code looks like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi - very nice comprehensive library. I not super familiar with opcua but i'm building a client application that will control part of an industrial process.
I need to be able to set variables (setpoints, manipulated variables) on the server/DCS from the client and i'm struggling a bit. I think it would be helpful for folks to see a simple, but well written, example of how data values can be set/written from the client (perhaps from within a control loop).
I've tried to adapt the simple server and client code without success - here's a bit within a client loop:
My assumption is that the server needs a little code to support this and i'm trying code like this:
I'm not even able to get the print statement to run - hopefully i'm making some silly mistake. Any help here would be greatly appreciated - thanks -
Beta Was this translation helpful? Give feedback.
All reactions