SlideShare a Scribd company logo
1 of 16
Download to read offline
REPORT ON
INDUSTRIAL AUTOMATION
BASED ON PLC
Submitted by :
Vibhuti kumar
(1109020105)
Branch :EE
INDUSTRIAL AUTOMATION BASED ON PLC
Automation is delegation of human control functions to technical equipments for
increasing productivity, better quality, increasing safety in working conditions
reducing manpower and cost. Making products under the control of computers and
programmable controllers is known as “INDUSTRIAL AUTOMATION”.
ABSTRACT
Programmable logic controllers (PLCs) are members of the computer family
capable of storing instructions to control functions such as sequencing, timing, and
counting, which control a machine or a process. The PLC is composed of two basic
sections, the Central Processing Unit (CPU) and the Input/Output (I/O) interface
system. The PLC measures input signals coming from a machine and through the
internal program provides output or control back to the machine.
Ladder logic is the programming language used to represent electrical sequences of
operation. In hardwired circuits the electrical wiring is connected from one device
to another according to logic of operation. In a PLC the devices are connected to
the input interface, the outputs are connected to the output interface and the actual
wiring of the components is done electronically inside the PLC using ladder logic.
This is known as soft wired.
PLC is a device that is capable of being programmed to perform a controlling
function. Before the advent of PLC, the problem of industrial control was usually
solved by relays or hardwired solid-state logic blocks. These are very flexible in
design and easy for maintenance personal to understand. However, they involved a
vast amount of interconnection. For the wiring cost to be minimized, relays and
logic blocks had to be kept together. This led to development of control panel
concept for larger and more complex logic control system.
The PLC was first conceived by group of engineers from hydramatic division of
GM in 1968.This was designed to provide flexibility in control based on
programming and executing logic instruction. Adopting the ladder diagram
programming language, simplifying maintenance and reducing the cost of spare
parts inventories realized major advantages.
Introduction
Programmable logic controllers (PLCs) are members of the computer family
capable of storing instructions to control functions such as sequencing, timing, and
counting, which control a machine or a process. The PLC is composed of two basic
sections, the Central Processing Unit (CPU) and the Input/Output (I/O) interface
system. The PLC measures input signals coming from a machine and through the
internal program provides output or control back to the machine.
Ladder logic is the programming language used to represent electrical sequences of
operation. In hardwired circuits the electrical wiring is connected from one device
to another according to logic of operation. In a PLC the devices are connected to
the input interface, the outputs are connected to the output interface and the actual
wiring of the components is done electronically inside the PLC using ladder logic.
This is known as soft wired.
PLC is a device that is capable of being programmed to perform a controlling
function. Before the advent of PLC, the problem of industrial control was usually
solved by relays or hardwired solid-state logic blocks. These are very flexible in
design and easy for maintenance personal to understand. However, they involved a
vast amount of interconnection. For the wiring cost to be minimized, relays and
logic blocks had to be kept together. This led to development of control panel
concept for larger and more complex logic control system.
The PLC was first conceived by group of engineers from hydramatic division of
GM in 1968.This was designed to provide flexibility in control based on
programming and executing logic instruction. Adopting the ladder diagram
programming language, simplifying maintenance and reducing the cost of spare
parts inventories realized major advantages.
PROGRAMMABLE LOGIC CONTROLLER
Block Diagram -:
PLC Components -:
 Processor Unit
 Power Supply
 Input/Output Section
 The Programmable Device
INPUT MODULE
 Push Button
 Selector Switches
 Proximity Sensor
 Limit Switches
 Motor Starter
 Photo Electric Sensor
 Relay Contact
These input act as field input sensor and the sensor. Analog input module: Typical
input to these modules is 4 to 20 mA, and 0-10V. Ex- pressure, level, flow. Digital
Input module : input to these module is 24V dc, 19V ac, 230V ac. Switches, Push
Button, Relays Pump valve on/off status.
OUTPUT MODULE
 Flow Sensor
 Humidity Sensor
 Load Cell
 Potentiometer
 Temperature sensor
 Pressure sensor
 Vibration sensor
 Analogue Valves
PLC HARDWARE
A programmable logic controller consists of the following components:
Central Processing Unit (CPU).
Memory.
Input modules.
Output modules and
Power supply.
A PLC hardware block diagram is shown in Figure. The programming terminal in
the diagram is not a part of the PLC, but it is essential to have a terminal for
programming or monitoring a PLC. In the diagram, the arrows between blocks
indicate the information and power flowing directions.
CPU:
Like other computerized devices, there is a Central Processing Unit (CPU) in a
PLC. The CPU, which is the brain of a PLC, does the following operations:
 Updating inputs and outputs. This function allows a PLC to read the status
of its input terminals and energize or deenergize its output terminals.
 Performing logic and arithmetic operations. A CPU conducts all the
mathematic and logic operations involved in a PLC.
 Communicating with memory. The PLC™s programs and data are stored in
memory. When a PLC is operating, its CPU may read or change the contents
of memory locations.
 Scanning application programs. An application program, which is called a
