SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5368
E-MOBILITY INFRA LOAD ASSIST, PREDICTOR AND BALANCER USING
MULTI FUSION ALGORITHM
Nandu Krishnan1, Gautham Prakash2, Dr. Surekha Mariam Varghese3
1CSE Student, Mar Athanasius College of Engineering, Kothamangalam Kerala India
2CSE Student, Mar Athanasius College of Engineering, Kothamangalam Kerala India
3HOD Computer Science and Engineering Mar Athanasius College of Engineering, Kothamangalam Kerala India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - An electric vehicle, also called an EV, uses one or
more electric motors or traction motors for propulsion. An
electric vehicle charging station is an element in an
infrastructure that supplies this electric energy for the
recharging of plug-inelectric vehicles—includingelectriccars,
neighborhood electric vehicles, and plug-in hybrids. With the
upcoming increase indemand fortheseElectronicVehicles, the
E-Charging Operations (equivalent totoday’spetroloperator)
will be needing a Big Data approach to ensuretheircustomers
(end-users) satisfaction and optimal utilization of the E-
Charging stations. Based on a data-centric approach the
operator can offer dynamic pricing at stipulated times and
manage peak demand accordingly. This paper approaches
these with an algorithm that predicts the demand power
figures of each charging station per hour using Time Series
Analysis and balances the load between each chargingstation
in real-time. If more than enough energy is being produced or
consumed, they are to be redistributed to balance the load.
The entities involved are Station Masters and E-Vehicle
owners. The later conditions are as if, thedemandforcharging
is greater than the power they hold or the station runs out of
power. And if a charging station holds an excess amount of
power or the demand for the day is below thepredictedvalues.
To resolve this situation a separate algorithm is formulated
that handles the power distribution process in run time.
Key Words: Time series analysis, ARIMA model, Load
balancer, Fault Detector, Demand Prediction
1. INTRODUCTION
In the coming decade, the transport medium will gradually
shift towards electric power as the major energy fuel source
to run vehicles. Thereby existing petrol stations will be
replaced by electric charging stations providing electric
power for vehicles. By the upcoming increase in electric
charging stations, the distribution of electrical power [1] to
each charging station from the powerhouse is a tangled
process. Electricity cannot be stored as that of petroleum
fuels and the demand for fuel is irregular.Electricpowerwill
be dispatched from the powerhouse on a regular basis. Each
charging station retrieves a fixed amount of electric power.
The problem is described as follows. If a charging station
requires an excessive amount of power, or the daily
retrieved power may not meet the daily demand the
charging stations may shut down until the electric power to
the station is re-transmitted. Alongside if the demand for a
particular charging station is below the allotted amount of
power the excess power at that station is wasted. This paper
tackles these in effects considering the transmission from
power stations and the irregular demand for fuel refills.
To resolve this problem a rational approach is maintained.
First the system predicts the energy demand of each
charging station for each day based on a previous data set
using TIME SERIES ANALYSIS algorithm [5]. Then the
electric power distributed to each charging station will be
based on the predicted demand values. Each station gets its
load based on the demand on a particular day. An algorithm
for predicting the demand using time series analysis is
formulated. Second, the running of each charging station is
monitored in real-time. Eachchargingstationisconnected to
each other region wise. Each charging station has a
monitoring application that collects real-time inputs and
outputs.
The later process is to distribute power in real-time. Each
station initially has an amountofpowerdistributed basedon
the predicted requirement for each day. Thelaterconditions
following are If the demand for charging is greater than the
power they hold or the station runs out of power. And if a
charging station holds an excess amount of power or the
demand for the day is below the predicted values [2]. To
resolve this situation a separate algorithm is formulated
which handles the power distribution process in run time.
The charging stations are connected to each other in a
network. The specified algorithm redistributepowerin real-
time in the connected network. Each charging station in the
network is considered as a node and each station is grouped
as region-wise. A map-based grouping of regions is
performed. Each node exits in a region on the map. The
algorithm performs the following operations. If a station
runs out of power the algorithm runs and searches for a
charging station that has excess power in a particularregion
and redistributes power from the station to the station in
demand. Hence the algorithm manages the power
distribution of the entire system.
From the end-users view which is the customer who
consumes electric power for their vehicles gets a real-time
application with a map that shows the distance to the next
charging station. The application considers the following
constraints in deciding the distance to the nearest charging
station, that is the traffic at the particular region, the
availability of power at a station etc. Both the end user
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5369
application and the charging station operationsare based on
a common server model. End-user application and charging
station operations are both synchronized based on the
server.
2. TIME SERIES ANALYSIS
Time series is a set of observations taken at specified times
usually at equal intervals. It is used to predict future values
based on previously observed values. The same is used in
places for business forecasting, understand past behavior
and evaluate current accomplishment. Time series analysis
has only one variable i.e. Time and its data can be used to
extract meaningful statistics and other characteristics.
2.1 Components
The different components of Time Series Analysis consist of
the Trend, Seasonality, Irregularity, Cyclic Behavior. The
trend is a movement to relatively higher or lower values
over a long period of time. So, when the time series analysis
shows a general pattern that is upward it is called uptrend,a
lower pattern then as low trend and if no trend theniscalled
horizontal trend or stationary trend. Seasonality is upward
or downward swings but is different as it’s repeating a
repeating pattern within a fixed period. Irregularity ornoise
are erratic in nature, unsystematic asresidual.Happensfora
short period of time are non-repeating.Cyclicisrepeating up
and down movements. Time Series has a particularbehavior
over time that there is a high probability it will follow the
same in the future as shown in fig 1. Time Seriesrequiresthe
data to be stationary. Most of the models work on the
assumption that the time series is stationary. But if it has a
particular behavior over time there is a high probabilitythat
it will have to follow the same in the future. The theoriesand
formulas related to stationarity series are more mature and
easier to implement as compared to non-stationary series.
Stationarity has a very strict criterion. It should have a
constant mean in accordance with time. It should have a
constant variant, equal at different time intervals and it
should be auto co-variant. Let’s take a time T and previous
times are T-1 and T-2. So, the values at T, T-1,andT-2should
not have any correlation with each other. When these three
are met then the series is stationary
2.2 ARIMA model
ARIMA or ‘Auto Regressive Integrated Moving Average’ is a
class of models that provides a given time series basedon its
Fig. 1. Trend and Seasonality own past values. Any ‘non-
seasonal’ time series that exhibits patterns and is not a
random white noise can be modeled with ARIMAmodels.An
ARIMA model is characterized by 3 terms: p, d, q; where, p is
the order of the AR term; q is the order of the MA term; d is
Fig -1: Trend and Seasonality
The number of differencing required to make thetimeseries
stationary.
A pure Auto Regressive (AR only) model is one where Yt
depends only on its own lags. That is, Yt is a function of the
‘lags of Yt’.
where, Y t − 1 is the lag1 of the series, β1 is the coefficient of
lag1 that the model estimates and α is the intercept term,
also estimated by the model. Likewise, a pure Moving
Average (MA only) model is one where Yt depends only on
the lagged forecast errors.
where the error terms are the errors of the autoregressive
models of the respective lags. An ARIMA model is one where
the time series was differenced at least once to make it
stationary and you combine the AR and the MA terms.Sothe
equation becomes:
Thus, ARIMA model is:
Predicted Yt = Constant + Linear combination Lags of Y (up
to p lags) + Linear CombinationofLaggedforecasterrors (up
to q lags)
ARIMA thus has P, Q, D where P refers to auto regressive
lags, Q is the moving average and D is the order of
differentiation. Thus, integration by just one order then the
value of D Fig. 2. Arima Model would by 1, if by two thenD=2
and so on. To predict values P, use PACF graph that is Partial
auto-correlation function, for Q plot ACF graph and D is
defined by the order of differentiation to make the data
stationarity.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5370
Fig -2: Arima Model
3. LOAD BALANCING
Load balancing, loadmatching,ordailypeak demandreserve
refers to the use of various techniques by electrical power
stations to store excess electrical power during low demand
periods for release as demand rises. Load balancing in
distribution system is defined as maintaining the load
currents approximately same on the three phases of the
power system distribution network throughout the running
time [4]. For load balancing we need to shift the loads from
heavily loaded feeders to the lightly loaded feeders by
satisfying some objectives such as minimum power loss
maintenance in the system. Load balancing also improves
the reliability and stability of the distribution system. The
power loss in distribution system, mathematically, can be
expressed as follows:
where Pi is active power, Qi is reactive power and ri is
resistance of branch i, and n is the total number of branches
in the system. The power losses depend on the real and the
reactive power flows, which are related to the real and
reactive loads connected. Using optimal load balance, phase
voltages and phase currents are almost same in each phase
subjected to satisfying thermal limits.
The proposed algorithm is used to redirect electric charges
between different charging stations. The definitions of this
algorithm include the variables to represent each charging
stations from S1, S2, S3 up to Sn. Si is used as an iterative
variable, a flag is set using the variable ’flag=0’, In the initial
step the algorithm compares the requirement of each
charging stations. At a particular charging station if the
requirement is greater than the predicted demand, the
variable amt which stores the amount of charge is equal to
required charge minus the predictedamount.Forfindingthe
next best charging station Snode is set as next best node
taking the value if Si’, Si’ stores the address of the next best
node. If all the operations are successfullyperformedtheflag
is set as 1. For output detection check if the flag is 0 then
there will be no node available in the grid from which
current can be withdrawn else the flag is set as 1 and the
operation is considered as success.
4. ARCHITECTURE
The key aim involves providing an integrated environment
for the sustainable and efficient Electric Vehicle charging
station management by effective analysis of the data from
the corresponding power supplies and users. It predicts the
demand in a charging station and provides the required
power. If more than enough energy is being produced or
consumed, they are to be redistributed to balance the load.
The entities involved Station Masters and E-Vehicle owners.
The Station Masters are to be providedwithfunctionalities i)
to collect data from charging stations and communicate
between the Power Suppliers and Customers ii) a new level
of monitoring, protection, and control deeper into the
distribution grid iii) cope with renewable using voltage
regulation as well as distribution grid automation. The
Vehicle Owners are to be provided with functionalities i) to
easily connect the charging station nearby ii) in-can’t
customers with supply-side signals to change demand or
feed-in a generation.
The system considers an ideal scenario where all vehicles
run on electric power. Multiple charging stations are pre-
installed over different locations.
• Demand Prediction: With the help of Google Maps API, the
traffic over an area is extracted to get a possible power
requirement in a particular area. Assuming, more traffic -
more will be the consumption rate. A data set of previous
power consumption of each charging station is
maintained. Using a newly proposed PredictionAlgorithm
it is able to predict a day’s power requirements in each
charging station. Update the power requirement of the
current day, in particular, charging stations by comparing
the values from the data set prediction algorithm and
traffic modules.
• Dynamic cost: By taking the average daily consumption
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5371
from the whole system, see how much it varies for each
station and thereby updating the cost dynamically in
accordance with the consumption rate.
• Load Balancing and fault detection: The whole system is
networked over a smart grid with each power plant and
charging stations as nodes. This, in turn, holds a key
module in load distribution. Thereby a faulty node proves
to be a faulty station. Weighted least connection
scheduling to redistribute uneven power across stations.
• Database management: The entry and exit of vehicles,
their specifications and possible waiting time are
maintained in the database with the help of RFID andreal-
time database systems.
• Client-side : Nearest station by integrating and taking
consideration of the price, waiting timeandthedistanceto
different stations.
Fig -3: Block Model
Fig 4 shows the proposed control flow of the system. The
input and the predicted data are validated. From the real
time measurement, a requirement analysis is formulated
from where the current required data is updated.
With this requirement analysis, the energy demand at the
time of reading is found. if it’s less than the amount from the
predicted set, the cycle goes back for next time period’s
requirement analysis. But if predicted is less than that is
required, the next best station is to be found for load
transfer. The current station’s dirty bit is reset as a measure
for limiting the load intake from this station in accordance
with other station’s requirement analysis. This is turn
reduces the state of deadlock in the system.
With the availability if stations, the value in boththestations
are updated and the dirty bit is set. Requirement analysis is
at a state of running for the next upcomingtimeperiodsuntil
the system is shut down.
Fig -4: Control Flow
The selection of the next best station depends on a number
of factors like the price, the waiting time, the distance to
different stations etc. If a station is having high value for the
predicted data but the reading in the input data founds to be
a null or zero value, then that station could be labeled as a
faulty node or station.
5. SIMULATION AND RESULT
The simulation of this experiment consists of developing 3
modules, which are 1. Prediction, 2. Load Balancing, 3. Fault
detection along with a user interface. The predictionmodule
predicts the power data based on demand as in fig5.Fig5(a)
consists of power data of previous values in the grid. Based
on this value and using time series analysis algorithm the
value for the next day is predicted. Fig 5(b) shows the
predicted data set. Figure 5(c) shows the predicted data
values of another trained dataset alongside its demand
prices predicted dynamically based on the predicted values
Figure 6(b) shows the confidence level of the predicted data
set. It is used for fault detection inside the predicteddata set.
The next module is the load balancing system that balances
the load between the working nodes (charging stations).
Based on the developed load balancing algorithm current
will be redirected to working nodes depending on the
varying change in demand of each charging stations as
shown in fig 6(a).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5372
Fig -5: a) Dataset b) Predicted Set c) Demand and Price
Formulation
Fig -6: a) Demand Variance b) Confidence Interval
6. CONCLUSION
The proposed algorithm predicts the demand power figures
of each charging station per hour using Time Series Analysis
and balances the load between each charging station in real
time. Redistribution to balance the loadismaintained. When
a charging station holds an excess amount of power or the
demand for the day is below the predicted values, the
proposed algorithm resolves this by handling the power
distribution process in real time. Thus, the proposed system
overcomes the issues of balancing load, predictsthedemand
prior to the running of the grid and effectively finds the
faulted nodes.
REFERENCES
[1] Yuehao Yan ; Mengru Ma ; Wei Bao ; Changyi Liu ; Hui
Lin ; Lei Peng ; Chaochao Cui, ”Load Balancing
Distribution Network Reconfiguration Based on
Constraint Satisfaction Problem Model”, 2018 China
International Conference on Electricity Distribution
(CICED)
[2] Mei Jie ; Gao Ciwei ; Chen Xiao ; Yi Yongxian,”Acustomer
baseline load predictionand optimizationmethodbased
on non-demand-response factors”, 2016 China
International Conference on Electricity Distribution
(CICED)
[3] Xiaolei Yu ; Haifeng Liang ; Lijie Yu ; Keyue Liu ; Bei
Zheng,”Study on electric vehicles cluster model
considering load response of power grid”, 2013 IEEE
International Conference of IEEE Region 10 (TENCON
2013)
[4] M. Q. Wang; E. J. Yu ; G. Y. Liu, “Distribution system
automation anditsdevelopment,”,Beijing,China Electric
Power Press: 1998, pp 10-28.
[5] [5] Yong Zhang ; Xiaobin Tan ; Hongsheng Xi ; Xin
Zhao,”Real-time risk management based on time series
analysis”, 2008 7th World Congress on Intelligent
Control and Automation

