Plc & Its Application in Drive Control

download Plc & Its Application in Drive Control

of 31

Transcript of Plc & Its Application in Drive Control

  • 8/3/2019 Plc & Its Application in Drive Control

    1/31

    PLC & ITS APPLICATION IN

    DRIVE CONTROL

  • 8/3/2019 Plc & Its Application in Drive Control

    2/31

    CONTENTS

    Introduction

    History of PLC

    Block diagram

    Components

    Operation

    Response time

    Replacing relays

    2Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    3/31

    Introduction

    Device that was invented to replace the

    necessary sequential relay circuits for

    machine control.

    The PLC works by looking at its inputs and

    depending upon their state, turning on/off its

    outputs.

    The user enters a program, usually via

    software, that gives the desired results.

    3Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    4/31

    History of PLC

    First design 1968

    Implemented 1969

    Goals

    Eliminate high cost associated with frequent

    replacement of relay based system

    Reduce production downtime

    Provide expandability

    4Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    5/31

    Block diagram

    I/O SYSTEM POWER SUPPLY

    PROCESSOR

    MEMORY UNIT

    PROGRAMMING

    DEVICE

    Inputs

    Outputs

    5Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    6/31

    Cont..

    6Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    7/31

    In PLC

    7Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    8/31

    Input relays :

    Connected to the outside world

    They physically exist and receive signals

    from switches, sensors, etc.

    These do not receive signals from theoutside world nor do they physically

    exist.

    Internal utility relays :

    8Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    9/31

    Counters :

    Do not physically exist

    They are simulated counters and they can

    be programmed to count pulses

    do not physically exist

    on-delay type and off-delay type

    retentive and non-retentive types

    Timers :

    9Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    10/31

    Output relays :

    These are connected to the outside world

    They physically exist and send on/off signals

    to solenoids, lights, etc

    can be transistors, relays, or triacs depending

    upon the model chosen

    Assigned to store data

    Volatile or non volatile

    Data storage :

    10Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    11/31

    PLC Operation

    A PLC works by continually scanning a program

    Consisting of 3 important steps

    11Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    12/31

    Check input status :PLC takes a look at each input to determine if it is

    on or off

    It records the data into its memory to be used

    during the next step

    Execute program :

    PLC executes the program one instruction at a

    time

    It will store the execution results for use later

    during the next step 12Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    13/31

    Update output status :

    It updates the outputs based on which inputswere on during the first step and the results of

    executing your program during the second

    step

    One scan time is defined as the time it takesto execute the 3 steps listed above.

    13Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    14/31

    Response time :

    PLC takes a certain amount of time toreact to changes

    Total response time = (Input response

    time + Program execution time + Outputresponse time )

    14Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    15/31

    Cont

    15Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    16/31

    Pulse stretch function :

    Extends the length of of the input signaluntil the plc looks at the inputs during

    next scan.

    16Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    17/31

    Interrupt function :

    interrupts the scan to process a specialroutine

    As soon as the input turns on, regardless of

    where the scan currently is, the plcimmediately stops what its doing and

    executes an interrupt routine.

    Goes back to the point it left off at andcontinues on with the normal scan process.

    17Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    18/31

    Cont

    18Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    19/31

    Programming languages

    Program is a set of instructions that arearranged in a logical sequence to control

    the actions of process or machine

    Most common PLC language is Ladder

    logic

    19Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    20/31

    Ladder diagram ladder logic diagram

    20Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    21/31

    Relays :

    A relay is an electrically operated switch

    Many relays use an electromagnet to

    operate a switching mechanism

    21Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    22/31

    Cont

    Relay (electromagnetic switch)

    22Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    23/31

    Replacing relays

    Contact

    Coil

    Ladder logic

    23Programmable Logic Conrollers

  • 8/3/2019 Plc & Its Application in Drive Control

    24/31

    Basic instructions

    Loadpresence of input signal is needed toturn an o/p on

    Laodbarabsence of referenced signal is

    needed Outif path has logic continuity, the

    referenced o/p is energized

    Outbarif path of false instructions preceding Latch coilfor an output to remain energized

    Unlatch coilreset a latched output

    Programmable Logic Conrollers 24

  • 8/3/2019 Plc & Its Application in Drive Control

    25/31

    Cont

    Load

    Loadbar

    Out

    Outbar

    Programmable Logic Conrollers 25

  • 8/3/2019 Plc & Its Application in Drive Control

    26/31

    Level application

    Programmable Logic Conrollers 26

    We are controlling lubricating oil beingdispensed from a tank. This is possible by using

    two sensors. We put one near the bottom and

    one near the top, as shown in the picture

  • 8/3/2019 Plc & Its Application in Drive Control

    27/31

    Cont

    Both of our inputs will be NC (normallyclosed) fiber-optic level sensors

    We are using an internal utility relay

    Programmable Logic Conrollers 27

  • 8/3/2019 Plc & Its Application in Drive Control

    28/31

    Scanning

    Programmable Logic Conrollers 28

  • 8/3/2019 Plc & Its Application in Drive Control

    29/31

    Advantages

    Reduces the size of system

    Less expensive

    Easy maintenance

    Easy to modify

    Programmable Logic Conrollers 29

  • 8/3/2019 Plc & Its Application in Drive Control

    30/31

    References

    Programmable controllers (2nd edition) byThomas A Hughes

    www.plcs.net

    www.mech.co.uk

    Programmable Logic Conrollers 30

  • 8/3/2019 Plc & Its Application in Drive Control

    31/31

    THANK YOU