ladder logic program, is a set of instructions written by a PLC programmer.
The scanning function allows the PLC to execute the application program as
specified by the programmer.
Communicating with a programming terminal. The CPU transfers program and
data between itself and the programming terminal.
A PLCs CPU is controlled by operating system software. The operating
system software is a group of supervisory programs that are loaded and
stored permanently in the PLC™s memory by the PLC manufacturer.
MEMORY -:
Memory is the component that stores information, programs, and data in a PLC.
The process of putting new information into a memory location is called writing.
The process of retrieving information from a memory location is called reading.
The common types of memory used in PLCs are Read Only Memory (ROM) and
Random Access Memory (RAM). A ROM location can be read, but not written.
ROM is used to store programs and data that should not be altered. For example,
the PLC™s operating programs are stored in ROM.
A RAM location can be read or written. This means the information stored in a
RAM location can be retrieved and/or altered. Ladder logic programs are stored in
RAM. When a new ladder logic program is loaded into a PLC™s memory, the old
program that was stored in the same locations is over-written and essentially
erased.
The memory capacities of PLCs vary. Memory capacities are often expressed in
terms of kilo-bytes (K). One byte is a group of 8 bits. One bit is a memory location
that may store one binary number that has the value of either 1 or 0. (Binary
numbers are addressed in Module 2). 1K memory means that there are 1024 bytes
of RAM. 16K memory means there are 16 x 1024 =16384 bytes of RAM.
Input modules and output modules
A PLC is a control device. It takes information from inputs and makes decisions to
energize or de-energize outputs. The decisions are made based on the statuses of
inputs and outputs and the ladder logic program that is being executed.
The input devices used with a PLC include pushbuttons, limit switches, relay
contacts, photo sensors, proximity switches, temperature sensors, and the like.
These input devices can be AC (alternating current) or DC (direct current). The
input voltages can be high or low. The input signals can be digital or analog.
Differing inputs require different input modules. An input module provides an
interface between input devices and a PLC™s CPU, which uses only a low DC
voltage. The input module™s function is to convert the input signals to DC
voltages that are acceptable to the CPU. Standard discrete input modules include
24 V AC, 48 V AC, 120 V AC, 220 V AC, 24 V DC, 48 V DC, 120 V DC, 220 V
DC, and transistor-transistor logic (TTL) level.
The devices controlled by a PLC include relays, alarms, solenoids, fans, lights, and
motor starters. These devices may require different levels of AC or DC voltages.
Since the signals processed in a PLC are low DC voltages, it is the function of the
output module to convert PLC control signals to the voltages required by the
controlled circuits or devices. Standard discrete output modules include 24 V AC,
48 V AC, 120 V AC, 220 V AC, 24 V DC, 48 V DC, 120 V DC, 220 V DC, and
TTL level.
Power Supply -:
PLCs are powered by standard commercial AC power lines. However, many PLC
components, such as the CPU and memory, utilize 5 volts or another level of DC
power. The PLC power supply converts AC power into DC power to support those
components of the PLC.
Programming Terminal
A PLC requires a programming terminal and programming software for operation.
The programming terminal can be a dedicated terminal or a generic computer
purchased anywhere. The programming terminal is used for programming the PLC
and monitoring the PLC™s operation. It may also download a ladder logic
program (the sending of a program from the programming terminal to the PLC) or
upload a ladder logic program (the sending of a program from the PLC to the
programming terminal). The terminal uses programming software for
programming and talking to a PLC.
WORKING OF PLC -:
Bringing input signal status to the internal memory of CPU
 The field signals are connected to the I/P module. At the output of I/P
module the field status converted into the voltage level required by the CPU
is always available.
 At the beginning of each cycle the CPU brings in all the field I/P signals
from I/P module & stores into its internal memory called as PII, meaning
process image input.
 The programmable controller operates cyclically meaning when complete
program has been scanned; it starts again at the beginning of the program.
I/O BUS -:
A PLC works by continually scanning a program. We can think of this scan cycle
as consisting of 3 important steps. There are typically more than 3 but we can
focus on the important parts and not worry about the others. Typically the others
are checking the system and updating the current internal counter and timer values.
Step 1- Check Input Status-First the PLC takes a look at each input to determine
if it is on or off. In other words, is the sensor connected to the first input on How
about the second input How about the third... It records this data into its memory to
be used during the next step.
Step 2- Execute Program-Next the PLC executes your program one instruction at
a time. Maybe your program said that if the first input was on then it should turn
on the first output. Since it already knows which inputs are on/off from the
previous step it will be able to decide whether the first output should be turned on
based on the state of the first input. It will store the execution results for use later
during the next step.
Step 3-Update Output Status-Finally the PLC updates the status of the outputs. It
updates the outputs based on which inputs were on during the first step and the
results of executing your program during the second step. Based on the example in
step 2 it would now turn on the first output because the first input was on and your
program said to turn on the first output when this condition is true.
Process Control and Automation
Process Control
The process of recognizing the state of the process at all times, analyze the
information according to the set rules and guidelines and accordingly actuate the
control elements is referred to as process control.
PLC PROGRAMMING
Ladder Logic-:
Ladder logic is the main programming method used for PLCs. The ladder logic has
been developed to mimic relay logic. The decision to use the relay logic diagrams
was a strategic one. By selecting ladder logic as the main programming method,
the amount of retraining needed for engineers and trades people was greatly
reduced.
Modern control systems still include relays, but these are rarely used for logic. A
relay is a simple device that uses a magnetic field to control a switch, as pictured in
Fig. When a voltage is applied to the input coil, the resulting current creates a
magnetic field. The magnetic field pulls a metal switch (or reed) towards it and the
contacts touch, closing the switch. The contact that closes when the coil is
energized is called normally open. The normally closed contacts touch when the
input coil is not energized. Relays are normally drawn in schematic form using a
circle to represent the input coil. The output contacts are shown with two parallel
lines. Normally open contacts are shown as two lines, and will be open (non-
conducting) when the input is not energized. Normally closed contacts are shown
with two lines with a diagonal line through them. When the input coil is not
energized the normally closed contacts will be closed (conducting).
SCAN CYCLE OF PLC
Ladder Logic Inputs : PLC inputs are easily represented in ladder logic. In Figure
there are three types of inputs shown. The first two are normally open and
normally closed inputs, discussed previously. The IIT (Immediate Input) function
allows inputs to be read after the input scan, while the ladder logic is being
scanned. This allows ladder logic to examine input values more often than once
every cycle.
ADVANTAGE OF PLC
 Reduced space.
 Energy saving.
 Ease of maintenance.
 Economical.
 Greater life and reliability.
 Tremendous flexibility.
 Shorter project time.
 Easier storage, archiving and documentation.
 PLCs are armored for severe conditions (such as dust, moisture,
heat, cold) and have the facility for extensive input/output (I/O)
arrangements.
 PLCs read limit switches, analog process variables (such as
temperature and pressure), and the positions of complex
positioning systems.
 PLCs are used in many "real world" applications. If there is
