-
I created an XML file with the following content
NOTE:element value
```xml
0
```
I use the method `UaNodeSet.parse()` to parse it and I get the following error
```
[Fatal Erro…
-
@randy-armstrong can you please elaborate in more detail why the OPCF decided to remove the master branch and only make it available to OPC Foundation members?
In the OPC Day event today Stefan Hop…
-
I use `mvn clean package` build this project with the following error
is milo `0.4.0-SNAPSHOT` based on branch dev/0.4?
```
[WARNING] The POM for org.eclipse.milo:sdk-server:jar:0.4.0-SNAPSHOT …
-
## Description
I am trying to build an OPC UA Server which monitors a REST API. The code for the Object Class is generated from an XML file as explained in the documentation from open62541.
## Bac…
-
Hi,
I would like to know how to use the parser and if it is compatible with the eclipse milo ?
In fact I would need the DI schema (https://opcfoundation.org/UA/schemas/DI/1.1/Opc.Ua.Di.NodeSet2.xm…
-
I'm trying to use the nodeset_compiler tool to generate the C and header files for my nodeset but I'm getting errors:
```
>python ./nodeset_compiler.py --types-array=UA_TYPES --existing ./Opc.Ua.N…
-
Hello Kevin, I wanna figur out if this sdk can generate the code corresponding now?
I want to generate the code of [https://opcfoundation.org/UA/schemas/CNC/1.0/Opc.Ua.CNC.NodeSet.xml](url)
Can it w…
-
Description
===========
On branch 0.3, the nodeset_compiler tool fails to quote strings in calls to UA_NODEID_STRING. This leads to invalid generted C code.
This problem is not present on the ma…
-
runing
`$ python ./nodeset_compiler.py --types-array=UA_TYPES --existing ../../deps/ua-nodeset/Schema/Opc.Ua.NodeSet2.xml --xml myNS.xml myNS`
produces myNS.c/h files as expected, but then compili…
-
## Description
I created an information model in UaModeler which contains a variable type node called myVector. The data type of the myVector is derived from the Structure type( which in turn der…