Inputs to UA-Model Compiler (OPCUA)

291 Views Asked by At

Based on the Github page of UAModelCompiler, the docker container used for UA Model Compiler requires two inputs.

  1. xml file
  2. csv file

Although the XML file can easily be generated using UaModeler, I am not sure how to generate the CSV file for the same XML.

Any hints would be appreciated!

2

There are 2 best solutions below

1
On

Use the 'Export NodeIds' function next to the 'Export XML' in UaModeler.

0
On

The CSV file is not an input but an output. It can be generated by the Model Compiler with -cg option.

See https://github.com/OPCFoundation/UA-ModelCompiler/blob/master/README.md