FreeOpcUa / opcua-modeler

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

Model generate incomplete nodeset #97

Open andreafresa opened 4 years ago

andreafresa commented 4 years ago

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?

oroulet commented 4 years ago

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)