More Related Content

What's hot

ENHANCEMENT OF POWER SYSTEM SECURITY USING PSO-NR OPTIMIZATION TECHNIQUE
ENHANCEMENT OF POWER SYSTEM SECURITY USING PSO-NR OPTIMIZATION TECHNIQUEENHANCEMENT OF POWER SYSTEM SECURITY USING PSO-NR OPTIMIZATION TECHNIQUE
ENHANCEMENT OF POWER SYSTEM SECURITY USING PSO-NR OPTIMIZATION TECHNIQUEIAEME Publication
 
SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...
SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...
SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...IAEME Publication
 
Reactive power aspects in reliability assessment of power systems
Reactive power aspects in reliability assessment of power systemsReactive power aspects in reliability assessment of power systems
Reactive power aspects in reliability assessment of power systemsIAEME Publication
 
Power flow solution with flexible ac transmission system devices
Power flow solution with flexible ac transmission system devicesPower flow solution with flexible ac transmission system devices
Power flow solution with flexible ac transmission system devicesIAEME Publication
 
Ijeee 28-32-accurate fault location estimation in transmission lines
Ijeee 28-32-accurate fault location estimation in transmission linesIjeee 28-32-accurate fault location estimation in transmission lines
Ijeee 28-32-accurate fault location estimation in transmission linesKumar Goud
 
