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

ACC Automation 2016 Review

Acc Automation We would like to take a few minutes and reflect on the past, current and future of ACC Automation. You have help us succeed in our best year yet. Starting off we learned how to: Create a PLC with HMI Training and Learning Environment Free – Utilized the Do-More Designer Software and the … Read more

Omron C20K, C28K, C40K, C60K Troubleshooting

The Omron C20K, C28K, C40K, and C60K shoebox programmable logic controllers have been discontinued since March of 2002. These Omron ‘K’ series PLCs were popular controllers and have been in installations for over 25 years. We will take a look at this Omron PLC and review some troubleshooting techniques. Planning for the eventual fatal failure … Read more

Understanding the PLC Program Scan

Understanding how the PLC will scan and update your program is critical in programming and troubleshooting your system. Typically a PLC will solve your logic from left to right, top to bottom. The status of the memory from the previous rung, are available for the next rung to use. We will look at a few … Read more

Deploying an AdvancedHMI Project – Installation

Deploying an AdvancedHMI project on the industrial floor sounds like an easy task, but there are a few things that you should consider. The HMI (Human Machine Interface) user interface will run on a computer. The industrial environment is one in which temperature, dust, electrical noise, etc. are always present. This can also be combined … Read more

Modbus TCP Data Logging to Database

Using Visual Basic 2015 we will log three holding registers from the PLC along with time and date into a Microsoft Access Database. We will log every minute into the database with the information that we collect from the PLC via Modbus TCP (Ethernet). All code will be done and shown so you can implement this in … Read more