Development of Numerical Control Program Based on Mastercam Tool Path

Author(s):  
Chen-Hua SHE ◽  
Jian-Da CHEN ◽  
Wen-Jie ZHUANG
2015 ◽  
Vol 799-800 ◽  
pp. 1154-1157
Author(s):  
Chen Hua She ◽  
Jian Yu Lin ◽  
Shen Yung Lin

To develop the numerical control program of mill-turn machine, the traditional method is to apply the computer-aided design and manufacture software to construct the geometric model, then to generate tool path and convert the path to NC program. For complex numerical control program of mill-turn machine, such as the multiple turret synchronized motion machining, because of the need to control time sequence, the NC program is highly required on using of dedicated software system. The objective of this paper is to establish a mill-turn machining system with window interface of via the language of Borland C++ Builder. The developed system can plan the machining path of simple mill-turn features, including turning shape, axial slot milling, and radial packet milling, and generate the corresponding NC program. For the milling functions, after the offset coordinates are calculated along the polygonal angle vector in the center point of cutters, the NC program is generated. For the turning functions, through importing the 2D DXF (Drawing Exchange Format) file and inputting related configurations, the entity coordinates can be retrieved and the corresponding NC program is then converted. By means of the solid cutting simulation software and practical cutting experiment for the generated numerical control program, the accuracy of the tool path generation algorithm is confirmed. Hence, the cost of purchasing commercial software can be saved and the time of generating program can also be decreased so that the working efficiency can be enhanced.


2020 ◽  
Vol 14 (5) ◽  
pp. 808-815
Author(s):  
Koichi Morishige ◽  
Satoshi Mori ◽  
◽  

CAM software is generally used to generate tool paths for 5-axis controlled machining. However, adjusting its several parameters and settings is difficult. We propose a system for tool path generation to be applied to 5-axis controlled machining. The system allows machining movements to be established by manipulating haptic devices in a virtual environment. Therefore, the cutter location for 5-axis machining can be easily controlled by operating a virtual cutting tool. The contact between the cutting tool and the target shape is reflected to the user through the haptic device. The generated path can be converted into a numerical control program for the actual machining of the target object. We detail the implementation of the proposed interface using two haptic devices and a method of tool path generation that improves rough cutting by smoothing the generated cutting points and simplifying the tool postures. The effectiveness of the developed system is confirmed through machining simulations.


2014 ◽  
Vol 1044-1045 ◽  
pp. 902-905
Author(s):  
Ji Shun Lin

Making use of function of NC programme provided by Pro/NC, aiming at general NC milling machine and using general milling cutter, this thesis attempts to establish the tool path of straight bevel gear’s finishing machining and then put forward the idea of processing piece by piece. In this way, “over cutting” and “short cutting” can be avoided and the precision of process can be improved. Finally, the accuracy of product designing and manufacture can be tested by post-processing of numerical control program of straight bevel gear’s finishing processing with the VERICUT’s simulating.


2013 ◽  
Vol 716 ◽  
pp. 614-619
Author(s):  
Chen Hua She ◽  
Zhi Hao Zheng

Manufacturing industries such as the aerospace industry and the molding industry need to process products of complex and high-precision curved surface. Multi-axis machine tool with two rotational axes plays an indispensable role in processing such products. However, in a fiercely competitive market, each manufacturer is devoted to reduce processing time and costs. Therefore, how to efficiently create multi-axis numerical control program has become an important issue. Typical multi-axis machining parts often have specific machining features such as hole, groove or even engraved text on the inclined plane. Although the tool path can be generated by the advanced multi-axis CAD/CAM system, the prices of such systems are very high. This study proposed a methodology for defining the inclined working plane of the multi-axis machining tool. According to the defined working coordinate system proposed in this study, the tool path files of the traditional three-axis machine tool can be transformed to the five-axis NC program through post-processing calculation. As a result, the required NC program can be obtained for the same machining feature on any inclined plane in shorter time. Finally, this study tested and confirmed the accuracy of the numerical control program by solid cutting simulation software.


Author(s):  
Mandeep Dhanda ◽  
Aman Kukreja ◽  
SS Pande

This paper reports a novel method to generate adaptive spiral tool path for the CNC machining of complex sculptured surface represented in the form of cloud of points without the need for surface fitting. The algorithm initially uses uniform 2 D circular mesh-grid to compute the cutter location (CL) points by applying the tool inverse offset method (IOM). These CL points are refined adaptively till the surface form errors converge below the prescribed tolerance limits in both circumferential and radial directions. They are further refined to eliminate the redundancy in machining and generate optimum region wise tool path to minimize the tool lifts. The NC part programs generated by our algorithm were widely tested for different case studies using the commercial CNC simulator as well as by the actual machining trial. Finally, a comparative study was done between our developed system and the commercial CAM software. The results showed that our system is more efficient and robust in terms of the obtained surface quality, productivity, and memory requirement.


