1,040 research outputs found

    Multiresolution analysis as an approach for tool path planning in NC machining

    Get PDF
    Wavelets permit multiresolution analysis of curves and surfaces. A complex curve can be decomposed using wavelet theory into lower resolution curves. The low-resolution (coarse) curves are similar to rough-cuts and high-resolution (fine) curves to finish-cuts in numerical controlled (NC) machining.;In this project, we investigate the applicability of multiresolution analysis using B-spline wavelets to NC machining of contoured 2D objects. High-resolution curves are used close to the object boundary similar to conventional offsetting, while lower resolution curves, straight lines and circular arcs are used farther away from the object boundary.;Experimental results indicate that wavelet-based multiresolution tool path planning improves machining efficiency. Tool path length is reduced, sharp corners are smoothed out thereby reducing uncut areas and larger tools can be selected for rough-cuts

    Time-Optimal Feedrate Planning for Freeform Toolpaths for Manufacturing Applications

    Get PDF
    Optimality and computational efficiency are two desired yet competing attributes of time-optimal feedrate planning. A well-designed algorithm can vastly increase machining productivity, by reducing tool positioning time subject to limits of the machine tool and process kinematics. In the optimization, it is crucial to not overload the machining operation, saturate the actuators’ limits, or cause unwanted vibrations and contour errors. This presents a nonlinear optimization problem for achieving highest possible feedrates along a toolpath, while keeping the actuator level velocity, acceleration and jerk profiles limited. Methods proposed in literature either use highly elaborate nonlinear optimization solvers like Sequential Quadratic Programming (SQP), employ iterative heuristics which extends the computational time, or make conservative assumptions that reduces calculation time but lead to slower tool motion. This thesis proposes a new feedrate optimization algorithm, which combines recasting of the original problem into a Linear Programming (LP) form, and the development of a new windowing scheme to handle very long toolpaths. All constraint equations are linearized by applying B-spline discretization on the kinematic profiles, and approximating the nonlinear jerk equation with a linearized upper bound (so-called ‘pseudo-jerk’). The developed windowing algorithm first solves adjacent portions of the feed profile with zero boundary conditions at overlap points. Afterwards, using the Principle of Optimality, connection boundary conditions are identified that guarantee a feasible initial guess for blending the pre-solved adjacent feed profiles into one another, through a consecutive pass of LP. Experiments conducted at the sponsoring company of this research, Pratt & Whitney Canada (P&WC), show that the proposed algorithm is able to reliably reduce cycle time by up to 56% and 38% in two different contouring operations, without sacrificing dynamic positioning accuracy. Benchmarks carried out with respect to two earlier proposed feedrate optimization algorithms, validate both the time optimality and also drastic (nearly 60 times) reduction in the computational load, achieved with the new method. Part quality, robustness and feed drive positioning accuracy have also been validated in 3-axis surface machining of a part with 1030 waypoints and 10,000 constraint checkpoints

    Novel control approaches for the next generation computer numerical control (CNC) system for hybrid micro-machines

    Get PDF
    It is well-recognised that micro-machining is a key enabling technology for manufacturing high value-added 3D micro-products, such as optics, moulds/dies and biomedical implants etc. These products are usually made of a wide range of engineering materials and possess complex freeform surfaces with tight tolerance on form accuracy and surface finish.In recent years, hybrid micro-machining technology has been developed to integrate several machining processes on one platform to tackle the manufacturing challenges for the aforementioned micro-products. However, the complexity of system integration and ever increasing demand for further enhanced productivity impose great challenges on current CNC systems. This thesis develops, implements and evaluates three novel control approaches to overcome the identified three major challenges, i.e. system integration, parametric interpolation and toolpath smoothing. These new control approaches provide solid foundation for the development of next generation CNC system for hybrid micro-machines.There is a growing trend for hybrid micro-machines to integrate more functional modules. Machine developers tend to choose modules from different vendors to satisfy the performance and cost requirements. However, those modules often possess proprietary hardware and software interfaces and the lack of plug-and-play solutions lead to tremendous difficulty in system integration. This thesis proposes a novel three-layer control architecture with component-based approach for system integration. The interaction of hardware is encapsulated into software components, while the data flow among different components is standardised. This approach therefore can significantly enhance the system flexibility. It has been successfully verified through the integration of a six-axis hybrid micro-machine. Parametric curves have been proven to be the optimal toolpath representation method for machining 3D micro-products with freeform surfaces, as they can eliminate the high-frequency fluctuation of feedrate and acceleration caused by the discontinuity in the first derivatives along linear or circular segmented toolpath. The interpolation for parametric curves is essentially an optimization problem, which is extremely difficult to get the time-optimal solution. This thesis develops a novel real-time interpolator for parametric curves (RTIPC), which provides a near time-optimal solution. It limits the machine dynamics (axial velocities, axial accelerations and jerk) and contour error through feedrate lookahead and acceleration lookahead operations. Experiments show that the RTIPC can simplify the coding significantly, and achieve up to ten times productivity than the industry standard linear interpolator. Furthermore, it is as efficient as the state-of-the-art Position-Velocity-Time (PVT) interpolator, while achieving much smoother motion profiles.Despite the fact that parametric curves have huge advantage in toolpath continuity, linear segmented toolpath is still dominantly used on the factory floor due to its straightforward coding and excellent compatibility with various CNC systems. This thesis presents a new real-time global toolpath smoothing algorithm, which bridges the gap in toolpath representation for CNC systems. This approach uses a cubic B-spline to approximate a sequence of linear segments. The approximation deviation is controlled by inserting and moving new control points on the control polygon. Experiments show that the proposed approach can increase the productivity by more than three times than the standard toolpath traversing algorithm, and 40% than the state-of-the-art corner blending algorithm, while achieving excellent surface finish.Finally, some further improvements for CNC systems, such as adaptive cutting force control and on-line machining parameters adjustment with metrology, are discussed in the future work section.It is well-recognised that micro-machining is a key enabling technology for manufacturing high value-added 3D micro-products, such as optics, moulds/dies and biomedical implants etc. These products are usually made of a wide range of engineering materials and possess complex freeform surfaces with tight tolerance on form accuracy and surface finish.In recent years, hybrid micro-machining technology has been developed to integrate several machining processes on one platform to tackle the manufacturing challenges for the aforementioned micro-products. However, the complexity of system integration and ever increasing demand for further enhanced productivity impose great challenges on current CNC systems. This thesis develops, implements and evaluates three novel control approaches to overcome the identified three major challenges, i.e. system integration, parametric interpolation and toolpath smoothing. These new control approaches provide solid foundation for the development of next generation CNC system for hybrid micro-machines.There is a growing trend for hybrid micro-machines to integrate more functional modules. Machine developers tend to choose modules from different vendors to satisfy the performance and cost requirements. However, those modules often possess proprietary hardware and software interfaces and the lack of plug-and-play solutions lead to tremendous difficulty in system integration. This thesis proposes a novel three-layer control architecture with component-based approach for system integration. The interaction of hardware is encapsulated into software components, while the data flow among different components is standardised. This approach therefore can significantly enhance the system flexibility. It has been successfully verified through the integration of a six-axis hybrid micro-machine. Parametric curves have been proven to be the optimal toolpath representation method for machining 3D micro-products with freeform surfaces, as they can eliminate the high-frequency fluctuation of feedrate and acceleration caused by the discontinuity in the first derivatives along linear or circular segmented toolpath. The interpolation for parametric curves is essentially an optimization problem, which is extremely difficult to get the time-optimal solution. This thesis develops a novel real-time interpolator for parametric curves (RTIPC), which provides a near time-optimal solution. It limits the machine dynamics (axial velocities, axial accelerations and jerk) and contour error through feedrate lookahead and acceleration lookahead operations. Experiments show that the RTIPC can simplify the coding significantly, and achieve up to ten times productivity than the industry standard linear interpolator. Furthermore, it is as efficient as the state-of-the-art Position-Velocity-Time (PVT) interpolator, while achieving much smoother motion profiles.Despite the fact that parametric curves have huge advantage in toolpath continuity, linear segmented toolpath is still dominantly used on the factory floor due to its straightforward coding and excellent compatibility with various CNC systems. This thesis presents a new real-time global toolpath smoothing algorithm, which bridges the gap in toolpath representation for CNC systems. This approach uses a cubic B-spline to approximate a sequence of linear segments. The approximation deviation is controlled by inserting and moving new control points on the control polygon. Experiments show that the proposed approach can increase the productivity by more than three times than the standard toolpath traversing algorithm, and 40% than the state-of-the-art corner blending algorithm, while achieving excellent surface finish.Finally, some further improvements for CNC systems, such as adaptive cutting force control and on-line machining parameters adjustment with metrology, are discussed in the future work section

    Reconfiguration and tool path planning of hexapod machine tools

    Get PDF
    Hexapod machine tools have the potential to achieve increased accuracy, speed, acceleration and rigidity over conventional machines, and are regarded by many researchers as the machine tools of the next generation. However, their small and complex workspace often limits the range of tasks they can perform, and their parallel structure raises many new issues preventing the direct use of conventional tool path planning methods. This dissertation presents an investigation of new reconfiguration and tool path planning methods for enhancing the ability of hexapods to adapt to workspace changes and assisting them in being integrated into the current manufacturing environments. A reconfiguration method which includes the consideration of foot-placement space (FPS) determination and placement parameter identification has been developed. Based on the desired workspace of a hexapod and the motion range of its leg modules, the FPS of a hexapod machine is defined and a construction method of the FPS is presented. An implementation algorithm for the construction method is developed. The equations for identifying the position and orientation of the base joints for the hexapod at a new location are formulated. For the position identification problem, an algorithm based on Dialytic Elimination is derived. Through examples, it is shown that the FPS determination method can provide feasible locations for the feet of the legs to realize the required workspace. It is also shown that these identification equations can be solved through a numerical approach or through Dialytic Elimination using symbolic manipulation. Three dissimilarities between hexapods and five-axis machines are identified and studied to enhance the basic understanding of tool path planning for hexapods. The first significant difference is the existence of an extra degree of freedom (γ angle). The second dissimilarity is that a hexapod has a widely varying inverse Jacobian over the workspace. This leads to the result that a hexapod usually has a nonlinear path when following a straight-line segment over two sampled poses. These factors indicate that the traditional path planning methods should not be used for hexapods without modification. A kinematics-based tool path planning method for hexapod machine tools is proposed to guide the part placement and the determination of γ angle. The algorithms to search for the feasible part locations and γ sets are presented. Three local planning methods for the γ angle are described. It is demonstrated that the method is feasible and is effective in enhancing the performance of the hexapod machine. As the nonlinear error is computationally expensive to evaluate in real time, the measurement of total leg length error is proposed. This measure is proved to be effective in controlling the nonlinear error

    Technological and design aspects of the processing of composites and nanocomposites. Volume III

    Get PDF
    Processing of composites and nanocomposites materials constitutes nowadays an important area of research given the growing interest by these types of materials due to its singular properties, namely in what concerns technological and design aspects. This monography presents the developments taking place in the framework of the NEWEX project during the fourth year of its duration, which is a sequence of other two previous monographies. The main objective of the NEWEX project entitled “Investigation and development of a new generation of machines for the processing of composite and nanocomposites materials” is the exchange of researchers from the institutions participating in the project. Another important objective consists in develop permanent international and inter-sector collaboration between academic research centres (Lublin University of Technology, Technical University of Kosice, University of Minho) and industrial organizations (Zamak-Mercator LLC and SEZ-Krompachy a.s., Dirmeta UAB). The contents of this book reflects the work done within the NEWEX project. It starts by presenting the results obtained concerning new concepts for the extruder parts studied and the manufacturing of those extruder parts. Then, some approaches for modelling and optimizing and to study experimentally the process are described, which includes mixing analysis and monitoring. Finally, a practical and state-of-theart application of the extrusion is identified, namely 3D printing. It is expected that the nine chapters of this monography be useful to the industry of plastics processing and for scientific organisations dealing with technologies and processing of polymer composites and nanocomposites

    Modèles élastiques et élasto‐dynamiques de robots porteurs

    Get PDF
    The report presents an advanced stiffness modeling technique for parallel manipulators composed of perfect and non-perfect serial chains. The developed technique contributes both to the stiffness modeling of serial and parallel manipulators under internal and external loadings. Particular attention has been done to enhancement of VJM-based stiffness modeling technique for the case of auxiliary loading (applied to the intermediate points). The obtained results allows us to take into account gravity forces induced by the link weights which are assumed to be applied in the intermediate points. In contrast to other works, the developed technique is able to take into account deviation of the end-platform location because of inaccuracy in the geometry of serial chains, which does not allow to assemble manipulator without internal stresses. The developed aggregation procedure combines the chain stiffness models and produces the relevant force-deflection relation, the aggregated Cartesian stiffness matrix and the reference point displacements caused by inaccuracy in kinematic chains. The developed technique can be applied to both over-constrained and under-constrained manipulators, and is suitable for the cases of both small and large deflections.ANR COROUSS

    Adaptive geometry transformation and repair methodology for hybrid manufacturing

    Get PDF
    With hybrid manufacturing maturing into a commercial scale, industries are pushing to integrate and fully utilize this new technology in their production facilities. Using the capability to interleave additive and subtractive manufacturing, these systems provide an opportunity to perform component repair through additive material deposition and resurfacing via machining. This is particularly attractive to industries which utilize complex, often freeform, components which require a large capital investment, such as the aerospace and mold and die industries. However, in service these components may experience unique distortions or wear, and therefore each require a unique repair strategy. This work seeks to create an adaptive transformation method for part geometry, which can adapt the process to match the needs of an individual component within the context of a commercial hybrid manufacturing system using currently available on machine inspection technology; greatly improving the efficiency of repair processes. To accomplish this, a new methodology for the adaptation of a nominal CAD geometry to a component is presented which combines data registration and reverse engineering strategies for aero engine components. The accuracy of this deformation method is first examined, then simulations are completed to explore the potential efficiency gains in both the additive and subtractive phases of a hybrid repair process.M.S

    Професійна технічна термінологія у галузі машинобудування

    Get PDF
    Рецензенти: Д. В. Криворучко – доктор технічних наук, доцент, професор кафедри технології машинобудування, верстатів та інструментів Сумського державного університету; В. І. Шатоха – доктор технічних наук, професор, проректор із науково-педагогічної роботи Національної металургійної академії України.Навчальний посібник є важливою формою міждисциплінарної та міжвузівської інтеграції, створений для зацікавлення студентів у якісному та поглибленому вивченні спеціальних дисциплін та професійної англійської мови, розвитку вмінь самостійної роботи і навичок при написанні та оформленні науково-дослідних робіт, активізації пізнавальної й дослідницької діяльності, стимулює наукові пошуки, обмін досвідом засобами англійської мови у галузі машинобудування. Навчальний посібник призначений для інженерно-технічних і науково-педагогічних працівників, аспірантів і студентів інженерних спеціальностей вищих навчальних закладів.Розроблено в рамках виконання проекту Темпус «Модернізація вищої інженерної освіти в Грузії, Україні та Узбекистані відповідно до технологічних викликів» (ENGITEC 530244-TEMPUS-1-2012-1-SE-TEMPUS-JPCR

    Computer Numerical Controlled (CNC) machining for Rapid Manufacturing Processes

    Get PDF
    The trends of rapid manufacturing (RM) have influenced numerous developments of technologies mainly in additive processes. However, the material compatibility and accuracy problems of additive techniques have limited the ability to manufacture end-user products. More established manufacturing methods such as Computer Numerical Controlled (CNC) machining can be adapted for RM under some circumstances. The use of a 3-axis CNC milling machine with an indexing device increases tool accessibility and overcomes most of the process constraints. However, more work is required to enhance the application of CNC for RM, and this thesis focuses on the improvement of roughing and finishing operations and the integration of cutting tools in CNC machining to make it viable for RM applications. The purpose of this research is to further adapt CNC machining to rapid manufacturing, and it is believed that implementing the suggested approaches will speed up production, enhance part quality and make the process more suitable for RM. A feasible approach to improving roughing operations is investigated through the adoption of different cutting orientations. Simulation analyses are performed to manipulate the values of the orientations and to generate estimated cutting times. An orientations set with minimum machining time is selected to execute roughing processes. Further development is carried out to integrate different tool geometries; flat and ball nose end mill in the finishing processes. A surface classification method is formulated to assist the integration and to define the cutting regions. To realise a rapid machining system, the advancement of Computer Aided Manufacturing (CAM) is exploited. This allows CNC process planning to be handled through customised programming codes. The findings from simulation studies are supported by the machining experiment results. First, roughing through four independent orientations minimized the cutting time and prevents any susceptibility to tool failure. Secondly, the integration of end mill tools improves surface quality of the machined parts. Lastly, the process planning programs manage to control the simulation analyses and construct machining operations effectively
    corecore