SlideShare a Scribd company logo
1 of 10
Download to read offline
1-1
Dr. D. J. Jackson Lecture 1-1Electrical & Computer Engineering
Programmable Logic
Controllers
Introduction to PLCs
Dr. D. J. Jackson Lecture 1-2Electrical & Computer Engineering
Outline
• Introduction
• Definition and History of the PLC
• Example PLCs
• Overall PLC System
• PLC Advantages and Disadvantages
1-2
Dr. D. J. Jackson Lecture 1-3Electrical & Computer Engineering
Definition And History Of The PLC
• A PLC is a user-friendly, microprocessor-
based specialized computer that carries out
control functions of many types and levels of
complexity.
• Its purpose is to monitor crucial process
parameters and adjust process operations
accordingly.
• Used extensively because the PLC
– Is easy to set up and program
– Behaves predictably
– Ruggedized
Dr. D. J. Jackson Lecture 1-4Electrical & Computer Engineering
Definition And History Of The PLC
• It can be programmed (to a degree),
controlled, and operated by a person
unskilled in operating (programming)
computers.
• Essentially, a PLC's operator draws the lines
and devices of ladder diagrams with a
keyboard/mouse onto a display screen.
• The resulting ladder diagram is converted
into computer machine language and run as
a program.
1-3
Dr. D. J. Jackson Lecture 1-5Electrical & Computer Engineering
Example PLCs
Allen-Bradley PLC5 Allen-Bradley SLC500
Allen-Bradley Micrologix Allen-Bradley Picocontroller
Dr. D. J. Jackson Lecture 1-6Electrical & Computer Engineering
PLC basics
• Some PLCs are
– integrated into a single unit (Picocontroller),
– whereas others are modular (PLC5, SLC500)
– The Micrologix product lies somewhere between
the PLC5 and the Picocontroller
• Integrated PLCs are sometimes called
brick PLCs because of their small size
– These PLCs have embedded I/O (i.e. the I/O is a
part of the same unit as the controller itself)
– Modular PLCs have extended I/O
1-4
Dr. D. J. Jackson Lecture 1-7Electrical & Computer Engineering
Components in a PLC system
• CPU module, containing the processor and
memory
• Input and output modules, to allow the PLC
to read sensors and control actuators
– A wide variety of types are available
• Power supply for the PLC, and often sensors
and low power actuators connected to I/O
modules
• A rack or bus so the PLC can exchange data
with I/O modules
Dr. D. J. Jackson Lecture 1-8Electrical & Computer Engineering
PLC in a automated system
Power
Supply
CPU
Module
(PLC)
Digital
Input
Module
Digital
Output
Module
Analog
Input
Module
Analog
Output
Module
Programming unit
Network
Digital sensors
(limit switches,
proximity sensors)
Digital
actuators
(pneumatic valves,
Indicator lamps)
Analog sensors
(temperature,
pressure sensors)
Analog
actuators
(motors, etc.)
1-5
Dr. D. J. Jackson Lecture 1-9Electrical & Computer Engineering
Additional PLC components
• A programming unit is necessary to create,
edit and download a user program to the PLC
• Additional components can include:
– Network interfaces: to allow PLCs to function in
a networked environment
– Communication adapters for remote I/O
devices: so I/O devices do not have to be
physically close to the CPU module
– Operator interface devices: allow monitoring
and/or data entry by operators
Dr. D. J. Jackson Lecture 1-10Electrical & Computer Engineering
Definition And History Of The PLC
• The PLC takes the place of much of the external
wiring required for control of a process.
– http://www.xl-technology.com/control-upgrades.html
• The PLC will operate any system that has output
devices that go on and off (known as discrete, or
digital, outputs).
• It can also operate any system with variable
(analog) outputs.
• The PLC can be operated on the input side by on-off
devices (discrete, or digital) or by variable (analog)
input devices.
1-6
Dr. D. J. Jackson Lecture 1-11Electrical & Computer Engineering
Definition And History Of The PLC
• The first PLC systems evolved from
conventional computers in the late 1960s and
early 1970s.
– These first PLCs were installed primarily in
automotive plants.
• Traditionally, the auto plants had to be shut
down for up to a month at model changeover
time.
• The early PLCs were used along with other
new automation techniques to shorten the
changeover time.
Dr. D. J. Jackson Lecture 1-12Electrical & Computer Engineering
Definition And History Of The PLC
• One of the major time-consuming
changeover procedures had been the wiring
of new or revised relay and control panels.
• The PLC keyboard reprogramming procedure
replaced the rewiring of a panel full of wires,
relays, timers, and other components.
• The new PLCs helped reduce changeover
time to a matter of a few days.
1-7
Dr. D. J. Jackson Lecture 1-13Electrical & Computer Engineering
PLC Advantages
• Flexibility
– In the past, each different electronically controlled
production machine required its own controller; 15
machines might require 15 different controllers.
– Now it is possible to use just one model of a PLC
to run any one of the 15 machines.
– Furthermore, you would probably need fewer than
15 controllers, because one PLC can easily run
many machines.
– Each of the 15 machines under PLC control would
have its own distinct program (or a portion of one
running program).
Dr. D. J. Jackson Lecture 1-14Electrical & Computer Engineering
PLC Advantages
• Implementing Changes and Correcting
Errors
– With a wired relay-type panel, any program
alterations require time for rewiring of panels and
devices.
– When a PLC program circuit or sequence design
change is made, the PLC program can be changed
from a keyboard sequence in a matter of minutes.
– No rewiring is required for a PLC-controlled
system.
– Also, if a programming error has to be corrected
in a PLC control ladder diagram, a change can be
typed in quickly.
1-8
Dr. D. J. Jackson Lecture 1-15Electrical & Computer Engineering
PLC Advantages
• Large Quantities of Contacts
– The PLC has a large number of contacts for each
coil available in its programming.
– Suppose that a panel-wired relay has four
contacts and all are in use when a design change
requiring three more contacts is made.
• Time would have to be taken to procure and install a new
relay or relay contact block.
– Using a PLC, however, only three more contacts
would be typed in.
• Contacts are now a “software” component
Dr. D. J. Jackson Lecture 1-16Electrical & Computer Engineering
PLC Advantages
• Lower Cost
– Increased technology makes it possible to
condense more functions into smaller and less
expensive packages.
– Now you can purchase a PLC with numerous
relays, timers, and counters, a sequencer, and
other functions for a few hundred dollars.
• Pilot Running
– A PLC programmed circuit can be evaluated in the
lab. The program can be typed in, tested,
observed, and modified if needed, saving valuable
factory time.
1-9
Dr. D. J. Jackson Lecture 1-17Electrical & Computer Engineering
PLC Advantages
• Visual Observation
– A PLC circuit's operation can be seen during
operation directly on a CRT screen.
– The operation or mis-operation of a circuit can be
observed as it happens.
– Logic paths light up on the screen as they are
energized.
– Troubleshooting can be done more quickly during
visual observation.
Dr. D. J. Jackson Lecture 1-18Electrical & Computer Engineering
PLC Advantages
• Ladder or Boolean Programming Method
– The PLC programming can be accomplished in the
ladder mode by an engineer, electrician or
possibly a technician. Alternatively, a PLC
programmer who works in digital or Boolean
control systems can also easily perform PLC
programming.
• Reliability and Maintainability
– Solid-state devices are more reliable, in general,
than mechanical systems or relays and timers.
Consequently, the control system maintenance
costs are low and downtime is minimal.
1-10
Dr. D. J. Jackson Lecture 1-19Electrical & Computer Engineering
PLC Advantages
• Documentation
– An immediate printout of the true PLC circuit is
available in minutes, if required.
– There is no need to look for the blueprint of the
circuit in remote files.
– The PLC prints out the actual circuit in operation
at a given moment.
– Often, the file prints for relay panels are not
properly kept up to date. A PLC printout is the
circuit at the present time; no wire tracing is
needed for verification.
Dr. D. J. Jackson Lecture 1-20Electrical & Computer Engineering
PLC Disadvantages
• Fixed Program Applications
– Some applications are single-function applications. It does
not pay to use a PLC that includes multiple programming
capabilities if they are not needed.
– Their operational sequence is seldom or never changed, so
the reprogramming available with the PLC would not be
necessary.
• Fail-Safe Operation
– In relay systems, the stop button electrically disconnects the
circuit; if the power fails, the system stops.
– This, of course, can be programmed into the PLC; however,
in some PLC programs, you may have to apply an input
voltage to cause a device to stop. These systems may not be
fail-safe.

