Programmable Logic Controllers: introduction

Slides:



Advertisements
Similar presentations
What is a Programmable Logic Controller (PLC) ?
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.
4/24/05 BAE Motor Control PLCs and Ladder Logic An Introduction.
Chapter 6 Introduction to Logic.
Switchgears Control Using SCADA System Based on PLC
Introduction To Programmable Logic Controllers
1 SYSTEM and MODULE DESIGN Elements and Definitions.
PROGRAMMABLE LOGIC CONTROLLERS PLC’S
Programmable Logic Controller
Lecture 4: Programmable logic Controllers
PROGRAMMABLE LOGIC CONTROLLER (PLC) AND AUTOMATION
Hall C’s HMS PLC Controls by Steven Lassiter. What Constituents a PLC System PLC (processors) Programming. I/O modules. Field Device Signals (sometimes.
ECE 4951 Lecture 1: Programmable Logic Controllers.
Programmable logic control Data Processing Computer System Key Board Light Pen Mouse PLC a Process Control Computer System Motion Sensor Sound Sensor.
PLC introduction1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.
PLC: Programmable Logical Controller
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.
©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,
HARDWARE TESTING OF DIGITAL INPUT & OUTPUT CARDS FOR DATA ACCUSITION & CONTROL SYSTEMS A Mini Project Report submitted in partial fulfillment for the award.
Introduction to PLC by Dr. Amin Danial Asham.
Programmable Logic Controller (PLC)
PLC PROGRAMMING.
Chapter 3 Programming a Programmable Controller. Objectives Describe the available options for programming a PLC. Explain what online is in comparison.
Programming Languages IEC :The International Electromechanical Commission assigned the research committee 65A to define a PLC standard. Objective.
INTRODUCTION TO FBD - Function Block Diagram by ( LOGO ) Revision 2.
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
Programmable Logic Controllers
BASIC STRUCTURE OF PLC.
Seminar on "PLC” (Programmable Logic Controller)
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.
Lesson 1.C PLC PROGRAMMING.
LG PLC COURSE Beginner Prepared by : -Hossam Mohammed -Ramdan said
Programmable Logic Controllers
PLC BASED AUTOMATIC CAR WASHING SYSTEM.
UNICOS: UNified Industrial COntrol System CPC (Continuous Process Control) Basic course SESSION 3: PLC basics UCPC 6 UNICOS-Continuous Process Control.
PLC programming: Timers and Counters Programming
PLC Terminology and Application
Chapter 1 Introduction.
CLOSED-LOOP MOTOR SPEED SENSOR & CONTROLLER
Programmable Logic Controllers: I/O
Experience & Status of the LIGO Slow Controls System(s)
PLC: Programmable Logical Controller
The Programmable Logic Controller
GROUND-FAULT GROUND-CHECK MONITOR
Programmable control systems
CHAPTER 2 TERMINOLOGY.
Session III Architecture of PLC
PLC’s programmable logic Control
IENG 475: Computer-Controlled Manufacturing Systems
Programmable Logic Controllers (PLCs) An Overview.
PLC Hardware Components.
Lecture Number 4 Siemens S7.
8.0 Programmable Logic Controllers 1
PROGRAMMING.
PROGRAMMABLE LOGIC CONTROLLERS
S RAJARAJAN_ASST PROF, BSARCIS&T
ACOE347 – Data Acquisition and Automation Systems
Plc & scada applications
Control System Applications (2)
Presentation transcript:

Programmable Logic Controllers: introduction Juan David Bastidas Rodríguez Escuela de Ingenierías Eléctrica, Electrónica y de Telecomunicaciones Universidad Industrial de Santander

PLC: Hardware PLC basic system

PLC: Hardware PLC basic system: Inputs/Outputs

PLC: Hardware PLC basic system:

PLC: Hardware Input/Output unit:

PLC: Hardware Input/Output unit: It provides the circuitry for the interface between the system and the outside world (devices). Every input/output point has a unique address that can be used by the CPU. The input/output channels provide isolation and signal conditioning functions. A range of inputs might be available with a larger PLC, such as 5V, 24V, 110V, and 240V digital/discrete. Outputs are specified as being of relay type, transistor type, or triac type

PLC: Hardware Output types: Relay: isolation, AC and DC, currents of few amperes, withstand voltage transients, but low response time. Transistor: optoisolation, only for DC, relatively low currents, current protection (fuse or other), but fast response. Triac: optoisolation, only for AC, relatively high currents, current protection (fuse), relatively fast response. Different types of outputs: e.g. 24V, 100 mA switching signal; a DC voltage of 110V, 240V, 1A, 240V, 1A AC, 2A AC, 240VAC. In a small PLC typically only one type. In a modular PLC there could be many types.

PLC: Hardware Sourcing and Sinking:

PLC: Hardware PLC system: Single box (compact or brick): Typically such a PLC might have 6, 8, 12, or 24 inputs and 4, 8, or 16 outputs and a memory that can store some 300 to 1000 instructions.

PLC: Hardware PLC system: Modular/rack type: The modular type consists of separate modules for power supply, processor, etc., which are often mounted on rails within a metal cabinet.

PLC: Hardware PLC system: Modular/rack type:

PLC: Software The IEC 61131-3 Standard: Part 1: General definition of basic terminology and concepts. Part 2: Electronic and mechanical equipment requirements and verification tests for PLCs and associated equipment. Part 3: Programming languages. Five languages are defined: ladder diagram (LAD), sequential function charts (SFC), function block diagram (FBD), structured text (ST), and instruction list (IL). Scope Normative references Terms and definitions Architectural models Compliance Common elements Textural languages (instruction list and structured text) Graphic languages (ladder diagram and function block diagram) Annex A: Formal specification of the language elements

PLC: Software The IEC Standard: Part 4: Guidance on selection, installation, and maintenance of PLCs. Part 5: Software facilities needed for communication with other devices based on the Manufacturing Messaging Specification (MMS). Part 6: Communications via fieldbus software facilities. Part 7: Fuzzy control programming. Part 8: Guidelines for the implementation of PLC programming languages defined in Part 3.