Free Essay

Mppt

In:

Submitted By mohammedradwan
Words 340
Pages 2
// declaration of Variables unsigned long power_old; unsigned long power_new; unsigned long power_new1; unsigned long va ; // voltage to calculate the current unsigned long vb ; // voltage to calculate the current unsigned short old_voltage_value; // the voltage analog input unsigned short new_voltage_value1; unsigned short new_voltage_value; // the new voltage unsigned short current_value ; // the current analog input unsigned short current_sensor ; short counter1 = 0; short counter2 = 0; short counter3 = 0; short counter4 = 0; short v_ref = 127; short d_ratio = 1; int ANSEL ; void InitMain() // initialization values function { ANSEL = 0b11000111; //set AN1 and AN2 as analog input PORTB = 255; TRISB = 255; // make port b as an input PORTD = 0; TRISD = 0; // make port d as an output PORTA = 255; TRISA = 255; // let port A be input (analog) PORTC = 0; TRISC = 0; // make it all outputs PWM1_Init(5000); // starting PWM1 functioning value at 5000 Hz frequency /*PWM2_Init(5000); // starting PWM1 functioning value at 5000 Hz frequency*/ } void main() { InitMain(); // calling reading values function once power_old =0 ; // set the value of the power for initialization old_voltage_value =0 ; // set the value of the voltage for initialization PWM1_Start(); // start the Pulse Width Modulation PWM1_Set_Duty(127); // Set the PWM for the Half duration

while (1) // infinite loop { new_voltage_value = ADC_Read(1); // get ADC value from 2nd channel (2nd pin of port A) current_sensor = ADC_Read(2); // get ADC value from 2nd channel (3rd pin of port A) new_voltage_value = new_voltage_value * (6.8); // geting the real value of the Voltage new_voltage_value1 = new_voltage_value ; current_sensor = current_sensor * (6.8); current_value = (( new_voltage_value - current_sensor )/(0.6)); // geting the real value of the Current power_new = new_voltage_value1 * current_value ; // Calculating the Power power_new1 = power_new; if ( power_new1 > power_old) { if( new_voltage_value1 > old_voltage_value ) // First Case {PWM1_Set_Duty(v_ref + counter1); v_ref = v_ref + counter1 ; counter1 = d_ratio ; } else { PWM1_Set_Duty(v_ref - counter2); // second Case v_ref = v_ref - counter2 ; counter2 = d_ratio ; } } else { if(new_voltage_value1 > old_voltage_value ) // Third Case { PWM1_Set_Duty(v_ref - counter3); v_ref = v_ref - counter3 ; counter3 = d_ratio ; } else { PWM1_Set_Duty(v_ref + counter4); // Forth Case v_ref = v_ref + counter4 ; counter4 = d_ratio ; } } // uptading the Values power_old = power_new1; old_voltage_value = new_voltage_value1 ; power_new1 = 0 ; new_voltage_value1=0 ; current_value = 0 ; new_voltage_value=0 ; power_new = 0;

delay_ms(4000); // delay for the performance ( Processing ) } }//end main

Similar Documents

Free Essay

Sudia Arabia

...would also like to thank the Department of Electrical Engineering for providing us with a good environment, facilities and the equipment to complete this project. We are also grateful to the lab technician Mr. Edmana Abbas for support and help. ABSTRACT Solar energy has become an alternative source of energy. Several researches have been focused on the photovoltaic (PV) systems efficiency development and the availability of this technology. Today, PV power generation has gained more consequence due to its numerous advantages such as fuel free, no maintenance and environmentally green. This report gives a smart approach for the improvement of the PV control performances. Photovoltaic systems normally use a maximum power point tracking (MPPT) technique to nonstop deliver the highest possible power to the load when even when atmospheric condition change suddenly. In order to achieve this goal, a special interest was focused on both Perturb...

Words: 5462 - Pages: 22

Premium Essay

Maximum Power Point Tracking

...microcontroller based design methodology of an automatic solar tracker is presented in this paper. Light dependent resistors are used as the sensors of the solar tracker. The designed tracker has precise control mechanism which will provide three ways of controlling system. A small prototype of solar tracking system is also constructed to implement the design methodology presented here. Index Terms:- MPPT I. INTRODUCTION Now a day’s electricity generation using solar mobile has been growing fast day today. In order to obtain solar energy as much as possible, the study of the efficiency for PV systems has attracted many researchers and engineers attention. In general, there are three methods to increase the efficiency of PV systems. The first method is to increase the generation efficiency of solar cells; the second one is related to the energy conversion system include maximum power point tracking (MPPT) control algorithms; and the third approach is to adopt solar tracking system to obtain maximum solar energy input from the sun. In our project we are using the second method, i.e., MPPT. MPPT is a technique that grid the...

