106 resultados para tooling


Relevância:

10.00% 10.00%

Publicador:

Resumo:

This paper presents for the first time the concept of measurement assisted assembly (MAA) and outlines the research priorities of the realisation of this concept in the industry. MAA denotes a paradigm shift in assembly for high value and complex products and encompasses the development and use of novel metrology processes for the holistic integration and capability enhancement of key assembly and ancillary processes. A complete framework for MAA is detailed showing how this can facilitate a step change in assembly process capability and efficiency for large and complex products, such as airframes, where traditional assembly processes exhibit the requirement for rectification and rework, use inflexible tooling and are largely manual, resulting in cost and cycle time pressures. The concept of MAA encompasses a range of innovativemeasurement- assisted processes which enable rapid partto- part assembly, increased use of flexible automation, traceable quality assurance and control, reduced structure weight and improved levels of precision across the dimensional scales. A full scale industrial trial of MAA technologies has been carried out on an experimental aircraft wing demonstrating the viability of the approach while studies within 140 smaller companies have highlighted the need for better adoption of existing process capability and quality control standards. The identified research priorities for MAA include the development of both frameless and tooling embedded automated metrology networks. Other research priorities relate to the development of integrated dimensional variation management, thermal compensation algorithms as well as measurement planning and inspection of algorithms linking design to measurement and process planning. © Springer-Verlag London 2013.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

In the Light Controlled Factory part-to-part assembly and reduced weight will be enabled through the use of predictive fitting processes; low cost high accuracy reconfigurable tooling will be made possible by active compensation; improved control will allow accurate robotic machining; and quality will be improved through the use of traceable uncertainty based quality control throughout the production system. A number of challenges must be overcome before this vision will be realized; 1) controlling industrial robots for accurate machining; 2) compensation of measurements for thermal expansion; 3) Compensation of measurements for refractive index changes; 4) development of Embedded Metrology Tooling for in-tooling measurement and active tooling compensation; and 5) development of Software for the Planning and Control of Integrated Metrology Networks based on Quality Control with Uncertainty Evaluation and control systems for predictive processes. This paper describes how these challenges are being addressed, in particular the central challenge of developing large volume measurement process models within an integrated dimensional variation management (IDVM) system.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Measurement assisted assembly (MAA) has the potential to facilitate a step change in assembly efficiency for large structures such as airframes through the reduction of rework, manually intensive processes and expensive monolithic assembly tooling. It is shown how MAA can enable rapid part-to-part assembly, increased use of flexible automation, traceable quality assurance and control, reduced structure weight and improved aerodynamic tolerances. These advances will require the development of automated networks of measurement instruments; model based thermal compensation, the automatic integration of 'live' measurement data into variation simulation and algorithms to generate cutting paths for predictive shimming and drilling processes. This paper sets out an architecture for digital systems which will enable this integrated approach to variation management. © 2013 The Authors.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

This paper describes how dimensional variation management could be integrated throughout design, manufacture and verification, to improve quality while reducing cycle times and manufacturing cost in the Digital Factory environment. Initially variation analysis is used to optimize tolerances during product and tooling design and also results in the creation of a simplified representation of product key characteristics. This simplified representation can then be used to carry out measurability analysis and process simulation. The link established between the variation analysis model and measurement processes can subsequently be used throughout the production process to automatically update the variation analysis model in real time with measurement data. This ‘live’ simulation of variation during manufacture will allow early detection of quality issues and facilitate autonomous measurement assisted processes such as predictive shimming. A study is described showing how these principles can be demonstrated using commercially available software combined with a number of prototype applications operating as discrete modules. The commercially available modules include Catia/Delmia for product and process design, 3DCS for variation analysis and Spatial Analyzer for measurement simulation. Prototype modules are used to carry out measurability analysis and instrument selection. Realizing the full potential of Metrology in the Digital Factory will require that these modules are integrated and software architecture to facilitate this is described. Crucially this integration must facilitate the use of realtime metrology data describing the emerging assembly to update the digital model.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

