The Secret Life of Components—Programmable Logic Controllers

Programmable logic controllers (PLCs) have been a key part of industrial automation systems since their invention in the late 1960s. They consist of a special purpose real-time computer system interfaced to digital inputs and output, usually with the 24 volt standard used by sensors and actuators, often with relay outputs able to switch substantial current. Add-on modules provide analogue inputs and outputs, interfaces to serial communication and network connections, and other external devices.

PLCs are designed to be programmed by people without software development experience, and are often graphically programmed with ladder logic diagrams, which were originally developed as a means of specifying and documenting relay racks for electromechanical control. Programs can also be expressed in more conventional languages such as Structured Text, which can be translated back and forth to ladder logic.

PLCs are expensive, and many “makers” may say, “why not just use an Arduino and some sensors and relays?” That is, indeed, less expensive and more familiar to those used to programming, but the main advantage of PLCs is their great robustness and reliability (when failure of a PLC can shut down your automotive assembly line, you’re willing to pay for something that’s unlikely to break and can be easily replaced when it does). PLC manufacturers maintain rigid upward compatibility across their models, so there’s hardly ever a problem replacing a PLC with a newer model or deploying in-production programs to new installations.

In this episode of Tim Hunkin’s 2023 series on components, he explains why and how he uses PLCs in his machines and his experience buying used PLCs at bargain prices on eBay.

2 Likes

These have dominated my full time professional life from day 1, back in January of 1989. I first learned the intricacies of the Modicon 584 and 984 processors (the former already obsolete), dabbled in the code of a Siemens S5, graduated to the Allen-Bradley PLC-5 family, and have remained current on the evolving AB hardware line ever since. I’ve occasionally deployed other brands, notably Automation Direct and Omron. The working samples I’ve accumulated for lab testing and remote development comprise the single largest physical asset of my business.

One of the first things my partners and I did at the founding of our company (mine solo since 2011) was to join the Allen-Bradley Integrator Program. While fairly expensive each year, it provides access to every single piece of software Rockwell produces for industrial equipment configuration, maintenance, asset management, and supervisory control.

2 Likes

Uhm, no. Not hardly. Manufacturers provide tools for converting to newer platforms, but the results definitely need tweaking/pruning/reviewing by experienced PLC programmers. It may seem that way, since Rockwell has done a pretty good job within the past 20 years of the Logix family, but switching from older gear to Logix is just brutal.

Similar tales within other brands. The issue is deceiving because the manufacturing world looks for and expects supported lifespans of 25 years or more, unlike the modern IT world.

2 Likes