industry present, chances are good that there is a plc present. If you
are involved in machining, packaging, material handling,
automated assembly or countless other industries you are probably
already using them. If you are not, you are wasting money and
time. Almost any application that needs some type of electrical
control has a need for a plc.
APPLICATION OF PLC
In industry, there are many production tasks, which are of highly
repetitive nature. Although repetitive & monotonous, each stage needs
careful attention of operator to ensure good quality of final product.
 Many times, a close supervision of the processes cause high
fatigue on operator resulting in loss of track of process control.
 Sometimes it™s hazardous also as in the case of potentially
explosive chemical processes.
 Under all such conditions we can use PLCs effectively in totally
eliminating the possibilities of human error.
 Some capabilities of PLCs are as follows:
1. Logic control
2. PID control
3. Coordination & automation
4. Operator control
5. Signaling and listing etc.
 In short, wherever sequential logic control & automation is desired
the PLCs are the best suited to meet the task. It includes simple
interlocking functions to complicated analog signal processing to
PID control action in closed loop control etc.
 Few examples of industries where PLCs are used for control &
automation purpose are listed below: -
1. Tyre industry.
2. Blender reclaimer.
3. Bulk material handling system at ports.
4. Ship unloader.
5. Wagon loaders.
6. Steel plants.
7. Blast furnace charging.
8. Brick-moulding press in refectories.
9. Galvanizing plant.
10. Dairy automation.
11. Pulp factory.
12. Printing industry etc.
 Today the PLCs are used for control and automation job in a single
machine and it increases up to full automation of manufacturing or
testing process in a factory.
PLC DISADVANTAGE
 In contrast to microcontroller systems that have what is called an
open architecture, most PLCs manufacturers offer only closed
architecturesfor their products.
 PLC devices are proprietary, which means that parts and software
from one manufacturer can t easily be used in combination with
parts ofanother manufacturer, which limits the design and cost
options.
CONCLUSION
PLC is a device that is capable of being programmed to perform a
controlling function. The PLC was designed to provide flexibility in
control based programming and executing logic instruction. PLC
allowed for shorter installation time and faster commissioning through
programming rather than wiring.
The PLC have in recent years experienced an unprecedented growth as
universal element in industrial automation .It can be effectively used in
applications ranging from simple control like replacing a small number
of relays to complex automation problems.
Today the PLCs are used for control & automation job in a single
machine & it increases up to full automation of manufacturing / testing
process in a factory.

More Related Content

Similar to Industrial Automation EMERSON EDUARDO RODRIGUES

Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)Ali Altahir
 
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatPLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatJitender Singh Shekhawat
 
Ipc presentation
Ipc presentationIpc presentation
Ipc presentationTalha Jamil
 
PLC basic concepts
PLC  basic conceptsPLC  basic concepts
PLC basic conceptsYasir Hashmi
 
PLC programmable logic controller (MSME)
PLC programmable logic controller (MSME) PLC programmable logic controller (MSME)
PLC programmable logic controller (MSME) ankit kaim
 
Chapter 4 plc programing(1) by m
Chapter 4 plc programing(1) by mChapter 4 plc programing(1) by m
Chapter 4 plc programing(1) by mGerbawYasgat
 
Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Urval Chotalia
 
Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)Mohamed Atef
 
Plc presentation
Plc presentationPlc presentation
Plc presentationNits Sharma
 
imp plc-presentation-140205031532-phpapp02
imp plc-presentation-140205031532-phpapp02imp plc-presentation-140205031532-phpapp02
imp plc-presentation-140205031532-phpapp02Haji Hussain
 
Programmable Logic Controllers Paper (PLC) SM54
Programmable Logic Controllers Paper (PLC) SM54Programmable Logic Controllers Paper (PLC) SM54
Programmable Logic Controllers Paper (PLC) SM54Subhash Mahla
 
Programming logic controllers (plc) seminar
Programming  logic controllers (plc) seminarProgramming  logic controllers (plc) seminar
Programming logic controllers (plc) seminarmanish gharte
 
Use of plc in industrial automation
Use of plc in industrial automationUse of plc in industrial automation
Use of plc in industrial automationAloka Patro
 

Similar to Industrial Automation EMERSON EDUARDO RODRIGUES (20)

Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)Basics and applications of programmable logic controller (plc)
Basics and applications of programmable logic controller (plc)
 
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatPLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
 
UNIT-IV.ppt
UNIT-IV.pptUNIT-IV.ppt
UNIT-IV.ppt
 
Ipc presentation
Ipc presentationIpc presentation
Ipc presentation
 
n5acb0f1c011fb.pdf
n5acb0f1c011fb.pdfn5acb0f1c011fb.pdf
n5acb0f1c011fb.pdf
 
PLC basic concepts
PLC  basic conceptsPLC  basic concepts
PLC basic concepts
 
PLC General
PLC   GeneralPLC   General
PLC General
 
PLC programmable logic controller (MSME)
PLC programmable logic controller (MSME) PLC programmable logic controller (MSME)
PLC programmable logic controller (MSME)
 
Chapter 4 plc programing(1) by m
Chapter 4 plc programing(1) by mChapter 4 plc programing(1) by m
Chapter 4 plc programing(1) by m
 
Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)
 
Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)Lecture 10.cont,11 (plc)
Lecture 10.cont,11 (plc)
 
plc introduction
plc introductionplc introduction
plc introduction
 
module 1.pptx
module 1.pptxmodule 1.pptx
module 1.pptx
 
Plc presentation
Plc presentationPlc presentation
Plc presentation
 
imp plc-presentation-140205031532-phpapp02
imp plc-presentation-140205031532-phpapp02imp plc-presentation-140205031532-phpapp02
imp plc-presentation-140205031532-phpapp02
 
Programmable Logic Controllers Paper (PLC) SM54
Programmable Logic Controllers Paper (PLC) SM54Programmable Logic Controllers Paper (PLC) SM54
Programmable Logic Controllers Paper (PLC) SM54
 
Programming logic controllers (plc) seminar
Programming  logic controllers (plc) seminarProgramming  logic controllers (plc) seminar
Programming logic controllers (plc) seminar
 
Use of plc in industrial automation
Use of plc in industrial automationUse of plc in industrial automation
Use of plc in industrial automation
 
PLC-converted.pdf
PLC-converted.pdfPLC-converted.pdf
PLC-converted.pdf
 
