Accendo Reliability

Your Reliability Engineering Professional Development Site

  • Home
  • About
    • Contributors
    • About Us
    • Colophon
    • Survey
  • Reliability.fm
  • Articles
    • CRE Preparation Notes
    • NoMTBF
    • on Leadership & Career
      • Advanced Engineering Culture
      • ASQR&R
      • Engineering Leadership
      • Managing in the 2000s
      • Product Development and Process Improvement
    • on Maintenance Reliability
      • Aasan Asset Management
      • AI & Predictive Maintenance
      • Asset Management in the Mining Industry
      • CMMS and Maintenance Management
      • CMMS and Reliability
      • Conscious Asset
      • EAM & CMMS
      • Everyday RCM
      • History of Maintenance Management
      • Life Cycle Asset Management
      • Maintenance and Reliability
      • Maintenance Management
      • Plant Maintenance
      • Process Plant Reliability Engineering
      • RCM Blitz®
      • ReliabilityXperience
      • Rob’s Reliability Project
      • The Intelligent Transformer Blog
      • The People Side of Maintenance
      • The Reliability Mindset
    • on Product Reliability
      • Accelerated Reliability
      • Achieving the Benefits of Reliability
      • Apex Ridge
      • Field Reliability Data Analysis
      • Metals Engineering and Product Reliability
      • Musings on Reliability and Maintenance Topics
      • Product Validation
      • Reliability by Design
      • Reliability Competence
      • Reliability Engineering Insights
      • Reliability in Emerging Technology
      • Reliability Knowledge
    • on Risk & Safety
      • CERM® Risk Insights
      • Equipment Risk and Reliability in Downhole Applications
      • Operational Risk Process Safety
    • on Systems Thinking
      • Communicating with FINESSE
      • The RCA
    • on Tools & Techniques
      • Big Data & Analytics
      • Experimental Design for NPD
      • Innovative Thinking in Reliability and Durability
      • Inside and Beyond HALT
      • Inside FMEA
      • Institute of Quality & Reliability
      • Integral Concepts
      • Learning from Failures
      • Progress in Field Reliability?
      • R for Engineering
      • Reliability Engineering Using Python
      • Reliability Reflections
      • Statistical Methods for Failure-Time Data
      • Testing 1 2 3
      • The Manufacturing Academy
  • eBooks
  • Resources
    • Accendo Authors
    • FMEA Resources
    • Glossary
    • Feed Forward Publications
    • Openings
    • Books
    • Webinar Sources
    • Podcasts
  • Courses
    • Your Courses
    • Live Courses
      • Introduction to Reliability Engineering & Accelerated Testings Course Landing Page
      • Advanced Accelerated Testing Course Landing Page
    • Integral Concepts Courses
      • Reliability Analysis Methods Course Landing Page
      • Applied Reliability Analysis Course Landing Page
      • Statistics, Hypothesis Testing, & Regression Modeling Course Landing Page
      • Measurement System Assessment Course Landing Page
      • SPC & Process Capability Course Landing Page
      • Design of Experiments Course Landing Page
    • The Manufacturing Academy Courses
      • An Introduction to Reliability Engineering
      • Reliability Engineering Statistics
      • An Introduction to Quality Engineering
      • Quality Engineering Statistics
      • FMEA in Practice
      • Process Capability Analysis course
      • Root Cause Analysis and the 8D Corrective Action Process course
      • Return on Investment online course
    • Industrial Metallurgist Courses
    • FMEA courses Powered by The Luminous Group
    • Foundations of RCM online course
    • Reliability Engineering for Heavy Industry
    • How to be an Online Student
    • Quondam Courses
  • Calendar
    • Call for Papers Listing
    • Upcoming Webinars
    • Webinar Calendar
  • Login
    • Member Home
  • Barringer Process Reliability Introduction Course Landing Page
  • Upcoming Live Events
You are here: Home / Articles / Process Logic Controller (PLC) Basics

by Mike Sondalini Leave a Comment

Process Logic Controller (PLC) Basics

Process Logic Controller (PLC) Basics

What readers will learn from this article.

  • Overview of how a programmable logic controller (PLC) operates.
  • Communication methods used to connect the PLC to equipment.
  • Dangerous practices that will lead to trouble if not corrected.

A process logic controller is a computer designed for monitoring and controlling equipment. The personal computer that many people have at home is designed to accept signals from the keyboard or mouse and use instructions (software) to display the resulting effects on a screen (monitor). A PLC accepts signals (inputs) from sensors located throughout a piece of equipment or process plant. It then follows the instructions (program) within its memory and sends out commands (output) to operate equipment.

Inside the PLC

Modern PLC’s are a modular construction of electronic components on circuit boards that individually plug into place. There are four basic parts – the Input Module (input card), the Processor Module (CPU), the Output Module (output card) and the Power Supply. The heart of a PLC consists of the processor module. It receives signals from the input module and then follows the program to generate signals that are sent out by the output module. Figure 1 is a simple overview of a PLC’s interactive functions.

Figure No 1. PLC Configuration Overview

