OPC-UA ApplicationUri / ProductUri

stiller
2024-05-10
2026-03-17
  • stiller - 2024-05-10

    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!

     
  • stiller - 2024-05-10

    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.

     
  • bdschnapp - 2026-03-16

    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.

     
  • bdschnapp - 2026-03-17

    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

     

Log in to post a comment.