Dear all,
          I am working with integration of solar energy to grid. I am
implementing it with negative loading concept. So to prevent reverse power
flow I included the following codings.

if(et11<mpc.bus(42,PD))
   mpc.bus(42,PD)=mpc.bus(42,PD)-et11;
   else
       et11=0;
   end
                  Where the et11 represents solar power generation.
Is this concept correct "if the solar generation is less than PD then the
generator will be present if PD is less than solar generation then the
solar generator is removed from the system".
       Please guide me.
*Nivedita.....*

Reply via email to