PROGRAMMABLE LOGIC CONTROLLER

Slides:



Advertisements
Similar presentations
Manufacturing Laboratory (21-410)
Advertisements

Unit 7 Discrete Controllers
PLC - Introduction What does PLC stand for?
Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
Basic PLC 1.
Programmable Logic Controllers
EUT 1040 Lecture 10: Programmable Logic Controllers.
Advantages of PLCs Cost effective for controlling complex systems. Flexible and can be reapplied to control other systems quickly and easily. Computational.
Chapter 6 Introduction to Logic.
1 The University of Jordan Mechatronics Engineering Department PLC: Programmable Logical Controller.
Introduction To Programmable Logic Controllers
Programmable Logic Controllers ( Definition according to NEMA standard ICS3-1978) 4/19/2017 A digitally operating electronic apparatus which uses a programming.
 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.
Industrial Electronics
Programmable Logic Controller
Lecture 4: Programmable logic Controllers
Programmable Logic Controller Internal Operations
Chapter 8 Output Modules.
PLC Fundamentals Module 2: Hardware and Terminology.
Module 2: Hardware and Terminology
PLC: Programmable Logical Controller
Industrial Electronic Control
PROGRAMMABLE LOGIC CONTROLLER (PLC) AND AUTOMATION
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.
Chapter 10 PLC Processors.
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)
Definition of PLC A digitally operating electronic apparatus which uses a programming memory for the internal storage of instructions for implementing.
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.
©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.
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,
Turbine Crane CRANES TURBINE NEA39. Turbine Crane PLANT STATUS! PV Daily Status Report.
Chapter 10 Advanced Programming, PLC Interfacing, and Troubleshooting
Definition of PLC A digitally operating electronic apparatus which uses a programming memory for the internal storage of instructions for implementing.
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)
BASIC STRUCTURE OF PLC.
PLC programming Part 1: Structure and operation. Topics  Evolution of logic controller devices  Leading PLC manufacturers around the world  PLC architecture.
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.
Programmable Logic Controller
Lesson 1 PLC BASICS. PLC Definition  Programmable Logic Controllers are industrial computers that control machine and other applications.  PLC have.
PLC: Programmable Logical Controller
CHAPTER 2 TERMINOLOGY.
Session III Architecture of PLC
Programmable Logic Controllers (PLCs) An Overview.
PLC BASICS Prepared by Alka Kalra 1.
Programmable Logic Controllers
Basic PLC 1.
DET 214/3 PROGRAMMABLE LOGIC CONTROLLER
ACOE347 – Data Acquisition and Automation Systems
DMT 353/3 – Programmable Logic Controller (PLC)
Presentation transcript:

PROGRAMMABLE LOGIC CONTROLLER

Contents Introduction of plc History of plc Major components of PLC PLC operation Types of plc Advantages and disadvantages of plc Application of plc

Introduction to PLC A digitally operating electronic apparatus which uses a programming memory for the internal storage of instructions for implementing specific functions such as logic, sequencing, timing, counting and arithmetic to control through digital or analog modules, various types of machines or process.

History and Origin Developed to replace relays in the late 1960s PLC began in the 1970s, and has become the most common choice for manufacturing controls. The PLC was invented in response to the needs of the American automotive manufacturing industry (primarily General motors). Costs dropped and became popular by 1980s Now used in many industrial designs

Major Component of a PLC POWER SUPPLY I M N O P D U U T L E O M U O T D P U U L T E PROCESSOR From SENSORS Pushbuttons, contacts, limit switches, etc. To OUTPUT Solenoids, contactors, alarms etc.

Major Components of a PLC POWER SUPPLY Provides the voltage needed to run the primary PLC components I/O MODULES Provides signal conversion and isolation between the internal logic- level signals inside the PLC and the field’s high level signal.

Major Components of a PLC PROCESSOR Provides intelligence to command and govern the activities of the entire PLC systems. PROGRAMMING DEVICE used to enter the desired program that will determine the sequence of operation and control of process equipment or driven machine.