The gravitational search algorithm for incorporating TCSC devices into the sy...
The gravitational search algorithm for incorporating TCSC devices into the sy...The gravitational search algorithm for incorporating TCSC devices into the sy...
The gravitational search algorithm for incorporating TCSC devices into the sy...IJECEIAES
 
Adaptive maximum power point tracking using neural networks for a photovoltai...
Adaptive maximum power point tracking using neural networks for a photovoltai...Adaptive maximum power point tracking using neural networks for a photovoltai...
Adaptive maximum power point tracking using neural networks for a photovoltai...Mellah Hacene
 
A new exact equivalent circuit of the medium voltage three-phase induction m...
A new exact equivalent circuit of the medium voltage  three-phase induction m...A new exact equivalent circuit of the medium voltage  three-phase induction m...
A new exact equivalent circuit of the medium voltage three-phase induction m...IJECEIAES
 
TCSC Placement Problem Solving Using Hybridization of ABC and DE Algorithm
TCSC Placement Problem Solving Using Hybridization of ABC and DE AlgorithmTCSC Placement Problem Solving Using Hybridization of ABC and DE Algorithm
TCSC Placement Problem Solving Using Hybridization of ABC and DE Algorithmpaperpublications3
 
Paper id 2520147
Paper id 2520147Paper id 2520147
Paper id 2520147IJRAT
 
