EasyPLC Simulator Robotic Cell BRX Do-More PLC

EasyPLC Simulator Robotic Cell 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 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

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

BRX Do-More Simple Modbus Serial Communication

BRX Do-More Simple Modbus Serial Communication

The newest Do-More Designer Programming Software (2.9) version includes a Modbus I/O Scanner. This Modbus scanner will simplify Modbus RTU serial communications to any device. Communications are done independent of the PLC scan time and will have little or no ladder logic for the program. We will be communicating to a Solo process temperature controller … Read more

BRX Do-More PLC High-Speed Input Pulse Catch

BRX Do-More PLC High-Speed Input Pulse Catch

The High-Speed Input Pulse Catch will set an output that can be seen by the PLC ladder logic scan in response to an input pulse. Inputs that are too fast to reliably be seen by the ladder logic scan time will be seen. The BRX Do-More series of programmable logic controllers have built-in high-speed inputs. … Read more

BRX Do-More PLC High-Speed Input Timer

BRX Do-More PLC High-Speed Input Timer

The High-Speed discrete inputs can be configured to measure the amount of time between pulses. When you want a scaled value representing a speed or rate, the high-speed input timer is a better option for pulse rates below 5 kHz. This is compared to using the high-speed input pulse counting selection. The BRX Do-More series … Read more

BRX Do-More PLC High-Speed Input Counter

BRX Do-More High Speed Input Counter

The BRX Do-More series of programmable logic controllers have built-in high-speed inputs. These inputs can function in Counter, Timer, or Pulse Catch modes. Every CPU will have either 6 or 10 high-speed inputs (HSI) available, depending on the model. These inputs can be used for input frequencies from 0 to 250Khz. 250Khz represents 250000 input … Read more