Seminar on "PLC” (Programmable Logic 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

Unit 7 Discrete Controllers
Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
Programmable Logic Controller PLC
4/24/05 BAE Motor Control PLCs and Ladder Logic An Introduction.
Ladder Logic PLC Programs are made up of combinations of AND; OR; NAND; NOR; and other gates, along with timers, inputs, outputs, counters, comparators,
5/18/2015IENG 475: Computer-Controlled Manufacturing Systems 1 IENG Lecture 13 Logic Diagramming & Introduction to Programmable Logic Controllers.
Switchgears Control Using SCADA System Based on PLC
PLC: Software, Applications Jason Cardell November 21, 2014.
1 The University of Jordan Mechatronics Engineering Department PLC: Programmable Logical Controller.
Introduction To Programmable Logic Controllers
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.
Programmable Logic Controller
Programmable Logic Controllers (PLCs) This course deals with PLCs, Programmable Logic Controllers. PLCs are the industrial computer/controllers that are.
Lecture 4: Programmable logic Controllers
PLC: Programmable Logical Controller
Industrial Electronic Control
Use of Multimedia in Engineering. Mechatronics engineering is based on the combination from three basic engineering field that is mechaninal, electronics.
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
Hall C’s HMS PLC Controls by Steven Lassiter. What Constituents a PLC System PLC (processors) Programming. I/O modules. Field Device Signals (sometimes.
ECE 4951 Lecture 1: Programmable Logic Controllers.
Programmable logic control Data Processing Computer System Key Board Light Pen Mouse PLC a Process Control Computer System Motion Sensor Sound Sensor.
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.
Memory Layout and SLC500™ System Addresses. Processor Memory Division An SLC 500 processor's memory is divided into two storage areas. Like two drawers.
Memory Layout and SLC500 System Addresses. Processor Memory Division An SLC 500 processor's memory is divided into two storage areas. Like two drawers.
Control Technology and Automation
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
PLCs were invented in answer to the needs of the automobile industry, and were introduced in the late 1960’s. They were designed to take the place of older,
Implementing software in IEC Languages in IEC IEC uses the following languages Instruction List – Assembly level programming using.
CHAPTER 2: TYPES OF CONTROLLER
Logic Functions and Symbols
Introduction to PLC by Dr. Amin Danial Asham.
Programmable Logic Controller. Introduction to PLC  A programmable logic controller (PLC) is a digital computer used for automation of electromechanical.
Programmable Logic Controller (PLC)
PLC PROGRAMMING.
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.
PROGRAMMABLE LOGIC CONTROLLER
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
Actuators and Control, Part 4 Grant Agreement No LLP UK-LEONARDO-LMP Project acronym: CLEM Project title: Cloud services for E-Learning.
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.
Lesson 1.C PLC PROGRAMMING.
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.
PRESENTATION ON AUTOMATION,PLC AND SCADA
PLC: Programmable Logical Controller
Programmable control systems
Micro computer based process control
Session III Architecture of PLC
PLC’s programmable logic Control
IENG 475: Computer-Controlled Manufacturing Systems
Programmable Logic Controllers (PLCs) An Overview.
Industrial Electronics
8.0 Programmable Logic Controllers 1
ACOE347 – Data Acquisition and Automation Systems
DMT 353/3 – Programmable Logic Controller (PLC)
IENG 475: Computer-Controlled Manufacturing Systems Logic Diagrams
Presentation transcript:

Seminar on "PLC” (Programmable Logic Controller) Presented By: ROHIT GUPTA 0705232018

What is PLC? PLC is a digital computer designed for multiple inputs and output arrangements, extended temperature ranges, immunity to electrical noise, and resistance to vibration and impact. A PLC is an example of a real time system

History of PLC First Programmable Logic Controllers was designed and developed by Modicon as a relay replacer for General Motors. The first PLC, model name 084, was invented by Morley in 1969 who is considered to be the "father" of the PLC. The first commercial successful PLC, the 184, was introduced in 1973 which was designed by Michael Greenberg.

PLC Hardware 1) Central Processing Unit (CPU) 2) Memory 3) Input modules 4) Output modules 5) Power supply 6) I/O Bus

General PLC architecture Programming device Power Supply CPU Memory I/O Bus I/O System Module Output Devices Input Devices

PLC operation sequence 1) Self test: Testing of its own hardware and software for faults. 2)Input scan: If there are no problems, PLC will copy all the inputs and copy their values into memory. 3)Logic solve/scan: Using inputs, the ladder logic program is solved once and outputs are updated. 4)Output scan: While solving logic the output values are updated only in memory when ladder scan is done, the outputs will be updated using temporary values in memory.

Block diagram of a PLC LEDs Outputs Inputs

Programming Languages of PLC IEC 61131-3 currently defines five programming languages for PLCs 1) Functional Block Diagram 2) Ladder Logic 3) Structured Text similar to the Pascal Programming language 4) Instruction List similar to Assembly language 5) Sequential Function Chart

Ladder Logic The ladder logic is the oldest programming language for PLC. It is well suited to express Combinational logic The main ladder logic symbols represent the elements: make contact break contact relay coil

Basic gates A Y Y B A B AAND Gate OR Gate A B Logic(Y) OFF ON A B

NOR Gate NAND Gate A B Logic(Y) OFF ON A B Logic(Y) OFF ON A Y A B Y B

Ladder Logic Program for Start/Stop of Motor : Programming Example: Ladder Logic Program for Start/Stop of Motor :   X1 X2 Y1 Y1

Programming PLC:

Starting of Motor:

Continuous Running of motor when Start Button is released:

To Stop the Motor :

Advantages of PLCs: Reliability. Flexibility in programming and reprogramming. Cost effective for controlling complex systems. Small physical size, shorter project time. High speed of operation. Ability to communicate with computer systems in the plant. Ease of maintenance /troubleshooting. Reduced space. Energy saving.

Disadvantages of PLCs PLC devices are proprietary. Fixed Circuit Operations. PLCs manufacturers offer only closed architectures.

Applications: Wherever automation is desired the PLCs are best suited to meet the task. Few examples of industries where PLCs are used : 1) Robots manufacturing and control 2) Car park control 3) Train control station system 4) Food processing 5) Materials handling 6)Machine tools 7)Conveyer system etc.

Thank You