液位控制系统论文中英文资料对照外文翻译_第1页
液位控制系统论文中英文资料对照外文翻译_第2页
液位控制系统论文中英文资料对照外文翻译_第3页
液位控制系统论文中英文资料对照外文翻译_第4页
液位控制系统论文中英文资料对照外文翻译_第5页
已阅读5页,还剩10页未读 继续免费阅读

下载本文档

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

文档简介

1、液位控制系统论文中英文资料对照外文翻译液位控制系统论文中英文资料对照外文翻译 The liquid level control system based onThe liquid level control system based on ddematlabsimulinkddematlabsimulink Process control is an important application field of automatic technology, it is to point to the level, temperature, flow control process variabl

2、es, such as in metallurgy, machinery, chemical, electric power, etc can be widely used. Especially liquid level control technology in real life, played an important role in production, for example, the water supply, civil water tower if low water levels, can affect peoples lives in water; Industrial

3、 enterprises with water, if the drainage water drainage or controlled properly or not, in relation to the workshop of condition; Boiler drum, if the control level boiler is too low, can make level boiler overheating, possible accident; Jing flow, liquid level control tower control accuracy and level

4、 of the craft can influence the quality of the products and the cost, etc. In these production field, are basically labor strength or the operation has certain risk nature of work, extremely prone to accidents caused by operating error, the losses, killing manufacturer. Visible, in actual production

5、, liquid level control accuracy and control effects directly affect the factory production cost and economic benefit of safety coefficient. Even equipment So, in order to ensure safety, convenient operation, you have to research the development of a d v a n c e dl e v e lc o n t r o lm e t h o d sa

6、n ds t r a t e g i e s . The graduation design topic is the liquid level control system based on ddematlabsimulinkforce control, Among them was controlled object for tank level, Communication mode for DDE communications , Matlab is mainly used in the simulation test ,And force control software used

7、for modeling, This system mainly through combination of hardware and software device to achieve precise control of liquid level , In modern industry level control of important component, it influence upon production not allow to ignore, in order to ensure safety in production and the product quality

8、 and quantity, the level and perform effective control is very necessary, The following is a description of all aspects: 外文翻译 一一 PID controllerPID controller Aproportionalintegralderivativecontroller(PIDcontroller)isa generic .control loop feedback mechanism widely used in industrial control systems

9、. A PID controller attempts to correct the error between a measured process variable and a desired set point 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

10、, the Integral and Derivative values. The Proportional 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 weighted sum of these thr

11、ee actions is used to adjust the process via 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 o

12、f the controller can be described in terms of the responsiveness of the controller to an error, the degree to which the controller overshoots the set point 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 sys

13、tem stability. Some applications may require 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.

14、 PI controllers are particularly common, since 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. 1.Control loop basics A familiar example of a control loop is the action take

15、n to keep ones 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. Based on this measurement they perform a control action: use the cold water tap to adjust the process. The per

16、son 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 istaking a measurement of the process value or process variable (PV). The desired temperature is called the set point (SP).

17、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 set point is the error (e), too hot or too cold and by how much. As a controller, one decides roughly how much to change the tap position

18、 (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 can be thought of as gradually adjusting the temperature when it is almost right. Derivative action

19、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 the error is small is equivalent to a high gain controller and will lead to overshoot. If the contro

20、ller 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 set point in either a constant, growing, or decaying sinusoid. A human would not do this because we are adaptive controll

21、ers, 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 controller. If a controller starts from a stable state at zero error (PV = SP), then further changes by

22、the controller will be in response to changes in other measured or unmeasured inputs to the process that impact on the process, and henceon the PV. Variables that impact on the process other than the MV are known as disturbances and generally controllers are used to reject disturbances and/or implem

23、ent set point 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), a known ideal value for that output (SP) and an input to the process (MV) that will affect the relev

24、ant 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 cruise control is an example of a process which utilizes automated control. Due to their long history, si

25、mplicity, 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 section describes the ideal parallel or non-interacting form of the PID controller. For other forms plea

26、se 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: where Pout, Iout, and Dout are the contributions to the output from the PID controller from each of the three terms, as

27、 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 by multiplying the error by a constant Kp, called the proportional gain. The proportional term is given by: Where Pout:

28、 Proportional output Kp: Proportional Gain, a tuning parameter e: Error = SP PV t: Time or instantaneous time (the present) Change of response for varying KpA high proportional gain results in a large change in the output for a given change inthe error. If the proportional gain is too high, the syst

29、em 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 a less responsive (or sensitive) controller. If the proportional gain is too low, the control action may be too small when responding to system disturbanc

30、es. 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 function of the proportional gain and the process gain. Despite the steady-state offset, both tuning theory and industrial practice indicate that it is th

31、e proportional term that should contribute the bulk of the output change. 2.2.Integral term 外文翻译 The contribution from the integral term is proportional to both the magnitude of the error and the duration of the error. Summing the instantaneous error over time (integrating the error) gives the accum

32、ulated offset that should have been corrected previously. The accumulated error is then multiplied by the integral gain and added to the controller 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 i

