Direct Current Charger Hardware Platform Design

Abstract

In order to reduce the pollution caused by fuel vehicles to the environment, electric vehicles are becoming the means of transportation. The replacement of fuel vehicles by electric vehicles is a future trend. Based on practical requirements, a 120 kW direct current charger has been designed. Taking the MK60DN512 as the core controller, a direct current charger control system is designed and implemented. The overall solution of the direct current charger control system is designed. According to the functional requirements of the direct current charger, a system hardware platform is built based on embedded technology. The hardware mainly consists of MK60DN512 microcontroller, start/reset circuit, JTAG download/debugging circuit, clock circuit, minimum system power supply, output voltage sampling and signal conversion circuit, output current sampling and signal conversion circuit, AC relay control circuit and temperature detection circuit.

Share and Cite:

Zhang, Y. (2018) Direct Current Charger Hardware Platform Design. Open Access Library Journal, 5, 1-10. doi: 10.4236/oalib.1104593.

1. Introduction

Facing the increasingly severe challenges of the environment, energy and climate change, vigorously developing new energy industries and gradually promoting the transformation of transportation energy through the development of new energy, vehicles are the main ways to achieve sustainable development of the entire automotive industry. After the exploratory period of early blooming flowers, new energy vehicles have formed a consensus in the international arena and gradually realize the electrification of automobiles. The development of electric vehicles is its strategic focus and general trend. However, due to the slow construction of charging facilities, the ratio of electric vehicles and chargers, a serious imbalance, the promotion of electric vehicles has been limited [1] .

According to statistics from the China Association of Automobile Manufacturers, domestic sales of new energy vehicles in 2015 increased 3.4 times year-on-year, reaching 330,000 vehicles. However, the construction of the charger has lagged far behind. By the end of 2015, 3600 charging stations and 49,000 public chargers have been built in the country. The ratio of chargers and electric vehicles is about 1:9, according to the charger and electric vehicle 1:1, the configuration standards, the huge gap in the number of chargers.

Direct current charging method is also known as “fast charge”. Direct current chargers use this method to directly charge EV battery packs. The direct current charger input is 380 V AC and the output is adjustable DC. This kind of charging speed is fast, but it will affect the life of the battery pack. Direct current chargers are mostly built in large charging stations.

AC charging method is also known as “slow charge.” The AC charger uses this method to charge the onboard charger of the electric vehicle. It does not provide any power output itself, but only acts as a control switch [2] .

In this way, the charging speed is slow and cannot meet some special charging requirements, but it can effectively protect the battery pack. AC chargers are mostly built in supermarkets, parking lots and other public areas.

The electric vehicle direct current charger is a power supply device that is fixedly installed outside the electric vehicle and provides a high-power direct current charging function for the electric vehicle battery (Figure 1).

2. Direct Current Charger Control System Design

2.1. Charger Charging Principle

A direct current charger is a charging device that directly charges an electric automobile power battery through an AC grid. Because of its faster charging speed, people in the industry also call it “fast charging”. The AC charger is different.

Figure 1. Connection diagram of dc charger and electric vehicle.

The AC charger is a device that charges the battery by means of an electric vehicle on-board charger through the AC grid. Because the charging speed is slower than that of the DC charger, it is called “slow charging” [3] . The difference between the charging modes of the two chargers can be simply summarized as follows: The direct current charging device can directly charge the battery of the electric vehicle, and the AC charger needs to use the on-board charger to charge the battery indirectly. In addition, the two charging methods also differ greatly in charging speed. When fully charging an electric car with an average battery capacity (a charge process from 0% to 100%), using an AC charger takes about eight hours to complete. When using a direct current charger to fully charge, it only takes two to three hours.

2.2. Charging Control Principle

