Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeConfluence
[CmpOPCUAServer] 
Security.CommunicationPolicy=POLICY_AES128SHA256RSAOAEP ; can be POLICY_AES256SHA256RSAPSS, POLICY_BASIC256SHA256, POLICY_BASIC256, POLICY_BASIC128RSA15
Security.CommunicationMode=ALL ; can be SIGNED_AND_ENCRYPTED, MIN_SIGNED, ALL,ONLY_PLAINTEXT

Namespace change for OPC UA

...

server (>=SP17Patch2)

Code Block
themeConfluence
[CmpOPCUAProviderIecVarAccess]
UseNodeName=1
UseNodeNameForNodeIds=1

or 

[CmpOPCUAProviderIecVarAccess]
CustomNodeName=MyPLC123

This will let you use the nodename instead of the device name.  You then just have to fix the devicename.
You then do this by changing it via the IDE (see OLH: Device - Rename Active Device), or with either of these config file settings.

...