Skip to content

Device OPC-UA - Configuration

OPC-UA Device Service has the following configurations to implement the OPCUAServer protocol.

Example of OPCUAServer as shown below:

# configuration.yml

OPCUAServer:
  DeviceName: SimulationServer
  Policy: None
  Mode: None
  CertFile: ''
  KeyFile: ''
  Writable:
    Resources: 'Counter,Random'
Configuration Default Value Description
DeviceName SimmulationServer Device name of OPC-UA
Policy None Security Policy of OPC-UA
- None
- Basic128Rsa15
- Basic256
- Basic256Sha256
- Aes128Sha256RsaOaep
- Aes256Sha256RsaPss
Mode None Security Mode of OPC-UA
-None
- Sign
- SignAndEncrypt
CertFile none Cert file of OPC-UA, path to cert.pem
KeyFile none Key file of OPC-UA, path to private key.pem
Writable.Resources none Subscritions of OPC-UA