Electronic Components Datasheet Search
  British  ▼
ALLDATASHEET.CO.UK

X  

UM1561 Datasheet(PDF) 33 Page - STMicroelectronics

Part # UM1561
Description  This document describes how the firmware to manage the 250 W micro-inverter demo
PDF  39 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  STMICROELECTRONICS [STMicroelectronics]
Direct Link  http://www.st.com
Logo STMICROELECTRONICS - STMicroelectronics

UM1561 Datasheet(HTML) 33 Page - STMicroelectronics

Back Button UM1561 Datasheet HTML 29Page - STMicroelectronics UM1561 Datasheet HTML 30Page - STMicroelectronics UM1561 Datasheet HTML 31Page - STMicroelectronics UM1561 Datasheet HTML 32Page - STMicroelectronics UM1561 Datasheet HTML 33Page - STMicroelectronics UM1561 Datasheet HTML 34Page - STMicroelectronics UM1561 Datasheet HTML 35Page - STMicroelectronics UM1561 Datasheet HTML 36Page - STMicroelectronics UM1561 Datasheet HTML 37Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 33 / 39 page
background image
UM1561
MPPT - maximum power point algorithm
Doc ID 023556 Rev 1
33/39
10
MPPT - maximum power point algorithm
The overall control architecture for the input side of the power converter requires three
feedback signals for correct operation, input panel current and input panel voltage are used
for maximum power point tracking; the output bus voltage is used for monitoring the OV
condition and to control the starting/stopping procedure.
These signals are sent to the ADC inputs of the microcontroller, according to the pin
assignment, and in function of these values, two timers generate PWM output to drive the
DC-DC Power MOSFETs or disable the driving signals to turn off the module, isolating the
solar panel from the output bus. The duty cycle value is regulated by a maximum power
point tracking algorithm embedded in the STM32F1xx microcontroller.
This algorithm is developed inside the MPPT_func(). Starting from I/O information
(PV_voltage and PV_current), the DC power is calculated and in function of the PV_voltage,
it regulates the duty cycle value of the two PWM timers.
void MPPT_func()
{
CCR_Val = (u16) DCDC_GetDutyCycle();
Vpanel=PV_Voltage;
Ipanel=PV_Current;
if(Ipanel==0) Ipanel=1;
Pow = (u32)((u32)Vpanel * (u32)Ipanel);
if(flag_mppt==1) { Step_modify(); }
if((Pow >= Powprev) && (Vpanel <= Vpanel_prev))
{
if((CCR_Val - CCR_Val_step)<=235)
{
CCR_Val=235;
DCDC_SetDutyCycle((u16)CCR_Val);
}
else
{
CCR_Val=CCR_Val - CCR_Val_step;
DCDC_SetDutyCycle((u16)CCR_Val);
}
}
if((Pow > Powprev) && (Vpanel > Vpanel_prev))
{
if((CCR_Val + CCR_Val_step)>=512)
{
CCR_Val=512;
DCDC_SetDutyCycle((u16)CCR_Val);
}
else
{



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39


Datasheet Download

Go To PDF Page


Link URL



Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link to Datasheet    |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com