Author(s):  
Hongwei Liu ◽  
Rui Yang ◽  
Pingjiang Wang ◽  
Jihong Chen ◽  
Hua Xiang

The objective of this research is to develop a novel correction mechanism to reduce the fluctuation range of tools in numerical control (NC) machining. Error compensation is an effective method to improve the machining accuracy of a machine tool. If the difference between two adjacent compensation data is too large, the fluctuation range of the tool will increase, which will seriously affect the surface quality of the machined parts in mechanical machining. The methodology used in compensation data processing is a simplex method of linear programming. This method reduces the fluctuation range of the tool and optimizes the tool path. The important aspect of software error compensation is to modify the initial compensation data by using an iterative method, and then the corrected tool path data are converted into actual compensated NC codes by using a postprocessor, which is implemented on the compensation module to ensure a smooth running path of the tool. The generated, calibrated, and amended NC codes were immediately fed to the machine tool controller. This technique was verified by using repeated measurements. The results of the experiments demonstrate efficient compensation and significant improvement in the machining accuracy of the NC machine tool.


Author(s):  
V. Sundararajan ◽  
Paul K. Wright

Agile methods of software development promote the use of flexible architectures that can be rapidly refactored and rebuilt as necessary for the project. In the mechanical engineering domain, software tends to be very complex and requires the integration of several modules that result from the efforts of large numbers of programmers over several years. Such software needs to be extensible, modular, and adaptable so that a variety of algorithms can be quickly tested and deployed. This paper presents an application of the unified process (UP) to the development of a research process planning system called CyberCut. UP is used to (1) analyze and critique early versions of CyberCut and (2) to guide current and future developments of the CyberCut system. CyberCut is an integrated process planning system that converts user designs to instructions for a computer numerical control (CNC) milling machine. The conversion process involves algorithms to perform tasks such as feature extraction, fixture planning, tool selection, and tool-path planning. The UP-driven approach to the development of CyberCut involves two phases. The inception phase outlines a clear but incomplete description of the user needs. The elaboration phase involves iterative design, development, and testing using short cycles. The software makes substantial use of design patterns to promote clean and well-defined separation between and within components to enable independent development and testing. The overall development of the software tool took about two months with five programmers. It was later possible to easily integrate or substitute new algorithms into the system so that programming resources were more productively used to develop new algorithms. The experience with UP shows that methodologies such as UP are important for engineering software development where research goals, technology, algorithms, and implementations show dramatic and frequent changes.


2008 ◽  
Vol 392-394 ◽  
pp. 575-579
Author(s):  
Yu Hao Li ◽  
Jing Chun Feng ◽  
Y. Li ◽  
Yu Han Wang

Self-affine and stochastic affine transforms of R2 Iterated Function System (IFS) are investigated in this paper for manufacturing non-continuous objects in nature that exhibit fractal nature. A method for modeling and fabricating fractal bio-shapes using machining is presented. Tool path planning algorithm for numerical control machining is presented for the geometries generated by our fractal generation function. The tool path planning algorithm is implemented on a CNC machine, through executing limited number of iteration. This paper describes part of our ongoing research that attempts to break through the limitation of current CAD/CAM and CNC systems that are oriented to Euclidean geometry objects.


2021 ◽  
pp. 40-44
Author(s):  
YU.N. Kurnasov E.V. Bugrov ◽  
E.V. Kurnasov

A method for preparing technological conditions for programming and elements for implementing control programs of multipurpose technological equipment in the complex of operating systems of the CNC and PLC are proposed. The subject solution effectively combines the elements of parametric and graphical programming in the development of both CNC and PLC subprograms. Keywords: control program, algorithmic programming, G-code, numerical control device, programmable logic controller, electroautomatics, technological equipment, CNC machine. [email protected]


Author(s):  
Hossein Ghorbani-Menghari ◽  
Mehrdad Azadipour ◽  
Mehran Ghasempour-Mouziraji ◽  
Young Hoon Moon ◽  
Ji Hoon Kim

The deformation machining process (DMP) involves machining and incremental forming of thin structures. It can be applied for manufacturing products such as curved-surface blades without using 5-axis computerised numerical control machines. This work presents the effect of tool diameter and forming temperature on spring-back and dimensional accuracy of a simple fabricated part. The results of the first phase of the study are utilised to design the fabrication process of a curved surface blade. A feature-based algorithm is used to design the tool path for the forming process. The dimensional accuracy of the final product is improved through warm forming, two-point incremental forming, and extension of the bending zone to the outside of the product edges. The results show that DMP can be used to fabricate complex curved-surface workpieces with acceptable dimensional accuracy.


Sign in / Sign up

Export Citation Format

Share Document