Overview of Programmable Logic Controllers (PLCS)
Overview of Programmable Logic Controllers (PLCS)
Lecture Objectives
Expose basic characteristics of PLC. Describe the various subparts of a PLC hardware and modules. Outline the basic sequence of operation for a PLC. Describe the hardware input/output sections available.
PLC
A Programmable Logic Controller (PLC) is a specialized computing system used for control of industrial machines and processes. A PLC is a computer designed to work in an industrial environment PLCs are equipped with special input/output interfaces PLCs are programmed using a control programming language.
ECE 4951-Fernando Rios 4951-
PLC Applications
Originally hardwired arrays of relays were used to control the operation of heavy machines that contain motors and other high power devices. PLCs were originally used to substitute the switching relay networks used in industrial applications, but now they can also be used implement other tasks such as timing, delaying counting, calculating, comparing and processing of analog signals.
ECE 4951-Fernando Rios 4951-
Relay Networks
PLC Advantages
Increased Reliability More Flexibility Lower Cost Faster Response Easier to troubleshoot Remote control capability Communication Capability
ECE 4951-Fernando Rios 4951-
PLC Disadvantages
In contrast to microcontroller systems that have what is called an open architecture, most PLCs manufacturers offer only closed architectures for their products PLC devices are proprietary, which means that parts and software from one manufacturer cant easily be used in combination with parts of another manufacturer, which limits the design and cost options
ECE 4951-Fernando Rios 4951-
PLC Configurations
There are two PLC basic configurations that commercial manufacturers offer. Fixed Configuration Modular Configuration
Fixed Configuration
Modular Configuration
Input/Output Modules
Principles of Operation
To get an idea on how PLC operates lets consider the following simple process control problem.
Scan Time
The completion of a cycle of the controller is called a Scan. The scan time needed to complete a full cycle by the controller gives the measure of the speed of execution for the PLC. Generally outputs are updated in memory during the scan but the actual output is updated until the end of the program during the I/O scan.
ECE 4951-Fernando Rios 4951-
Process Modification
PLC VS Computer
PLC
Designed for extreme industrial environments Can operation in high temperature and humidity High immunity to noise Integrated command interpreter (proprietary) No secondary memory available (in the PLC) Optimized for Single task
Computer
Designed mainly for data processing and calculation Optimized for speed Cant operate in extreme environments Can be programmed in different languages Lost of secondary memory available Multitasking capability
PLC Size
Manufacturers offer five sizes of PLCs:
Nano (up to 16 I/O points) Micro (more than16 I/O points, up to 64 I/O points) Small (up to 960 I/O points) Medium (multitasking - control of several processes) Large (control management of several PLCs)