-
The datatype of attribute (User)AccessLevel in the XML NodeSet has been changed from byte to uint32 in Version 1.04 of the OPC UA specification.
This change in the schema file has not been reflected …
-
Hey,
currently pyUANamespace uses some non-userland functions which is a pity. Should we adapt the code/export the needed functions to userland? Are there some assumptions about "userland" NodeSets t…
-
# Scope
- [x] Create a script to generate cs file
- [x] generate cs file for existing schema
- [x] update the `XML\UANodeSet.xsd`
- [x] generate cs file for new schema
- [x] updated validation…
-
Hi,
i wanted to test the nodeset_compiler.py script that ships with open62541 from the latest available master branch and received an the following error when calling `python nodeset_compiler.py -x…
-
The ModelDesign schema is used as the syntax definition of a language used to represent the UA Information Model. Each language must have also semantics definition that couples together the meaning (k…
-
I am not sure which one I should use as the current 1.04 release.
The file UANodeSet in the repo 1.04 starts
```XML
````
on the website pointed out by the readme.md
it looks lik…
-
See this thread for background discussion:
https://groups.google.com/forum/#!msg/open62541/6s2zzakx82U/1VtJi_ioAwAJ
The input nodeset xml is as follows.
``` xml
http://festo.com/DI_tes…
-
It is a general question on how to represent the OPC UA Information Model.
The `ModelDesign` files are validated against schema and XML files that are not in this repository. The files are not offici…
-
Is it planned to add ISA-95 design model files (.csv, .xml) into Design folders?
-
I used UaModeler to create a new model which is based on NS0 and [Opc.Ua.Di.NodeSet2.xml](https://opcfoundation.org/UADevices/1.1/Opc.Ua.Di.NodeSet2.xml, called `project1.NodeSet2.xml`
In UaModeler I…