This research addresses the problem of cost estimation for product development in engineer-to-order (ETO) operations. An ETO operation starts the product development process with a product specification and ends with delivery of a rather complicated, highly customized product. ETO operations are practiced in various industries such as engineering tooling, factory plants, industrial boilers, pressure vessels, shipbuilding, bridges and buildings. ETO views each product as a delivery item in an industrial project and needs to make an accurate estimation of its development cost at the bidding and/or planning stage before any design or manufacturing activity starts. ^ Many ETO practitioners rely on an ad hoc approach to cost estimation, with use of past projects as reference, adapting them to the new requirements. This process is often carried out on a case-by-case basis and in a non-procedural fashion, thus limiting its applicability to other industry domains and transferability to other estimators. In addition to being time consuming, this approach usually does not lead to an accurate cost estimate, which varies from 30% to 50%. ^ This research proposes a generic cost modeling methodology for application in ETO operations across various industry domains. Using the proposed methodology, a cost estimator will be able to develop a cost estimation model for use in a chosen ETO industry in a more expeditious, systematic and accurate manner. ^ The development of the proposed methodology was carried out by following the meta-methodology as outlined by Thomann. Deploying the methodology, cost estimation models were created in two industry domains (building construction and the steel milling equipment manufacturing). The models are then applied to real cases; the cost estimates are significantly more accurate than the actual estimates, with mean absolute error rate of 17.3%. ^ This research fills an important need of quick and accurate cost estimation across various ETO industries. It differs from existing approaches to the problem in that a methodology is developed for use to quickly customize a cost estimation model for a chosen application domain. In addition to more accurate estimation, the major contributions are in its transferability to other users and applicability to different ETO operations. ^

Relevância:

10.00% 10.00%

Publicador:

Resumo:

This report is a review of additive and subtractive manufacturing techniques. This approach (additive manufacturing) has resided largely in the prototyping realm, where the methods of producing complex freeform solid objects directly from a computer model without part-specific tooling or knowledge. But these technologies are evolving steadily and are beginning to encompass related systems of material addition, subtraction, assembly, and insertion of components made by other processes. Furthermore, these various additive processes are starting to evolve into rapid manufacturing techniques for mass-customized products, away from narrowly defined rapid prototyping. Taking this idea far enough down the line, and several years hence, a radical restructuring of manufacturing could take place. Manufacturing itself would move from a resource base to a knowledge base and from mass production of single use products to mass customized, high value, life cycle products, majority of research and development was focused on advanced development of existing technologies by improving processing performance, materials, modelling and simulation tools, and design tools to enable the transition from prototyping to manufacturing of end use parts.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Modern software applications are becoming more dependent on database management systems (DBMSs). DBMSs are usually used as black boxes by software developers. For example, Object-Relational Mapping (ORM) is one of the most popular database abstraction approaches that developers use nowadays. Using ORM, objects in Object-Oriented languages are mapped to records in the database, and object manipulations are automatically translated to SQL queries. As a result of such conceptual abstraction, developers do not need deep knowledge of databases; however, all too often this abstraction leads to inefficient and incorrect database access code. Thus, this thesis proposes a series of approaches to improve the performance of database-centric software applications that are implemented using ORM. Our approaches focus on troubleshooting and detecting inefficient (i.e., performance problems) database accesses in the source code, and we rank the detected problems based on their severity. We first conduct an empirical study on the maintenance of ORM code in both open source and industrial applications. We find that ORM performance-related configurations are rarely tuned in practice, and there is a need for tools that can help improve/tune the performance of ORM-based applications. Thus, we propose approaches along two dimensions to help developers improve the performance of ORM-based applications: 1) helping developers write more performant ORM code; and 2) helping developers configure ORM configurations. To provide tooling support to developers, we first propose static analysis approaches to detect performance anti-patterns in the source code. We automatically rank the detected anti-pattern instances according to their performance impacts. Our study finds that by resolving the detected anti-patterns, the application performance can be improved by 34% on average. We then discuss our experience and lessons learned when integrating our anti-pattern detection tool into industrial practice. We hope our experience can help improve the industrial adoption of future research tools. However, as static analysis approaches are prone to false positives and lack runtime information, we also propose dynamic analysis approaches to further help developers improve the performance of their database access code. We propose automated approaches to detect redundant data access anti-patterns in the database access code, and our study finds that resolving such redundant data access anti-patterns can improve application performance by an average of 17%. Finally, we propose an automated approach to tune performance-related ORM configurations using both static and dynamic analysis. Our study shows that our approach can help improve application throughput by 27--138%. Through our case studies on real-world applications, we show that all of our proposed approaches can provide valuable support to developers and help improve application performance significantly.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Carbon fibre reinforced polymers (CFRP) are increasingly being used in the aerospace, automotive and defence industry due to their high specific stiffness and good corrosion resistance. In a modern aircraft, 50-60% of its structure is made up of CFRP material while the remainder is mostly a combination of metallic alloys (typically aluminium or titanium alloys). Mechanical fastening (bolting or riveting) of CFRP and metallic components has thus created a pressing requirement of drilling several thousand holes per aircraft. Drilling of stacks in a single-shot not only saves time, but also ensures proper alignment when fasteners are inserted, achieving tighter geometric tolerances. However, this requirement poses formidable manufacturing challenges due to the fundamental differences in the material properties of CFRP and metals e.g. a drill bit entering into the stack encounters brittle and abrasive CFRP material as well as the plastic behaviour of the metallic alloy, making the drilling process highly non-linear.

