数控技术英语Unit7

上传人:门**** 文档编号:243681294 上传时间:2024-09-28 格式:PPT 页数:21 大小:2.15MB
返回 下载 相关 举报
数控技术英语Unit7_第1页
第1页 / 共21页
数控技术英语Unit7_第2页
第2页 / 共21页
数控技术英语Unit7_第3页
第3页 / 共21页
点击查看更多>>
资源描述
单击此处编辑母版标题样式,单击此处编辑母版文本样式,第二级,第三级,第四级,第五级,*,*,Unit 7 Can You Write an NC Program?,第,7,单元 你能编写数控程序吗?,Introduction,When students are at school, they all know more and more machines are now controlled by computers. How can the computers direct the machines? Today they will follow Lisa to find it out.,当学生们在学校时,他们都知道越来越多的机床被计算机控制。计算机是怎样控制机床的?今天他们会跟随丽莎去找到答案。,calculation,klkjlen n.,计算,define,difain v.,下定义,geometry,dimitri n.,几何,trim,trim v.,修剪,manual programming,手工编程,computer-assisted programming,计算机辅助编程,complicated,kmplikeitid adj.,复杂的,plot,plt n.,图表,曲线,machining cycle,加工循环,Word Address Format,字地址格式,block,blk n.,程序段,element,elimnt n.,要素,prefix,pri:fiks v.,把,放在前,character,krikt n.,字符,convey,knvei v.,传送,register,redist n.,寄存器,sequence,si:kwns n.,顺序,label,leibl v.,标注,drill,dril v.,钻孔,parameter,prmit n.,参数,miscellaneous function address,辅助功能地址,Listen and divide,The advantages of CAM system programming:,B.,程序员无需做数学计算。,C.,提供一些基本的加工程序。,E.,能用同一基本语言为不同的机床编程。,Three basic steps to CAM system programming:,A.,程序员必须提供一般信息。,D.,定义加工操作,F.,工件的几何形状必须被定义并被修整以符合工件形状。,Look and write,m,a,n,u,al labor,co,m,puter-a,s,si,s,ted programming,co,rr,ect,Listen and repeat,Lisa is introducing the students to the programmer in the company.,丽莎正在将学生们介绍给公司的程序员。,Lisa: This is Sam, the programmer. Sam, they are the interns.,丽莎:这位是山姆,程序员。山姆,他们是实习生。,Students: Pleased to meet you.,学生们,:,很高兴认识你。,Sam: Pleased to meet you too.,山姆:也很高兴认识你们。,Jack: Is it difficult to write a program?,杰克:编写程序难吗?,Sam: That depends.,山姆:看具体情况。,David: What types of program do you usually write?,大卫:你通常会写哪种类型的程序?,Sam: There are mainly two types of programming, manual and computer-assisted.,山姆:主要有两种程序,手工和计算机辅助。,David: What is manual programming?,大卫:什么是手工编程?,Sam: It means the programmer prepares the program and input it to the NC system.,山姆:它是指程序员准备好程序,并将程序输入数控系统。,Jack: How about computer-assisted programming?,杰克:计算机辅助编程怎么样?,Sam: Its different from manual programming. After the programmer inputs simple instruction, the computer creates the program.,山姆:它跟手工编程不同。在程序员输入简单指令后,计算机自动生成程序。,Students: We see. Thank you!,学生们:我们明白了。谢谢!,Listen and choose,Mike: May I ask you what you are doing now?,麦克:我能问一下你在做什么吗,Sam: Yes. Im developing a manual program of the machining cycle.,山姆:可以。我在写一个加工循环的手工程序。,Mike: A manual program? Why dont you use CAM system programs?,麦克:手工程序?为什么不用计算机辅助制造(,CAM,)系统程序,Sam: Well, this work is simple and only a few machine tools are used, a manual program is enough.,山姆:嗯,这个工作很简单,只用到几个刀具,手工程序足够了。,Mike: Does it mean CAM system programs will be used in more complicated work?,麦克:这是否意味着计算机辅助制造系统程序将在更复杂的工作中使用?,Sam: Generally speaking, yes.,山姆:一般来说,是的。,Mike: What is that man doing? is he creating programs?,麦克:那个人在做什么?他在写程序吗?,Sam: Yes. He is creating a program at the CNC machine. This is called conversational programming. The programmer will see whether various inputs are correct. When finished, the programmer may see a tool path plot of what will happen during the machining cycle.,山姆:是的。他在数控机床上写程序。这叫会话式编程。程序员会看到各种输入是否正确。结束后,程序员可能会看到加工循环过程中的刀具路径图。,Mike: Wow. Its amazing.,麦克:哇,真神奇。,Word Address Format,The entire information about an operation is called a block. There are 3 types of formats for representing the blockFixed sequential Format, Word address format, and Tab Sequential Format.,一个操作的完整信息叫做程序段。程序段有三种格式:固定顺序格式,字地址格式,分隔符顺序格式。,Word Address Format is mostly used. In this format, each element of information is prefixed by a letter. And the controller conveys the letter to a particular register.,字地址格式最常用。在这种格式中,每个信息元素前面带有一个字母。控制器将这个字母转到特定寄存器。,Sequence is not necessary in this format because all information is labeled by a letter. Repetition is not necessary either since the controller can take it from the earlier block.,在这个格式中顺序是不必要的,因为所有信息都用字母标记了。也不需要重复,因为控制器能从前面的程序段获取需要的信息。,This will help the programmer not to make mistakes and shorten the program. This will also save time in preparing the program. An example of this type is as follows:,这能帮助程序员不犯错和缩短程序。这也可以节约编程的时间。这种程序例子如下,:,N37 G81 X0 Y0 Z50000 S5000 F100 M03*,N38 X100 Y100*,In this example, G81 means to drill. The other necessary parameters for carrying out the operation would follow.,在这个例子中,,G81,表示钻孔。执行操作所需的其他必要参数跟着后面。,The following are the letter addresses used in programming:,下面是程序中的字地址:,NOperation sequence number address,操作顺序数字地址,GPreparatory function address,准备功能地址,X, Y, Z, A, B, C, Dimension address,尺寸地址,SSpindle speed address,主轴转速地址,TTool address,刀具地址,MMiscellaneous function address,辅助功能地址,开头是程序段的序号,以字母,N,和四位数字表示;接着一般是准备功能指令,由字母,G,和两位数字组成;,机床运动的目标坐标值,,,如用、等指定运动坐标值;,工艺性指令,,F,代码为进给速度指令,,S,代码为主轴转速指令,,T,为刀具号指令,,M,代码为辅助机能指令。, LF,为,ISO,标准中的程序段结束符号(在,EIA,标准中为,CR,,在某些数控系统中,程序段结束符用符号,“*”,或,“,;,”,表示)。,词缀,en,的用法,en- + rich (adj.),enrich(v.),en- + large (adj.),enlarge(v.),dark(adj.) + -en,darken(v.),short(adj.) + -en,shorten(v.),en,作前缀或后缀表“变成,使成为”,放在形容词前或后使之转化为动词。,课后练习,判断,改错,1. The entire information about an operation is called a block.,2. Yes.,3. Yes.,4. Sequence is not necessary in this format because all information is labeled by a letter.,5. Yes.,填表,N,Operation sequence number address,G,Preparatory function address,X, Y, Z, A, B, C, ,Dimension address,S,Spindle speed address,T,Tool address,M,Miscellaneous function address,1. No,2. Yes,3. Yes,4. Yes,1. drill,2. block,3. conveyed,4. label,
展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 图纸专区 > 小学资料


copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!