Unit 5 Use of PLC.pptx
Unit 5 Use of PLC.pptxUnit 5 Use of PLC.pptx
Unit 5 Use of PLC.pptx
 

More from EMERSON EDUARDO RODRIGUES

STEP 7 - AWL para S7-300 y S7-400 emerson eduardo rodrigues
STEP 7 - AWL para S7-300 y S7-400 emerson eduardo rodriguesSTEP 7 - AWL para S7-300 y S7-400 emerson eduardo rodrigues
STEP 7 - AWL para S7-300 y S7-400 emerson eduardo rodriguesEMERSON EDUARDO RODRIGUES
 
PLC SCUBE STANDARD PROGRAMING EMERSON EDUARDO RODRIGUES
PLC SCUBE STANDARD PROGRAMING EMERSON EDUARDO RODRIGUESPLC SCUBE STANDARD PROGRAMING EMERSON EDUARDO RODRIGUES
PLC SCUBE STANDARD PROGRAMING EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
The+48+Laws+Of+Power EMERSON EDUARDO RODRIGUES
The+48+Laws+Of+Power EMERSON EDUARDO RODRIGUESThe+48+Laws+Of+Power EMERSON EDUARDO RODRIGUES
The+48+Laws+Of+Power EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
Basica_Documentacion EMERSON EDUARDO RODRIGUES
Basica_Documentacion EMERSON EDUARDO RODRIGUESBasica_Documentacion EMERSON EDUARDO RODRIGUES
Basica_Documentacion EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
Avanzado_Documentacion_EMERSON EDUARDO RODRIGUES
Avanzado_Documentacion_EMERSON EDUARDO RODRIGUESAvanzado_Documentacion_EMERSON EDUARDO RODRIGUES
Avanzado_Documentacion_EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
Tratamiento Digital de Señales__EMERSON EDUARDO RODRIGUES.pdf
Tratamiento Digital de Señales__EMERSON EDUARDO RODRIGUES.pdfTratamiento Digital de Señales__EMERSON EDUARDO RODRIGUES.pdf
Tratamiento Digital de Señales__EMERSON EDUARDO RODRIGUES.pdfEMERSON EDUARDO RODRIGUES
 
DICIONARIO_DICIONARIO_ITALIANO_PORTUGUES EMERSON EDUARDO RODRIGUES
DICIONARIO_DICIONARIO_ITALIANO_PORTUGUES EMERSON EDUARDO RODRIGUESDICIONARIO_DICIONARIO_ITALIANO_PORTUGUES EMERSON EDUARDO RODRIGUES
DICIONARIO_DICIONARIO_ITALIANO_PORTUGUES EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
penetration test essentials comptia EMERSON EDUARDO RODRIGUES
penetration test essentials comptia EMERSON EDUARDO RODRIGUESpenetration test essentials comptia EMERSON EDUARDO RODRIGUES
penetration test essentials comptia EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
compTIA guide to get the CERTIFICATION EMERSON EDUARDO RODRIGUES
compTIA guide to get the CERTIFICATION EMERSON EDUARDO RODRIGUEScompTIA guide to get the CERTIFICATION EMERSON EDUARDO RODRIGUES
compTIA guide to get the CERTIFICATION EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
Cómo programar Step 7 y no morir en el intento EMERSON EDUARDO RODRIGUES
Cómo programar Step 7 y no morir en el intento EMERSON EDUARDO RODRIGUESCómo programar Step 7 y no morir en el intento EMERSON EDUARDO RODRIGUES
Cómo programar Step 7 y no morir en el intento EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
11. EJERCICIOS PRACTICOS DE AUTOMATIZACION - AUTOMATI EMERSON EDUARDO RODRIGUES
11. EJERCICIOS PRACTICOS DE AUTOMATIZACION - AUTOMATI EMERSON EDUARDO RODRIGUES11. EJERCICIOS PRACTICOS DE AUTOMATIZACION - AUTOMATI EMERSON EDUARDO RODRIGUES
11. EJERCICIOS PRACTICOS DE AUTOMATIZACION - AUTOMATI EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
10. SISTEMAS PROGRAMABLES AVANZADOS - AUTOMATI EMERSON EDUARDO RODRIGUES
10. SISTEMAS PROGRAMABLES AVANZADOS - AUTOMATI EMERSON EDUARDO RODRIGUES10. SISTEMAS PROGRAMABLES AVANZADOS - AUTOMATI EMERSON EDUARDO RODRIGUES
10. SISTEMAS PROGRAMABLES AVANZADOS - AUTOMATI EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
9. LIBRO SISTEMAS SECUENCIALES PROGRAMABLES - AUTOMATI EMERSON EDUARDO RODRIGUES
9. LIBRO SISTEMAS SECUENCIALES PROGRAMABLES - AUTOMATI EMERSON EDUARDO RODRIGUES9. LIBRO SISTEMAS SECUENCIALES PROGRAMABLES - AUTOMATI EMERSON EDUARDO RODRIGUES
9. LIBRO SISTEMAS SECUENCIALES PROGRAMABLES - AUTOMATI EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
8. LIBRO PROGRAMACION DE CONTROLADORES AVANZADOS SIMATIC S7-1500 CON TIA PORT...
8. LIBRO PROGRAMACION DE CONTROLADORES AVANZADOS SIMATIC S7-1500 CON TIA PORT...8. LIBRO PROGRAMACION DE CONTROLADORES AVANZADOS SIMATIC S7-1500 CON TIA PORT...
8. LIBRO PROGRAMACION DE CONTROLADORES AVANZADOS SIMATIC S7-1500 CON TIA PORT...EMERSON EDUARDO RODRIGUES
 
6. LIBRO AUTOMATAS PROGRAMABLES Y SISTEMAS DE AUTOMATIZACION - AUTOMATI EMERS...
6. LIBRO AUTOMATAS PROGRAMABLES Y SISTEMAS DE AUTOMATIZACION - AUTOMATI EMERS...6. LIBRO AUTOMATAS PROGRAMABLES Y SISTEMAS DE AUTOMATIZACION - AUTOMATI EMERS...
6. LIBRO AUTOMATAS PROGRAMABLES Y SISTEMAS DE AUTOMATIZACION - AUTOMATI EMERS...EMERSON EDUARDO RODRIGUES
 
