本文介绍了PLC-天青的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要使用modbus或TCP / IP直接从西门子或delta plc发送数据到没有任何中间设备如何发送数据
推荐答案
感谢您的提问。您需要利用Azure IoT Edge并使用Modbus模块:
Thanks for your question. You will need to leverage Azure IoT Edge and use the Modbus Module:
- https://docs.microsoft.com/en-us/azure/iot-edge
- https://docs.microsoft.com/en-us/azure/iot-edge
- https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft_iot.edge-modbus?tab =概述
- https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft_iot.edge-modbus?tab=Overview
IoT Hub 仅允许设备使用以下协议进行设备端通信
(见此处):
IoT Hub only allows devices to use the following protocols for device-side communications(see here):
- MQTT
- 基于WebSockets的MQTT
- AMQP
- AMQP over WebSockets
- HTTPS
所有最佳
这篇关于PLC-天青的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!