Optimal Location of FACTS Device for Power System Security Improvement using ...
Optimal Location of FACTS Device for Power System Security Improvement using ...Optimal Location of FACTS Device for Power System Security Improvement using ...
Optimal Location of FACTS Device for Power System Security Improvement using ...IRJET Journal
 
PhD defence: Self-Forecasting EneRgy load Stakeholders (SFERS) for Smart Grids
PhD defence: Self-Forecasting EneRgy load Stakeholders (SFERS) for Smart GridsPhD defence: Self-Forecasting EneRgy load Stakeholders (SFERS) for Smart Grids
PhD defence: Self-Forecasting EneRgy load Stakeholders (SFERS) for Smart GridsDejan Ilic
 
IRJET- Location Identification for FACTs Device
IRJET- Location Identification for FACTs DeviceIRJET- Location Identification for FACTs Device
IRJET- Location Identification for FACTs DeviceIRJET Journal
 
IRJET- Load Balancing using Fact Devices
IRJET- Load Balancing using Fact DevicesIRJET- Load Balancing using Fact Devices
IRJET- Load Balancing using Fact DevicesIRJET Journal
 
Overview of State Estimation Technique for Power System Control
Overview of State Estimation Technique for Power System ControlOverview of State Estimation Technique for Power System Control
Overview of State Estimation Technique for Power System ControlIOSR Journals
 
IRJET- Classification and Comparison of Maximum Power Point Tracking Algo...
IRJET-  	  Classification and Comparison of Maximum Power Point Tracking Algo...IRJET-  	  Classification and Comparison of Maximum Power Point Tracking Algo...
IRJET- Classification and Comparison of Maximum Power Point Tracking Algo...IRJET Journal
 

What's hot (20)

ENHANCEMENT OF POWER SYSTEM SECURITY USING PSO-NR OPTIMIZATION TECHNIQUE
ENHANCEMENT OF POWER SYSTEM SECURITY USING PSO-NR OPTIMIZATION TECHNIQUEENHANCEMENT OF POWER SYSTEM SECURITY USING PSO-NR OPTIMIZATION TECHNIQUE
ENHANCEMENT OF POWER SYSTEM SECURITY USING PSO-NR OPTIMIZATION TECHNIQUE
 
SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...
SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...
SYNCHROPHASOR DATA BASED INTELLIGENT ALGORITHM FOR REAL TIME EVENT DETECTION ...
 
40220130405014 (1)
40220130405014 (1)40220130405014 (1)
40220130405014 (1)
 
Reactive power aspects in reliability assessment of power systems
Reactive power aspects in reliability assessment of power systemsReactive power aspects in reliability assessment of power systems
Reactive power aspects in reliability assessment of power systems
 
Power flow solution with flexible ac transmission system devices
Power flow solution with flexible ac transmission system devicesPower flow solution with flexible ac transmission system devices
Power flow solution with flexible ac transmission system devices
 
Rotating blade faults classification of a rotor-disk-blade system using artif...
Rotating blade faults classification of a rotor-disk-blade system using artif...Rotating blade faults classification of a rotor-disk-blade system using artif...
Rotating blade faults classification of a rotor-disk-blade system using artif...
 
Ijeee 28-32-accurate fault location estimation in transmission lines
Ijeee 28-32-accurate fault location estimation in transmission linesIjeee 28-32-accurate fault location estimation in transmission lines
Ijeee 28-32-accurate fault location estimation in transmission lines
 
The gravitational search algorithm for incorporating TCSC devices into the sy...
The gravitational search algorithm for incorporating TCSC devices into the sy...The gravitational search algorithm for incorporating TCSC devices into the sy...
The gravitational search algorithm for incorporating TCSC devices into the sy...
 
Adaptive maximum power point tracking using neural networks for a photovoltai...
Adaptive maximum power point tracking using neural networks for a photovoltai...Adaptive maximum power point tracking using neural networks for a photovoltai...
Adaptive maximum power point tracking using neural networks for a photovoltai...
 
A new exact equivalent circuit of the medium voltage three-phase induction m...
A new exact equivalent circuit of the medium voltage  three-phase induction m...A new exact equivalent circuit of the medium voltage  three-phase induction m...
A new exact equivalent circuit of the medium voltage three-phase induction m...
 
TCSC Placement Problem Solving Using Hybridization of ABC and DE Algorithm
TCSC Placement Problem Solving Using Hybridization of ABC and DE AlgorithmTCSC Placement Problem Solving Using Hybridization of ABC and DE Algorithm
TCSC Placement Problem Solving Using Hybridization of ABC and DE Algorithm
 
Paper id 2520147
Paper id 2520147Paper id 2520147
Paper id 2520147
 
Multi-Objective Evolutionary Programming for Static VAR Compensator (SVC) in ...
Multi-Objective Evolutionary Programming for Static VAR Compensator (SVC) in ...Multi-Objective Evolutionary Programming for Static VAR Compensator (SVC) in ...
Multi-Objective Evolutionary Programming for Static VAR Compensator (SVC) in ...
 
Optimal Location of FACTS Device for Power System Security Improvement using ...
Optimal Location of FACTS Device for Power System Security Improvement using ...Optimal Location of FACTS Device for Power System Security Improvement using ...
Optimal Location of FACTS Device for Power System Security Improvement using ...
 
Unit 3
Unit 3Unit 3
Unit 3
 
PhD defence: Self-Forecasting EneRgy load Stakeholders (SFERS) for Smart Grids
PhD defence: Self-Forecasting EneRgy load Stakeholders (SFERS) for Smart GridsPhD defence: Self-Forecasting EneRgy load Stakeholders (SFERS) for Smart Grids
PhD defence: Self-Forecasting EneRgy load Stakeholders (SFERS) for Smart Grids
 