Words: 2367 - Pages: 10

Premium Essay

Design and Implementation of Solar System Simulation

...ways to interface PV arrays with the power grid. Solar energy has become a promising alternative source because it has many advantages such as abundance, pollution free and renewability. The solar photovoltaic (PV) power will play an important role in alleviating the energy crisis and reducing the environmental pollution and has a bright prospect of applications. Due to the nonlinear relationship between the current and the voltage of the photovoltaic cell, it can be observed that there is a unique maximum power point (MPP) at a particular environment, and this peak power point keeps changing with solar illumination and ambient temperature. In recent years, a large number of techniques have been proposed for maximum power point tracking (MPPT), such as the constant voltage tracking (CVT), the incremental conductance (INC) method, the perturb-and-observe (P&O or hill-climbing) method (Basso, 2008). Perturbation and Observation (P&O) method has a simple feedback structure and fewer measured parameters (Feng, 2010). It operates by periodically perturbing (i.e. incrementing or decreasing) the array terminal voltage and comparing...

Words: 1799 - Pages: 8

Premium Essay

Proposal on Impact of Solar Panel

...IMPACT OF SOLAR PANEL IN LIVELIHOOD IN SOME SELECTED (MD. IBRAHIM KHOLILULLAH, DEPT OF AG.FINANCE, BAU MOB: 01718996557) AREAS OF BOGRA DISTRICT Introduction Solar panel refers to a panel designed to absorb the sun's rays as a source of energy for generating electricity. Electricity is the prime mover for the advancement of all economic and industrial activities. About 59% of total population live in rural and isolated areas and most of them have no electricity access. This scenario is more acute in the rural and isolated areas in Bangladesh where only about 25% have electricity access ( Energy Bangla, January, 2014 ). Bangladesh is a semi-tropical region lying in northeastern part of South Asia gets abundant sunlight year round. The average bright sunshine duration in Bangladesh in the dry season is about 7.6 hours a day, and in the monsoon season is about 4.7 hours, Solar energy can be harnessed. So, solar panel technology is advised. A total of 3,00,000 solar panels had been installed in more than 40,000 villages of 456 upazilas of all districts of Bangladesh. Daily on average 44 MW electricity is being produced by these solar panels.( Momotaz and Karim,2012).Now a days solar panel is applied in different aspects such as solar based recharging station ,solar cooking etc. It presents an attractive alternative to conventional electricity such as no monthly bills, no fuel cost, little repair and maintenance costs, easy to install any where etc. The solar panel technology is very...

Words: 3305 - Pages: 14

Free Essay

Solar

...Soitage ~GY ~OVU)~P December 18, 2008 Appendix A The 325kW (ac) solar photovoltaic (PV) power system located at Pilgrim Furniture City, 1755 Boston Post Road, Milford CT is interconnected to the local electrical distribution grid using a ‘behind the meter’ 480V 3 phase interconnection. As such, electricity that is generated by the solar PV system is used by the Pilgrim Furniture facility, effectively reducing the demand on the local electricity distribution grid. During periods when the solar PV system produces more electricity than is needed by the Pilgrim Furniture facility, the excess electricity is delivered back to the distribution grid via the utility company’s transformer. The solar PV system electrical layout and interconnection arrangement are detailed in the attached drawings. There are two solar PV inverters that control the electrical interconnection between the solar PV system and the local distribution grid. These are a Satcon 225kW inverter (model AE-225-60-PV-A) and a Satcon 100kW inverter (model AE-1 00-60-P V-A). These inverters are designed, manufactured and certified in full accordance with UL 1741. lnverter cutsheets are attached. The electricity production from the Solar PV system is measured by means of a revenuegrade metering system, this incorporating the following primary components: • Two “Shark 100” revenue-grade meters (manufactured by Electro Industries), with each meter measuring the electricity output from one of the inverters...

Words: 1400 - Pages: 6

Premium Essay

Research Project