More Related Content

What's hot

PLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTSPLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTSAkshay Dhole
 
Automationcontrol7
Automationcontrol7Automationcontrol7
Automationcontrol7liyanagek
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic ControllerShovon0
 
Rajkumar333
Rajkumar333Rajkumar333
Rajkumar333Raj D
 
PLC TRAINING
PLC TRAININGPLC TRAINING
PLC TRAININGNca Noida
 
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.Tahmid Rongon
 
Industry Automation with Programmable Logic Controller
Industry Automation with Programmable Logic ControllerIndustry Automation with Programmable Logic Controller
Industry Automation with Programmable Logic ControllerArifur Rahman
 
Mechatronics and the Injection Moulding Machine
Mechatronics and the Injection Moulding MachineMechatronics and the Injection Moulding Machine
Mechatronics and the Injection Moulding MachineNereus Fernandes
 
Plc presentation
Plc presentationPlc presentation
Plc presentationNits Sharma
 
PLC and Industrial Automation - Technology Overview
PLC and Industrial Automation - Technology OverviewPLC and Industrial Automation - Technology Overview
PLC and Industrial Automation - Technology OverviewNereus Fernandes
 
Hardware components_of_plc
Hardware components_of_plcHardware components_of_plc
Hardware components_of_plcShubham Chopde
 
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
 

What's hot (20)

Programmable logic controller
Programmable logic controllerProgrammable logic controller
Programmable logic controller
 
Sandeeprana
SandeepranaSandeeprana
Sandeeprana
 
PLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTSPLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTS
 
PL C
PL CPL C
PL C
 
Automationcontrol7
Automationcontrol7Automationcontrol7
Automationcontrol7
 
Introto pl cs
Introto pl csIntroto pl cs
Introto pl cs
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
 
Rajkumar333
Rajkumar333Rajkumar333
Rajkumar333
 
Dcs overview
Dcs overviewDcs overview
Dcs overview
 
PLC General
PLC   GeneralPLC   General
PLC General
 
PLC TRAINING
PLC TRAININGPLC TRAINING
PLC TRAINING
 
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.
 
Industry Automation with Programmable Logic Controller
Industry Automation with Programmable Logic ControllerIndustry Automation with Programmable Logic Controller
Industry Automation with Programmable Logic Controller
 
Mechatronics and the Injection Moulding Machine
Mechatronics and the Injection Moulding MachineMechatronics and the Injection Moulding Machine
Mechatronics and the Injection Moulding Machine
 
Plc presentation
Plc presentationPlc presentation
Plc presentation
 
PLC and Industrial Automation - Technology Overview
PLC and Industrial Automation - Technology OverviewPLC and Industrial Automation - Technology Overview
PLC and Industrial Automation - Technology Overview
 
Hardware components_of_plc
Hardware components_of_plcHardware components_of_plc
Hardware components_of_plc
 
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
 
P L C
P L CP L C
P L C
 
Part 2 What is PLC ?
Part 2 What is PLC ?Part 2 What is PLC ?
Part 2 What is PLC ?
 

Viewers also liked

Viewers also liked (12)

Lect10
Lect10Lect10
Lect10
 
Viruses by Disease Type
Viruses by Disease TypeViruses by Disease Type
Viruses by Disease Type
 
Viscometer 2
Viscometer 2Viscometer 2
Viscometer 2
 
Divorce
DivorceDivorce
Divorce
 
ISI Global Power Services
ISI Global Power ServicesISI Global Power Services
ISI Global Power Services
 
THEAPPLICATIONOFCOMPLEXTRAININGFORTHEDEVELOPMENTOFEXPLOSIVEPOWER
THEAPPLICATIONOFCOMPLEXTRAININGFORTHEDEVELOPMENTOFEXPLOSIVEPOWERTHEAPPLICATIONOFCOMPLEXTRAININGFORTHEDEVELOPMENTOFEXPLOSIVEPOWER
THEAPPLICATIONOFCOMPLEXTRAININGFORTHEDEVELOPMENTOFEXPLOSIVEPOWER
 
RM Interiors & Design SEO Recommendations
RM Interiors & Design SEO RecommendationsRM Interiors & Design SEO Recommendations
RM Interiors & Design SEO Recommendations
 
CV
CVCV
CV
 
Lect11
Lect11Lect11
Lect11
 
Lect05
Lect05Lect05
Lect05
 
Viscometer
ViscometerViscometer
Viscometer
 
RBI and Bayes' rule
RBI and Bayes' ruleRBI and Bayes' rule
RBI and Bayes' rule
 

Similar to Lect01

Introduction to PLC
Introduction to PLCIntroduction to PLC
Introduction to PLCVeerakumar S
 
PLC Introduction Details
PLC Introduction DetailsPLC Introduction Details
PLC Introduction Detailssuhaskhadake
 
L3 Programmable logic controller
L3 Programmable logic controllerL3 Programmable logic controller
L3 Programmable logic controllertaruian
 
Programming logic controllers (plc)
Programming  logic controllers (plc)Programming  logic controllers (plc)
Programming logic controllers (plc)Sudhir Reddy
 
Programmable Logic Controllers
Programmable Logic ControllersProgrammable Logic Controllers
Programmable Logic ControllersAnchit Walia
 
Programmable Logic Controller basic present.
Programmable Logic Controller basic present.Programmable Logic Controller basic present.
Programmable Logic Controller basic present.JesusMartinez162184
 
Burns Presantation
Burns PresantationBurns Presantation
Burns Presantationecburnsjr
 
Introduction to Programmable Logic Controllers (PLC's)
Introduction to Programmable Logic Controllers (PLC's)Introduction to Programmable Logic Controllers (PLC's)
Introduction to Programmable Logic Controllers (PLC's)morin moli
 
PLC: Introducción a controladores lógicos programables
PLC: Introducción a controladores lógicos programablesPLC: Introducción a controladores lógicos programables
PLC: Introducción a controladores lógicos programablesSANTIAGO PABLO ALBERTO
 
Introto plcs
Introto plcsIntroto plcs
Introto plcsddgopal
 
Basic Control System unit5
Basic Control System unit5Basic Control System unit5
Basic Control System unit5Asraf Malik
 

Similar to Lect01 (20)

lect 01 (1).pdf
lect 01 (1).pdflect 01 (1).pdf
lect 01 (1).pdf
 
Lectrue 1.pptx
Lectrue 1.pptxLectrue 1.pptx
Lectrue 1.pptx
 
Introduction to PLC
Introduction to PLCIntroduction to PLC
Introduction to PLC
 
PLC Introduction Details
PLC Introduction DetailsPLC Introduction Details
PLC Introduction Details
 
chapter 2 IE.pptx
chapter 2 IE.pptxchapter 2 IE.pptx
chapter 2 IE.pptx
 
L3 Programmable logic controller
L3 Programmable logic controllerL3 Programmable logic controller
L3 Programmable logic controller
 
Plc 131022133632-phpapp02
Plc 131022133632-phpapp02Plc 131022133632-phpapp02
Plc 131022133632-phpapp02
 
Programming logic controllers (plc)
Programming  logic controllers (plc)Programming  logic controllers (plc)
Programming logic controllers (plc)
 
Programmable Logic Controllers
Programmable Logic ControllersProgrammable Logic Controllers
Programmable Logic Controllers
 
Plc basics
Plc   basicsPlc   basics
Plc basics
 
Programmable Logic Controller basic present.
Programmable Logic Controller basic present.Programmable Logic Controller basic present.
Programmable Logic Controller basic present.
 
Burns Presantation
Burns PresantationBurns Presantation
Burns Presantation
 
ppt on PLC.pptx
ppt on  PLC.pptxppt on  PLC.pptx
ppt on PLC.pptx
 
plc-basics.pptx
plc-basics.pptxplc-basics.pptx
plc-basics.pptx
 
PLC
PLCPLC
PLC
 
Introduction to Programmable Logic Controllers (PLC's)
Introduction to Programmable Logic Controllers (PLC's)Introduction to Programmable Logic Controllers (PLC's)
Introduction to Programmable Logic Controllers (PLC's)
 
MUHAMMAD FIRDAUS.pdf
MUHAMMAD FIRDAUS.pdfMUHAMMAD FIRDAUS.pdf
MUHAMMAD FIRDAUS.pdf
 
PLC: Introducción a controladores lógicos programables
PLC: Introducción a controladores lógicos programablesPLC: Introducción a controladores lógicos programables
PLC: Introducción a controladores lógicos programables
 
Introto plcs
Introto plcsIntroto plcs
Introto plcs
 
Basic Control System unit5
Basic Control System unit5Basic Control System unit5
Basic Control System unit5
 

More from Abhishek Gupta (10)

Lect14
Lect14Lect14
Lect14
 
Lect13
Lect13Lect13
Lect13
 
Lect12
Lect12Lect12
Lect12
 
Lect09
Lect09Lect09
Lect09
 
Lect08
Lect08Lect08
Lect08
 
Lect07
Lect07Lect07
Lect07
 
Lect06
Lect06Lect06
Lect06
 
Lect04
Lect04Lect04
Lect04
 
Lect03
Lect03Lect03
Lect03
 
Lect02
Lect02Lect02
Lect02
 

Recently uploaded

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 

Recently uploaded (20)

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 

Lect01

  • 1. 1-1 Dr. D. J. Jackson Lecture 1-1Electrical & Computer Engineering Programmable Logic Controllers Introduction to PLCs Dr. D. J. Jackson Lecture 1-2Electrical & Computer Engineering Outline • Introduction • Definition and History of the PLC • Example PLCs • Overall PLC System • PLC Advantages and Disadvantages
  • 2. 1-2 Dr. D. J. Jackson Lecture 1-3Electrical & Computer Engineering Definition And History Of The PLC • A PLC is a user-friendly, microprocessor- based specialized computer that carries out control functions of many types and levels of complexity. • Its purpose is to monitor crucial process parameters and adjust process operations accordingly. • Used extensively because the PLC – Is easy to set up and program – Behaves predictably – Ruggedized Dr. D. J. Jackson Lecture 1-4Electrical & Computer Engineering Definition And History Of The PLC • It can be programmed (to a degree), controlled, and operated by a person unskilled in operating (programming) computers. • Essentially, a PLC's operator draws the lines and devices of ladder diagrams with a keyboard/mouse onto a display screen. • The resulting ladder diagram is converted into computer machine language and run as a program.
  • 3. 1-3 Dr. D. J. Jackson Lecture 1-5Electrical & Computer Engineering Example PLCs Allen-Bradley PLC5 Allen-Bradley SLC500 Allen-Bradley Micrologix Allen-Bradley Picocontroller Dr. D. J. Jackson Lecture 1-6Electrical & Computer Engineering PLC basics • Some PLCs are – integrated into a single unit (Picocontroller), – whereas others are modular (PLC5, SLC500) – The Micrologix product lies somewhere between the PLC5 and the Picocontroller • Integrated PLCs are sometimes called brick PLCs because of their small size – These PLCs have embedded I/O (i.e. the I/O is a part of the same unit as the controller itself) – Modular PLCs have extended I/O
  • 4. 1-4 Dr. D. J. Jackson Lecture 1-7Electrical & Computer Engineering Components in a PLC system • CPU module, containing the processor and memory • Input and output modules, to allow the PLC to read sensors and control actuators – A wide variety of types are available • Power supply for the PLC, and often sensors and low power actuators connected to I/O modules • A rack or bus so the PLC can exchange data with I/O modules Dr. D. J. Jackson Lecture 1-8Electrical & Computer Engineering PLC in a automated system Power Supply CPU Module (PLC) Digital Input Module Digital Output Module Analog Input Module Analog Output Module Programming unit Network Digital sensors (limit switches, proximity sensors) Digital actuators (pneumatic valves, Indicator lamps) Analog sensors (temperature, pressure sensors) Analog actuators (motors, etc.)
  • 5. 1-5 Dr. D. J. Jackson Lecture 1-9Electrical & Computer Engineering Additional PLC components • A programming unit is necessary to create, edit and download a user program to the PLC • Additional components can include: – Network interfaces: to allow PLCs to function in a networked environment – Communication adapters for remote I/O devices: so I/O devices do not have to be physically close to the CPU module – Operator interface devices: allow monitoring and/or data entry by operators Dr. D. J. Jackson Lecture 1-10Electrical & Computer Engineering Definition And History Of The PLC • The PLC takes the place of much of the external wiring required for control of a process. – http://www.xl-technology.com/control-upgrades.html • The PLC will operate any system that has output devices that go on and off (known as discrete, or digital, outputs). • It can also operate any system with variable (analog) outputs. • The PLC can be operated on the input side by on-off devices (discrete, or digital) or by variable (analog) input devices.
  • 6. 1-6 Dr. D. J. Jackson Lecture 1-11Electrical & Computer Engineering Definition And History Of The PLC • The first PLC systems evolved from conventional computers in the late 1960s and early 1970s. – These first PLCs were installed primarily in automotive plants. • Traditionally, the auto plants had to be shut down for up to a month at model changeover time. • The early PLCs were used along with other new automation techniques to shorten the changeover time. Dr. D. J. Jackson Lecture 1-12Electrical & Computer Engineering Definition And History Of The PLC • One of the major time-consuming changeover procedures had been the wiring of new or revised relay and control panels. • The PLC keyboard reprogramming procedure replaced the rewiring of a panel full of wires, relays, timers, and other components. • The new PLCs helped reduce changeover time to a matter of a few days.
  • 7. 1-7 Dr. D. J. Jackson Lecture 1-13Electrical & Computer Engineering PLC Advantages • Flexibility – In the past, each different electronically controlled production machine required its own controller; 15 machines might require 15 different controllers. – Now it is possible to use just one model of a PLC to run any one of the 15 machines. – Furthermore, you would probably need fewer than 15 controllers, because one PLC can easily run many machines. – Each of the 15 machines under PLC control would have its own distinct program (or a portion of one running program). Dr. D. J. Jackson Lecture 1-14Electrical & Computer Engineering PLC Advantages • Implementing Changes and Correcting Errors – With a wired relay-type panel, any program alterations require time for rewiring of panels and devices. – When a PLC program circuit or sequence design change is made, the PLC program can be changed from a keyboard sequence in a matter of minutes. – No rewiring is required for a PLC-controlled system. – Also, if a programming error has to be corrected in a PLC control ladder diagram, a change can be typed in quickly.
  • 8. 1-8 Dr. D. J. Jackson Lecture 1-15Electrical & Computer Engineering PLC Advantages • Large Quantities of Contacts – The PLC has a large number of contacts for each coil available in its programming. – Suppose that a panel-wired relay has four contacts and all are in use when a design change requiring three more contacts is made. • Time would have to be taken to procure and install a new relay or relay contact block. – Using a PLC, however, only three more contacts would be typed in. • Contacts are now a “software” component Dr. D. J. Jackson Lecture 1-16Electrical & Computer Engineering PLC Advantages • Lower Cost – Increased technology makes it possible to condense more functions into smaller and less expensive packages. – Now you can purchase a PLC with numerous relays, timers, and counters, a sequencer, and other functions for a few hundred dollars. • Pilot Running – A PLC programmed circuit can be evaluated in the lab. The program can be typed in, tested, observed, and modified if needed, saving valuable factory time.
  • 9. 1-9 Dr. D. J. Jackson Lecture 1-17Electrical & Computer Engineering PLC Advantages • Visual Observation – A PLC circuit's operation can be seen during operation directly on a CRT screen. – The operation or mis-operation of a circuit can be observed as it happens. – Logic paths light up on the screen as they are energized. – Troubleshooting can be done more quickly during visual observation. Dr. D. J. Jackson Lecture 1-18Electrical & Computer Engineering PLC Advantages • Ladder or Boolean Programming Method – The PLC programming can be accomplished in the ladder mode by an engineer, electrician or possibly a technician. Alternatively, a PLC programmer who works in digital or Boolean control systems can also easily perform PLC programming. • Reliability and Maintainability – Solid-state devices are more reliable, in general, than mechanical systems or relays and timers. Consequently, the control system maintenance costs are low and downtime is minimal.
  • 10. 1-10 Dr. D. J. Jackson Lecture 1-19Electrical & Computer Engineering PLC Advantages • Documentation – An immediate printout of the true PLC circuit is available in minutes, if required. – There is no need to look for the blueprint of the circuit in remote files. – The PLC prints out the actual circuit in operation at a given moment. – Often, the file prints for relay panels are not properly kept up to date. A PLC printout is the circuit at the present time; no wire tracing is needed for verification. Dr. D. J. Jackson Lecture 1-20Electrical & Computer Engineering PLC Disadvantages • Fixed Program Applications – Some applications are single-function applications. It does not pay to use a PLC that includes multiple programming capabilities if they are not needed. – Their operational sequence is seldom or never changed, so the reprogramming available with the PLC would not be necessary. • Fail-Safe Operation – In relay systems, the stop button electrically disconnects the circuit; if the power fails, the system stops. – This, of course, can be programmed into the PLC; however, in some PLC programs, you may have to apply an input voltage to cause a device to stop. These systems may not be fail-safe.