IRJET- Location Identification for FACTs Device
IRJET- Location Identification for FACTs DeviceIRJET- Location Identification for FACTs Device
IRJET- Location Identification for FACTs Device
 
IRJET- Load Balancing using Fact Devices
IRJET- Load Balancing using Fact DevicesIRJET- Load Balancing using Fact Devices
IRJET- Load Balancing using Fact Devices
 
Overview of State Estimation Technique for Power System Control
Overview of State Estimation Technique for Power System ControlOverview of State Estimation Technique for Power System Control
Overview of State Estimation Technique for Power System Control
 
IRJET- Classification and Comparison of Maximum Power Point Tracking Algo...
IRJET-  	  Classification and Comparison of Maximum Power Point Tracking Algo...IRJET-  	  Classification and Comparison of Maximum Power Point Tracking Algo...
IRJET- Classification and Comparison of Maximum Power Point Tracking Algo...
 

Similar to E-Mobility Load Balancing

IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...
IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...
IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...IRJET Journal
 
PHOTOVOLTAIC BASED ELECTRIC VEHICLE USING MAXIMUM POWER POINT TRACKING
PHOTOVOLTAIC BASED ELECTRIC VEHICLE USING MAXIMUM POWER POINT TRACKINGPHOTOVOLTAIC BASED ELECTRIC VEHICLE USING MAXIMUM POWER POINT TRACKING
PHOTOVOLTAIC BASED ELECTRIC VEHICLE USING MAXIMUM POWER POINT TRACKINGIRJET Journal
 
IRJET- A Survey on Optimization Technique for Congestion Managenment in Restr...
IRJET- A Survey on Optimization Technique for Congestion Managenment in Restr...IRJET- A Survey on Optimization Technique for Congestion Managenment in Restr...
IRJET- A Survey on Optimization Technique for Congestion Managenment in Restr...IRJET Journal
 
Ijmer 41023842
Ijmer 41023842Ijmer 41023842
Ijmer 41023842IJMER
 
Detection of DC Voltage Fault in SRM Drives Using K-Means Clustering and Cla...
Detection of DC Voltage Fault in SRM Drives Using K-Means  Clustering and Cla...Detection of DC Voltage Fault in SRM Drives Using K-Means  Clustering and Cla...
Detection of DC Voltage Fault in SRM Drives Using K-Means Clustering and Cla...IJMER
 
IRJET- A Comparative Forecasting Analysis of ARIMA Model Vs Random Forest Alg...
IRJET- A Comparative Forecasting Analysis of ARIMA Model Vs Random Forest Alg...IRJET- A Comparative Forecasting Analysis of ARIMA Model Vs Random Forest Alg...
IRJET- A Comparative Forecasting Analysis of ARIMA Model Vs Random Forest Alg...IRJET Journal
 
Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...
Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...
Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...IRJET Journal
 
An Automatic Load Controller for Domestic Applications
An Automatic Load Controller for Domestic ApplicationsAn Automatic Load Controller for Domestic Applications
An Automatic Load Controller for Domestic Applicationsijtsrd
 
IRJET- Various MPPT Techniques for Solar PV System
IRJET- Various MPPT Techniques for Solar PV SystemIRJET- Various MPPT Techniques for Solar PV System
IRJET- Various MPPT Techniques for Solar PV SystemIRJET Journal
 
IRJET- Sanctioned Load Monitoring & Controlling by using PLC
IRJET- Sanctioned Load Monitoring & Controlling by using PLCIRJET- Sanctioned Load Monitoring & Controlling by using PLC
IRJET- Sanctioned Load Monitoring & Controlling by using PLCIRJET Journal
 
IRJET- Control of Induction Motor using Neural Network
IRJET- Control of Induction Motor using Neural NetworkIRJET- Control of Induction Motor using Neural Network
IRJET- Control of Induction Motor using Neural NetworkIRJET Journal
 
DigSILENT PF - 03 loadflow theory
DigSILENT PF - 03 loadflow theoryDigSILENT PF - 03 loadflow theory
DigSILENT PF - 03 loadflow theoryHimmelstern
 
DigSILENT PF - 04 (es) loadflow theory
DigSILENT PF - 04 (es) loadflow theoryDigSILENT PF - 04 (es) loadflow theory
DigSILENT PF - 04 (es) loadflow theoryHimmelstern
 
IRJET- Performance Analysis of Induction Motor using IoT
IRJET-  	  Performance Analysis of Induction Motor using IoTIRJET-  	  Performance Analysis of Induction Motor using IoT
IRJET- Performance Analysis of Induction Motor using IoTIRJET Journal
 
Induction motor modelling and applications report
Induction motor modelling and applications reportInduction motor modelling and applications report
Induction motor modelling and applications reportUmesh Dadde
 
IRJET- Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...
IRJET-  	  Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...IRJET-  	  Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...
IRJET- Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...IRJET Journal
 

Similar to E-Mobility Load Balancing (20)

I02095257
I02095257I02095257
I02095257
 
IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...
IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...
IRJET- Voltage Stability, Loadability and Contingency Analysis with Optimal I...
 
PHOTOVOLTAIC BASED ELECTRIC VEHICLE USING MAXIMUM POWER POINT TRACKING
PHOTOVOLTAIC BASED ELECTRIC VEHICLE USING MAXIMUM POWER POINT TRACKINGPHOTOVOLTAIC BASED ELECTRIC VEHICLE USING MAXIMUM POWER POINT TRACKING
PHOTOVOLTAIC BASED ELECTRIC VEHICLE USING MAXIMUM POWER POINT TRACKING
 
IRJET- A Survey on Optimization Technique for Congestion Managenment in Restr...
IRJET- A Survey on Optimization Technique for Congestion Managenment in Restr...IRJET- A Survey on Optimization Technique for Congestion Managenment in Restr...
IRJET- A Survey on Optimization Technique for Congestion Managenment in Restr...
 
Ijmer 41023842
Ijmer 41023842Ijmer 41023842
Ijmer 41023842
 
