Process Control
Process Control
Primer
ii
7/00
7/00
iii
Table of Contents
Overview....................................................................................................... 1
Control Systems ........................................................................................... 2
Feedback Control Loop ................................................................................ 4
Overview..................................................................................................... 11
Process Load.............................................................................................. 13
Process Lags .............................................................................................. 14
Capacitance................................................................................................ 15
Resistance .................................................................................................. 18
Dead Time .................................................................................................. 19
Process Reaction Curve ............................................................................. 20
Overview..................................................................................................... 23
On-Off Control ............................................................................................ 24
Proportional Control.................................................................................... 26
Proportional + Reset (Integral) Control....................................................... 29
Proportional + Rate (Derivative) Control..................................................... 31
Proportional + Reset + Rate (3 Mode) Control ........................................... 33
Controller Selection Guidelines .................................................................. 34
CHAPTER 4 ALGORITHMS.......................................................................................... 37
4.1
4.2
4.3
4.4
4.5
4.6
4.7
Overview..................................................................................................... 37
On-Off ......................................................................................................... 38
PID-A Algorithm .......................................................................................... 40
PID-B .......................................................................................................... 43
PD-A + Manual Reset ................................................................................. 44
Three Position Step Control........................................................................ 45
Computations Associated With PID Equations ........................................... 47
Overview..................................................................................................... 49
Manual Tuning ............................................................................................ 50
Accutune II .............................................................................................. 56
Accutune II Duplex Tuning ...................................................................... 57
Fuzzy Overshoot Suppression.................................................................... 59
Overview..................................................................................................... 61
System Component Descriptions ............................................................... 62
Simple Feedback ........................................................................................ 63
Cascade Control ......................................................................................... 65
Predictive Feedforward Control .................................................................. 71
Dynamic Feedforward Control .................................................................... 76
The Ratio Control Loop............................................................................... 78
Analog Override Control Strategies ............................................................ 85
iv
7/00
Table of Contents
CHAPTER 7 AUXILIARIES........................................................................................... 89
7.1
7.3
7.4
7.5
7.6
7.7
Overview .................................................................................................... 89
Square Root Extractors.............................................................................. 94
Multiplier/Dividers ....................................................................................... 96
Calculation of Scaling and Bias Constants............................................... 100
Verification................................................................................................ 102
Adder/Subtractor ...................................................................................... 105
7/00
................................................................................................................. 131
Process Heater.......................................................................................... 4
Block diagram of system with operator...................................................... 5
Block Diagram of System with Automatic Controller ................................. 6
Feedback Control Loop Components........................................................ 7
Capacity versus Capacitance .................................................................. 15
Process Heaters ...................................................................................... 16
Mixing Process Illustrating Dead Time .................................................... 19
First Order Lag ........................................................................................ 20
Second Order Lags ................................................................................. 21
Dead Time ............................................................................................... 22
Process Heater........................................................................................ 24
On-Off Control Action .............................................................................. 25
Proportional Control Action...................................................................... 26
Proportional Band 20%............................................................................ 27
Proportional Band 200%.......................................................................... 28
Proportional Plus Reset Control Action ................................................... 29
Proportional plus Rate Control Action ..................................................... 31
Rate Action Response to a Step Change................................................ 32
Three Mode Control Action...................................................................... 33
Response to Increase in Liquid Flow....................................................... 33
Switching Action of On-Off Control.......................................................... 39
Switching Action of Duplex On-Off Control.............................................. 39
Implementation of PID A Equation .......................................................... 40
Typical Relay Operation in PID-A Duplex Control ................................... 41
Implementation of PID-B Equation .......................................................... 43
Implementation of PD A with Manual Reset Equation............................. 44
Relationship of Duplex On-Off Control and Filter Feedback Signals in
Three Position Step Control Algorithm .................................................... 45
Output Characteristics of Three Position Step Control for Constant
Error ........................................................................................................ 46
Process Reaction Curve.......................................................................... 52
Ultimate Period ........................................................................................ 52
1/4 Amplitude Decay ............................................................................... 53
Effect of Reset Adjustment on Recovery from Load Change .................. 54
Effect of Rate Adjustment on Recovery from Load Change.................... 55
Typical Heat/Cool Application.................................................................. 57
Relationship between Heat/Cool Outputs and Tuning............................. 58
Simple Loop............................................................................................. 63
Cascade Control Loop............................................................................. 65
Simple Block Diagram ............................................................................. 68
Cascade Control Loop............................................................................. 69
Trial and Error System............................................................................. 72
Feedforward Block Diagram .................................................................... 73
A Static Feedforward System .................................................................. 74
Dynamic Feedforward System ................................................................ 76
Ratio Control System with Ratio Relay.................................................... 79
Parallel Ratio System Block Diagram...................................................... 81
Parallel Ratio Control System.................................................................. 81
Ratio System with Interlock ..................................................................... 83
Compressor Application .......................................................................... 85
Analog Override System.......................................................................... 86
Record of Rate of Flow............................................................................ 91
Typical Loop using a Square Root Extractor and Linear Integrator......... 94
The Effect of Temperature on Pressure .................................................. 96
Change in Volume ................................................................................... 97
BTUs....................................................................................................... 98
Actual Range of Operation verses Zero Based Range ......................... 102
Process Control Primer
7/00
7/00
Figure 7-7
Figure 7-8
Figure 7-9
Figure 8-1
Figure 8-2
Figure 8-3
Figure 8-4
Table 1-1
Table 1-2
Table 2-1
Table 2-2
Table 2-3
Table 3-1
Table 5-1
Table 5-2
Table 5-3
Table 7-1
Table 8-1
Table 8-2
Table 8-3
vii
viii
7/00
Overview
See Page
1.1
Overview
Introduction
Processes
Physical Quantities
1
1
1
1
1.2
Control Systems
Why is control necessary
Disturbances
2
2
3
1.3
4
4
4
5
6
7
9
Introduction
Processes
Since the type of equipment we will discuss is the kind used in the
measurement and control of industrial processes, identification of these
processes will aid our understanding of what this equipment is and what
its purposes are.
Processes involve the handling of large quantities of raw materials in a
continuous or semi-continuous (batch) stream, modifying the raw
materials through either chemical or mechanical changes to make a
product that has more value than the original materials.
Physical quantities
7/00
1.2
Control Systems
Why is control
necessary?
PROCESS
Raw materials in
Losses
7/00
1.2
Control Systems,
Disturbances
Continued
7/00
Definition
Change in Setpoint
Change in Supply
Change in Demand
Environmental Changes
1.3
Overview
In the process industries, control systems were put to practical use long
before the theory of their operation or methods of analyzing their
performance were available. Processes and control systems were
determined by intuition and accumulated experience. This approach,
unscientific as it was, was successful.
Tolerance to the intuitive approach is diminishing today, but it is still a
valid way to obtain knowledge of the basics of the subject, so well start
by considering a simple process and the way a human operator might
handle its control.
Process heater
example
Process Heater
Liquid In
Recorder
Hot Oil In
Liquid Out
A source of liquid flows into the tank at a varying flow rate. There is a
need to heat this liquid to a certain temperature. To do this, there is hot
oil available from another part of the plant that flows through coils in the
tank and heats the liquid.
By controlling the flow of the hot oil, we can obtain the desired
temperature. The temperature in the tank is measured and read out on a
recorder mounted within the view of the valve on the hot oil line.
The operator has been told to keep the temperature at a desired value
(SETPOINT) of 300. He compares the reading on the recorder with this
mental target and decides what he must do with the valve to try to bring
the temperature of the liquid to the desired value (setpoint). In reading the
actual value of the temperature and mentally comparing it with the desired
value, the operator is providing FEEDBACK.
Continued on next page
4
7/00
1.3
Block diagram of
system with operator
Continued
Figure 1-3 is a block diagram of this system, including the operator, and
shows the flow of information between components.
Figure 1-3
Block diagram of system with operator
PROCESS
Thermometer
Operator
Valve
Energy
This is not a very detailed block diagram, but we can see here an
interesting feature of this type of control - information flows in a loop.
The operator, to be sure, is a part of the loop, so it is not automatic
control, but it is Closed Loop Control. or Feedback control, because the
results are measured, compared to the desired results, and the valve is
manipulated accordingly.
Continued on next page
7/00
1.3
System with
automatic control
Continued
PROCESS
Process
Variable (PV)
Energy
Controller
Setpoint (SP)
Final Control
Element
7/00
1.3
Continued
Definition of
components of a
feedback control loop
Figure 1-5
Every new technical field starts out with a language barrier of sorts.
Words perfectly familiar in one field suddenly take on a new meaning in
another. So, it becomes necessary from time to time to establish some
definitions.
Figure 1-5 shows the components of a feedback control loop. This a more
hardware oriented version of Figure 1-4.
Table 1-2 defines each of the components.
Feedback Control Loop Components
4
Display
Error
5 Generator
2 Primary Element
or Sensor
3 Transmitter
PV
SP
e
1 Process
Process Variable
6 Controller
ENERGY (Manipulated Variable)
7/00
1.3
Continued
Definition of
components of a
feedback control
loop, continued
Table 1-2
Key
Component Definition
Component
Definition
Process
Primary
Element or
Sensor
Transmitter
(Optional)
Display
(Optional)
Error
Generator
Controller
Final Control
Element
7/00
1.3
7/00
Continued
10
7/00
Overview
Whats in this
chapter?
See Page
2.1
Overview
Introduction
The Instrumentation
The Process
Two Effects for Consideration
11
12
12
12
12
2.2
Process Load
Definition
Effect on the Final Control Element
Properties of Load Changes
13
13
13
13
2.3
Process Lags
What are They?
Example
Causes
14
14
14
14
2.4
Capacitance
Definition
Illustrations
Principles of Large Capacitance
Effects of Large Capacitance
Heater Example
Dimensional Units for Capacitance
15
15
15
16
16
16
17
2.5
Resistance
Definition
When do you see Resistance?
High Thermal Vs Low Thermal Resistance
Dimensional Units for Resistance
18
18
18
18
18
2.6
Dead Time
Definition
Example of Dead Time
How to Eliminate Dead Time
19
19
19
19
2.7
20
20
20
21
22
22
7/00
11
2.1
Overview,
Continued
Introduction
The instrumentation
The process
Every process exhibits two effects which must be taken into consideration
when automatic control equipment is being selected. These are:
changes in the controlled variable due to altered conditions in the
process, generally called load changes, and
the delay in the time it takes the process to react to a change in the
energy balance, called process lag.
Load changes have been noted earlier, just enough to define and
categorize them according to their source, but here we will look at them in
more detail.
In order to discuss the subject further, we must first define just what
Process Load is.
12
7/00
2.2
Process Load
Definition
Process load is directly related to the setting of the final control element.
Any change in process load requires a change in the position of the final
control element in order to keep the controlled variable at the setpoint.
What changes the position of the final control element?
The Controller does.
Properties of load
changes
Reason
In the heat exchanger cited above, a change in
the rate of flow of the fluid to be heated, or a
change in the temperature of the incoming fluid,
contribute load changes because a change in the
quantity of steam is needed for either.
Similarly, when a carload of bricks is added to a
kiln, or when new material is added to a cooking
vessel, there is a load change.
7/00
Changes in ambient
conditions
13
2.3
Process Lags
If we could have it our way, any load change or disturbance would be met
with an instantaneous response that would completely and immediately
bring the process to its new condition of equilibrium.
This, however, is difficult, if not impossible to achieve in any physical
system.
The response may start immediately, but it will require a certain amount
of time to complete its effect.
The delay is the Lag of the System.
Example
Causes
14
7/00
2.4
Capacitance
Definition
Illustrations
TANK B
8 Ft
4 Ft
Although both tanks have the same liquid volume capacity (128 cu. ft.),
they do not have the same capacitance with respect to liquid level.
Tank B has twice the liquid volume capacitance with respect to liquid
level that tank A has: 32 cubic feet per foot versus 16 cubic feet per foot.
On the other hand, if tank A is filled with a liquid requiring 200 BTU to
raise its temperature one degree F, and the liquid in tank B needs only 100
BTU, the thermal capacitance per degree F of tank B would be half that of
tank A.
It is necessary to specify capacitance very precisely:
CAPACITANCE may be likened to inertia; in other words, it acts like a
flywheel.
Continued on next page
7/00
15
2.4
Capacitance,
Continued
Principles of large
capacitance
Effects of large
capacitance
Heater example
Figure 2-2
HEATER A
Liquid In
HEATER B
Liquid In
Steam In
Steam In
Liquid Out
Steam Out
Liquid Out
Steam Out
16
7/00
2.4
Capacitance,
Continued
Heater example,
continued
Table 2-2 lists the dimensional units for capacitance as they relate to
control applications.
Table 2-2
Dimensional Units for Capacitance
Type of Process
7/00
Dimensional Unit
Thermal
BTU/deg.
Volume
Cu Ft./Ft.
Weight
Lb/Ft.
Electrical
17
2.5
Resistance
Definition
High thermal
resistance versus low
thermal resistance
Table 2-3 lists the dimensional units for resistance as they relate to control
applications.
Table 2-3
Dimensional Units for Resistance
Type of Process
18
Dimensional Unit
Thermal
Deg/BTU/Sec.
Fluid
PSI/Cu. Ft./Sec.
Electrical
Volts/Coulombs/Sec. (Ohms)
7/00
2.6
Dead Time
Definition
A third type of lag, DEAD TIME, is caused when there is time interval
between the initiation of some action and the detection of the action. This
is also known as TRANSPORT LAG, because often the time delay is
present as a result of having to transport material that has been acted upon
to a new location where the results of the action can be measured.
Mixing processes are often subject to dead time because the mixture takes
a while to become homogeneous.
Figure 2-3
Suppose, for example, we are concerned with the pH of water from a plant
being put into a local stream.
Acid or base is added to neutralize the flow as shown in Figure 2-3.
Because of the mixing required before a representative measurement of
pH can be taken, there is a time delay; control action cannot take place
during this delay. The controller is helpless during that time.
Figure 2-3 shows a mixing process illustrating dead time.
Mixing Process Illustrating Dead Time
Neutralizer
pH Controller
Mix
7/00
Mix
Mix
Mix
Dead time introduces more difficulties in automatic control than any other
lags, and every effort should be made to keep it to a minimum.
Sometimes it may be possible to measure closer to the point where the
process is in action.
For example, a thermometer located 50 feet downstream of the outlet from
a heat exchanger may have been placed there out of convenience and
could be moved closer.
In the mixing example above, it might be necessary to determine what in
the incoming flow is causing the need for neutralizer to vary and keying
from that with a more complex multi-loop system.
19
2.7
Introduction
How does a given process respond to a change with all these lags
involved? This is an important consideration in the application of a control
system for optimum results. Although process hardware may vary
considerably from process to process, it turns out that there is a limited
number of ways in which signal timing is affected.
These can be realized by looking at the process output change that results
from a sudden change (step change) in energy input to the process. If
energy is suddenly increased, the output temperature will undoubtedly be
raised in time.
Figure 2-4 shows the simplest response encountered, one called FIRST
ORDER LAG. This type of response can result from liquid level in a
single tank or a bare thermocouple.
Figure 2-4
First Order Lag
63.2% of change
Output F
Time
20
7/00
2.7
Continued
Figure 2-5
SECOND ORDER LAGS are the response of a system with two places to
store energy. A thermocouple in a well is an example.
In second order lags, there is much less uniformity in the shape of the
reaction curve from process to process. There are now two time constants
combining to influence the curve shape in regard to time, and a new
concept, the DAMPING factor which influences the curves characteristic
shape.
Second order systems are capable of oscillation. This ability to oscillate is
defined by two terms which characterize second order systems:
Natural Frequency - the frequency at which the system will
oscillate, and
The Damping Factor - which describes how quickly the
oscillations will die out.
Figure 2-5 shows examples of second order lags.
Second Order Lags
Output
Output
Output
Input
Input
Input
Underdamped
Critically Damped
Overdamped
7/00
21
2.7
Continued
Damping factor
The underdamped curve in Figure 2-5 shows a rapid change to the new
value, but then overshooting the final value and temporary oscillation.
The critically damped curve shows the fastest rise without overshooting.
The overdamped curve shows a relatively slow rise most processes
respond this way.
In all cases, the start of the curve is gradual.
Dead time
Output
DT
Deadtime
Input
t
22
Time
7/00
Overview
Whats in this
chapter?
Introduction
See Page
3.1
Overview
Introduction
Modes Of Control
23
23
23
3.2
On-Off Control
24
3.3
Proportional Control
26
3.4
29
3.5
31
3.6
33
3.7
34
Modes of control
On the market today, there are basically four kinds of logic (or control):
On-Off
Proportional
Integral (Reset)
Derivative (Rate)
Some of these modes will appear in combination in various controllers.
7/00
23
3.2
On-Off Control
Introduction
Example
If the process shown in Figure 3-1 in which a liquid is being heated by hot
oil flowing through coils, drops below the SETPOINT of 300F, ON-OFF
control would open the valve all the way (100%). This admits hot oil
faster than is necessary to keep the liquid at 300F, and as a result the
liquid temperature will rise above 300F.
When it does, ON-OFF control will close the valve all the way (0%) and
stop the flow of hot oil.
With no oil flowing, the temperature of the liquid will drop, and when it
drops below 300F, the control will open the valve and the cycle will be
repeated.
This cycling is an ever present feature of ON-OFF control because the
only two energy input levels are TOO MUCH and TOO LITTLE.
Figure 3-1
Process Heater
Liquid In
Recorder
Hot Oil In
Liquid Out
24
7/00
3.2
On-Off Control,
Continued
Graphical illustration
of ON-OFF control
ON
Hysteresis Band
Neutral Zone
An adjustable overlap is
provided between the ON
and OFF states.
Valve
Position
OFF
Close
0%
300F
SP
Mathematical
expression
600F
XXXXX
7/00
25
3.3
Proportional Control
Introduction
Since the cycling found in processes using ON-OFF control is due to the
rather violent excursions between ALL and NOTHING, could we not
eliminate the cycling by maintaining a steady flow of hot oil that was just
sufficient to hold the temperature of the liquid at 300F? For each rate of
flow of liquid in and out of the tank there must be some ideal amount of
hot oil flow that will accomplish this. This suggests two modifications in
our control mode.
We must:
1. Establish some steady flow value for the hot oil that will tend to hold
the temperature at the setpoint, and
2. Once this flow value has been established, let any error that develops
cause an increase or decrease in hot oil flow.
This establishes the concept of PROPORTIONAL CONTROL.
Corrective action is now proportional to the amount of deviation between
process variable and setpoint.
But now we need a different kind of control valve on our process. It must
be capable of being positioned to any degree of opening from fully closed
to fully open. This will generally be either a pneumatic diaphragm or
electric motor operated valve.
Graphical illustration
of proportional
control
Valve
Position
V
Change
in valve
position
Error
Close
0%
100F
100%
500F
XXXXX
7/00
3.3
Proportional Control,
Mathematical
representation
Continued
What is proportional
band?
Examples
On the basis of the above definition, look at the graphs in Figures 3-3, 3-4,
and 3-5.
The Proportional Band in Figure 3-3 is 100% and the Gain is 1
The Proportional Band in Figure 3-4 is 20% and the Gain is 5.
The Proportional Band in Figure 3-5 is 200% and the Gain is 0.5.
Figure 3-4
Valve
Position
V
Close
0%
100F
40%
60%
SP
300F
PV range
100%
500F
XXXXX
7/00
27
3.3
Proportional Control,
Continued
Examples, continued
Figure 3-5
Valve
Position
V
1/4
Close
0%
100F
SP
300F
PV range
100%
500F
XXXXX
The relationship of PB
to Gain
Proportional control
limitations
28
7/00
3.4
Introduction
A proportional controller does not change the position of the valve enough
to keep the process variable at the setpoint when a load change occurs, as
has been explained previously in Proportional Control Limitations.
Reset action (more properly Automatic Reset) will sense that an error,
or offset, is present after proportional action has taken place and continue
to change the valve position further in an attempt to eliminate the error
completely. Controllers with automatic reset will move the valve at a
speed proportional to the size of the error present.
Graphical illustration
of proportional + reset
control
Open
Reset
(or
Integral)
Time
Hi reset
adjustment
Reset response
contribution
}
Valve
Position
K (E)
K
(E)
Low-reset
adjustment
Proportional
response contribution
Close
time
+E
(SP
} Error
PV)
Zero error
(SP PV)
time
Response to increase in
setpoint
(control loop open)
XXXXX
7/00
29
3.4
Reset Time/Repeats
per Minute
Continued
30
7/00
3.5
Introduction
Graphical illustration
of proportional + rate
control
Proportional
action alone
Valve
Position
V
TD
= rate time
Error
time
XXXXX
7/00
31
3.5
Rate time
Continued
Valve
Position
V
8 to 10
x prop.
action
prop.
action
Error
TD
32
time
XXXXX
7/00
3.6
Introduction
Finally, the full three mode controller is achieved by combining the three
modes simultaneously. Thus the valve position will be determined by
adding the effects of the three modes.
Graphical illustration
of three mode control
action
Valve
Position
V
Error
XXXXX
time
The graph in Figure 3-10 illustrates how an increase in the flow of the
liquid to be heated will be responded to by the various control modes in
terms of the process variable, liquid outlet temperature.
Figure 3-10
Liquid
outlet
temp.
Prop. + Reset
300F
Prop. only, narrower band
Prop. only
No control
Liquid
flow
time
7/00
XXXXX
33
3.7
Introduction
ON-OFF
Proportional
Proportional plus
reset
34
7/00
3.7
Proportional plus
reset and rate
Summary
Table 3-1
Continued
Mode of Control
Process Reaction
Rate
Dead Time
Load Changes
ON-OFF
Slow
Slight
Proportional
Slow or moderate
Small or moderate
Small, infrequent
Slow or moderate
Moderate
Small, faster
Fast
Small or moderate
Fast
Moderate
Fast
7/00
35
36
7/00
Chapter 4 Algorithms
4.1
Overview
Whats in this
chapter?
Introduction
7/00
See Page
4.1
Overview
37
4.2
On-Off Control
38
4.3
PID-A Algorithm
40
4.4
PID-B Algorithm
43
4.5
44
4.6
45
4.7
47
The topic table lists the algorithms resident in the microprocessor memory
of most Honeywell controllers. The selection of an algorithm is part of the
configuration process of the controller.
37
4.2
On-Off
Introduction
Hysteresis band
Figure 4-1 shows the switching operation of an output relay through its
associated hysteresis band. Hysteresis band (h) is expressed as a percent of
the total PV range. As shown in the diagram, if the error signal is greater
h
than or equal to half the positive hysteresis band (2 ), the output is on. If
h
the error is less than or equal to half the negative hysteresis band (2 ), the
output is off. If the error signal is less than the positive hysteresis band but
not less than or equal to the negative hysteresis band, the output remains
in its present state. This latter condition allows an error that is decreasing
from a large positive value not to switch the output until the value is less
than or equal to half the hysteresis band.
Increasing the hysteresis band produces two effects:
1. Increases the time between switches.
2. Increases the amplitude of the limit cycle.
ATTENTION
38
7/00
4.2
On-Off,
Continued
Hysteresis band,
continued
Figure 4-1
0%
Error
h
2
h
2
+ Error
XXXXX
Output
relay
number
2
OFF
h
2
h
2
ON
Output
relay
number
1
OFF
Setpoint (SP)
7/00
h
2
h
2
XXXXX
39
4.3
PID-A Algorithm
Introduction
PID-A is normally used for three-mode control. This means that the
output can be adjusted somewhere between 100% and 0%. It applies all
three control actions Proportional (P), Integral (I), and Derivative (D)
to the error signal.
Proportional (Gain) regulates the controllers output in proportion to
the error signal (the difference between Process Variable and Setpoint).
Integral (Reset) regulates the controller's output to the size of the error
and the time the error has existed. (The amount of corrective action
depends on the value of proportional Gain.)
Derivative (Rate) regulates the controller's output in proportion to the
rate of change of the error. (The amount of corrective action depends on
the value of proportional Gain.)
How it works
Figure 4-3
From
input
No. 1
DM
Derivative
PV
Gain
Setpoint
Integral
LSP
GM
Im
Z
From
input
No. 2
RSP
Unit
delay
XXXXX
7/00
4.3
PID-A Algorithm,
PID-A control
variations
Continued
Figure 4-4
The PID-A equation will provide PID-A duplex control whenever the
output is configured for duplex operation. In the duplex application, the
PID algorithm will operate the two control relays for variations of the heat
and cool applications.
The PID algorithm computation is the same, but independent gain,
integral time and rate timing constants entered by the operation are used
for calculation during the respective heating or cooling cycle.
As shown in Figure 4-4, the heat and cool cycles are centered on the 50%
output point (midpoint). Without a deadband-overlap setting, 50% output
represents a static condition; no heat or cool action. The PID equation uses
the normal tuning constant for outputs above 50%, but uses the cool
tuning constants for outputs below 50%. 0% output represents full cool
action (output relay number 2 full ON), and 100% output represents full
heat action (output relay number 1 full ON).
The deadband-overlap is operator-adjustable from 5% around midpoint to
25% deadband between the heat and cool cycles.
ATTENTION Cycle time is also independently adjustable for output relay
number 1 and output relay number 2.
Typical Relay Operation in PID-A Duplex Control
100
100
Output relay
number 1 on%
(cool relay)
Output relay
number 2 on%
(heat relay)
5% Overlap to
+5% Deadband
50%
0%
100%
Controller Output
LEGEND
+5% Deadband
0
5% Deadband (Overlap)
XXXXX
41
4.3
PID-A Algorithm,
Continued
42
7/00
4.4
PID-B Algorithm
Introduction
How it works
Figure 4-5
From
input
No. 1
PID-B Unlike the PID-A equation, the controller gives only an integral
response to a setpoint change, with no effect on the output due to the gain
or rate action, and it gives full response to PV changes. Otherwise
controller action is as described for the PID-A equation.
See note on PID-A.
In the B form of the PID equation, the proportional and derivative
modes act on the process variable and the integral mode acts on the error.
In this equation, setpoint changes do not cause bumps in the output.
Figure 4-5 shows the implementation of the difference equations for the
three modes when all three are active.
As shown in the diagram, the present process variable (Xm) is
simultaneously applied to the derivative block and also compared with the
present setpoint (Ym).
The derivative block contributes a rate action component to the process
variable and routes its output (Dm) to the grain block where the
appropriate proportional action is computed for the signal.
The comparison of the present process variable with the present setpoint
(either LSP or RSP) produces the present error (Em) which is then routed
to the integral block where the appropriate reset action from the error is
computed.
The present change in output from the gain block (Km) is then combined
with the present change from the integral block (Im) to obtain the present
output error (Gm) from the PID algorithm.
Implementation of PID-B Equation
PV
Xm
Derivative
Dm
Gain
Xm
Setpoint
LSP
Em
Ym
From
input
No. 2
Integral
Im
Gm
Unit
delay
RSP
XXXXX
PID B control
variations
Control variations for PID-B are identical with those available for PID-A.
The PID-B equation will provide PID duplex control whenever dual
output relays are configured. The description of PID duplex control using
the B equation is identical to that provided for the A equation.
7/00
43
4.5
Introduction
How it works
This algorithm is a variation of the PID-A equation. (See Figure 4-6.) The
equation is computed with no integral contribution. The manual reset,
which is operator-adjustable, is then added to the present output error
(Km) to form the controller output (Gm).
Figure 4-6
From
input
No. 1
Derivative
Dm
Gain
Setpoint
Gm
Manual
reset
LSP
Z
From
input
No. 2
44
Unit
delay
XXXXX
RSP
7/00
4.6
Introduction
How it works
Figure 4-7
PV
SP
Duplex
on-off
control
Feedback
Filter
To relays
XXXXX
7/00
45
4.6
Continued
Output characteristics
of Three Position Step
Control
Figure 4-8
The rate at which the filter charges is determined by the Rate of the
controller, and the discharge rate is determined by the Integral time. Thus,
relay on and off times change in proportion to the error signal and the Rate
and Integral time constants entered by the operator.
The values of the Rate and Integral time constants are entered in minutes.
Figure 4-8 illustrates the profile of a typical output signal derived from the
control action of one relay and the corresponding rotational action it
produces at the motor. The second relay produces identical results except
in the reverse direction.
The algorithm includes computations for the hysteresis of each relay and
the deadband between them. Deadband and hysteresis values are operatoradjustable through the data entry keyboard. (NOTE: Refer to the
descriptions provided for the on-off and duplex on-off control algorithms
for further information regarding hysteresis and deadband.)
Output Characteristics of Three Position Step Control for Constant Error
+100%
Errorfeedback
Error
Output
Relay
Number 1
On
TI Integral time constant
Off
TD Derivative time constant
Deadband
0%
Off
On
Output
Relay
Number 2
100%
Output
Relay
Number 1
On
Off
100%
Final
Element
Position
0
46
XXXXX
7/00
4.7
Initialization
Various computations that are not an integral part of the PID difference
equations include:
Initialization computations,
Output limiting computations,
Reset limiting computations, and
Ratio and bias on remote setpoint computations.
These associated computations complement the PID algorithms and have
related operator-adjusted parameters to meet specific control
requirements.
Initialization
computations
Output limiting
computations
Normally, limits are placed on controller outputs. These limits are initially
0% and 100% for the relay output low and high limits respectively. These
limits may be adjusted in the controller by the operator within this range.
Current and position low and high output limits may be set between 5%
and +105% respectively.
Reset limiting
computations
7/00
47
4.7
Continued
Remote setpoint
Second input signal (%)
Ratio coefficient
Bias constant (engineering units)
The operator can configure the controller for remote setpoint with manual
or automatic bias calculation. With auto bias, the bias coefficient is
automatically calculated for bumpless transfer to the automatic remote
setpoint mode. The equation for this calculation is:
Bias = LSP (R) (IN2)
where:
LSP = Local setpoint
To prevent bumping the output when the mode is transferred from
automatic remote setpoint to automatic local setpoint, the last value of the
control setpoint is used as the local setpoint.
Weighted average
computations
48
7/00
Overview
Whats in this
chapter?
See Page
5.1
Overview
49
5.2
Manual Tuning
50
5.3
Accutune II Tuning
56
5.4
57
5.5
59
Introduction
Tuning technique
You can estimate a starting point and the tuning parameters required to
give the desired controller response and with some experience, become
proficient with this method.
An alternate approach is to rely on a tuning technique. In practice, tuning
techniques usually do not give exactly the type of response desired; thus,
some final adjustments to the tuning parameters must be made.
However, you should at least obtain a reasonable starting point from
which the desired response characteristics can be obtained.
7/00
49
5.2
Manual Tuning
Tuning goals
Methods
50
7/00
5.2
Manual Tuning,
Method 1
Reaction curve
method
Continued
Table 5-1 lists the steps for tuning using the reaction curve method.
Table 5-1
Reaction Curve Method
Step
Action
Measure L in minutes.
PV
1
Calculate R = Min. x P
where:
PV = percent change in process variable
P = percent change in valve position
(This specifies the reaction rate in percent of scale per minute for
change in P in percent.)
Table 5-2
Controller Settings
Mode of Control
PB (%)
Reset R/M
Rate (min.)
Proportional
100RL
110RL
0.3
L
83RL
0.5
L
0.5L
Continued on next page
7/00
51
5.2
Manual Tuning,
Process reaction
curve
Continued
Process
variable
L
R
6
Method 2
Ultimate cycling
method
XXXXX
time
Table 5-3 lists the steps for tuning using the ultimate cycling method.
Table 5-3
Ultimate Cycling Method
Step
Action
Narrow the proportional band until a small uniform cycling starts and
continues.
Measure the period of cycling. This is the ultimate period, PU. See
Figure 5-2.
Figure 5-2
Ultimate Period
PU
XXXXX
7/00
5.2
Criterion #1
Manual Tuning,
Continued
PB
Reset
Rate
Proportional only
2PBU
Proportional + Reset
2.2PB U
1.2
PU
1.7PB U
2
PU
PU
8
4
1
XXXXX
Criterion #2
PU
Rate = 2
Criterion #3
PU
Rate = 3
Continued on next page
7/00
53
5.2
Manual Tuning,
Correcting incorrect
settings
Continued
Figure 5-4
(a)
(c)
2.2PB U
0 repeats/min
(b)
2.2PB U
.5 repeats/min
2.2PB U
1 repeat/min
(d)
2.2PB U
1.5 repeats/min
(e)
2.2PB U
2 repeats/min
XXXXX
54
7/00
5.2
Manual Tuning,
Correcting incorrect
settings, continued
Continued
Figure 5-5
7/00
(a)
2.2PB U
1.5 repeats/min
(c)
1.1PB U
1.5 repeats/min
.1 min rate time
(b)
2.2PB U
1.5 repeats/min
.1 min rate time
(d)
1.1PB U
2.5 repeats/min
.1 min rate time
XXXXX
55
5.3
Accutune II
Introduction
Honeywells Demand tuning provides foolproof, trouble-free ondemand tuning in their controllers. No knowledge of the process is
required at start-up. The operator simply enters the desired setpoint and
initiates the tuning. The UDC controller immediately starts controlling to
the setpoint while it identifies the process, calculates the tuning constants
and enters them into the Tuning group, and begins PID control with the
correct tuning parameters.
This works with any process, including integrating type processes, and
allows retuning at a fixed setpoint.
How SP tuning
works
56
7/00
5.3
Introduction
Figure 5-6 shows a typical duplex control Heat/Cool application. Note that
the output types may be current or relay.
Figure 5-6
Typical Heat/Cool Application
T/C
PV
SP2
SP1
PID 2
OUT2
COOLING
PID 1
OUT1
HEATING
7/00
57
5.3
Continued
Accutune II
Figure 5-7 illustrates the relationship between the Heating and Cooling
outputs and tuning parameters. It assumes both outputs are 4-20 mA
current signals.
During tuning, Accutune II assumes Setpoint 1 will cause a heating
demand, and the calculated PID parameters will be automatically entered
as PID SET 1.
Likewise, it assumes tuning at Local Setpoint 2 will cause a cooling
demand, and the cooling PID parameters will be entered as PID SET 2.
Figure 5-7
Relationship between Heat/Cool Outputs and Tuning
PID 2
20mA
PID 1
OUT1
OUT2
HEATING
ZONE
COOLING
ZONE
4mA
0%
20mA
50%
4mA
100%
PERCENT OUTPUT
58
7/00
5.5
Introduction
How it works
The fuzzy logic observes the speed and direction of the PV signal as it
approaches the setpoint and temporarily modifies the internal controller
action as necessary to avoid an overshoot. This allows more aggressive
tuning to co-exist with smooth process variable response.
There is no change to the PID algorithm, and the fuzzy logic does not alter
the PID tuning parameters.
This feature can be independently enabled or disabled as required by the
application to work with Honeywells Accutune II Demand tuning or the
SP Adaptive tuning algorithm.
7/00
59
60
7/00
Overview
Whats in this
chapter?
Introduction
7/00
See Page
6.1
Overview
61
6.2
62
6.3
63
6.4
Cascade Control
65
6.5
71
6.6
76
6.7
Ratio Control
78
6.8
85
61
6.2
Introduction
2.
Description
The differential pressure transmitter measures the DP
across a specially calibrated orifice in the flow vessel.
From the fundamental formula Q = DP, it can be found
that the quantity of flow (Q) is a function of the measured
DP. The transmitter linearly converts DP to a standard
electric signal (E), therefore (%DP = %E).
The square root extractor generates an output that will
relate to changes of its input in the following manner:
% Eout = % Ein
With an input of 25%, the output will be 50%. When used
with the dp transmitter and orifice, the output of the
square root extractor will change the square root signal to
a linear flow signal.
Q = DP, and Eout = Ein
since
then substituting,
Q = Eout
3.
I/P
4.
Ratio
Relay
5.
High
Selector
Low
Selector
62
7/00
6.3
Introduction
Illustration of a
feedback control loop
Figure 6-1
Sensor
Output
xxxxx
7/00
63
6.3
Continued
Slow acting
processes
Factors determining
fuel flow
Time factor
Time elapses before the deviation is of great enough size to command that
the controller take corrective action. A small amount of time elapses
before the controller produces the correct amount of output, and due to the
thermal inertial and energy holding ability of the slow acting process, a
significant amount of time passes before the process responds to the
readjusted valve position and returns to the setpoint.
The major problem in controlling the process variable during an
unpredicted disturbance is the consumption of time. The controller will
only change its output when an error has been detected . . . minutes after
the disturbance has entered the process.
In this simple control loop, the system has been designed to control the
process variable (temperature) by valve adjustment, although heat supply
is actually the factor determining the temperature. A system which helps
to overcome the serious time delays and poor control caused by fuel
pressure and flow disturbances is called cascade control.
64
7/00
6.4
Cascade Control
Introduction
The cascade loop is one of the most common multi-loop control systems
in use today. The application of such a system can greatly decrease
deviations of the primary variable and increase line out speed after a
process disturbance has occurred.
Reasons for
considering cascade
control
In the simple loop shown in Figure 6-1, the output of the controller
adjusted the final control element.
Figure 6-2
A cascade control loop is shown in Figure 6-2. Note that the output of the
temperature controller now adjusts the setpoint of a secondary
controller, which in turn adjusts the position of the final control element.
The cascade loop shown in Figure 6-2 uses the ground work of the
previously examined reheat furnace. The secondary variable used in this
example is fuel flow.
Cascade Control Loop
Secondary
Controller
Primary
Controller
RSP
PV
Sensor
Temperature
Transmitter
Output
Final
Control
Element
Reheat Furnace
Fuel
65
6.4
Cascade Control,
Continued
How it works
If the temperature of the product within the furnace is too high, the
primary controller lowers its output, requesting a decrease in the fuel flow
setpoint.
If the temperature drops, the device raises the setpoint of the secondary
controller, which in turn increases the fuel flow to match its new setpoint.
In any case, the primary controller is controlling temperature by
adjustments in the secondary controllers setpoint.
Since the secondary controller is designed to measure and control fuel
flow, the primary controller adjusts fuel flow, not valve position.
Therefore, when a flow disturbance occurs, the fuel flow transmitter will
notice it before it can adversely affect the process. The secondary
controller will quickly readjust the valve position until flow once again
matches the setpoint dictated by the primary.
Secondary control
loop
The secondary control loop consists of a simple flow loop. This controller
measures the flow of fuel and compares it to the value desired by the
primary controller.
The function of the controller is to maintain the flow at the remote
setpoint it receives. Note that with this configuration, deviations due to
fuel should increase, there will be a rise in fuel flow rate.
Before this increased flow affects the temperature, it is detected by the
secondary transmitter and thus, the secondary controller.
In an attempt to maintain a zero error between its PV and RSP (remote
setpoint), the secondary controller quickly changes its output in a direction
to reduce the fuel flow and reestablish a zero error. Because of the speed
of response of this variable, as compared to that of the primary, the
temperature changes very little.
Conditions warranting
cascade control
66
7/00
6.4
Cascade Control,
Continued
Other points to
consider
How to choose a
secondary variable
In the cascade control loop previously introduced, it was noticed that the
selection of fuel flow as a secondary variable was a good one. It should be
obvious that to obtain the maximum benefits from a cascade control
system, a wise choice of the secondary variable is a vital requirement.
How does one choose the most appropriate secondary variables?
Application engineers have developed some rules of thumb for choosing
the optimum secondary variable.
Continued on next page
7/00
67
6.4
Cascade Control,
Continued
Figure 6-3
Setpoint
Deviation
Controller
Output
Control
Valve
(Optional)
Process
Variable
Transmitter
Fuel
Reheat
Furnace
Product
Outlet
Temperature
Measuring
Element
68
7/00
6.4
Cascade Control,
Continued
Figure 6-4
Primary Deviation
Secondary Deviation
Primary
Product
Inlet
Disturbance
Secondary
Valve
Actuator
Fuel
Process
LSP
Out s
Out p
Secondary PV
Primary PV
Stem
Optional
Secondary
Transmitter
Fuel
Fuel
Product
Outlet
Impulse
Lines
Optional
Primary
Transmitter
7/00
69
6.4
Cascade Control,
70
Continued
After the diagram has been made, plan possible alternates for placement of
the secondary measuring element and selection of the secondary variable,
using these five rules.
1. Make the secondary loop include the input point of the most serious
disturbances. It is the effect of these disturbances which the cascade
loop must be most successful in controlling.
2. Make the secondary loop fast by including only minor lags. When
comparing the speed of response of the primary variable (TP) to that of
a possible secondary variable (TS), the ratio of TP/TS should preferably
be at least 3. Ratios of 5 or 10 are even more desirable.
3. Use a secondary variable with setpoint values that are definitely
related to the value of the primary variable. In undisturbed operation
of the system, at line out, the relationship of the secondary setpoint to
the primary variable should be represented by a single line. If the line
is relatively straight rather than curved, this will simplify the tuning of
the primary controller.
4. If the secondary loop can remain relatively fast (see note 2), make it
contain as many of the disturbance inputs as possible. The
improvements in close control after a disturbance has entered a
cascade control loop will be roughly related to the gain settings of both
controllers.
7/00
6.5
Introduction
When to use
feedforward control
7/00
71
6.5
Continued
When to use
feedforward control,
continued
Figure 6-5
Change
Output
Disturbance
Measure
Error
Hold
Output
Is
Zero
Error?
Effect
The simple flow diagram shown in this figure assumes that the controller
output is changing in the correct direction.
Some degree of oscillation is common in any trial and error attempt at
control.
Continued on next page
72
7/00
6.5
An approach to
feedback problems
Continued
SP
Measure
Error
Measure
Disturbance
Computer
Output
Final
Control
Element
Note that in Figure 6-6, the system has no return of information. The
correct output value is computed by changes in the setpoint, process
variable, or fluctuations of external system disturbances.
The process of feeding this information forward to compute the correct
output value is known as FEEDFORWARD. The essential feature which
distinguishes this system from feedback control loops is the forward flow
of information. The feedforward scheme can produce tremendous
improvements in control because in practice, it continuously balances the
material or energy requirements of the process against the current
demands of the load.
Continued on next page
7/00
73
6.5
Continued
A simple feedforward
control system
Figure 6-7
Figure 6-7 depicts a simple feedforward control system. The loop is of the
continuous form, wherein liquid is fed through a heat exchanger and is
heated to a desired value. The controller output feeds the final control
element through a summation auxiliary. The auxiliary is an analog adder
that sums the values of its inputs.
A Static Feedforward System
Static
Feedforward
Response Curve
Desired limits
Outlet
Flow
TT
Heat
Exchanger
PV
FT
IN
Gain
Relay
OUT
Summer
OUT
IN
74
7/00
6.5
A simple feedforward
control system,
continued
Continued
Static systems
7/00
75
6.6
Introduction
Illustration of dynamic
feedforward control
Figure 6-8
Static
Feedforward
Response Curve
Outlet
Flow
TT
Heat
Exchanger
PV
FT
IN
Gain
Relay
Lead/
Lag
OUT
Summer
OUT
IN
76
7/00
6.6
How it works
7/00
Continued
Assume that the increase of inlet feed had a much greater effect on
product temperature. The alternative, in the static system, would be to
increase the gain of the adjustable gain relay to cause a greater change in
valve position. The stronger initial correction signal could create
overcorrectionopening the valve too much, and causing a larger upset in
the opposite direction. This deviation would have to be removed by the
temperature controller.
The dynamic feedforward control system can provide more correction
than the static system, yet not create the undesired overcorrection. With
dynamic (or time variable) feedforward, the corrective signal will be
momentarily large, then gradually cut back. By gradually cutting back the
corrective signal, the process will not experience a large, sustained release
of energy and overcorrection can be eliminated. The time dependent
feedforward signal can be generated by another auxiliary device known as
a Lead/Lag relay.
77
6.7
Introduction
Ratio control
configurations
There are two ratio control configurations that are commonly used: Series
and Parallel configurations. There are definite advantages in choosing one
over the other.
Series configuration
The Series system takes a lead and follow approach. According to the
demand of the process, a master controller will control one of the variable
(the leader) to a particular value. The follower variable will then be
controlled by a remote setpoint controller to some predetermined ratio of
the leader. This means that as the first input variable rises, so will the
value of the second. If the leading variable falls to zero, so must the
follower. This interaction is the primary characteristic of the series ratio
system. These systems can be characterized by a definite interlock
between the two controlled variables. This interlock can become a
valuable safety feature.
A
dp
I/P
PV
Controller
A
OUT
RSP
Master
Controller
I/P
dp
78
7/00
6.7
Continued
Notice that in Figure 6-9, the pipe for flow A is much larger than B. This
will allow a pre-set ratio to be established.
For example, if the range of operation of pipe A is 0 to 1000 cfh and pipe
B is 0 to 500 cfh, the A:B ratio of maximum flow capacity would be 2:1.
The 20% fluid flow in pipe B would be 100 cfh, but in pipe A the flow
would be 200 cfh.
Since the value of A will be established by the value of B, the system is
serial.
The ratio of flow is fixed by the scale ranges of both variables and cannot
be changed without a major change in system hardware. If pipe A and B
were the same size, the system shown in Figure 6-9 would only be capable
of maintaining a 1:1 ratio, since there is no device in the system to
multiply or divide flow B by some gain factor before sending it as a
remote setpoint to controller A.
In the event that a ratio is desired other than the pre-set ratio established
by the two pipe dimensions, another device must be added to the system.
This device is called a ratio relay and is shown in the system in
Figure 6-10.
Figure 6-10 Ratio Control System with Ratio Relay
A
dp
I/P
PV
Controller
A
OUT
RSP
Ratio
Relay
Master
Controller
I/P
dp
This system provides one major advantage over the previous example. By
using a device known as a ratio relay between the flow in pipe B and the
flow A controller, the system will operate the same as example A, except
that the ratio of the flows can be easily adjusted.
Continued on next page
7/00
79
6.7
Continued
Parallel systems
The parallel approach to ratio control allows the master controller to set
the value of both variables. Instead of one control system leading and the
second one following, the parallel concept ties both systems to the direct
command of the master. As process demand changes, the master controller
adjusts the values of both control systems simultaneously.
Since both systems receive their setpoints from the master controller, they
will respond to a change at the same time. How well the two systems are
kept together will depend upon the response characteristics of each.
Advantages of parallel
ratio control
One of the advantages of parallel ratio control is that any noise occurring
in the leader variable will not be reflected in the follower. Without the
interlock, both systems are independent of one another.
This configuration can lead to yet another advantage. The simultaneous
updating of both systems could result in a smaller deviation from the
desired ratio during changes in process demand. The obvious disadvantage
is loss of interlock safety. If one variable of a parallel system drops to
zero, the second will not.
Continued on next page
80
7/00
6.7
Block diagrams of
parallel ratio systems
Figure 6-11
Continued
RSP
Flow
Variable
A
Control
System
A
RSP
Control
System
B
Figure 6-12
Flow
Variable
B
A
dp
I/P
PV
Controller
A
OUT
RSP
OUT
RSP
Ratio
Relay
x
PV
Controller
B
I/P
dp
B
Master
Controller
7/00
81
6.7
Continued
This ratio control system has been designed so that instead of the master
controller setting the value of flow B only, the master controller sets the
flow values of both controllers.
Note that while in the series ratio system, the input to the ratio relay came
from the flow B transmitter/square root extractor, in this system, the input
to the ratio relay comes directly from the master controller. In the series
ratio system, the RSP to controller A did not change until flow B actually
changed, not when the master controller merely called for a change in
flow B.
In the parallel ratio system, the RSP to Controller A changes the moment
the master controller calls for it.
The ratio of the two flows will be determined by the ratio relay
adjustment. Since the master controller sends both setpoint commands in
a parallel fashion to the flow controllers, both controllers will respond to a
change at the same time. How well the flows track each other over
changes in demand will again be determined by the two response
characteristics.
Parallel system
disadvantage
The parallel system will, in most cases, result in a better ratio control as
process load changes occur. The basic disadvantage is the lack of flow
interlock. If flow A should fall to zero in a fault condition, flow B will not
be affected. Note that if an application arises where process personnel
would like to momentarily interrupt one of the flows without affecting the
other, this non-interlocked parallel system would offer such a possibility.
Some applications require that the ratio between the two flows never
exceeds a set value in one direction, because the result may represent an
uneconomical or unsafe condition.
A typical example of this is the air/fuel mixture in a burner. To keep the
mixture from ever being too rich in fuel, an interlock system is used.
Continued on next page
82
7/00
6.7
Example of ratio
system with interlock
Continued
Figure 6-13
A
dp
I/P
PV
RSP
Controller
A
Ratio
Relay
High
Selector
I
I
Low
Selector
I
o
Controller
B
I/P
dp
B
Indicator
Master
Controller
7/00
83
6.6
Example of ratio
system with interlock,
continued
Continued
If we assume that the desired ratio has been met (A = X) then to satisfy the
limits of the equation:
1)
Holding
A constant
B cannot increase
AND
2)
Holding
B constant
A cannot decrease
If a change in demand requires more of both fluids, note that to satisfy the
first rule, flow B cannot increase unless flow A increases first.
Conversely, to satisfy the second rule, if a decrease in both fluids is
necessary, flow A cannot decrease unless flow B does so first.
Because the response times of both systems may not be equal, it is
important to note that we cannot simply state that one variable must
change first. We must ensure that one will lag the other, but accomplish
this without the use of a time delay. A time delay may result in an
increased offset from the desired ratio during changes in demand. (There
may also be an unnecessary increase in system complexity.)
Interaction and
interlock between the
two flows
84
In Figure 6-13, the interaction and interlock between the two flows can be
achieved by allowing the master controller to set the flows in a parallel
fashion.
The line between the flow B controller and its setpoint input from the
master controller is bridged by a low selector. The other input to the
selector is the PV of the flow A controller.
In the line feeding the setpoint input of the flow A controller, a high
selector has been placed. The high selector has a second input, the flow
measurement of controller B.
An adjustable ratio relay station has been placed in the PV input line to the
flow A controller. In this way, the relay multiplies the actual PV of flow A
times the ratio value. The controller then compares this value to its
setpoint.
During a load change in the opposite direction, the converse will be true.
With a decrease in demand, flow B must change first. After it has
changed, flow A may begin changing.
In this example, the signal selectors will provide the interlock between
flows that is necessary to keep the ratio on the safe side of the desired
value at all times. When the system comes to a point of balance, all signal
selector inputs will be equal. To display the actual value of flow A, an
indicator has been added.
7/00
6.8
Introduction
How it works
Assume that there are two inputs to an override selector. These inputs
represent two process variables that are both affected by the value of one
manipulated variable. However, the two process variables are affected in
opposite directions by the same manipulated variable. That is, as the
manipulated variable is changed in one direction, one of the process
variables will increase as the other decreases.
Example
Pressure
Increases
PV1
PV2
(B)
(A)
Discharge
Valve
Position
Suction
Pump
Continued on next page
7/00
85
6.8
Continued
Example, continued
With the pump running at a given speed, opening the valve would cause
an increase in the suction measured at point A. If positive pressure is the
measured variable, an increase in suction would be the same as a
decreased pressure.
Although the upstream pressure (Point A) decreases due to an opening of
the control valve, note that the same change in valve position will cause an
increase in downstream pressure (Point B). This relationship between
controlled and manipulated variables is a major reason why override
strategies are frequently used in compressor and pump station controls.
Objective of an
override control
system
Figure 6-15
Override
Selector
PV
R/A
Cointroller
Low
A
PV
B
OUT
OUT
PT1
PT2
B
A
Valve
Discharge
Pump
Continued on next page
86
7/00
6.8
Continued
Integral mode
problems
How it works
7/00
87
88
7/00
Chapter 7 Auxiliaries
7.1
Overview
Whats in this
chapter?
Introduction
7/00
See Page
7.1
Overview
89
7.2
Integrators
90
7.3
94
7.4
Multiplier/Dividers
96
7.5
100
7.6
102
7.7
Adder/Subtractor
105
The topic table lists the Auxiliaries resident in the microprocessor memory
of most controllers. The selection of an auxiliary is part of the
configuration process of the controller.
89
7.2
Integrators
Introduction
Manual integration
90
7/00
7.2
Integrators,
Manual integration,
continued
Figure 7-1
Continued
The chart in Figure 7-1 shows a record of the rate of flow occurring in an
application where the range of operation is from zero to one thousand
gallons per hour. The chart is a twelve hour history of the changes that
occurred. To totalize the flow signal on the chart, a human operator or an
electronic device must calculate the area that exists underneath the curve
drawn by the recorder pen.
20
3
10
40
60
11
80
12
8:00 P.M
100
1
8:00 A.M.
Reading Times 10
Continued on next page
7/00
91
7.2
Integrators,
Manual integration,
continued
Table 7-1
Continued
Flow
Total Flow
per Time Span
#1
1 hour
100 gal
100 gal
#2,#3, and #4
3 hours
400 gal
1200 gal
#5 and #6
2 hours
600 gal
1200 gal
#7 and #8
2 hours
800 gal
1600 gal
#9
1 hour
900 gal
900 gal
#10
1 hour
600 gal
600 gal
#11
1 hour
400 gal
400 gal
#12
1 hour
700 gal
700 gal
Chart Selection
Total
12 hours
6700 gal
92
7/00
7.2
Integrators,
Continued
Auxiliary electronic
integration
Since most flow records will not be as clear-cut and easy to calculate
manually as that in Figure 7-1, an electronic auxiliary accomplishes
integration.
This calculation is achieved by producing a calibrated pulse train to a
counter that continuously counts the total flow. As the flow rate
decreases, so does the frequency of the output pulses. An electronic
integrator might operate with a pulse rate output range from 0 to 50 ph to
0 to 50,000 cph. This means that a single unit will cover the desired span
of most applications without a multiplication constant.
Determining the
integrator range
7/00
93
7.3
Introduction
Example of square
root extraction
Figure 7-2
Transmitter
94
7/00
7.3
Input/Output percent
values
Continued
The chart shown in Table 7-1 depicts the input and output percent values
for a correctly calibrated square root extractor.
Table 7-1
% Input
% Out
% Input
% Out
% Input
% Out
% Input
% Out
25
50
50
70.7
75
86.6
10
26
50.9
51
71.4
76
87.1
14.1
27
51.9
52
72.1
77
87.1
17.3
28
52.9
53
72.8
78
88.3
20
29
53.8
54
73.5
79
88.9
22.4
30
54.8
55
74.2
80
89.4
24.5
31
55.7
56
74.8
81
90
26.4
32
56.6
57
75.5
82
90.5
28.2
33
57.4
58
76.1
83
91.1
30
34
58.3
59
76.8
84
91.6
10
31.6
35
59.2
60
77.4
85
92.2
11
33.2
36
60
61
78.1
86
92.7
12
34.6
37
60.8
62
78.7
87
93.3
13
36.1
38
61.6
63
79.4
88
93.8
14
37.4
39
62.4
64
80
89
94.3
15
38.7
40
63.2
65
80.6
90
94.9
16
40
41
64
66
81.3
91
95.4
17
41.2
42
64.8
67
81.9
92
95.9
18
42.4
43
65.6
68
82.5
93
96.4
19
43.6
44
66.3
69
83.1
94
96.9
20
44.7
45
67.1
70
83.7
95
97.5
21
45.8
46
67.8
71
84.3
96
97.9
22
46.9
47
68.6
72
84.9
97
98.5
23
47.9
48
69.3
73
85.4
98
98.9
24
48.9
49
70
74
86.0
99
99.5
100
100
7/00
95
7.4
Multiplier/Dividers
Introduction
Conditions affecting
static pressure
Change in
temperature
Increasing the temperature will cause the molecules of the gas to move
more rapidly. As the molecular motion increases, so does the tendency for
the moving molecules to bombard the inner walls of the container. This
bombardment will result in a higher static pressure. Likewise, colder
temperatures result in lower pressures. This effect is shown in Figure 7-3.
Figure 7-3
100 C
20 C
96
7/00
7.4
Multiplier/Dividers,
Change in volume
Continued
7/00
97
7.9
Multiplier/Dividers,
Increase in static
pressure
Continued
In Figure 7-5, the dotted area of the drawing represents one cubic foot of a
methane gas. This volume of gas has the ability to do a specific amount of
work. It can be assumed that it has the amount of energy equal to 1,000
BTUs. (The British Thermal Unit, or BTU, is the amount of energy
required to raise the temperature of one pound of water, one degree
Fahrenheit.)
If the pressure of the gas decreases, or its temperature should increase
enough to cause the volume of the gas to be eight times larger than the
original cubic foot, the potential energy on one cubic foot will be much
less than 1,000 BTUs. This condition has changed the total mass of one
cubic foot of methane.
Figure 7-5
BTUs;
98
7/00
7.4
Multiplier/Dividers,
Continued
Definition of flow
Standard flow
measurement
7/00
99
7.5
Introduction
Convert to absolute
pressure
The formula for choosing the scaling factor is the span of the transmitter
divided by the zero based span.
Notice that the calibration of the transmitter will be 14.7 to 64.7 PSIA (a
span of 50), and the scaling and biasing constants will cause the auxiliary
to see 0 to 64.7 PSIA.
K
scale =
Transmitter Span
Zero Based Span
(14.7 to 64.7)
(0 to 64.7)
or
50
64.7
100
7/00
7.5
Continued
[ LRV
]
URV
x 4 volts
Where: LRV is the lower range value of the transmitter range in PSIA.
URV is the upper range value of the transmitter range in PSIA.
The transmitter range is 14.7 to 64.7 PSIA, so the LRV equals 14.7 and
the URV equals 64.7.
This formula produces a ratio times the 4 Volt span (1-5 Vdc):
K bias =
[ 14.7
]
64.7
scale =
scale =
Transmitter Span
Zero Based Span
150
(460 to 610)
610
(0 to 610)
.246
K bias =
[ LRV
URV ]
x4
K bias =
[ 460
]
610
x4
7/00
101
7.6
introduction
Figure 7-6
50 psig
35
75%
49.7
3V
50%
39.7
20
15
29.7
2V
25%
1V
0%
4V
75%
(48.5 psia)
3.45V
61.36%
3V
50%
(32.4 psia)
2V
25%
(16.2 psia)
1V
0%
24.7
19.7
5
0 psig
100%
44.7
34.7
10
5V
54.7
4V
30
25
64.7psia
n
l Sp a
igna
f
o
t
n
e
e
Perc te Rang
lu
o
s
Ab
59.7
45
40
dS
odifie
14.7
9.7
4.7
Absolute Zero
0 psia
102
7/00
7.6
Continued
An example
Assume that the pressure existing is 25 psig. By adding 14.7 psi to the
gauge pressure value, the approximate equivalent on the absolute scale
will be obtained.
25.0 psig + 14.7 psi = 39.7 psiaapproximate atmospheric pressure
measured by the transmitter.
The transmitter is measuring 39.7 psia.
If it is calibrated correctly, its output will be 50% of 1 to 5 Volts, or
3.0 Vdc. The measured value of 39.7 psia does not represent 50% of the
zero-based range.
To calculate the actual percent of span that 39.7 psia represents, the
measured value must be divided by the full scale span:
39.7 psia measured = 61.36%
64.7 psia scale span
To check the validity of the signal conditioner, the +1 Volt LIVE zero
must be summed with 2.456 Volts. The result is 3.456 Volts.
This operation has modified the 50% (3.0 Vdc) transmission signal,
representing 25 psig or 39.7 psia, to appear as its equivalent in an absolute
pressure range from 0 to 64.7 psia . . . or 63.36% (3.45 Volts).
Continued on next page
7/00
103
7.6
Continued
Conclusion
This exercise has proved both constants to be valid ones. Note that the
actual PV will not fall below approximately 23% of the modified signal
span. This is the rough equivalent of a zero psig signal from the
transmitter. This should not be viewed as a problem since the transmitter
has been calibrated for a 0 to 50 psig range; so the actual PV should never
fall into the vacuum range during normal operation.
Graphical example
Using the previous example for scaling and bias constants, assume that the
A, B, and C Inputs are P, Pressure, and Temperature respectively. See
Figure 7-7. In this case, the multiplier/divider will be programmed for:
A B
C
After the calculation has been made, the square root extractor will
linearize the signal.
For Input A:
Kscale = 1 and Kbias = 0
For Input B:
Kscale = .773 and Kbias = .91
For Input C:
Kscale = .246 and Kbias = .302
Figure 7-7
Graphical Example
Gas Flow
To Furnace
T/C
MV/I
hp
PP/I
lp
P/I
FCE
Extract
Multiplier
Divider
Calculated
Output Value
104
Out
PV
Linearized
Mass Flow
Relationship
Controller
7/00
7.7
Adder/Subtractor
Introduction
A common
application
0-300,000 cfh
Furnace
0-50,000 cfh
Furnace
Transmitter A
Transmitter B
Transmitter C
Gas Flow
7/00
105
7.7
Adder/Subtractor,
The role of
Adder/Subtractor in
the loop
Continued
Transmitter C
Transmitter B
A, B, & C
Differential
Pressures
Square
Root
Extractor
Extractor
Calculated
Flow Values
for Flows
A, B, & C
Calculated
Total Flow
Consumption
PV
106
7/00
7.7
Adder/Subtractor,
Adder/Subtractor
calibration
coefficients
Continued
Max Flow A
Flow Total
100,000
450,000
= .22
Scale for B
=
Max Flow B
Flow Total
300,000
450,000
= .67
Scale for C
=
7/00
Max Flow C
Flow Total
50,000
450,000
= .11
107
108
7/00
Overview
Guideline overview
Whats in this
chapter?
7/00
See Page
8.1
Overview
109
8.2
110
8.3
Prevention Methods
111
8.4
112
8.5
114
8.6
115
109
8.2
Overview
Capacitive and
inductive coupling
Capacitive and inductive coupling have the same essential effect they
couple current or voltage, without any actual connection of the two
circuits. Impedance coupling requires a connection between the two
circuits. Typical noise-generating sources that could affect electronic
equipment through capacitive and inductive coupling include:
Impedance-coupled
noise
Relay coils
Solenoids
AC power wires particularly at or above 100 Vac
Current carrying cables
Thyristor field exciters
Radio frequency transmissions.
Impedance-coupled noise may enter by way of the lines used to power the
digital equipment or by way of improper grounding. Most power lines, at
typical industrial locations, are far from noise-free. The noise on them can
be generated in many ways, but are nearly always associated with
switching circuits of some nature.
These include:
110
Large relays
Contactors
Motor starters
Business and industrial machines
Power tools
HID (high intensity discharge) lights
Silicon controlled rectifiers (SCRs) that are phase-angled fired.
7/00
8.3
Prevention Methods
Introduction
There are three ways to prevent electrical noise from interfering with the
operation of the electronic digital equipment.
Built-in noise rejection
Separation of signal and power lines
Noise suppression at source
Built-in noise
rejection
The first method is to design the digital equipment with a high degree of
noise rejection built in. This includes housing the equipment in a case that
will provide shielding, liberal use of noise rejection filters and optoisolators, and the use of noise suppressors on potential noise sources
within the equipment itself. This, of course, is the responsibility of the
manufacturer who usually performs extensive laboratory and field testing
of newly designed digital equipment to insure the adequacy of its
immunity to noise. As a minimum requirement, the equipment should be
able to pass the tests outlined in the IEEE Standard 472-1974 (Surge
Withstand Capacity Tests).
The second method is to prevent noise from getting on the signal and
power lines that are connected to the equipment. This is achieved by
proper separation and shielding of those lines. In some cases, separate
power lines or special power line regulation or filtering may be required
for satisfactory electronic digital equipment operation. It is the
responsibility of the installer to follow good wiring practices.
Suppression at the
source
The third prevention method is to suppress the noise at its source. This is
the most effective but also the most difficult because it is not easy to
identify all of the potential noise sources in a typical industrial
installation. Therefore, ''suppression'' is usually a last resort for those
extreme situations where the other methods are insufficient by themselves.
See Noise Suppression at Source which follows.
7/00
111
8.4
General rules
Wire bundling
External Wiring
Wire Function
No.
1
2
3
6
7
Bundle No.
Are Shielded
Twisted Wires
Recommended?
HIGH VOLTAGE
Line Power
Earth Ground
Line Voltage
Digital I/O
NO
ANALOG I/O
Process Variable
RTD
Thermocouple
dc Millivolts
Low Level (<100V)
4-20 mA dc
1-5 Vdc
YES
DIGITAL I/O
Low Voltage (<100V)
Computer Interface
YES
Type
112
7/00
8.4
Additional rules
Continued
7/00
113
8.5
The AC power for the digital electronic equipment must be within the
voltage and frequency limits specified for that equipment. Attempts to
operate outside the specified limits will result in no performance. For
those installations where the supply voltage will not stay within the
specified limits, a ferroresonant transformer, for voltage resolution, should
be used.
Independent AC
source
For protection against noise, the AC source for the digital electronic
equipment should be independent of all other loads especially when
switching loads are involved. For example, it should not provide power
for air-conditioning, convenience outlets, lighting, motors, or similar
noise- generating devices. To obtain electrical isolation (see Figure 8-1) a
separate transformer is required to supply power to the digital equipment.
For additional noise and transient rejection, shielded primary and
secondary windings may be required. And, if necessary, power line filters
may be added to attenuate noise signals that have a higher frequency than
the power line frequency.
H
Power source
120/240 Vac
single phase
To digital
electronic
equipment
G
20779
114
7/00
8.6
Introduction
Generally speaking, when good wiring practices are used with welldesigned digital electronic equipment, no further noise protection is
necessary. However, in some severe electrical environments, the
magnitude of the electrical noise is so great that it must be suppressed at
the source. In most control cabinets, the main sources of noise are motor
starters, contactors, relays, and switching gear. For this reason, many
manufacturers of these devices supply surge suppressors which mount
directly on the noise source (for example, on the coil of a control relay or
motor starter).
For those devices that do not have accessory surge suppressors,
resistance-capacitance (RC) circuits and/or voltage limiters such as metal
varistors may be added when and where needed. This can be broken down
into two categories, namely inductive loads (for example, a relay switch
in series with a relay coil) and contacts.
Inductive coils
MOV Devices
Part Number
30732481-501
30732481-502
Maximum AC
130V
275V
10 Joules
15 Joules
V130LA10A
V275LA15A
7/00
115
8.6
Inductive coils,
continued
Metal
oxide
varistor
A.C.
supply
0.5 mfd
1000V
Relay coil
or
solenoid
220
ohms
20780
115V
1/4 Watt
230V
1 Watt
460V
3 Watt
550V
5 Watt
116
7/00
8.6
Contacts
Continued
A.C.
supply
Inductive
load
20781
For large load currents, a rule of thumb is to size the capacitor so that the
number of microfarads equals the number of amperes in the load current,
and the resistor has the same resistance value as the load. The objective is
to eliminate the visible arc.
Either discrete resistors and capacitors or packaged RC networks may be
used. An RC network (47 ohms and 0.1 microfarad) is available from
Honeywell as part number 30371852-001. Similar RC networks are
available from Electrocube Inc. (part number RG1782-3) and from
Industrial Condensor Corporation.
Continued on next page
7/00
117
8.6
Contacts, continued
Continued
D.C.
supply
R
Inductive
load
Diode
20782
118
7/00
GLOSSARY
Amplifier a device used to increase the magni-
tude of a small input signal to proportions sufficient to perform some desirable function.
7/00
119
GLOSSARY
Auxiliary Output generally a millivolt or
voltage out that can be configured to represent a
controller parameter (such as PV, an Input,
setpoint, deviation or the control output). The
range of the auxiliary output can be easily scaled
by the operator.
7/00
GLOSSARY
Controlled Variable that quantity or condition
of a controlled medium which is measured and
controlled. For example, temperature, pressure,
flow rate, volume, level, or concentration.
d
Damping the progressive reduction or sup-
Association approval.
7/00
121
GLOSSARY
Direct Acting Control in this control action,
the controllers output increases as the
process variable increases.
Disturbance an undesired change in a variable
f
Failsafe Output the output value to which the
Feedback Control an error driven control system in which the control signal to the actuators is
proportional to the difference between a command signal and a feedback signal from the process variable being controlled. Also see Control.
122
7/00
GLOSSARY
Field Wiring wiring that must be done at the
installation site (in addition to factory wiring) in
order to complete an installation.
h
Hertz (Hz) a unit of frequency equal to one
approval.
i
Inductive Load a lagging load; a load that is
predominantly inductive, so that the alternating
current lags behind the alternating voltage; i.e.,
the current does not change direction until after
the voltage does.
g
Gain the ratio of the change in output to the
change in input which caused the change. The
reciprocal of Proportional Band.
7/00
123
GLOSSARY
Integrator a device whose output is
proportional to the integral of the input variable
with respect to time.
l
Lag a relative measure of time delay between
two events, states, or mechanisms.
j
Jumper a short length of wire used to compete
a circuit temporarily or to bypass part of a circuit.
Also, the action of using a jumper.
controller or recorder.
124
7/00
GLOSSARY
Loop Rate loop sampling rate for any input
selectable from 3 to 12 conversions per second.
o
Offset a sustained deviation between the actual
control point and the setpoint under stable
operating conditions.
m
Manual Mode controller does not adjust the
output for changes in SP or PV; output can be
changed manually.
7/00
125
GLOSSARY
Position Proportioning Control type of
control that uses two SPDT relays and a motor
which has a 100 to 1000 ohm feedback
slidewire.
r
Ramp Segment the time it takes to change the
126
7/00
GLOSSARY
Remote Automatic Mode the controller will
operate from a remote setpoint, usually other
than input 1.
s
Sensor Break Protection (Burnout) will
change of input.
7/00
tively low resistance between two points of a circuit, resulting in a flow of excess (often
damaging) current between these two points.
127
GLOSSARY
Single Setpoint Ramp occurs between the
current local setpoint and a final setpoint over a
time interval.
Time Proportioning Duplex an Output algorithm that uses two SPDT relays for Time Duplex
Proportional Control. Its normally open (NO) or
normally closed (NC) contacts are selected by
positioning an internal jumper.
128
7/00
GLOSSARY
Tuning The adjustment of control constants in
algorithms or analog controllers to produce the
desired control effect.
z
Zero Shift A shift in the instrument calibrated
span evidenced by a change in the zero value.
Usually caused by temperature changes,
overrange, or vibration of the instrument.
u
UL Approval approved by Underwriters
Laboratories, an independent testing and
certifying organization.
v
Valve Positioner A position controller, which is
mechanically connected to a moving part of a
valve or its actuator, and automatically adjusts its
output pressure to the actuator in order to maintain a desired position that bears a predetermined relationship to the input signal.
w
Weighted Average the controller combines
two inputs and computes a PV for the control
algorithm.
7/00
129
GLOSSARY
130
7/00
Index
A
AC power, 114
ACCUTUNE II, 56, 58
Adder/Subtractor, 105
Adder/Subtractor Calibration Coefficients, 107
Adder/Subtractor in the Loop, 106
Advanced Control Concepts, 61
Algorithms, 37
Ambient temperature, 3
Analog Override Control Strategies, 85
Atmospheric pressure, 3
Automatic control, 6
Automatic Reset, 29
Auxiliary Electronic Integration, 93
B
Bias value, 106
Bias Voltage, 101
Biasing constants, 100
British Thermal Unit, 98
C
Capacitance, 15, 16
Capacitive, 110
Capacitive and inductive coupling, 110
Capacity versus Capacitance, 15
Cascade Control, 65
Closed Loop verses Open Loop, 9
Coil voltage vs resistor voltage, 116
Contact Noise Suppression, 117
Controller, 8
Controller Selection Guidelines, 34
Critically damped curve, 22
Cycle time, 41
D
Damping, 21
Damping Factor, 22
DC Load Noise Suppression, 118
Dead Time, 19, 22, 35
Deadband, 39, 41, 46
Definition of flow, 99
Demand Tuning, 56
Derivative, 40
Derivative Time, 31
Differential pressure, 99
Differential pressure signal, 94
Differential pressure transmitter, 62
Direct Acting Control, 38
Display , 8
7/00
Disturbances, 3
Duplex On-Off control, 39
Duplex Tuning, 57
Dynamic Feedforward, 76
E
Electrical isolation, 114
Electromagnetic interference, 109
Electropneumatic transducer, 62
Error Generator, 8
F
Feedback Control Loop, 4, 63
Feedback Control Loop Components, 7
Feedback slidewire, 45
Feedforward, 73
Feedforward Block Diagram, 73
Feedforward control, 71
Final Control Element, 8
First order lag, 20, 22
Flow measurement, 99
Flow signals, 107
Flow totalization, 107
Fluid temperature, 99
Frequency, 21
Fuzzy Overshoot Suppression, 56, 59
G
Gain, 27
H
Heat/cool control, 57
Heating or cooling cycle, 41
Hysteresis, 46
Hysteresis Band, 25, 38
I,J,K
Impedance, 110
Impedance coupled noise, 110
Inductive, 110
Inductive coils, 115
Initialization computations, 47
Input signal conditioner, 102
Instrumentation, 12
Integral, 40
Integral time, 30, 46
Integrators, 90
Introduction, 1
131
Index
Process disturbances, 64
Process Energy Flow, 2
Process Industries, 1
Process lags, 14
Process load, 13
Process Reaction Curve, 20, 52
Process Reaction Rate, 35
Process Variables, 1
Processes, 1
Proportional, 40
Proportional + Reset (Integral) Control, 29
Proportional + Reset + Rate (3 Mode) Control, 33
Proportional Band, 27
Proportional Band 20%, 27
Proportional Band 200%, 28
Proportional Control, 26, 34
Proportional Control Action, 26
Proportional control limitations, 28
Proportional plus Rate, 31
Proportional plus reset and rate, 35
Proportional-plus-reset, 34
L
Load Change Example, 13
Load changes, 12, 35
M
Manual Integration, 90
Manual reset, 28, 44
Manual Tuning, 50
Mass flow calculation, 99
Mass Flow Measurement, 97
Minimum Overshoot, 53
Mode of Control, 35
Modes Of Control, 23
MOV devices., 115
Multiplier/divider, 96
N
Neutral zone, 25
Noise, 109
Noise rejection, 111
Noise Sources, 110
Q
Quarter Amplitude Decay, 53
ON-OFF, 34
On-Off Control, 24
On-Off Control Action, 25
ON/OFF, 38
OPEN LOOP, 9
Oscillations, 21
Output limiting computations, 47
Overdamped curve, 22
Override selectors, 85
P
P (Single Mode) control., 44
Parallel Systems, 80
PD (Two Mode) control,, 44
PD WITH MANUAL RESET, 44
Physical quantities, 1
PID A, 40
PID A with integral action inside the proportional
band, 42
PID-A duplex control, 41
PID-B, 43
Power line filters, 114
Power Source Considerations, 114
Predictive Feedforward Control, 71
Primary Element or Sensor, 8
Process, 8, 12
Process Characteristics, 11, 14, 35, 49
132
S
Scaling and Bias Constants, 100
Scaling factor, 100, 106
Second order lags, 21
Secondary control loop, 66
Series system, 78
Series system with Ratio Relays, 79
7/00
Index
Setpoint, 3
Setpoint Tuning, 56
Shielding, 113
Signal and power line separation, 111
Signal selector., 62
Square root extractor, 62, 94, 104
Static pressure, 96, 99
Static systems, 75
Suppression at the source, 111
Surge suppressors, 115
System Component Descriptions, 62
7/00
V
Validity of the signal conditioner, 103
W,X,Y,Z
133
Index
134
7/00
www.honeywell.com/sensing