Комментарии:
why input capacity 1000e-6 farad, and why load have 2 ohm?
ОтветитьVery good explanation thanks for this video . I follow the same steps but I haven't the same outputs my signals have a lot of ripples what should I do ?
And could you kindly perform the backstepping controller for the same system.
Nice video. But there is an issue with the MPPT code (line: dataType='double';). Can you please write the correction. Greetings
Ответитьانا راني درت واش قتلي مي يقولي كاين خطأ لا اعرف اين خطأ هل ابعث لك في ايميل وتقولي لي خطا
ОтветитьSir why you take Vrefmax = 363 ,Vrefmin =0?
ОтветитьHello Sir, why do we subtract the vref from vpv before passing through the PID?
ОтветитьI have my time twice by seeing your 2 videos and all the graph and waveforms are wrong and false.
Please make a better video.
In matlab function code, for P = V*I; it shows error. And says "Not enough input arguments"..
Please help!
Sir how did you get 0.95 and 0 for upper saturation and lower saturation limits ??
Ответитьwhat is reason for unit delay
Ответитьthank u
Ответитьsir, could you please help me to incorporate MPPT controller with current controller in a 3 phase Interleaved boost converter? can I put a mail to you?
Ответитьwhy did you put the RC capacitor? what is the difference between RC and C capacitors?
Ответитьfunction Vref =RefGen (V,I)
Vrefmax = 363;
Vrefmin = 0;
Vrefinit 300;
deltaVref =1;
persistent Vold Pold Vrefold;
dataType = 'double';
if isempty (Vold)
Vold = 0;
Pold = 0;
Vrefold = Vrefinit;
end
P = V*I;
dV = V-Vold;
dP = P-Pold;
if dP ~= 0
if dP<0
if dv<0
Vref= Vrefold + deltaVref;
else
Vref= Vrefold-deltavref;
end
end
else Vref= Vrefold;
end
if Vref>= Vrefmax | Vref <= Vrefmin
Vref = Vrefold;
end
Vrefold = Vref;
Vold = V;
Pold = P;
very excellent video thanks so much
ОтветитьWhat is Vrefinit? why Vrefinit = 300?
ОтветитьGreat Tutorial 👍but I noticed that whenever I changed the temperature and irradiance values, I do not get the maximum power, supposed output voltage, and supposed output current.
Please do you have any solution/explanation for this?
thanks
ОтветитьWhat is the input voltage and the output boost voltage ?
Ответитьشكرا على عملك ، لدي سؤال فقط هل الدارة الكهربائية التي إستخدمتها هي "genetic algoritme mppt Solar"
ОтветитьSir I have error saying "error in port widths or dimensions. Invalid dimension has been specified for input port 2 ....powergui/équivalentmodel1/gates/from 2" what should I do?
Ответитьwhen load is changed, the power is not at 100kw anymore, it is not good
ОтветитьCan we use a boost converter block instead of the one created in the video? and be controlled m=by duty cycle from the PI controller?
ОтветитьNice video, thank you for sharing :)
ОтветитьTHANK YOU VERY MUCH SIR 🙏🙏 FOR THIS PRECIOUS VIDEO
Ответитьthink you my brother
Ответитьsorry,the c and L value is not ture?my c value is 1.38888888 and the L is 0.5833,the Vip is 250,others is same as you
ОтветитьBETICHOD code ka link add karne me gaand fatti hai kya behen ke lawde
Ответитьwhat about boost converter output voltage. Is it constant by changing the irradiance or output voltage is varying. If output voltage is varying who will maintain the constant output voltage.
ОтветитьOne thing I don’t get is when the solar panels drop current because of clouds the maximum power will drop out leaving the voltage and the sensor will sense that maximum power is drop but the converter will still put up some current but not the maximum current to turn on the sensor and voltage will drop lower then the battery voltage and this will overtime distract the battery cell will lower voltage to the battery and I realize a lot of mppt or like this the moment the senor can’t sense maximum power the charging should stop
Ответитьhow to tune P and I ?
ОтветитьVery informative and helpful video...many many thanks ❤
ОтветитьPlz make video for MPPT using finite time controllers plz
Ответитьmy power is comming negative why ? and not as yours
ОтветитьWhy do you refer to the PV panel's Voc for the mppt algorithm?
If your same mppt algorithm will not be applicable to other solar panels which have different Voc
very nice explanation. thanks for your sharing
Ответитьwhat should be the value of Vref (output from the mppt block)
Ответитьthank you for sharing your knowledge
Ответитьbro can you create a gui for this project. thank you
Ответитьsir, can you put the references from where u did design the boost parameters?
ОтветитьSir may to tell how to fix PI value,repeating sequence value and boost converter values
Ответитьthank you very much !!!, nice video
Ответитьhow do we decide deltaI and deltaV
Ответитьhello, I have made a model like above. However, after I ran the model, there was an error in the MPPT code, and I didn't understand how to correct the error. Can you help to fix it?
ОтветитьYour work is really appreciable, But during Boost Converter Design, you mentioned the Voutput=600, i.e. the output of converter, but in actual, the output voltage of Boost converter is less than 400V, Is it the correct response, I have a doubt, Could you please clarify it.
ОтветитьBut no doubt about your hard work and very good presentation, really appreciable . God Bless you. Keep on posting more videos.
ОтветитьCan you help me please?
Ответить