BRX Do-More PLC Data Logging (CSV)

Data logging does not have to be complicated anymore. The BRX Do-More Series PLC can log your specific data up to 32 Gigabits on a Micro SD Card. It will store your data for future data analysis in a CSV (Comma Separated Value) Txt file based on time and/or event. This is all accomplished with … Read more

BRX Do-More PLC Drum Instruction Sequence

We will now look at the drum instruction in our BRX Do-More Controller. Drum instructions are great tools when you have a simple sequence of events that need to occur at a set time interval or as a result of an event. They mimic an electromagnetic drum sequencer. The BRX Series PLC has a drum … Read more

BRX Do-More PLC Shifting Instructions

We will now look at shifting instructions in the BRX Do-More controller. PLC shifting instructions will move bits in memory areas a fixed amount when instructed. Bits are on/off, 1 or 0, and are usually associated together to form a memory location. The memory location can be used for numbers or positions. PLC BITS NUMBERS … Read more

BRX Do-More PLC Math Instructions

Math instructions are used to perform mathematical calculations. The BRX Do-More PLC has math instructions that can be used in a wide variety of applications. We will be looking at the INC increment, DEC decrement, LERP linear Interpolation, RANDSEED Random Number Seed, and the MATH Calculated Expression instructions. The automation system that you implement may … Read more

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

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