Research Article

SSNN-Based Energy Management Strategy in Grid Connected System for Load Scheduling and Load Sharing

Algorithm 1

EV availability status algorithm.
for perform
if EV availability , then
if EV (availability-1) then
EV Status = 3
Else
EV Status = 2 endif
else
if EV (availability-1) then
EV Status = 4 else
EV Status = 2 endif
endif
endfor