Unable to get telemetry data from opcpublisher module in iot central

SaurabhShukla 101 Reputation points
2022-12-22T12:23:12.523+00:00

Hi Team,

I have created a custom opc publisher module in iot central and it is in running state and when checking the logs using sudo iotedge logs opcpublisher -f I am able to see that opc endpoint is connected. but i am unable to see the telemetry data in iot central in raw data section in the edge device.

Is there any way to read the data that opc publisher is sending in iot central?

273307-opc.png

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
359 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. chbeier 1,866 Reputation points
    2022-12-22T16:38:37.19+00:00

    Hello @SaurabhShukla ,

    May I ask what a custom OPCPublisher module is? On what is this module based? Did you follow the Tutorial: Deploy the OPC Publisher?

    If you deploy a module on IoT Edge, you also need to declare a route. To inspect your OPC Publisher Module and messages send to the cloud from IoT Edge, you can view the logs of the edge modules on your device and the message passing the IoT Edge hub.

    ----------

    If your issue is solved, please mark the best answer, and feel free to upvote to help others with a similar issue finding a solution.