BRX Do-More PLC Using Modbus IO Scanner Profile

BRX Do-More PLC Using the Modbus IO Scanner Profile

The Do-More Designer Programming Software (2.9) or higher includes a Modbus I/O Scanner with some profiles for Modbus Server (Slave) devices. This will greatly reduce the time it takes to implement and troubleshoot communications in your projects. Modbus communications are done independent of the PLC scan time and will have little or no ladder logic … Read more

EasyPLC Simulator Robotic Cell Click PLC

EasyPLC Simulator Robotic Cell Click PLC

The Machine Simulator (MS) is part of the EasyPLC software suite. It has many built-in machines that are used to show different programming techniques. The robotic cell example is one of these machines. This will demonstrate a sequencer example. In this case, an engine is lifted and placed onto a rack. The logic will step … Read more

EasyPLC Simulator Productivity PLC Robotic Cell

EasyPLC Machine Simulator Productivity PLC Robotic Cell

The Machine Simulator (MS) is part of the EasyPLC software suite. It has many built-in machines that are used to show different programming techniques. The robotic cell example is one of these machines. This will demonstrate a sequencer example. The logic will step through different steps in order to perform the task. In this case, … Read more

Click PLC EasyPLC Warehouse Stacker Example

Click PLC EasyPLC Warehouse Stacker Operation

The Machine Simulator (MS) is part of the EasyPLC software suite. It has many built-in machines that are used to show different programming techniques. The warehouse stacker example is one of these machines. Pallets are loaded and unloaded into the stacker machine. A maximum of 30 pallets can be stored. The stacker will work as … Read more

EasyPLC Paint Line Bit Shift – BRX Do-More PLC

EasyPLC Paint Line Bit Shift - BRX Do-More PLC

The Machine Simulator (MS) is part of the EasyPLC software suite. It has many built-in machines that are used to show different programming techniques. The paint line is one of these machines. It will use a bit shift (shift register) to track bottles along a conveyor belt. All the bottles will be detected using photocells … Read more

Do-More PLC Node-RED HTTP Request

Do-More PLC Node-RED HTTP Request

Node-RED HTTP Request can be used to read any BRX Do-More PLC memory area. This HTTP (Hypertext Transfer Protocol) communication will only read information from our controller. The BRX Do-More REST API is used to read information using a URL (Uniform Resource Locator) or web address. We will be using the HTTP request node in … Read more