...------------------------------------------------- Solar panel | | Solar PV modules (top) and two solar hot water panels (bottom) mounted on rooftops | From Wikipedia, the free encyclopedia Solar panel refers to a panel designed to absorb the sun's rays as a source of energy for generating electricity or heating. A photovoltaic (in short PV) module is a packaged, connected assembly of typically 6×10 solar cells. Solar Photovoltaic panels constitute the solar array of a photovoltaic system that generates and supplies solar electricity in commercial and residential applications. Each module is rated by its DC output power under standard test conditions, and typically ranges from 100 to 365 watts. The efficiency of a module determines the area of a module given the same rated output – an 8% efficient 230 watt module will have twice the area of a 16% efficient 230 watt module. There are a few solar panels available that are exceeding 19% efficiency. A single solar module can produce only a limited amount of power; most installations contain multiple modules. A photovoltaic system typically includes a panel or an array of solar modules, a solar inverter, and sometimes a battery and/or solar tracker and interconnection wiring. The price of solar power, together with batteries for storage, has continued to fall so that in many countries it is cheaper than ordinary fossil fuel electricity from the grid (there is "grid parity"). For example in 2015, an average home in Europe or the...

Words: 3369 - Pages: 14

Free Essay

Lnteligent Energy Controller

...How IEC enables super harvesting of energy from any PV module? How IEC Super Harvester Add-on enables to set up All Parallel Array? For residential, commercial and utility scale Since IEC Super Harvester converts its mother PV module into peak power current source, several hundred such PV modules with embedded super harvester work in parallel. This feature helps you to build All Parallel Array of PV modules where each module delivers its output at high voltage up to 320V DC into a common bus bar. TM photovoltaic solar arrays, MITRAMAX Energy’s “IEC- Super Energy Harvester Add-on” unit optimizes the power output of each PV module (solar panel) and delivers module’s ‘constant peak power output’ as a peak current source into a bus at high voltage. IEC-SUPER ENERGY HARVESTER How IEC offers on-line porting of energy harvest data? IEC super harvester Add-on, as an extra option, delivers module level data for operational management and performance monitoring or every module in an array of large number of panels hooked on a common bus bar. How IEC offers high voltage safety during installation and maintenance? IEC topology provides modules energy at high voltages into a bus bar this output is isolated from the module frames and connecting or disconnecting it from the bus needs no contact due to NEC2008 compliant connectors used. This allows anyone to safely deactivate any module for installation, field service or replacement. This gives...

Words: 1212 - Pages: 5

Premium Essay

Design and Life Cycle Cost Analysis of Solar Pv Systems

...Design and Life Cycle Cost Analysis of Off-Grid Photovoltaic Power Systems Mounir Bouzguenda, Abdelkader Tami, Azzeddine Ferrah, and Jihad Al-Khalaf Faculty of Engineering, Sohar University PO Box 44 PC 311 Sohar-Oman Tel: +968-820-101 ext 233 Email:m.bouzguenda@soharuni.edu.om Abstract--The interest in off-grid photovoltaic (PV) solar energy systems in villages and remote areas is increasing. This interest stems from several factors such as improvement in living standards, reduced capital cost, stricter environmental constraints, and national programs that encourage renewable energy systems. To promote the usefulness of such renewable energy systems, a simple design and cost analysis method was developed. Its purpose is system sizing and life cycle cost analysis. Key parameters such as energy consumption, storage requirements, solar resources and financing options are entered into the program. Results such as system size and project cost are computed. For the financial analysis, Internal Rate of Return and Payback Period are used as project evaluation techniques. The method was tested for four PV systems with different geographical conditions and energy consumption profiles. Results show that the PV systems can be attractive on economic basis if governments provide sufficient funding and incentives. 1. INTRODUCTION Photovoltaics offer consumers the ability to generate electricity in a clean, quiet and reliable way. Because the source of energy is...

Words: 2473 - Pages: 10

Free Essay

Utility Scale

