Closed pbertoni89 closed 3 years ago
Maybe the import order is not correct or you need to import another node set before this one. If it were me, I would run modeler from an IDE and import small parts of the XML and try to troubleshoot why it isn't happy. Good luck, the XML stuff is a bit complicated.
There are known issues about the xml import, sometimes missing Nodes and References. Perhaps this is happening in your case as well. And like @zerox1212 said, it will need time to have a fix for that, but I try my best to get stuff running.
There are known issues about the xml import, sometimes missing Nodes and References. Perhaps this is happening in your case as well. And like @zerox1212 said, it will need time to have a fix for that, but I try my best to get stuff running.
Same problem found on asyncua v0.9.3. PackML Nodeset copied from v1.04 - 1abd22f. Since I'm quite new to OPCUA, I'd be grateful to get few hints on what could be done, in order to hack some workaround by myself.
What exactly is an "extension class" ? Why it's missing from that particular xml file ?
Issue solved with latest UA-Nodeset updates (perhaps 2afcf77)
I need to implement a PackML server (with additional custom objects btw). So since it seems missing from FreeOpcUa repos, I'm referring to UA-Nodeset repo.
Within that context, I'd import inside the Modeler the following Opc.Ua.PackML.NodeSet2.xml, but it fails with
Instead, the Opc.Ua.Di.NodeSet2.xml of the same repo seems to work well, just logging three lines:
Are extension classs strictly needed? I guess I cannot modify the PackML NodeSet while pretending to be compliant to that companion. What should I do in order to import PackML, being able to extend it afterwards?