Forum Discussion
PeterDaniels
Jul 01, 2024Copper Contributor
Connecting PLC to Azure IoT Hub
We have a client with an Automation Direct Productivity 3000 PLC. Looks like it has an MQTT client configuration that may allow us to connect directly to Azure IoT Hub, but we are struggling. We're w...
Ayman15NOZOM
Sep 02, 2025Copper Contributor
yes, you will need to map the PLC protocol (almost OPC DA, Modubus TCP ) to another protocol supporting SSL or TLS like OPC UA (in fact OPC UA is just a web service).
in breif map PLC's protocol to a web service REST (this is ur IoT Edge) , then you will be ready to integrate with IoT Hub.