Thank you for your answer! I'm not sure, but it seems this is not what I am looking for.
I attached three pictures. The first one is from the Codesys IDE. I use an Information Model to generate an OPC-UA server. I connected via UA-Expert, and there I see the URIs I would like to change.
The format of the URN is always the same. It's always urn:<vendor>:<product>:OPCUA:Server.
What I think you can influence the vendor and product (DeviceName) through settings in the runtime cfg file:</product></vendor>
Hello!
Is there a way to change ApplicationUri and ProductUri of the OPC_UA server?
I can not find any information about it. Does someone have a clue?
Thank you in advance!
Do you mean this:
https://content.helpme-codesys.com/en/CODESYS%20Communication/_comm_use_dynamic_opc_ua_server_comm_settings.html
Thank you for your answer! I'm not sure, but it seems this is not what I am looking for.
I attached three pictures. The first one is from the Codesys IDE. I use an Information Model to generate an OPC-UA server. I connected via UA-Expert, and there I see the URIs I would like to change.
Were you able to figure out if it is possible to change the Application/Product URI of your server? I am having the same problem.
From Codesys support:
The format of the URN is always the same. It's always urn:<vendor>:<product>:OPCUA:Server.
What I think you can influence the vendor and product (DeviceName) through settings in the runtime cfg file:</product></vendor>
[SysTarget]
VendorNameUnicode="T\00E\00S\00T\00"
DeviceNameUnicode="t\00e\00s\00t\00"
Note that these are 16-bit strings, thus the ASCII padded with nulls