Hi Everyone,
Does anyone know a way to get the object/node structure of the opc ua server with the library AsOpcUac?
Meaning…
I should be able to determine at runtime that Root has objects Aliases, Application and that Application has components active_limiter and active_pid_parameter set etc…
The only elements known are the IP and port number of the OPC UA Server and the namespace index.
I thought about using the UA_NodeGetInfo over a defined range of NodeIds in a for loop but the FB gives me back the NodeClass but not the information if it has childs.
The returned BrowseName is also not helpful.
Thanks in advance for the support