Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Delta PLC and Raspberry pi 3 communication with RS485
-
How to communicate RPi and Delta PLC by using RS485 modbus. Raspberry pi should act as slave and PLC as master. Need to receive all available data on PLC to Raspberry pi (either C or python script)?? Any help would be great appreciate.
-
This post is deleted! -
Hi Prathibha,
Currently Modbus doesn't support being a serial slave. It's something we'd like to do at some point, but haven't yet. If you have a serial to ethernet bridge you can use the Modbus IP publisher for this purpose.
-
I'm using Delta PLC, it doesn't have Ethernet port. Only Modbus RS485 is used for communication between PLC and Raspberry pi. And using TTL to RS485 Converter. I don't know how to write program for raspberry pi, please give me any example code.