




全文预览已结束
付费下载
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1ProgrammableLogicControllersProgrammablelogiccontroller(plc)isasolid-statedeviceusedtocontrolmachinemotionorprocessoperationbymeansofastoredprogram.ThePLCsendsoutputcontrolsignalsandreceivesinputsignalsthroughinput/output(I/O)devices.APLCcontrolsoutputsinresponsetostimuliattheinputsaccordingtothelogicprescribedbythestoredprogram.Theinputsaremadeupoflimitswitches,pushbuttons,thunbwheels.Switches,pulses,analogsignals,ASCLLserialdata,andbinaryorBCDdatafromabsolutepositionencoders.Theoutputsarevoltageorcurrentlevelstodriveenddevicessuchassolenoids,motorstarters,relays,lights,andsoon.Otheroutputdevicesincludeanalogdevices,digitalBCDdisplays,ASCIIcompatibledevices,servovariable-speeddrives,andevencomputers.Programmablecontrollersweredeveloped(circain1968)whenGeneralMotorsCorp,andotherautomobilemanufacturerswereexperimentingtoseeiftheremightbeanalternativetoscrappingalltheirhardwiredcontrolpanelsofmachinetoolsandotherproductionequipmentduringamodelchangeover.Thisannualtraditionwasnecessarybecauserewiringofthepanelswasmoreexpensivethanbuyingnewones.Theautomotivecompaniesapproachedanumberofcontrolequipmentmanufacturersandaskedthemtodevelopacontrolsystemthatwouldhavealongerproductivelifewithoutmajorrewiring,butwouldstillbeunderstandabletoandrepairablebyplantpersonnel.Thenewproductwasnameda“programmablecontroller”.TheprocessorpartofthePLCcontainsacentralprocessingunitandmemory。Thecentralprocessingunit(cpu)isthe“trafficdirector”oftheprocessor,thememorystoresinformation.Comingintotheprocessoraretheelectricalsignalsfromtheinputdevices,asconditionedbytheinputmoduletovoltagelevelsacceptabletoprocessorlogic.TheprocessorscansthestateofI/oandupdatesoutputsbasedoninstructionsstoredinthememoryoftheplc.Forexample,theprocessormaybeprogrammedsothatifaninputconnectedtoalimitswitchistrue(limitswitchclosed),thenacorrespondingoutputwiredtoanoutputmoduleistobeenergized.Thisoutputmightbeasolenoid,forexampleoneachscantoseeifthatlimitswitchis,infact,closed.Ifitisclosed,theprocessorenergizesthesolenoidbyturningontheoutputmodule.Theoutputdevice,suchasasolenoidormotorstarter,iswiredtooutputmodulesterminal,anditreceivesitsshiftsignalfromtheprocessor,ineffect,theprocessorisperformingalongandcomplicatedseriesoflogicdecisions.ThePLC2performssuchdecisionssequentiallyandinaccordancewiththestoredprogram.Similarly,analogI/Oallowstheprocessortomakedecisionsbasedonthemagnitudelfasignal.Ratherthanjustifitisonoroff.Forexample,Theprocessormaybeprogrammedtoincreaseordecreasethesteamflowtoaboiler(analogoutput)basedonacomparisonoftheactualtemperatureintheboiler(analoginput)tothedesiredtemperature.Thisisoftenperformedbyutilizingthebuilt-inPID(proportional,integral,derivative)capabilitieslftheprocessor.BecauseaPLCis“softwarebased”,itscontrollogicfunctionscanechangedbyreprogrammingitsmemory.Keyboardprogrammingdevicesfacilitateentryoftherevisedprogram,whichcanbedesignedtocauseanexistingmachineorprocesstooperateinadifferentsequenceortorespondtodifferentlevelsof,orcombinationsofstimuli.Hardwaremodificationsareneededonlyifadditional,changed,orrelocatedinput/outputdevicesareinvolved.AllprogrammablecontrollersconsistofthebasicfunctionalblocksshowninFigure10.1.Wewillexamineeachblocktounderstandtherelationshiptothecontrolsystem.Firstwelookedatthecenter,asitistheheartofthesystem.Itconsistsofamicroprocessor,logicmemoryforthestorageoftheactualcontrollogic,storageorvariablememoryforusewithdatathatwillordinarilychangeasafunctionofthecontrolprogramexecution,andapowersupplytoprovideelectricalpowerfortheprocessorandmemory.NextcomestheI/Obloke.ThisfunctiontakesthecontrollevelsignalsfortheCPUandconvertsthemtovoltageandcurrentlevelssuitableforconnectionwithfactorygradesensorsandactuators.TheI/Otypecanrangefromdigital,analog,oravarietyofspecialpurpose“smart”I/Owhicharededicatedtoacertainapplicationtask.Theprogrammerisnormallyusedonlytoinitiallyconfigureandprogramasystemandisnotrequiredforthesystemtooperate.Itisalsousedintroubleshootingasystem,andcanprovetobeavaluabletoolinpinpointingtheexactcauseofaproblem.ThefielddevicesshownhererepresentthevarioussensorsandactuatorsconnectedtotheI/O.Thesearethearms,legs,eyes,andearsofthesystem,includingpushbuttons,limitswitches,proximityswitches,photosensors,thermocouples,positionsensingdevices,andbarcodereaderasinput;andpilotlight,displaydevices,motorstarters,DCandACdrivers,solenoids,andprintersasoutputs.Anadaptivecontrolsystemisonewhoseparametersareautomaticallyadjustedtocompensateforcorrespondingvariationsinthepropertiesoftheprocess.Thesystemis,inaword,“adapted”totheneedsoftheprocess.Naturallytheremustbe3somecriteriaonwhichtobaseanadaptiveprogram.Tospecifyavalueforthecontrolledvariableisnotenough-adaptionisnotrequiredtomeetthisspecification.Some“objectivefunction”ofthecontrolledvariablemustbespecifiedinaddition.Itisthisfunctionthatdeterminestheparticularformofadaptionrequired.Theobjectivefunctionforagivenprocessmaybethedampingofthecontrolledvariable.Inessence,therearethentwoloops,oneoperatingonthecontrolledvariable,theotheronitsdamping.Becausedampingidentifiesthedynamicloopgain,thissystemisdesignatedasadynamicadaptivesystem.Itisalsopossibletostipulateanobjectivefunctionofthesteady-stategainoftheprocess.Acontrolsystemdesignedtothisspecificationisthensteady-stateadaptive.Thereis,inpractice,solittleresemblancebetweenthesetwosystemsthattheirclassificationunderasingletitle“adaptive”hasledto,muchconfusion.Aseconddistinctionistobemade,thisnotontheobjectivefunction,butratheronthemechanismthroughwhichadaptionisintroduced,ifenoughisknownonaprocessthatparameteradjustmentscanberelatedtothevariableswhichcauseitspropertiestochange,adoptionmaybeprogrammed.However,ifitisnecessarytobaseparametermeansofafeedbackloop.Thisisknownasaselfadaptivesystem.4可编程逻辑控制器(PLC)可编程逻辑控制器(PLC)是一种固态电子装置,它利用已存入的程序来控制机器的运行或工艺的工序。PLC通过输入/输出(I/O)装置发出控制信号和接受输入信号。PLC依据已存入程序所规定的逻辑控制输出装置响应输入装置的激励。输入装置由限位开关、按钮、手轮、开关、脉冲、模拟信号、ASCII系列数据和来自于绝对位置解码器的二进制或BCD数据组成。输出的是驱动电磁线圈、电动起动器、继电器、指示灯等终端设备的电压或电流电平。其他输出装置包括模拟装置、数字BCD显示、ASCII兼容装置、伺服变速驱动器、甚至计算机。当通用汽车公司和其他制造商们正在试验看能否有另一种方法来销毁型号转变过程中机床的所有布线控制面板各其他生产设备时,PLC被研制成了(大约在1968年)。这种年度例行工作是必要的,因为控制面板的重新布线比购买新的控制面板要贵得多。汽车公司与许多控制设
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年技术改造项目可行性研究报告
- 2025年信息化公共云服务项目可行性研究报告
- 乌海市中医院老年医学科医保政策考核
- 阳泉市人民医院护理科研风险管理考核
- 鄂尔多斯市中医院护理效益评估考核
- 2025年中国碳酸铈项目创业计划书
- 立项申请报告书格式3
- 中国油漆防污剂项目经营分析报告
- 2025年中国四甲氧甲基甘脲项目创业计划书
- 2025年年产3万吨高吸水性树脂(SAP)项目可行性研究报告
- 2023年北京高考作文备考:二元话题作文赏析“品德与文化”
- DB37T 4502-2022滤水模压混凝土板现场制作质量控制规范
- 常见秋冬季传染病预防
- 《LNG操作手册》(完整版)资料
- LY/T 2459-2015枫香培育技术规程
- 法布雷病诊治最新进展课件
- CRM-客户关系管理系统毕业论文
- 质量源于设计-QbD课件
- 教学第三章土壤侵蚀课件
- 仓储物流安全隐患排查表-附带法规依据
- 三年级道德与法治下册不一样的你我他
评论
0/150
提交评论