opcua-modeler icon indicating copy to clipboard operation
opcua-modeler copied to clipboard

Model generate incomplete nodeset

Open andreafresa opened this issue 4 years ago • 1 comments

Hello guys, I´m using your modeler for creating an Information Model. In the GUI I was able to implement the whole model, but when I saved it and I had a look at the Nodeset2.xml file that the tool generated it was not complete. Most of Objects and References were not present inside the file. Do you know how is it possible and how to solve it?

andreafresa avatar May 07 '20 07:05 andreafresa

this is the role of the xml exporter code in python-opcua https://github.com/FreeOpcUa/python-opcua/blob/master/opcua/common/xmlexporter.py so you need to write a more precise bug report with a minimal example showing that something is missing. (most nodes are NOT missing, I am using that modeller and I know all the nodes I create are there, so please be precise)

oroulet avatar May 07 '20 07:05 oroulet