0

Referring to this answer for the node.opcua Server(which gets a "server_options" variable offering multiple xml-paths):

Is there a possibility to load multiple nodeset.xml files into a "regular" Opcua Server(which gets just one string for the xml-path(and one for the namespace))?

Houve
  • 462
  • 6
  • 13

1 Answers1

0

So, finally i made a simple work around: Just extended the UaNodesFile string to a string array and iterate through it at NodeManager. It isn't the cleanest solution, but it works for me.

Houve
  • 462
  • 6
  • 13
  • Hei, Would appreciate if you could provide your work-around code? Also, Are you using licenced version of OPC Ua for .Net or open source code from github? – Sunny Dec 30 '19 at 08:12