OPC UA (Output)
Dynamic Configuration Support
output:
opcua:
# endpoint, username, password, securityMode, securityPolicy, serverCertificateFingerprint, clientCertificate
# see OPC UA Input for more information
# Static configuration example
nodeMappings:
- nodeId: "ns=2;s=MySetpoint"
valueFrom: "setpoint" # The JSON field to write
dataType: "Int32" # OPC UA data type (required)
- nodeId: "ns=2;s=MyEnableFlag"
valueFrom: "enable_flag"
dataType: "Boolean" # OPC UA data type (required)
handshake:
enabled: true # enable read-back
readbackTimeoutMs: 2000 # how long to wait for the new value to appear
maxWriteAttempts: 3 # how many times to retry if the write fails
timeBetweenRetriesMs: 1000 # time (ms) between write retriesField
Description
Dynamic Configuration Example
Last updated

