自动化英语论文——温度控制简介和PID控制器_第1页
自动化英语论文——温度控制简介和PID控制器_第2页
自动化英语论文——温度控制简介和PID控制器_第3页
自动化英语论文——温度控制简介和PID控制器_第4页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、 Introductions to temperature control and PID controllers Process control system. Automatic process control is concerned with maintaining process variables temperatures pressures flows compositions, and the like at some desired operation value. Processes are dynamic in nature. Changes are always occ

2、urring, and if actions are not taken, the important process variables-those related to safety, product quality, and production rates-will not achieve design conditions. In order to fix ideas, let us consider a heat exchanger in which a process stream is heated by condensing steam. The process is ske

3、tched in The purpose of this unit is to heat the process fluid from some inlet temperature, Ti(t), up to a certain desired outlet temperature, T(t). As mentioned, the heating medium is condensing steam. The energy gained by the process fluid is equal to the heat released by the steam, provided there

4、 are no heat losses to surroundings, iii that is, the heat exchanger and piping are well insulated. In this process there are many variables that can change, causing the outlet temperature to deviate from its desired value. 21 If this happens, some action must be taken to correct for this deviation.

5、 That is, the objective is to control the outlet process temperature to maintain its desired value. One way to accomplish this objective is by first measuring the temperature T(t) , then comparing it to its desired value, and, based on this comparison, deciding what to do to correct for any deviatio

6、n. The flow of steam can be used to correct for the deviation. This is, if the temperature is above its desired value, then the steam valve can be throttled back to cut the stearr flow (energy) to the heat exchanger. If the temperature is below its desired value, then the steam valve could be opened

7、 some more to increase the steam flow (energy) to the exchanger. All of these can be done manually by the operator, and since the procedure is fairly straightforward, it should present no problem. However, since in most process plants there are hundreds of variables that must be maintained at some d

8、esired value, this correction procedure would required a tremendous number of operators. Consequently, we would like to accomplish this control automatically. That is, we want to have instnnnents that control the variables wJtbom requ)ring intervention from the operator. (si This is what we mean by

9、automatic process control. To accomplish his objective a control system must be designed and implemented. A possible control system and its basic components are shown in Fig.2.The first thing to do is to measure the outlet temperaVare of the process stream. A sensor (thermocouple, thermistors, etc)

10、does this. This sensor is connected physically to a transmitter, which takes the output from the sensor and converts it to a signal strong enough to be transmitter to a controller. The controller then receives the signal, which is related to the temperature, and compares it with desired value. Depen

11、ding on this comparison, the controller decides what to do to maintain the temperature at its desired value. Base on this decision, the controller then sends another signal to final control element, which in turn manipulates the steam flow.The preceding paragraph presents the four basic components o

12、f all control systems. They are(1) sensor, also often called the primary element.(2) transmitter, also called the secondary element.(3) controller, the "brain" of the control system.(4) final control system, often a control valve but not always. Other common final control elements are vari

13、able speed pumps, conveyors, and electric motors. The importance of these components is that they perform the three basic operations that must be present in every control system. These operations are (1) Measurement (M) : Measuring the variable to be controlled is usually done by the combination of

14、sensor and transmitter. (2) Decision (D): Based on the measurement, the controller must then decide what to do to maintain the variable at its desired value. (3) Action (A): As a result of the controller's decision, the system must then take an action. This is usually accomplished by the final c

15、ontrol element. As mentioned, these three operations, M, D, and A, must be present in every control system. PID controllers can be stand-alone controllers (also called single loop controllers), controllers in PLCs, embedded controllers, or software in Visual Basic or C# computer programs. PID contro

16、llers are process controllers with the following characteristics:Continuous process control Analog input (also known as "measuremem" or "Process Variable" or "PV")Analog output (referred to simply as "output") Setpoint (SP)Proportional (P), Integral (I), and/o

17、r Derivative (D) constants Examples of "continuous process control" are temperature, pressure, flow, and level control. For example, controlling the heating of a tank. For simple control, you have two temperature limit sensors (one low and one high) and then switch the heater on when the l

18、ow temperature limit sensor tums on and then mm the heater off when the temperature rises to the high temperature limit sensor. This is similar to most home air conditioning & heating thermostats. In contrast, the PID controller would receive input as the actual temperature and control a valve t

19、hat regulates the flow of gas to the heater. The PID controller automatically finds the correct (constant) flow of gas to the heater that keeps the temperature steady at the setpoint. Instead of the temperature bouncing back and forth between two points, the temperature is held steady. If the setpoi

20、nt is lowered, then the PID controller automatically reduces the amount of gas flowing to the heater. If the setpoint is raised, then the PID controller automatically increases the amount of gas flowing to the heater. Likewise the PID controller would automatically for hot, sunny days (when it is ho

21、tter outside the heater) and for cold, cloudy days. The analog input (measurement) is called the "process variable" or "PV". You want the PV to be a highly accurate indication of the process parameter you are trying to control. For example, if you want to maintain a temperature o

22、f + or - one degree then we typically strive for at least ten times that or one-tenth of a degree. If the analog input is a 12 bit analog input and the temperature range for the sensor is 0 to 400 degrees then our "theoretical" accuracy is calculated to be 400 degrees divided by 4,096 (12

23、bits) =0.09765625 degrees. We say "theoretical" because it would assume there was no noise and error in our temperature sensor, wiring, and analog converter. There are other assumptions such as linearity, etc. The point being-with 1/10 of a degree "theoretical" accuracy-even with

24、 the usual amount of noise and other problems- one degree of accuracy should easily be attainable. The analog output is often simply referred to as "output". Often this is given as 0100 percent. In this heating example, it would mean the valve is totally closed (0%) or totally open (100%).

25、 The setpoint (SP) is simply-what process value do you want. In this example-what temperature do you want the process at? The PID controller's job is to maintain the output at a level so that there is no difference (error) between the process variable (PV) and the setpoint (SP). In Fig. 3, the v

26、alve could be controlling the gas going to a heater, the chilling of a cooler, the pressure in a pipe, the flow through a pipe, the level in a tank, or any other process control system. What the PID controller is looking at is the difference (or "error") between the PV and the SP. It looks

27、 at the absolute error and the rate of change of error. Absolute error means-is there a big difference in the PV and SP or a little difference? Rate of change of error means-is the difference between the PV or SP getting smaller or larger as time goes on. When there is a "process upset", m

28、eaning, when the process variable or the setpoint quickly changes-the PID controller has to quickly change the output to get the process variable back equal to the setpoint. If you have a walk-in cooler with a PID controller and someone opens the door and walks in, the temperature (process variable)

29、 could rise very quickly. Therefore the PID controller has to increase the cooling (output) to compensate for this rise in temperature. Once the PID controller has the process variable equal to the setpoint, a good PID controller will not vary the output. You want the output to be very steady (not changing) . If the valve (motor, or other control element) is const

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论