Programmable Logic Controller Name: Viloria, Maureen C. SR Code: J15-12667
Programmable Logic Controller Name: Viloria, Maureen C. SR Code: J15-12667
PLCs can range from small modular devices with tens of inputs and outputs (I/O),
in a housing integral with the processor, to large rack-mounted modular devices with a
count of thousands of I/O, and which are often networked to other PLC and SCADA
systems.
They can be designed for many arrangements of digital and analog I/O, extended
temperature ranges, immunity to electrical noise, and resistance to vibration and impact.
Programs to control machine operation are typically stored in battery-backed-up or
non-volatile memory.
Real world devices such as pushbuttons, limit switches and sensors are
connected through the input modules in the PLC. These modules detect a change in the
state of input signals and provide a stored image to input elements in ladder logic. The
input elements simulate the actions of relay contacts within the Programmable Logic
Controller. In turn, output elements are "energized," which produces desired output
signals to drive loads such as motor controllers, contactors, solenoids, and pilot lights,
via the output modules in the I/O's. As a general rule, each instruction in ladder logic
requires one word of memory. Each instruction is programmed so that series contacts
are ANDed and parallel contacts are ORed.
There are many advantages that a PLC system holds over a relay system. Today, we will dive
into some of those advantages. One of the first and simplest advantages is reliability.
1. Reliability
The internal relay systems of a PLC are solid state. This means that the relay function is
not mechanical like conventional relay systems and components.
Traditional mechanical relays wear out much faster than the electronics in a solid state
relay. Every time a mechanical relay opens and closes, the contacts will arc slightly. The arcing
can eventually destroy the contact. This is simply not the case with the solid state type relays
found in our PLC systems.
2. Ease of Troubleshooting
Another advantage of a PLC system is the ease of troubleshooting. In a PLC system, a good
technician can read through the programming and usually figure out what is and isn’t working.
In a relay system, there will be several more wires plus the relays and possibly other
components that aren’t needed in a PLC. This makes finding problems much harder.Each
physical relay needs a minimum of four wires to operate and function.A relay output card on a
PLC sends out one wire to the output device.
You can only imagine how much easier it is to troubleshoot the PLC system with multiple
outputs versus the relay system with four times the number of wires.
3. Easy Expandability
One of the best features that a PLC system has over a traditional relay system is versatility with
the programming and easy expandability. For example, if you wanted to add a timer to make a
motor turn on after five seconds, you would just add it to the program and set it to five seconds
in the PLC.
For a relay system, you would have to add an entirely new physical component. On top of that,
you would have to add all of the proper wiring to make that timer work for the specific motor.
This also makes expanding a system much cheaper. Not only for component costs but labor
savings as well. If you have a relay system, someone will have to be paid to install a wire all of
the new components.
4. Smaller Size
The physical size requirements of a PLC system are far smaller than a cabinet needed for relay
logic circuitry.
Most of the physical relays, timers, counters, and controllers from a relay logic system are all
contained in the PLC itself.
Depending on the machine, a cabinet containing the PLC can easily be a third of the size of a
relay logic cabinet. Possibly even smaller.
For a relatively small investment, extra control hardware and intelligent software can
reduce the damage and inconvenience when a controller fails. After a risk assessment of the
specific application, it may make sense to beef up the reliability of a PLC-base control system.
The type of redundancy to implement depends on the technical & business consequences of a
failure.
The amount of redundancy depends on many factors including the amount of
engineering effort required versus the prospect of financial loss and bad PR when a failure
does occur. Detrimental consequences may also cause environmental damage and loss of
human lives (i.e. sawmill explosions).
Distributed control systems first emerged in large, high value, safety critical process
industries, and were attractive because the DCS manufacturer would supply both the local
control level and central supervisory equipment as an integrated package, thus reducing design
integration risk. Today the functionality of SCADA and DCS systems are very similar, but DCS
tends to be used on large continuous process plants where high reliability and security is
important, and the control room is not geographically remote.
PLC stands for Programmable Logic Controllers. In the olden days, interlocks
and plant sequential operation were implemented using relay logic. The problem with
relay logic is that it is difficult to change the logic. If you wanted to change the logic, you
had to change the wiring. PLCs came into existence to address this problem of relay
logic. PLCs were microprocessor based devices which could be reprogrammed any
number of times. If the operation logic changed, only the PLC ladder program had to be
changed. The ladder language was very intuitive to the plant technicians and they didn't
need to have any experience in computer/ microprocessor programming. Initially PLCs
were meant to handle digital relay logic where as Distributed Control System handled
most of the analog control.
SCADA stands for Supervisory Control and Data Acquisition. SCADA technology
was used to connect remote sites spread geographically across thousands of kilometres.
The remote sites has RTU (Remote Telemetry Units) which transmits data to central
control rooms using radio communication. Since there is a lag in data transmission to
control room, real time control is done by RTU. Control room does supervisory control by
providing set points to the RTUs. To begin with, SCADA vendors supplied complete
SCADA solution with RTUs and SCADA software. Now there are many vendors who
supply only SCADA software packages (based on Windows platform) with which the
user can build his own HMI or control application by using PLC as RTUs.