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,

Slides:



Advertisements
Similar presentations
Applications of PICs Advantages/disadvantages Digital and analogue control Loops, sub-routines, scanning, counting and feedback Interrupts Problems with.
Advertisements

HYDRAULICS & PNEUMATICS
Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
Industrial Automation and Control
EUT 1040 Lecture 10: Programmable Logic Controllers.
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 ( Definition according to NEMA standard ICS3-1978) 4/19/2017 A digitally operating electronic apparatus which uses a programming.
Programmable Logic Controller Internal Operations
Chapter 8 Output Modules.
Microcontroller based system design
Module 2: Hardware and Terminology
Microcontroller: Introduction
Industrial Electronic Control
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
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.
The Microcomputer System In this presentation you will: Investigate the microprocessor Title Page.
Programmable logic control Data Processing Computer System Key Board Light Pen Mouse PLC a Process Control Computer System Motion Sensor Sound Sensor.
1 FUNDAMENTOS DEL CONTROLADOR PROGRAMABLE. 2 ¿QUE ES UN CONTROLADOR PROGRAMABLE? PROGRAMMABLE CONTROLLER ENTRADAS A solid state device that controls output.
Programmable Logic Controller (PLC) - Introduction
PLC introduction1 Discrete Event Control Concept Representation DEC controller design DEC controller implementation.
PLC: Programmable Logical Controller
Module 1: Introduction to PLC
Welcome to the World of Programmable Logic Controllers
Copyright © 2002 Delmar Thomson Learning Chapter 1 Welcome to the World of Programmable Logic Controllers.
THE PARTS OF A PERSONAL COMPUTER Adrian St.Hill Faith Christian Academy Basic Computer Training August 2010.
 AUTOMATION  PLC  SCADA  INSTRUMENTATION  DRIVES & MOTORS.
Microcontroller Presented by Hasnain Heickal (07), Sabbir Ahmed(08) and Zakia Afroze Abedin(19)
Control Technology and Automation
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
PROGRAMMABLE LOGIC CONTROLLER (PLC) AND AUTOMATION
Chapter 10 Advanced Programming, PLC Interfacing, and Troubleshooting
CBC BODY COMPUTERS CHAPTER 12. CBC OBJECTIVES H ANALOG AND DIGITAL VOLTAGE SIGNALS H COMPUTER COMMUNICATION H COMPUTER MEMORY H INPUTS H OUTPUTS H MULTIPLEXING.
Logic Functions and Symbols
Introduction to PLC by Dr. Amin Danial Asham.
Programmable Logic Controller (PLC)
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
DPCL Solid State Device Discrete Control Lecture.
Programmable Logic Controllers
Computer operation is of how the different parts of a computer system work together to perform a task.
EMBEDDED SYSTEM & ROBOTICS. Introduction to robotics Robots are machines capable of carrying out a complex series of actions automatically. Robotics is.
PROGRAMMABLE LOGIC CONTROLLER
HOME AUTOMATION USING PC DONE BY RAJESHKUMAR S SRI HARSHA D.
MICROCONTROLLER INTERFACING WITH STEPPER MOTOR MADE BY: Pruthvirajsinh Jadeja ( ) COLLEGE:DIET BRANCH:EC.
PROGRAMMABLE LOGIC CONTROLLER. Control Systems Types  Programmable Logic Controllers  Distributed Control System  PC- Based Controls.
SEMINAR ON P.L.C. SUBMITTED BY HRIDAY MUKHERJEE AMIT DEBNATH SOMNATH SHIL
Programmable Logic Controller & Distributed Control System Yoon-Je Choi 17 th June 2006.
Seminar on "PLC” (Programmable Logic Controller)
BATCH MEMBERS R.ABHISHEK-08N41A0401 K.DHEERAJ REDDY-08N41A0412 S.RAJENDRA REDDY-08N41A0458 JYOTHISHMATHI COLLEGE OF ENGINEERING AND TECHNOLOGY,TURKAPALLY.
Lesson 1 PLC BASICS. PLC Definition  Programmable Logic Controllers are industrial computers that control machine and other applications.  PLC have.
Lecture 10: Programmable Logic Controllers
The Programmable Logic Controller
Programmable control systems
Session III Architecture of PLC
Programmable Logic Controllers (PLCs) An Overview.
PLC Hardware Components.
PLC’s Are ... Similar to a Microcontroller: Microprocessor Based
PROGRAMMABLE LOGIC CONTROLLERS
Computers Chapter 17 Lesson 4.
ACOE347 – Data Acquisition and Automation Systems
Plc & scada applications
IENG 475: Computer-Controlled Manufacturing Systems Logic Diagrams
Presentation transcript:

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, more complicated relay based equipment systems. ゥ Emil Decker, 2009

