说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 面向图形编程
1)  Graph-oriented programming
面向图形编程
2)  graphics-oriented programming interface
面向图形可编程界面
3)  GUI Program
图形界面编程
4)  graphic programming
图形编程
1.
Study on graphic programming system of CNC milling machine;
数控铣床图形编程系统研究
2.
Development of objectARX-based graphic programming system for CNC pipe cutting machine;
基于ObjectARX的数控圆管切割机图形编程系统的开发
3.
Study of service robot human-machine interaction system based ongraphic programming technology;
基于图形编程技术的服务机器人人机交互系统的研究
5)  Graphic NC-programming
图形编程
1.
In addition to control functions of common 2-D CNC system this CNC system has some functions of graphic NC-programming, profile modeling NC-programming, dynamic screen simulation of machining programs, and real time multitask operation.
该CNC系统除了具有普通的双坐标数控系统的功能外,还具有图形编程、仿形编程、加上程序屏幕模拟仿真和实时多任务处理等功能,在插补计算方法上采用了差分插补法,能对所有的二次曲线进行直接插补。
2.
Besides the general control functions of a 2-D CNC system fit for the technical properties of the torch-cutting machine, this CNC system has functions of graphic NC-programming, profile modeling NC-programming, dynamic screen simulation of machining programs, and real time multitask operation.
利用工业个人计算机(IPC)开发的数控火焰切割机CNC系统,除具有适合于数控火焰切割机工艺特点的控制功能外,还具有图形编程、仿形编程、加工程序屏幕模拟仿真和实时多任务处理等功能,插补计算采用了差分插补法,能对所有的二次曲线进行直接插补。
6)  graphics programming
图形编程
1.
In most of previous NC graphic programming systems, the graphics programming modular (PM) and the NC processing simulation modular (SM) are isolated from each other.
针对传统图形编程系统中编程与仿真分离的缺点,开发了一套将图形编程与数控加工仿真集成在一起的数控冲床可视化编程系统。
2.
Considering the characteristics of NCLC (numerical controlled line cutting) machine tool, TXBCH Graphics Programming System is introduced based on the graphics programming theory and machining of 2D Parts.
利用图形编程理论,针对数控线切割机床的加工特点,开发了一种基于二维零件数控加工的TXBCH图形编程系统,重点研究了系统中图素的概念、图素的定义方式和算法,并在此基础上开发出了相应的软件。
3.
Based on the application program accesses the database, connecting the basic ideas of Windows graphics programming,this paper introduces the programming method that application program makes use of data in the database to draw sector or dogleg-line,etc.
在应用程序实现对数据库访问的基础上,结合Windows图形编程的基本思想,介绍了使用数据库中数据绘制扇形图、折线图等简单图形的编程实现方法。
补充资料:面向异形切割的数控自动编程系统的开发
 本文针对异形切割的工艺要求及当前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()

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