Replies: 1 comment 7 replies
-
|
you probably need to explain a little more what you want to do! |
Beta Was this translation helpful? Give feedback.
7 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.
-
count = 0
where True:
count += 1
time.sleep(1)
"count" is OpcUa server attribute, delay 1 second plus 1, I want get client write event in server instead of the data change event
i don't know how to do , i see the example code not found
Beta Was this translation helpful? Give feedback.
All reactions