Questions about ec-protocol-bridge in ECI(Edge Controls for Industrial)
From the documentation, I understand that i need to use yaml strucutre as below for reading tag values from OPC-UA server. While this can be considered for one device, what if I need to scale it to read multiple devices with each having pressure, current, vibration and liquidflow. Is there a efficient way to scale up to support multiple devices with ec-protocol-bridge or use a CSV file and scripting to dynamically maintain the YAML file?
dataset:
-
dataset-id: opcua-client-read-ds
dataset-fields:
-
datafld-id: fld-int32
datatype: int32
-
datafld-id: fld-float
datatype: float
configuration:
client:
-
server-uri: "opc.tcp://localhost:53530/OPCUA/SimulationServer"
read-nodeset:
dataset-id: opcua-client-read-ds
polling-interval-ms: 500
nodes:
-
node-name: Int32
namespace: 6
-
node-name: Float
namespace: 6