SlideShare a Scribd company logo
1 of 40
AUTOMATION
Automation is basically the delegation of
human control functions to technical
equipment aimed towards achieving:
Higher productivity.
Superior quality of end product.
Efficient usage of energy and raw
materials.
Improved safety in working conditions
etc.
INDUSTRIAL AUTOMATION
The use of Computerized or robotic devices to complete
manufacturing tasks.
CONTROL SYSTEM
FIELD
INSTRUMENT
HARDWARE
CONTROL
SOFTWARE
CONTROL
PLANT
DEVELOPMENT OF CONTROL SYSTEM
 Manual control
 Pneumatic control
 Hard wired logic control
 Electronics control
 PLC control.
PLC(PROGRAMMABLE LOGIC CONTROLLER)
 Programmable Logic Controller (PLC) is an industrial computer that
monitors inputs, makes decisions based on its program and controls
outputs to automate a process or machine.
The automation of many different processes, such as controlling machines
or factory assembly lines, is done through the use of small computers called
a programmable logic controllers (PLCs).
PLC Origin
• Developed to replace relays in the late 1960s
• Costs dropped and became popular by 1980s
• Now used in many industrial designs
WHY PLC?
To reduce human efforts .
 To get maximum efficiency from machine and control them with human logic .
 To reduce complex circuitry of entire system .
 To eliminate the high costs associated with inflexible, relay-controlled systems.
Areas of Application
Manufacturing / Machining
 Food / Beverage
 Metals
 Power
 Mining
 Petrochemical / Chemical
MAJOR COMPONENTS OF PLC
Supplies DC power to other modules
that plug into the rack
In a large PLC systems, this power
supply does not normally supply power
to the field device
In small and micro PLC systems, the
power supply is also used to power field
devices.
Power Supply
CENTRAL PROCESSING UNIT(CPU)
It is the brain of PLC and governs the activities of the entire PLC
systems
 The CPU consists of following blocks :
Arithmetic Logic Unit (ALU),
Internal memory of CPU
Internal timers ,counters and Flags .
 The various operations performed are :
Program execution
Peripheral and External device communication,
Data handling and self diagnostics.
MEMORY
 It is the component that stores information, programs and data in a PLC.
Types of memories
used in PLCs are;
read only memory (ROM)
random access memory (RAM).
Programmable Read Only Memory (PROM)
EPROM Erasable Programmable Read Only Memory (EPROM)
Programming Device
A personal computer(PC) is the most commonly used programming device
The software allows users to create, edit, modify, and troubleshoot the program.
The personal computer communicates with the PLC processor via a serial or
parallel data communication link.
Software for PLC Programming:
1. PL7 4.4
2. Win pro ladder
Input/Output Section
I/O SectionConsists Of :
Input Modules
Output Modules
Accepts and converts signals from
sensors into a logic signal
Forms the interface by which
input devices are connected to the
controller.
Input device is physically wired
into the system.
Like temperature sensor, water
level sensor, pressure sensor.
Input Module
That convert control instructions a signal that
can be used by actuators.
Ex. : lamps, alarm.
Forms the interface by which output field
device are connected to the controller.
PLC employ an optical isolator which uses light
to electrically isolate the internal components
from the output terminal.
Output Module
modular rack based systems.
It’s called “modular” because the rack can accept many different
types of I/O modules that simply slide into the rack and plug in.
PLC
INPUTS
CONTACTOR
PUSHBUTTONS
OUTPUTS
MOTOR
LAMP
I/O MODULES
DC INPUT MODULE
OPTO-
ISOLATOR
IS NEEDED TO:
 Prevent voltage
transients from
damaging the
processor.
Helps reduce the
effects of electrical
noise
Buffer,
Filter,
hysteresis
Circuits
TO
PROCESSOR
Current
Limiting
Resistor
FROM
INPUT
DEVICE
USE TO
DROP THE
VOLTAGE
TO LOGIC
LEVEL
Rectifier,
Resistor
Network
FROM
INPUT
DEVICE
CONVERTS THE AC
INPUT TO DC AND
DROPS THE VOLTAGE
TO LOGIC LEVEL
OPTO-
ISOLATOR
IS NEEDED TO:
 Prevent voltage