Detection of DC Voltage Fault in SRM Drives Using K-Means Clustering and Cla...
Detection of DC Voltage Fault in SRM Drives Using K-Means  Clustering and Cla...Detection of DC Voltage Fault in SRM Drives Using K-Means  Clustering and Cla...
Detection of DC Voltage Fault in SRM Drives Using K-Means Clustering and Cla...
 
IRJET- A Comparative Forecasting Analysis of ARIMA Model Vs Random Forest Alg...
IRJET- A Comparative Forecasting Analysis of ARIMA Model Vs Random Forest Alg...IRJET- A Comparative Forecasting Analysis of ARIMA Model Vs Random Forest Alg...
IRJET- A Comparative Forecasting Analysis of ARIMA Model Vs Random Forest Alg...
 
mehtodalgy.docx
mehtodalgy.docxmehtodalgy.docx
mehtodalgy.docx
 
Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...
Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...
Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...
 
paper11
paper11paper11
paper11
 
An Automatic Load Controller for Domestic Applications
An Automatic Load Controller for Domestic ApplicationsAn Automatic Load Controller for Domestic Applications
An Automatic Load Controller for Domestic Applications
 
IRJET- Various MPPT Techniques for Solar PV System
IRJET- Various MPPT Techniques for Solar PV SystemIRJET- Various MPPT Techniques for Solar PV System
IRJET- Various MPPT Techniques for Solar PV System
 
IRJET- Sanctioned Load Monitoring & Controlling by using PLC
IRJET- Sanctioned Load Monitoring & Controlling by using PLCIRJET- Sanctioned Load Monitoring & Controlling by using PLC
IRJET- Sanctioned Load Monitoring & Controlling by using PLC
 
IRJET- Control of Induction Motor using Neural Network
IRJET- Control of Induction Motor using Neural NetworkIRJET- Control of Induction Motor using Neural Network
IRJET- Control of Induction Motor using Neural Network
 
DigSILENT PF - 03 loadflow theory
DigSILENT PF - 03 loadflow theoryDigSILENT PF - 03 loadflow theory
DigSILENT PF - 03 loadflow theory
 
DigSILENT PF - 04 (es) loadflow theory
DigSILENT PF - 04 (es) loadflow theoryDigSILENT PF - 04 (es) loadflow theory
DigSILENT PF - 04 (es) loadflow theory
 
An Open-Circuit Fault Detection Method with Wavelet Transform In IGBT-Based D...
An Open-Circuit Fault Detection Method with Wavelet Transform In IGBT-Based D...An Open-Circuit Fault Detection Method with Wavelet Transform In IGBT-Based D...
An Open-Circuit Fault Detection Method with Wavelet Transform In IGBT-Based D...
 
IRJET- Performance Analysis of Induction Motor using IoT
IRJET-  	  Performance Analysis of Induction Motor using IoTIRJET-  	  Performance Analysis of Induction Motor using IoT
IRJET- Performance Analysis of Induction Motor using IoT
 
Induction motor modelling and applications report
Induction motor modelling and applications reportInduction motor modelling and applications report
Induction motor modelling and applications report
 
IRJET- Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...
IRJET-  	  Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...IRJET-  	  Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...
IRJET- Self-Tuning PID Controller with Genetic Algorithm Based Sliding Mo...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 

Recently uploaded (20)

UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 