The charging control function is the most basic function of the direct current charger system. The direct current charging pile is powered by three-phase AC power to provide a safe and reliable DC charging function for the electric vehicle. Specifically including: The charger shall provide low voltage auxiliary power for the electric vehicle, which is used to provide power for the battery management system of the electric vehicle during the charging process. The power supply voltage shall be 12 V direct current; the charging pile shall be compatible with the old and new national standard protocol, and be automatically connected and performed after inserting the gun. Charging control, after the completion of the charging should be able to automatically disconnect; in the charging process, the charging pile dynamically adjusts the charging parameters based on the data provided by the battery management system, perform the appropriate actions to complete the charging process. The entire charging process includes four phases, a handshake phase, a charging parameter configuration phase, a charging phase, and a charge termination phase. Each phase of the BMS will send a different message. After receiving the message, the microcontroller performs a corresponding action, for example, controlling the closing of the contactor and controlling the output voltage and current of the direct current output unit. After that, the microcontroller needs to be charged according to non-vehicle. Machine and battery management system communication protocol reply corresponding message.

2.3. Overall Scheme Design of Direct Current Charger Control System

In Figure 2, the specific working principle: the contactor controls the on and off of 380V AC power, the AC power meter is connected to the output terminal of the contactor, and the direct current charger control board reads the energy meter data in real time through RS232 communication, which is used by the user. Electricity is calculated. The output terminal of the AC power meter is connected to the DC output unit. The DC charger control board sends commands

Figure 2. Structure diagram of dc charger control system.

to the power supply module through RS485 communication to control the output voltage and current. The DC output unit is directly connected to the battery pack of the electric vehicle, and the battery pack is quickly Charging, the battery management system sends the battery pack parameters to the DC charger control board via the CAN bus. After receiving the message, the DC charger control board parses the message and adjusts the voltage and current in time. During the charging process, the AC contactor can be controlled by the DC charger control board, or it can be directly closed by the forced closing button. After receiving the voltage and current requirements sent by the BMS, the DC charger control board compares the current value with the current value returned by the power module after receiving the voltage and current requirements sent by the BMS. If the controller does not adjust the current, the controller will re-send the command to the power supply, Module. The message sent by the BMS battery management system through the CAN bus, part of the DC charger control board is used for charge control, and the other part is used to analyze the cell voltage information in the message.

3. Control Board Hardware Platform Design

3.1. Control Board Hardware Overall Design

Direct current charger control board in hardware by the MK60DN512 microcontroller, crystal, RS485 external circuit, JTAG download circuit, reset circuit, power circuit, CAN transceiver, output voltage sampling, output current sampling, relay control circuit and temperature detection circuit The CAN transceiver of the control board realizes the communication between the DC charger and the battery management system of the electric vehicle. The RS485 circuit is an external circuit for the communication between the control board and the power supply module. It is mainly used for the control board to issue commands to the power supply module and the receiving power supply module. The returned command; the output voltage sampling and signal conversion circuit and the output current sampling and signal conversion circuit perform real-time sampling of the output voltage and current of the DC charger power module, and is converted into a voltage of 0 to 3.3 V that is identifiable by the MK60DN512 chip., MK60DN512 through the A/D converter to get the output voltage and current value; relay control circuit for controlling the closing and opening of the relay, close the relay when charging is needed, disconnect the relay when stopping charging; temperature detection circuit for charging The temperature of the internal power module prevents over-temperature; The circuit provides the clock beats for the chip; the 3.3 V obtained by the power circuit conversion mainly supplies power to the chip; the other 12 V and 5 V circuits are powered by the power supply outside the control board; the JTAG download circuit is used for the software writer to the chip and can also be used for software Debug debugging [4] .

3.2. MK60DN512 Chip Introduction