Relays were invented in 1835 by Joseph Henry. Relays use an electro- magnet to close or open a switch. This circuit is isolated from the power that runs through the main circuit involved. ゥ Emil Decker, 2009

This allows a low voltage relay to “throw the switch” on a higher voltage line and keep the operator safe. Relays are used in many electrical systems, including automobiles. ゥ Emil Decker, 2009

Relays are complicated, and systems using a lot of them tended to be very costly to operate and maintain. If production requirements changed, then the control system had to change also. ゥ Emil Decker, 2009

The mechanical relays had a limited lifespan, and troubleshooting them were often problematic. Imagine a system using literally thousands of relays. Typical Relay ゥ Emil Decker, 2009

By replacing bulky mechanical components with solid state circuits under the control of a microcontroller makes a lot of sense. ゥ Emil Decker, 2009

The microprocessor is the brain of a PLC system. It consists of the microprocessor, memory, and circuits necessary to store and retrieve data from that memory. It also includes communications ports to other devices. ゥ Emil Decker, 2009

Processors vary in their capabilities to control devices. Some control as few as 6 inputs and outputs (I/O) and others control as many as 40,000 or more. ゥ Emil Decker, 2009

One processor can control more than one process or manufacturing line. Processors are often linked together in order to provided continuity throughout the process. ゥ Emil Decker, 2009

Ram, or random access memory, is necessary for PLCs. Like computers, this is the area where all instructions are stored during operations. Everything happens in RAM. ゥ Emil Decker, 2009

ROM, or read only memory, is important too. Instructions burned into ROM cannot be changed. This is where the basic program is stored. You load this and your routines into RAM to run them. ゥ Emil Decker, 2009

EEPROM, or Electrically Erasable Programmable Read Only Memory, is like ROM, but with the correct equipment, can be reprogrammed, making it more versitile. ゥ Emil Decker, 2009

Input modules are simply what they say they are. The input signals, whether via a push button, limit switch, electric eye, or an electrical input. ゥ Emil Decker, 2009

If there are input modules, then there must be output modules as well. LED readouts, solenoids, relays, DC or AC outputs to machinery, are a few options you have for output. ゥ Emil Decker, 2009

PLCs, at their simplest, are ON / OFF switches, sequentially operated to send signals to an output device. ゥ Emil Decker, 2009

Electromagnetic interference (EMI) and Radio Frequency Interference (RFI) can cause problems in most solid state control systems, and PLCs are not immune. ゥ Emil Decker, 2009

PLCs are used in a variety of applications from manufacturing assembly lines to equipment control in the harshest of environments. Coal mining machine controlled by PLCs ゥ Emil Decker, 2009

PLC input modules PLC processor PLC Output modules Switches Sensors Machine outputs Other outputs PLC Communications modules PLC special Purpose modules Programmable Logic controller PLC Power supply Standard networks Proprietary networks Smart I/O interfaces Remote racks ASCII I/O interfaces Lamps Relays Motor controllers Solenoid valves Machine inputs Other inputs ゥ Emil Decker, 2009