CHAPTER 2 TYPES OF CONTROLLER BY: Salsabila Ahmad.

Slides:



Advertisements
Similar presentations
HYDRAULICS & PNEUMATICS
Advertisements

Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
Industrial Automation and Control
Chapter 7 Input Modules.
Elec467 Power Machines & Transformers
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.
Switchgears Control Using SCADA System Based on PLC
Programmable Logic Controllers
1 The University of Jordan Mechatronics Engineering Department PLC: Programmable Logical Controller.
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.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, C++ Version, Fourth Edition.
 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.
Chapter 8 Output Modules.
PLC Fundamentals Module 2: Hardware and Terminology.
Module 2: Hardware and Terminology
PLC: Programmable Logical Controller
Use of Multimedia in Engineering. Mechatronics engineering is based on the combination from three basic engineering field that is mechaninal, electronics.
TRTS Team-6))EET-EL-5 15/5/ – Ibrahim Hamdy 219 – Salman Hassan About : PLC ( LOGO ) With Mr.Klaus Koevener.
PROGRAMMABLE LOGIC CONTROLLER (PLC) AND AUTOMATION
SCADA and Telemetry Presented By:.
ES 244: Digital Logic Design Chapter 1 Chapter 1: Introduction Uchechukwu Ofoegbu Temple University.
Chapter 10 PLC Processors.
PLC introduction1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.
PLC: Programmable Logical Controller
Think about the following expression If the number entered is greater than 15 but less than 25 or the number is 100 and the letter chosen is after p but.
COMPUTER SYSTEM ARCHITECTURE By Sohaib.  The digital computer is a digital system that performs various computational tasks.  The word digital implies.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
Module 1: Introduction to PLC
Programmable Logic Controller (PLC)
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.
INTRODUCTION TO PROGRAMMABLELOGICCONTROL. PROGRAMMABLE LOGIC CONTROL (PLC): “ A digital electronic device that uses a programmable memory to store instructions.
CHAPTER 2: TYPES OF CONTROLLER
IE337 Automatic Control Systems KSU - College of Engineering - IE Department 1 Chapter 1: Introduction to Factory Automation.
Logic Functions and Symbols
Introduction to PLC by Dr. Amin Danial Asham.
Programmable Logic Controller (PLC)
Electronic. Analog Vs. Digital Analog –Continuous –Can take on any values in a given range –Very susceptible to noise Digital –Discrete –Can only take.
Basic Gates 1.1 Basic Digital Logic: AND, OR and NOT gates ©Paul Godin Created August 2007 Last Update Sept 2013.
INTRODUCTION TO FBD - Function Block Diagram by ( LOGO ) Revision 2.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
EMBEDDED SYSTEM & ROBOTICS. Introduction to robotics Robots are machines capable of carrying out a complex series of actions automatically. Robotics is.
Activity 1 Revise/research what the word binary means Revise/research what the word logic means 5 minutes.
MECH 1500 Chapter 4. MECH 1500 The Binary Concept 4.1.
PROGRAMMABLE LOGIC CONTROLLER
SEMINAR ON P.L.C. SUBMITTED BY HRIDAY MUKHERJEE AMIT DEBNATH SOMNATH SHIL
Programmable Logic Controller
Programmable Automation Programming of logical controllers.
Programmable Logic Controller (PLC) - Hardware and Software Lecture 12.
Chapter 7 Input Modules. Objectives (1 of 2) Explain the differences between positive and negative logic and sinking and sourcing. Describe the available.
Lesson 1 PLC BASICS. PLC Definition  Programmable Logic Controllers are industrial computers that control machine and other applications.  PLC have.
Logic Gates Unit 16.
Creating logic gates with Minecraft
Module 1: Introduction to PLC
PLC: Programmable Logical Controller
The Programmable Logic Controller
Chapter 2.3 Binary Logic.
Digital Signals Digital Signals have two basic states:
Session III Architecture of PLC
Computer Science 210 Computer Organization
SINKING AND SOURCING Two terms most frequently mentioned when discussing connections to inputs or outputs are “sinking” and “sourcing“. These two concepts.
Binary Logic.
ACOE347 – Data Acquisition and Automation Systems
Logically, the output will be 1
Presentation transcript:

CHAPTER 2 TYPES OF CONTROLLER BY: Salsabila Ahmad

INTRODUCTION Lowest level controller Not flexible Many limitations Digital Signals have two basic states: 1 (logic “high”, or H, or “on”) 0 (logic “low”, or L, or “off”) DIGITAL LOGIC CONTROLLER

Digital values are in a binary format.  Binary means 2 states. A good example of binary is a light (only on or off) Need 2 inputs to produce 4 states

Voltages are used to represent logic values: A voltage present (called Vcc or Vdd) = 1 Zero Volts or ground (called gnd or Vss) = 0 BINARY AS A VOLTAGE

Basic Digital logic is based on 3 primary functions (the basic gates): AND, where all inputs must be high for a high output OR, where any input must be high for an output high NOT, where the output is the opposite (compliment) of the input

WHAT IS FUZZY LOGIC? is a control method that attempts to make decisions as a human being would  It attempts to mimic human decisions making (not only uses fixed mathematical formula, but can weight each rule as to its importance). FUZZY LOGIC CONTROLLER

A logic based on the two truth values True and False is sometimes inadequate when describing human reasoning  Fuzzy logic uses the whole interval between 0 (False) and 1 (True) to describe human reasoning  As a result, fuzzy logic is being applied in rule based automatic controllers

EXAMPLE IN TODAY’S APPLICATION Video recorders with fuzzy logic can differentiate wanted movement of the camera from unwanted movement thus stabilize the picture. Many industrial applications are appropriate for fuzzy logic

AS FOR EXAMPLE: A fuzzy controller, in a cement plant for example, aims to mimic the operator’s terms by means of fuzzy logic. To illustrate, consider the tank in Fig. 1  which is for feeding a cement mill such that the feed flow is more or less constant.

Figure consists of a tank two level sensors a magnetic valve. The objective to control the valve VL i.e.  refilled when the level is as low as LL  stop the refilling when the level is as high as LH

Note: VL=1 (valve open) VL=0 (valve close) LL=1 (level above mark) LL=0 (level below mark) LH=1 (level above mark) LH=0 (level below mark)

An operator responsible to open and close the valve would describe the control strategy as: if the level is LOW then open VL if the level is HIGH then close VL (1)

But in Boolean/Digital logic controller, it can be described as: if LL switches from1 to 0  Then VL=1 if LH switches from 0 to 1  Then VL=0 (2)

INTRODUCTION TO PLC user friendly electronic computer used to control functions of many types and levels of complexity. PROGRAMMABLE LOGIC CONTROLLER

A substitution for hardwired relay which is  not economical  Not reliable  Hard to rewire when to be modified Easy to understood by plant engineers and maintenance electricians/technicians  for its simple relay logic and ladder diagrams

THE PLC SYSTEM Programming device Memory Processor Power supply Input interface Output interface

MAJOR PARTS OF PLC 1. A CPU (processor) = serves as the “brain” of the system 2. A programmer/monitor unit = enter PLC programs to be stored in CPU = to monitor the status of the running system

The input/output (I/O) modules = sends signals to devices being controlled = receives signals from the sensors on the factory floor