33、s given by: Iout: Integral output Ki: Integral Gain, a tuning parameter e: Error = SP PV : Time in the past contributing to the integral response The integral term (when added to the proportional term) accelerates the movement of the process towards set point and eliminates the residual steady-state

34、 error that occurs with a proportional only controller. However, since the integral term is responding to accumulated errors from the past, it can cause the present value to overshoot the set point value (cross over the set point and then create a deviation in the other direction). For further notes

35、 regarding integral gain tuning and controller stability, see the section on loop tuning. 2.3 Derivative term 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

36、the derivative gain Kd. The magnitude of the contribution of the derivative term to the overall control action 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 prese

37、nt) The derivative term slows the rate of change of the controller 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 integralcomponent and improve the combined controller-process

38、 stability. However, differentiation of a signal amplifies noise and thus 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, t

39、he proportional, the integral and the derivative terms are summed to 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 l

40、arger the error, the larger the Proportionalterm compensation. 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 d

41、uring transient response must be integrated away by positive 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. 二二 Matlab Introdu

42、ctionMatlab Introduction The MATLAB environment is well suited to rapid prototyping and application development. The interactive programming environment, built-in math functions, toolboxes, editing and debugging tools, and deployment options all contribute to reducing your overall development time.

43、By using the built-in math functions and the many specialized functions contained within our toolboxes, MATLAB can significantly reduce the time it takes you to develop prototypes. In addition to integrated editing and debugging tools, MATLAB provides a performance profiler to help you further optim

44、ize your code when programming in MATLAB. Building applications around complex algorithms and graphics is easier than ever 外文翻译 with the GUI builder, GUIDE. GUIDE was redesigned in MATLAB 6 to save you time. It offers all the drag and drop interface options you would expect, such as text boxes, radi

45、o buttons, check boxes, listboxes, sliders, pop-up menus, frames and more. When youre ready to deploy your application, the MathWorks offers a number of different options that allow you to either convert or interface your MATLAB application to other environments including C/C+ and the Web. MATLAB is

46、 the most productive development environment for creating scientific and engineering applications because it offers powerful tools for every step inthe process to reduce your overall development time. MATLAB is a high-performance language for technical computing. It integrates computation, visualiza

47、tion, and programming in an easy-to-use environment where problems and solutions are expressed in familiar mathematical notation. Typical uses include Math and computation Algorithm development Data acquisition Modeling, simulation, and prototyping Data analysis, exploration, and visualization Scien

48、tific and engineering graphics Application development, including graphical user interface building 三三 DDE IntroductionDDE Introduction Dynamic data exchange (DDE, Dynamic data exchange) is real-time exchange data between applications, it is the effective method between different applications to sha

49、re data a agreement. DDE agreement is a kind of open, and language unrelated, based on protocol, it allows multiple applications toany human agreed format data exchange or command. It is application through Shared memory process of the communication between a form, also need not user intervention of

50、 good data exchange method. DDE applications can be divided into four types: client and server and client/server and the monitor. Conversation is a basic concept of DDE. DDE conversation happened in client applications and server application between. Customer is responsible for initializing and atte

51、ndant session and control conversation flow, from the server application request data or services; The server application 外文翻译 response client applications of data or service request. Client/server applications is both client applications and server application request, it can be and can provide inf

52、ormation. Monitor application for debugging purposes. DDE applications can have multiple burst conversation, a service applications can also have multiple client applications, a client applications can to multiple requests data service applications, and an application can also act as client applicat

53、ions and services applications, when dont need the service application data or service, the customer will terminate session. DDE agreement must be synchronous control the news session, but in different application can switch between asynchronous session. DDE Application using the three layer identif

54、ication system: Application name apply), theme name (from) and project name (Item). Application name (also called service name) is located at the top of the hierarchical structure, the service application registration for pointed out that particular DDE server application name, customer the applicat

55、ion wants to establish session with the server application must be specified application name when this string marks;Name in every conversation topics is one and to identify logical data connection string, is the total classification, data it defines a server application conversation theme content,

56、the server application can support one or more theme name; Project name identifies exchange unit of data string, furthermore confirm the conversation of detailed information, every theme name may have one or more project name. Example: for a database interface applications, will it supports database

57、 name as a theme name, and will all sorts of SQL commands as project name, because the server application can support one or more theme, and each theme name name may have one or more project name; So, when to change or reconstruct a conversation, just changing the subject name or project name can. 四

58、四 force control Introductionforce control Introduction Force control is Beijing SANWEI force control technology and soft control strategy software, real-time database and its management system, Web portal of tools and other products. These products are not isolated, and the force control is an appli

59、cation scale can free the system structure, the whole expansion force control system and its various products are made from some components procedures according to certain combinations and become. So this guide is not specifically targeted specific products separately describes the use of method, but the common use of all products introduced method. Force control configuration software is a can run on Windows 98/2000 / NT environment, and can run on Windows CE, DOS 外文翻译 embedded environment control fu- nctions such as software modules.

温馨提示

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

评论

0/150

提交评论