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

BRX Do-More PLC Installing the Software

The BRX PLC uses the Do-More Designer software which can be downloaded free of charge and includes a simulator. The latest Do-More Designer software version is 2.0.3. This is the same software that we used in the Learn PLC Programming Fee Video Series. The Do-More Designer software can be used to program the whole series … Read more

BRX Do-More PLC System Hardware / Unboxing

The BRX Do-More series of programmable logic controllers is a stackable micro brick. This is sometimes also referred to as a shoebox PLC because of the shape and way in which expansion modules are added. This new BRX Do-More series PLC is the latest in the Do-More series of controllers that have hit the market. … Read more

The 7 Essential Parts of a PLC System

We will now look at the parts of a PLC system. When I was in school PLCs were just in their infancy. We were taught that the PLC consisted of the central processing unit (CPU), analog and digital inputs, and outputs. Everything was programmed with dedicated handheld devices and/or software devices on specialized hardware. We … Read more

Click PLC Send and Receive Instructions

Receive and Send instructions will allow you to send and receive serial data to an external device. The communication method that you setup can be ASCII or Modbus. ASCII (American Standard Communication for Information Interchange) can be used to send to devices such as a printer. Receiving ASCII can be used for connecting barcode scanners … Read more