OPC UA
Minimal configuration
communication:
- opcua_server:
endpoint: opc.tcp://0.0.0.0:4841/spx/workcell
namespace_uri: urn:spx:examples:opcua:workcell
security:
policy: NoSecurity
user_tokens:
- type: anonymous
sections:
- name: station
browse_path: ["Workcell"]
bindings:
- name: MachineState
direction: outbound
attributes: "#attr(machine_state)"
node:
browse_path: ["State"]
data_type: String
- name: StationMode
direction: bidirectional
read_attribute: "#attr(station_mode)"
write_attribute: "#attr(station_mode)"
node:
browse_path: ["Mode"]
data_type: StringNotes
Last updated

