programmable logic controllers and scada

Upload: dejan-radivojevic

Post on 04-Apr-2018

247 views

Category:

Documents


3 download

TRANSCRIPT

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    1/29

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    2/29

    Road Map

    IntroductionBasic PLC components

    Introduction to STEP 7 LITE

    Programming PLC and Ladder logicExercises

    SCADA

    Future scope

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    3/29

    Introduction

    A digitally operating electronic apparatus

    which uses a programmable memory for

    implementing specific functions such as :

    Logic sequencing

    Timing

    Counting

    Arithmetic controlthrough digital or analog

    input/output modules

    Invented in 1968 as a substitute for hardwired relay panels

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    4/29

    Purpose of PLC & its

    functionsInitially designed to replace relay logic

    boards

    Accepts input from a series of switches

    Sends output to devices or relays

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    5/29

    Functions

    On-off control,Sequential control,

    Feedback control, and

    Motion control

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    6/29

    Basic PLC components

    I

    N

    P

    U

    T

    S CPU

    O

    UT

    P

    U

    T

    S

    POWER

    SUPPLY

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    7/29

    Power Supply

    Every PLC has an external or internalIsolated Power Supply.

    Isolated Power Supplies can have more

    than one isolated output.

    Normally Power supplies are high voltage.

    Typically 24 Volts for industrial PLCs.

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    8/29

    INPUTS & Outputs

    These are the physical connections from the real

    world to the PLC.Inputs can be limit switches, push buttons, andsensors, anything that can "switch" a signal on or off.

    Outputs are solenoids, lamps, contactors, relays etc,.

    The number of DI/Os can be increased by addingadditional DI/O

    modules

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    9/29

    CPU

    CPU module mainly classified into

    three different parts based on their

    operation.

    Processor

    program memory

    serial communication ports

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    10/29

    Scan cycle of PLC

    House keeping I/P scan

    O/P scan Program scan

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    11/29

    STEP 7 LITE

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    12/29

    STEP 7 LITE

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    13/29

    Programming PLC

    FBD (Function block diagram)LD (Ladder diagram)

    ST (Structured text, similar to the Pascal

    programming language)IL (Instruction list, similar to assembly

    language)

    SFC (Sequential function chart).

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    14/29

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    15/29

    Virtual relay components

    Virtual relay components

    Virtual relay components

    Power

    Rail

    Ground

    Rail

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    16/29

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    17/29

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    18/29

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    19/29

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    20/29

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    21/29

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    22/29

    Exercises

    Direct online starterSequential switching of motors

    Fan control unit

    Tank level controllerTraffic light control

    Bottling Plant simulation

    V Y

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    23/29

    SUPERVISORYCONTROL AND DATA

    ACQUISTION (SCADA)

    SCADA refers to combination of telemetryand Data acquisition. It consist of:

    Collecting data

    Transferring it back to control site

    Carrying out necessary analysis and control

    Displaying data on operator screens

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    24/29

    TELEMETRY

    It is the technique used in transmitting and

    receiving information or data over a medium.

    Information can be Voltage, speed, level,

    temp, flow etc. Data is transmitted to another

    location through cables, Telephone, radio.Information may come from multiple

    locations.

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    25/29

    DATA ACQUISTION

    It is method used to access and control

    information from equipment being

    controlled and monitored. The data

    accessed is then forwarded on to a

    telemetry system fro transfer to differentsites.

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    26/29

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    27/29

    Future scope

    Study of :

    Interrupts

    Counters

    Communication Protocol:Profibus

    How to use communications to

    communicate with other PLCs,smart actuators and sensors, etc

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    28/29

    THANK U

  • 7/30/2019 PROGRAMMABLE LOGIC CONTROLLERS AND SCADA

    29/29