Edge Software Catalog
Support for issues related to Edge Software Catalog
448 Discussions

Questions about ec-protocol-bridge in ECI(Edge Controls for Industrial)

vsarun
Beginner
514 Views

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

0 Kudos
1 Solution
Wan_Intel
Moderator
334 Views

Hi vsarun,

Thanks for your patience.

 

We have received feedback from relevant team.


For your information, the code is open source and available to modify for custom application.


Currently, we do not plan on expanding the examples. You may refer to the documentation on MQTT publisher and subscriber configuration parameters for their sensor setup.

 

 

Regards,

Wan


View solution in original post

0 Kudos
3 Replies
Wan_Intel
Moderator
452 Views

Hi vsarun,

Thank you for reaching out to us.

 

We are currently checking with the relevant team, and we will get back to you as soon as we have an update.

 

 

Best regards,

Wan

 

0 Kudos
Wan_Intel
Moderator
335 Views

Hi vsarun,

Thanks for your patience.

 

We have received feedback from relevant team.


For your information, the code is open source and available to modify for custom application.


Currently, we do not plan on expanding the examples. You may refer to the documentation on MQTT publisher and subscriber configuration parameters for their sensor setup.

 

 

Regards,

Wan


0 Kudos
Wan_Intel
Moderator
260 Views

Hi vsarun,

Thank you for your question.


This case will no longer be monitored since we have provided suggestion. If you need additional information from Intel, please submit a new ticket.



Regards,

Wan


0 Kudos
Reply