Maximum power point tracking (MPPT), or sometimes just power point tracking (PPT), is a technique used with variable power sources to maximize energy extraction as conditions vary. The technique is most commonly used with photovoltaic (PV) solar systems but can also be used with wind turbines, optical power transmission and thermophotovoltaics. PV solar systems have varying relationships to inverter systems, external grids, battery banks, and other electrical loads. The central problem addressed by MPPT is that the efficiency of power transfer from the solar cell depends on the amount of available sunlight, shading, solar panel temperature and the load's electrical characteristics. As these conditions vary, the load characteristic (impedance) that gives the highest power transfer changes. The system is optimized when the load characteristic changes to keep power transfer at highest efficiency. This optimal load characteristic is called the maximum power point (MPP). MPPT is the process of adjusting the load characteristic as the conditions change. Circuits can be designed to present optimal loads to the photovoltaic cells and then convert the voltage, current, or frequency to suit other devices or systems. Solar cells' non-linear relationship between temperature and total resistance can be analyzed based on the current-voltage (I-V) curve and the power-voltage (P-V) curves. MPPT samples cell output and applies the proper resistance (load) to obtain maximum power. MPPT devices are typically integrated into an electric power converter system that provides voltage or current conversion, filtering, and regulation for driving various loads, including power grids, batteries, or motors. Solar inverters convert DC power to AC power and may incorporate MPPT. The power at the MPP (Pmpp) is the product of the MPP voltage (Vmpp) and MPP current (Impp). In general, the P-V curve of a partially shaded solar array can have multiple peaks, and some algorithms can get stuck in a local maximum rather than the global maximum of the curve.
Background
Photovoltaic cells have a complex relationship between their operating environment and the power they produce. The nonlinear I-V curve characteristic of a given cell in specific temperature and insolation conditions can be functionally characterized by a fill factor (FF). Fill factor is defined as the ratio of the maximum power from the cell to the product of open circuit voltage Voc and short-circuit current Isc. Tabulated data is often used to estimate the maximum power that a cell can provide with an optimal load under given conditions:
P = F F V oc I sc . {\displaystyle P=FF\,V_{\text{oc}}I_{\text{sc}}.}
For most purposes, FF, Voc, and Isc are enough information to give a useful approximate view of the cell's electrical behavior under typical conditions. For any given set of conditions, cells have a single operating point where the values of the current (I) and voltage (V) of the cell allow maximum power output. These values correspond to a particular load resistance, which is equal to V / I as specified by Ohm's law. The power P is given by P = VI. A photovoltaic cell, for the majority of its useful curve, acts as a constant current source. However, at a photovoltaic cell's MPP region, its curve has an approximately inverse exponential relationship between current and voltage. From basic circuit theory, the power delivered to a device is optimized (MPP) where the derivative (graphically, the slope) dI/dV of the I-V curve is equal and opposite the I/V ratio (where dP/dV = 0) and corresponds to the "knee" of the curve. A load with resistance R = V/I equal to the reciprocal of this value draws the maximum power from the device. This is sometimes called the 'characteristic resistance' of the cell. This is a dynamic quantity that changes depending on the level of illumination, as well as other factors such as temperature and cell condition. Lower or higher resistance reduces power output. Maximum power point trackers utilize control circuits or logic to identify this point.
If a full power-voltage (P-V) curve is available, then the maximum power point can be obtained using a bisection method.
Implementation When directly connecting a load to cell, the operating point of the panel is rarely at peak power. The impedance seen by the panel determines its operating point. Setting the impedance correctly achieves peak power. Since panels are DC devices, DC-DC converters transform the impedance of one circuit (source) to the other circuit (load). Changing the duty ratio of the DC-DC converter changes the impedance (duty ratio) seen by the cell. The I-V curve of the panel can be considerably affected by atmospheric conditions such as irradiance and temperature. MPPT algorithms frequently sample panel voltages and currents, then adjust the duty ratio accordingly. Microcontrollers implement the algorithms. Modern implementations often utilize more sophisticated computers for analytics and load forecasting.
Classification Controllers can follow several strategies to optimize power output. MPPTs may switch among multiple algorithms as conditions dictate.
… excerpt ends here. Continue reading the full article.