Taking into account the complexity of the direct current charger and the need for future modifications or functional extensions, the traditional 8-bit microcontrollers are slower, less accurate, and have poorer expansion capabilities, making it difficult to meet our design requirements. Therefore, this vehicle terminal hardware system selects Microcontroller chip MK60DN512 developed by Freescale based on ARM Cortex-M3 core. The chip has advanced core design and rich peripherals. The circuit of the MK60DN512 chip is shown in Figure 3, the main chip MK60DN512 is clocked at 72 MHz. Its CPU core (Cortex-M3) consists of a 32-bit RISC (Reduced Instruction Set Computer) processor, a 64K byte of Flash program memory and 20 K bytes of data. SDRAM, single-cycle multiplication and hardware division, can reach 1.25 DMips/MHz in 0 wait cycle access of the memory. Rich Peripheral Interface: Supports various communication methods such as USART, I2C, SPI, CAN, USB, etc., which are sufficient to meet various complex needs, DMA, timer and PWM control, ADC, temperature sensor, etc. Control all occasions can meet the requirements.

3.3. Output Voltage Sampling and Signal Conversion Circuit

The output voltage sampling and signal conversion circuit converts the strong electric signal output by the power supply module into a 0 - 3.3 V weak electric signal that can be identified by the MK60DN512 chip A/D module, and isolates the main power circuit and the control circuit. The output voltage sampling and signal conversion circuit uses the Hall voltage sensor WHV05AS5S6 and a one-to-one in-phase operational amplifier. Output voltage sampling and signal conversion circuit shown in Figure 4.

3.4. Output Current Sampling and Signal Conversion Circuit

The output current sampling is mainly realized by a Hall current sensor. The

Figure 3. MK60DN512 Chip circuit diagram.

Figure 4. Output voltage sampling and signal conversion circuit.

Figure 5. Output current sampling and signal conversion circuit.

Hall current sensor adopts BYD Company’s BSY2-100IOV2L, which has the advantages of good linearity, high precision, wide frequency band, and strong isolation. The BSY2-100IOV2L has a rated input current of 0 to 100 A, a rated output voltage of 4 V, and a power supply voltage of ±12 V to ±15 V, The specific circuit of the output current sampling and signal conversion circuit is shown in Figure 5.

4. Conclusion

In short, firstly the direct current test system is turned on, then the charger to start charging is operated, and the CAN data logger is used to record the message of the entire charging process. After continuous debugging and protocol analysis, the communication that meets the protocol requirements is finally realized. In the process, some messages are shown in Figure 6. In the message, the charge handshake phase, charging parameter configuration

Figure 6. Communicate with the dc test system part of the communication.

phase, charging phase, and charge termination phase of the DC test system are reflected [5] [6] .

Conflicts of Interest

The authors declare no conflicts of interest.

References

[1] Moore, S.W. and Schneider, P.J. (2001) A Review of Cell Equalization Methods for Lithium Ion and Lithium Polymer Battery Systems. Society of Automotive Engineers, 9, 230-235.
https://doi.org/10.4271/2001-01-0959
[2] Moore, S.W. and Schneider, P.J. (2001) A Review of Cell Equalization Methods for Lithium ion and Lithium Polymer Battery Systems. SAE Publication, 2001, 01-0959.
https://doi.org/10.4271/2001-01-0959
[3] Baughman, A.C. and Ferdowsi, M. (2008) Double-Tiered Switched-Capacitor Battery Charge Equalization Technique. IEEE Transactions on Industrial Electronics, 55, 2277-2285.
https://doi.org/10.1109/TIE.2008.918401
[4] Bazydlo, G., Adamski, M., Wegrzyn, M. and Rosado Munoz, A. (2013) From UML State Machine Diagram into FPGA Implementation. IFAC Proceedings Volumes, 46, 231-235.
https://doi.org/10.3182/20130925-3-CZ-3023.00061
[5] Panov, Y. and Jovanovic, M.M. (2008) Loop Gain Measurement of Paralleled DC-DC Converters with Average-Current-Sharing Control. IEEE Transactions on Power Electronics, 23, 2942-2948.
https://doi.org/10.1109/TPEL.2008.2002955
[6] Cheng, D.K.W, Lee, Y.S. and Chen, Y. (2005) A Current-Sharing Interface Circuit with New Current-Sharing Technique. IEEE Transactions on Power Electronics, 20, 35-43.
https://doi.org/10.1109/TPEL.2004.839875

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.