How to Get Node set Files from Automation Studio Project For OPC UA Connection

Hi,

I am trying to extract Node set files from Automation studio project. Could anyone share the procedure. the same Node set files will be used by 3rd party vendor to communicate via OPC UA.

Good morning @sai.dadi and welcome to our community!

Once you transfer your project, you can find the Node set files automatically configured by Automation Studio in the folders of your project. Since the route of these files can change if you are in simulation or in a real machine, you can always search them between the files of your project, and then you can extract them:

Also, you can define your own node set files by adding an OPC UA NodeSet File in the Configuration View by searching it in the Toolbox:

You can also find and extract these manually configured node set files in the same place than the preconfigured ones.

1 Like

After compiling the project, you will find in the Temp project folder under your configuration the OpcUaMap/OpcUaMap.uar file. You have to change the ending to .xml in order to get the nodeset file of our OPC UA server. I think this is what you are looking for.

1 Like