




已阅读5页,还剩18页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1PIDcontrollerFromWikipedia,thefreeencyclopediaAproportionalintegralderivativecontroller(PIDcontroller)isageneric.controlloopfeedbackmechanismwidelyusedinindustrialcontrolsystems.APIDcontrollerattemptstocorrecttheerrorbetweenameasuredprocessvariableandadesiredsetpointbycalculatingandthenoutputtingacorrectiveactionthatcanadjusttheprocessaccordingly.ThePIDcontrollercalculation(algorithm)involvesthreeseparateparameters;theProportional,theIntegralandDerivativevalues.TheProportionalvaluedeterminesthereactiontothecurrenterror,theIntegraldeterminesthereactionbasedonthesumofrecenterrorsandtheDerivativedeterminesthereactiontotherateatwhichtheerrorhasbeenchanging.Theweightedsumofthesethreeactionsisusedtoadjusttheprocessviaacontrolelementsuchasthepositionofacontrolvalveorthepowersupplyofaheatingelement.BytuningthethreeconstantsinthePIDcontrolleralgorithmthePIDcanprovidecontrolactiondesignedforspecificprocessrequirements.Theresponseofthecontrollercanbedescribedintermsoftheresponsivenessofthecontrollertoanerror,thedegreetowhichthecontrollerovershootsthesetpointandthedegreeofsystemoscillation.NotethattheuseofthePIDalgorithmforcontroldoesnotguaranteeoptimalcontrolofthesystemorsystemstability.Someapplicationsmayrequireusingonlyoneortwomodestoprovidetheappropriatesystemcontrol.Thisisachievedbysettingthegainofundesiredcontroloutputstozero.APIDcontrollerwillbecalledaPI,PD,PorIcontrollerintheabsenceoftherespectivecontrolactions.PIcontrollersareparticularlycommon,sincederivativeactionisverysensitivetomeasurementnoise,andtheabsenceofanintegralvaluemaypreventthesystemfromreachingitstargetvalueduetothecontrolaction.2AblockdiagramofaPIDcontrollerNote:Duetothediversityofthefieldofcontroltheoryandapplication,manynamingconventionsfortherelevantvariablesareincommonuse.1.ControlloopbasicsAfamiliarexampleofacontrolloopistheactiontakentokeeponesshowerwaterattheidealtemperature,whichtypicallyinvolvesthemixingoftwoprocessstreams,coldandhotwater.Thepersonfeelsthewatertoestimateitstemperature.Basedonthismeasurementtheyperformacontrolaction:usethecoldwatertaptoadjusttheprocess.Thepersonwouldrepeatthisinput-outputcontrolloop,adjustingthehotwaterflowuntiltheprocesstemperaturestabilizedatthedesiredvalue.Feelingthewatertemperatureistakingameasurementoftheprocessvalueorprocessvariable(PV).Thedesiredtemperatureiscalledthesetpoint(SP).Theoutputfromthecontrollerandinputtotheprocess(thetapposition)iscalledthemanipulatedvariable(MV).Thedifferencebetweenthemeasurementandthesetpointistheerror(e),toohotortoocoldandbyhowmuch.Asacontroller,onedecidesroughlyhowmuchtochangethetapposition(MV)afteronedeterminesthetemperature(PV),andthereforetheerror.ThisfirstestimateistheequivalentoftheproportionalactionofaPIDcontroller.TheintegralactionofaPIDcontrollercanbethoughtofasgraduallyadjustingthetemperaturewhenitisalmostright.Derivativeactioncanbethoughtofasnoticingthewatertemperatureisgettinghotterorcolder,andhowfast,andtakingthatintoaccountwhendecidinghowtoadjustthetap.Makingachangethatistoolargewhentheerrorissmallisequivalenttoahighgaincontrollerandwillleadtoovershoot.Ifthecontrollerweretorepeatedlymakechangesthatweretoolargeandrepeatedlyovershootthetarget,thiscontrolloop3wouldbetermedunstableandtheoutputwouldoscillatearoundthesetpointineitheraconstant,growing,ordecayingsinusoid.Ahumanwouldnotdothisbecauseweareadaptivecontrollers,learningfromtheprocesshistory,butPIDcontrollersdonothavetheabilitytolearnandmustbesetupcorrectly.Selectingthecorrectgainsforeffectivecontrolisknownastuningthecontroller.Ifacontrollerstartsfromastablestateatzeroerror(PV=SP),thenfurtherchangesbythecontrollerwillbeinresponsetochangesinothermeasuredorunmeasuredinputstotheprocessthatimpactontheprocess,andhenceonthePV.VariablesthatimpactontheprocessotherthantheMVareknownasdisturbancesandgenerallycontrollersareusedtorejectdisturbancesand/orimplementsetpointchanges.Changesinfeedwatertemperatureconstituteadisturbancetotheshowerprocess.Intheory,acontrollercanbeusedtocontrolanyprocesswhichhasameasurableoutput(PV),aknownidealvalueforthatoutput(SP)andaninputtotheprocess(MV)thatwillaffecttherelevantPV.Controllersareusedinindustrytoregulatetemperature,pressure,flowrate,chemicalcomposition,speedandpracticallyeveryothervariableforwhichameasurementexists.Automobilecruisecontrolisanexampleofaprocesswhichutilizesautomatedcontrol.Duetotheirlonghistory,simplicity,wellgroundedtheoryandsimplesetupandmaintenancerequirements,PIDcontrollersarethecontrollersofchoiceformanyoftheseapplications.2.PIDcontrollertheoryNote:Thissectiondescribestheidealparallelornon-interactingformofthePIDcontroller.ForotherformspleaseseetheSectionAlternativenotationandPIDforms.ThePIDcontrolschemeisnamedafteritsthreecorrectingterms,whosesumconstitutesthemanipulatedvariable(MV).Hence:wherePout,Iout,andDoutarethecontributionstotheoutputfromthePIDcontrollerfromeachofthethreeterms,asdefinedbelow.2.1.ProportionaltermTheproportionaltermmakesachangetotheoutputthatisproportionaltothecurrenterrorvalue.TheproportionalresponsecanbeadjustedbymultiplyingtheerrorbyaconstantKp,called4theproportionalgain.Theproportionaltermisgivenby:WherePout:ProportionaloutputKp:ProportionalGain,atuningparametere:Error=SPPVt:Timeorinstantaneoustime(thepresent)ChangeofresponseforvaryingKpAhighproportionalgainresultsinalargechangeintheoutputforagivenchangeintheerror.Iftheproportionalgainistoohigh,thesystemcanbecomeunstable(SeethesectiononLoopTuning).Incontrast,asmallgainresultsinasmalloutputresponsetoalargeinputerror,andalessresponsive(orsensitive)controller.Iftheproportionalgainistoolow,thecontrolactionmaybe
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 茉茶园土壤板结解除与有机质改善研究-洞察阐释
- 集群自动化运维工具-洞察阐释
- 手术室压疮预防措施分析总结与反思
- 【京津冀地区交通系统可达性和土地利用效率的关系实证分析3900字】
- 【某预应力混凝土简支空心板梁桥的下部结构计算过程案例3300字】
- 培训机构战略合作协议签署与执行制度
- 会议嘉宾邀请与接待服务合同
- 搬家搬家与搬家仓储服务协议
- 《零花钱消费习惯与心理健康协议》
- 安全协管员个人工作总结
- 私人房屋抵押合同
- 腹泻课件模板
- 《市场人员商务礼仪》课件
- 《OSB-单板复合集装箱底板刚度模型及工艺研究》
- 3.3.1天气系统-锋与天气课件高二地理湘教版(2019)选择性必修1
- 《重大火灾隐患判定规则》知识培训
- 办公室主任职业规划
- 第九章新时代中国特色大国外交与构建人类命运共同体-2024版研究生新中特教材课件
- 出国工作合同范例
- 《执法规范化建设探究的国内外文献综述》2700字
- 大学物业服务月考核评价评分表
评论
0/150
提交评论