BRX Do-More PLC Compare Instructions

Compare instruction is often used in PLC programs to test pairs of values. The output of this comparison conditions the logical continuity of a rung. The BRX Do-More series of programmable logic controllers have the following compare contact instructions. = (if Equal contact) <> (if Not Equal contact) > (if Greater Than contact) >= (if … Read more

PLC Example – Sorting Station (Shift Register)

plc example shift register sorting station

We will use the PLC to sort items on a conveyor operating shift register instructions. We will apply the five steps to a PLC example program development of a sorting station. The program will use shift registers to track colored parts down a conveyor and sort, depending on color, into one of three locations. Developing … Read more

Modbus RTU BRX Do-More Master to Click Slave PLC

Recently I was asked to demonstrate communication between a BRX PLC and Click PLC using Modbus RTU. Both PLCs are available from automation direct com. Modbus serial communication (Modbus RTU) is a standard protocol used in many automation devices. It works on a Master / Slave configuration. You can have only one master per network … Read more

BRX Do-More PLC High Speed IO (Input / Output)

The BRX Do-More series of programmable logic controllers has built in high speed inputs and outputs. 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 counts per second that can be … Read more

BRX Do-More PLC Counters Explained

A majority of the programmable logic controller (PLC) programs will include a counter instruction. The BRX Do-More series of programmable logic controllers have several different counters available for your program. There are five different basic counter instructions in the PLC. The memory area for counters (CT) includes the Counter PVs (Present Values) Counter SVs (Set … Read more

BRX Do-More PLC Timers – How to Use

A majority of the programmable logic controller (PLC) programs will include a timer instruction. The BRX Do-More series of programmable logic controllers have several different timers available for your program. There are nine different basic timing instructions in the PLC. The memory area for timers includes the Timer PVs (Present Values) Timer SVs (Set Values) … Read more