1、中北大学2013届毕业设计说明书 附件1:外文原文 PID controller Zuo Xin and Sun Jinming (Research Institute ofAutomation, University of Petroleum,Belting 102249,China) Received April 2,2005 Abstract:Performance assessment of a proportional-integral-derivative(PID)co
2、ntroller is condueted using the PID achievable minimum variance as abenchmark.When the process model is unknown,we carl estimate the P/D·achievable minimum variance and the corresponding parameters by routine closed-loop operation data.Simulation results show that the process output variance is redu
3、ced by retuning controller parameters. Key words:Performance assessment,PID control,minimum variance A proportional–integral–derivative controller (PID controller) is a generic .control loop feedback mechanism widely used in industrial control systems. A PID controller attempts to correct the
4、error between a measured process variable and a desired setpoint by calculating and then outputting a corrective action that can adjust the process accordingly. The PID controller calculation (algorithm) involves three separate parameters; the Proportional, the Integral and Derivative values. The P
5、roportional value determines the reaction to the current error, the Integral determines the reaction based on the sum of recent errors and the Derivative determines the reaction to the rate at which the error has been changing. The weightedsum of these three actions is used to adjust the process via
6、 a control element such as the position of a control valve or the power supply of a heating element.By "tuning" the three constants in the PID controller algorithm the PID can provide control action designed for specific process requirements. The response of the controller can be described in terms
7、of the responsiveness of the controller to an error, the degree to which the controller overshoots the setpoint and the degree of system oscillation. Note that the use of the PID algorithm for control does not guarantee optimal control of the system or system stability. Some applications may requir
8、e using only one or two modes to provide the appropriate system control. This is achieved by setting the gain of undesired control outputs to zero. A PID controller will be called a PI, PD, P or I controller in the absence of the respective control actions. PI controllers are particularly common, si
9、nce derivative action is very sensitive to measurement noise, and the absence of an integral value may prevent the system from reaching its target value due to the control action. Note: Due to the diversity of the field of control theory and application, many naming conventions for the relevant var
10、iables are in common use. 1.Control loop basics A familiar example of a control loop is the action taken to keep one's shower water at the ideal temperature, which typically involves the mixing of two process streams, cold and hot water. The person feels the water to estimate its temperature. Base
11、d on this measurement they perform a control action: use the cold water tap to adjust the process. The person would repeat this input-output control loop, adjusting the hot water flow until the process temperature stabilized at the desired value. Feeling the water temperature is taking a measuremen
12、t of the process value or process variable (PV). The desired temperature is called the setpoint (SP). The output from the controller and input to the process (the tap position) is called the manipulated variable (MV). The difference between the measurement and the setpoint is the error (e), too hot
13、or too cold and by how much.As a controller, one decides roughly how much to change the tap position (MV) after one determines the temperature (PV), and therefore the error. This first estimate is the equivalent of the proportional action of a PID controller. The integral action of a PID controller
14、can be thought of as gradually adjusting the temperature when it is almost right. Derivative action can be thought of as noticing the water temperature is getting hotter or colder, and how fast, and taking that into account when deciding how to adjust the tap.Making a change that is too large when t
15、he error is small is equivalent to a high gain controller and will lead to overshoot. If the controller were to repeatedly make changes that were too large and repeatedly overshoot the target, this control loop would be termed unstable and the output would oscillate around the setpoint in either a c
16、onstant, growing, or decaying sinusoid. A human would not do this because we are adaptive controllers, learning from the process history, but PID controllers do not have the ability to learn and must be set up correctly. Selecting the correct gains for effective control is known as tuning the contro
17、ller. If a controller starts from a stable state at zero error (PV = SP), then further changes by the controller will be in response to changes in other measured or unmeasured inputs to the process that impact on the process, and hence on the PV. Variables that impact on the process other than the
18、MV are known as disturbances and generally controllers are used to reject disturbances and/or implement setpoint changes. Changes in feed water temperature constitute a disturbance to the shower process. In theory, a controller can be used to control any process which has a measurable output (PV),
19、a known ideal value for that output (SP) and an input to the process (MV) that will affect the relevant PV. Controllers are used in industry to regulate temperature, pressure, flow rate, chemical composition, speed and practically every other variable for which a measurement exists. Automobile cruis
20、e control is an example of a process which utilizes automated control. Due to their long history, simplicity, well grounded theory and simple setup and maintenance requirements, PID controllers are the controllers of choice for many of these applications. 2.PID controller theory Note: This sectio
21、n describes the ideal parallel or non-interacting form of the PID controller. For other forms please see the Section "Alternative notation and PID forms". The PID control scheme is named after its three correcting terms, whose sum constitutes the manipulated variable (MV). Hence: Whe
22、re Pout, Iout, and Dout are the contributions to the output from the PID controller from each of the three terms, as defined below. 2.1. Proportional term The proportional term makes a change to the output that is proportional to the current error value. The proportional response can be adjusted b
23、y multiplying the error by a constant Kp, called the proportional gain. The proportional term is given by: Where Pout: Proportional output Kp: Proportional Gain, a tuning parameter e: Error = SP − PV t: Time or instantaneous time (the present) Change of response for
24、varying KpA high proportional gain results in a large change in the output for a given change in the error. If the proportional gain is too high, the system can become unstable (See the section on Loop Tuning). In contrast, a small gain results in a small output response to a large input error, and
25、a less responsive (or sensitive) controller. If the proportional gain is too low, the control action may be too small when responding to system disturbances. In the absence of disturbances, pure proportional control will not settle at its target value, but will retain a steady state error that is a
26、 function of the proportional gain and the process gain. Despite the steady-state offset, both tuning theory and industrial practice indicate that it is the proportional term that should contribute the bulk of the output change. 2.2.Integral term The contribution from the integral term is proporti
27、onal to both the magnitude of the error and the duration of the error. Summing the instantaneous error over time (integrating the error) gives the accumulated offset that should have been corrected previously. The accumulated error is then multiplied by the integral gain and added to the controller
28、output. The magnitude of the contribution of the integral term to the overall control action is determined by the integral gain, Ki. The integral term is given by: Iout: Integral output Ki: Integral Gain, a tuning parameter e: Error = SP − PV τ: Time in the past con
29、tributing to the integral response The integral term (when added to the proportional term) accelerates the movement of the process towards setpoint and eliminates the residual steady-state error that occurs with a proportional only controller. However, since the integral term is responding to accu
30、mulated errors from the past, it can cause the present value to overshoot the setpoint value (cross over the setpoint and then create a deviation in the other direction). For further notes regarding integral gain tuning and controller stability, see the section on loop tuning. 2.3 Derivative term
31、The rate of change of the process error is calculated by determining the slope of the error over time (i.e. its first derivative with respect to time) and multiplying this rate of change by the derivative gain Kd. The magnitude of the contribution of the derivative term to the overall control action
32、 is termed the derivative gain, Kd. The derivative term is given by: Dout: Derivative output Kd: Derivative Gain, a tuning parameter e: Error = SP − PV t: Time or instantaneous time (the present) The derivative term slows the rate of change of the controller
33、 output and this effect is most noticeable close to the controller setpoint. Hence, derivative control is used to reduce the magnitude of the overshoot produced by the integral component and improve the combined controller-process stability. However, differentiation of a signal amplifies noise and t
34、hus this term in the controller is highly sensitive to noise in the error term, and can cause a process to become unstable if the noise and the derivative gain are sufficiently large. 2.4 Summary The output from the three terms, the proportional, the integral and the derivative terms are summed to
35、 calculate the output of the PID controller. Defining u(t) as the controller output, the final form of the PID algorithm is: and the tuning parameters are Kp: Proportional Gain - Larger Kp typically means faster response since the larger the error, the larger the Proportional term compensation
36、 An excessively large proportional gain will lead to process instability and oscillation. Ki: Integral Gain - Larger Ki implies steady state errors are eliminated quicker. The trade-off is larger overshoot: any negative error integrated during transient response must be integrated away by positiv
37、e error before we reach steady state. Kd: Derivative Gain - Larger Kd decreases overshoot, but slows down transient response and may lead to instability due to signal noise amplification in the differentiation of the error. 3. Loop tuning If the PID controller parameters (the gains of the propo
38、rtional, integral and derivative terms) are chosen incorrectly, the controlled process input can be unstable, i.e. its output diverges, with or without oscillation, and is limited only by saturation or mechanical breakage. Tuning a control loop is the adjustment of its control parameters (gain/propo
39、rtional band, integral gain/reset, derivative gain/rate) to the optimum values for the desired control response. The optimum behavior on a process change or setpoint change varies depending on the application. Some processes must not allow an overshoot of the process variable beyond the setpoint if
40、 for example, this would be unsafe. Other processes must minimize the energy expended in reaching a new setpoint. Generally, stability of response (the reverse of instability) is required and the process must not oscillate for any combination of process conditions and setpoints. Some processes have
41、 a degree of non-linearity and so parameters that work well at full-load conditions don't work when the process is starting up from no-load. This section describes some traditional manual methods for loop tuning. There are several methods for tuning a PID loop. The most effective methods generally
42、involve the development of some form of process model, then choosing P, I, and D based on the dynamic model parameters. Manual tuning methods can be relatively inefficient. The choice of method will depend largely on whether or not the loop can be taken "offline" for tuning, and the response time o
43、f the system. If the system can be taken offline, the best tuning method often involves subjecting the system to a step change in input, measuring the output as a function of time, and using this response to determine the control parameters. Choosing a Tuning Method MethodAdvantagesDis
44、advantages Manual TuningNo math required. Online method.Requires experienced personnel. Ziegler–NicholsProven Method. Online method.Process upset, some trial-and-error, very aggressive tuning. Software ToolsConsistent tuning. Online or offline method. May include
45、 valve and sensor analysis. Allow simulation before downloading.Some cost and training involved. Cohen-CoonGood process models.Some math. Offline method. Only good for first-order processes. 3.1 Manual tuning If the system must remain online, one tuning method is to first set the I
46、and D values to zero. Increase the P until the output of the loop oscillates, then the P should be left set to be approximately half of that value for a "quarter amplitude decay" type response. Then increase D until any offset is correct in sufficient time for the process. However, too much D will c
47、ause instability. Finally, increase I, if required, until the loop is acceptably quick to reach its reference after a load disturbance. However, too much I will cause excessive response and overshoot. A fast PID loop tuning usually overshoots slightly to reach the setpoint more quickly; however, som
48、e systems cannot accept overshoot, in which case an "over-damped" closed-loop system is required, which will require a P setting significantly less than half that of the P setting causing oscillation. 3.2Ziegler–Nichols method Another tuning method is formally known as the Ziegler–Nichols method,
49、introduced by John G. Ziegler and Nathaniel B. Nichols. As in the method above, the I and D gains are first set to zero. The "P" gain is increased until it reaches the "critical gain" Kc at which the output of the loop starts to oscillate. Kc and the oscillation period Pc are used to set the gains a
50、s shown: 3.3 PID tuning software Most modern industrial facilities no longer tune loops using the manual calculation methods shown above. Instead, PID tuning and loop optimization software are used to ensure consistent results. These software packages will gather the data, develop process models,






