Manisha Goel, Lecturer, EE Deptt Govt. Polytechnic Manesar

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
Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
Programmable Logic Controller PLC
Elec467 Power Machines & Transformers
4/24/05 BAE Motor Control PLCs and Ladder Logic An Introduction.
EUT 1040 Lecture 10: Programmable Logic Controllers.
5/18/2015IENG 475: Computer-Controlled Manufacturing Systems 1 IENG Lecture 13 Logic Diagramming & Introduction to Programmable Logic Controllers.
FUNCTION OF OUTPUT CONTROLLER AND APPLICATION
Railway Foundation Electronic, Electrical and Processor Engineering.
EUT 1040 PLC Timers and Motor Protection. Industrial Communications RS-422 (EIA 422): Asynchronous Serial Communications, similar in many respects to.
Lecture 4: Programmable logic Controllers
MEASUREMENTS and CONTROL LAB
ECE 4951 Lecture 1: Programmable Logic Controllers.
Programmable Logic Controller (PLC) - Introduction
PLC: Programmable Logical Controller
Welcome to the World of Programmable Logic Controllers
Microcontroller Presented by Hasnain Heickal (07), Sabbir Ahmed(08) and Zakia Afroze Abedin(19)
Memory Layout and SLC500 System Addresses. Processor Memory Division An SLC 500 processor's memory is divided into two storage areas. Like two drawers.
Chapter 8.
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
PROGRAMMABLE LOGIC CONTROLLER (PLC) AND AUTOMATION
Logic Functions and Symbols
Programmable Logic Controller (PLC)
PLC PROGRAMMING.
LADDER PROGRAMMING LANGUAGE by Dr. Amin Danial Asham.
EE 1001 Digital Topics Introduction to Electrical Engineering Dr. Chris Carroll MWAH ccarroll.
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
Copyright © 2002 Delmar Thomson Learning Chapter 13 Understanding Relay Instructions and the Programmable Controller Input Modules.
PROGRAMMABLE LOGIC CONTROLLER
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.
Lesson 1 PLC BASICS. PLC Definition  Programmable Logic Controllers are industrial computers that control machine and other applications.  PLC have.
Lecture 10: Programmable Logic Controllers
Programmable Logic Controllers
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
SCADA for Remote Industrial Plant
PLC: Programmable Logical Controller
INTRODUCTION TO PLC.
The Programmable Logic Controller
Programmable control systems
The Electrical Diagram
IENG 475: Computer-Controlled Manufacturing Systems
Industrial Electronics
Programmable Logic Controllers (PLCs) An Overview.
PLC Hardware Components.
Chapter 14 Understanding Relay Instructions and the Programmable Controller Input Modules.
Programming Timers.
Industrial Electronics
Pico Pico LAB#1 Starting & Stopping Motors.
Discrete Versus Analog Devices
Lesson 14: Introduction To Sequential Control
ET 438B Sequential Control and Data Acquisition
8.0 Programmable Logic Controllers 1
Lesson 19: PLC Programming Techniques
PLC’s Are ... Similar to a Microcontroller: Microprocessor Based
PLC / SCADA / HMI Controllers: Name : Muhammad Zunair Comsats University Date: 28-October-2018.
Agenda Introduction of Protective Relays
PROGRAMMABLE LOGIC CONTROLLERS
S RAJARAJAN_ASST PROF, BSARCIS&T
Programmable Logic Controllers (PLCs)
ACOE347 – Data Acquisition and Automation Systems
Plc & scada applications
EUT 1040 Lecture 10: Programmable Logic Controllers Unrestricted.
What IS Relay?.
IENG 475: Computer-Controlled Manufacturing Systems Logic Diagrams
Presentation transcript:

Manisha Goel, Lecturer, EE Deptt Govt. Polytechnic Manesar Programmable Logic Controllers Manisha Goel, Lecturer, EE Deptt Govt. Polytechnic Manesar

PLC’s Are ... Similar to a Microcontroller: Microprocessor Based Onboard Memory for Storing Programs Special Programming Language: Ladder Logic Input/Output Ports

PLC’s Are... Dissimilar to Microcontrollers: Intended for Industrial Applications I/O Designed to interface with Control Relays Emphasis on Maximum Reliability

PLC’s Widely Applied in Every Industry Were Developed to Simplify the Implementation of Control Automation Systems in Plants and Assembly Lines Designed to Minimize the Number of Control Relays in a Process and Maximize the Ways Relays can be Used First Applied to Automobile Industry in the Late 1960’s Flexible, Reliable and Low Cost

PLC Components

I/O Modules Input Modules: Input Signals can be AC or DC, Analog or Digital Output Modules: Outputs are either AC or DC Analog Signals (Although it is possible to ‘Construct’ Digital Outputs) Modern PLC’s have Expansion Ports to Increase the Number of Available Inputs and Outputs

Examples of I/O Signals Inputs: Pushbutton (Energizing or Grounding an Input) Relay Contact Output DC Voltage Level Digital Logic Signal (+5V or 0 V, etc) Outputs: 24 V ac 120 V ac 120 Vdc etcetera

PLC’s Use Ladder Logic Ladder Logic Diagrams Provide a Method to Symbolically Show How Relay Control Schemes are Implemented Relay Contacts and Coils, Inputs and Outputs lie on “Rungs” Between the Positive and Ground Rails

Example of Ladder Diagram

Relays In General, Relays Transform a Control Signal into a Control Action Relays Provide: Isolation Between Input and Output Leverage (Small Signal Can Control Large Action) Automation (Minimize Human Interaction with a Control Process)

Relay Components

Basic Relay Symbols

Relay Applications Relays can be Designed to Perform Many Functions Detect Out of Limit Conditions on Voltages and Currents Start Motors Prevent Motors from Over Heating Control Assembly Lines Adjust Lighting

PLC Special Features Time Delay Relays Counter Relays Special Functions User Defined Functions Special Bits

Time Delay Relays When TD Relay Pick-Up Coil is Energized, a Delay is Initiated Normally Open Contacts Wait to Close until Delay is Completed Normally Closed Contacts Wait to Open until Delay is Completed Very Useful for Creating a Sequence of Control Events

Time Delay Symbol Can be Constructed With or Without a Reset Input

Making Use of Delays Delay Motor Start While Alarm Sounds for Safety

Counters Counter Relays must “Count” a pre-determined number of events before changing contact status Can Count Up (UpCounter) or Count Down (DownCounter) e.g. An UpCounter is set to 8 and is programmed to detect every occurrence of a 5 Volt pulse. When it has detected 8 such occurrences, the NO Contacts close and the NC contacts open. Great for making Real-Time Clocks, etc

Special Functions Modern PLCs can perform many Math and Logic Functions without additional Ladder Logic Programming Differentiation, Integration +, -, *, / Boolean Logic Functions (AND, NOT, OR) Master Control Functions (Reset, etc)