نتایج جستجو برای: fault management system

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

2006
Dakai Zhu

Recent studies show that, voltage scaling, which is an efficient energy management technique, has a direct and negative effect on system reliability because of the increased rate of transient faults (e.g., those induced by cosmic particles). In this work, we propose energy management schemes that explicitly take system reliability into consideration. The proposed reliability-aware energy manage...

2012
Jonathan Cook Darrell Smith Alan Meier

Microsoft sought to reduce energy use on its Puget Sound campus by enhancing analysis of energy consumption and building system optimization. The pilot project focused on 13 diverse buildings, representing 2.6 million square feet and equipped with various building management systems. An analytical layer above the existing building management systems was deployed to provide a consolidated view o...

2014
Ajitabh Mahalkari

Cloud computing now a day's become most popular and reliable computing technique for organizations and individuals. In the cloud environments, data availability and backup replication are critical and complex issues in the an efficient fault tolerance policy is the major. Fault tolerance policy is the strategy in action when a fault occurs in the system. Taking backups is the one of the most us...

Journal: :Diagnostyka 2022

1. Rodger D. Current status and future plans for electric motors drives at NASA. IEEE International Electric Motors Drives Conference. 2021. Google Scholar

2000
Niki Pissinou Bhagyavati Kia Makki

This paper studies the automation of fault management of wireless and mobile networks. A network management protocol similar to SNMP with an integrated architecture using mobile agents will prove effective in fault management of such networks. In view of the above, we design a wireless network management protocol to support fault management. In particular, we use mobile agents to detect, diagno...

Journal: :Energies 2021

This work proposes an automated reconfiguration system to manage two types of faults in any position inside the solar arrays. The studied are short-circuit ground and open wires string. These were selected because they severely affect power production. By identifying affected panels isolating faulty one, it is possible recover part loss. Among other that can detect locate are: diode short-circu...

2011
Hemangi Gawand

This paper discusses an object orient approach based on design pattern and computational reflection concept to implement nonfunctional requirements of complex control system. Firstly we brief about software architecture design, followed by control-monitor safety pattern, Tri-Modular redundancy (TMR) pattern, reflective state pattern and fault tolerance redundancy patterns that are use for safet...

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 2010
shokoufe tayyebi mohammad shahrokhi ramin bozorgmehry boozarjomehry

in this paper, the fuzzy system has been used for fault detection and diagnosis of a yeast fermentation bioreactor based on measurements corrupted by noise. in one case, parameters of membership functions are selected in a conventional manner. in another case, using certainty factors between normal and faulty conditions the optimal values of these parameters have been obtained through the genet...

Journal: :international journal of advanced structural engineering 2009
li shuang zhai changhai xie lili

near-fault ground motions with long-period pulses can place severe demands on structures near an active fault. these pulse-type ground motions can be represented by pulse sequences with simple shapes. half-sinusoidal pulse sequences are used to approximate recorded ground motions and dynamic responses of sdof system under the excitation of these pulse sequences are studied. four cases are consi...

2006
Hyuck Han Hyungsoo Jung Jai Wug Kim Jongpil Lee Youngjin Yu Shin Gyu Kim Heon Young Yeom

Today’s high performance cluster computing technologies demand extreme robustness against unexpected failures to finish aggressively parallelized work in a given time constraint. Although there has been a steady effort in developing hardware and software tools to increase fault-resilience of cluster environments, a successful solution has yet to be delivered to commercial vendors. This paper pr...

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

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

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