Over the past few years substantial efforts have been made in this direction and majority of the research has tried to establish links between how the process parameters (feed, depth of cut, cutting speed), tooling (geometry, material and coating) and the wear of the cutting tool affect the hole quality. Similarly, multitudes of investigations have been conducted to determine the effects of non-traditional drilling methods (orbital, helical and vibration assisted drilling), cutting zone temperatures and efficiency of chip extraction on the hole quality and rate of tool wear during single shot drilling of CFRP/alloy stacks.

In a timely effort, this paper aims at reviewing the manufacturing challenges and barriers faced when drilling CFRP/alloy stacks and to summarise various factors influencing the drilling process while detailing the advances made in this fertile research area of single-shot drilling of stack materials. A survey of the key challenges associated with avoiding workpiece damage and the effect these challenges have on tool design and process optimisation is presented. An in depth critique of suitable hole making methods and their aptness for commercialisation follows. The paper concludes by summarising the future work required to achieve repeatable, high quality single shot drilled holes in CFRP/alloy stacks.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The thermoforming industry has been relatively slow to embrace modern measurement technologies. As a result researchers have struggled to develop accurate thermoforming simulations as some of the key aspects of the process remain poorly understood. For the first time, this work reports the development of a prototype multivariable instrumentation system for use in thermoforming. The system contains sensors for plug force, plug displacement, air pressure and temperature, plug temperature, and sheet temperature. Initially, it was developed to fit the tooling on a laboratory thermoforming machine, but later its performance was validated by installing it on a similar industrial tool. Throughout its development, providing access for the various sensors and their cabling was the most challenging task. In testing, all of the sensors performed well and the data collected has given a powerful insight into the operation of the process. In particular, it has shown that both the air and plug temperatures stabilize at more than 80C during the continuous thermoforming of amorphous polyethylene terephthalate (aPET) sheet at 110C. The work also highlighted significant differences in the timing and magnitude of the cavity pressures reached in the two thermoforming machines. The prototype system has considerable potential for further development. 

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Rotational moulding is a method to produce hollow plastic articles. Heating is normally carried out by placing the mould into a hot air oven where the plastic material in the mould is heated. The most common cooling media are water and forced air. Due to the inefficient nature of conventional hot air ovens most of the energy supplied by the oven does not go to heat the plastic and as a consequence the procedure has very long cycle times. Direct oil heating is an effective alternative in order to achieve better energy efficiency and cycle times. This research work has combined this technology with new innovative design of mould, applying the advantages of electroforming and rapid prototyping. Complex cavity geometries are manufactured by electroforming from a rapid prototyping mandrel. The approach involves conformal heating and cooling channels , where the oil flows into a parallel channel to the electroformed cavity (nickel or copper). Because of this the mould enables high temperature uniformity with direct heating and cooling of the electroformed shell, Uniform heating and cooling is important not only for good quality parts but also for good uniform wall thickness distribution in the rotationally moulded part. The experimental work with the manufactured prototype mould has enabled analysis of the thermal uniformity in the cavity, under different temperatures. Copyright © 2008 by ASME.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Thesis (Master's)--University of Washington, 2016-06

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Tämän diplomityön tavoitteena on kehittää uudentyyppinen menetelmä erään kuitumateriaalin muovaukseen ja testata sen toimivuutta. Työ aloitetaan kirjallisuustutkimuksena koskien olemassa olevia kuitumateriaalin muovausmenetelmiä ja kuitumateriaalin materiaaliominaisuuksia. Kehitettävä menetelmä eroaa olemassa olevista kuitumateriaalin muovausmenetelmistä monivaiheisuudellaan. Menetelmässä monivaiheinen muovaus tapahtuu yhdellä iskulla, joka eroaa myös olemassa olevista metallin muovausmenetelmistä merkittävästi. Muovauksessa on tarkoitus hyödyntää kuitumateriaalin paikallista venymää. Kehitettävään muovausmenetelmään soveltuva työkalu ideoidaan ja suunnitellaan hyödyntäen nykyaikaisia CAD-ohjelmistoja. Suunniteltu työkalu myös valmistettiin ja sen todettiin toimivan suunnitellusti: muovaus on monivaiheista, eikä aihio pääse luistamaan pidättimien alla. Työkalulla suoritetaan myös koeajoja eri kuitumateriaaleilla, joilla selvitetään eri prosessiparametrien ja materiaaliominaisuuksien vaikutus muovauksen onnistumiseen. Koeajetut materiaalit soveltuvat kehitetylle menetelmälle heikosti, mutta työkalun jatkokehityksellä ja eri materiaaleilla voi onnistunut muovaus olla mahdollista.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

This work was general-purpose, develop a proposal of a theoretical model of decisionmaking with a focus on management of small family farms costs, which enables support for decision making. And the following objectives: i) develop a structured methodology, which allows to form a literary basis to provide scientific support for the implementation of research; ii) develop based on the literature the dimensions and variables of the necessary models to propose an application and iii tooling) to implement the proposed model within the dimensions and variables, and validate every stage background and perform the necessary conclusions to verify the effectiveness of applied model. In terms of methodology, we used a structured methodology, which allowed forming a bibliographic portfolio of 29 articles, and through the research constructs developed, based on an existing model, an activity segmentation model for aid farmer of small family farms in the decision-making process with emphasis on cost management. The model was applied in six family farms in the South West region of Parana and Santa Catarina West. With regard to the search results, it was identified that the model can be applied to the specific context for which it was created. It was also possible to identify that the proposed model was valid and relevant to aid in the management of family farms by identifying, through the targeting of productive activities, investment priorities guided by the balance between managing costs and return activities. Moreover, possible to target the activities of six surveyed properties, demonstrating that the property 02, has the shape of more complex segmentation should be divided into three groups of activities, which can be conducted in parallel without any restrictions between activities. Other properties have the segmentation of the simplest activities, allowing viewing in this way that there are activities of groups that require prioritizing investments. Specifically the property 01 and 04 have the highest priority investment target groups, the most prominent activities of groups representing respectively 49.32% and 47.40%, which are represented by grain production activities on the property 01 and grain production, beef cattle and eggs on the property 04.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

