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 |
| Mode | None | Security Mode of OPC-UA-None |
| 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 |