PLC: Programmable Logical Controller

Slides:



Advertisements
Similar presentations
Applications of PICs Advantages/disadvantages Digital and analogue control Loops, sub-routines, scanning, counting and feedback Interrupts Problems with.
Advertisements

Programming with Ladder Logic
Unit 7 Discrete Controllers
PLC - Introduction What does PLC stand for?
HYDRAULICS & PNEUMATICS
Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
Programmable Logic Controller PLC
Industrial Automation and Control
4/24/05 BAE Motor Control PLCs and Ladder Logic An Introduction.
Switchgears Control Using SCADA System Based on PLC
1 The University of Jordan Mechatronics Engineering Department PLC: Programmable Logical Controller.
Introduction To Programmable Logic Controllers
Lecture 7: PLC: Review Questions
PLC OPERATION & PROGRAMMING Dr. ONUR TOKER. What is a PLC ? PLC is a computer system controlling a process. inputs - the keyboard is analogous to a proximity.
PLC Fundamentals Module 2: Hardware and Terminology.
Module 2: Hardware and Terminology
PLC: Programmable Logical Controller
TRTS Team-6))EET-EL-5 15/5/ – Ibrahim Hamdy 219 – Salman Hassan About : PLC ( LOGO ) With Mr.Klaus Koevener.
PROGRAMMABLE LOGIC CONTROLLER (PLC) AND AUTOMATION
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.
PLC Based sequential batch process CONTROL system
Logic Functions and Symbols
Introduction to PLC by Dr. Amin Danial Asham.
Operational Rule for Programming Programmable Logic Controllers.
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)
1 RLL: Relay Ladder Logic CONTENTS 1. PLC operation 2. PLC programming 3. Ladder logic 4. Memory and gates.
CHAPTER 2 TYPES OF CONTROLLER BY: Salsabila Ahmad.
DPCL Solid State Device Discrete Control Lecture.
PROGRAMMABLE LOGIC CONTROLLER
Programmable Logic Controller
Seminar on "PLC” (Programmable Logic Controller)
Fluid Power Control.
Chapter I: Introduction to Computer Science. Computer: is a machine that accepts input data, processes the data and creates output data. This is a specific-purpose.
Programmable Logic Controller (PLC) - Hardware and Software Lecture 12.
Lesson 1 PLC BASICS. PLC Definition  Programmable Logic Controllers are industrial computers that control machine and other applications.  PLC have.
Discrete Control Logic
PLC BASED AUTOMATIC WATER FILLING SYSTEM
Lesson 1.C PLC PROGRAMMING.
LG PLC COURSE Beginner Prepared by : -Hossam Mohammed -Ramdan said
Programmable Logic Controllers
Module 1: Introduction to PLC
PLC Terminology and Application
PRESENTATION ON AUTOMATION,PLC AND SCADA
INTRODUCTION TO PLC.
How SCADA Systems Work?.
The Programmable Logic Controller
Programmable control systems
PLC based automated coal crushing and conveyor system
CHAPTER 2 TERMINOLOGY.
Session III Architecture of PLC
IENG 475: Computer-Controlled Manufacturing Systems
Industrial Electronics
Programmable Logic Controllers (PLCs) An Overview.
Industrial Electronics
8.0 Programmable Logic Controllers 1
PLC / SCADA / HMI Controllers: Name : Muhammad Zunair Comsats University Date: 28-October-2018.
Input > Process > Output
ACOE347 – Data Acquisition and Automation Systems
DMT 353/3 – Programmable Logic Controller (PLC)
Presentation transcript:

PLC: Programmable Logical Controller The University of Jordan Mechatronics Engineering Department PLC: Programmable Logical Controller

PLC: Programmable Logical Controller CONTENTS 1. What is PLC 2. Electrical Ladder Logic Diagrams 3. Software Ladder Logic Diagrams 4. PLC Implementation 5. An example

1. PLC - Introduction What does PLC stand for? PLC - programmable logic controller PLC implements logic control functions by means of a program

1. PLC - Introduction PLC Features

1. PLC - Introduction PLC Features

1. PLC - Introduction PLC application example 1: Gate Control PLC can sense a vehicle at the entrance or exit, and open and close the gate automatically The current vehicle count is easily determined by programming a simple counter

1. PLC - Introduction PLC 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

Other Examples First-in priority circuit Entry/exit car park control Product mass packaging Daily production record Water-level monitoring Automatic liquid-mixing control Automatic coffee maker Automatic toilette flushing control system Food and beverage industry Textile industry, etc..

Comparing traditional and programmable control systems - 1 1. PLC - Introduction Comparing traditional and programmable control systems - 1 lecture note 9 PLC

Comparing traditional and programmable control systems - 2 1. PLC - Introduction Comparing traditional and programmable control systems - 2 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 to change program than wiring!

1. PLC - Introduction How does a PLC differ from a computer? A computer is optimized for calculation and display tasks A computer is programmed by specialists A PLC is designed for (logic) control and regulating tasks A PLC is programmed by non-specialists A PLC is well adapted to industrial environment

1. PLC - Introduction Why are PLCs so common? They are cost-effective They are flexible, reliable and compact They have significant advantages over traditional control systems based on relay or pneumatics

1. PLC - Introduction Where are PLCs used? In every industry where automation is involved, from individual machines to whole processes

1. PLC - Introduction What tasks do PLCs perform? The logic control tasks such as interlocking, sequencing, timing and counting (previously undertaken with relays or pneumatics) In addition, PLCs can perform a variety of calculation, communication and monitoring tasks

1. PLC - Introduction PLC Example Outputs & Power Supply Communication Ports (RS-485) Inputs

1. PLC - Introduction Structure of a PLC lecture note 9 PLC

1. PLC - Introduction The PLC processor

PLC Input/Output Devices 1. PLC - Introduction PLC Input/Output Devices

1. PLC - Introduction PLC Input Devices Push buttons Switches (limit switches, level switches, etc.) Sensors ...

1. PLC - Introduction PLC Output Devices Relay contacts Solenoid valves Signal devices (such as lamps, alarms, etc.) Motors ...

1. PLC - Introduction Programming terminal

1. PLC - Introduction PLC Programming Programming is done through programming terminal Programming terminal translates engineering language (logic control) to machine language (binary code)

1. PLC - Introduction Programming through standard computer Most PLC manufacturers offer software packages that allow a standard computer to be used as a programming terminal

Programming through standard computer 1. PLC - Introduction Programming through standard computer

1. PLC - Introduction Relating the program to inputs and outputs The CPU reads the data from the inputs The program in the CPU uses the inputs to evaluate the control logic. As the program runs, the CPU updates the data The CPU writes the data to the output

Relating the program to inputs and outputs 1. PLC - Introduction Relating the program to inputs and outputs lecture note 9 PLC

1. PLC - Introduction Data Flow in the PLC

1. PLC - Introduction PLC Programming One of the advantages of PLC is that it can be programmed by non-specialists Program can be written either in the form of a statement list: a set of mnemonic instructions representing a function of the CPU or a ladder diagram: a graphical language resembling the electrical relay diagrams

1. PLC - Introduction Statement List

1. PLC - Introduction Ladder Diagram