Raspberry Pi Serial Port Programming
Node-RED will be used on the Raspberry Pi 4 to communicate Modbus RTU to a Solo process temperature controller and Click PLC using twisted pair RS485. This will be done on the same serial network so the devices will be daisy chained together on the two wires. We will be reading the PV (present value) and SV (set value) of the Solo temperature controller and then writing these values into the Click PLC. A SV value will then be read from the Click PLC and if it has changed, the value will be written to the SV of the Solo controller. Let’s get started. More information can be obtained at our website. This includes all of the links mentioned in this video. https://accautomation.ca/raspberry-pi-serial-port-programming/ In this series we started using Node-RED in some of the following ways: The entire series can be viewed here: https://accautomation.ca/series/node-red-iot-enabling-software/ Installing the Windows Software https://accautomation.ca/node-red-installing-the-windows-software/ https://youtu.be/xGzH2Hv31WA Modbus RTU / TCP Communication https://accautomation.ca/node-red-modbus-communication/ https://youtu.be/yX1w5vcV6cc User Interface - Dashboards https://accautomation.ca/node-red-user-interface-dashboards/ https://youtu.be/8zAG2wXwGOc SQL Database Log https://accautomation.ca/node-red-sql-database-log-modbus-logging/