I'm new to OPCUA protocol, and I want to make OPCUA server on device that samples continious analog signal. What is the best OPCUA arhitecture for fast continious sample transfer to client?
Asked
Active
Viewed 54 times
1 Answers
0
I recommend
OPC UA Pub/Sub architecture : OPC 10000-14: OPC Unified Architecture
Meaning OPC UA over MQTT.
Reason:
- From a data speed perspective
- END-TO-END encryption
- OPC UA object encoding
- standards-based data connectivity
Ref: opcfoundation, OPC UA Publish-Subscribe (Pub/Sub) - IoT becomes easier

M.B. Explorer
- 13
- 4