




已閱讀5頁,還剩16頁未讀, 繼續(xù)免費閱讀
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
Figure9-12Tool-noseradiuscompensationallowsustoprogramthepart,notthetoolpath.Themathematicalcalculationsthatareneededtoprogramapartprofilewithanglesandradii,withouttheaidofcutterdiametercompensation,canbeveryinvolved.onaturningcenter.WhenwesettheXandZaxesofthetool,wecreateasquarepointonthetool.Mostofthetoolsweuseforturninghaveradii.Tocompensatefortheradii,weneedtouseTNRcompensation,whichsavesusfromhavingtomathematicallycalculatethecutterpath(seeFigure9-12).TNRcompensationalsoletsususethesameprogramforavarietyoftooltypes.WithTNRcompensationcapabilities,theinsertradiussizecanbeignoredandthepartprofilecanbeprogrammed.Theexactsizeofthecuttingtooltobeusedisenteredintotheoffsetfile,andwhentheoffsetiscalled,thetoolpathwillautomaticallybeoffsetbythetoolradius.Tool-noseradiuscompensationcanbetotherightorleftofthepartprofile.Todeterminewhichoffsetyouneed,imagineyourselfwalkingbehindthecuttingtool.Doyouwantthetooltotheleftoftheprogrammedpathortotheright(seeFigure9-13)?Figure9-13Tool-nosecompensation.CompensationdirectioniscontrolledbyaG-code.Whenacompensationtotheleftisdesired,aG41isused.Whenacompensationtotherightisneeded,aG42isused.Whenusingthesecuttercompensationcodes,youneedtospecifyhowmuchthecontrolleristooffset.Thesizeoftheradiusisplacedinthenoseradiusoffsettable,whichistypicallylocatedadjacenttothetoolfileunderthetoolnumberbeingused.Tool-noseradiusinformationcanbedeterminedfromcatalogsortheinsertpackage.Otherinformationneededtoinsurepropercompensationisthetoolnosedirectionvector.Thetooltiporimaginarytooltipofturningtoolshasaspecificlocationordirectionfromthecenterofthetool-noseradius.Thetoolnosevectortellsthecontrolwhichdirectionitmustcompensateforindividualtypesoftools.Standardtool-nosedirectionvectorsareshowninFigure14.Thedirectionvectornumberisusuallyplacedinthesametooloffsettableastheradiusvalue.Figure9-14Tool-noseradiusdirectionvectors.Toinvokecompensation,theprogrammerwillhavetomakeamachinemove(rampon).Thismoveallowsthecontroltoevaluateitspresentpositionandmakethenecessaryadjustmentfromtool-edgepositioningtotool-noseradiuspositioning.Thisadjustmentmovemustbegreaterthantheradiusvalueofthetool.Tocancelthecuttercompensationandreturntocutter-edgeprogramming,theprogrammermustmakealinearmove(rampoff)toinvokeacuttercompensationcancellation(G40).Figure9-15illustratesatypicalpartthatusestool-noseradiuscompensation.Theprogramforthepartfollowsthefigure.N0001G90G20;N0005G40;N0010T0101;N0015G92X5.800Z10.250;N0020G96S400M03;N0025GOOG42Xl.30Z.100;(RapidpositionramponmoveandTNRcompensationtotheright)N0035GOOX.375;(Profileofthepart)N0045G01Z0.0F.01;(Profileofthepart)N0050G01X.500Z-.0625;(Profileofthepart)N0055G01Z-1.00;(Profileofthepart)N0060G02Xl.00Z-1.251.25K0.0;(Profileofthepart)N0065G01X1.25;(Profileofthepart)N0070G40G00X2.0Z2.0;(TNRcompensationcancelandrapidpositionrampoffmove)N0075G28;N0080T0100;N0085M30;Figure9-15Programthatutilizestool-noseradiuscompensation.CANNEDCYCLESFORTURNINGCENTERSCannedcycles(fixed)cyclesareusedtosimplifytheprogrammingofrepetitiveturningoperations,suchasroughturning,threading,andgrooving.Cannedcyclesaresetsofpreprogrammedinstructionsthateliminatetheneedformanylinesofprogramming.Programmingasimplepartwithouttheuseofacannedcyclecantakeuptofourorfivetimesthenumberoflinesneededforapartprogrammedwithcannedcycles.Thinkofthelinesthatareneededtoproduceathread:(1)positiontheXandZaxestothepropercoordinateswitharapidtraversemove(G00),(2)positionthetoolfortheproperleadangle,(3)feedthetoolacross,(4)rapidpositionthetoolbacktotheclearanceplan,(5)feedthetoolacross.Thatisonlytwothreadingpasses.Withacannedthreadingcycle,athreadcanbedonewithonelineofprogramming.Standardcannedcycles,orfixedcycles,arecommontomostCNCmachines.SeeFigure9-4foragenerallistofthemostcommonlyusedcannedcyclesforturningcenters.ROUGHINGORTURNINGCYCLE(G71)TheG71automaticallytakesroughingpassestoturndownaworkpiecetoaspecificdiameterataspecifieddepthofcut.TheG71cyclereadsaspecifiednumberofblockstodeterminethepartprofileanddetermineseachpass,thedepthofcutforeachpass,andthenumberofrepeatpassesforthecycle.CuttingisaccomplishedthroughparallelmovesofthetoolintheZaxisdirection.Acertainprocedureneedstobefollowedwhenusingcannedcycles.Inthefirstprocedure,thetoolneedstobepositionedtotheroughstockboundaries.Thisprocedurehasatwo-foldpurpose:ittellsthecontrolhowbigthestockis,anditcreatesaZclearancepositionthatthetoolrapidsbacktooneachpass.TheG71usesletterstogivethecontrollerinformationonthepartprofile,theamountofstockwearegoingtoleaveforfinishing,thedepthofcut,andthefeedrate.AG71roughingcyclecommandfollows.N0010G71P40Q85U.03W.010D750F.012;G71istheroughingcyclecall.P40istheblockorlinenumberthatdesignatesthestartofthepartprofile.Q85istheblockorlinenumberthatdesignatestheendofthepartprofile.U.03tellsthecontrollerthatwewanttoleave.03ofaninchstockontheXaxisoftheprofileforfinishing.W.O1tellsthecontrollerthatwewanttoleave.01ofaninchstockontheZaxisoftheprofileforfinishing.D750tellsthecontrollerwewanttotake.0750ofaninchperpasspersidedepthofcut.Noticethatthedecimalpointwasleftoff.Nodecimalpointinputispossiblefordepthofcut.WhentheDiscommandedthecontrollerreadsfromtherightanddecideswhatthedepthofcutwillbe.Eachnumberineachdecimalpositiongetsavalue.Ifwewantedtotake.0500depthofcutperside,wewouldwriteitasD500.Thefirstzerofromtherighthas0tenthsofathousandthsvalue.Thenextzerofromtherighthas0thousandthsofaninchvalue.The5inthethirdpositionfromtherighthas5ten-tho
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 會計邏輯測試題及答案
- 大學語文群文閱讀階段性工作總結(jié)
- 上崗培訓流程
- 外幣反假培訓
- 2025年中國磨刀棒行業(yè)市場全景分析及前景機遇研判報告
- 兒科危重癥專科護士培訓匯報
- 產(chǎn)后母嬰護理教程
- 機打發(fā)票培訓
- 轉(zhuǎn)正制度培訓
- 旅游度假村場地合作運營協(xié)議
- 北京市八十中學2025屆八年級英語第二學期期中經(jīng)典試題含答案
- 2025年四川省達州市中考英語真題(原卷版)
- 2025年高考真題-物理(廣東卷) 含答案
- 2025-2030中國伊利石行業(yè)運營效益及競爭策略展望分析報告
- 江西省上饒市2022-2023學年高一下冊數(shù)學期末試卷(含答案)
- 2025春季學期國開電大本科《管理英語3》一平臺機考真題及答案(第十套)
- 2024年證券市場基本法律法規(guī)真題及答案
- 湖南省2025年高考公安院校公安專業(yè)考生檔案審核表
- 2025年四川省宜賓五糧液集團進出口有限公司招聘筆試參考題庫附帶答案詳解
- 定額〔2025〕1號文-關(guān)于發(fā)布2018版電力建設(shè)工程概預算定額2024年度價格水平調(diào)整的通知
- 高填方、深挖路塹邊坡和軟基監(jiān)測方案
評論
0/150
提交評論