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

Vivek Sagar Pandey 386 Reputation points
2021-05-19T08:42:18.547+00:00

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
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
598 questions
{count} votes

Accepted answer
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2021-05-31T11:48:00.94+00:00

    @Vivek Sagar Pandey 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.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.