Replies: 1 comment 8 replies
-
I don't think OPC UA permission model has explicit support for this, so right now my only idea would be to create two separate Objects that will act as Event Notifiers, one for "user", and one for "admin", and make sure that when a "user" reads the EventNotifier attribute of the "admin" Object the SubscribeToEvents bit is not set. Then you would publish your separate user/admin events via these separate EventNotifier Objects. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it somewhere possible to invoke events, but only the admin can get "all" properties of that event? And the customer will get the same event, but two properties should be missing. I made two distinct events, made one of them invisible to the customer, but if I am invoking both, the customer will also get both even he can't see the BaseEventType-extended event. Is there already a solution inside, I could use? I made it invisible with your solution in #922 (reply in thread) but it can be still seen in the UaExpert Event View as subscribable event
Beta Was this translation helpful? Give feedback.
All reactions