BRX Do-More PLC First Program (Start, Stop, Jog)

We will now look at writing our first program for the BRX Do-More PLC. The Do-More Series allows us to write programs online or offline with the PLC controller. The series will also allow us to do online editing. We can change program information and download the new program between scans of our controller. As … Read more

BRX Do-More PLC Numbering Systems and Addressing

We will look at numbering systems in our BRX Do-More controller. This will include physical IO, casting, and indirect addressing. The BRX Do-More PLC like all of the PLCs in the Do-More Series use strong data typing. This means that there are fixed memory structures to work within your program. Errors will be displayed if … Read more

BRX Do-More PLC Establishing Communication

We will now use the Do-More Designer software to establish communication with the BRX Do-More PLC. This is the same software that we used in the Learn PLC Programming Fee Video Series. Using the Do-More Designer software, we will communicate via USB, RS485, and Ethernet. These three methods will allow us to communicate to our … Read more

Creating More Than Just A PLC Program

A collection of random thoughts on PLC programming and doing more than just basic logic and making your program intuitive. PLC programs usually control the logic between the inputs and outputs. If this turns on and that is not on, then this output is on, blah blah blah. Programmable logic controller programs can go far … Read more

Building a PLC Program That You Can Be Proud Of – Part 2

In part 1, we looked at writing PLC programs to control a traffic light using discrete bits and timed sequencing using indirect addressing. We will now look at how we can use indirect addressing for inputs and output to control the sequence in the program. Let’s look at an example of controlling pneumatic (air) cylinders. … Read more

Who Else Wants To Know How A PLC Scans?

Programmable Logic Controllers (PLC) will scan very quickly. This can be anywhere from 1 to 20 ms, translating into 1000 to 500 times each second. But what exactly is a scan? A scan is when the PLC will complete the following: Read Inputs: Look at all of the inputs to the programmable controller. Digital, Analog, … Read more