transients from
damaging the
processor.
Helps reduce the
effects of electrical
noise
Buffer,
Filter,
Hysteresis
Circuits
TO
PROCESSOR
AC INPUT MODULE
DC / AC OUTPUT MODULE
TTL
Circuits
FROM
PROCESSOR
OPTO-
ISOLATOR
IS NEEDED TO:
 Prevent voltage
transients from
damaging the
processor.
Helps reduce the
effects of electrical
noise
Amplifier
RELAY
TO
OUTPUT
DEVICE
(TTL)Transistor-Transistor logic is a class of digital circuits built from
bipolar junction transistors and resistors
Discrete / Digital Input
An input that is either ON or OFF are connected to the PLC
digital input.
In the ON condition it is referred to as logic 1 or a logic high and
in the OFF condition maybe referred to as logic o or logic low.
NormallyOpen Pushbutton
Normally Closed Pushbutton
NormallyOpen switch
Normally Closed switch
NormallyOpen contact
Normally closed contact
Discrete / Digital Input
Digital Output
A discrete output is either in an ON or OFF condition.
Solenoids, contactors coils, lamps are example of devices connected to
the Discrete or digital outputs.
The lamp can be turned ON or OFF by the PLC output it is connected to.
Analog Input
An input signal that has a continuous signal.
Typical inputs may vary from 0 to 20mA, 4 to 20mA or 0 to10V.
A level transmitter monitors the level of liquid in the tank. Depending on
the level , the signal to the PLC can either increase or decrease as the
level increases or decreases.
PLC OPERATION
PHASE 1 – Input Status scan
A PLC scan cycle begins with the CPU reading the status of its
inputs.
The process of sequentially reading the inputs, executing the
program in memory, and updating the outputs is known as scanning.
PHASE 2– Logic Solve/Program Execution
The application program is executed using the status of the inputs
PHASE 3– Logic Solve/Program Execution
Once the program is executed, the CPU performs diagnostics and
communication tasks
PHASE 4 - Output Status Scan
•An output status scan is then performed, whereby the stored output
values are sent to actuators and other field output devices. The cycle ends
by updating the outputs.
PLC Operation Cycle
During each operating cycle, the controller examines the status of input
devices, executes the user program, and changes output accordingly.
The completion of one cycle of this
sequence is called scan.The scan
time, the time required for one full
cycle, provides a measure of the
speed of response of the PLC
PLC PROGRAMMING
 Ladder logic is widely used to program PLCs,
where sequential control of a process or
manufacturing operation is required.
 useful for simple but critical control systems
or for reworking old hardwired relay circuits
Entering And Running the PLC Program
Practical Example
Mixer Process Control
Problem
Mixer Motor to automatically stir the liquid in
the vat when the temperature and pressure
reach at preset value
Alternate manual pushbutton control to
start/stop motor manually.
The temperature and pressure sensors
switches close their respective contacts when
condition fulfill.
Sensors Connection
Here , Water level sensor and Hydrostatic sensor
connected to PLC and transmit different types of signal
to PLC
Human Machine Interface
This device is used for:
Manually control PLC
Monitor device activity in different level
ADVANTAGES
Replacing Human Operators
Dangerous Environments
Beyond Human Capabilities
 Fast
 Easily programmed and have an easily understood
programming language.
 Improves Productivity
 Improves Quality
DISADVANTAGES
 PLC Devices Are Proprietary
 Initial Costs Are High
 There's Too Much Work Required In Connecting
Wires
 Unemployment Rate Increases
Ipc presentation

More Related Content

What's hot

What's hot (20)

Plc basics
Plc basicsPlc basics
Plc basics
 
Getting started with PLCs
Getting started with PLCsGetting started with PLCs
Getting started with PLCs
 
Plc description
Plc  descriptionPlc  description
Plc description
 
