question

VivekSagarPandey-9638 avatar image
0 Votes"
VivekSagarPandey-9638 asked AshokPeddakotla-MSFT commented

synchronisation and Dead-band support in OPC-UA in IoT edge

Hi There,

We are running OPC-UA server simulator ( developed with Python) in Azure VM with IoT-edge runtime.
is it possible to:

  1. Implement Dead-band concept for reading the values?

  2. synchronization polling of the tags/nodes? using OPC Publisher or any other module.

Please let me know the possibility for the same.


azure-iot-edge
· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @asergaz ,

No, we will not be using the microsoft IIOT solution as it as. We will be following it's architecture to create our own required solution. Like, using IoT hub, IoT edge etc to take the data from device and vice versa.

1 Vote 1 ·

@VivekSagarPandey-9638 We have just published the sample to Github, get it here : Azure Industrial Iot - OPC UA Deadband Filter

Disclaimer: This sample is for demonstration purposes only. It has not being thoroughly tested outside sunny day scenarios.

Hope this helps.

1 Vote 1 ·

Hi @VivekSagarPandey-9638 ,
I have noticed a similar request here: https://github.com/Azure/Industrial-IoT/issues/221

I am nevertheless looking for an SME to help on your specific question.

Are you using Azure Industrial IoT Platform or plan to use it ?

Thanks


0 Votes 0 ·

@VivekSagarPandey-9638 can you confirm if using Azure Industrial IoT Platform or plan to use it ?

Thank you!


0 Votes 0 ·

1 Answer

AshokPeddakotla-MSFT avatar image
1 Vote"
AshokPeddakotla-MSFT answered

@VivekSagarPandey-9638 Apologies for the delay in response. Please find the below answers for your queries received from our product team.


  1. Implement Dead-band concept for reading the values?

Currently, no version of OPC Publisher supports deadband (or DataChangeFilter), As mentioned on the Git page, it is on our backlog and there is no exact ETA to share.

  1. synchronization polling of the tags/nodes? using OPC Publisher or any other module.

You could use the OPC Publisher module in standalone mode without the Industrial IoT Platform, it uses OPC UA MonitoredItems concept to transmit data changes of OPC UA nodes into the cloud.

Please let us know if that helps or have any further queries. We would be happy to address your queries.


If an answer is helpful, please "Accept answer" or "Up-Vote" for the same which might be beneficial to other community members reading this thread.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.