-
A UANodeSet or Namespace of an OPC UA Information Model can optionally be referenced in the WoT TD to define the OPC UA types to be used for the mapping, including structures. This needs to be brought…
-
The OPC Foundation is maintaining a collection of UANodeSet files at
https://github.com/OPCFoundation/UA-Nodeset
> Note: This repository is part of their official [review process](https://github.c…
-
Dear all,
I faced the behavior that i didn't expect. I want describe it in a short:
For my Project i need to load a whole XML(Information Model) of the Server and after that load it in Siemens o…
-
I'm trying to compile an UANodeSet file exported from SIEMENS interface inside TIA Portal:
![image](https://github.com/user-attachments/assets/48e11c09-60b5-4748-93d3-8559d058325f)
it seems it s…
-
Hello,
Is there a way to import NodeSet XMLs directly into an AddressSpace object, instead of using the `tools/schema/gen_nodeset.js` tools?
I have a file for which it generates incorrect code f…
-
- POST /ontologies
- form data
```
@FormDataParam("schema") InputStream schemaInputStream,
@FormDataParam("instance") InputStream instanceInputStream,
@FormDataParam("schema") F…
-
### Description
Calling Deserialize() on a XML document that has the following in an array of XMLElements:
``
Immediately stops processing (effectively truncating the document).
Works if the…
-
Just stumbled across this interesting project.
Since the UaNodeSet.parse() only supports one NodeSet.xml as input, what would be the way to go, when there are multiple files at play, i.e. the NodeSet…
-
I am just a pythonist trying to use OPC UA. First big thanks for your work.
According to the UA standard [0], the HasSubType reference should neither be abstract nor symmetric [1].
However the Nod…
-
When trying to load a file with a Models tag, the parser crash.
Here's an example file with the problematic tag.
[models_are_problematic.txt](https://github.com/FreeOpcUa/python-opcua/files/5932…