Control Technology and Automation

Slides:



Advertisements
Similar presentations
Landstown High School Governors STEM & Technology Academy
Advertisements

Programming with Ladder Logic
Unit 7 Discrete Controllers
Heating Control Devices
In this presentation you will:
Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
©2011, The McGraw-Hill Companies, Inc. Chapter 4.
Programmable Logic Controller PLC
Elec467 Power Machines & Transformers
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.
1 The University of Jordan Mechatronics Engineering Department PLC: Programmable Logical Controller.
Introduction To Programmable Logic Controllers
Programmable Logic Controllers Mary Holleboom ENGR 315 Dec. 5, 2001.
Timers - PAGE 1/20 - Timer Products. Timers - PAGE 2/20 - Multitechnology PROCESSING ACTUATING SENSING COMMUNICATING PROCESSING SOLUTIONS.
Components, Symbols, and Circuitry of Air-Conditioning Wiring Diagrams
Module 2: Hardware and Terminology
CHE 185 – PROCESS CONTROL AND DYNAMICS DCS AND PLC FUNDAMENTALS.
In this module you will learn: What the various logic gates do. How to represent logic gates on a circuit diagram. The truth tables for the logic gates.
TRTS Team-6))EET-EL-5 15/5/ – Ibrahim Hamdy 219 – Salman Hassan About : PLC ( LOGO ) With Mr.Klaus Koevener.
Industrial Machine Control
Automated Manufacturing Systems
PLC introduction1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.
PLC: Programmable Logical Controller
Industrial Process Control System Simon Hui Engineer Control and Informatics, Industrial Centre.
Programming PLCs using LADDER Logic
Module 1: Introduction to PLC
LOGIC GATES A logic gate is an elementary building block of a digital circuit.digital circuit Most logic gates have two inputs and one output terminals.
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.
©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,
Discrete-state Process Control
PROGRAMMABLE LOGIC CONTROLLER (PLC) AND AUTOMATION
Logic Functions and Symbols
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.
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.
PROGRAMMABLE LOGIC CONTROLLER
Actuators and Control, Part 3 Grant Agreement No LLP UK-LEONARDO-LMP Project acronym: CLEM Project title: Cloud services for E-Learning.
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.
Xavier Chaney. What Are PLC’s??  Programmable Logic Controllers (PLC) are special-purpose computers designed for use in the control of a wide variety.
Seminar on "PLC” (Programmable Logic Controller)
Fluid Power Control.
PHYSICS – Digital electronics. LEARNING OBJECTIVES Core Supplement Explain and use the terms analogue and digital in terms of continuous variation and.
Logic Gates Unit 16.
Basics of Logic gates - Part 2
Module 1: Introduction to PLC
The Programmable Logic Controller
Digital electronics and logic gates
CHAPTER 2 TERMINOLOGY.
Chapter 14 Understanding Relay Instructions and the Programmable Controller Input Modules.
Lesson 14: Introduction To Sequential Control
ET 438B Sequential Control and Data Acquisition
All very logical I think!
Workbook Section.
Lesson 15: Boolean Representation of Ladder Diagrams
PROGRAMMABLE LOGIC CONTROLLERS
ACOE347 – Data Acquisition and Automation Systems
How electronic systems work using the Systems approach.
Fluid Power System Electrical Control
Presentation transcript:

Control Technology and Automation Chapter 11 Control Technology and Automation

Objectives Open loop and closed loop feedback in control circuitry. Applications of control logic.

What is a Control System A control system is a group of components working together to produce desired results. It does this by monitoring inputs and regulating outputs. A basic controls system consists of input from sensors, processing through a controller, and output using some form of actuating device (lamp, horn, or motor).

Understanding Line Diagrams Line diagrams (ladder diagrams) are pictorial representations of control circuits (fig. 11-4, page 258). Read all line diagrams from top to bottom left to right. The rails of the ladder represent power to the circuit. All inputs (switches and sensors) are shown to the left of the output to be controlled. There can be any number of inputs on a line, but only one output per line is allowed. Lines are typically numbered so that they can be referenced. In fig. 11-4, note that the heating element can be controlled manually with the use of a toggle switch (SW1) in line 1 or it can be controlled automatically by temperature switch (T1) in line 2. Switch T1 closed when temperature drops to 600F and will energize the heating element (H1). The high temperature switch T2 will open when the room temperature reaches 800F, turning off the heater.

Open & Closed Loop Control Circuitry In an open loop control system the system output has no control on the system input. Example: a light switch. In a closed loop control system the output of the system can use sensors (feedback) to make adjustments to control the process.

Levels of Control Technology The first and simplest type of control technology is manual control. Manual control requires human input in order to function. Pressing the start button on your microwave or open a faucet are examples. The second level is automatic control. A sensor that turns on lights when it becomes dark outside is an example of automatic control. The third level is programmable control. Programmable Logic Controllers (PLCs) are microprocessors designed exclusively for control purposes. The highest level of control technology is known as intelligent control. This form of control uses machines and programming techniques that are capable of solving complex problems without human intervention.

A Brief History of Control Technology Manual control is the oldest and most widely used form of control technology. Programmable control is most closely associated with the development of the microcomputer. Prior to computer control, heavy manufacturing industries, such as the automotive industry, had to totally reconstruct assembly lines when ever their products changed. The computer offered the power to simply modify programs and have the machines along the assembly line react differently.

Inputs, Processes, and Outputs Inputs: Input devices allow the computer or PLC to receive signals from external sensors, such as touch, temperature, light, or rotation sensors. Processes: Processing functions include timing and counting. A traffic light is a good example of a cycle timer. Outputs: Typical outputs include relays, indicator lights, bells, heating elements, and small motors (fig 11-4, page 270).

Control Logic To understand control circuitry you must be familiar with logic of such circuitry. OR Logic: Inputs must be received from either push button 1 OR push button 2 before the remainder of the program will work (fig 11-16, page 271). AND Logic: Both push button1 AND push button 2 must be pressed before any output will occur (fig 11-17, page 272). NOT Logic: The output will cease to occur (NOT) if there is an input to limit switch 1, which would cause the switch to open (fig 11-18, page 272). NOR Logic: It is a combination of NOT and OR logic. NAND Logic: It is a combination of NOT and AND logic.

Creating Memory in a Control Circuit Industrial control circuits create a memory with the use of a control relay or motor starter. The motor starter includes a special set of magnetic contacts (known as sealing contacts) that are part of the circuit. Pushing the stop button will interrupt power to the sealing contacts, opening all contacts (fig 11-21, page 274).

Summary A basic controls system consists of input from sensors, processing through a controller, and output using some form of actuating device (lamp, horn, or motor). Line diagrams (ladder diagrams) are pictorial representations of control circuits In an open loop control system the system output has no control on the system input. Example: a light switch. In a closed loop control system the output of the system can use sensors (feedback) to make adjustments to control the process. The first and simplest type of control technology is manual control. The second level is automatic control. A sensor that turns on lights when it becomes dark outside is an example of automatic control. The third level is programmable control. To understand control circuitry you must be familiar with logic of such circuitry: OR Logic, AND Logic, NOT Logic, NOR Logic and NAND logic. Industrial control circuits create a memory with the use of a control relay or motor starter.

Home Work 1. Explain the working of line diagram figure 11-4 on page 258. 2. What are typical processing functions? Give an example.