5. LIBRO APRENDA WINCC - AUTOMATI EMERSON EDUARDO RODRIGUES
5. LIBRO APRENDA WINCC - AUTOMATI EMERSON EDUARDO RODRIGUES5. LIBRO APRENDA WINCC - AUTOMATI EMERSON EDUARDO RODRIGUES
5. LIBRO APRENDA WINCC - AUTOMATI EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
4. LIBRO COMUNICACIONES INDUSTRIALES - AUTOMATISSANDRO EMERSON EDUARDO RODRIGUES
4. LIBRO COMUNICACIONES INDUSTRIALES - AUTOMATISSANDRO EMERSON EDUARDO RODRIGUES4. LIBRO COMUNICACIONES INDUSTRIALES - AUTOMATISSANDRO EMERSON EDUARDO RODRIGUES
4. LIBRO COMUNICACIONES INDUSTRIALES - AUTOMATISSANDRO EMERSON EDUARDO RODRIGUESEMERSON EDUARDO RODRIGUES
 
3. LIBRO AUTOMATAS PROGRABLES SIEMENS GRAFCET Y GUIA GEMMA CON TIA PORTAL - A...
3. LIBRO AUTOMATAS PROGRABLES SIEMENS GRAFCET Y GUIA GEMMA CON TIA PORTAL - A...3. LIBRO AUTOMATAS PROGRABLES SIEMENS GRAFCET Y GUIA GEMMA CON TIA PORTAL - A...
3. LIBRO AUTOMATAS PROGRABLES SIEMENS GRAFCET Y GUIA GEMMA CON TIA PORTAL - A...EMERSON EDUARDO RODRIGUES
 

More from EMERSON EDUARDO RODRIGUES (20)

emersoneduardorodrigues_curso-de-russo.pdf
emersoneduardorodrigues_curso-de-russo.pdfemersoneduardorodrigues_curso-de-russo.pdf
emersoneduardorodrigues_curso-de-russo.pdf
 
STEP 7 - AWL para S7-300 y S7-400 emerson eduardo rodrigues
STEP 7 - AWL para S7-300 y S7-400 emerson eduardo rodriguesSTEP 7 - AWL para S7-300 y S7-400 emerson eduardo rodrigues
STEP 7 - AWL para S7-300 y S7-400 emerson eduardo rodrigues
 
PLC SCUBE STANDARD PROGRAMING EMERSON EDUARDO RODRIGUES
PLC SCUBE STANDARD PROGRAMING EMERSON EDUARDO RODRIGUESPLC SCUBE STANDARD PROGRAMING EMERSON EDUARDO RODRIGUES
PLC SCUBE STANDARD PROGRAMING EMERSON EDUARDO RODRIGUES
 
The+48+Laws+Of+Power EMERSON EDUARDO RODRIGUES
The+48+Laws+Of+Power EMERSON EDUARDO RODRIGUESThe+48+Laws+Of+Power EMERSON EDUARDO RODRIGUES
The+48+Laws+Of+Power EMERSON EDUARDO RODRIGUES
 
Basica_Documentacion EMERSON EDUARDO RODRIGUES
Basica_Documentacion EMERSON EDUARDO RODRIGUESBasica_Documentacion EMERSON EDUARDO RODRIGUES
Basica_Documentacion EMERSON EDUARDO RODRIGUES
 
Avanzado_Documentacion_EMERSON EDUARDO RODRIGUES
Avanzado_Documentacion_EMERSON EDUARDO RODRIGUESAvanzado_Documentacion_EMERSON EDUARDO RODRIGUES
Avanzado_Documentacion_EMERSON EDUARDO RODRIGUES
 
Tratamiento Digital de Señales__EMERSON EDUARDO RODRIGUES.pdf
Tratamiento Digital de Señales__EMERSON EDUARDO RODRIGUES.pdfTratamiento Digital de Señales__EMERSON EDUARDO RODRIGUES.pdf
Tratamiento Digital de Señales__EMERSON EDUARDO RODRIGUES.pdf
 
DICIONARIO_DICIONARIO_ITALIANO_PORTUGUES EMERSON EDUARDO RODRIGUES
DICIONARIO_DICIONARIO_ITALIANO_PORTUGUES EMERSON EDUARDO RODRIGUESDICIONARIO_DICIONARIO_ITALIANO_PORTUGUES EMERSON EDUARDO RODRIGUES
DICIONARIO_DICIONARIO_ITALIANO_PORTUGUES EMERSON EDUARDO RODRIGUES
 
penetration test essentials comptia EMERSON EDUARDO RODRIGUES
penetration test essentials comptia EMERSON EDUARDO RODRIGUESpenetration test essentials comptia EMERSON EDUARDO RODRIGUES
penetration test essentials comptia EMERSON EDUARDO RODRIGUES
 
compTIA guide to get the CERTIFICATION EMERSON EDUARDO RODRIGUES
compTIA guide to get the CERTIFICATION EMERSON EDUARDO RODRIGUEScompTIA guide to get the CERTIFICATION EMERSON EDUARDO RODRIGUES
compTIA guide to get the CERTIFICATION EMERSON EDUARDO RODRIGUES
 
HHS_TOC_Glossary EMERSON EDUARDO RODRIGUES
HHS_TOC_Glossary EMERSON EDUARDO RODRIGUESHHS_TOC_Glossary EMERSON EDUARDO RODRIGUES
HHS_TOC_Glossary EMERSON EDUARDO RODRIGUES
 
Cómo programar Step 7 y no morir en el intento EMERSON EDUARDO RODRIGUES
Cómo programar Step 7 y no morir en el intento EMERSON EDUARDO RODRIGUESCómo programar Step 7 y no morir en el intento EMERSON EDUARDO RODRIGUES
Cómo programar Step 7 y no morir en el intento EMERSON EDUARDO RODRIGUES
 