...Acknowledgement & Project Overview The aim of this project report is to estimate and calculate the approximate design of a 1MW solar PV power plant (utility scale). The total no. of solar panel required and the different parameters of the solar panel estimated. A site in West Bengal is taken virtually to estimate the solar intensity of the site which is most important for calculation of such type of report. A Single Line Diagram (SLD) has been introduced in this report. Also the brief details of the materials/equipments (solar panels, inverters, protective gears, transformer, SCADA etc.) used to set up a 1MW power plant have been highlighted. A financial overview with a possible income datasheet included in the project report Please give your feedback via email to this email address: amrit.mandal0191@gmail.com 1 Contents 1. Aim of the project 2. Financial overview 3. Global market price trends of solar panel 4. Technical Calculation/Estimation & Specification i. Solar panel ii. Inverter iii. Protective gears iv. SCADA system v. Transformer 5. Single line diagram & Schematics 2 1. Aim of the project Aim of this paper is to give an overview of a 1MW solar PV power plant (utility scale). How the project will work? 1. Using solar pv modules, solar power generates in DC which is converted into AC power and then using a power transformer the generated and modified AC power will be fed to the grid. 2. No battery...

Words: 6264 - Pages: 26

Premium Essay

Off Grid Renewable Energy

...Off-Grid Renewable Energy Applications- World Wide School of Electrical and Computer Engineering Abstract: About 1.4 billion urban and rural households around the world remain without electricity access today. 85% of these households are in rural areas and find it geographically challenging to benefit from grid-connected electricity for power supply. In the developing countries, rural areas mainly rely on inconvenient non-commercial resources like wood, agricultural residues etc. as sources of power generation. Hence, Off-Grid power, which can be generated on-site from renewable energy sources such as solar, wind and biomass, plays a major role for the future of rural electrification world-wide. To achieve universal access of electricity, International Energy Agency (IEA) estimates that by 2030 about 171 TWh of Off-Grid electricity will need to be generated for providing power to approximately 210M or 20% of total rural households. This paper focuses on understanding the implementation and impact of three Off-Grid renewable energy systems in three different developing countries. Two of them are successfully implemented and the other is currently under implementation. The fully implemented Off-Grid systems selected for this paper are “Off-Grid Rural Electrification-Ladakh” in India and “Off grid Solar Power System for a rural village” in Malaysia. The system that is currently being implemented is the “Rural Renewable Energy Development Project” in Bhutan. These projects have...

Words: 3419 - Pages: 14

Free Essay

Photovoltaic White Paper

...Photovoltaic Power Systems Compiled by Tracy Dahl Overview Photovoltaic (PV) technology converts one form of energy (sunlight) into another form of energy (electricity) using no moving parts, consuming no conventional fossil fuels, creating no pollution, and lasting for decades with very little maintenance. The use of a widely available and reasonably reliable fuel source—the sun—with no associated storage or transportation difficulties and no emissions makes this technology eminently practicable for powering remote scientific research platforms. Indeed, numerous examples of successfully deployed systems are already available. The completely scaleable nature of the technology also lends itself well to varying power requirements–from the smallest autonomous research platforms to infrastructure-based systems. This technology can be limited, however, by annual fluctuations in solar insolation, especially at extreme latitudes. Based on semiconductor technology, solar cells operate on the principle that electricity will flow between two semiconductors when they are put into contact with each other and exposed to light (photons). This phenomenon, known as the photovoltaic effect, was first discovered by Edmund Becquerel in 1839. Actual development of PV technology began in the 1950s and gained greater impetus through the NASA space program during the 1960s. Research continues today at national laboratories and within private industry, focusing on increasing conversion efficiencies...

Words: 12210 - Pages: 49

Premium Essay

Elektra Products

...Solar Energy Businesses in the Philippines Solutions) - AVGarcia Power Systems Corp. - AVODROC D MARKETING - Ace Electech Center Importer and Distributor of LED Bulbs, LED Fluorescent, Solar Panel, Solar Fan, Solar Refrigerator, Solar Cooker, Wind Generator, CCTV system, PABX Communication System, Telephones, AVR, Battery Chargers, Sine wave Inverters, Square Wave Inverters, Solar Water Pump and many more. • Business type: manufacturer, wholesale supplier, importer, distributor • Product types: LED lighting, solar street lighting, LED light bulbs, solar lighting systems, wind turbines (small), DC lighting, CCTV Systems, PABX Communication systems, AVR, Inverters, Telephones, . • Service types: engineering • Address: 555 Raon st. (G. Puyat), Sta. Cruz, Manila Philippines • Telephone: 3097535 • FAX: 7401983 • Web Site: http://www.aceelectechcenter.com • E-mail: Send Email to Ace Electech Center AFMI. Global Phils. Inc. • Business type: distributor • Product types: LED lighting, solar electric power systems, batteries deep cycle, uninterruptible power supplies UPS, generators diesel, air filtering and purification system components, ESD and Conductive Tiles. • Service types: consulting, design, construction, engineering, site survey and assessment services, contractor services, maintenance and repair services, testing services • Address: P3 Aurora Building Alabang Zapote Road, Muntinlupa, Philippines Philippines...

