How can IoT Edge Module send data as a downstream device to Azure IoT Central

Cédric Melançon 126 Reputation points
2020-12-01T15:16:24.607+00:00

I created an Azure IoT Central application with a gateway and 4 downstream devices.

I have a PLC that gather the information from 4 machines. The data from the PLC is sent to an edge database. I have an IoT Edge module that is doing the aggregation and I would like to send the data as a downstream device, so not on the Module output stream.

Basically, what I want is to see the data in the correct downstream device in IoT Central.

How can I do that?

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
387 questions
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.
548 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
355 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde 29,856 Reputation points MVP
    2020-12-01T16:20:55.62+00:00

    Hello @Cédric Melançon ,

    so the custom iot edge module is aggregating data from the PLC/four machines and this aggregated data has to arrive in the cloud as being sent by the actual devices (with their own device registration).

    It seems you want to set up an edge gateway that does Identity translation.

    44144-image.png

    I have not seen any out-of-the-box configuration solution for this.

    You will have to program this yourself. A starting point could this example.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful