PLC: Programmable Logical Controller

Slides:



Advertisements
Similar presentations
What is a Programmable Logic Controller (PLC) ?
Advertisements

Unit 7 Discrete Controllers
PLC - Introduction What does PLC stand for?
HYDRAULICS & PNEUMATICS
In this presentation you will:
Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
Industrial Automation and Control
1 The University of Jordan Mechatronics Engineering Department PLC: Programmable Logical Controller.
Introduction To Programmable Logic Controllers
Programmable Logic Controllers Mary Holleboom ENGR 315 Dec. 5, 2001.
Programmable Logic Controllers ( Definition according to NEMA standard ICS3-1978) 4/19/2017 A digitally operating electronic apparatus which uses a programming.
PROGRAMMABLE LOGIC CONTROLLERS PLC’S
 A system consisting of a number of remote terminal units (or RTUs) collecting field data connected back to a master station via a communications system.
PROGRAMMABLE LOGIC CONTROLLER.
Programmable Logic Controller
Programmable Logic Controller Internal Operations
Chapter 8 Output Modules.
PLC Fundamentals Module 2: Hardware and Terminology.
Module 2: Hardware and Terminology
Distributed Control Systems Emad Ali Chemical Engineering Department King SAUD University.
Industrial Electronic Control
PROGRAMMABLE LOGIC CONTROLLER (PLC) AND AUTOMATION
Hall C’s HMS PLC Controls by Steven Lassiter. What Constituents a PLC System PLC (processors) Programming. I/O modules. Field Device Signals (sometimes.
Electro-Pneumatics Module 1
SCADA and Telemetry Presented By:.
Programmable logic control Data Processing Computer System Key Board Light Pen Mouse PLC a Process Control Computer System Motion Sensor Sound Sensor.
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
1 FUNDAMENTOS DEL CONTROLADOR PROGRAMABLE. 2 ¿QUE ES UN CONTROLADOR PROGRAMABLE? PROGRAMMABLE CONTROLLER ENTRADAS A solid state device that controls output.
Programmable Logic Controller (PLC) - Introduction
PLC introduction1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.
PLC: Programmable Logical Controller
Module 1: Introduction to PLC
Programmable Logic Controller (PLC)
Welcome to the World of Programmable Logic Controllers
Copyright © 2002 Delmar Thomson Learning Chapter 1 Welcome to the World of Programmable Logic Controllers.
 AUTOMATION  PLC  SCADA  INSTRUMENTATION  DRIVES & MOTORS.
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
INTRODUCTION TO PROGRAMMABLELOGICCONTROL. PROGRAMMABLE LOGIC CONTROL (PLC): “ A digital electronic device that uses a programmable memory to store instructions.
CHAPTER 2: TYPES OF CONTROLLER
Introduction to PLC by Dr. Amin Danial Asham.
Programmable Logic Controller (PLC)
PROGRAMMABLE LOGICAL CONTROLLER (PLC) PRESENTED BY:- Mrs. Bindu Thakral And Jaidev Singh.
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
DPCL Solid State Device Discrete Control Lecture.
BASIC STRUCTURE OF PLC.
PROGRAMMABLE LOGIC CONTROLLER
Actuators and Control, Part 5 Grant Agreement No LLP UK-LEONARDO-LMP Project acronym: CLEM Project title: Cloud services for E-Learning.
PROGRAMMABLE LOGIC CONTROLLER. Control Systems Types  Programmable Logic Controllers  Distributed Control System  PC- Based Controls.
SEMINAR ON P.L.C. SUBMITTED BY HRIDAY MUKHERJEE AMIT DEBNATH SOMNATH SHIL
Programmable Logic Controller & Distributed Control System Yoon-Je Choi 17 th June 2006.
Presentation On Project Work Automatic bottle filling system using PLC
Seminar on "PLC” (Programmable Logic Controller)
Lesson 1 PLC BASICS. PLC Definition  Programmable Logic Controllers are industrial computers that control machine and other applications.  PLC have.
Module 1: Introduction to PLC
UNICOS: UNified Industrial COntrol System CPC (Continuous Process Control) Basic course SESSION 3: PLC basics UCPC 6 UNICOS-Continuous Process Control.
PLC Terminology and Application
PRESENTATION ON AUTOMATION,PLC AND SCADA
PLC: Programmable Logical Controller
The Programmable Logic Controller
CHAPTER 2 TERMINOLOGY.
Session III Architecture of PLC
PLC’s programmable logic Control
Programmable Logic Controllers (PLCs) An Overview.
PROGRAMMABLE LOGIC CONTROLLERS
Instrumentation and control
DET 214/3 PROGRAMMABLE LOGIC CONTROLLER
ACOE347 – Data Acquisition and Automation Systems
DMT 353/3 – Programmable Logic Controller (PLC)
Presentation transcript:

PLC: Programmable Logical Controller CONTENTS 1. What is a PLC ? 2. Application examples 3. Inputs, Outputs and Commercial PLCs 4. Structure and Operating cycle of a PLC 5. How to choose a PLC ?

What is a PLC? Inputs Outputs PLC PLC - Programmable Logic Controller متحكم منطقي مبرمج A PLC is a digital (discrete) control system that continuously monitors the status of devices connected as inputs. Based upon a user written program, stored in memory, it controls the status of devices connected as outputs.

Schematic of a PLC Outputs & Power Supply Communication Ports (RS-485) Inputs

What are inputs? Switches and Push buttons Sensing Devices Limit Switches Photoelectric Sensors Proximity Sensors Condition Sensors Pressure Switches Level Switches Temperature Switches Vacuum Switches Float Switches Encoders

What are outputs? Valves Motor Starters Solenoids Actuators Control Relays Horns & Alarms Stack Lights Fans Counter/Totalizer Pumps Printers

Commercially Available PLC’s A variety of PLCs are available on the market. Siemens Simatic PLCs Allen Bradley (AB) part of Rockwell Automation Modicon TSX PLCs …

Siemens Simatic Eng. R. L. Nkumbwa @ CBU 2010

Allen Bradley

Modicon

An application example 1: Gate Control PLC can: Sense a vehicle at the entrance or exit Open and close the gate automatically Vehicle count is easily determined by programming a simple counter

An application example 2: Conveyor System PLC can be used to start/stop latching logic for motor control Counters can be used for monitoring product amounts

An application example 3: Electric Drive (Motor) Control 2 push button switches (Start/Stop) are used to switch the motor on/off. These switches are connected to the PLC using 2 discrete inputs. One of the output ports (discrete output) of the PLC is used to switch the motor starter on/off, which will start/stop the electric motor.

Modern installations: Why PLCs? Old installations: Wired relay logic Modern installations: Programmed logic

Comparing traditional and programmable control systems

Comparing traditional and programmable control systems In traditional control, the switches S1, S2 and S3 must close for K1 to be turned on - the wiring makes the rule In PLC systems, the program is written to perform the logic “when S1 is closed AND S2 is closed AND S3 is closed, THEN turn on K1” - the program makes the rule It is Much simpler (complexity) Much easier (difficulty) Much more reliable (fault free) Much more effective (cost and time ) to change program then wiring!

How does a PLC differ from a computer? A computer is optimized for calculation and display tasks A computer is more user focused and user friendly Not necessarily real time A PLC is more task/process oriented A PLC is designed for (logic) control and regulation tasks A PLC has to operate in real time A PLC is well adapted to industrial environment

Advantages of PLCs PLCs have significant advantages over traditional control systems based on relay or pneumatics They are cost-effective They are flexible, reliable and compact Can be used in every industry where automation is involved, from individual machines to whole processes

What tasks do PLCs perform? Logic control tasks: interlocking, sequencing, timing and counting (previously undertaken with relays or pneumatics) A variety of calculation, communication and monitoring tasks

Structure of a PLC

Structure of a PLC Analog Input Ouput Networking module Modem

PLC main component: the processor

PLC Operating Cycle: the scanning method An “Executive” program tells the PLC to: Input Scan  Scan the state of the Inputs Program Scan  Processes the program logic Output Scan  Activate/de-activate the outputs Housekeeping  This step includes communications, Internal Diagnostics, etc. The steps are continually repeated - processed in a loop This program is stored in “non volatile” memory meaning that the program will not be lost if power is removed

Data Flow in the PLC

What you need to know when specifying a PLC Quantity, Type and Location of I/O Number of Inputs and output points AC or DC voltage Analog or Discrete Concentrated or spread out (distributed) Communication Requirements Protocol/Network used Devices to communicate with (HMI, other PLCs, etc) Speed of Application Response time required (throughput) of the system How fast does the process change

What you need to know when specifying a PLC Control Architecture Philosophy Centralized Control, Distributed Control or combination Redundancy - CPUs, Power Supplies, etc Programming Software IEC vs. 984 Installed base / what is currently being used User Logic Size and complexity of Program Feedback control used etc.