hi,
in MPPT code downloaded from TI, there are some lines commented,is this lines are responsible to control the charging ?,whether i need to uncomment it?
// if (MPPT_Loop == 1)
MPPT_Tracking ();
// else
// Battery_Charge_Profiling();
Thanking you
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi,
in MPPT code downloaded from TI, there are some lines commented,is this lines are responsible to control the charging ?,whether i need to uncomment it?
// if (MPPT_Loop == 1)
MPPT_Tracking ();
// else
// Battery_Charge_Profiling();
Thanking you
Vishnu,
Un-commenting the code you mentioned will add code for Battery Charge Profiling for lead acid battery (code tested on lead acid batteries).
Jasraj
HI,
Am using the same schematics and same components mentioned in TI site.
Need to charge 24V/26AH battery. with 10% current of battery AH. Panel is 24V panel.
Is there any changes that need to be done in the schematics or code side?
Thanks.
Vishnu,
This hardware design supports 20A currents which means for your levels, you will be operating at lower levels than it was originally designed for. You will lose accuracy because of this (assuming keeping the hardware as is).
For code, you can look at the comments against the #define numbers and change appropriately.
Thanks, Jasraj
**Attention** This is a public forum