11. EJERCICIOS PRACTICOS DE AUTOMATIZACION - AUTOMATI EMERSON EDUARDO RODRIGUES
11. EJERCICIOS PRACTICOS DE AUTOMATIZACION - AUTOMATI EMERSON EDUARDO RODRIGUES11. EJERCICIOS PRACTICOS DE AUTOMATIZACION - AUTOMATI EMERSON EDUARDO RODRIGUES
11. EJERCICIOS PRACTICOS DE AUTOMATIZACION - AUTOMATI EMERSON EDUARDO RODRIGUES
 
10. SISTEMAS PROGRAMABLES AVANZADOS - AUTOMATI EMERSON EDUARDO RODRIGUES
10. SISTEMAS PROGRAMABLES AVANZADOS - AUTOMATI EMERSON EDUARDO RODRIGUES10. SISTEMAS PROGRAMABLES AVANZADOS - AUTOMATI EMERSON EDUARDO RODRIGUES
10. SISTEMAS PROGRAMABLES AVANZADOS - AUTOMATI EMERSON EDUARDO RODRIGUES
 
9. LIBRO SISTEMAS SECUENCIALES PROGRAMABLES - AUTOMATI EMERSON EDUARDO RODRIGUES
9. LIBRO SISTEMAS SECUENCIALES PROGRAMABLES - AUTOMATI EMERSON EDUARDO RODRIGUES9. LIBRO SISTEMAS SECUENCIALES PROGRAMABLES - AUTOMATI EMERSON EDUARDO RODRIGUES
9. LIBRO SISTEMAS SECUENCIALES PROGRAMABLES - AUTOMATI EMERSON EDUARDO RODRIGUES
 
8. LIBRO PROGRAMACION DE CONTROLADORES AVANZADOS SIMATIC S7-1500 CON TIA PORT...
8. LIBRO PROGRAMACION DE CONTROLADORES AVANZADOS SIMATIC S7-1500 CON TIA PORT...8. LIBRO PROGRAMACION DE CONTROLADORES AVANZADOS SIMATIC S7-1500 CON TIA PORT...
8. LIBRO PROGRAMACION DE CONTROLADORES AVANZADOS SIMATIC S7-1500 CON TIA PORT...
 
6. LIBRO AUTOMATAS PROGRAMABLES Y SISTEMAS DE AUTOMATIZACION - AUTOMATI EMERS...
6. LIBRO AUTOMATAS PROGRAMABLES Y SISTEMAS DE AUTOMATIZACION - AUTOMATI EMERS...6. LIBRO AUTOMATAS PROGRAMABLES Y SISTEMAS DE AUTOMATIZACION - AUTOMATI EMERS...
6. LIBRO AUTOMATAS PROGRAMABLES Y SISTEMAS DE AUTOMATIZACION - AUTOMATI EMERS...
 
5. LIBRO APRENDA WINCC - AUTOMATI EMERSON EDUARDO RODRIGUES
5. LIBRO APRENDA WINCC - AUTOMATI EMERSON EDUARDO RODRIGUES5. LIBRO APRENDA WINCC - AUTOMATI EMERSON EDUARDO RODRIGUES
5. LIBRO APRENDA WINCC - AUTOMATI EMERSON EDUARDO RODRIGUES
 
4. LIBRO COMUNICACIONES INDUSTRIALES - AUTOMATISSANDRO EMERSON EDUARDO RODRIGUES
4. LIBRO COMUNICACIONES INDUSTRIALES - AUTOMATISSANDRO EMERSON EDUARDO RODRIGUES4. LIBRO COMUNICACIONES INDUSTRIALES - AUTOMATISSANDRO EMERSON EDUARDO RODRIGUES
4. LIBRO COMUNICACIONES INDUSTRIALES - AUTOMATISSANDRO EMERSON EDUARDO RODRIGUES
 
3. LIBRO AUTOMATAS PROGRABLES SIEMENS GRAFCET Y GUIA GEMMA CON TIA PORTAL - A...
3. LIBRO AUTOMATAS PROGRABLES SIEMENS GRAFCET Y GUIA GEMMA CON TIA PORTAL - A...3. LIBRO AUTOMATAS PROGRABLES SIEMENS GRAFCET Y GUIA GEMMA CON TIA PORTAL - A...
3. LIBRO AUTOMATAS PROGRABLES SIEMENS GRAFCET Y GUIA GEMMA CON TIA PORTAL - A...
 

Recently uploaded

CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 

Recently uploaded (20)

CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 