In the medical field images obtained from high definition cameras and other medical imaging systems are an integral part of medical diagnosis. The analysis of these images are usually performed by the physicians who sometimes need to spend long hours reviewing the images before they are able to come up with a diagnosis and then decide on the course of action. In this dissertation we present a framework for a computer-aided analysis of medical imagery via the use of an expert system. While this problem has been discussed before, we will consider a system based on mobile devices. Since the release of the iPhone on April 2003, the popularity of mobile devices has increased rapidly and our lives have become more reliant on them. This popularity and the ease of development of mobile applications has now made it possible to perform on these devices many of the image analyses that previously required a personal computer. All of this has opened the door to a whole new set of possibilities and freed the physicians from their reliance on their desktop machines. The approach proposed in this dissertation aims to capitalize on these new found opportunities by providing a framework for analysis of medical images that physicians can utilize from their mobile devices thus remove their reliance on desktop computers. We also provide an expert system to aid in the analysis and advice on the selection of medical procedure. Finally, we also allow for other mobile applications to be developed by providing a generic mobile application development framework that allows for access of other applications into the mobile domain. In this dissertation we outline our work leading towards development of the proposed methodology and the remaining work needed to find a solution to the problem. In order to make this difficult problem tractable, we divide the problem into three parts: the development user interface modeling language and tooling, the creation of a game development modeling language and tooling, and the development of a generic mobile application framework. In order to make this problem more manageable, we will narrow down the initial scope to the hair transplant, and glaucoma domains.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Thesis (Ph.D, Computing) -- Queen's University, 2016-09-30 09:55:51.506