top of page
Writer's picturelms editor

MATLAB Implementation of Solar PV EV Charging Station with Grid

Overview of the Solar PV EV Charging Station Model

This simulation model showcases how a Solar PV system, combined with an Electric Vehicle charging station and grid integration, operates in MATLAB. The system consists of a solar PV array connected to a DC bus through an interleaved buck converter. The PV array is designed with 16 solar panels connected in series, each generating 250 watts, resulting in a total of approximately 4,000 watts (4 kW) under optimal conditions.

Solar PV Panel Specifications

Each solar panel in the system has a rating of 250 watts. With 16 panels connected in series, the total output reaches 4 kW, provided the solar irradiance is 1,000 W/m². The voltage across each panel is about 30.7 V, and the current at maximum power point is 8.15 A. The total voltage for the 16 panels connected in series comes out to approximately 4912 V, which is stepped down to 400 V using a converter to maintain the system voltage.

Interleaved BU Converter: Stepping Down Voltage Efficiently

To step down the high voltage from the PV system (around 500 V) to the desired 400 V, an interleaved buck converter is employed. This type of converter is preferred over traditional buck converters because it helps reduce ripple current, improving overall efficiency and performance. The interleaved buck converter is controlled by a Maximum Power Point Tracking (MPPT) algorithm, specifically the Incremental Conductance MPPT, which adjusts the duty cycle to ensure that the system is operating at its optimal power point.

Maximum Power Point Tracking (MPPT) Algorithm

The MPPT algorithm is critical for extracting the maximum available power from the PV system, especially as solar irradiance conditions change throughout the day. The Incremental Conductance MPPT adjusts the duty cycle of the buck converter based on the changes in the voltage and current of the PV system. By continuously adjusting, the system tracks the optimal operating point where the maximum power is extracted from the solar panels, ensuring that the system operates efficiently under varying sunlight conditions.

Grid Integration for Power Supply

The system is also integrated with a 230V AC grid. The grid plays an important role in charging the EV when PV power is insufficient. An inverter is used to connect the 230V AC grid to the DC bus. The inverter is controlled based on the availability of PV power and the charging status of the EV. If the PV power generation is insufficient to meet the demand, grid power is drawn to supply both the EV and local DC loads.

Charging Logic for the Electric Vehicle

The charging logic of the system dynamically adjusts based on the availability of PV power and the presence of an EV. If the PV power is below a certain threshold (such as 2A), the system switches to grid power to charge the EV. When the PV power is sufficient, the system avoids using grid power, and instead, the excess solar energy is used to charge the EV. This control mechanism ensures that the grid is only used when absolutely necessary, reducing overall energy costs.

Battery and EV Connections: Bidirectional Power Flow

The system is designed to work with both stationary batteries and EV batteries. A bidirectional converter allows power to flow in both directions, so the batteries can either supply or store power depending on the conditions. The system can switch between using the stationary battery or the EV battery, based on the presence of the EV and the amount of available PV power.

When the EV is connected to the system, the stationary battery is disconnected, and the EV battery is used for charging. Conversely, when the EV is not connected, the stationary battery supplies the load. This flexible configuration ensures that the system can operate efficiently whether the EV is present or not.

Grid Power Management: Reducing Costs

Grid power is only used when necessary, such as when PV power generation is insufficient, and the EV is being charged. During periods of low or no solar generation, the grid provides power to both the EV and local loads. When the PV system generates excess power, the grid is bypassed, and the energy goes into charging the EV. This intelligent grid power management reduces reliance on the grid and helps lower energy costs.

System Testing and Performance Monitoring

Throughout the simulation, various conditions were tested, including fluctuations in solar irradiance and the switching of EV and stationary battery connections. The system adapts to changes in PV power by adjusting power flow between the PV system, batteries, the grid, and the EV. This flexibility ensures efficient operation and minimizes energy loss. Parameters such as battery voltage, current, and power are measured, along with the power generated by the PV system and consumed by the DC load and EV.

Conclusion: Enhancing Energy Efficiency with Smart Integration

This Solar PV EV Charging Station with Grid Integration model demonstrates how renewable energy systems can be optimized using smart control algorithms and power management strategies. By using a combination of Solar PV, grid power, and efficient battery management, the system reduces reliance on the grid, lowers energy costs, and provides reliable charging for electric vehicles. This model is an excellent example of how MATLAB can be used to design and simulate renewable energy systems with advanced control strategies for real-world applications.

4 views0 comments

Komentar


bottom of page