Lecture Number 3 PLC Scanning.

Slides:



Advertisements
Similar presentations
Unit 7 Discrete Controllers
Advertisements

ECT 464 Lecture 5 Modes and Memory. Do the thing you fear and the death of fear is certain. Be strong and courageous. Do not be afraid or terrified because.
Introduction to Microprocessors (CS 45) Session Microprocessor - 2.
Processor System Architecture
Programmable Logic Controller PLC
5/18/2015IENG 475: Computer-Controlled Manufacturing Systems 1 IENG Lecture 13 Logic Diagramming & Introduction to Programmable Logic Controllers.
Drafting RLL. SLC 500 Processor Operating Cycle Event in Operating Cycle Input Scan Program Scan Output Scan Communications Processor Overhead.
Switchgears Control Using SCADA System Based on PLC
Introduction To Programmable Logic Controllers
Lecture 3: Computer Performance
Lecture 4: Programmable logic Controllers
Programmable Logic Controller Internal Operations
Chapter 17 Microprocessor Fundamentals William Kleitz Digital Electronics with VHDL, Quartus® II Version Copyright ©2006 by Pearson Education, Inc. Upper.
Chapter 19 Fundamental PLC Programming
Computer Architecture Lecture 12 Fasih ur Rehman.
CS-334: Computer Architecture
Chapter 10 PLC Processors.
Programmable Logic Controller (PLC) - Introduction
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.
New items for final exam. An indication of your current comfort level to the final exam is your responses to the following 8 practice question set. Pre-presentation.
Discrete-state Process Control
Chapter 10 Advanced Programming, PLC Interfacing, and Troubleshooting
Computer Architecture Lecture 2 System Buses. Program Concept Hardwired systems are inflexible General purpose hardware can do different tasks, given.
ECEG-3202 Computer Architecture and Organization Chapter 3 Top Level View of Computer Function and Interconnection.
Operational Rule for Programming Programmable Logic Controllers.
PLC ARCHITECTURE - CPU by Dr. Amin Danial Asham.
LADDER PROGRAMMING LANGUAGE by Dr. Amin Danial Asham.
INTRODUCTION TO FBD - Function Block Diagram by ( LOGO ) Revision 2.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
Dr Mohamed Menacer College of Computer Science and Engineering, Taibah University CE-321: Computer.
PLC ARCHITECTURE – Memory 2 by Dr. Amin Danial Asham.
Computer Architecture Lecture 4 by Engineer A. Lecturer Aymen Hasan AlAwady 17/11/2013 University of Kufa - Informatics Center for Research and Rehabilitation.
Group 1 chapter 3 Alex Francisco Mario Palomino Mohammed Ur-Rehman Maria Lopez.
Structure and Role of a Processor
Processor Organization and Architecture Module III.
BASIC STRUCTURE OF PLC.
Process Control Management Prepared by: Dhason Operating Systems.
PROGRAMMABLE LOGIC CONTROLLER
ARM7 Architecture What We Have Learned up to Now.
Actuators and Control, Part 4 Grant Agreement No LLP UK-LEONARDO-LMP Project acronym: CLEM Project title: Cloud services for E-Learning.
Chapter 5.
Introduction to S S Family Memory Management.
Chapter 5.
Programmable Logic Controllers: I/O
INTRODUCTION TO PLC.
Chapter 10 © 2011, The McGraw-Hill Companies, Inc.
Chapter 2.3 Binary Logic.
Programmable control systems
Overview Introduction Logic Gates Flip Flops Registers Counters
IENG 475: Computer-Controlled Manufacturing Systems
ECET 405Possible Is Everything/tutorialrank.com
ECET 405Education for Service/tutorialrank.com
Introduction to Microprocessors and Microcontrollers
Lecture Number 4 Siemens S7.
8.0 Programmable Logic Controllers 1
Elec 2607 Digital Switching Circuits
ECEG-3202 Computer Architecture and Organization
Process Monitoring and Control Systems
Ghifar Parahyangan Catholic University August 22, 2011
PROGRAMMABLE LOGIC CONTROLLERS
S RAJARAJAN_ASST PROF, BSARCIS&T
Fine-grained vs Coarse-grained multithreading
Analogue Inputs and Processing
ACOE347 – Data Acquisition and Automation Systems
Presentation transcript:

Lecture Number 3 PLC Scanning

In this session… In this session, you will learn how the PLC processes information.

Learning outcomes At the end of this session you should be able to: Understand the PLC scanning process Understand how different programming methods are affected by scanning Understand how scanning affects processing speed

Introduction to Programmable Logic Controllers Scanning By Clifford Mayhew

Architecture and Scanning

Architecture and Scanning

Architecture and Scanning Effects on Programming Because the I/O is not scanned during programme execution, an input be activate and then de-activate within one programme scan. This is called a Biphase Error. High speed inputs can be handled using specialised high speed counter modules of interrupt inputs.

Architecture and Scanning Effects on Programming

Architecture and Scanning Effects on Programming

Architecture and Scanning Exercise The execution times for a processor are as follows: Digital I/O 3.5ms Overhead Update 100ms Draw a timing diagram for the program below indicating the maximum time it will take O4 to energise after I1 has been activated. Carry out the same exercise if the rung order is switched. I1 O1 O2 O3 O4

Summary You should now have a good understanding of scanning and its effects on systems and cycle speed.