نتایج جستجو برای: automatic manufacturing

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

Journal: :International journal of pharmaceutics 2012
Ravendra Singh Marianthi Ierapetritou Rohit Ramachandran

A novel manufacturing strategy based on continuous processing integrated with online monitoring tools coupled with efficient automatic feedback control system is highly desired for efficient Quality by Design (QbD) based manufacturing of the next generation of pharmaceutical products with optimal consumption of time, space and resources. In this manuscript, an efficient plant-wide control strat...

1998
H. Van Dyke Parunak

The Center for Electronic Commerce (CEC) embodies over fourteen years of experience in applying agents to industrial problems. We have found such a fit in three areas: coordination of industrial designers, simulation and modeling of complex products and processes, and scheduling and control of production systems. This presentation outlines several trends in modern manufacturing, describes how t...

2017
Hendrik Van BRUSSEL Paul VALCKENAERS

The introduction of CIM (Computer Integrated Manufacturing) systems in the 1980s, aiming at integrating automatic workstations into fully automated factories, was not successful. The root causes of this failure were that the subsystems to be integrated were not suitably designed for easy integration into a larger system. This situation stimulated the authors to embark on a research programme on...

2014
Renwei Liu Zhiyuan Wang Todd Sparks Frank Liou

Parts or products from high performance metal are very expensive, partly due to the processing complexities during manufacturing. Recent studies have indicated that hybrid processes of additive manufacturing and machining process can be used to repair titanium parts, thus extending the service life. In order to implement these methods automatically, it is necessary to obtain the spatial geometr...

2012
Srinivas Rajanna Edward J. Williams Onur M. Ülgen Vaibhav Rothe

As usage of simulation analyses becomes steadily more important in the design, operation, and continuous improvement of manufacturing systems (and historically, manufacturing was the sector of the economy first eagerly embracing simulation technology), the incentive to construct generic simulation models amenable to repeated application increases. Such generic models not only make individual si...

Journal: :Applied Artificial Intelligence 2005
Susana Fernández Ricardo Aler Daniel Borrajo

The application of AI planning techniques to manufacturing systems is being widely deployed for all the tasks involved in the process, from product design to production planning and control. One of these problems is the automatic generation of control sequences for the entire manufacturing system in such a way that final plans can be directly used as the sequential control programs which drive ...

1998
Muhammad F. Anwar Rakesh Nagi

This paper considers the simultaneous scheduling of material handling transporters (such as Automatic Guided Vehicles or AGVs) and manufacturing equipment (such as machines and workcenters) in the production of complex assembled products. Given the shipping schedule for the end-items, the objective of the integrated problem is to minimize the cumulative lead time of the overall production sched...

2009
Konrad Sickel Sajjad Baloch Vojtech Bubnik Rupen Melkisetoglu Sergei Azernikov Tong Fang Joachim Hornegger

We present a semi-automatic solution to the problem of customized 3-D shape modeling using a rule based system. The solution is illustrated with the use case of hearing aid manufacturing. The current process of manufacturing customized hearing aids consists of many manual steps, all of which require expert knowledge. The idea is to translate this expert knowledge into machine readable rules usi...

2002
Umer Farooq Tim King N Kapur

The ever-increasing cost of labour in the textile industries coupled with rapid advances in technology has resulted in the automation of most sections in the present textile manufacturing industry. The recent addition to the automation drive, mostly in the last decade, has been substantial research in applying machine vision tools to replace humans for tasks such as inspection, textile characte...

2013
M. Adam O. Cardin P. Berruet P. Castagna

Short term decision support for manufacturing systems is generally difficult because of the initial data needed by the calculations. Previous works suggest the use of a discrete event observer in order to retrieve these data from a virtual copy of the workshop, as up to date as possible at any time. This proposal offered many perspectives, but suffers from the difficulties to generate a decisio...

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

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

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"; } -->