Multiple Azure IoT device identities through single gateway (MQTT)

146 Views Asked by At

i have a task that i would like to get insights from people with experience within IoT and Azure.

In the theoretical facility i have a PLC set-up which pulls the data from devices and stores them in a single data block with different node IDs (each node represents single device and holds measure values). The PLC would connect to Azure IoT hub through a dedicated gateway (i.e. single connection string and single identity) hence the gateway would be registered as a single device in IoT hub.

Question: is it possible to setup separate device identities within Azure purely based on incoming data (node ids) instead of actual device connections so that IoT hub can recognize this as multiple devices instead of single device (gateway) with multiple data points? Reason for this is i want to be able to utilize Azure digital twin functionality and represent the data on per-device basis.

Thank you

0

There are 0 best solutions below