Words: 9284 - Pages: 38

Premium Essay

Research, Solar Cell Production and Market Implementation of Photovoltaics

...PV StatuS RePoRt EUR 24807 EN - 2011 The Institute for Energy provides scientific and technical support for the conception, development, implementation and monitoring of community policies related to energy. Special emphasis is given to the security of energy supply and to sustainable and safe energy production. European Commission Joint Research Centre Institute for Energy Contact information Address: Via Enrico Fermi 2749 TP 450 21027 Ispra (VA) Italy E-mail: arnulf.jaeger-waldau@ec.europa.eu Tel.: +39 0332 789119 Fax: +39 0332 789268 http://ie.jrc.ec.europa.eu www.jrc.ec.europa.eu PV Status Report 2011 Research, Solar Cell Production and Market Implementation of Photovoltaics July 2011 Arnulf Jäger-Waldau European Commission, DG Joint Research Centre, Institute for Energy, Renewable Energy Unit Via Enrico Fermi 2749; TP 450 I – 21027 Ispra (VA), Italia EUR 24807 EN Legal notice Neither the European Commission nor any person acting on behalf of the Commission is responsible for the use, which might be made of the following information. The report does not represent any official position of the European Commission, nor do its contents prejudge any future Commission proposals in any areas of Community policy. A great deal of additional information on the European Union is available on the Internet. It can be accessed through the Europa server http://europa.eu/ JRC 64900 EUR 24807 EN ISBN 978-92-79-20171-4 ISSN 1831-4155 doi 10.2788/87966 The report...

Words: 62002 - Pages: 249

Free Essay

Green

...No. Nama Perguruan Tinggi AKADEMI AKUNTANSI PGRI JEMBER Nama Pengusul Sisda Rizqi Rindang Sari Program Kegiatan Judul Kegiatan 1 PKMK KUE TART CAENIS ( CANTIK, ENAK DAN EKONOMIS) BERBAHAN DASAR TAPE 2 AKADEMI FARMASI KEBANGSAAN Nensi MAKASSAR AKADEMI KEBIDANAN CITRA MEDIKA SURAKARTA AKADEMI KEBIDANAN GIRI SATRIA HUSADA AKADEMI KEPERAWATAN KERTA CENDIKA SIDOARJO AKADEMI KEPERAWATAN KERTA CENDIKA SIDOARJO AKADEMI KEPERAWATAN KERTA CENDIKA SIDOARJO Putri Purnamasari PKMK LILIN SEHAT AROMA KURINDU PANCAKE GARCINIA MANGOSTANA ( PANCAKE KULIT MANGGIS ) 3 PKMK 4 Latifah Sulistyowati PKMK Pemanfaatan Potensi Jambu Mete secara Terpadu dan Pengolahannya sebagai Abon Karmelin (Karamel Bromelin) : Pelunak Aneka Jenis Daging Dari Limbah Nanas Yang Ramah Lingkungan, Higienis Dan Praktis PUDING“BALECI”( KERES) MAKANAN BERSERATANTI ASAM URAT 5 Achmad PKMK Zainunddin Zulfi 6 Dian Kartika Sari PKMK 7 Radita Sandia PKMK Selonot Sehat (S2) Diit untuk Penderita Diabetes 8 AKADEMI PEREKAM Agustina MEDIK & INFO KES Wulandari CITRA MEDIKA AKADEMI PEREKAM MEDIK & INFO KES Anton Sulistya CITRA MEDIKA AKADEMI PEREKAM Eka Mariyana MEDIK & INFO KES Safitri CITRA MEDIKA AKADEMI PEREKAM MEDIK & INFO KES Ferlina Hastuti CITRA MEDIKA AKADEMI PEREKAM Nindita Rin MEDIK & INFO KES Prasetyo D CITRA MEDIKA AKADEMI PEREKAM MEDIK & INFO KES Sri Rahayu CITRA MEDIKA AKADEMI PERIKANAN YOGYAKARTA PKMK Kasubi Wingko Kaya Akan Karbohidrat...

Words: 159309 - Pages: 638