View previous topic :: View next topic |
Author |
Message |
solda39
Joined: 25 May 2010 Posts: 2 Location: guemar
|
probleme with MPPT perturbe et observe |
Posted: Tue May 25, 2010 2:56 am |
|
|
hi all how are you
i was working in the energy photovoltaic and I have problem with my programmer I used Matlab software when i run the programmer the result it is not correct. Please I want confirm with this method of controller is is correct or now
****************************************
if dp>0
if dv>0
Vr=Vr+c;
else
Vr=Vr-c;
end
else
if dv>0
Vr=Vr-2*c;
else
Vr=Vr+2*c;
end
end
Vr=Vr;
*******************************************
please help me _________________ I'm student for second year after engineering |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19504
|
|
Posted: Tue May 25, 2010 3:49 am |
|
|
Multiple things:
No way anyone can 'tell', without knowing what all the variables are.
This is not written in CCS C. This forum is for help with this language, and associated problems _only_..... |
|
|
solda39
Joined: 25 May 2010 Posts: 2 Location: guemar
|
|
Posted: Tue May 25, 2010 4:08 am |
|
|
Ttelmah wrote: | Multiple things:
No way anyone can 'tell', without knowing what all the variables are.
This is not written in CCS C. This forum is for help with this language, and associated problems _only_..... |
I don't understand _________________ I'm student for second year after engineering |
|
|
MikeW
Joined: 15 Sep 2003 Posts: 184 Location: Warrington UK
|
|
Posted: Tue May 25, 2010 5:49 am |
|
|
Solda39,
if you dont understand, then I think you should go back to
"I'm student for first year before engineering"
you question has nothing to do with the CCS C compiler as written |
|
|
|