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

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
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
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
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
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
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
 
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
 

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