نتایج جستجو برای: metal structure manufacturing factory

تعداد نتایج: 1821744  

2006
Carmen Constantinescu Vera Hummel Engelbert Westkämper

In this paper we present our approach, the migration of the life cycle paradigm into the manufacturing engineering area. We introduce our approach by defining and scientifically founding the new concepts, advanced Manufacturing Engineering, Factories as Products and Factory Life Cycle. We present the used technologies and tools in supporting the factory life cycle activities, by comparing them ...

1999
Oliver Rose

Semiconductor manufacturing facilities are very complex. To obtain a fundamental understanding of the effects of dispatch and lot release rules on the factory performance based on a full factory model is difficult. In this paper, we therefore present a simple factory model that is intended to show essentially the same behavior as the complete factory. The model consists of the bottleneck workce...

2006
Kuldar Taveter

This chapter describes the application of the RAP/AOR methodology proposed by Taveter and Wagner (2005, 2006) to the modeling and simulation of a real ceramics factory. The chapter addresses the modeling of the ceramics factory from the interaction, information, and behavior aspects of the methodology. The chapter also discusses the simulation of the manufacturing processes of the ceramics fact...

2016
Kuldar Taveter

This chapter describes the application of the RAP/AOR methodology proposed by Taveter and Wagner (2005, 2006) to the modeling and simulation of a real ceramics factory. The chapter addresses the modeling of the ceramics factory from the interaction, information, and behavior aspects of the methodology. The chapter also discusses the simulation of the manufacturing processes of the ceramics fact...

1998
Ashok Mukherjee Will Mitchell Brian Talbot

This research studies how changes in manufacturing requirements affect production line performance in a focused factory. Specifically, we examine whether production line labor productivity and conformance quality decline as the range of models produced and the heterogeneity of production volume increase in a factory designed for high volume production of a narrow range of models. We use the org...

2010
Wolf-Dieter Schubert Erik Lassner

After WW2, a huge market opened in the growing economies and cemented carbides contributed as tool materials and construction parts to their industrial development. Today, cemented carbides are the workhorses in all areas of the manufacturing industries: no factory without cemented carbide tools; no production of glass bottles, aluminium cans or plastic tubes which has not benefited from these ...

1999
Michael O’Brien Karl Kempf

Manufacturing modeling and simulation has historically been equipment-centric. This equipmentcentric view is an imperfect representation of a realworld factory where Operators’ decision-making processes drive manufacturing. This paper evaluates rudimentary enhancements to a simulation tool allowing for Operator-centric modeling. The results of these experiments indicate a significant improvemen...

2015
Pooya Farahvash Thomas O. Boucher

Agent is an autonomous, computational entity that can be viewed as perceiving its environment and acting upon it. Agents are event-driven objects that can be integrated in automated manufacturing environments to control certain tasks. In this paper a set of agents (a multi-agent system) is introduced to control an automated manufacturing environment. The architecture includes functions at the m...

2001

In this chapter, we describe in somewhat more depth the complexities of how lean production affects the manufacturing function. We look at both major process changes and enabling tools. We provide specific examples of lean implementation efforts and the savings that resulted. The companies that participated in this study demonstrated many lean pilot projects where savings were achieved in manuf...

2016
Christoph Gröger Laura Kassner Eva Hoos Jan Königsberger Cornelia Kiefer Stefan Silcher Bernhard Mitschang

Global competition in the manufacturing industry is characterized by ever shorter product life cycles, increasing complexity and a turbulent environment. High product quality, continuously improved processes as well as changeable organizational structures constitute central success factors for manufacturing companies. With the rise of the internet of things and Industrie 4.0, the increasing use...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->