




已阅读5页,还剩12页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
Unit5NCProgramming,5.1Lesson9BasicRequirementsofNCMachineControl,Tocontrolamachine,itisnecessarytobeginbydefiningthecoordinateofthetoolmotion.Itisnecessarytospecifywhetherthemotionisapositioningmotion(rapidtraverse)orafeedmotion(cutting).Thefeedmotionincludeslinearmotionandcircularmotion.Thesecontrolfunctionsanddatarequirementsaresummarizedinwhatfollows:Preparatoryfunctionsthewordsspecifywhichunit,whichinterpolator,absoluteorincrementalprogramming,whichcircularinterpolationplane,cuttercompensation,andsoon.,Coordinatesdefinethreedimensional(andthreerotational)axes.Machiningparametersspecifyfeedandspeed.Toolcontrolspecifiestooldiameter,nexttoolnumber,toolchange,andsoon.Cyclefunctionsspecifydrillcycle,reamcycle,borncycle,millcycle,andclearanceplane.Coolantcontrolspecifythecoolantcondition,thatis,coolanton/off,flood,andmist.Miscellaneouscontrolspecifiesallothercontrol,spindleon/off,spindlerotationdirection,palletchange,clampcontrol,andsoon.Interpolatorslinear,circularinterpolation,circlecenter,andsoon.,Thesecontrolfunctionsareprogrammedthroughprogramwords(codes).G-codeTheG-codeisalsocalledpreparatorycodeorword.ItisusedtopreparetheMCUforcontrolfunctions.Modalfunctionsarethosethatdonotchangeaftertheyhavebeenspecifiedonce,suchasunitselection.Non-modalfunctionsareactiveintheblockwheretheyarespecifiedF-codeTheF-codespecifiesthefeedspeedofthetoolmotion.Itistherelativespeedbetweenthecuttingtoolandthework-piece.Feedspeedcanbechangedfrequentlyinaprogram,asneeded.WhenanF-codeispresentinablock,ittakeseffectimmediately.,S-codeTheS-codeisthecuttingspeedcode.Cuttingspeedisthespecificationoftherelativesurfacespeedofthecuttingedgewithrespecttothework-piece.Itistheresultofthetoolrotation.Therefore,itisprogrammedinrpm.TheMachineAbilityDataHandbookgivesthesevaluesinsurfacefeetperminute(sfpm),andconversionisrequiredbeforeprogrammingisdone.1TheS-codeisspecifiedbeforethespindleisturnedon.TheS-codedoesnotturnonthespindle.ThespindleisturnedonbyanM-code.Tospecifya1000rpmspindlespeed,theprogramblockis:N0010S1000M03.,T-codeTheT-codeisusedtospecifythetoolnumber.Itisusedonlywhenanautomatictoolchangerispresent.Itspecifiestheslotnumberonthetoolmagazineinwhichthenexttoolislocated.ActualtoolchangedoesnotoccuruntilatoolchangeM-codeisspecified.R-codeTheR-codeisusedforcycleparameters.Whenadrillcycleisspecified,onemustgiveaclearanceheight.M-codeTheM-codeiscalledthemiscellaneouswordandisusedtocontrolmiscellaneousfunctionsofthemachine.Suchfunctionsincludeturnthespindleon/off,start/stopthemachine,turnon/offthecoolant,changethetool(Table5-1).,5.2Lesson10InterpolationCommandsofCNCLathes,Interpolationcommandsincludelinear,circularinterpolation,circlecenterinterpolation,andsoon.LinearinterpolationcommandsForCNClathes,linearinterpolationinvolvesmovingthetoolalongastraightlineprogrammedatthespecifiedfeedrate.1Linearinterpolationisusedtoexecutesuchoperationsasturning,facing,taperturning,andtaperboring.2Inthediscussiontofollowitisassumedthatthecenteroftoolnoseradiusisprogrammed.,GeneralsyntaxG01X1Z1FnX2Z2X3Z3XnZnInwhichG01Specifiesthelinearinterpolationmodes.X1andZ1specifytheabsolutecoordinatesofthecenterofthetoolnoseradiusattheendofthefirstlinecut,secondlinecut,thirdlinecut,andsoon.,Fnspecifiesthefeedrateofthetool.Ifnotprogrammed,thesystemwillusethelastfeedrateprogrammed.Ifnotspecifiedatthebeginningoftheprogram,thesystemwillissueanalarm.3CircularinterpolationcommandsCircularinterpolationforlatheoperationsinvolvescuttingacirculararcineitheraclockwiseoracounterclockwisedirection.Thecommandsaresimilartothoseusedinmilling.Assume,again,thatthecenterofthetoolnoseisprogrammed.GeneralsyntaxG02XnZnInKnFn,InwhichG02specifiescircularinterpolationintheclockwisedirection.XnandZnspecifytheXandZabsolutecoordinatesofthecenterofthetoolnoseradiusattheendofthearccut.InandKnspecifytheincrementalXandZdistanceswithordirectionfromthecenterofthetoolnoseradiusatthestartofthearctothecenterofthearc.4Fnspecifiesthefeedrateofthetool.Ifnotprogrammed,thesystemwillusethelastprogrammedfeedrate.,5.3ReadingMaterials9SetupProcedure,Thesetupoperationcanbeginafterthefixtures,tooling,programtape,setupsheets,andpartblankarriveattheCNCmachine.Usuallythesetuppersonstartsbysecuringthecuttingtoolsinthetoolholders.Thetoolingassembliesareloadedintothetoolmagazineaccordingtotheorderoutlinedinthesetupsheet.Thework-holdingdeviceisputinplaceonthemachinetable.,Thepartblankislocatedintothework-holdingdeviceasrequestedbytheprogrammer.AfterloadingtheprogramintotheMCU,thesetuppersonthenproceedstoenteranotherimportantpieceofinformationleftblankbytheprogrammer:thelocationofthepartoriginorpartXoYowithrespecttomachinehome.Themachinehomepositionormachinezeroisalocationsetoncebythemachinemanufacturer.TheCNCmachineishomedatthestartofthepartprogramsetup.Whenhomed,themachineretractsthespindletoitsmaximumheightabovethetable(machineZo)andmovesthetabletoapresetmachinezeroposition(machineXoYo).,Thepartoriginisthe(0,0,0)locationofthepartXYZcoordinatesystem.Inabsolutecoordinateprogrammingalltoolmovementsaretakenwithrespecttothisorigin.SeeFigure5-1foranillustrationofthesepositions.Thepointfromwhichdimensionsaretakenonthepartprintisusual1yconsideredthepartorigin.Thiscouldbethecenterofahole,theedgeofthepartoracertainpredetermineddistancefromtheedge.ThesetuppersonmustdeterminetheXYZlocationsofthepartoriginfrommachinehome.ThisisaccomplishedbyplacinganedgefinderorendmillwithknowndiameterinthespindleandusingtheMCUsjogbuttonstomoveor“tram”theedgefinderprobefrommachinehometothepartedgeorholecenter.SeeFigure5-2.,TherearetwomainmethodsofprogrammingthislocationintotheMCU.Thefirstiscalledthefixtureoffsetmethod.ThisinvolvesusingtheMCUkeypadtoentertheXYZvaluesdirectlyintotheMCUunit.TheMLUsfixtureoffsetstorageareaisopenedandthevaluesareplacedhere.Later,whenthepartprogramisrun,afixtureoffsetcodeintheprogramdirectstheMCUtousetheXYZvaluespreviouslyplacedinitsoffsetstoragearea.,5.4ReadingMaterials10DebuggingtheProgram,Thedebuggingprocessbeginsafterthepartprogramhasbeensuccessfullyloaded.First,thesetuppersonlocksthemachineandrunstheprogramusingonlytheoutputfromtheMCU.Thisisdonetocheckifthecontrollerrecognizesallthecodesintheprogram.Ifthistestissuccessful,theprogramcanberunwiththemachineZ-axislocked.Thiswillguardagainstanypossiblecollisionsbetweenthetoolandtheworkholdingorpartitself.Nextistheso-called“dry”runwiththepartremoved.,Duringthistestthesetuppersonslowsdowntherapidfeedsandspeedsuptheactualfeeds.Thesetestswillindicatewhethertheprogramrunsandifthereareanyextraordinarymoveswhichcouldcauseacollisionoftheworkand/orworkholdingwith
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 实验设计质量管理规范
- 化学工业废水处理污染控制方案
- 企业管理中的绩效评价措施
- 中华传统婚礼仪式习俗传承规划
- 建立社区营销争取本地市场份额
- 云计算数据加密手册
- 对未来的憧憬和努力拼搏
- 地塞米松对宫内感染致新生鼠脑白质损伤中TNF-α及Nogo-A表达的调控机制研究
- 土地合作协议6篇
- 门店房产出租协议书5篇
- 南京市交通建设投资控股(集团)有限责任公司公司2024年半年度财务报表及附注
- 形势与政策(吉林大学)智慧树知到答案2024年吉林大学
- 中药活血化瘀成分的分子靶向作用
- 数字金融驱动区域技术创新水平提升的空间溢出效应研究
- 一次性餐具配送投标方案
- 《公共艺术设计》课件
- 2024年中国教育出版传媒集团有限公司招聘笔试参考题库附带答案详解
- 老年综合评估课件
- 冬季作业安全技术交底
- 代写公司简介范本
- GB/T 25283-2023矿产资源综合勘查评价规范
评论
0/150
提交评论