OPCFoundation / UA-.NET-Legacy

OPC Foundation Unified Architecture .NET Reference Implementations
330 stars 298 forks source link

AE Addresspace in UA Wrapper is duplicated #193

Open isaacrimi opened 3 years ago

isaacrimi commented 3 years ago

Hi ,

I have noticied that in the createaddrespace in the ComAEClientNodeManager we link root to both Objects Folder And under Server Folder? Does removing the link to Sever Folder ( since it is duplicated ) have any effect? comAEClientNodeManager

AlinMoldovean commented 3 years ago

Hi @isaacrimi ,

The HasNotifier reference is needed for reporting underlying Events on Server node.

isaacrimi commented 3 years ago

Hi Alin,

Yes, but why do link the root to both ObjectIds.Objects and ObjectIds.Server?

AlinMoldovean commented 3 years ago

@isaacrimi ,

The Reference for Objects folder is the hierarchical reference that shows the underlying servers. You can remove it consider that creates an overhead.