ACOE347 – Data Acquisition and Automation Systems

Slides:



Advertisements
Similar presentations
Programmable Logic Controller (PLC) Overview
Advertisements

Applications of PICs Advantages/disadvantages Digital and analogue control Loops, sub-routines, scanning, counting and feedback Interrupts Problems with.
In this presentation you will:
Dr. HABEEB HATTAB HABEEB Dr. HABEEB HATTAB HABEEB Office: BN-Block, Level-3, Room Ext. No.: 7292 UNITEN.
Industrial Automation and Control
Programmable Logic Controllers
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
Lecture 4: Programmable logic Controllers
Programmable Logic Controller Internal Operations
Chapter 8 Output Modules.
Module 2: Hardware and Terminology
PLC: Programmable Logical Controller
Industrial Electronic Control
PROGRAMMABLE LOGIC CONTROLLER (PLC) AND AUTOMATION
Electronic Troubleshooting
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
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.
INTRODUCTION TO PROGRAMMABLELOGICCONTROL. PROGRAMMABLE LOGIC CONTROL (PLC): “ A digital electronic device that uses a programmable memory to store instructions.
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.
Prepared by: Engr. Qurban Ali Memon 11ES (SEC- 1 & 2)
Programmable Logic Controllers LO1: Understand the design and operational characteristics of a PLC system.
MicroLogix Packaged Controllers Programmable Controller Basics Introduction.
BASIC STRUCTURE OF PLC.
PROGRAMMABLE LOGIC CONTROLLER
Opto Couplers Types And Its Applications. Opto Couplers Types And Its Applications Introduction:  A lot of electronic equipment.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
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.
CLOSED LOOP SPEED CONTROL OF DC MOTOR WITH PWM TECHNIQUE
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.
Lecture 10: Programmable Logic Controllers
TELEPHONE RING SENSED FLASHER IN INDUSTRIAL AREA
LG PLC COURSE Beginner Prepared by : -Hossam Mohammed -Ramdan said
Programmable Logic Controllers: introduction
Arduino Based Industrial appliances control system by decoding dual tone multi frequency signals on GSM / CDMA network. Submitted by:
PLC Terminology and Application
Conveyor Belt Production Line
Programmable Logic Controllers: I/O
SCADA for Remote Industrial Plant
PLC: Programmable Logical Controller
The Programmable Logic Controller
Programmable control systems
CHAPTER 2 TERMINOLOGY.
Session III Architecture of PLC
Chapter 2 PLC Hardware Components Dr. Essam AL-Nuaimy.
Programmable Logic Controllers (PLCs) An Overview.
PLC Hardware Components.
ET 438B Sequential Control and Data Acquisition
8.0 Programmable Logic Controllers 1
PLC’s Are ... Similar to a Microcontroller: Microprocessor Based
PLC Hardware Components.
PLC / SCADA / HMI Controllers: Name : Muhammad Zunair Comsats University Date: 28-October-2018.
PROGRAMMABLE LOGIC CONTROLLERS
DMT 353/3 – Programmable Logic Controller (PLC)
EUT 1040 Lecture 10: Programmable Logic Controllers Unrestricted.
Presentation transcript:

ACOE347 – Data Acquisition and Automation Systems Introduction to Programmable Logic Controllers (PLCs) Automation Systems What is a PLC? Hardware components of a PLC Memory structure of a PLC PLC Modes of Operation Wiring Diagram Digital Inputs/Outputs ACOE347 Introduction to PLCs

What is an Automation System? Industrial Automation: A system that controls automatically the operation of equipment such as machines or production processes in factories ACOE347 Introduction to PLCs

What is an Automation System? Home Automation: A system that automatically controls the operation of home equipment and appliances such as lights, gates, doors, alarm systems etc ACOE347 Introduction to PLCs

Industrial Automation Components Controlled System: Mechanical Components (conveyor belts, arms, rotary discs, etc) Actuators (motors, solenoid valves, relays, heating elements, etc) Sensors (tactile switches, opto-switches, proximity switches, etc) Controller: A unit that reads the state of the sensors and activate the actuators according to the control program Control Panel: Interface between the operator and the system. Buttons, switches, lamps, displays, touch screens etc ACOE347 Introduction to PLCs

Manually Controlled Systems ACOE347 Introduction to PLCs

Custom made and programmed controllers ACOE347 Introduction to PLCs

Industrial Computers or PCs ACOE347 Introduction to PLCs

Programmable Logic Controllers (PLC) A Programmable Logic Controller (PLC) is a microprocessor based control system, designed for use in an industrial environment, programmed to sense, activate and control industrial equipment. ACOE347 Introduction to PLCs

Main Units of a PLC? The components that make a PLC work can be divided into three core areas. The power supply and rack The central processing unit (CPU) The input/output (I/O) section PLCs are “modular” because the rack can accept many different types of I/O modules that simply slide into the rack and plug in. ACOE347 Introduction to PLCs

The Power Supply and Rack The rack is the component that holds everything together.  The rack has a backplane at the rear which allows the cards to communicate with the CPU.  The power supply plugs into the rack as well and supplies to other modules that plug into the rack.  The most popular power supplies work with 120/240 VAC or 24 VDC sources. ACOE347 Introduction to PLCs

Hardware components of a PLC ACOE347 Introduction to PLCs

Memory structure of a PLC ACOE347 Introduction to PLCs

PLC Mode of Operation A PLC operates in one of two modes: Program Mode: Download the user’s program from the programming device to the memory of the PLC. Run Mode: Execute the user’s program using the scan-based execution model, in three phases: Read the state of the inputs and store them in the RAM referred to as the input image memory.. Execute the user’s program and update the state of the outputs in the RAM (output image memory). Copy the states of the outputs from the RAM to the physical output devices. The time needed to complete one scan cycle depends on the length and complexity of the user’s program. PLC manufacturers specify the maximum number of program steps (say 1000) and the average scan time (few ms). ACOE347 Introduction to PLCs

A Typical PLC from Allen-Bradley ACOE347 Introduction to PLCs

DC Voltage Digital Input The optoisolator isolates the internal components of the PLC and the external input devices. Diode D1 provides protection during switching from inductive devices. When the switch is closed, current flows through the status LED and the opto-isolator, giving a logic 1 to the input port. ACOE347 Introduction to PLCs

Connecting DC Proximity Switches ACOE347 Introduction to PLCs

AC Voltage Digital Input AC input devices switch On and Off the mains voltage. The mains voltage must be reduced using a voltage divider. The mains voltage must be converted to DC using a rectifier and a smoothing circuit. An AC proximity switch switches On and Off the mains voltage by triggering (firing) a triac. The proximity sensor controls the gate current of the triac. ACOE347 Introduction to PLCs

Digital Output (Relay and Transistor) Transistor outputs provide higher switching speeds with more switching life. Transistor outputs can only be used with DC loads and are polarity sensitive. A diode is usually used for reverse polarity protection. Another diode is usually used to protect the output transistor when switching inductive loads. Most PLCs have relay outputs. Relay outputs have the advantage that they can control DC as well as AC loads at relatively high currents. The disadvantages of relays are due to their mechanical contacts. ACOE347 Introduction to PLCs

Digital Output Using Triacs Triac outputs are used to avoid the problems due to the mechanical contacts of relays. An opto-diac is used to fire the triac. An RC circuit is usually used to avoid problems due to the phase difference between the voltage and the current when driving inductive loads. ACOE347 Introduction to PLCs

Typical Wiring Diagram ACOE347 Introduction to PLCs