Events for client read and write on node. #1286
Replies: 2 comments 5 replies
-
|
You want to know which client is executing a one-time read? Or you want to keep track of clients with subscriptions? Some people have asked for stuff like this before and it isn't supported as far as I know. You would need to do a lot of custom stuff to keep track of the activity of individual clients. In my opinion this is a strange use case for UA. |
Beta Was this translation helpful? Give feedback.
-
|
I want to keep track of the client with the subscriptions. Those requests shouldn't sound weird. I think the idea behind such questions is to use OPC-UA as a bridge between other communication protocols. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm starting to use the lib and I have a question regarding the Events.

I've created the following structure in the server:
And I wish to track the client's intention to read in
ReadOnlynode and to write in theWriteOnlynode.Are there built-in events generated by requesting a read or a write in a node?
So far I noticed that
data_changecan be used in theWriteOnlynode to make this happen. But I'm looking forward to keep this based on requests.Beta Was this translation helpful? Give feedback.
All reactions