plc & scaad
plc & scaadplc & scaad
plc & scaad
 
PLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTSPLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTS
 
PLC Basic
PLC BasicPLC Basic
PLC Basic
 
PLC Troubleshooting & Maintenance
PLC Troubleshooting & MaintenancePLC Troubleshooting & Maintenance
PLC Troubleshooting & Maintenance
 
Industry Automation with Programmable Logic Controller
Industry Automation with Programmable Logic ControllerIndustry Automation with Programmable Logic Controller
Industry Automation with Programmable Logic Controller
 
The basics of plc technology
The basics of plc technologyThe basics of plc technology
The basics of plc technology
 
Introduction to PLC
Introduction to PLCIntroduction to PLC
Introduction to PLC
 
PLC(Programmable Logic Controller)-Control system Engineering.
PLC(Programmable Logic Controller)-Control system Engineering.PLC(Programmable Logic Controller)-Control system Engineering.
PLC(Programmable Logic Controller)-Control system Engineering.
 
ppt on PLC automation
ppt on PLC automationppt on PLC automation
ppt on PLC automation
 
Plc presentation
Plc presentationPlc presentation
Plc presentation
 
P L C
P L CP L C
P L C
 
Programmable logic controller
Programmable logic controllerProgrammable logic controller
Programmable logic controller
 
PLC basic concepts
PLC  basic conceptsPLC  basic concepts
PLC basic concepts
 
43542179 programmable-logic-controller-plc-ppt
43542179 programmable-logic-controller-plc-ppt43542179 programmable-logic-controller-plc-ppt
43542179 programmable-logic-controller-plc-ppt
 
PLC - Programmable Logic Controller
PLC - Programmable Logic ControllerPLC - Programmable Logic Controller
PLC - Programmable Logic Controller
 
PLC General
PLC   GeneralPLC   General
PLC General
 
Nfi intro +courses
Nfi intro +coursesNfi intro +courses
Nfi intro +courses
 

Similar to Ipc presentation

EE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHF
EE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHFEE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHF
EE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHF2013471
 
Industrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUESIndustrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUESEMERSON 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
 
R22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxR22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxBCGowtham1
 
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
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic ControllerArul Kumar
 
Programmable Logic Controller by Pranoti R. Doke
Programmable Logic Controller by Pranoti R. DokeProgrammable Logic Controller by Pranoti R. Doke
Programmable Logic Controller by Pranoti R. DokePranoti Doke
 
INDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLCINDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLCMehvish Mushtaq
 
Industrial Automation Using PLC
Industrial Automation Using PLCIndustrial Automation Using PLC
Industrial Automation Using PLCMohammad Zakaria
 
Programmable Logic Controller Training Day 1 to 3.pptx
Programmable Logic Controller  Training Day 1 to 3.pptxProgrammable Logic Controller  Training Day 1 to 3.pptx
Programmable Logic Controller Training Day 1 to 3.pptxdmckinseyrecruitment
 

Similar to Ipc presentation (20)

EE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHF
EE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHFEE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHF
EE415 LT 1.pptxDFHDFHDFHHFDDFHFDHDFHDFHF
 
Industrial Automation EMERSON EDUARDO RODRIGUES
Industrial Automation EMERSON EDUARDO RODRIGUESIndustrial Automation EMERSON EDUARDO RODRIGUES
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)
 
R22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptxR22EM807_PAVAN.D_PLC.pptx
R22EM807_PAVAN.D_PLC.pptx
 
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
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
 
Programmable Logic Controller by Pranoti R. Doke
Programmable Logic Controller by Pranoti R. DokeProgrammable Logic Controller by Pranoti R. Doke
Programmable Logic Controller by Pranoti R. Doke
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic PLC.ppt
Basic PLC.pptBasic PLC.ppt
Basic PLC.ppt
 
Industrial Automation
Industrial AutomationIndustrial Automation
Industrial Automation
 
Industrial automation
Industrial automation Industrial automation
Industrial automation
 
INDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLCINDUSTRIAL AUTOMATION USING PLC
INDUSTRIAL AUTOMATION USING PLC
 
Industrial Automation Using PLC
Industrial Automation Using PLCIndustrial Automation Using PLC
Industrial Automation Using PLC
 
Programmable Logic Controller Training Day 1 to 3.pptx
Programmable Logic Controller  Training Day 1 to 3.pptxProgrammable Logic Controller  Training Day 1 to 3.pptx
Programmable Logic Controller Training Day 1 to 3.pptx
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 
Basic plc
Basic plcBasic plc
Basic plc
 

Recently uploaded

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
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
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
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
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
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
 
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
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
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
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 

Recently uploaded (20)

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
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...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
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
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
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
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
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
 
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
 
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
 
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
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
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...
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 

Ipc presentation

  • 1. AUTOMATION Automation is basically the delegation of human control functions to technical equipment aimed towards achieving: Higher productivity. Superior quality of end product. Efficient usage of energy and raw materials. Improved safety in working conditions etc.
  • 2. INDUSTRIAL AUTOMATION The use of Computerized or robotic devices to complete manufacturing tasks. CONTROL SYSTEM FIELD INSTRUMENT HARDWARE CONTROL SOFTWARE CONTROL PLANT
  • 3. DEVELOPMENT OF CONTROL SYSTEM  Manual control  Pneumatic control  Hard wired logic control  Electronics control  PLC control.
  • 4. PLC(PROGRAMMABLE LOGIC CONTROLLER)  Programmable Logic Controller (PLC) is an industrial computer that monitors inputs, makes decisions based on its program and controls outputs to automate a process or machine. The automation of many different processes, such as controlling machines or factory assembly lines, is done through the use of small computers called a programmable logic controllers (PLCs).
  • 5. PLC Origin • Developed to replace relays in the late 1960s • Costs dropped and became popular by 1980s • Now used in many industrial designs
  • 6. WHY PLC? To reduce human efforts .  To get maximum efficiency from machine and control them with human logic .  To reduce complex circuitry of entire system .  To eliminate the high costs associated with inflexible, relay-controlled systems.
  • 7. Areas of Application Manufacturing / Machining  Food / Beverage  Metals  Power  Mining  Petrochemical / Chemical
  • 9. Supplies DC power to other modules that plug into the rack In a large PLC systems, this power supply does not normally supply power to the field device In small and micro PLC systems, the power supply is also used to power field devices. Power Supply
  • 10. CENTRAL PROCESSING UNIT(CPU) It is the brain of PLC and governs the activities of the entire PLC systems  The CPU consists of following blocks : Arithmetic Logic Unit (ALU), Internal memory of CPU Internal timers ,counters and Flags .  The various operations performed are : Program execution Peripheral and External device communication, Data handling and self diagnostics.
  • 11. MEMORY  It is the component that stores information, programs and data in a PLC. Types of memories used in PLCs are; read only memory (ROM) random access memory (RAM). Programmable Read Only Memory (PROM) EPROM Erasable Programmable Read Only Memory (EPROM)
  • 12. Programming Device A personal computer(PC) is the most commonly used programming device The software allows users to create, edit, modify, and troubleshoot the program. The personal computer communicates with the PLC processor via a serial or parallel data communication link. Software for PLC Programming: 1. PL7 4.4 2. Win pro ladder
  • 13. Input/Output Section I/O SectionConsists Of : Input Modules Output Modules
  • 14. Accepts and converts signals from sensors into a logic signal Forms the interface by which input devices are connected to the controller. Input device is physically wired into the system. Like temperature sensor, water level sensor, pressure sensor. Input Module
  • 15. That convert control instructions a signal that can be used by actuators. Ex. : lamps, alarm. Forms the interface by which output field device are connected to the controller. PLC employ an optical isolator which uses light to electrically isolate the internal components from the output terminal. Output Module
  • 16. modular rack based systems. It’s called “modular” because the rack can accept many different types of I/O modules that simply slide into the rack and plug in.
  • 18. DC INPUT MODULE OPTO- ISOLATOR IS NEEDED TO:  Prevent voltage transients from damaging the processor. Helps reduce the effects of electrical noise Buffer, Filter, hysteresis Circuits TO PROCESSOR Current Limiting Resistor FROM INPUT DEVICE USE TO DROP THE VOLTAGE TO LOGIC LEVEL
  • 19. Rectifier, Resistor Network FROM INPUT DEVICE CONVERTS THE AC INPUT TO DC AND DROPS THE VOLTAGE TO LOGIC LEVEL OPTO- ISOLATOR IS NEEDED TO:  Prevent voltage transients from damaging the processor. Helps reduce the effects of electrical noise Buffer, Filter, Hysteresis Circuits TO PROCESSOR AC INPUT MODULE
  • 20. DC / AC OUTPUT MODULE TTL Circuits FROM PROCESSOR OPTO- ISOLATOR IS NEEDED TO:  Prevent voltage transients from damaging the processor. Helps reduce the effects of electrical noise Amplifier RELAY TO OUTPUT DEVICE (TTL)Transistor-Transistor logic is a class of digital circuits built from bipolar junction transistors and resistors
  • 21. Discrete / Digital Input An input that is either ON or OFF are connected to the PLC digital input. In the ON condition it is referred to as logic 1 or a logic high and in the OFF condition maybe referred to as logic o or logic low. NormallyOpen Pushbutton Normally Closed Pushbutton NormallyOpen switch Normally Closed switch NormallyOpen contact Normally closed contact
  • 23. Digital Output A discrete output is either in an ON or OFF condition. Solenoids, contactors coils, lamps are example of devices connected to the Discrete or digital outputs. The lamp can be turned ON or OFF by the PLC output it is connected to.
  • 24. Analog Input An input signal that has a continuous signal. Typical inputs may vary from 0 to 20mA, 4 to 20mA or 0 to10V. A level transmitter monitors the level of liquid in the tank. Depending on the level , the signal to the PLC can either increase or decrease as the level increases or decreases.
  • 25.
  • 27. PHASE 1 – Input Status scan A PLC scan cycle begins with the CPU reading the status of its inputs. The process of sequentially reading the inputs, executing the program in memory, and updating the outputs is known as scanning. PHASE 2– Logic Solve/Program Execution The application program is executed using the status of the inputs PHASE 3– Logic Solve/Program Execution Once the program is executed, the CPU performs diagnostics and communication tasks PHASE 4 - Output Status Scan •An output status scan is then performed, whereby the stored output values are sent to actuators and other field output devices. The cycle ends by updating the outputs.
  • 28. PLC Operation Cycle During each operating cycle, the controller examines the status of input devices, executes the user program, and changes output accordingly. The completion of one cycle of this sequence is called scan.The scan time, the time required for one full cycle, provides a measure of the speed of response of the PLC
  • 29. PLC PROGRAMMING  Ladder logic is widely used to program PLCs, where sequential control of a process or manufacturing operation is required.  useful for simple but critical control systems or for reworking old hardwired relay circuits
  • 30.
  • 31.
  • 32.
  • 33.
  • 34. Entering And Running the PLC Program
  • 35. Practical Example Mixer Process Control Problem Mixer Motor to automatically stir the liquid in the vat when the temperature and pressure reach at preset value Alternate manual pushbutton control to start/stop motor manually. The temperature and pressure sensors switches close their respective contacts when condition fulfill.
  • 36. Sensors Connection Here , Water level sensor and Hydrostatic sensor connected to PLC and transmit different types of signal to PLC
  • 37. Human Machine Interface This device is used for: Manually control PLC Monitor device activity in different level
  • 38. ADVANTAGES Replacing Human Operators Dangerous Environments Beyond Human Capabilities  Fast  Easily programmed and have an easily understood programming language.  Improves Productivity  Improves Quality
  • 39. DISADVANTAGES  PLC Devices Are Proprietary  Initial Costs Are High  There's Too Much Work Required In Connecting Wires  Unemployment Rate Increases