Humans interact with a PLC by use of monitors and keyboards. Special programming panels with a keyboard and screen connect to the PLC and allow the control program to be put into its memory. When the PLC is in use humans view its instructions and the resulting actions by a screen monitor. This can be mounted on the control room desk or near the equipment being controlled. A keyboard or mouse is used to give a command signal to the PLC when it is operating.

Connecting the PLC to the World Outside

The PLC is a computer and operates with digital instructions in binary code of ‘0’ and ‘1’. However field sensors produce an electrical signal in proportion to the effect they are monitoring (analogue signal), while the field actuators operate either by electrical or pneumatic (air pressure) means. The PLC must receive binary information to use the control program and perform the required instructions. The analogue electrical signals must be converted into digital signals and digital signals into analogue electrical signals. This is the function of the input and output cards (the I/O).

The input module converts a sensor’s electrical signal into its binary equivalent (digital signal). While the output module does the opposite and generates an analogue electrical signal, from the digital instruction provided by the PLC, that go to the field actuators. Interconnecting all the sensors, PLC and actuators is the communication cabling.

The data communications cabling carries low voltage electrical signals. These signals are the means by which the PLC interacts with the equipment it controls. The data cable does not provide the electrical power to move actuators. A separate power supply is provided to the actuator for its operation. Instruction signals from the PLC need to activate an individual item of equipment. At present there are three commonly used methods to transmit signals between the PLC and the field sensors and actuators to activate the equipment.

In one case the signal is sent to a switch in a local control panel (LCP) which then turns on and the electrical power is sent to the field item down its own dedicated cables coming from the LCP. A relatively new innovation is to have communications cabling in one loop around the plant with the various sensors and actuators connected onto the loop. Each item has its own identification code (ID) or ‘tag number’. The PLC receives and sends signals prefixed with the item code. The field item with the required code is activated when it recognises its ID and powers-up to perform the attached instruction. The third method for transmitting instructions is by the use of telecommunications. In this case the PLC is located in a different geographic location to the equipment it is commanding. Instructions are sent by radio to the remote site. Electrical power to operate the equipment is provided at the site.

Issues with Using PLC’s

The PLC is inseparable to the safe operation of the plant and equipment. Without the PLC the plant cannot be safely run. It is possible to configure the PLC so it can be removed from its controlling function and the whole plant operated manually. This may be a useful feature to jog and test individual equipment after repair but it is a dangerous practice to run plant in manual when the PLC fail-safes and protection are inactive.

Very few control software programs work properly on their first installation into the PLC. Most times they require some degree of modification under field conditions. Unless the field signals are properly interpreted by the PLC and its instructions are then properly sent and properly received by the field actuator, a fault will occur. Often it is necessary to install sensors on the field equipment to actually confirm the instruction has been performed.

Ad-hoc (spur of the moment) control program change is another dangerous practice to adopt. Often when a plant is operating it becomes clear that if it worked in a slightly different way it would perform better. So the required changes are quickly and suddenly made to the program and the plant put back in service. Many times the change affects something else that was not recognised as being affected. Suddenly the plant’s operation is in jeopardy. Ad-hoc program changes lead to trouble, each change must be thoroughly investigated and tested by plant knowledgeable persons before it is made permanent.

Keep a copy of the new and old programs. Every time a change is made to a program three things must be done. First the reason for the change and the results of the investigation must be permanently documented for auditing and traceablility. Secondly a copy of the new program with the changes must be made and kept in a safe place away from risk of damage. Thirdly a complete copy of the program prior the change must be kept so the plant can be put back into its previous configuration should the new program change cause problems.

Standardise on the PLC to be used throughout the plant. A PLC requires support from people to do repairs on its parts and to modify its program. It takes much effort to become proficient (to master) in supporting a PLC. If there are more than one type of PLC on site then two sets of spares are required and two sets of training and two programming panels are needed and two lots of program copies must be kept. If someone then buys in a third type of PLC for a new plant the problem of support becomes monstrous. The answer is to standardise on one PLC supplier.

Mike Sondalini – Maintenance Engineer

[ninja_form id=431]

If you found this interesting, you may like the ebook Process Control Essentials.

Filed Under: Articles, on Maintenance Reliability, Plant Maintenance

About Mike Sondalini

In engineering and maintenance since 1974, Mike’s career extends across original equipment manufacturing, beverage processing and packaging, steel fabrication, chemical processing and manufacturing, quality management, project management, enterprise asset management, plant and equipment maintenance, and maintenance training. His specialty is helping companies build highly effective operational risk management processes, develop enterprise asset management systems for ultra-high reliable assets, and instil the precision maintenance skills needed for world class equipment reliability.

« What is Collateral Risk? And Why Should We Be Worried About It?
Reliability Belt Program Delivers the Tools You Need »

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Article by
Mike Sondalini
in the
Plant Maintenance series.

Join Accendo

Receive information and updates about articles and many other resources offered by Accendo Reliability by becoming a member.

It’s free and only takes a minute.

Join Today

Recent Articles

  • Gremlins today
  • The Power of Vision in Leadership and Organizational Success
  • 3 Types of MTBF Stories
  • ALT: An in Depth Description
  • Project Email Economics

© 2025 FMS Reliability · Privacy Policy · Terms of Service · Cookies Policy