说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 数控冲齿
1)  CNC punching
数控冲齿
1.
Introduction is made to the new duo-servo plus CNC punching machine with a PLC as the main controller and two axes servo driving system as the actuator.
针对传统金属针布冲齿机械结构复杂,改变生产工艺需调整机械参数,灵活性和适应性差的特点,介绍了一种采用可编程控制器(PLC)作主控制器,高精度伺服传动系统作执行驱动机构的新型双伺服数控冲齿机。
2.
A novel two-axes CNC punching machine is introduced,in which a PLC is used as the main controller,and an AC inverter driving as well as an AC servo driving system are used as the two-axes actuator.
介绍一种主轴(冲齿)采用交流变频调速,进给(牵料)采用交流伺服驱动的新型两轴数控冲齿机。
3.
This paper introduces a novel two-axes CNC punching machine in which a PLC is used as the main controller, and an AC inverter driving as well as an AC servo driving system are used as the two-axes actuator.
本文介绍一种主轴(冲齿)采用交流变频调速,进给(牵料)采用交流伺服驱动相结合的新型两轴数控冲齿机。
2)  NC gear shaping
数控插齿
1.
This paper firstly analyzes helical gear s shaping motion control principle,as for the key control technology of NC gear shaping,Motion control model is established.
文章从分析插斜齿的运动控制原理入手,针对数控插齿的关键控制技术,建立了运动控制模型,探讨了基于MCX314芯片的数控插齿多轴运动控制硬件平台的设计和插补运算方法,并对插齿刀旋转轴的加减速定位控制进行了探讨。
3)  NC spiral bevel and hypoid gear generator
数控弧齿铣齿机
1.
Taking the case of product family design of NC spiral bevel and hypoid gear generator,design method and course were analysed around fundamental principles of product family design.
围绕产品族设计的基本思想,以数控弧齿铣齿机产品族设计为例,分析了产品族设计的方法与过程。
4)  numeric control gear shaping
数控滚齿插齿
5)  NC punch
数控冲床
1.
What should be noticed in use of thick die in NC punch have been introduced in details, with significance in reality in proper selection and use of such die with lowering producing cost.
本文比较详细的介绍了厚转塔模具在数控冲床上应用的注意事项,对于用户正确的选择和使用此类模具、降低生产成本具有实际意义。
2.
The machining information data can be provided for the automatic programming of NC punch system by using the implementing method.
在分析AutoCAD数据交换文件的结构基础上,运用C++Builder语言实现了AutoCAD图形中实体信息数据库的建立,把获得的实体信息数据作为汽车纵梁数控冲床系统的加工数据。
6)  NC punching machine
数控冲床
1.
A research on modular design of automatic program system of NC punching machine;
数控冲床自动编程系统的模块化设计研究
2.
Present situation of NC punching machine in the world has been introduced,pointing out its developing direction.
介绍了世界数控机床的现状,指出了数控冲床的发展方向。
补充资料:Visual Basic在数控冲程序编写中
笔者在Visual Basic应用方面做了一些有益的探索,并且在实践中收到了实效,现将几个实例介绍如下,希望能够起到抛砖引玉之作用。

一、自动生成零件旋转后的程序 提高零件排版套裁灵活性


  在实际加工过程中,经常遇到同一个零件需要按不同的方位排版,以提高材料的利用率情况。例如,图1所示的排版方式肯定比图2所示的排版节省材料,而在编程序时,如果按图2的方式排版,只需要编一个数控冲程序即可完成图2的排版方式,而如果按图1的方式排版,则要编A、B两个数控冲程序才能完成图1的排版方式。




图1




图2




图3


  编A、B两个数控冲程序显然比较费时,在实际加工中要远比此复杂,有没有可能只编一个程序而通过某种方式得到另一个程序呢?笔者通过VB编写了一款数控冲程序旋转件自动生成的小软件,图3是小软件的工作界面。通过输入旋转角度后,可以自动生成将零件旋转任意角度后的数控冲程序,并且生成的程序可以直接拷入设备使用,极大地提高了工作效率。


二、对数控冲程序进行常规检查  将程序编写失误降到最低


  数控程序编写完成后,其语法是否有误,或是否存在一些常识性错误呢?如我公司使用的数控冲为意大利EUROTECNICA公司产品,其程序要求数值必须带“.”,即数值为整数时必须以“.”结尾,比如将程序
  …
  N50  G72  X50.  Y50.  C60.  T8  (其中T8为模具号)
  N60  G86  I20.  J60.  G41     (其中I值为模具加工的轮廓长度) 
  …
  误写成
  …
  N50  G72  X50  Y50.  C60.  T8   (注意:此段中X值中没有“.”)
  N60  G86  I20.  J60.  G41
  …


  则设备在执行过程中将把X值作为0处理,而不是作为50处理。


  仍以上述程序为例,如果模具为30mm×30mm的正方形模具,显然不能加工长度为20的轮廓。


  类似以上的问题,能否不需要人工就能检查出来呢。笔者同样通过VB编写了一款数控冲程序常规检查的小软件,图4是小软件的工作界面,其使用效果同样不错。


说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条