数控加工中心自动换刀系统的研究外文翻译_第1页
数控加工中心自动换刀系统的研究外文翻译_第2页
数控加工中心自动换刀系统的研究外文翻译_第3页
数控加工中心自动换刀系统的研究外文翻译_第4页
数控加工中心自动换刀系统的研究外文翻译_第5页
已阅读5页,还剩13页未读 继续免费阅读

下载本文档

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

文档简介

PAGE密级:JINGGANGSHAN外文翻译题目数控加工中心自动换刀系统的研究学院机电工程学院专业机械设计制造及其自动化班级机制11(本1)学号姓名指导教师起讫时间2014.11——2015.5教务处印制PAGE17机电工程学院机械设计制造及其自动化专业外文翻译井冈山大学外文翻译用纸Machinery,2011,12(04)ResearchontheautomatictoolchangersystemofthemanchingcenterZHENGXin-wu,ZHANGMing-zhong,LIChun-mu,LIYin,CHENYong-ming(DepartmentofMechanical&ElectricalEngineering,XiamenUniversity,Xiamen361005,China)Abstract:Theautomatictoolchanger(ATC),whichincludesamagazine,atoolchangerandacontrolsystem,isoneofthekeycompomentsofthemachiningcenter(MC),GeneralissuesoftheATC,however,areitsslownessandlowstabilityduringtoolchangesandthecomplexityofcontrolsystemprogramming.Tosolvethoseproblems,onetypeofsoftwareanditsinternalPLCtechnologywereinverstigated.BasedonananalysisofthefundamentalstructureandoperatingprincipleoftheATCsystemandaresearchofthecontrolprocedureofthe“discwitharm”-typeATC,thePLCprogramandmacroprogramscombinedwithServoWorksCNCtechnologyweredeveloped.Finally,itwasshownthatnewlydesignedcontrolsystemcancompletethewholeprocessofchangingtoolsin4to6secondsontheYY-1060verticalMC.Theresultsindicatethattheprocessisrapid,accurateandreliableenoughtocompletelymeetthepracticalrequirements.Keywords:machiningcenter(MC);automatictoolchanger(ATC);programmablelogiccontroller(PLC)IntroductionUsingknifelibrary(MAG)automatictoolchangeisthewayoftoolchange,iswidelyusedinmachiningcenterindependentknifelibraryvastlyincreasesthestoragequantityofcuttingtool,whichhelpstoexpandthefunctionofmachinetool,andcanbewellisolatedinterferenceofvariouskindsoffactorsaffectingthemachiningaccuracy.Processingcenterofthelibrarytypesare:aknifedisctoollibraryandchaintoollibrary.Librarychangetoolwayaccordingtothepresenceofmanipulator,toolchangeprocessintoamanipulatortoolchangeandnomanipulatortoolchange.ThisstudyinordertoYY-1060verticalmachiningcenterisequippedwithDEX-A402disctoollibrarymanipulatorautomatictoolchangemechanismastheobject,studyofautomatictoolchanger(ATC)system.Programmablecontroller(PLC)isthecorepartofautomatictoolchangesystem.Atpresent,thedomesticcontroloftheautomatictoolchangemorethanthetraditionalPLC(hereinafterreferredtoashardPLC)andsinglechipmicrocomputer,suchasmitsubishiFXseriesPLC,SiemensS7-200seriesPLC,AT98C51microcontroller.HardPLCcontrolmethodwithoutspecialinstructionsofthetool,youneedtowritecomplexcutterPLCprogram,aswellassimplifytheprocessofncprogrammingbymacroprogram;Adoptsinglechipmicrocomputercontrolcircuitstructures,complex,thesystemstabilityislow,programmingcomplex.ThisresearchadoptstheLadderWorksisakindofbuilt-inPLCsystemsoftwarebasedonthetechnologyofServoWorkstype,canbebetweenCNCrapidinternalsignaltransmission.LibrarystructureandtoolchangemovementAutomatictoolchangemaincomponentsinclude:motor,CAM,toolpot,daolibrarymotor,cup,brake,pinecliproundtool,theoriginsignal,etc.DEX-A402automatictoolchangeisshowninfigure1.Fig.1.AutomatictoolchangeFig.2.SwordarmactionSwordarmactiondrivenbysteppingmotor,toolchangeactionpoints4stepstocomplete.Singleswordarmmotordirectionofrotation,throughtheautomatictoolchangemechanismofCAMmechanismtocontroltheswordarmandreversing,thedrivemodeimprovestheswordarmrotationAngleprecision,simplifythecontrolofthemotoratthesametime.Swordarmmovementofthespecificprocessasshowninfigure2.TransferinstructionsCNCprogramminginstructionbyT,Minstructionstocompletetheautomatictoolchangeaction,toolchangeinstructiondecodedbytheinternalsystem,thetargettool,andmacroinstruction,translatedintothecorrespondingbinarynumbersavedtothesystemspecifiedintheregister.ServoWorksPLCsystemTinstructiondecodertoF26,MinstructiondecodetoF10,userscanaccordingtotherequestofchangeknifeactionwritemacroprogramandPLCprogram.Tdirectivespecifiesthetool,completingthelibrarychoosetool,toollibraryrotationdirectionjudgmentanddeterminationofrotatinginterval;Mdirectivespecifiesthemacroprogram,accordingtotherequirementsintoolcompletespindlebacktozero,theZaxispointbacktochangethetool,thetoolarmrotatingdirection,locationandtoolcupupanddownmovement.3.1Thechoiceofcutter(T)Cuttingtoolchoiceistoollibraryspecifiedonthetooltochangethecutterlocation,theactionbytheTinstructionfunction.Automatictoolchanger(ATC)systembasedoninformationfromthepositionofthetoolstorageandTinstruction,accordingtothegivencommandandcontrolsystemdecidetheknifelibrarydirectionofrotation,therequirementsofthesteps,etc.,generally,thememorycanbeusedtomodelrandomcontrolandmechanicalcontrolintwoways.Correspondingtotheirrespectivemechanicalrandomcontroleverytoolset,usuallybetweenthespindleandthetoolstorage,toprovidetoolchange"middletoolset".Memorymodel,bycontrast,stochasticcontrolusingapointer,pointerpointsoutthatthepositionoftoollibraryrotation,eachknivesandtoolsetisnotalwaysone-to-onecorrespondence,thecontrolmodechangequicklyandreliable.Inaccordingtothemechanicalstructureofthetoolstoragechoicesintoolcontrolmode,thefollowingsystemofpointertoafloatswitchtoolway:bytheuserTdirectivespecifiesatool,afterdecodingsystem,foundinthefloatingofthepointertothememorynumbercorrespondingtothecuttingtool,thesystemusespecialinstructionROTBdirectionofrotationandrotationdistancejudgmenttheknife,toollibraryrotationtothetargetlocationchoicetoolfinishtool,M6instructionscompletedactioninthetool,thespecificprocessasshowninfigure3.Fig.3.Flowchartofchoosingtools3.2Transferinstructions(M)AuxiliaryMinstructiondecodingthroughthesystemtothePLC"rumet"point(internalrelay),userswritePLCprogramaccordingtotheactionrequirement.ATCauxiliaryMinstructionsincludeM6inknife,M19spindlepositioning,initializationM86toollibrary,etc.Machiningcenterlibrarychangeknifeprocessasshowninfigure4.Fig.4.InflowchartServoWorksCNCcanaccordingtotheneedsofuserscustomizetheG/M/S/Tmacrocallsimplifyncprogramming,commonlyusedmachinetoolmovementprogramcanbeintegratedintoacommand,suchasusingM06completethechangemovement.ThemacroprogramcancallwiththesameauxiliaryMinstructions.Withinthesystemtospecifyinstructionsstoredmobilestorageunitclassification,suchasG00,G01,G02G03instructionsstoredinthesystemvariablessuchas#4001.Macrocallsthemethodisasfollows:O9001G40G80#510=#4001#511=#4001#512=#4003#513=#1032AND256#514=#BIN[#513](IF[#512EQ#514]GOTON1000)G90G30Z0M19M6G#510G#511N1000M99ThePLCprogramdevelopmentAutomatictoolchangethePLCprogrammainlyincludesthelibrarychoosetoolandswordarminapplication.ServoWorksPLCprogramaddressesare:machinetoolstothePLCinputsignal(X),PLCtotheinputsignal(Y)machinetools,CNCenginesignaltothePLCengine(F),PLCenginetotheCNCenginesignal(G),intermediaterelay(R),counter(C),thetimer(T),etc.Thefollowing"rumet"pointdescriptiontoolchangebyPLC.4.1LibrarychooseknifePLCprogramLadderWorksPLCbasedautomatictoolchangeorder(asshowninfigure3)are:tools,searchinstructionsDSCH,rotatingdirectionanddistancecalculationROTBCTR,libraryrotatingtoolcountinstructions.

