Delta PLC to Thingspeak Interfacing

4 次查看(过去 30 天)
Hello everyone. I am new user to thingspeak. I want to share data between my DELTA DVP EX2 PLC and thingspeak channel. Can anyone help me out with the ways of communication and harware needed for the application.

回答(1 个)

Christopher Stapels
编辑:Christopher Stapels 2023-4-18
If your PLC has an internet conntection, you can use the HTTP Rest API for write data or you can write with MQTT publish via the broker at mqtt3.thingspeak.com.
If not, you can use a low cost internet capable microprocessor board to communicate the PLC data to ThingSpeak. I might suggest and arduino nano 33 iot, or ESP32. You can program them in C to read data from the PLC via i2c, serial, or SPI then write to ThingSpeak. A word of caution that the data rate allowed at ThingSpeak is reletively low compared to typical PLC speeds. You may want to consider preprocessing on your device to reduce the throghput.

社区

更多回答在  ThingSpeak Community

类别

Help CenterFile Exchange 中查找有关 ThingSpeak 的更多信息

产品


版本

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by