Programmable Logic Controller (PLC) : Omenclature
Programmable Logic Controller (PLC) : Omenclature
2. Processor :
The processor module contains the microprocessor that
performs control functions and computations, as well as the
memory required to store the program. [7]
3. Input/Output (I/O) :
The input/output modules are responsible for connecting the
sensors and actuators to the PLC system to sense the different Fig 1. PLC rack configuration
2
Instituto Tecnológico de Estudios Superiores Monterrey, Mexico State Campus . Farinango Romi, Nicolas, Julia, López
Jennifer,.PLC
ON and OFF before the power relay turns the motor ON, and
what if I want to control that? What do you do? More relays.
These relays are known as control relays because they control
the relays that control the switch that turns the motor ON and
OFF. I could keep going, but I think you get the picture of
how machines were controlled pre-PLC, and, more
importantly, I think you start to see some of the problems with
this system of electromechanical control via relays.
T
The Problem with Relays first Think about modern
he PLC or Programmable Logic Controller has factories, and how many motors and ON/OFF power switches
you would need to control just one machine. Then add on all
revolutionized the automation industry. Today PLCs can be the control relays you need and what you get is… Yes,
found in everything from factory equipment to vending machine control, but you also get a logistical nightmare. All
machines, but prior to New Year’s Day 1968 the these relays had to be hardwired in a very specific order for
programmable controller didn’t even exist. Instead what the machine to work properly, and heaven forbid if one relay
existed was a unique set of challenges that needed a solution would have an issue, the system as a whole would not work.
Before the days of the PLC the only way to control Troubleshooting would take hours, and because coils would
machinery was through the use of relays. Relays work by fail and contacts would wear out, there was need for lots of
utilizing a coil that, when energized, creates a magnetic force troubleshooting. These machines had to follow a strict
to effectively pull a switch to the ON or OFF position. When maintenance schedule and they took up a lot of space. Then
the relay is de-energized, the switch releases and returns the what if you wanted to change something? You would basically
device to its standard ON or OFF position. So, for example, if have to redo the entire system. It soon became clear that there
I wanted to control whether a motor was ON or OFF, I could were problems installing and maintaining these large relay
attach a relay between the power source and the motor. Then I control systems.
could control when the motor is getting power by either
energizing or de-energizing the relay. Without power, of The relay based control systems I created included
course, the motor would not run, thus I am controlling the anywhere from 50 to well over 100 relays. The electrical
motor. This type of relay is known as a power relay. There enclosures to house the controls would typically be six feet
could be several motors in one factory that need to be wide by four feet high, mounted near the machinery. Picture
controlled, so what do you do? You add lots of power relays. lots of wires bundled and laced together, connecting the
So factories started to amass electrical cabinets full of power relays, timers, counters, terminals, and other components, all
relays. But wait, what switches the coils in the power relays nice and tidy. Then picture after a few months or years the
same wiring, after many engineering changes and
Programmable Logic Controller (PLC) F-LA-GE-05/1
3
Instituto Tecnológico de Estudios Superiores Monterrey, Mexico State Campus . Farinango Romi, Nicolas, Julia, López
Jennifer,.PLC
troubleshooting, being out of the wire duct or unlaced; in experience with a PLC happened to be with one of Bedford
many cases wires were added in a crisscross, point-to-point Associates competitor’s solid state devices. The unit was
pattern to take the shortest route and amount of time to make programmed with a suitcase-sized programming device that
the change. We referred to the condition of these control required setting the instruction type and line address and then
enclosures as a rat’s nest; reliability suffered, along with an pressing a button to burn a fuse link open in a memory chip to
increase in difficulty during troubleshooting, or making set the logic path. Once the programming was completed and
additional operational engineering changes. tested, the PLC was able to perform the machine cycle
operation in a very reliable manner. Unfortunately the PLC
Fortunately, at that time, the concept of computer card rack was open in the rear with a mixture of 24 VDC and
control had started to make its way into conversations at large 120 VAC power and signals. It didn’t take much for an
corporations such as GM. According to Dick Morley, the electrician checking signals during troubleshooting to
undisputed father of the PLC, “The programmable controller accidently short the 120 VAC to the 24 VDC and take out the
was detailed on New Year’s Day, 1968.” entire PLC system. Being the first use of a PLC in a large
corporation, the failure doomed the use of PLCs at this
The programming look of the PLC required that it be manufacturing facility for a couple of years.”
easily understood and used by maintenance electricians and
plant engineers. As relay-based control systems evolved and Eventually Dick Morely spun off a new company
became more complicated, the use of physical component named Modicon and started to sell those first PLCs, the
location wiring diagrams also evolved into the relay logic Modicon 084 (named because it was prototype #84). It was the
being shown in a ladder fashion. The control power hot wire Modicon 084 that was presented to GM to meet its criteria for
would be the left rail, with the control power neutral as the its “standard machine controller.” Modicon started to sell the
right rail. The various relay contacts, pushbuttons, selector 084 with very limited success. As Dick Morley puts it, “Our
switches, limit switches, relay coils, motor starter coils, sales in the first four years were abysmal.” But nevertheless
solenoid valves, etc., shown in their logical order would form the company continued to learn and develop. Eventually,
the ladder’s rungs. It was requested that the PLC be Modicon would bring to life the controller that would change
programmed in this Ladder Logic fashion. the industry forever, the Modicon 184. Dick Morley writes
this about the 184: “The thing that made the Modicon
Company and the programmable controller really take off was
not the 084, but the 184. The 184 was done in design cycle by
Michael Greenberg, one of the best engineers I have ever met.
He, and Lee Rousseau, president and marketer, came up with a
specification and a design that revolutionized the automation
business. They built the 184 over the objections of yours truly.
I was a purist and felt that all those bells and whistles and stuff
weren’t “pure”, and somehow they were contaminating my
“glorious design”, Dead wrong again, Morley! They were
specifically right on! The 184 was a walloping success, and
it—not the 084, not the invention of the programmable
controller—but a product designed to meet the needs of the
marketplace and the customer, called the 184, took off and
made Modicon and the programmable controller the company
and industry it is today.”
The first PLCs had the ability to work with input and
Fig 4.The staircase logic
output signals, relay coil/contact internal logic, timers and
counters. Timers and counters made use of word size internal
Tom, our controls designer, recounts, “My experience in
registers, so it wasn’t too long before simple four-function
creating relay-based control systems, at that time, put me in
math became available. The PLC continued to evolve with the
the perfect position to be one of the first control system
addition of one-shots, analog input and output signals,
designers to use some of the very first programmable
enhanced timers and counters, floating point math, drum
controllers to replace relay-based control systems. My first
sequencers and mathematic functions. Having built-in PID
Programmable Logic Controller (PLC) F-LA-GE-05/1
4
Instituto Tecnológico de Estudios Superiores Monterrey, Mexico State Campus . Farinango Romi, Nicolas, Julia, López
Jennifer,.PLC
(Proportional-Integral-Derivative) functionality was a huge signals are then converted into the appropriate signals
advantage for PLCs being used in the process industry. for the actuator signals. At the end of each cycle the
Common sets of instructions evolved into fill-in-the-blank PLC starts a new cycle.
data boxes that have made programming more efficient. The
ability to use meaningful Tag Names in place of PLC´s model are programmed with one of the following
non-descriptive labels has allowed the end user to more clearly standard programming languages:
define their application, and the ability to import/export the
Tag Names to other devices eliminates errors that result when 1. Ladder Diagrams :
entering information into each device by hand. Used primarily for logic (Boolean) operations and is easily
understood by electricians and control technicians. This is the
As the functionality of the Programmable Logic most commonly used language.
Controller evolved, programming devices and
communications also saw rapid growth. The first 2. Function Block Diagrams :
programming devices were dedicated, but unfortunately the Used primarily for intensive analog control (PID) operations
size of suitcases. Later, handheld programming devices came and is available only in “high-end” PLC’s.
into the picture, but soon were replaced with proprietary
programming software running on a personal computer. 3. Sequential Function Chart :
Automation Direct’s DirectSOFT, developed by Host It Used primarily for batch control operations and is available
Engineering, was the first Windows-based PLC programming only in “high-end” PLC’s.
software package. Having a PC communicating with a PLC
provided the ability to not only program, but also allowed 4. Structured Text :
easier testing and troubleshooting. Communications started It is Used primarily by PLC programmers with a computer
with the MODBUS protocol using RS-232 serial language background and is supported only in “high-end”
communications. The addition of various automation protocols PLC’s. [7]
communicating over RS-485, DeviceNet, Profibus, and other
serial communication architectures have followed. The use of V. AIN A
PLC M PPLICATIONS I N T HE A
UTOMATION P ROCESS O
R
serial communications and the various PLC protocols also IN I NDUSTRIAL C
ONTROL.
allowed PLCs to be networked with other PLCs, motor drives, The use of the PLC occurs mainly in those installations where
and human to machine interfaces (HMI). Most recently a process of maneuver, control, signaling, etc. is necessary.
EtherNet and protocols such as EtherNet/IP (for Industrial The application of the PLC covers, therefore, from industrial
Protocol) have gained tremendous popularity.[3] manufacturing processes of any kind to industrial
transformations, control of facilities and others.
IV. PRINCIPLE MANUFACTURERS AND PLC MODELS. There are several examples in which the PLC can perform
The principle manufactures work is cyclically: machine maneuvers that involve production in an industry
● First step: Each cycle begins with internal PLC such as:
maintenance work such as memory control, • Industrial furniture and wood machinery.
diagnosis, etc. • Machinery in the process of gravel, sand and cement.
● Second step: Is updating the entries. The entry • Machinery in the plastics industry.
conditions of the SMs are read and become binary or • Complex machine tools.
digital signals. These signals are sent to the CPU and • Assembly machinery.
stored in the memory data. • Transfer machines
● The third step: After the execution of the user, which
has been sequentially loaded into memory (each Similarly, the PLC is in charge of installation maneuvers such
instruction individually). During program execution, as:
new output signals are generated. • Air conditioning and heating installations.
● The last step is updating the outputs. After the • Security facilities.
execution from the last part of the program, the • Storage and transport facilities.
output signals (binary, digital or analog) are sent to • Bottling plant facilities.
the signal modules from the memory data. These • Installations in the automotive industry
Programmable Logic Controller (PLC) F-LA-GE-05/1
5
Instituto Tecnológico de Estudios Superiores Monterrey, Mexico State Campus . Farinango Romi, Nicolas, Julia, López
Jennifer,.PLC
VIII. ANNEXES
IX. REFERENCES
[1] Automation Direct. (NA). History of the PLC. March 17,2020, de Type
and select from dropdown... Library.Automationdirect.com Sitio web:
https://library.automationdirect.com/history-of-the-plc/
[2] MacroPLC, www.macroplc.com/aplicaciones/.
[3] "Advantages and Disadvantages of PLCs (Programmable Logic
Controller) - Industrial Machinery, Automation and Machinery
Manufacturers News." Industrial Machinery Manufacturers Blog, 24
Mar. 2015, www.fabricantes-ma
Maquinaria-industrial.es/ventajas-y-desventajas-de-los-plc-controlador-l
ogico-programable/.
[4] Ravi, A. (2013). The Principle of Programmable Logic Controller and its
role in Automation. Web site:
http://ijettjournal.org/volume-4/issue-3/IJETT-V4I3P250.pdf
[5] Unitronics. (NA). Definition of "PLC". Web site:
https://unitronicsplc.com/what-is-plc-programmable-logic-controller/
[6] Dave. (2019). PLC Working Principle with Industrial Applications. Web
site:
https://www.watelectrical.com/industrial-applications-of-programmable-logic-
controller/
[7] Inst tools. (NA). Components of PLC. Web site:
https://instrumentationtools.com/components-of-plc/