DEX-A402toollibrarytoolingcapacityfor24,daolibrarytochoosethemainPLCprogramasshowninfigure5.ProgramR270storagetargettool,DSCHinstructioninD20of25theaddressofthestorageunittofindthesameastheR270content,andstoredintheR280;COspecifiesthetoolingcapacity,toollibraryROTBinstructionreal-timecomputingtargettoolR290andcurrenttoolcup,cuponC2,thestepdistanceanddirectionbetweentheR283fromstoragecloth,R203.6storagedirectionofrotation;C2countdonebyCRTinstruction,knifelibraryrotationdirectionR960.3decidedtoC2countsincreaseanddecrease,R200.4forsignalsofcount.4.2TheknifearminPLCprogramIntherotationofthePLCprogramtorealizetoolarmmotioncontrol.AutomatictoolchangethroughthemotordrivetheCAMarmmovementcontroltheknife,knifearmwithwheelbrakingsignalsandtheCAMsignalwheelbrakesignal,pinenippeddaosignals,theorigin,throughtheabovesignalsequencediagramwritebrakeposition.Position1correspondstotheoriginposition,position2correspondingtoolarmforward60degrees,position3correspondingknifearmisturned180degrees.ThisresearchaccordingtotheflowchartoftoolchangewrittenintoolPLCprogram,asshowninfigure6.Fig.5.LibrarychoosetoolapplicationFig6.InPLCprogram4.3StorageunitnumberswapsAutomatictoolchangerisarandomcontinuousprocess,thetoolchangeafterthecompletionoftheneedtomodifythecontentinthestorageunit,ensureaccuratetoolchangenexttime.Storageunittool,swaps,completethespindlecutternumberD20andpresentcorrespondingtool,toolcuponD+C2(20)exchange,throughtheintermediatestorageD18transition,specificimplementationwayasshowninfigure7.Fig.7.AccessunitknifeswapsXMOVinstructionstocompletethestorageunitdataread,write,readoperationonRW=0,RW=1toperformwriteoperations.TestLadderWorksconsoleisacollectionofPLCprogramcreating,editing,compilation,operationmonitoringanddebuggingofPLCcontrolplatform.LadderWorksPLCallsortsoffunctioninstructioniscomplete,theprogrammingmethodissimple,support"TXTformattextfiles.TheseprogramsarewritteninaccordancewiththerequirementsforLadderWorksPLCprogrammingcorrespondingstatementstable,saveto"TXT"inthedocument,compiledbytheLadderWorksconsoleandcompletethePLCprogramming.Asatoolofbuilt-inPLCsystemsoftwaretype,machinetooldistributionLadderWorksPLCsoftwareneedsspeciallyconfiguredwhenexternalI/OcommunicationmoduletoachievePLCcommunicatewithoutsideoftheactuator.ThisdesignUSEStheBECKHOFFcompanyEL1004asasignalinputmodule,EL2889asasignalinputmodule.

