Export Node IDs of an OPC UA server

Hello,

Is there a way to export/get the Node IDs from opc ua server in an xml format (or some other format) using automation studio (or scirpts …)

Thanks,

Best regards,
Mohammed Ali

You can check the following folder on your project for a OpcUaMap.uar.gz file, after extracting the .gz to just OpcUaMap.uar file it is in XML format and contains the Node IDs (and a whole lot of other information). These files should be created after a project build.

Temp\Objects\<ConfigName>\<CPU>\OpcUaMap

Other location

Temp\Transfer\<ConfigName>\<CPU>\FilesToTransfer\AddonsData\OPCUA\NodeSet\Generated

You could then write a script in your chosen language to clean up or refine the information with the Node IDs.

1 Like