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

Omron CP1H AdvancedHMI Communication

We will now use AdvancedHMI to communicate to our Omron CP1H controller. Advanced HMI is a powerful, adaptable HMI/SCADA (Supervisory Control and Data Acquisition) development package that takes advantage of Visual Studio. There is no coding required and you can simply drag and drop items onto the page. The best thing is that the software … Read more

Implementing the Omron Host Link Protocol VB.Net

Previously we used VB6 (Visual Basic 6) to implement the Omron Host Link Protocol to communicate to our programmable logic controller. (PLC) In part 2 we used Visual Basic for Applications (VBA) to accomplish our host link serial communication. We will now look at using VB.Net to establish and retrieve information in and out of … Read more