Industrial Automation EMERSON EDUARDO RODRIGUES

  • 1. REPORT ON INDUSTRIAL AUTOMATION BASED ON PLC Submitted by : Vibhuti kumar (1109020105) Branch :EE
  • 2. INDUSTRIAL AUTOMATION BASED ON PLC Automation is delegation of human control functions to technical equipments for increasing productivity, better quality, increasing safety in working conditions reducing manpower and cost. Making products under the control of computers and programmable controllers is known as “INDUSTRIAL AUTOMATION”.
  • 3. ABSTRACT Programmable logic controllers (PLCs) are members of the computer family capable of storing instructions to control functions such as sequencing, timing, and counting, which control a machine or a process. The PLC is composed of two basic sections, the Central Processing Unit (CPU) and the Input/Output (I/O) interface system. The PLC measures input signals coming from a machine and through the internal program provides output or control back to the machine. Ladder logic is the programming language used to represent electrical sequences of operation. In hardwired circuits the electrical wiring is connected from one device to another according to logic of operation. In a PLC the devices are connected to the input interface, the outputs are connected to the output interface and the actual wiring of the components is done electronically inside the PLC using ladder logic. This is known as soft wired. PLC is a device that is capable of being programmed to perform a controlling function. Before the advent of PLC, the problem of industrial control was usually solved by relays or hardwired solid-state logic blocks. These are very flexible in design and easy for maintenance personal to understand. However, they involved a vast amount of interconnection. For the wiring cost to be minimized, relays and logic blocks had to be kept together. This led to development of control panel concept for larger and more complex logic control system. The PLC was first conceived by group of engineers from hydramatic division of GM in 1968.This was designed to provide flexibility in control based on programming and executing logic instruction. Adopting the ladder diagram programming language, simplifying maintenance and reducing the cost of spare parts inventories realized major advantages.
  • 4. Introduction Programmable logic controllers (PLCs) are members of the computer family capable of storing instructions to control functions such as sequencing, timing, and counting, which control a machine or a process. The PLC is composed of two basic sections, the Central Processing Unit (CPU) and the Input/Output (I/O) interface system. The PLC measures input signals coming from a machine and through the internal program provides output or control back to the machine. Ladder logic is the programming language used to represent electrical sequences of operation. In hardwired circuits the electrical wiring is connected from one device to another according to logic of operation. In a PLC the devices are connected to the input interface, the outputs are connected to the output interface and the actual wiring of the components is done electronically inside the PLC using ladder logic. This is known as soft wired. PLC is a device that is capable of being programmed to perform a controlling function. Before the advent of PLC, the problem of industrial control was usually solved by relays or hardwired solid-state logic blocks. These are very flexible in design and easy for maintenance personal to understand. However, they involved a vast amount of interconnection. For the wiring cost to be minimized, relays and logic blocks had to be kept together. This led to development of control panel concept for larger and more complex logic control system. The PLC was first conceived by group of engineers from hydramatic division of GM in 1968.This was designed to provide flexibility in control based on programming and executing logic instruction. Adopting the ladder diagram programming language, simplifying maintenance and reducing the cost of spare parts inventories realized major advantages.
  • 5. PROGRAMMABLE LOGIC CONTROLLER Block Diagram -: PLC Components -:  Processor Unit  Power Supply  Input/Output Section  The Programmable Device
  • 6. INPUT MODULE  Push Button  Selector Switches  Proximity Sensor  Limit Switches  Motor Starter  Photo Electric Sensor  Relay Contact These input act as field input sensor and the sensor. Analog input module: Typical input to these modules is 4 to 20 mA, and 0-10V. Ex- pressure, level, flow. Digital Input module : input to these module is 24V dc, 19V ac, 230V ac. Switches, Push Button, Relays Pump valve on/off status. OUTPUT MODULE  Flow Sensor  Humidity Sensor  Load Cell  Potentiometer  Temperature sensor  Pressure sensor  Vibration sensor  Analogue Valves
  • 7. PLC HARDWARE A programmable logic controller consists of the following components: Central Processing Unit (CPU). Memory. Input modules. Output modules and Power supply. A PLC hardware block diagram is shown in Figure. The programming terminal in the diagram is not a part of the PLC, but it is essential to have a terminal for programming or monitoring a PLC. In the diagram, the arrows between blocks indicate the information and power flowing directions. CPU: Like other computerized devices, there is a Central Processing Unit (CPU) in a PLC. The CPU, which is the brain of a PLC, does the following operations:  Updating inputs and outputs. This function allows a PLC to read the status of its input terminals and energize or deenergize its output terminals.  Performing logic and arithmetic operations. A CPU conducts all the mathematic and logic operations involved in a PLC.  Communicating with memory. The PLC™s programs and data are stored in memory. When a PLC is operating, its CPU may read or change the contents of memory locations.  Scanning application programs. An application program, which is called a ladder logic program, is a set of instructions written by a PLC programmer. The scanning function allows the PLC to execute the application program as specified by the programmer. Communicating with a programming terminal. The CPU transfers program and data between itself and the programming terminal. A PLCs CPU is controlled by operating system software. The operating system software is a group of supervisory programs that are loaded and stored permanently in the PLC™s memory by the PLC manufacturer.
  • 8. MEMORY -: Memory is the component that stores information, programs, and data in a PLC. The process of putting new information into a memory location is called writing. The process of retrieving information from a memory location is called reading. The common types of memory used in PLCs are Read Only Memory (ROM) and Random Access Memory (RAM). A ROM location can be read, but not written. ROM is used to store programs and data that should not be altered. For example, the PLC™s operating programs are stored in ROM. A RAM location can be read or written. This means the information stored in a RAM location can be retrieved and/or altered. Ladder logic programs are stored in RAM. When a new ladder logic program is loaded into a PLC™s memory, the old program that was stored in the same locations is over-written and essentially erased. The memory capacities of PLCs vary. Memory capacities are often expressed in terms of kilo-bytes (K). One byte is a group of 8 bits. One bit is a memory location that may store one binary number that has the value of either 1 or 0. (Binary numbers are addressed in Module 2). 1K memory means that there are 1024 bytes of RAM. 16K memory means there are 16 x 1024 =16384 bytes of RAM. Input modules and output modules A PLC is a control device. It takes information from inputs and makes decisions to energize or de-energize outputs. The decisions are made based on the statuses of inputs and outputs and the ladder logic program that is being executed. The input devices used with a PLC include pushbuttons, limit switches, relay contacts, photo sensors, proximity switches, temperature sensors, and the like. These input devices can be AC (alternating current) or DC (direct current). The input voltages can be high or low. The input signals can be digital or analog. Differing inputs require different input modules. An input module provides an interface between input devices and a PLC™s CPU, which uses only a low DC voltage. The input module™s function is to convert the input signals to DC voltages that are acceptable to the CPU. Standard discrete input modules include 24 V AC, 48 V AC, 120 V AC, 220 V AC, 24 V DC, 48 V DC, 120 V DC, 220 V DC, and transistor-transistor logic (TTL) level. The devices controlled by a PLC include relays, alarms, solenoids, fans, lights, and motor starters. These devices may require different levels of AC or DC voltages. Since the signals processed in a PLC are low DC voltages, it is the function of the output module to convert PLC control signals to the voltages required by the controlled circuits or devices. Standard discrete output modules include 24 V AC,
  • 9. 48 V AC, 120 V AC, 220 V AC, 24 V DC, 48 V DC, 120 V DC, 220 V DC, and TTL level. Power Supply -: PLCs are powered by standard commercial AC power lines. However, many PLC components, such as the CPU and memory, utilize 5 volts or another level of DC power. The PLC power supply converts AC power into DC power to support those components of the PLC. Programming Terminal A PLC requires a programming terminal and programming software for operation. The programming terminal can be a dedicated terminal or a generic computer purchased anywhere. The programming terminal is used for programming the PLC and monitoring the PLC™s operation. It may also download a ladder logic program (the sending of a program from the programming terminal to the PLC) or upload a ladder logic program (the sending of a program from the PLC to the programming terminal). The terminal uses programming software for programming and talking to a PLC. WORKING OF PLC -: Bringing input signal status to the internal memory of CPU  The field signals are connected to the I/P module. At the output of I/P module the field status converted into the voltage level required by the CPU is always available.  At the beginning of each cycle the CPU brings in all the field I/P signals from I/P module & stores into its internal memory called as PII, meaning process image input.  The programmable controller operates cyclically meaning when complete program has been scanned; it starts again at the beginning of the program. I/O BUS -: A PLC works by continually scanning a program. We can think of this scan cycle as consisting of 3 important steps. There are typically more than 3 but we can focus on the important parts and not worry about the others. Typically the others are checking the system and updating the current internal counter and timer values.
  • 10. Step 1- Check Input Status-First the PLC takes a look at each input to determine if it is on or off. In other words, is the sensor connected to the first input on How about the second input How about the third... It records this data into its memory to be used during the next step. Step 2- Execute Program-Next the PLC executes your program one instruction at a time. Maybe your program said that if the first input was on then it should turn on the first output. Since it already knows which inputs are on/off from the previous step it will be able to decide whether the first output should be turned on based on the state of the first input. It will store the execution results for use later during the next step. Step 3-Update Output Status-Finally the PLC updates the status of the outputs. It updates the outputs based on which inputs were on during the first step and the results of executing your program during the second step. Based on the example in step 2 it would now turn on the first output because the first input was on and your program said to turn on the first output when this condition is true. Process Control and Automation Process Control The process of recognizing the state of the process at all times, analyze the information according to the set rules and guidelines and accordingly actuate the control elements is referred to as process control. PLC PROGRAMMING Ladder Logic-: Ladder logic is the main programming method used for PLCs. The ladder logic has been developed to mimic relay logic. The decision to use the relay logic diagrams was a strategic one. By selecting ladder logic as the main programming method, the amount of retraining needed for engineers and trades people was greatly reduced. Modern control systems still include relays, but these are rarely used for logic. A relay is a simple device that uses a magnetic field to control a switch, as pictured in Fig. When a voltage is applied to the input coil, the resulting current creates a magnetic field. The magnetic field pulls a metal switch (or reed) towards it and the contacts touch, closing the switch. The contact that closes when the coil is energized is called normally open. The normally closed contacts touch when the
  • 11. input coil is not energized. Relays are normally drawn in schematic form using a circle to represent the input coil. The output contacts are shown with two parallel lines. Normally open contacts are shown as two lines, and will be open (non- conducting) when the input is not energized. Normally closed contacts are shown with two lines with a diagonal line through them. When the input coil is not energized the normally closed contacts will be closed (conducting).
  • 12. SCAN CYCLE OF PLC Ladder Logic Inputs : PLC inputs are easily represented in ladder logic. In Figure there are three types of inputs shown. The first two are normally open and normally closed inputs, discussed previously. The IIT (Immediate Input) function allows inputs to be read after the input scan, while the ladder logic is being scanned. This allows ladder logic to examine input values more often than once every cycle.
  • 13. ADVANTAGE OF PLC  Reduced space.  Energy saving.  Ease of maintenance.  Economical.  Greater life and reliability.  Tremendous flexibility.  Shorter project time.  Easier storage, archiving and documentation.  PLCs are armored for severe conditions (such as dust, moisture, heat, cold) and have the facility for extensive input/output (I/O) arrangements.  PLCs read limit switches, analog process variables (such as temperature and pressure), and the positions of complex positioning systems.  PLCs are used in many "real world" applications. If there is industry present, chances are good that there is a plc present. If you are involved in machining, packaging, material handling, automated assembly or countless other industries you are probably already using them. If you are not, you are wasting money and time. Almost any application that needs some type of electrical control has a need for a plc.
  • 14. APPLICATION OF PLC In industry, there are many production tasks, which are of highly repetitive nature. Although repetitive & monotonous, each stage needs careful attention of operator to ensure good quality of final product.  Many times, a close supervision of the processes cause high fatigue on operator resulting in loss of track of process control.  Sometimes it™s hazardous also as in the case of potentially explosive chemical processes.  Under all such conditions we can use PLCs effectively in totally eliminating the possibilities of human error.  Some capabilities of PLCs are as follows: 1. Logic control 2. PID control 3. Coordination & automation 4. Operator control 5. Signaling and listing etc.  In short, wherever sequential logic control & automation is desired the PLCs are the best suited to meet the task. It includes simple interlocking functions to complicated analog signal processing to PID control action in closed loop control etc.  Few examples of industries where PLCs are used for control & automation purpose are listed below: - 1. Tyre industry. 2. Blender reclaimer. 3. Bulk material handling system at ports. 4. Ship unloader.
  • 15. 5. Wagon loaders. 6. Steel plants. 7. Blast furnace charging. 8. Brick-moulding press in refectories. 9. Galvanizing plant. 10. Dairy automation. 11. Pulp factory. 12. Printing industry etc.  Today the PLCs are used for control and automation job in a single machine and it increases up to full automation of manufacturing or testing process in a factory. PLC DISADVANTAGE  In contrast to microcontroller systems that have what is called an open architecture, most PLCs manufacturers offer only closed architecturesfor their products.  PLC devices are proprietary, which means that parts and software from one manufacturer can t easily be used in combination with parts ofanother manufacturer, which limits the design and cost options.
  • 16. CONCLUSION PLC is a device that is capable of being programmed to perform a controlling function. The PLC was designed to provide flexibility in control based programming and executing logic instruction. PLC allowed for shorter installation time and faster commissioning through programming rather than wiring. The PLC have in recent years experienced an unprecedented growth as universal element in industrial automation .It can be effectively used in applications ranging from simple control like replacing a small number of relays to complex automation problems. Today the PLCs are used for control & automation job in a single machine & it increases up to full automation of manufacturing / testing process in a factory.