1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.

Slides:



Advertisements
Similar presentations
Programmable Logic Controllers.
Advertisements

Programming with Ladder Logic
Unit 7 Discrete Controllers
Discrete Event Control
Programmable Logic Controllers
Programmable Logic Controller PLC
LADDER DIAGRAM A ladder diagram is a means of graphically representing the logic required in a relay logic system. Rail Rung.
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,
Chapter 6 Introduction to Logic.
Lecture 5: PLC Programming
Creating Relay Logic Diagrams
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.
1 Week 5 SEQUENTIAL MOTION (LDR) Matakuliah: Mechatronics 2 Tahun: 2005 Versi: 1.0/0.
Logic Control. What is Logic control Logic control is a control based on a logic concept, that is the on-off state of variable and/or equipment Logic.
Lesson 15: Dc Motor Control Components and Diagrams
Programming Logic Controllers
Logic Operations in Electro-Pneumatics
Logic Functions OR Operation
PLC introduction1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.
Programming PLCs using LADDER Logic
Ladder Diagram Symbols Flashcard Exercise Get Started.
Ladder Diagram Symbols. Study the various symbols identified in this presentation. Once you have memorized the different symbols and can name them, take.
Seal-in is not a hotel in Monterey This presentation is partially animated. Only use the control panel at the bottom of screen to review what you have.
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
Electrical Control Components
PROGRAMMABLE LOGIC CONTROLLER (PLC) AND AUTOMATION
Implementing software in IEC Languages in IEC IEC uses the following languages Instruction List – Assembly level programming using.
Logic Functions and Symbols
PROGRAMMABLE LOGIC CONTROLLER
CHAPTER 3 INTRODUCTION TO PROGRAMMABLE LOGIC CONTROLLER
PROGRAMMABLE LOGIC CONTROLLER “ FUNDAMENTALS OF LOGIC…”
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.
Copyright © 2002 Delmar Thomson Learning Chapter 13 Understanding Relay Instructions and the Programmable Controller Input Modules.
MECH 1500 Chapter 4. MECH 1500 The Binary Concept 4.1.
Symbols and Schematic Diagrams
Control of Motion On/Off Control (bang-bang) Proportional Control –open loop –closed loop.
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.
Chapter 5.
Fluid Power Control.
Push Button Station and Relay
Chapter 5.
INTRODUCTION TO PLC.
The Electrical Diagram
ET 438B Sequential Control and Data Acquisition
Lesson 16: State-Based Sequential Design
Industrial Electronics
Chapter 14 Understanding Relay Instructions and the Programmable Controller Input Modules.
Lesson 14: Introduction To Sequential Control
ET 438B Sequential Control and Data Acquisition
Control of Motion Discrete Motion Proportional Motion On/off control
Lesson 19: PLC Programming Techniques
“Ladder” Diagrams Chapter 6 - Ladder Logic LADDER DIAGRAMS ARE SPECIALIZED SCHEMATICS COMMONLY USED TO DOCUMENT INDUSTRIAL CONTROL LOGIC SYSTEMS.
Workbook Section.
Electronic Control Systems Week 2
MECH 1500 Motor Controls.
On/Off Control (bang-bang) Proportional Control
Lesson 15: Boolean Representation of Ladder Diagrams
On/Off Control (bang-bang) Proportional Control
Revision for ME 460 final exam
On/Off Control (bang-bang) Proportional Control
Lecture 5 Binary Operation Boolean Logic. Binary Operations Addition Subtraction Multiplication Division.
Control of Motion Discrete Motion Proportional Motion On/off control
Programmable Logic Controllers (PLCs)
ENTER OUR FRIEND MR. RELAY
Presentation transcript:

1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation

2 Hard wired systems  inflexible  software systems  computer-based system Electric Ladder Logic Systems or Diagrams Soft Ladder Logic Systems or Diagrams High level logic systems and programming codes

3 Electrical Ladder Logic Diagrams Using switch to control a light L: L=1 (light on) L=0 (light off) S:S=1 (switch on) S=0 (switch off) Electric Ladder Logical Diagram is as follow (Fig.1): Figure 1

4 Electrical Ladder Logic Diagrams (ELLD) The structure of ELLD is: - left rail with power -> power rail - right rail with neutral -> neutral rail - one path called “rung” It is clear with the notation on Fig.1, when L=1 if and only if S=1 and when L=0 if and only if S=0 So this ELLD is a physical representation of the Boolean logic equation L=S

5 Electrical Ladder Logic Diagrams Fig.2 shows a multiple rungs (two rungs). The problem: - Two lights, L1 and L2. - Three switches, S1, S2, S3 Fig.2 physically represents: L1=S1+S2 (Rung 1) L2=S2S3 (Rung 2)  When S1 or S2 is on, L1 is on  When both S2 and S3 are on, L2 is on.

6 Electrical Ladder Logic Diagrams Control Relays: Instead of using one switch to control one light or object, a generic component of hardwired control implementation is a control relay, see Fig.3. Features of a control relay: 1.Coil, normally closed (n.c.) contacts, and normally open contacts (n.o.). 2.If there is a current in the coil, the coil is energized, then n.c. will open and n.o. will close.

7 Electrical Ladder Logic Diagrams CR is represented by a circle, as an object. n.o. contactn.c. contact Fig. 3

8 Electrical Ladder Logic Diagrams Figure 4 shows an example. - when S is open, L1 is off, L2 is on - when S is closed, L1 is on, L2 is off. Figure 4

9 Electrical Ladder Logic Diagrams The Boolean logic equations for the rungs in the ladder diagram are: Rung 1:CR=S Rung 2:L1=CR Rung 3:L2=CR Note here that nc is denoted by CR Combining the equations for the rungs yields L1=S L2=S

10 Electrical Ladder Logic Diagrams Example 1: one motor with two pushbuttons: start and stop State variables: PB1(for start), PB2(for stop), M (for motor) Figure 5 (control relays are used) Figure 5

11 Electrical Ladder Logic Diagrams From Figure 5, we know: PB1 is on -> CR1 energized, no1 is closed -> M=1 PB2 is on -> CR2 energized, nc2 is open -> M=0 Rung 1: CR1=(PB1+CR1) CR2 Rung 2: CR2=(PB2) Rung 3: M=CR1 CR2

12 Electrical Ladder Logic Diagrams Finally, M=(PB1+CR1)(PB2)(PB2)=(PB1+CR1)PB2 Contact CR1 may be omitted here if the switch here is “permanent”. When the switch is momentary (i.e., the switch will momentarily close and then be back to unclose state), we need CR1. This is because otherwise, there will be no power on rung 1 shortly after PB1 is pressed. The role of CR1 is to keep the power through on the rung even though PB1 is shortly back to unclose state. Such a role of CR1 is called “latching”.

13 Software Ladder Logic Diagrams General idea: Electric Ladder Diagram Switch Button Coil Relay Two states: on, off Examine for on Examine for off

14 Software Ladder Logic Diagrams Examine for on Examine for off An input device Viewpoint

15 Software Ladder Logic Diagrams Examine for on On is true Examine for off Off is false Equivalence