Inverter: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==Overview==
==Research==
[[Image:Inverter.jpg|thumb|600px|Inverter]]


An inverter is an electrical device that converts direct current (DC) to alternating current (AC); the converted AC can be at any required voltage and frequency with the use of appropriate transformers, switching, and control circuits.
=== I2K Power Inverter ===


==Design Goal==
This is a decently well documented inverter system, 2 kW, using transformers. See: http://192.197.62.35/staff/mcsele/i2k.htm
*Selectable for any voltage input from 12 to 120v DC
*Output at any voltage AC - 120, 230, 480 at 50 or 60Hz
*Scalable in power by modular add-on
*Modular, part of [[Universal Power Supply]]


==Research==
Decently well documented inverter system, 2 kW, using transformers:
*Disadvantage: about 70-80% efficient; appears that non-solid state inverters are less efficient than solid state.
*Disadvantage: about 70-80% efficient; appears that non-solid state inverters are less efficient than solid state.
*Commercial, solid-state inverters are 90-95% efficient (ex., [http://www.buy.com/retail/product.asp?sku=90137311&listingid=41754101])
*Commercial, solid-state inverters are 90-95% efficient (ex., [http://www.buy.com/retail/product.asp?sku=90137311&listingid=41754101])


Another, smaller-power, less documented example:
=== Institute for Appropriate Technology Inverter===


Smaller-power, lightly documented example, up to 1000W:
http://www.i4at.org/lib2/inverter.htm
http://www.i4at.org/lib2/inverter.htm


=== DIY Inverters ===
=== Other DIY Inverters ===
 
#10 kW induction heater + inverter circuit - [http://www.mindchallenger.com/inductionheater/inductionlevitation4.html]
#10 kW induction heater + inverter circuit - [http://www.mindchallenger.com/inductionheater/inductionlevitation4.html]
#'''Microwave Transfomers''' - they propose to use modified transformers from old microwave ovens, you’d need about 10 broken micros’ and 20 N-type power MOSFET’s for a 9kw unit. [http://electronics-diy.com/electronic_schematic.php?id=609]
#'''Microwave Transfomers''' - they propose to use modified transformers from old microwave ovens, you’d need about 10 broken micros’ and 20 N-type power MOSFET’s for a 9kw unit. [http://electronics-diy.com/electronic_schematic.php?id=609]
Line 38: Line 33:
*http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1287161833
*http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1287161833
*http://www.kerrywong.com/2010/03/12/a-power-inverter-with-arduino-pulse-source/
*http://www.kerrywong.com/2010/03/12/a-power-inverter-with-arduino-pulse-source/
==See Also==
* [[Universal Power Supply]]
* [[Battery]]
* [[Charger]]
* [[Electronics]]
* [[Inverter Circuits]]
* [http://en.wikipedia.org/wiki/Inverter_(electrical) Wikipedia: Inverter]
* [http://www.datasheetarchive.com/SCHEMATIC%2010kw%20inverter-datasheet.html Inverter Data Sheets]
[[Category: Electronics]]

Revision as of 19:31, 25 June 2012

Research

I2K Power Inverter

This is a decently well documented inverter system, 2 kW, using transformers. See: http://192.197.62.35/staff/mcsele/i2k.htm

  • Disadvantage: about 70-80% efficient; appears that non-solid state inverters are less efficient than solid state.
  • Commercial, solid-state inverters are 90-95% efficient (ex., [1])

Institute for Appropriate Technology Inverter

Smaller-power, lightly documented example, up to 1000W: http://www.i4at.org/lib2/inverter.htm

Other DIY Inverters

  1. 10 kW induction heater + inverter circuit - [2]
  2. Microwave Transfomers - they propose to use modified transformers from old microwave ovens, you’d need about 10 broken micros’ and 20 N-type power MOSFET’s for a 9kw unit. [3]
  3. Open Source 100kW Electric Vehicle Controller/Inverter. This is a senior project for electrical vehicles. Its out is 3 phase. This could be of interest for the induction furnace. The design is very simple. Not sure if it was ever implemented. It is made mostly from IC's. Maybe these could be replaced to reduce some of the costs. [4]
  4. Solar Grid-Intertie Inverter - http://www.timnolan.com/index.php?page=solar-grid-intertie-inverter
  5. 500W Inverter - [5]

Scalable Commercial Inverter

The company MGE UPS seems to have merged with another one named APC, but the concept is good. This inverter is scalable up to 20kw. It looks like the inverters are designed to share some resources and are just connected in series.

http://rep.mgeups.com/3ppdf/s4.pdf

From wikipedia on scalable 3 phase AC: To construct inverters with higher power ratings, two six-step three-phase inverters can be connected in parallel for a higher current rating or in series for a higher voltage rating. In either case, the output waveforms are phase shifted to obtain a 12-step waveform. If additional inverters are combined, an 18-step inverter is obtained with three inverters etc. Although inverters are usually combined for the purpose of achieving increased voltage or current ratings, the quality of the waveform is improved as well. 1

Arduino Based Inverter