1)Automatic Programming System自动编程系统
1.The Application of Vectorization in Automatic Programming System of Cutting Plotter;矢量化在切绘机自动编程系统中的应用
2.Study on intelligent automatic programming system of WEDM;智能电火花线切割加工自动编程系统研究
3.Mathematic model of pipe intersecting line NC cutting and its automatic programming system development;管件相贯线数控切割数学模型及其自动编程系统的研发
英文短句/例句
1.A realization of post processing of NC automatic programing system数控自动编程系统中后置处理的实现
2.Development of Auto-programming System for CNC Pipe-cutting Machine;数控圆管切割机自动编程系统的开发
3.Auto Programming System of NC Manufcturing of Integral Impeller;整体叶轮数控加工自动编程系统研究
4.A Linear Cutting Automatically-programming System Based on AutoCAD;基于AutoCAD的线切割自动编程系统
5.NC automatic programming system based on AutoCAD基于AutoCAD的数控自动编程系统
6.Key Technology of an Automatic Programming System for NC Turning Machining数控车削自动编程系统关键技术研究
7.Research on Auto-Programming System for Free-form Surfaces Belt Grinding Robot;自由曲面砂带研磨机器人自动编程系统研究
8.Design of Automatic Programming System for Processing Shell Parts' Cavity;壳体零件型腔加工的自动编程系统设计
9.Study on Application of Multi-Agents Technology in CNC Auto-Programming System;多Agent技术在CNC加工自动编程系统中的应用研究
10.Research on Automatic Programming System of Numerical Control Cutting Plotter Based on Digital Image;基于数字图像的数控切绘机自动编程系统研究
11.Research on Automatic Programming System for WEDM-LS;慢速走丝线切割加工自动编程系统的研究
12.Research and Develope of Wire-Edm CNC Graphic Automatic Programming System;电火花线切割图形自动编程系统的研究与开发
13.The Development of WEDM-HS Auto Programming System for Punching Dies Based on AutoCAD 2000;基于AutoCAD 2000冲模WEDM-HS自动编程系统的开发
14.Researching and Realizing Graphic Automatic Programming System Based on ObjectARX;基于ObjectARX的图形自动编程系统的研究与开发
15.ARGUS (Automatic Routine Generating and Updating System)自动例行程序编制与更新系统
16.automatic programmed tools刀具控制程序自动编制系统
17.Control System of Programmable Controller Used in Automatic Car Washers自动洗车机可编程控制器的控制系统
18.Design and Implementation Of Automatic Assessment System of Visual Basic ProgrammingVB编程题自动评分系统的设计与实现
相关短句/例句
Numerical Control Automatically Programmed System (NCAPS)数控自动编程系统(NCAPS)
3)Automatic Programming System Based on Graph图形自动编程系统
4)APT[英][?pt][美][?pt]刀具程控自动编制系统
5)self-programming system自编程序系统
6)automatic pipeline scheduling system自动编制系统
1.The model of automatic pipeline scheduling is built up and the automatic pipeline scheduling system is developed.对兰成渝成品油管道的运行特点进行了分析,以管道调度计划编制和执行过程为基础,探讨了调度计划自动编制的原则和边界条件设定等问题,确定了调度计划自动编制模型,开发了适用于兰成渝成品油管道的调度计划自动编制系统。
延伸阅读
面向异形切割的数控自动编程系统的开发本文针对异形切割的工艺要求及当前CAD/CAM软件的现状,介绍了所开发的异形切割的图形交互自动编程系统。该系统以AutoCAD为开发平台,利用AutoCAD VBA和VB6.0为开发工具,实现了加工轨迹生成,数控代码生成,轨迹仿真等功能。系统界面友好,工作可靠,很有实际使用价值。一、引言 异形切割是利用水切割机、雕刻机等专用切割机对异形金属板材、玻璃、布料、大理石等多种异形材料进行切割、图案裁剪的一种加工方法。异形切割一般适用于平面切割,针对不同材料有其特殊的加工工艺。现有的绘图编程一体化CAD/CAM软件不能满足要求,而且价格昂贵。本系统是基于绘图软件二次开发工具的自动编程系统,它以AutoCAD为开发平台,以AutoCAD VBA和VB6.0为编程语言,实现了图形处理、自动编程等功能。二、系统的功能 此系统主要功能是在AutoCAD系统环境中,根据客户的CAD图形,由用户界面以交互操作方式选择或输入切割工艺参数,生成切割轨迹和G代码,然后通过代码反读,进行轨迹仿真,以便校验代码的正确性。另外,还可以进行代码的编辑和完成数控指令文件的存盘。其系统流程如图1所示。图1 系统功能图三、系统开发平台 此系统开发利用AutoCAD良好的开放结构和具有魅力的二次开发工具VBA。AutoCAD VBA与VB有着几乎相同的开发环境和语法,它具有For Application功能,驻留在AutoCAD主程序内部,结构精简,代码运行效率高,功能强,大易于掌握,为开发程序带来了极大的方便。但是用它开发的程序没有用户自己的启动界面,且开发的程序会暴露出来。利用VB通过AutoCAD ActiveX技术建立VB与AutoCAD之间的连接,可解决上面出现的问题,建立用户启动界面与AutoCAD的有效连接,实现关键代码的整体封装。VBA的使用可以直接进入AutoCAD,在菜单工具的宏中进入VBA管理器。用VB进行编程,需要将VB与AutoCAD进行连接,在编写VB代码前,在VB编程环境中引用AutoCAD对象库,然后编写VB代码,创建AutoCAD对象,启动AutoCAD。VB与AutoCAD连接后,就可以利用AutoCAD对象及下级对象的属性和方法完成编程。下面是VB程序中启动运行AutoCAD的子程序代码。Dim AcadApp As Acad Application Public Sub 连接 AutoCAD()
