期刊文献+
共找到408篇文章
< 1 2 21 >
每页显示 20 50 100
Performance analysis model for real-time Ethernet-based computer numerical control system 被引量:2
1
作者 万加富 李迪 +1 位作者 涂钰青 张春华 《Journal of Central South University》 SCIE EI CAS 2011年第5期1545-1553,共9页
In order to optimize the embedded system implementation for Ethernet-based computer numerical control (CNC) system, it is very necessary to establish the performance analysis model and further adopt the codesign met... In order to optimize the embedded system implementation for Ethernet-based computer numerical control (CNC) system, it is very necessary to establish the performance analysis model and further adopt the codesign method from the control, communication and computing perspectives. On the basis of analyzing real-time Ethemet, system architecture, time characteristic parameters of control-loop ere, a performance analysis model for real-time Ethemet-based CNC system was proposed, which is able to include the timing effects caused by the implementation platform in the simulation. The key for establishing the model is accomplished by designing the error analysis module and the controller nodes. Under the restraint of CPU resource and communication bandwidth, the experiment with a case study was conducted, and the results show that if the deadline miss ratio of data packets is 0.2%, then the percentage error is 1.105%. The proposed model can be used at several stages of CNC system development. 展开更多
关键词 computer numerical control cnc system real-time Ethemet time characteristic parameters performance analysis model manufacturing accuracy
在线阅读 下载PDF
CNC SYSTEM OF FLEXIBLE FIXTURE IN AIRCRAFT COMPONENT MANUFACTURING AND ASSEMBLY 被引量:2
2
作者 郇极 靳阳 肖文磊 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI 2012年第1期54-61,共8页
The computer numerical control(CNC) system is suited to control varied types of flexible fixtures in aircraft component manufacturing and assembly. The mechanisms and control requirements of flexible fixtures are pr... The computer numerical control(CNC) system is suited to control varied types of flexible fixtures in aircraft component manufacturing and assembly. The mechanisms and control requirements of flexible fixtures are presented and analyzed. The hardware and software architecture and implementation of CNC system are pro- posed. The flexible fixture mechanism is described using configuration parameters. According to the parameters, the CNC system automatically generates the control feature and the human machine interface (HMI) operation function. The CNC system is implemented in a flexible fixture for skin-strlnger assembly, and results show the effectiveness of the system. 展开更多
关键词 computer numerical controlcnc motion control aircraft assembly flexible fixture
在线阅读 下载PDF
基于CNC系统的数控车床故障诊断方法
3
作者 何龙剑 《现代制造技术与装备》 2024年第11期193-195,209,共4页
数控车床在现代制造业中扮演着重要角色,其故障诊断对于保障生产效率至关重要。提出一种基于计算机数控(Computer Numerical Control,CNC)系统的数控车床故障诊断方法,通过运行参数采集、数据预处理、特征提取和支持向量机算法,实现故... 数控车床在现代制造业中扮演着重要角色,其故障诊断对于保障生产效率至关重要。提出一种基于计算机数控(Computer Numerical Control,CNC)系统的数控车床故障诊断方法,通过运行参数采集、数据预处理、特征提取和支持向量机算法,实现故障模式的智能识别。实验结果表明,该方法在故障检出率、误报率、诊断时间和准确率等方面均优于传统方法,为数控车床的智能化维护提供了新的思路,有助于提高设备的可靠性和生产效率。 展开更多
关键词 数控车床 故障诊断 计算机数控(cnc)系统
在线阅读 下载PDF
Real-Time Data and Visualization Monitoring of Computer Numerical Control Machine Tools Based on Hyper Text Markup Language 5 被引量:1
4
作者 WU Yan XIAO Lijun +2 位作者 DING Xiaoying WANG Bing ZHANG Jieren 《Journal of Donghua University(English Edition)》 EI CAS 2019年第3期261-266,共6页
In order to ensure the safety,quality and efficiency of computer numerical control(CNC)machine tool processing,a real-time monitoring and visible solution for CNC machine tools based on hyper text markup language(HTML... In order to ensure the safety,quality and efficiency of computer numerical control(CNC)machine tool processing,a real-time monitoring and visible solution for CNC machine tools based on hyper text markup language(HTML)5 is proposed.The characteristics of the real-time monitoring technology of CNC machine tools under the traditional Client/Server(C/S)structure are compared and analyzed,and the technical drawbacks are proposed.Web real-time communication technology and browser drawing technology are deeply studied.A real-time monitoring and visible system for CNC machine tool data is developed based on Metro platform,combining WebSocket real-time communication technology and Canvas drawing technology.The system architecture is given,and the functions and implementation methods of the system are described in detail.The practical application results show that the WebSocket real-time communication technology can effectively reduce the bandwidth and network delay and save server resources.The numerical control machine data monitoring system can intuitively reflect the machine data,and the visible effect is good.It realizes timely monitoring of equipment alarms and prompts maintenance and management personnel. 展开更多
关键词 computer numerical control(cnc) machine tools real-time MONITORING VISUALIZATION hyper text MARKUP language(HTML)5 WebSocket CANVAS
在线阅读 下载PDF
OPEN ARCHITECTURE CNC SYSTEM HITCNC AND KEY TECHNOLOGY 被引量:4
5
作者 WANG Yongzhang LIU Tao FU Hongya HAN Zhenyu 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2007年第2期13-16,共4页
Aiming at the characteristics of modularity and reconfigurable in open architecture computer numerical control (CNC) system, the open architecture CNC system, Harbin Institute of Tech- nology computer numerical cont... Aiming at the characteristics of modularity and reconfigurable in open architecture computer numerical control (CNC) system, the open architecture CNC system, Harbin Institute of Tech- nology computer numerical control (HITCNC), is researched and manufactured based on the interface standards. The system's external interfaces are coincident with the corresponding international standards, and the internal interfaces follow the open modular architecture controller (OMAC) agreement. In the research and manufacturing process, object-oriented technology is used to ensure the openness of the HITCNC, and static programming is applied in the CNC system according to the idea of modularization disassembly. The HITCNC also actualizes real-time and unreal-time modules adopting real-time dynamical linked library (RTDLL) and component object model (COM). Finite state ma- chine (FSM) is adopted to do dynamically modeling of HITCNC. The complete separation between the software and the hardware is achieved in the HITCNC by applying the SoftSERCANS technique. The application of the above key techniques decreases the programming workload greatly, and uses software programs replacing hardware functions, which offers plenty technique ensures for the openness of HITCNC. Finally, based on the HITCNC, a three-dimensional milling system is established. On the system, series experiments are done to validate the expandability and interchangeability of HITCNC. The results of the experiments show that the established open architecture CNC system HITCNC is correct and feasible, and has good openness. 展开更多
关键词 Harbin Institute of Technology computer numerical control(HITcnc Open architecture cnc system Interface standard Statically modeling Finite state machine (FSM) SoflSERCANS
在线阅读 下载PDF
The Innovation of CNC Machine Interface Based on DNC System 被引量:11
6
作者 Luo Jianjun Fan Liuqun Liang Gongqian China Research and Education Center of Plant Engineering,Northwestern Polytechnical University Xi’an,710072,P.R.China 《International Journal of Plant Engineering and Management》 1997年第1期50-55,共6页
This paper describes the innovation schemes of the interface of a CNC machine which cannot communicate with a computer by a Direct Numerical Control(DNC)interface and the functions of a DNC interface system.One archit... This paper describes the innovation schemes of the interface of a CNC machine which cannot communicate with a computer by a Direct Numerical Control(DNC)interface and the functions of a DNC interface system.One architecture of hardware and software of a practi- cal single-chip computer based on DNC interface system developed by the authors is given. Without any change of the original hardware and software,this DNC interface system has been used to innovate the CNC machine's interface to implement the direct communication between a computer and a CNC machine and to achieve no tape transmission of a part program and ma- chine parameters.It has been demonstrated that this DNC interface system has certain practical values in improving the reliability,efficiency and production management of CNC/NC machine. 展开更多
关键词 technical innovation Computer numerical control(cnc) machine Direct numerical control(DNC) interface single-chip computer
在线阅读 下载PDF
Importance Analysis on Subsystem of CNC Lathe Based on TOPSIS
7
作者 Xiaoyan Qi Guixiang Shen +1 位作者 Yingzhi Zhang Shuguang Sun 《Journal of Beijing Institute of Technology》 EI CAS 2017年第2期191-196,共6页
An importance analysis model for computer numerical control(CNC)lathe subsystems was proposed.The model was based on technique for order preference by similarity to an ideal solution(TOPSIS)and considered the stru... An importance analysis model for computer numerical control(CNC)lathe subsystems was proposed.The model was based on technique for order preference by similarity to an ideal solution(TOPSIS)and considered the structure correlation between subsystems and the complete machine,the fault correlation of each subsystem and so on.The model can obtain a comprehensive sequencing of subsystems based on their importance to the complete machine.It lays a theoretical foundation for reliability allocation. 展开更多
关键词 technique for order preference by similarity to an ideal solution (TOPSIS) importanceanalysis computer numerical control cnc lathe influence degree
在线阅读 下载PDF
Specialized Numerical Control Plasma Cutting Machine
8
《China's Foreign Trade》 1995年第2期36-36,共1页
The large thermal cutting equipment——The DHG. CNC numerical control plasma cutting machine is produced by The Ha’erbin Welding & Cutting Equipment Co. It specializes in the precise formation and baiting of nonf... The large thermal cutting equipment——The DHG. CNC numerical control plasma cutting machine is produced by The Ha’erbin Welding & Cutting Equipment Co. It specializes in the precise formation and baiting of nonferrous boards and thin carbon steel plates at a high speed. It avoids the disadvantage of flame cutting, which cannot cut nonferrous and thin steel plates. 展开更多
关键词 cnc CO Specialized numerical control Plasma Cutting Machine
在线阅读 下载PDF
高速动车组铝合金零件CNC铣削加工工艺研究 被引量:1
9
作者 陈海权 《现代制造技术与装备》 2024年第8期138-140,共3页
高速动车组应用了较多铝合金零件。此类零件存在较高的加工装夹难度,若无法准确把握加工工艺,易出现加工缺陷。结合铝合金零件性能,详细分析零件计算机数字控制机床(Computer Numerical Control,CNC)铣削加工工艺特点,并从多个角度研究... 高速动车组应用了较多铝合金零件。此类零件存在较高的加工装夹难度,若无法准确把握加工工艺,易出现加工缺陷。结合铝合金零件性能,详细分析零件计算机数字控制机床(Computer Numerical Control,CNC)铣削加工工艺特点,并从多个角度研究铝合金零件的CNC铣削加工工艺及其热处理技术。合理优化加工参数和热处理技术,可提高铝合金零件的加工质量和机械性能,促进高速动车组铝合金零件加工工艺水平的提升,进而推动我国高速动车组的发展。 展开更多
关键词 高速动车组 铝合金 零件 计算机数字控制机床(cnc) 铣削加工工艺
在线阅读 下载PDF
柔性模块化CNC工装在离散型制造中的应用
10
作者 廖益蓝 周传昆 +2 位作者 戴志杰 陆凯雷 王宇昊 《现代制造技术与装备》 2024年第8期201-203,共3页
电力装备零件加工具有小批量、多品种、加工复杂度不高的离散型制造特性,但频繁的装夹和换型调试会严重影响设备综合效率(Overall Equipment Effectiveness,OEE),导致加工效率偏低。研究结果表明:通过柔性组合工装设计,将大部分装夹过... 电力装备零件加工具有小批量、多品种、加工复杂度不高的离散型制造特性,但频繁的装夹和换型调试会严重影响设备综合效率(Overall Equipment Effectiveness,OEE),导致加工效率偏低。研究结果表明:通过柔性组合工装设计,将大部分装夹过程转移至设备外,可减少停机等待时间;通过模块化安装节点设计,快速提升工装安装速度,可缩短换型时间。通过对某数控机床(Computer Numerical Control,CNC)设备的工装进行柔性模块化改造,产品装夹时间和换型时间分别缩短了56.71%和41.18%,设备OEE水平提升了26.17%。经过3年推广应用,企业CNC设备的OEE已由45%~55%提升为70%~80%,产品交付效率显著提高,产品竞争力逐步增强。此外,该柔性模块化工装改造新模式,可为国内广大制造业厂家提供一种新的降本增效思路。 展开更多
关键词 设备综合效率(OEE) 柔性 模块化 数控机床(cnc) 工装
在线阅读 下载PDF
基于CNC车铣复合机床的异形零件高效加工工艺研究
11
作者 李小梅 《现代制造技术与装备》 2024年第12期164-166,共3页
近年来,制造业对异形复杂零件的加工效率和精度提出了更高要求。计算机数字控制机床(Computer Numerical Control,CNC)车铣复合机床集车削和铣削功能于一体,在加工复杂异形零件方面具有独特的优势。提出基于CNC车铣复合机床的异形零件... 近年来,制造业对异形复杂零件的加工效率和精度提出了更高要求。计算机数字控制机床(Computer Numerical Control,CNC)车铣复合机床集车削和铣削功能于一体,在加工复杂异形零件方面具有独特的优势。提出基于CNC车铣复合机床的异形零件高效加工工艺,包括工艺规划与编程、夹具选择、加工执行与监控等关键环节。通过优化刀具路径、切削参数,采用自适应加工策略和在线测量补偿手段,大幅提升了异形零件的加工效率、精度和表面质量,为制造业的转型升级提供了有力支持。 展开更多
关键词 计算机数字控制机床(cnc)车铣复合机床 异形零件 高效加工工艺
在线阅读 下载PDF
CNC系统中几种升降速控制曲线的研究与比较 被引量:55
12
作者 胡建华 廖文和 周儒荣 《南京航空航天大学学报》 EI CAS CSCD 北大核心 1999年第6期706-711,共6页
运动过程的升降速控制是CNC(Com puter num ericalcontrol)系统开发中的关键技术难题之一。文中在分别分析了数控系统中梯形、S型和直线加抛物型升降速曲线的基础上,对这几种控制方法各自的优缺点及适用场合进行了比较,并着重讨论了速... 运动过程的升降速控制是CNC(Com puter num ericalcontrol)系统开发中的关键技术难题之一。文中在分别分析了数控系统中梯形、S型和直线加抛物型升降速曲线的基础上,对这几种控制方法各自的优缺点及适用场合进行了比较,并着重讨论了速度时间曲线是直线加抛物型的升降速曲线在由步进电机驱动的经济型数控系统中的应用,实验证明。 展开更多
关键词 数值控制 计算机 控制 升降速 cnc
在线阅读 下载PDF
虚拟CNC的齿轮测量中心 被引量:5
13
作者 刘志红 劳奇成 《机电工程》 CAS 2007年第4期23-25,共3页
介绍了传统CNC齿轮测量中心的发展现状,结合虚拟现实技术,提出了CNC齿轮测量中心新的发展方向—虚拟CNC齿轮测量中心,同时介绍了虚拟CNC齿轮测量中心的概念、组成、实现方法。通过对虚拟CNC齿轮测量中心工作过程的仿真和分析,证明虚拟CN... 介绍了传统CNC齿轮测量中心的发展现状,结合虚拟现实技术,提出了CNC齿轮测量中心新的发展方向—虚拟CNC齿轮测量中心,同时介绍了虚拟CNC齿轮测量中心的概念、组成、实现方法。通过对虚拟CNC齿轮测量中心工作过程的仿真和分析,证明虚拟CNC齿轮测量中心基本可以表达真实CNC测量中心的几何形状和测量过程。 展开更多
关键词 虚拟测量 虚拟仪器 计算机数字控制 齿轮测量中心
在线阅读 下载PDF
CAD/CAM/CNC集成系统的研究 被引量:8
14
作者 叶佩青 王立平 张辉 《工具技术》 北大核心 2000年第11期9-12,共4页
论述了CAD/CAM/CNC集成化的意义 ,从界面、数据、算法等方面探讨了CAD/CAM/CNC集成系统的结构及实现方法。作为集成系统的具体应用 ,介绍了三坐标测量造型的原理及方法 ,可实现在同一台数控铣床上从实物模型获取数学模型、测量造型、局... 论述了CAD/CAM/CNC集成化的意义 ,从界面、数据、算法等方面探讨了CAD/CAM/CNC集成系统的结构及实现方法。作为集成系统的具体应用 ,介绍了三坐标测量造型的原理及方法 ,可实现在同一台数控铣床上从实物模型获取数学模型、测量造型、局部编辑、数控编程和数控加工。 展开更多
关键词 CAD/CAM/cnc集成 三坐标测量 数控
在线阅读 下载PDF
基于CNC实时监测数据驱动方法的钛合金高速铣削刀具寿命预测 被引量:12
15
作者 袁广超 鲍劲松 +1 位作者 郑小虎 张洁 《中国机械工程》 EI CAS CSCD 北大核心 2018年第4期457-462,470,共7页
针对车间内不同设备的数据结构不一致导致车间监控数据中存在大量的多源异构数据,难以通过单一的通信协议采集与监控的问题,研究了基于OPC-UA技术与MTConnect协议的刀具、机床的数据模型、通信架构及访问策略,解决了多源异构数据的采集... 针对车间内不同设备的数据结构不一致导致车间监控数据中存在大量的多源异构数据,难以通过单一的通信协议采集与监控的问题,研究了基于OPC-UA技术与MTConnect协议的刀具、机床的数据模型、通信架构及访问策略,解决了多源异构数据的采集问题。针对硬质合金刀具在高速铣削钛合金工件时磨损较快、刀具剩余寿命的实时预测难度大的问题,建立了一种基于PCA前置处理数据的神经网络模型,实现了基于刀具剩余寿命的刀具健康状态信息的实时监测和预测。 展开更多
关键词 数控 数据驱动 钛合金铣削 刀具健康预测
在线阅读 下载PDF
CNC集成制造过程协同仿真模型及应用技术研究 被引量:4
16
作者 杨泽青 刘丽冰 《组合机床与自动化加工技术》 北大核心 2010年第1期97-101,共5页
针对CNC集成制造过程复杂、动态、迭代的特点,采用分层混合建模策略构建了CNC集成制造过程协同仿真模型,并设计了仿真单元;考虑到各过程之间的兼容性、集成性,采用基于模型字典和模型结构相结合的面向对象的模型表示方法对各仿真对象进... 针对CNC集成制造过程复杂、动态、迭代的特点,采用分层混合建模策略构建了CNC集成制造过程协同仿真模型,并设计了仿真单元;考虑到各过程之间的兼容性、集成性,采用基于模型字典和模型结构相结合的面向对象的模型表示方法对各仿真对象进行规范化表示。最后以曲轴工件为例,采用组态软件开发了曲轴CNC集成制造协同仿真系统,实现了曲轴工件加工过程、检测过程、质量监控的多模式窗口协同仿真运行,有效实现了各仿真单元模型及文档的共享和互操作,使用过程采样数据对仿真模型进行训练和测试,为工艺方案的寻优提出可供借鉴的依据,为集成制造过程的优化提供理论依据。 展开更多
关键词 计算机数字化控制 集成制造 协同仿真 模型表示
在线阅读 下载PDF
依托CAD/CAM/CNC集成实验平台提高数控课程教学质量 被引量:6
17
作者 姜海 王勇 +1 位作者 王学军 陈瑛 《合肥工业大学学报(社会科学版)》 2003年第4期40-42,共3页
为适应先进制造技术的发展对数控课程教学的新要求,构建了CAD/CAM/CNC集成实验平台;并依托该平台,在数控课程的教学中引入了新的教学内容和教学方法,从而大大提高了学生学习的积极性和主动性。该实验平台在教学中的应用,有利于培养学生... 为适应先进制造技术的发展对数控课程教学的新要求,构建了CAD/CAM/CNC集成实验平台;并依托该平台,在数控课程的教学中引入了新的教学内容和教学方法,从而大大提高了学生学习的积极性和主动性。该实验平台在教学中的应用,有利于培养学生的创新能力和实践能力。 展开更多
关键词 数控技术 CAD/CAM/cnc 集成实验平台 教学质量
在线阅读 下载PDF
大型CNC机床柔性随行夹具的开发与实现 被引量:1
18
作者 王新乡 胡国清 周海峰 《集美大学学报(自然科学版)》 CAS 2021年第3期253-258,共6页
为了解决大型结构件数控加工时,传统加工固持技术工装数量多、工艺准备时间长、加工连续性差等问题,设计了一种柔性随行夹具。该夹具采用旋摆气缸代替传统压板,根据机床刀具运行轨迹自动控制夹具避让主轴刀头,同时可通过调节压板长度以... 为了解决大型结构件数控加工时,传统加工固持技术工装数量多、工艺准备时间长、加工连续性差等问题,设计了一种柔性随行夹具。该夹具采用旋摆气缸代替传统压板,根据机床刀具运行轨迹自动控制夹具避让主轴刀头,同时可通过调节压板长度以适应不同形状的工件,具备一定的柔性扩展能力,可应用在三坐标双主轴数控龙门铣床——V22500B或性能参数类似的数控机床上。 展开更多
关键词 随行夹具 柔性控制 cnc(computer numerical control)机床
在线阅读 下载PDF
数控线切割编程中3B程序与CNC程序的转换及应用 被引量:2
19
作者 王斌 周湛学 刘玉忠 《河北工业科技》 CAS 2003年第2期27-29,共3页
数控线切割编程技术在线切割加工中起着主导作用。目前国内外采用的程序格式是CNC国际通用G代码,该程序操作简单、方便、快捷、准确。早期国产数控线切割机床的程序编制采用3B(4B)程序。这些机床的市场占有率仍很大,若更换为有G代码编... 数控线切割编程技术在线切割加工中起着主导作用。目前国内外采用的程序格式是CNC国际通用G代码,该程序操作简单、方便、快捷、准确。早期国产数控线切割机床的程序编制采用3B(4B)程序。这些机床的市场占有率仍很大,若更换为有G代码编程的控制柜其费用相当于原机床的售价。本文提出了一种简单的方法,可以将3B(4B)程序直接转换为CNC(ISO代码)程序,而使CNC编程的机床与原3B(4B)编程的国产机床实现数据共享。 展开更多
关键词 线切割 数控编程 数控线切割 数控代码 4B程序 3B程序
在线阅读 下载PDF
基于IPC的计算机数控(CNC)系统 被引量:1
20
作者 罗建军 樊留群 +1 位作者 姜迪刚 刘西林 《机械科学与技术》 CSCD 北大核心 1997年第2期363-366,共4页
用工业个人计算机开发CNC系统具有很多的优越性。本文主要介绍了一种基于IPC的CNC系统的硬件和软件以及对一些关键问题的解决措施。
关键词 计算机 数控系统 运动控制 并行处理
在线阅读 下载PDF
上一页 1 2 21 下一页 到第
使用帮助 返回顶部