ImageVerifierCode 换一换
格式:DOC , 页数:12 ,大小:100KB ,
资源ID:22417      下载积分:10 金币
验证码下载
登录下载
邮箱地址:
验证码: 获取验证码
温馨提示:
支付成功后,系统会自动生成账号(用户名为邮箱地址,密码是验证码),方便下次登录下载和查询订单;
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝   
验证码:   换一换

 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.thwenku.com/down/22417.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  
下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(外文翻译-PID控制.doc)为本站会员主动上传,图海文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知图海文库(发送邮件至admin@thwenku.com或直接QQ联系客服),我们立即给予删除!

外文翻译-PID控制.doc

1、PID ControllerCIRCUIT PID1.CIR Download the SPICE fileTuning the PID controller can be like learning to roller blade, ski or maybe riding a bull. Until youve done it a few times, the literature youve read really doesnt hit home. But after after few attempts (and falls), you find it wasnt so bad afte

2、r all - in fact it was kind of fun!The PID controller is every where - temperature, motion, flow controllers - and its available in analog and digital forms. Why use it? It helps get your output (velocity, temperature, position) where you want it, in a short time, with minimal overshoot, and with li

3、ttle error. In many applications the PID controller can do the job - but as usual, with compromises. After a short intro to the PID terms and an example control system, youll get a chance tune a PID controller. THE PID CONTROLLERYouve probably seen the terms defined before: P -Proportional, I - Inte

4、gral, D - Derivative. These terms describe three basic mathematical functions applied to the error signal , Verror = Vset - Vsensor. This error represents the difference between where you want to go (Vset), and where youre actually at (Vsensor). The controller performs the PID mathematical functions

5、 on the error and applies the their sum to a process (motor, heater, etc.) So simple, yet so powerful! If tuned correctly, the signal Vsensor should move closer to Vset. Tuning a system means adjusting three multipliers Kp, Ki and Kd adding in various amounts of these functions to get the system to

6、behave the way you want. The table below summarizes the PID terms and their effect on a control system.TermMath functionEffect on control systemPProportionalKP x VerrorTypically the main drive in a control loop, KP reduces a large part of the overall error.IIntegralKI x Verror dtReduces the final er

7、ror in a system. Summing even a small error over time produces a drive signal large enough to move the system toward a smaller error.DDerivativeKD x dVerror / dtCounteracts the KP and KI terms when the output changes quickly. This helps reduce overshoot and ringing. It has no effect on final error.T

8、HE CONTROL SYSTEMThe SPICE circuit for the Control System looks pretty much like the block diagram. PID CONTROLLER. How do we create the PID terms? To get the Proportional term, EP multiples Verror at V(2) by a fixed gain of 1 - easy enough! To get the Integral term, current source GI converts V(2)

9、to a current and integrates it on C1=1F. Finally, the Derivative term is created by GD converting V(2) to a current and forcing it through L1. The resulting voltage becomes V(5) = L1 di / dt. A quick substitution of L1 = 1 H and i = Verror gets you V(5) = d Verror / dt. OUTPUT PROCESS. EOUT represen

10、ts a very simplified model of a process to be controlled like motor velocity or heater temperature. The gain of 100 could represent an output transfer function of 100 RPM / V or 100 C / V. To include the effects of the motors inertia or heaters thermal mass, weve added some time delay into the outpu

11、t using two cascaded RC filters. Although Vout is simulated in volts, we know it really represents other variables like velocity in RPM or temperature in C. SENSOR. The sensor tells you, typically by a voltage, whats happening at the control system output. For motor velocity, a tachometer could gene

12、rate 1 V / 100 RPM; for temperature, a thermistor circuit could produce 0.01 V / deg C. ESENSOR models this feedback device. Because a sensor does not respond instantly, an RC filter is also added here to model its finite response time.TUNING THE PID CONTROLLERAlthough youll find many methods and th

13、eories on tuning a PID, heres a straight forward approach to get you up and soloing quickly. 1. SET KP. Starting with KP=0, KI=0 and KD=0, increase KP until the output starts overshooting and ringing significantly.2. SET KD. Increase KD until the overshoot is reduced to an acceptable level.3. SET KI

14、. Increase KI until the final error is equal to zero.HANDS-ON DESIGN Run a simulation of the circuit file PID1.CIR. VSET generates a 10V step input voltage to the control system. You can adjust the PID terms at the EPID source that adds the P, I and D terms at V(3), V(4) and V(5). Initially, the PID

15、 multipliers are set to KP=1, KI=0 and KD=0. SET KP. Plot the system input V(1) and the sensor output (12). Although the response looks smooth, what is the sensor voltage compared to the desired 10V? The output falls short by 5V! To reduce this error, increase KP to 10 (Change EPID to look like . 10

16、 0 0 ). Wow, the output now reaches 9V, reducing the error to 1V. But as you can see, the output is getting wild with overshoot and ringing. Push KP up higher to 20 or 30. Yes, the error reduces, but the overshoot gets worse. Eventually, your system will become unstable and break out into song (oscillate). Back off KP to 20 or so.SET KD. The deriv

网站客服QQ:2356858848

  客服联系电话:18503783681

copyright@ 2008-2022 thwenku网站版权所有

ICP备案:豫ICP备2022023751号-1


>


客服