FreeOpcUa / opcua-modeler

GUI to create OPC UA models and export them as XML
GNU General Public License v3.0
246 stars 88 forks source link

custom namespace nodeid bug #86

Open Lukas1811 opened 5 years ago

Lukas1811 commented 5 years ago

In my model I imported a official nodeset which gets the namespace 1 and created another one which is the namespace with number 2. When I create a new datatype in namespace 2 and save the XML file, it saves it to namespace 1 with node id's starting at 2000. If I reopen the file I get Warnings "Could not find struct ...." for the structs I created in namespace 2.

oroulet commented 5 years ago

the importer is implementee in python-opcua. I know there have been changes in last Di and the importer need to be updated. Great if you can have a look