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

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

2002
Hugh E. Fargher

Introduction Texas Instruments (TI) is currently contracted bY the Air Force Wright Laboratory and the Defense Advanced Research Projects Agency (DARPA) to develop the next generation flexible semiconductor wafer fabrication system called Microelectronics Manufacturing Science & Technology (MMST). Several revolutionary concepts are being pioneered on MMST including new single-wafer rapid therma...

2012
G. Reinhart J. Pohl

Manufacturing companies are facing a broad variety of challenges caused by a dynamic production environment. To succeed in such an environment, it is crucial to minimize the loss of time required to trigger the adaptation process of a company’s production structures. This paper presents an approach for the continuous monitoring of production structures by neurologic principles. It enhances clas...

2017
Ji-Eun Jung Byunghun Song Kym Watson Thomas Usländer

The Industrial Internet of Things (IIoT) is cited as the latest means for making manufacturing more flexible, cost effective, and responsive to changes in customer demands. However, a major concern surrounding the IIoT is interoperability between devices and machines that function within different protocols and architectures. This paper presents the Smart Factory Web (SFW), which is based on th...

1998
Ming-Hung Lin Li-Chen Fu

This paper proposes a systematic method of creation and application of a virtual factory. Basic definition of a of virtual factory is first given , followed by its foundation principles and architectural overview, and then a systematic method based on object technologies is proposed to create the virtual factory. Specially, for a real manufacturing environment, a corresponding virtual factory c...

Journal: :international archives of health sciences 0
falaki h. occupational health engineering department, health faculty, kashan university of medical sciences, kashan, iran motallebi kashani m. occupational health engineering department, health faculty, kashan university of medical sciences, kashan, iran bahrami a. occupational health engineering department, health faculty, kashan university of medical sciences, kashan, iran sarsangi v. occupational health engineering department, health faculty, kashan university of medical sciences, pezeshk boulevard, kashan, iran. postal code: 8715981151 akbari h. vital statistics department, health faculty, kashan university of medical science, kashan, iran rahimizadeh a. social determinants of health promotion research center, hormozgan university of medical sciences, bandar abbas, iran

aims: musculoskeletal disorders are common occupational hazards and disabilities in developing countries. this study was to assess postures and determine musculoskeletal disorders in employees of a water flow meter manufacturing factory in iran. materials & methods: in this descriptive analytical study that was done among workers of iran ensheab factory from water-counter manufacturing industry...

Journal: :CoRR 2014
Adel Ghannam Salwa Nassar Hesham Eldeeb

The controllability of a factory is highly dependent on the capability of a given enterprise planning system to interact with the shop floor, and the capability of any authorized user to review the operation plans , as well as the status of any sales order on the shop floor. We have called the concept “ E-manufacturing” ,which is a concept to improve the controllability of a factory by connecti...

Journal: :Int. J. Computer Integrated Manufacturing 2000
A. Dugenske A. Fraser T. Nguyen R. Voitus

The National Electronics Manufacturing Initiative's (NEMI) plug and play Factory Project addressed the issues of how to quickly integrate new pieces of electronics assembly equipment into a shop floor line management system and how to manage the vast amounts of data available in today's electronics manufacturing environment. The necessary technical infrastructure was designed, developed, and de...

2016
nicola Gramegna Franco Bonollo

IntroductIon: Factory oF Future and Industry 4.0 The so called Industry 4.0 is the industrial revolution based on Cyber-Physical-Systems (CPS). In the context of Factory of Future (FoF), the smart manufacturing, or Factory 4.0, is part of Internet of Thinks (IoT), of Services and People. The well-known digital transformation of the industrial value chain is relevant for smart grids in the field...

2017
Ali Baraka George Panoutsos Stephen Cater

This paper introduces a perpetual type-2 Neuro-Fuzzy modelling structure for continuous learning and its application to the complex thermo-mechanical metal process of steel Friction Stir Welding (FSW). The ‘perpetual’ property refers to the capability of the proposed system to continuously learn from new process data, in an incremental learning fashion. This is particularly important in industr...

2015
Chandra Sekar

In today’s business world, competitiveness defines as an industry leader to drive towards maximum efficiency and it is constantly at the forefront of the companies objectives. Managers across the country are striving to adopt lean manufacturing practices to improve their bottom line cellular manufacturing and it helps to build a variety of products with as little scrap as possible. Layout a fac...

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

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

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