FinallythisstudywilldesigntheautomatictoolchangethePLCprogramandthemacroprogramapplicationinYY-1060machiningcenter,verifytheaccuracyandreliabilityoftheprogram.Opensystem,inmanualprogrammingmodel(MDI)underthedispatch1tooltotoolchangeposition,initializationoftoollibrary,thenselectuseTcommandspecifiedwithinthescopeofthecuttingtool.Verifiedthesystemautomaticallycalculatestheshortesttoollibraryrotatingpathmethodasshownintable1.Table1KnifelibraryrotatingpathiscalculatedWhenthespecifiedtargettool,beyondthecuttingtool,thesystemerror.Aftermanydebugging,completetheclosestcutterreplacement(libraryrotatingatool)need4s,thefarthestdistanceintool(libraryrotating12knife)need6s.Experimentalresultsshowthatthedesignedsysteminourstudyrandomlychoosetoolaccuratetoolchangeprocess,nodisorderlyknifephenomenon,toolchangemotionstability,canwellsatisfytheprocessingcenterautomatictoolchangerofquickness,accuracyandstabilityrequirements.ConclusionComparedwiththetraditionalautomatictoolchangecontrolsystem,basedonthetechnologyofServoWorksLadderWorksPLCbuilt-insoftwaretype,withautomatictoolchangededicatedcontrolinstruction,greatlysimplifiestheprogrammingofncmachiningcentertoolchangesystemandmaintenancedifficulty.Atthesametime,thetechnologyandCNCtechnologycanquicklyandaccuratelyfinishthetoolchangeprocess.WiththedevelopmentofpuresoftwareCNCtechnology,thecontrolmethodwillbewidelyused.References[1]ZhanShuLiu.Machiningcenterstructure,maintenanceanddebugging[M].Beijing:ChinaMachinePress,2003.[2]ChangJiDeng,GuanLianJiang.BasedonthePLCautomaticallychooseknifeknifeapplicationanddevelopment[J].Journalofcombinationmachinetoolsandautomaticprocessingtechnology,2010(6):53-56.[3]GUjian,NIUYun-yan.ResearchontheStructureandPLCControlofaNewAutomaticToolChanger[C]//2011InternationalConferenceonConsumerElectronics,CommunicationsandNetworks.United[4]ZHANGLian-zhong,WANGLI.MachiningCenterAutomaticATCAnalysisandResearh[C]//3rdInternationalConferenceonIndustrialEngineering.UnitedStates;IEEEComputerSociety,2010;355-358.[5]Mitsubishi.CNCEZMotion-NCE60PLCprogrammingManual[Z].Mitsubishi,2002.[6]YinLi.Puresoftwareofopennumericalcontrolsystemresearchandreferenceonthemachiningcenter[D].Xiamen:xiamenuniversityschoolofphysicalandmechanicalandelectrical,2009.[7]DENGChang-qi,LIBin.TheApplicationandDevelopmentofAutomaticToolSelectioninToolMagazinebasedonPLC[C]//2010InternationalConferenceonManufacturingEngineeringandAutomation,ICMEA2010.Germany:TransTechPublications,2010:1959-1962.[8]SofeServoSystemINC.ServoWorksCNCLadderWorksPLCUser’sManual[Z].SoftServoSystemInc,2006.机械,2011,12(04)数控加工中心自动换刀系统的研究郑新武,章明众,李春木,李寅,陈永明(厦门大学机电工程系,福建厦门361005)摘要:自动换刀系统(ATC)包括刀库机构、换刀机构以及控制系统3个部分,是加工中心的重要组件之一。为了解决数控加工中心自动换刀速度慢、稳定性低及控制系统编程复杂等问题,将一种软件式内置PLC技术应用于自动换刀系统中。在分析自动换刀系统的基本结构、工作原理以及研究圆盘刀臂式自动换刀系统的控制流程的基础上,结合ServoWorksCNC技术,开发了适用于各种自动换刀机构的PLC程序以及宏程序。最后,将所开发的控制系统应用于YY-1060立式加工中心,其在4s-6s内可完成整个换刀过程。研究结果表明,换刀过程快捷、准确、可靠,完全能够满足使用的要求。关键词:加工中心;自动换刀;可编程逻辑控制器1.引言利用刀库(MAG)实现自动换刀是目前加工中心大量使用的换刀方式,独立的刀库大大增加了刀具的存储数量,有利于扩大机床的功能,并能较好地隔离各种影响加工精度因素的干扰。加工中心的常用刀库类型有:盘式刀库和链式刀库。刀库换刀方式按照换刀过程有无机械手参与,分成有机械手换刀和无机械手换刀。本研究以YY-1060立式加工中心装备的DEX-A402盘式刀库有机械手自动换刀机构为对象,对自动换刀系统(ATC)进行研究。可编程控制器(PLC)是自动换刀系统的核心部分。目前,国内对自动换刀机构的控制多采用传统PLC(简称硬PLC)及单片机,如三菱FX系列的PLC控制、西门子S7-200系列PLC、AT98C51单片机。硬PLC控制方法没有专用的选刀指令,需要编写复杂的选刀PLC程序,同时无法通过宏程序简化数控编程过程;采单片机控制电路搭建复杂,系统稳定性较低,编程复杂。本研究采用的LadderWorks是一种基于ServoWorks技术的软件式内置PLC系统,可与CNC之间进行内部的信号的快速传输。2.库的结构及换刀动作自动换刀机构主要构成包括:刀臂电机、凸轮、刀臂、刀库电机、刀杯、刹车、松夹刀、原点讯号轮等。DEX-A402自动换刀机构如图1所示。图1自动换刀机构图2刀臂动作刀臂动作由步进电机驱动,换刀动作分4各步骤完成。刀臂电机单方向旋转,通过自动换刀机构中的凸轮机构控制刀臂的正反转,该驱动方式提高了刀臂旋转角度的精度,同时简化了电机的控制。刀臂运动的具体流程如图2所示。3.换刀指令数控编程通过T指令、M指令完成自动换刀动作,换刀指令经系统内部译码,将目标刀号、宏指令号译为相对应的二进制数保存到系统指定的寄存器。ServoWorksPLC系统中T指令译码到F26,M指令译码到F10,用户可根据换刀动作要求编写宏程序以及PLC程序。T指令指定目标刀号,完成刀库选刀、刀库旋转方向的判断以及旋转步距的确定;M指令指定宏程序号,根据换刀要求完成主轴回零,Z轴回换刀点,刀臂旋转方向、位置以及刀杯上下等动作。3.1刀具的选择(T指令)刀具的选择是把刀库上指定的刀具转到换刀位置,该动作由T功能指令实现。自动换刀系统(ATC)根据来自刀库的位置信息和T指令,按照给出的命令,控制系统决定刀库的旋转方向、要求的步数等,通常可采用记忆模式随机控制和机械随机控制两种方式。机械随机控制每把刀对应各自的刀套,通常在主轴和刀库之间,以“中间刀套”提供换刀。相比而言,记忆模式随机控制采用指针方式,指针指出了刀库旋转的位置,每把刀具和刀套不总是一一对应,该控制方式换刀迅速、可靠。一般根据刀库的机械结构选择换刀的控制方式,以下介绍一种浮动指针系统的换刀方式:用户通过T指令指定刀号,系统译码后,在浮动指针指向的内存中找到对应刀具号,采用系统专用指令ROTB判断刀库旋转方向及旋转距离,刀库旋转到目标刀具位置完成选刀动作,M6指令完成换刀动作,具体流程如图3所示。图3选刀流程图3.2换刀指令(M指令)辅助M指令通过系统译码到PLC中R点(内部继电器),用户根据动作要求编写PLC程序。ATC的辅助M指令主要有:M6换刀,M19主轴定位,M86刀库初始化等。加工中心刀库换刀流程如图4所示。图4换刀流程图ServoWorksCNC可以根据用户的需求自定义G/M/S/T宏调用简化数控编程,常用机床运动程序可集成到一个指令中,如使用M06完成整个换刀动作。宏程序可以同名调用辅助M指令。系统内部指定存储单元分类储存移动指令,如G00、G01、G02G03等指令存储在系统变量#4001。宏指令调用方法如下:O9001G40G80#510=#4001#511=#4001#512=#4003#513=#1032AND256#514=#BIN[#513](IF[#512EQ#514]GOTON1000)G90G30Z0M19M6G#510G#511N1000M994.PLC程序开发自动换刀PLC程序主要包括刀库选刀程序及刀臂换倒程序。ServoWorksPLC程序的地址有:机床到PLC的输入信号(X),PLC到机床的输入信号(Y),CNC引擎到PLC引擎的信号(F),PLC引擎到CNC引擎的信号(G),中间继电器(R),计数器(C),计时器(T)等。下面通过PLC的R点描述换刀动作。4.1刀库选刀PLC的程序基于LadderWorksPLC的自动换刀指令(如图3所示)主要有:刀具号搜索指令DSCH、旋转方向和距离计算指令ROTB、刀库旋转刀位计数指令CTR。DEX-A402刀库刀具容量为24把,刀库选刀主要PLC程序如图5所示。程序中R270存储目标刀号,DSCH指令在D20起的25个存储单元寻找与R270相同内容的地址,并存储到R280;CO指定刀库的刀具容量,ROTB指令实时计算目标刀杯号R290与当前刀杯号C2之间的步距及方向,R283存储布距,R203。6存储旋转方向;C2的计数由CRT指令完成,刀库旋转方向R960.3决定C2的增、减计数,R200.4为刀杯计数信号。4.2刀臂换刀PLC程序换刀PLC程序实现刀臂的旋转动作控制。自动换刀机构通过刀臂电机带动凸轮控制刀臂运动,机构配备的刹车讯号轮及凸轮讯号轮提供刹车信号、松夹刀信号、原点信号,通过以上信号的时序图编写刹车位置。位置1对应原点位置,位置2对应刀臂正转60度,位置3对应刀臂正转180度。本研究根据换刀流程图编写换刀PLC程序,如图6所示。图5刀库选刀程序图6换刀PLC程序4.3存储单元刀号互换自动换刀是一个随机连续的过程,在换刀完成后需要修改存储单元中内容,保证下次准确换刀。存储单元刀号互换,完成主轴刀号D20与当前刀杯号对应刀号D(20+C2)调换,通过中间存储器D18过渡,具体的实现方式如图7所示。图7存取单元刀号互换XMOV指令完成存储单元读取、写入数据,RW=0执行读取操作,RW=1执行写入操作。5.试验LadderWorks控制台是一个集PLC程序创建、编辑、编译、运行监控和调试功能于一体的PLC控制平台。LadderWorksPLC各种功能指令齐全,编程方法简便,支持“TXT”格式的文本文件。上述程序按照LadderWorksPLC编程要求编写相应的语句表,保存到“TXT”文档中,通过LadderWorks控制台编译,完成PLC编程。作为一种软件式内置PLC系统,机床配电时LadderWorksPLC软件需要专门配置外部I/O通信模块来实现PLC与外部执行机构的通信。此次设计采用BECKHOFF公司的EL1004作为信号输入模块、EL2889作为信号输入模块。最后本研究将设计的自动换刀PLC程序及宏程序应用于YY-1060加工中心中,验证程序的准确性及可靠性。开启系统,在手动编程模式(MDI模式)下将1号刀杯调到换刀位置,进行刀库初始化,随后采用T指令任意选择指定范围内的刀具。经验证系统自动计算出最短的刀库旋转路径的方法如表1所示。表1刀库旋转路径计算当指定的目标刀号超出刀具号范围系统报错。经多次调试,完成最近距离的刀具更换(刀库旋转1个刀位)需要4S,最远距离换刀(刀库旋转12个刀位)需要6S。试验结果表明本研究所设计的系统随机换刀过程选刀准确,没有出现乱刀现象,换刀动作稳定,能很好地满足加工中心自动换刀的快速性、准确性及稳定性要求。6.结束语与传统自动换刀控制系统相比,基于ServoWorks技术的软件式内置LadderWorksPLC系统,具有自动换刀专用的控制指令,很大程度简化了数控加工中心换刀系统的编程及维护难度。同时,该技术与CNC技术可快速、准确地完成整个换刀过程。随着纯软件CNC技术的发展,该控制方式将得到广泛应用。参考文献[1]刘战术.加工中心结构、维护与调试[M].北京:机械工业出版社,2003.[2]邓昌奇,江冠练.基于PLC的刀库自动选刀应用与开发[J].组合机床与自动化加工技术,2010(6):53-56.[3]顾健,牛云燕.PLC自动控制的结构研究.IEEE计算机协会,2011;686-689.[4]张连忠,王莉.加工中心自动换刀装置的分析.IEEE计算机协会,2010;355-358.[5]三菱.数控EZMotion-NCE60PLC编程手册.三菱,2002.[6]李寅.纯软件开放式数控系统的研究及其在加工中心上的引用[D].厦门:厦门大学物理与机电学院,2009.[7]邓长琪,李斌.自动换刀装置的应用与发展.跨科技刊物,2010;1959-1962.[8]刚柔性制造伺服系统公司.ServoWorks数控LadderWorksPLC用户手册[Z].软件伺服系统公司,2006.基于C8051F单片机直流电动机反馈控制系统的设计与研究基于单片机的嵌入式Web服务器的研究MOTOROLA单片机MC68HC(8)05PV8/A内嵌EEPROM的工艺和制程方法及对良率的影响研究基于模糊控制的电阻钎焊单片机温度控制系统的研制基于MCS-51系列单片机的通用控制模块的研究基于单片机实现的供暖系统最佳启停自校正(STR)调节器单片机控制的二级倒立摆系统的研究基于增强型51系列单片机的TCP/IP协议栈的实现基于单片机的蓄电池自动监测系统基于32位嵌入式单片机系统的图像采集与处理技术的研究基于单片机的作物营养诊断专家系统的研究基于单片机的交流伺服电机运动控制系统研究与开发基于单片机的泵管内壁硬度测试仪的研制基于单片机的自动找平控制系统研究基于C8051F040单片机的嵌入式系统开发基于单片机的液压动力系统状态监测仪开发模糊Smith智能控制方法的研究及其单片机实现一种基于单片机的轴快流CO〈,2〉激光器的手持控制面板的研制基于双单片机冲床数控系统的研究基于CYGNAL单片机的在线间歇式浊度仪的研制基于单片机的喷油泵试验台控制器的研制基于单片机的软起动器的研究和设计基于单片机控制的高速快走丝电火花线切割机床短循环走丝方式研究基于单片机的机电产品控制系统开发基于PIC单片机的智能手机充电器基于单片机的实时内核设计及其应用研究基于单片机的远程抄表系统的设计与研究基于单片机的烟气二氧化硫浓度检测仪的研制基于微型光谱仪的单片机系统单片机系统软件构件开发的技术研究基于单片机的液体点滴速度自动检测仪的研制基于单片机系统的多功能温度测量仪的研制基于PIC单片机的电能采集终端的设计和应用基于单片机的光纤光栅解调仪的研制气压式线性摩擦焊机单片机控制系统的研制基于单片机的数字磁通门传感器基于单片机的旋转变压器-数字转换器的研究基于单片机的光纤Bragg光栅解调系统的研究单片机控制的便携式多功能乳腺治疗仪的研制基于C8051F020单片机的多生理信号检测仪基于单片机的电机运动控制系统设计Pico专用单片机核的可测性设计研究基于MCS-51单片机的热量计基于双单片机的智能遥测微型气象站MCS-51单片机构建机器人的实践研究基于单片机的轮轨力检测基于单片机的GPS定位仪的研究与实现基于单片机的电液伺服控制系统用于单片机系统的MMC卡文件系统研制基于单片机的时控和计数系统性能优化的研究基于单片机和CPLD的粗光栅位移测量系统研究单片机控制的后备式方波UPS提升高职学生单片机应用能力的探究基于单片机控制的自动低频减载装置研究基于单片机控制的水下焊接电源的研究基于单片机的多通道数据采集系统基于uPSD3234单片机的氚表面污染测量仪的研制基于单片机的红外测油仪的研究96系列单片机仿真器研究与设计基于单片机的单晶金刚石刀具刃磨设备的数控改造基于单片机的温度智能控制系统的设计与实现基于MSP430单片机的电梯门机控制器的研制基于单片机的气体测漏仪的研究基于三菱M16C/6N系列单片机的CAN/USB协议转换器基于单片机和DSP的变压器油色谱在线监测技术研究基于单片机的膛壁温度报警系统设计基于AVR单片机的低压无功补偿控制器的设计基于单片机船舶电力推进电机监测系统基于单片机网络的振动信号的采集系统基于单片机的大容量数据存储技术的应用研究基于单片机的叠图机研究与教学方法实践基于单片机嵌入式Web服务器技术的研究及实现基于AT89S52单片机的通用数据采集系统基于单片机的多道脉冲幅度分析仪研究机器人旋转电弧传感角焊缝跟踪单片机控制系统基于单片机的控制系统在PLC虚拟教学实验中的应用研究基于单片机系统的网络通信研究与应用基于PIC16F877单片机的莫尔斯码自动译码系统设计与研究基于单片机的模糊控制器在工业电阻炉上的应用研究HYPERLINK"/det

温馨提示

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

评论

0/150

提交评论