欢迎来到天天文库
浏览记录
ID:50049614
大小:56.50 KB
页数:13页
时间:2020-03-08
《数控技术专业英语 第2版 教学课件 作者 刘瑛 王莉 1_ CHAPTER8.ppt》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、Unit8WordAddressProgramming第8单元字地址编程ReadingTargetAfterreadingthisunit,youshouldbeabletounderstandtheformatofCNCprogram.TextACNCprogramiscomposedofaseriesofsequentialinstructionsrelatedtothemachiningofapart.EachinstructionisspecifiedinaformattheCNCsystemc
2、anaccept,interpretandprocess.Variouscontrolshaveadifferentformat,Theformattobeusedinthistextisknownasthewordaddress.ItwasoriginallydevelopedforusewithNCtapesandhasbeenretainedforCNCprogramming.CNC程序由一系列与加工零件相关的连续指令构成。程序中的每个指令都遵循特定的格式,CNC系统接受、编译并执行这种格式。不同
3、控制系统采用的格式不同,本文中将介绍字地址编程格式。最初,它是为了和数控纸带配套使用而开发出来的,CNC将该编程方式保留了下来。TextThewordaddressformatisbasedonacombinationofoneletterandoneormoredigits,seeFigure8-1.Thewordaddressreferstoaspecificregisterofthecontrolmemory.Sometypicalwordsare:G01M30D25X5.75N105HOIYOS
4、2500Z-5.14F12.0T0505T05/M01B180.0字地址格式基于单个字母和一个或多个数字的结合。请参考图8-1.一个字地址就是指控制器的内存中一个特定的寄存器。一些典型的字如下:G01M30D25X5.75N105HOIYOS2500Z-5.14F12.0T0505T05/M01B180.0TextCharacters6F.-WordsF275.0G01N5BlockN5G01Y-6.48F275.0Fig.8-1Typicalwordaddressprogrammingformat典型
5、的字地址编程格式TextThefollowingterminologyisimportantwhenusingthewordaddressformat.在使用字地址格式时以下术语很重要。TextCharacterAcharacteristhesmallestunitofCNCprogram.Itcanhaveoneofthreeforms:DigitLetterSymbolCharactersarecombinedintomeaningfulwords.Thiscombinationofdigits,l
6、ettersandsymbolsiscalledthealphanumericprograminput.程序字符字符是CNC程序中最小的单元。它有三种表示形式:数字、字母、符号字符之间相互组合成有意义的程序字,这个由数字、字母与符号组合而成的组合体就是所谓的编程字符。TextAddressAnaddressisaletterthatdescribesthemeaningofthenumericalvaluefollowingtheaddress.Forexample,theGinthecodesG00a
7、ndtheXinthecodesX-3.75.地址地址是用于描述其后数值意义的一个字母。例如,代码G00中的G和代码X-3.75中的X(都是地址)。TextWordCharactersareusedtoformwords.Programwordsarecomposedoftwomainparts:anaddressfollowedbyanumber.Wordsareusedtodescribesuchimportantinformationasmachinemotionsanddimensionsinp
8、rograms.程序字程序字由字符组成,它主要由两部分组成:地址及紧随其后的数字。程序字用于描述程序中机床的运动和尺寸等重要信息。TextBlockAblockisacompletelineofinformationtotheCNCmachine.Itiscomposedofonewordoranarrangementofwords.Blocksmayvaryinlength.Thus,theprogrammerneedonlyinclud
此文档下载收益归作者所有