机械外文翻译中英文 机床 模具 机械 材料.docx
- 文档编号:11531202
- 上传时间:2023-03-18
- 格式:DOCX
- 页数:14
- 大小:115.85KB
机械外文翻译中英文 机床 模具 机械 材料.docx
《机械外文翻译中英文 机床 模具 机械 材料.docx》由会员分享,可在线阅读,更多相关《机械外文翻译中英文 机床 模具 机械 材料.docx(14页珍藏版)》请在冰豆网上搜索。
机械外文翻译中英文机床模具机械材料
附录
附录1
Programmabledesignedforelectro-pneumaticsystemscontroller
Thisprojectdealswiththestudyofelectro-pneumaticsystemsandtheprogrammablecontrollerthatprovidesaneffectiveandeasywaytocontrolthesequenceofthepneumaticactuatorsmovementandthestatesofpneumatic
system.Theprojectofaspecificcontrollerforpneumaticapplications
jointhestudyofautomationdesignandthecontrolprocessingofpneumatic
systemswiththeelectronicdesignbasedonmicrocontrollerstoimplement
theresourcesofthecontroller.
1.Introduction
Theautomationsystemsthatuseelectro-pneumaticTechnologyareformedmainlybythreekindsofelements:
actuatorsormotors,sensorsorbuttonsandcontrolelementslikevalves.Nowadays,mostofthecontrolelementsusedtoexecutethelogicofthesystemweresubstitutedbytheProgrammableLogicController(PLC).Sensorsandswitchesarepluggedasinputsandthedirectcontrolvalvesfortheactuatorsarepluggedasoutputs.Aninternalprogramexecutesallthelogicnecessarytothesequenceofthemovements,simulates
Othercomponentslikecounter,timerandcontrolthestatusofthesystem.
WiththeuseofthePLC,theprojectwinsagility,becauseitispossibletocreateandsimulatethesystemasmanytimesasneeded.Therefore,timeCanbesaved,riskofmistakesreducedandcomplexitycanbeincreasedusingThesameelements.AconventionalPLC,thatispossibletofindonthemarketfrommanycompanies,offersmanyresourcestocontrolnotonlypneumaticsystems,butallkindsofsystemthatuseselectricalcomponents.ThePLCcanbeveryversatileandrobusttobeappliedinmanykindsapplicationofintheindustryorevensecuritysystemandautomationofbuildings.
Becauseofthosecharacteristics,insomeapplicationsthePLCofferstomuchresourcesthatarenotevenusedtocontrolthesystem,electro-pneumaticsystemisoneofthiskindofapplication.TheuseofPLC,especiallyforsmallsizesystems,canbeveryexpensivefortheautomationproject.
Analternativeinthiscaseistocreateaspecificcontrollerthatcanoffertheexactlysizeandresourcesthattheprojectneeds[3,4].Thiscanbemadeusingmicrocontrollersasthebaseofthiscontroller.
Thecontroller,basedonmicrocontroller,canbeveryspecificandadaptedtoonlyonekindofmachineoritcanworkasagenericcontrollerthat
canbeprogrammedasausualPLCandworkwithlogicthatcanbechanged.Allthesecharacteristicsdependonwhatisneededandhowmuchexperience
thedesignerhaswithdevelopinganelectroniccircuitandfirmwareformicrocontroller.Butthemainadvantageofdesignthecontrollerwiththemicrocontrolleristhatthedesignerhasthetotalknowledgeofhiscontroller,whichmakesitpossibletocontrolthesizeofthecontroller,changethecomplexityandtheapplicationofit.Itmeansthattheprojectgetsmoreindependencefromothercompanies,butatthesametimetheresponsibilityofthecontrolofthesystemstaysatthedesignerhands.
2.Electro-pneumaticsystem
Onautomationsystemonecanfindthreebasiccomponentsmentionedbefore,plusalogiccircuitthatcontrolsthesystem.Anadequatetechniqueisneeded
toprojectthelogiccircuitandintegrateallthenecessarycomponentstoexecutethesequenceofmovementsproperly.
Forasimpledirectsequenceofmovementanintuitivemethodcanbeused[1,5],butforindirectormorecomplexsequencestheintuitioncangenerateaverycomplicatedcircuitandsignalmistakes.Itisnecessarytouseanothermethodthatcansavetimeoftheproject,makeacleancircuit,caneliminateoccasionalsignaloverlappingandredundantcircuits.Thepresentedmethodiscalledstep-by-steporalgorithmic[1,5],itisvalidforpneumaticandelectro-pneumaticsystemsanditwasusedasabaseinthiswork.Themethodconsistsofdesigningthesystemsbasedonstandardcircuitsmadeforeachchangeonthestateoftheactuators,thesechangesarecalledsteps.
Thefirstpartistodesignthosekindsofstandardcircuitsforeachstep,thenexttaskistolinkthestandardcircuitsandthelastpartistoconnectthecontrolelementsthatreceivesignalsfromsensors,switchesandthepreviousmovements,andgivetheairorelectricitytothesupplylinesofeachstep.InFigs.1and2thestandardcircuitsaredrawnforpneumaticandelectro-pneumaticsystem[8].Itispossibletoseetherelationswiththepreviousandthenextsteps.
3.Themethodappliedinsidethecontroller
heresultofthemethodpresentedbeforeisasequenceofmovementsoftheactuatorthatiswelldefinedbysteps.Itmeansthateachchangeonthepositionoftheactuatorsisanewstateofthesystemandthetransitionbetweenstatesiscalledstep.
Thestandardcircuitdescribedbeforehelpsthedesignertodefinethestatesofthesystemsandtodefinetheconditiontoeachchangebetweenthestates.Intheendofthedesign,thesystemisdefinedbyasequencethatneverchancesandstatesthathavetheinputsandtheoutputswelldefined.Theinputsaretheconditionforthetransitionandtheoutputsaretheresultofthetransition.
Alltheconfigurationofthosestepsstaysinsideofthemicrocontrollerandisexecutedthesamewayitwasdesigned.Thesequencesofstringsareprogrammedinsidethecontrollerwith5bytes;eachstringhastheconfigurationofonestepoftheprocessTherearetwobytesfortheinputs,onebytefortheoutputsandtwomorefortheotherconfigurationsandauxiliaryfunctionsofthestep.Afterprogramming,thissequenceofstringsissavedinsideofanon-volatilememoryofthemicrocontroller,sotheycanbereadandexecuted
ThecontrollertaskisnottoworkinthesamewayasaconventionalPLC,butthepurposeofitistobeanexampleofaversatilecontrollerthatisdesignforanspecificarea.AconventionalPLCprocessthecontrolofthesystemusingacyclewhereitmakesanimageoftheinputs,executealltheconditionsdefinedbytheconfigurationprogrammedinside,andthenupdatethestateoftheoutputs.Thiscontrollerworksinadifferentway,whereitreadtheconfigurationofthestep,waittheconditionofinputstobesatisfied,thenupdatethestateortheoutputsandafterthatjumptothenextstepandstarttheprocessagain.
Itcangeneratesomelimitations,asthefactthatthiscontrollercannotexecute,insidetheprogram,movementsthatmustberepeatedforsometime,butthisproblemcanbesolvedwithsomeexternallogiccomponents.Anotherlimitationisthatthecontrollercannotbeappliedonsystemsthathavenosequence.Theselimitationsareacharacteristicofthesystemthatmustbeanalyzedforeachapplication.
4.Characteristicsofthecontroller
ThecontrollerisbasedontheMICROCHIPmicrocontrollerPIC16F877[6,7]with40pins,andithasalltheresourcesneededforthisprojectIthasenoughpinsforallthecomponents,serialcommunicationimplementedincircuit,EEPROMmemorytosavealltheconfigurationofthesystemandthesequenceofsteps.Fortheexecutionofthemainprogramitofferscompleteresourcesastimersandinterruptions.
Thelistofresourcesofthecontrollerwascreatedtoexploreallthecapacityofthemicrocontrollertomakeitascompleteaspossible.Duringthestep,theprogramchooseshowtousetheresourcesreadingtheconfigurationstringofthestep.Thisstringhastwobytesfordigitalinputs,oneusedasamaskandtheotheroneusedasavalueexpected.Onebyteisusedtoconfiguretheoutputsvalue.Onebytesmoreisusedfortheinternaltimer,theanaloginputortime-out.TheEEPROMmemoryinsideis256byteslengththatisenoughtosavethestringofthesteps,withthischaracteristicitispossibletosavebetween48steps(Table1).
Thecontroller(Fig.3)hasalsoadisplayandsomebuttonsthatareusedwithaninteractivemenutoprogramthesequenceofstepsandotherconfigurations.
4.1.Interactioncomponents
Fortherealapplicationthecontrollermusthavesomeelementstointeractwiththefinaluserandtoofferacompletemonitoringofthesystemresourcesthatareavailabletothedesignerwhilecreatingthelogiccontrolofthepneumaticsystem(Fig.3):
•Interactivemodeofwork;functionavailableonthemainprogramfordidacticpurposes,theusergivesthesignaltoexecutethestep.
•LCDdisplay,whichshowsthestatusofthesystem,valuesofinputs,outputs,timerandstatisticsofthesequenceexecution.
•Beeptogiveimportantalerts,stop,startandemergency.
•Ledstoshowpoweronandotherstoshowthestateofinputsandoutputs.
4.2.Security
Tomakethefinalapplicationworksproperty,acorrectconfigurationtoexecutethestepsintherightwayisneeded,butmorethenthatitmustoffersolutionsincaseofbadfunctioningorproblemsintheexecutionofthesequence.Thecontrolleroffersthepossibilitytoconfiguretwointernalvirtualcircuitsthatworkinparalleltotheprincipal.Thesetwocircuitscanbeusedasemergencyorresetbuttonsandcanreturnthesystemtoacertainstateatanytime[2].Therearetwoinputsthatworkwithinterruptiontogetanimmediateaccesstothesefunctions.Itispossibletoconfiguretheposition,thebuttonsandthevalueoftime-outofthesystem.
4.3.Userinterface
Thesequenceofstringscanbeprogrammedusingtheinterfaceelementsofthecontroller.Acomputerinterfacecanalsobeusedtogeneratetheuserprogrameasily.Withagooddocumentationthefinalusercanusetheinterfacetoconfigurethestringsofbytesthatdefinethestepsofthesequence.Butitispossibletocreateaprogramwithvisualresourcesthatworksasatranslatortotheuser,itchangeshisworktothevaluesthatthecontrollerunderstands.
Toimplementthecommun
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 机械外文翻译中英文 机床 模具 机械 材料 外文 翻译 中英文