E-Mobility Load Balancing

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5368 E-MOBILITY INFRA LOAD ASSIST, PREDICTOR AND BALANCER USING MULTI FUSION ALGORITHM Nandu Krishnan1, Gautham Prakash2, Dr. Surekha Mariam Varghese3 1CSE Student, Mar Athanasius College of Engineering, Kothamangalam Kerala India 2CSE Student, Mar Athanasius College of Engineering, Kothamangalam Kerala India 3HOD Computer Science and Engineering Mar Athanasius College of Engineering, Kothamangalam Kerala India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - An electric vehicle, also called an EV, uses one or more electric motors or traction motors for propulsion. An electric vehicle charging station is an element in an infrastructure that supplies this electric energy for the recharging of plug-inelectric vehicles—includingelectriccars, neighborhood electric vehicles, and plug-in hybrids. With the upcoming increase indemand fortheseElectronicVehicles, the E-Charging Operations (equivalent totoday’spetroloperator) will be needing a Big Data approach to ensuretheircustomers (end-users) satisfaction and optimal utilization of the E- Charging stations. Based on a data-centric approach the operator can offer dynamic pricing at stipulated times and manage peak demand accordingly. This paper approaches these with an algorithm that predicts the demand power figures of each charging station per hour using Time Series Analysis and balances the load between each chargingstation in real-time. If more than enough energy is being produced or consumed, they are to be redistributed to balance the load. The entities involved are Station Masters and E-Vehicle owners. The later conditions are as if, thedemandforcharging is greater than the power they hold or the station runs out of power. And if a charging station holds an excess amount of power or the demand for the day is below thepredictedvalues. To resolve this situation a separate algorithm is formulated that handles the power distribution process in run time. Key Words: Time series analysis, ARIMA model, Load balancer, Fault Detector, Demand Prediction 1. INTRODUCTION In the coming decade, the transport medium will gradually shift towards electric power as the major energy fuel source to run vehicles. Thereby existing petrol stations will be replaced by electric charging stations providing electric power for vehicles. By the upcoming increase in electric charging stations, the distribution of electrical power [1] to each charging station from the powerhouse is a tangled process. Electricity cannot be stored as that of petroleum fuels and the demand for fuel is irregular.Electricpowerwill be dispatched from the powerhouse on a regular basis. Each charging station retrieves a fixed amount of electric power. The problem is described as follows. If a charging station requires an excessive amount of power, or the daily retrieved power may not meet the daily demand the charging stations may shut down until the electric power to the station is re-transmitted. Alongside if the demand for a particular charging station is below the allotted amount of power the excess power at that station is wasted. This paper tackles these in effects considering the transmission from power stations and the irregular demand for fuel refills. To resolve this problem a rational approach is maintained. First the system predicts the energy demand of each charging station for each day based on a previous data set using TIME SERIES ANALYSIS algorithm [5]. Then the electric power distributed to each charging station will be based on the predicted demand values. Each station gets its load based on the demand on a particular day. An algorithm for predicting the demand using time series analysis is formulated. Second, the running of each charging station is monitored in real-time. Eachchargingstationisconnected to each other region wise. Each charging station has a monitoring application that collects real-time inputs and outputs. The later process is to distribute power in real-time. Each station initially has an amountofpowerdistributed basedon the predicted requirement for each day. Thelaterconditions following are If the demand for charging is greater than the power they hold or the station runs out of power. And if a charging station holds an excess amount of power or the demand for the day is below the predicted values [2]. To resolve this situation a separate algorithm is formulated which handles the power distribution process in run time. The charging stations are connected to each other in a network. The specified algorithm redistributepowerin real- time in the connected network. Each charging station in the network is considered as a node and each station is grouped as region-wise. A map-based grouping of regions is performed. Each node exits in a region on the map. The algorithm performs the following operations. If a station runs out of power the algorithm runs and searches for a charging station that has excess power in a particularregion and redistributes power from the station to the station in demand. Hence the algorithm manages the power distribution of the entire system. From the end-users view which is the customer who consumes electric power for their vehicles gets a real-time application with a map that shows the distance to the next charging station. The application considers the following constraints in deciding the distance to the nearest charging station, that is the traffic at the particular region, the availability of power at a station etc. Both the end user
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5369 application and the charging station operationsare based on a common server model. End-user application and charging station operations are both synchronized based on the server. 2. TIME SERIES ANALYSIS Time series is a set of observations taken at specified times usually at equal intervals. It is used to predict future values based on previously observed values. The same is used in places for business forecasting, understand past behavior and evaluate current accomplishment. Time series analysis has only one variable i.e. Time and its data can be used to extract meaningful statistics and other characteristics. 2.1 Components The different components of Time Series Analysis consist of the Trend, Seasonality, Irregularity, Cyclic Behavior. The trend is a movement to relatively higher or lower values over a long period of time. So, when the time series analysis shows a general pattern that is upward it is called uptrend,a lower pattern then as low trend and if no trend theniscalled horizontal trend or stationary trend. Seasonality is upward or downward swings but is different as it’s repeating a repeating pattern within a fixed period. Irregularity ornoise are erratic in nature, unsystematic asresidual.Happensfora short period of time are non-repeating.Cyclicisrepeating up and down movements. Time Series has a particularbehavior over time that there is a high probability it will follow the same in the future as shown in fig 1. Time Seriesrequiresthe data to be stationary. Most of the models work on the assumption that the time series is stationary. But if it has a particular behavior over time there is a high probabilitythat it will have to follow the same in the future. The theoriesand formulas related to stationarity series are more mature and easier to implement as compared to non-stationary series. Stationarity has a very strict criterion. It should have a constant mean in accordance with time. It should have a constant variant, equal at different time intervals and it should be auto co-variant. Let’s take a time T and previous times are T-1 and T-2. So, the values at T, T-1,andT-2should not have any correlation with each other. When these three are met then the series is stationary 2.2 ARIMA model ARIMA or ‘Auto Regressive Integrated Moving Average’ is a class of models that provides a given time series basedon its Fig. 1. Trend and Seasonality own past values. Any ‘non- seasonal’ time series that exhibits patterns and is not a random white noise can be modeled with ARIMAmodels.An ARIMA model is characterized by 3 terms: p, d, q; where, p is the order of the AR term; q is the order of the MA term; d is Fig -1: Trend and Seasonality The number of differencing required to make thetimeseries stationary. A pure Auto Regressive (AR only) model is one where Yt depends only on its own lags. That is, Yt is a function of the ‘lags of Yt’. where, Y t − 1 is the lag1 of the series, β1 is the coefficient of lag1 that the model estimates and α is the intercept term, also estimated by the model. Likewise, a pure Moving Average (MA only) model is one where Yt depends only on the lagged forecast errors. where the error terms are the errors of the autoregressive models of the respective lags. An ARIMA model is one where the time series was differenced at least once to make it stationary and you combine the AR and the MA terms.Sothe equation becomes: Thus, ARIMA model is: Predicted Yt = Constant + Linear combination Lags of Y (up to p lags) + Linear CombinationofLaggedforecasterrors (up to q lags) ARIMA thus has P, Q, D where P refers to auto regressive lags, Q is the moving average and D is the order of differentiation. Thus, integration by just one order then the value of D Fig. 2. Arima Model would by 1, if by two thenD=2 and so on. To predict values P, use PACF graph that is Partial auto-correlation function, for Q plot ACF graph and D is defined by the order of differentiation to make the data stationarity.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5370 Fig -2: Arima Model 3. LOAD BALANCING Load balancing, loadmatching,ordailypeak demandreserve refers to the use of various techniques by electrical power stations to store excess electrical power during low demand periods for release as demand rises. Load balancing in distribution system is defined as maintaining the load currents approximately same on the three phases of the power system distribution network throughout the running time [4]. For load balancing we need to shift the loads from heavily loaded feeders to the lightly loaded feeders by satisfying some objectives such as minimum power loss maintenance in the system. Load balancing also improves the reliability and stability of the distribution system. The power loss in distribution system, mathematically, can be expressed as follows: where Pi is active power, Qi is reactive power and ri is resistance of branch i, and n is the total number of branches in the system. The power losses depend on the real and the reactive power flows, which are related to the real and reactive loads connected. Using optimal load balance, phase voltages and phase currents are almost same in each phase subjected to satisfying thermal limits. The proposed algorithm is used to redirect electric charges between different charging stations. The definitions of this algorithm include the variables to represent each charging stations from S1, S2, S3 up to Sn. Si is used as an iterative variable, a flag is set using the variable ’flag=0’, In the initial step the algorithm compares the requirement of each charging stations. At a particular charging station if the requirement is greater than the predicted demand, the variable amt which stores the amount of charge is equal to required charge minus the predictedamount.Forfindingthe next best charging station Snode is set as next best node taking the value if Si’, Si’ stores the address of the next best node. If all the operations are successfullyperformedtheflag is set as 1. For output detection check if the flag is 0 then there will be no node available in the grid from which current can be withdrawn else the flag is set as 1 and the operation is considered as success. 4. ARCHITECTURE The key aim involves providing an integrated environment for the sustainable and efficient Electric Vehicle charging station management by effective analysis of the data from the corresponding power supplies and users. It predicts the demand in a charging station and provides the required power. If more than enough energy is being produced or consumed, they are to be redistributed to balance the load. The entities involved Station Masters and E-Vehicle owners. The Station Masters are to be providedwithfunctionalities i) to collect data from charging stations and communicate between the Power Suppliers and Customers ii) a new level of monitoring, protection, and control deeper into the distribution grid iii) cope with renewable using voltage regulation as well as distribution grid automation. The Vehicle Owners are to be provided with functionalities i) to easily connect the charging station nearby ii) in-can’t customers with supply-side signals to change demand or feed-in a generation. The system considers an ideal scenario where all vehicles run on electric power. Multiple charging stations are pre- installed over different locations. • Demand Prediction: With the help of Google Maps API, the traffic over an area is extracted to get a possible power requirement in a particular area. Assuming, more traffic - more will be the consumption rate. A data set of previous power consumption of each charging station is maintained. Using a newly proposed PredictionAlgorithm it is able to predict a day’s power requirements in each charging station. Update the power requirement of the current day, in particular, charging stations by comparing the values from the data set prediction algorithm and traffic modules. • Dynamic cost: By taking the average daily consumption
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5371 from the whole system, see how much it varies for each station and thereby updating the cost dynamically in accordance with the consumption rate. • Load Balancing and fault detection: The whole system is networked over a smart grid with each power plant and charging stations as nodes. This, in turn, holds a key module in load distribution. Thereby a faulty node proves to be a faulty station. Weighted least connection scheduling to redistribute uneven power across stations. • Database management: The entry and exit of vehicles, their specifications and possible waiting time are maintained in the database with the help of RFID andreal- time database systems. • Client-side : Nearest station by integrating and taking consideration of the price, waiting timeandthedistanceto different stations. Fig -3: Block Model Fig 4 shows the proposed control flow of the system. The input and the predicted data are validated. From the real time measurement, a requirement analysis is formulated from where the current required data is updated. With this requirement analysis, the energy demand at the time of reading is found. if it’s less than the amount from the predicted set, the cycle goes back for next time period’s requirement analysis. But if predicted is less than that is required, the next best station is to be found for load transfer. The current station’s dirty bit is reset as a measure for limiting the load intake from this station in accordance with other station’s requirement analysis. This is turn reduces the state of deadlock in the system. With the availability if stations, the value in boththestations are updated and the dirty bit is set. Requirement analysis is at a state of running for the next upcomingtimeperiodsuntil the system is shut down. Fig -4: Control Flow The selection of the next best station depends on a number of factors like the price, the waiting time, the distance to different stations etc. If a station is having high value for the predicted data but the reading in the input data founds to be a null or zero value, then that station could be labeled as a faulty node or station. 5. SIMULATION AND RESULT The simulation of this experiment consists of developing 3 modules, which are 1. Prediction, 2. Load Balancing, 3. Fault detection along with a user interface. The predictionmodule predicts the power data based on demand as in fig5.Fig5(a) consists of power data of previous values in the grid. Based on this value and using time series analysis algorithm the value for the next day is predicted. Fig 5(b) shows the predicted data set. Figure 5(c) shows the predicted data values of another trained dataset alongside its demand prices predicted dynamically based on the predicted values Figure 6(b) shows the confidence level of the predicted data set. It is used for fault detection inside the predicteddata set. The next module is the load balancing system that balances the load between the working nodes (charging stations). Based on the developed load balancing algorithm current will be redirected to working nodes depending on the varying change in demand of each charging stations as shown in fig 6(a).
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 5372 Fig -5: a) Dataset b) Predicted Set c) Demand and Price Formulation Fig -6: a) Demand Variance b) Confidence Interval 6. CONCLUSION The proposed algorithm predicts the demand power figures of each charging station per hour using Time Series Analysis and balances the load between each charging station in real time. Redistribution to balance the loadismaintained. When a charging station holds an excess amount of power or the demand for the day is below the predicted values, the proposed algorithm resolves this by handling the power distribution process in real time. Thus, the proposed system overcomes the issues of balancing load, predictsthedemand prior to the running of the grid and effectively finds the faulted nodes. REFERENCES [1] Yuehao Yan ; Mengru Ma ; Wei Bao ; Changyi Liu ; Hui Lin ; Lei Peng ; Chaochao Cui, ”Load Balancing Distribution Network Reconfiguration Based on Constraint Satisfaction Problem Model”, 2018 China International Conference on Electricity Distribution (CICED) [2] Mei Jie ; Gao Ciwei ; Chen Xiao ; Yi Yongxian,”Acustomer baseline load predictionand optimizationmethodbased on non-demand-response factors”, 2016 China International Conference on Electricity Distribution (CICED) [3] Xiaolei Yu ; Haifeng Liang ; Lijie Yu ; Keyue Liu ; Bei Zheng,”Study on electric vehicles cluster model considering load response of power grid”, 2013 IEEE International Conference of IEEE Region 10 (TENCON 2013) [4] M. Q. Wang; E. J. Yu ; G. Y. Liu, “Distribution system automation anditsdevelopment,”,Beijing,China Electric Power Press: 1998, pp 10-28. [5] [5] Yong Zhang ; Xiaobin Tan ; Hongsheng Xi ; Xin Zhao,”Real-time risk management based on time series analysis”, 2008 7th World Congress on Intelligent Control and Automation