.NET Based OPC UA Client/Server SDK  3.1.0.500
LargeArrayNodeManager

The LargeArrayNodeManager is an example for implementing a NodeManager without using the toolkit layer of the SDK. The nodes managed by this NodeManager can be found in the TenMillion node (Demo → 006_Massfolder_Static → TenMillion).

The class LargeArrayNodeManager demonstrates implementations for the interfaces INodeManager and IIOManager.

You can find custom implementations for

  • Browse
  • TranslateBrowsePath
  • Read
  • Write
  • DataMonitoring

Implementing these methods also requires to implement INodeManager.GetBrowseHandle and INodeManager.GetNodeHandle. The other required Get<MethodName>Handle methods are implemented, but contain only a dummy implementation.