I/O Module The I/O interface section of a PLC connects it to external field devices. The main purpose of the I/O interface is to condition the various signals received from or sent to the external input and output devices. Input modules converts signals from discrete or analog input devices to logic levels acceptable to PLC’s processor. Output modules converts signal from the processor to levels capable of driving the connected discrete or analog output devices.

Basic PLC OUTPUTS INPUTS MOTOR CONTACTOR PUSHBUTTONS PLC LAMP

PROCESSOR The processor module contains the PLC’s microprocessor, its supporting circuitry, and its memory system. The main function of the microprocessor is to analyze data coming from field sensors through input modules, make decisions based on the user’s defined control program and return signal back through output modules to the field devices. Field sensors: switches, flow, level, pressure, temp. transmitters, etc. Field output devices: motors, valves, solenoids, lamps, or audible devices.

PLC Operations Basic Function of a Typical PLC Read all field input devices via the input interfaces, execute the user program stored in application memory, then, based on whatever control scheme has been programmed by the user, turn the field output devices on or off, or perform whatever control is necessary for the process application. This process of sequentially reading the inputs, executing the program in memory, and updating the outputs is known as scanning.

While the PLC is running, the scanning process includes the following four phases, which are repeated continuously as individual cycles of operation: PHASE 1 Read Inputs Scan PHASE 2 Program Execution PHASE 3 Diagnostics/ Comm PHASE 4 Output Scan

PHASE 1 – Input Status scan A PLC scan cycle begins with the CPU reading the status of its inputs. 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 Size 1. SMALL - it covers units with up to 128 I/O’s and memories up to 2 Kbytes. - these PLC’s are capable of providing simple to advance levels or machine controls. 2. MEDIUM - have up to 2048 I/O’s and memories up to 32 Kbytes. 3. LARGE - the most sophisticated units of the PLC family. They have up to 8192 I/O’s and memories up to 750 Kbytes. - can control individual production processes or entire plant. 15

Types of PLC construction Compact PLC Modular PLC Manufacturer: Honeywell, OMRON, Allen Bradley, Mitsubishi, NAIS, Siemens, Toshiba, Festo etc.

PROGRMMING Normally Open (NO) Normally Closed (NC) Power flows through these contacts when they are closed. The normally open (NO) is true when the input or output status bit controlling the contact is 1. The normally closed (NC) is true when the input or output status bit controlling the contact is 0.

AND OPERATION C A B Rung Each rung or network on a ladder program represents a logic operation. In the rung above, both inputs A and B must be true (1) in order for the output C to be true (1).

OR OPERATION C A Rung B In the rung above, it can be seen that either input A or B is be true (1), or both are true, then the output C is true (1).

NOT OPERATION C A Rung In the rung above, it can be seen that if input A is be true (1), then the output C is true (0) or when A is (0), output C is 1.

Advantages of PLC’s Less wiring. Wiring between devices and relay contacts are done in the PLC program. Easier and faster to make changes. Trouble shooting aids make programming easier and reduce downtime. Reliable components make these likely to operate for years before failure.

Features of ML-50 plc ML50 series is extremely compact providing both powerful functions and performance The dual combination of Compactness & Performance . High-speed processing and system capability. 60ns/Step processing speed and floating-point arithmetic with on-board CPU Max. 7 expansion modules, Max. 480 I/O point control: PLC systems for Low-to-Mid level applications. Easy & Convenient Batteryless back-up.

Disadvantages Too much work required in connecting wires. Difficulty with changes or replacements. Difficulty in finding errors; requiring skillful work force.

Areas of Applications Manufacturing / Machining Food / Beverage Metals Power Mining Petrochemical / Chemical

LEADING BRANDS OF PLC’S Honeywell Allen Bradley Gould Modicon Texas Instruments Omron Fanuc Mitsubishi Siemens Festo Telemechanique Toshiba

THANK YOU Any Questions???