




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
中国矿业大学本科生毕业设计姓名:XXX学号:XXXXXXX学院:信息与电气工程学院专业:电气工程与自动化设计题目:基于VB6.0实现S7-200PLC对多台异步电动机的控制专题:指导教师:XXX职称:副教授2021年6月徐州中国矿业大学毕业设计任务书学院信电学院专业年级电气工程与自动化05-5学生姓名XXX任务下达日期:2021年2月16日毕业设计日期:2021年2月16日至2021年6月20日毕业设计题目:基于VB6.0实现S7-200PLC对多台异步电动机的控制毕业设计专题题目:毕业设计主要内容和要求:〔1〕掌握异步电动机的工作原理和控制方法;〔2〕掌握PLC工作原理、工作过程及其使用;〔3〕掌握V4.0STEP7MicroWINSP3以及VB6.0编程软件的使用;〔4〕完成VB6.0编程实现PC与PLC的通信;〔5〕完成与控制系统配套的模拟实验;〔6〕完成与毕业设计内容有关的英文翻译〔近三年的文献〕,不少于3000字;院长签字:指导教师签字:
摘要随着现代工业的飞速开展,PLC以其高可靠性、配置灵活和完善的功能,在电气控制中占有越来越重要的地位。PLC与上位机的结合,并通过VB6.0传送数据所构成的计算机监控系统,对于近距离传输数据的现场控制来说是一种性价比很高的解决方案,充分的利用PLC的抗干扰性能和PC机强大的图形显示,浮点运算的特点。本文正是为了适应社会这一需求而设计的。本设计利用VB6.0提供的通信控件MSComm结合PLC中的通信功能进行编程,实现上位机〔PC〕与下位机〔PLC〕之间在自由口通信协议下数据信息的双向传输,到达高效、精确的控制异步电动机的启动与停止,点动控制、全压启动、星/三角启动、四台电机的顺序启动逆序停止以及监控电机的状态,完成了相应的软件、硬件模拟实验,在电脑上点击相应的按钮,PLC上的指示灯相应的点亮与熄灭,很好地解决了工程应用中的一些实际问题。本设计详细论述了异步电动机的工作原理、控制方法、VB6.0的高级编程〔通信〕、以及西门子公司提供的S7-200PLC〔CPU224型〕工作原理、通信编程及异步电动机控制的各种梯形图、指令表。本设计以在VB6.0环境下,实现PLC与计算机通信,有效的控制异步电动机,从而满足用户的需要。关键词:S7-200PLC;VB6.0;自由口通信模式;MSCommABSTRACTAlongwithmodernindustryswiftdevelopment,PLCbyitsredundantreliability,dispositionnimbleandperfectfunction,holdsmoreandmoreimportantstatusintheelectriccontrol. PLCandthesuperiormachineunion,andthecomputersupervisorysystemwhichconstitutesthroughtheVB6.0transmissiondata,regardingtheshortdistancetransmissiondata'sscenecontrolisonekindofperformance-to-priceratioveryhighsolution,thefullusePLCresistancetointerferenceandPCmachineformidablegraphicaldisplay,floatingpointcalculation'scharacteristic.Thisarticleispreciselytoadaptsocialthisdemandtodesign.ThispapersusestheCommunicationcontrolMSCommwhichprovidedbyVB6.0unifyingthecommunicationlanguageinPLCfortheprogramming,realizesTwo-waydatatransmissionbetweenHostcomputer(PC)andthenext-bitmachine(PLC)undercommunicationprotocolofthefreeport,achieveshighlyeffectiveandexactpurposeincontrollingasynchronousmotor'sstartandthestop,step-movecontrol,full-voltagestarting,star-deltastarting,fourmotors'orderedstartingandreversestop,andalsothemotor'sstatemonitoring.moreover,ihavefinishedthepracticalexperimentonthehardwareandsoftware.intheexperiment,clickthebuttonsonthePCscreen,theIndicatorsonPLCwillturnonandoffbythesetorder.aswellasmonitorselectricalmachinery'scondition,hassolvedsomeactualproblemsinprojectapplicationwell.Eachkindoftrapezoidalchartwhich,theinstructionlistthisarticleelaboratedasynchronousmotor'sprincipleofwork,thecontrolmethod,theVB6.0high-levelprogrammingindetail(correspondence),aswellasSiemensprovidesS7-200PLCwhich(CPU224)theprincipleofwork,thecorrespondenceprogrammingandtheasynchronousmotorcontrols.ThispapersrealizesPLCandthecomputer’correspondencebaseVB6.0,effectivelycontrolasynchronousmotor,thussatisfiestheneedoftheusers.Keywords:S7-200PLC;VB6.0;freemouthcorrespondencepattern;MSComm目录1绪论 表3PLC结构配置可用的已用的直接输入(%I)328直接输出(%Q)169模拟输入(%AI)87模拟输出(%AQ)86存储器(M)540V.软件描述PLC程序是依据输入设备的逻辑要求,程序与其说是表达数字计算法那么不假设说主要是表达了逻辑性。许多编制的程序是直接工作在“开或关〞两种状态,并且它们这种交替的形式分别是与“真或假〞〔逻辑形式〕和“1或0”扫描程序,处理梯形行各种逻辑运算来决定输出状态。最新的输出状态保存到固定存储区〔输出映像区Q〕。输出数据保存在存储器中,然后在本次程序扫描的最后设置或是重置输出设备。对于给定的PLC,完整的扫描一次所用的时间或是扫描时间是0.18ms/k(1000步),最大的程序容量是1000步。扩展系统由主机通过232总线连接PLC组成。主机给程序文档编辑,保存,打印和程序执行监控提供了软件环境。PLC执行程序的过程包括:编辑员画出源梯形程序,将源程序转变成二进制命令形式,这样它可以在PLC的微处理器中执行并通过连续传输端口从PC中下载到PLC系统。当PLC系统处于对机器的实时控制时,PLC系统是在线的且监控所有数据确保正确的运行。表5PLC模块和I/O设定主板模块1模块2模块3模块4模块5模拟量输入模块数字量输入模块模拟量输出模块数字量输出模块1、CPU1、速度反应信号1、启动按钮信号1、速度反应信号〔显示〕1、继电器12、电源2、负载电流反应信号2、停止按钮信号2、负载电流反应信号〔显示〕2启动灯〔运行〕3、定子电流信号3、跳闸按钮信号3、负载转矩信号〔显示〕3、继电器24、速度设定值信号4、前向开关信号4、逆变器参考频率4、停止灯5、控制增益信号5、后向开关信号5、负载继电器5、继电器36、控制时间常数6、跳闸按钮信号6、定子继电器6、跳闸灯7、逆变器模拟端口7、24VDC7、逆变器数字端口8、24VDC8、24VDC9、24VDCA.PLC速度控制软件在图4中,给出了速度控制软件的流程图。软件调整速度监视定速度控制而不管转矩变化。逆变器这会儿在做电机的电源的同时也受到PLC软件的控制。如果没有PLC和反应控制环,逆变器也不可能控制电机恒定速度运行。操作员通过控制面板设定速度和选择电机向前或是向后的旋转方向。通过按下手动按钮,电机开始旋转。如果停止按钮被按下,那么电机停下。如表5所示,对应的输入信号接入到数字输入模块,输出信号送到数字输出模块。模拟输入模块接受定子电流传感器的跳闸信号Is,测速发电机的速度反应信号,和控制面板的信号。这样,PLC可以获得电机被要求的速度和的实际速度。操作员要求的速度和电机实际速度的差值给出了误差信号。如果误差信号不是0,而是正或是负,然后,PLC根据CPU的运算减少或增加逆变器的V/F,因此,电机速度是修正的。控制器采用比例积分型〔PI〕〔如,误差信号通过增益放大,积分,加给要求的速度〕。最后,控制信号送给数字输出模块,并且连接逆变器的数字输入去控制变化量。在开始的时候,操作员通过控制面板上的旋转变阻器改变增益〔增益调节〕,模拟输入模块接受它的电压降作为控制增益信号〔0-10V〕。要求的速度是通过改变旋转变阻器得到的,AIM获取这个信号。它的值送到AOM,并在控制面板上显示〔设定速度显示〕,控制面板上另一个是显示通过速度反应信号计算出的电机实际速度。第三个显示的是通过负载电流信号计算出来的负载转矩〔Nm〕。它他们对应的信号输出给AOM。扫描循环扫描循环控制模式扫描输入存储输入停止模式梯形图执行:速度控制软件保护软件关闭/重启电机软件数据更新图3.主程序流程图NYNY读入输入:前向/后向信号定子电流IS启动信号速度反应信号速度设定信号nsp停止信号计算速度错误信号IF错误=0修正V/F更新逆变器 图4速度软件流程图B.监测和保护软件图5给出了软件流程图.在电机运行中,不能通过改变开关位置来改变旋转方向。只有按下停止按钮才可改变旋转方向。在软件中编制以下程序,使电机在启动和带载运行情况下进行过载电流保护。I〕在DIM中输入前向后向信号。II〕在AIM中输入速度设定值n,负载电流,定子电流,和速度反应信号。III〕在无载情况1.0A,如果速度设定值小于20%,或n<300r/min,电机不会启动。IV〕负载增加0.4NM(额定转矩的40%),1.3A,速度设定值低于40%或n<600r/min,那么电机不会启动。V〕如果负载增加1.0NM(额定转矩),1.5A并且如果转速设定值超过100%或n1500r/min,电机进入停机程序。VI〕在所有其他情况下,电机进入速度控制模式,速度控制软件如A局部描述的执行。速度控制模式切断电机程序读入输入:▽前向/后向信号▽负载电流信号IL▽启动信号▽定子电流信号IS▽速度设定信号▽速度反应信号不启动电机速度控制模式速度控制模式YYYYYYIFns<300启动电机IFns<600IFnsp>1500IFIS>1.5AIFIS速度控制模式切断电机程序读入输入:▽前向/后向信号▽负载电流信号IL▽启动信号▽定子电流信号IS▽速度设定信号▽速度反应信号不启动电机速度控制模式速度控制模式YYYYYYIFns<300启动电机IFns<600IFnsp>1500IFIS>1.5AIFIS>1.3ANIFIS<1.0A转子方向锁定NNNNN图5监视和保护软件流程图关机和重启电机软件在图6给出了软件流程图。在过载情况下,电机停机,跳闸灯(黄)亮.操作员必须释放热继电器,然后通过按下跳闸或停止按钮关掉跳闸灯。热继电器设定为电机额定电流值1.5A。这样电机可以重新启动。操作员可以按下停止按钮来停止电机:显示的实际速度变为了0,启动灯(绿)关闭,停止灯(红)闭合且持续亮3S。电机停止后和驱动系统重启前负载马上卸下。即使启动按钮已经按下,电机在停止后,3秒钟之内不能启动。读入输入:停止信号读入输入:停止信号负载电流IL定子电流ISIFIS>1.5AY合上跳闸灯翻开三相自动开关将速度显示置位为0翻开启动灯〔绿〕合上停止灯〔红〕翻开负载自动开关等待3秒种断开跳闸灯〔黄〕翻开热继电器启动电机监视和保护模式N速度控制模式图6.电机停止/重启流程图英文原文DesignandImplementationofPLC-BasedMonitoringControlSystemforInductionMotorMariaG.Ioannides,SeniorMember,IEEEAbstract—Theimplementationofamonitoringandcontrolsystemfortheinductionmotorbasedonprogrammablelogiccontroller(PLC)technologyisdescribed.Also,theimplementationofthehardwareandsoftwareforspeedcontrolandprotectionwiththeresultsobtainedfromtestsoninductionmotorperformanceisprovided.ThePLCcorrelatestheoperationalparameterstothespeedrequestedbytheuserandmonitorsthesystemduringnormaloperationandundertripconditions.TestsoftheinductionmotorsystemdrivenbyinverterandcontrolledbyPLCproveahigheraccuracyinspeedregulationascomparedtoaconventionalVfcontrolsystem.TheefficiencyofPLCcontrolisincreasedathighspeedsupto95%ofthesynchronousspeed.Thus,PLCprovesthemselvesasaveryversatileandeffectivetoolinindustrialcontrolofelectricdrives.IndexTerms—Computer-controlledsystems,computerizedmonitoring,electricdrives,inductionmotors,motioncontrol,programmablelogiccontrollers(PLCs),variable-frequencydrives,voltagecontrol.I.INTRODUCTIONSincetechnologyformotioncontrolofelectricdrivesbecameavailable,theuseofprogrammablelogiccontrollers(PLCs)withpowerelectronicsinelectricmachinesapplicationshasbeenintroducedinthemanufacturingautomation[1],[2].Thisuseoffersadvantagessuchaslowervoltagedropwhenturnedonandtheabilitytocontrolmotorsandotherequipmentwithavirtuallyunitypowerfactor[3].ManyfactoriesusePLCsinautomationprocessestodiminishproductioncostandtoincreasequalityandreliability[4]–[9].Otherapplicationsincludemachinetoolswithimprovedprecisioncomputerizednumericalcontrol(CNC)duetotheuseofPLCs[10].Toobtainaccurateindustrialelectricdrivesystems,itisnecessarytousePLCsinterfacedwithpowerconverters,personalcomputers,andotherelectricequipment[11]–[13].Nevertheless,thismakestheequipmentmoresophisticated,complex,andexpensive[14],[15].FewpaperswerepublishedconcerningdcmachinescontrolledbyPLCs.Theyreportboththeimplementationofthefuzzymethodforspeedcontrolofadcmotor/generatorsetusingaPLCtochangethearmaturevoltage[16],andtheincorporationofanadaptivecontrollerbasedontheself-tuningregulatortechnologyintoanexistingindustrialPLC[17].Also,othertypesofmachineswereinterfacedwithPLCs.Thereby,anindustrialPLCwasusedforcontrollingsteppermotorsinafive-axisrotorposition,directionandspeed,reducingthenumberofcircuitcomponents,loweringthecost,andenhancingreliability[18].Forswitchedreluctancemotorsasapossiblealternativetoadjustablespeedacanddcdrives,asinglechiplogiccontrollerforcontrollingtorqueandspeedusesaPLCtoimplementthedigitallogiccoupledwithapowercontroller[19].OtherreportedapplicationconcernsalinearinductionmotorforpassengerelevatorswithaPLCachievingthecontrolofthedrivesystemandthedataacquisition[20].Tomonitorpowerqualityandidentifythedisturbancesthatdisruptproductionofanelectricplant,twoPLCswereusedtodeterminethesensitivityoftheequipment[21].OnlyfewpaperswerepublishedinthefieldofinductionmotorswithPLCs.Apowerfactorcontrollerforathree-phaseinductionmotorutilizesPLCtoimprovethepowerfactorandtokeepitsvoltagetofrequencyratioconstantunderthewholecontrolconditions[3].Thevectorcontrolintegratedcircuitusesacomplexprogrammablelogicdevice(CPLD)andintegerarithmeticforthevoltageorcurrentregulationofthree-phasepulse-widthmodulation(PWM)inverters[22].Manyapplicationsofinductionmotorsrequirebesidesthemotorcontrolfunctionality,thehandlingofseveralspecificanaloganddigitalI/Osignals,homesignals,tripsignals,On/off/reversecommands.Insuchcases,acontrolunitinvolvingaPLCmustbeaddedtothesystemstructure.ThispaperpresentsaPLC-basedmonitoringandcontrolsystemforathree-phaseinductionmotor.Itdescribesthedesignandimplementationoftheconfiguredhardwareandsoftware.Thetestresultsobtainedoninductionmotorperformanceshowimprovedefficiencyandincreasedaccuracyinvariable-loadconstant-speed-controlledoperation.Thus,thePLCcorrelatesandcontrolstheoperationalparameterstothespeedsetpointrequestedbytheuserandmonitorstheinductionmotorsystemduringnormaloperationandundertripconditions.II.PLCASSYSTEMCONTROLLERAPLCisamicroprocessor-basedcontrolsystem,designedforautomationprocessesinindustrialenvironments.Itusesaprogrammablememoryfortheinternalstorageofuser-orientatedinstructionsforimplementingspecificfunctionssuchasarithmetic,counting,logic,sequencing,andtiming[23],[24].APLCcanbeprogrammedtosense,activate,andcontrolindustrialequipmentand,therefore,incorporatesanumberofI/Opoints,whichallowelectricalsignalstobeinterfaced.InputdevicesandoutputdevicesoftheareconnectedtothePLCandthecontrolprogramisenteredintothePLCmemory.Inourapplication,itcontrolsthroughanaloganddigitalinputsandoutputsthevaryingload-constantspeedoperationofaninductionmotor.Also,thePLCcontinuouslymonitorstheinputsandactivatestheoutputsaccordingtothecontrolprogram.ThisPLCsystemisofmodulartypecomposedofspecifichardwarebuildingblocks(modules),whichplugdirectlyintoaproprietarybus:acentralprocessorunit(CPU),apowersupplyunit,input-outputmodulesI/O,andaprogramterminal.Suchamodularapproachhastheadvantagethattheinitialconfigurationcanbeexpandedforotherfutureapplicationssuchasmultimachinesystemsorcomputerlinking.III.CONTROLSYSTEMOFINDUCTIONMOTORInFig.2,theblockdiagramoftheexperimentalsystemisillustrated.Thefollowingconfigurationscanbeobtainedfromthissetup.a)Aclosed-loopcontrolsystemforconstantspeedoperation,configuredwithspeedfeedbackandloadcurrentfeedback.Theinductionmotordrivesavariableload,isfedbyaninverter,andthePLCcontrolstheinverterV/Foutput.b)Anopen-loopcontrolsystemforvariablespeedoperation.TheinductionmotordrivesavariableloadandisfedbyaninverterinconstantV/Fcontrolmode.ThePLCisinactivated.c)Thestandardvariablespeedoperation.Theinductionmotordrivesavariableloadandisfedbyaconstantvoltage-constantfrequencystandardthree-phasesupply.Theopen-loopconfigurationb)canbeobtainedfromtheclosed-loopconfigurationa)byremovingthespeedandloadfeedback.Ontheotherhand,operationc)resultsiftheentirecontrolsystemisbypassed.IV.HARDWAREDESCRIPTIONThecontrolsystemisimplementedandtestedforawoundrotorinductionmotor,havingthetechnicalspecificationsgiveninTableI.Theinductionmotordrivesadcgenerator,whichsuppliesavariableload.Thethree-phasepowersupplyisconnectedtoathree-phasemainswitchandthentoathree-phasethermaloverloadrelay,whichprovidesprotectionagainstcurrentoverloads.Therelayoutputisconnectedtotherectifier,whichrectifiesthethree-phasevoltageandgivesadcinputtotheinsulatedgatebipolartransistor(IGBT)inverter.Itstechnicalspecifications[25]aresummarizedinTableII.TheIGBTinverterconvertsthedcvoltageinputtothree-phasevoltageoutput,whichissuppliedtothestatoroftheinductionmotor.Ontheotherhand,theinverterisinterfacedtothePLC-basedcontroller.ThiscontrollerisimplementedonaPLCmodularsystem[5],[26]–[28].ThePLCarchitecturereferstoitsinternalhardwareandsoftware.Asamicroprocessor-basedsystem,thePLCsystemhardwareisdesignedandbuiltupwiththefollowingmodules[29]–[37]:•centralprocessorunit(CPU);•discreteoutputmodule(DOM);•discreteinputmodule(DIM);•analogoutputsmodule(AOM)•analoginputsmodule(AIM)•powersupply.OtherdetailsofthePLCconfigurationareshowninTablesIIIandIV.Aspeedsensorisusedforthespeedfeedback,acurrentsensorisusedfortheloadcurrentfeedback,andasecondcurrentsensorisconnectedtothestatorcircuits[32].Thus,thetwofeedbackloopsoftheclosed-loopsystemaresetupbyusingtheloadcurrentsensor,thespeedsensor,andtheAIM.Atachogenerator(permanentmagnetdcmotor)isusedforspeedsensing.Theinductionmachinedrivesitsshaftmechanicallyandanoutputvoltageisproduced,themagnitudeofwhichisproportionaltothespeedofrotation.Polaritydependsonthedirectionofrotation.ThevoltagesignalfromthetachogeneratormustmatchthespecifiedvoltagerangeoftheAIM(0–5Vdcand200-kinternalresistance).OtherPLCexternalcontrolcircuitsaredesignedusingalow-voltagesupplyof24Vdc.Forthemanualcontrol,theschemeisequippedwithstart,stop,andtrippushbuttons,aswellaswithaforwardandbackwarddirectionselectorswitch.AsshowninFig.2,allofthedescribedcomponents:amainswitch,anautomaticthree-phaseswitch,anautomaticsinglephaseswitch,athree-phasethermaloverloadrelay,aloadautomaticswitch,signallamps(forward,backward,start,stop,trip),pushbuttons(start,stop,trip),aselectorswitch(fortheforward/backwarddirectionofrotation),aspeedselector,againselector,aswellasthePLCmodulesandtherectifier-inverterareinstalledinacontrolpanel.TheprogramisdownloadedintothePLCfromapersonalcomputerPCandanRS232serialinterface.V.SOFTWAREDESCRIPTIONPLC’sprogrammingisbasedonthelogicdemandsofinputdevicesandtheprogramsimplementedarepredominantlylogicalratherthannumericalcomputationalalgorithms.Mostoftheprogrammedoperationsworkonastraightforwardtwo-state“onoroff〞basisandthesealternatepossibilitiescorrespondto“trueorfalse〞(logicalform)and“1or0”(binaryform),respectively.Thus,PLCsofferaflexibleprogrammablealternativetoelectricalcircuitrelay-basedcontrolsystemsbuiltusinganalogdevices.Theprogrammingmethodusedistheladderdiagrammethod.ThePLCsystemprovidesadesignenvironmentintheformofsoftwaretoolsrunningonahostcomputerterminalwhichallowsladderdiagramstobedeveloped,verified,tested,anddiagnosed.First,thehigh-levelprogramiswritteninladderdiagrams,[33],[34].Then,theladderdiagramisconvertedintobinaryinstructioncodessothattheycanbestoredinrandom-accessmemory(RAM)orerasableprogrammableread-onlymemory(EPROM).EachsuccessiveinstructionisdecodedandexecutedbytheCPU.ThefunctionoftheCPUistocontroltheoperationofmemoryandI/Odevicesandtoprocessdataaccordingtotheprogram.EachinputandoutputconnectionpointonaPLChasanaddressusedtoidentifytheI/Obit.Themethodforthedirectrepresentationofdataassociatedwiththeinputs,outputs,andmemoryisbasedonthefactthatthePLCmemoryisorganizedintothreeregions:inputimagememory(I),outputimagememory(Q),andinternalmemory(M).Anymemorylocationisreferenceddirectlyusing%I,%Q,and%M(TableIII).ThePLCprogramusesacyclicscaninthemainprogramloopsuchthatperiodicchecksaremadetotheinputvariables(Fig.3).Theprogramloopstartsbyscanningtheinputstothesystemandstoringtheirstatesinfixedmemorylocations(inputimagememoryI).Theladderprogramisthenexecutedrung-by-rung.Scanningtheprogramandsolvingthelogicofthevariousladderrungsdeterminetheoutputstates.Theupdatedoutputstatesarestoredinfixedmemorylocations(outputimagememoryQ).TheoutputvaluesheldinmemoryarethenusedtosetandresetthephysicaloutputsofthePLCsimultaneouslyattheendoftheprogramscan.ForthegivenPLC,thetimetakentocompleteonecycleorthescantimeis0,18ms/K(for1000steps)andwithamaximumprogramcapacityof1000steps.Thedevelopmentsystemcomprisesahostcomputer(PC)connectedviaanRS232porttothetargetPLC.Thehostcomputerprovidesthesoftwareenvironmenttoperformfileediting,storage,printing,andprogramoperationmonitoring.TheprocessofdevelopingtheprogramtorunonthePLCconsistsof:usinganeditortodrawthesourceladderprogram,convertingthesourceprogramtobinaryobjectcodewhichwillrunonthePLC’smicroprocessoranddownloadingtheobjectcodefromthePCtothePLCsystemviatheserialcommunicationport.ThePLCsystemisonlinewhenitisinactivecontrolofthemachineandmonitorsanydatatocheckforcorrectoperation.PLCSpeedControlSoftwareInFig.4,theflowchartofthespeedcontrolsoftwareisillustrated.Thesoftwareregulatesthespeedandmonitorstheconstantspeedcontrolregardlessoftorquevariation.Theinverterbeingthepowersupplyforthemotorexecutesthiswhile,atthesametime,itiscontrolledbyPLC’ssoftware.TheinverteralonecannotkeepthespeedconstantwithoutthecontrolloopwithfeedbackandPLC.Fromthecontrolpanel,theoperatorselectsthespeedsetpointandtheforward/backwarddirectionofrotation.Then,bypushingthemanualstartpushbutton,thentherotationstops.ThecorrespondinginputsignalsareinterfacedtotheDIMandtheoutputsignalstotheDOMasshowninTableIV.TheAIMreceivesthetripsignalISfromthestatorcurrentsensor,thespeedfeedbacksignalfromthetachogenerator,andthesignalfromthecontrolpanel.Inthisway,thePLCreadstherequestedspeedandtheactualspeedofthemotor.Thedifferencebetweentherequestedspeedbytheoperatorandtheactualspeedofthemotorgivestheerrorsignal.Iftheerrorsignalisnotzero,butpositiveornegative,thenthePLCaccordingtothecomputationscarriedoutbytheCPUdecreasesorincreasestheV/Foftheinverterand,asaresult,thespeedofthemotoriscorrected.Theimplementedcontrolisofproportionalandintegral(PI)type(i.e.,theerrorsignalismultipliedbygainKP,integrated,andaddedtotherequestedspeed).Asaresult,thecontrolsignalissenttotheDOMandconnectedtothedigitalinputoftheinvertertocontrolV/Fvariations.Atthebeginning,theoperatorselectsthegainKPbyusingarotaryresistormountedonthecontrolpanel(gainadjust)andtheAIMreceivesitsvoltagedropascontrollergainsignal(0–10V).Therequestedspeedisselectedusingarotaryresistorandt
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- T/CGCC 39-2019干磨米粉
- T/CECS 10352-2023建筑外墙装饰板自清洁性能技术要求
- T/CECS 10346-2023供水用不锈钢阀门通用技术条件
- T/CECS 10310-2023水性聚氨酯防水涂料
- T/CCT 007-2024煤化工废水处理运营能力评价
- T/CCT 002-2019煤化工副产工业氯化钠
- T/CCMA 0173-2023流动式起重机用高性能平衡阀
- T/CCMA 0120-2021沥青冷再生厂拌设备
- T/CCMA 0105-2020绿化综合养护车
- T/CCIAS 023-2023轻盐榨菜
- 电梯故障维修记录
- 员工招聘外文翻译文献
- 中国世界文化遗产课件
- 某工厂供配电系统毕业设计
- 预防接种工作单位资质申请表
- 2022年四川省成都市青羊区七下期末数学试卷
- 智慧健康管理ppt课件
- 天牛的识别与防治PPT演示课件(PPT 99页)
- 英语51阅读理解主旨题(best-title)答题技巧
- 孔距尺寸的标注与孔的位置度公差的确定
- 服装工艺(各工序)单价表
评论
0/150
提交评论