Page 1 of 1

Discovery of adding or deleting objects

Posted: 11 Jan 2021, 10:52
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

Re: Discovery of adding or deleting objects

Posted: 11 Jan 2021, 12:19
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.

Re: Discovery of adding or deleting objects

Posted: 13 Jan 2021, 16:38
by sandor.voros
many thanks!