Discovery of adding or deleting objects

Unified Architecture topics related to OPC UA Specification, compliant behavior and any technical issues of OPC UA, like Security, Information Model, Companion Specs DI, PLCopen, ADI, ...

Moderator: Support Team

Post Reply
sandor.voros
Jr. Member
Jr. Member
Posts: 2
Joined: 08 Jan 2021, 15:50

Discovery of adding or deleting objects

Post by sandor.voros »

Dear all,

We would like to implement an OPC UA browser and it should recognize all changes that happens on the server side.
For the value changes it is quite straight forward, as one only has to subscribe to the value change event.
Is there a way to detect changes like adding, or deleting nodes, properties, folders, etc?
E.g. subscription to an entire namespace?

Many Thanks!

Cheers,
Sandor

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: Discovery of adding or deleting objects

Post by Support Team »

Hi,

yes there is an event, the so called "ModelChangeEvent" that you can subscribe to. This event is fired whenever the Information Model changes. If so, your application can re-browse to find out what has changed.
Best regards
Unified Automation Support Team

sandor.voros
Jr. Member
Jr. Member
Posts: 2
Joined: 08 Jan 2021, 15:50

Re: Discovery of adding or deleting objects

Post by sandor.voros »

many thanks!

Post Reply