نتایج جستجو برای: uninterruptible power supply

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

Journal: :International Journal of Power Electronics and Drive Systems (IJPEDS) 2019

2013
M. Vijayakumar S. Vijayan

Abstract—This paper presents comparative study and implementation of Unified Power Quality Conditioner (UPQC) to eliminate harmonics and reactive power compensation in a single-phase to threephase converter system. The proposed configuration solves typical problems encountered in remote rural area applications, where only a single-phase supply is available and there is a demand for three-phase ...

2016
P. Lombardi T. Sokolnikova K. Suslov N. Voropai Z. A. Styczynski

The Russian power system is diversified regionally and consists of one Unified Power System (UPS) and multiple isolated power systems. In the Russian Federation the policy on the use of renewable energies has been one of the most debated topics in recent years. In 2010, the Russian Renewable Energy Program was launched which aims to generate 4.5% of the entire electricity demand from renewable ...

2015
Stephen Whaite Brandon Grainger Alexis Kwasinski Josep M. Guerrero

This review paper discusses power quality considerations for direct current (DC) electric power distribution systems, particularly DC microgrids. First, four selected sample DC architectures are discussed to provide motivation for the consideration of power quality in DC systems. Second, a brief overview of power quality challenges in conventional alternating current (AC) distribution systems i...

2012
Antonio Roque Sónia Ferreira Pinto João Santana Duarte M. Sousa Elmano Margato José Maia

The power supply of a Fast Field Cycling Nuclear Magnetic Resonance apparatus is typically a current power source, with characteristics that are not fulfilled by most of the commercially available power supplies. This current source is used to supply a specially designed magnet, and should be able to drive a cycling current with a slew rate lower than 3 A/ms. In this paper, two solutions for th...

Journal: :CoRR 2014
Adnan Anwar Abdun Naser Mahmood

Smart grid security is crucial to maintain stable and reliable power system operation during the contingency situation due to the failure of any critical power system component. Ensuring a ‘secured smart grid’ involves with a less possibility of power grid collapse or equipment malfunction. Due to lack of the proper ‘security measures’, a major blackout may occur which can even lead to a cascad...

2002

This manual has been prepared by or for the Government and, except to the extent indicated below, is public property and not subject to copyright. Reprint or republication of this manual should include a credit Table 2-2. Harmonic currents present in input current to a typical rectifier in per-unit of the fundamental current reprinted with permission from IEEE Std. 519-1981 " IEEE Guide for Har...

Journal: :CoRR 2010
Sami Halawani Abdul Waheed Khan

Wireless Sensor Networks are basically used for gathering information needed by smart environments but they are particularly useful in unattended situations where terrain, climate and other environmental constraints may hinder in the deployment of wired/conventional networks. Unlike traditional networks, these sensor networks do not have a continuous power supply at their disposal. Rather the i...

Journal: :IEEE Trans. Industrial Electronics 2001
Paolo Mattavelli Gerardo Escobar Aleksandar M. Stankovic

In this paper, we investigate the output voltage control for a three-phase uninterruptible power supply (UPS) using controllers based on ideas of dissipativity. To provide balanced sinusoidal output voltages, even in the presence of nonlinear and unbalanced loads, we first derive a dissipativity-based controller using a frequency-domain representation of system dynamics. Adaptive refinements ha...

2016
Sergio Saponara Rodolfo Araneo

This work proposes a scalable architecture of an Uninterruptible Power Supply (UPS) system, with predictive diagnosis capabilities, for safety critical applications. A Failure Mode and Effect Analysis (FMEA) has identified the faults occurring in the energy storage unit, based on Valve Regulated Lead-Acid batteries, and in the 3-phase high power transformers, used in switching converters and fo...

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

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

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