18 ratio, selective, override control

Upload: subodh

Post on 04-Apr-2018

233 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/31/2019 18 Ratio, Selective, Override Control

    1/66

    Some Control Strategies for Productivity and Safety

    Ratio, Selective,Override Control

    Cheng-Liang ChenPSELABORATORY

    Department of Chemical EngineeringNational TAIWAN University

  • 7/31/2019 18 Ratio, Selective, Override Control

    2/66

    Chen CL 1

    Typical Computing Relays (Blocks)

    - Addition/Subtraction :adding and/or subtracting input signals into output

    - Multiplication/Division :

    multiplying/dividing input signals into output- Square Root :

    output is obtained by extracting square root of input

    - High/Low Selector :output is the highest or lowest of two or more inputs

    - High/Low Limiter :

    output is the input limited to preset high or low limit

  • 7/31/2019 18 Ratio, Selective, Override Control

    3/66

    Chen CL 2

    - Function Generator :output is a function of input (series of straight lines)

    -

    Integrator (totalizer) :output signal is time integral of input signal

    - Lead/Lag :

    (output) = ld s + 1

    lg s + 1(input)

    - Dead Time :output signal is equal to a delayed input signal

  • 7/31/2019 18 Ratio, Selective, Override Control

    4/66

    Chen CL 3

    Computing Blocks

  • 7/31/2019 18 Ratio, Selective, Override Control

    5/66

    Chen CL 4

    Computing Blocks

  • 7/31/2019 18 Ratio, Selective, Override Control

    6/66

    Chen CL 5

    Programming Languages

  • 7/31/2019 18 Ratio, Selective, Override Control

    7/66

    Chen CL 6

    Programming Languages

    h

  • 7/31/2019 18 Ratio, Selective, Override Control

    8/66

    Chen CL 7

    Programming Languages: Mixing Process

    Ch CL 8

  • 7/31/2019 18 Ratio, Selective, Override Control

    9/66

    Chen CL 8

    Programming Languages: Preheater/Reactor

    Ch CL 9

  • 7/31/2019 18 Ratio, Selective, Override Control

    10/66

    Chen CL 9

    Scaling Computing Algorithms (I)

    Ch CL 10

  • 7/31/2019 18 Ratio, Selective, Override Control

    11/66

    Chen CL 10

    Scaling Computing Algorithms (II)

    - Write equation in engineering unitsassign each variable a signal name

    - Relate each variable to its signal name by a scaled equation

    - Substitute the set of scaled equations into original equation andsolve for the output signal

    Chen CL 11

  • 7/31/2019 18 Ratio, Selective, Override Control

    12/66

    Chen CL 11

    Gas Mass Flow:Engineering Equations (step 1)

    - Mass ow through an orice:

    w = K hw : mass ow, lb/hh : differential pressure across orice, in. H 2O : density of gas, lb/f t 3

    K : orice coefficient, 196.1lb/h

    ( in.H 2O -lb/ f t 3)1/ 2

    Chen CL 12

  • 7/31/2019 18 Ratio, Selective, Override Control

    13/66

    Chen CL 12

    - Density of gas around operating conditions:

    = 0 .13 + 0 .003( p 30) 0.00013(T 500) w = K {h[0.13 + 0 .003( p 30) 0.00013(T 500)]}1/ 2

    - Ranges of the variables:

    signal variable range steady stateS 1 h 0 100 in.H 2O 50 in.H 2OS 2 T 300 700 oF 500 oF S 3 p 0

    50 psig 30 psig

    S 4 w 0 700 lb/h 500 lb/h

    Chen CL 13

  • 7/31/2019 18 Ratio, Selective, Override Control

    14/66

    Chen CL 13

    Gas Mass Flow:Scaled Signals (step 2)

    - Signals : 0%100%

    - Engineering variables and scaled signals :

    S 1 =h 0

    100 0 100% h = S 1

    S 2 =T 300

    700 300 100% T = 4 S 2 + 300

    S 3 =p

    0

    50 0 100% p = 0 .5S 3S 4 =

    w 0700 0

    100% w = 7 S 4

    Chen CL 14

  • 7/31/2019 18 Ratio, Selective, Override Control

    15/66

    Chen CL 14

    Gas Mass Flow:Scaled Equation (step 3)

    - Substituting the scaled equations into engineering equations=nal scaled equation

    w = K {h[0.13 + 0 .003( p30) 0.00013(T 500)]}1/ 2

    7S 4 = 196.1{{S 1}[0.13 + 0 .003({0.5S 3} 30)0.00013({4S 2 + 300} 500)]}1/ 2

    S 4 = 1 .085

    {S 1 [S 3

    0.35S 2 + 44]

    S 5:addition

    multiplication }1/ 2

    square root

    Chen CL 15

  • 7/31/2019 18 Ratio, Selective, Override Control

    16/66

    Chen CL 15

    - Output of Summation: S 5[0%, 100%] ? Find worst condition

    p = 40 psig (S 3 = 80%)T = 500 oF (S 2 = 50%)

    S 5 = 107 .5%

    p = 50 psig (S 3 = 100%)T = 300 oF (S 2 = 0%)

    S 5 = 144%

    - S 5 = 144% in worst condition

    divide S 5 by 1.44

    S 4 = 1 .085 S 1S 3

    1.44 0.35S 2

    1.44+

    441.44

    S 5:addition

    multiplication

    1/ 2

    square root S 4 = 1 .302{S 1 [0.694S 3 0.243S 2 + 30 .55]S 5:addition

    multiplication

    }1/ 2

    square root

    Chen CL 16

  • 7/31/2019 18 Ratio, Selective, Override Control

    17/66

    Chen CL 16

    Gas Mass Flow:Implementation (step 4)

    - Implementation using computing blocks

    - Summer :

    OUT = K X X + K Y Y + K Z Z + Bo

    S 5 = 0 .694(S 3) + ( 0.243)(S 2) + 0 + 30 .55%- Square root of product block

    OUT = ( Factor )K A X Y Z + Bo S 4 = 1.302 (S 1) (S 5) + 0%

    Note : two inputs

    Factor = 1

    Chen CL 17

  • 7/31/2019 18 Ratio, Selective, Override Control

    18/66

    Chen CL 17

    S 5 = 0.694(S 3) + ( 0.243)(S 2) + 0 + 30 .55%S 4 = 1.302

    (S 1) (S 5) + 0%

    Chen CL 18

  • 7/31/2019 18 Ratio, Selective, Override Control

    19/66

    Chen CL 18

    Gas Mass Flow:Validation (step 5)

    - Steady-state signals

    S 1 = 50% S 2 = 50% S 3 = 60% S 4 = 71.4%

    - Steady-state mass ow from scaled equation:

    S 4 = 1.302{50[0.694(60) 0.243(50) + 30 .5]}1/ 2= 71 .3% 71.4%

    Chen CL 19

  • 7/31/2019 18 Ratio, Selective, Override Control

    20/66

    Chen CL 19

    Blending Control of Two Liquid Streams

    Chen CL 20

  • 7/31/2019 18 Ratio, Selective, Override Control

    21/66

    Chen CL 20

    Ratio Control of Blending Systems

    Chen CL 21

  • 7/31/2019 18 Ratio, Selective, Override Control

    22/66

    Chen CL 21

    Ratio Control of Blending Systems: One Wild Flow(a) is a more linear system (preferred)

    F setB = R F A R = F B /F AF setBF A

    = R RF A =F BF 2A

    = RF A

    Chen CL 22

  • 7/31/2019 18 Ratio, Selective, Override Control

    23/66

    Chen CL 22

    Ratio Control of Blending Systems: One Wild Flow

    Chen CL 23

  • 7/31/2019 18 Ratio, Selective, Override Control

    24/66

    Air/Fuel Ratio Control for A Boiler

    Chen CL 24

  • 7/31/2019 18 Ratio, Selective, Override Control

    25/66

    Air/Fuel Ratio Control for A Boiler

    Chen CL 25

  • 7/31/2019 18 Ratio, Selective, Override Control

    26/66

    Air/Fuel Ratio Control for A Boiler

    Chen CL 26

  • 7/31/2019 18 Ratio, Selective, Override Control

    27/66

    Air/Fuel Ratio Control for A Boiler

    Chen CL 27

  • 7/31/2019 18 Ratio, Selective, Override Control

    28/66

    Air/Fuel Ratio Control for A Boiler

    Chen CL 28

  • 7/31/2019 18 Ratio, Selective, Override Control

    29/66

    Air/Fuel Ratio Control for A Boiler

    Chen CL 29

  • 7/31/2019 18 Ratio, Selective, Override Control

    30/66

    Air/Fuel Ratio Control for A Boiler

    Chen CL 30

  • 7/31/2019 18 Ratio, Selective, Override Control

    31/66

    Air/Fuel Ratio Control for A Boiler

    Chen CL 31

  • 7/31/2019 18 Ratio, Selective, Override Control

    32/66

    Air/Fuel Ratio Control for A Boiler

    Chen CL 32

  • 7/31/2019 18 Ratio, Selective, Override Control

    33/66

    Air/Fuel Ratio Control for A Boiler

    Chen CL 33

  • 7/31/2019 18 Ratio, Selective, Override Control

    34/66

    Air/Fuel Ratio Control for A Boiler

    Chen CL 34

  • 7/31/2019 18 Ratio, Selective, Override Control

    35/66

    Air/Fuel Ratio Control for A Boiler

    Chen CL 35

  • 7/31/2019 18 Ratio, Selective, Override Control

    36/66

    Feedback Trim Enhances Ratio Control- Adding 20% NaOH to a

    varying ow of water toproduce 5% NaOH

    - The multiplier is scaled fortwice the product of the Aand B function to obtain aFB controller output of 0.5(midscale)allow FB trim to adjustratio equally well up or downfrom the normal value

    - FB trim can be introduced with a summer, adding to or subtracting from theFF (?) calculation

    - Additive or Multiplicative ? a matter of minimizing FB correction

    Chen CL 36

  • 7/31/2019 18 Ratio, Selective, Override Control

    37/66

    Tank and Flow Control LoopSimple Feedback Control

    Chen CL 37

  • 7/31/2019 18 Ratio, Selective, Override Control

    38/66

    Tank and Flow Control LoopOverride Control Scheme

    Chen CL 38

  • 7/31/2019 18 Ratio, Selective, Override Control

    39/66

    Override Control SchemeControllers with Reset Feedback (RFB)

    Chen CL 39

  • 7/31/2019 18 Ratio, Selective, Override Control

    40/66

    Heater Temperature Control SystemSimple Feedback Control

    Chen CL 40

  • 7/31/2019 18 Ratio, Selective, Override Control

    41/66

    Heater Temperature Control SystemOverride Control Scheme

    Chen CL 41

  • 7/31/2019 18 Ratio, Selective, Override Control

    42/66

    A Plug Flow ReactorSimple Temperature Control

    Chen CL 42

    l l

  • 7/31/2019 18 Ratio, Selective, Override Control

    43/66

    A Plug Flow ReactorSelective Control

    Chen CL 43

    Oil S

  • 7/31/2019 18 Ratio, Selective, Override Control

    44/66

    A Hot Oil SystemFeedback/Cascade Control

    Chen CL 44

    A H Oil S

  • 7/31/2019 18 Ratio, Selective, Override Control

    45/66

    A Hot Oil SystemSelective/Valve-Position Control

    Chen CL 45

    D i i C l S A E h i R

  • 7/31/2019 18 Ratio, Selective, Override Control

    46/66

    Designing Control Systems: An Exothermic Reactor

    Consider a reactor, where the exothermic reaction A + B C takes place. Thediagram shows the control of the temperature in the reactor by manipulating thecooling water valve.

    Chen CL 46

    1 D ig t l h t t l th f t t t th t Th

  • 7/31/2019 18 Ratio, Selective, Override Control

    47/66

    1. Design a control scheme to control the ow of reactants to the reactor. Theows of reactants A and B should enter the reactor at a certain ratio, R, thatis, R = F B /F A . Both ows can be measured and controlled.

    2. Operating experience has shown that the inlet cooling water temperature variessomewhat. Because of the lags in the system this disturbance usually results incycling of the temperature in the reactor. The engineer in charge of this unithas been wondering whether some other control scheme can help in improvingthe temperature control. Design a control scheme to help him.

    3. Operating experience has also shown that under some infrequent conditions thecooling system does not provide enough cooling. In this case the only way tocontrol the temperature is by reducing the ow of reactants. Design a controlscheme to do this automatically. The scheme must be such that when thecooling capacity returns to normal the scheme of previous part is reestablished.

    Chen CL 47

    D i i C t l S t A E th i R t

  • 7/31/2019 18 Ratio, Selective, Override Control

    48/66

    Designing Control Systems: An Exothermic Reactor

    Chen CL 48

    D i i C t l S t A E th i R t

  • 7/31/2019 18 Ratio, Selective, Override Control

    49/66

    Designing Control Systems: An Exothermic Reactor

    Chen CL 49

    D ig i g C t l S t A E th i R t

  • 7/31/2019 18 Ratio, Selective, Override Control

    50/66

    Designing Control Systems: An Exothermic Reactor

    Chen CL 50

    Designing Control S stems: An E othermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    51/66

    Designing Control Systems: An Exothermic Reactor

    Chen CL 51

    Designing Control Systems: An Exothermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    52/66

    Designing Control Systems: An Exothermic Reactor

    Chen CL 52

    Designing Control Systems: An Exothermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    53/66

    Designing Control Systems: An Exothermic Reactor

    Chen CL 53

    Designing Control Systems: An Exothermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    54/66

    Designing Control Systems: An Exothermic Reactor

    Chen CL 54

    Designing Control Systems: An Exothermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    55/66

    Designing Control Systems: An Exothermic Reactor

    Chen CL 55

    Designing Control Systems: An Exothermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    56/66

    Designing Control Systems: An Exothermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    57/66

    Chen CL 57

    Designing Control Systems: An Exothermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    58/66

    Designing Control Systems: An Exothermic Reactor

    Chen CL 58

    Designing Control Systems: An Exothermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    59/66

    Designing Control Systems: An Exothermic Reactor

    Chen CL 59

    Designing Control Systems: An Exothermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    60/66

    Designing Control Systems: An Exothermic Reactor

    Chen CL 60

    Designing Control Systems: An Exothermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    61/66

    Designing Control Systems: An Exothermic Reactor

    Chen CL 61

    Design Control System: An Endothermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    62/66

    Design Control System: An Endothermic Reactor

    Consider the reactor, where stream A reacts with water. Stream A can bemeasured but not manipulated. This stream is the by-product of another unit.The water enters the reactor in two different forms, as liquid and as steam. Thesteam is used to heat the reactor contents. It is necessary to maintain a certainratio, R, between the total water and stream A into the reactor. It is alsonecessary to control the temperature in the reactor. It is important to maintainthe ratio of total ow of water to ow of stream A below a value Y : otherwise, a

    very thick polymer may be produced plugging the reactor.

    Chen CL 62A situation has occurred several times during extended periods of time in which

  • 7/31/2019 18 Ratio, Selective, Override Control

    63/66

    g p

    the ow of stream A reduces signicantly. In this case the control scheme totally

    cuts the liquid water ow to the reactor to maintain the ratio. However, the steam

    ow to the reactor, to maintain temperature, still provides more water thanrequired, and thus the actual ratio of water to stream A entering the reactor

    dangerously approaches Y . Design a control scheme to control the temperature in

    the reactor, and another scheme to maintain the ratio of total water to stream A,

    while avoiding reaching the value of Y even if it means that the temperature

    deviates from set point.

    Chen CL 63

    Design Control System: An Endothermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    64/66

    Design Control System: An Endothermic Reactor

    Chen CL 64

    Design Control System: An Endothermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    65/66

    Design Control System: An Endothermic Reactor

    Chen CL 65

    Design Control System: An Endothermic Reactor

  • 7/31/2019 18 Ratio, Selective, Override Control

    66/66

    Design Control System: An Endothermic Reactor