1. Introduction
The rapid expansion of public DC fast-charging networks has amplified interoperability challenges across multi-protocol systems. Variations in protocol implementation, current-limiting strategies, and communication reliability often result in charging interruptions and overprotection, compromising system safety and stability. Zhao et al. [
1] emphasized the importance of electrothermal coupling in diagnostics. Franzese et al. [
2] identified protocol-device mismatches as a major failure source. Sharma et al. [
3] proposed a fault-tolerant strategy lacking multi-stage coordination and risk assessment. Madani et al. [
4] focused on battery modeling, while Esfahani et al. [
5] introduced a hierarchical control method without fault recovery logic. Few existing solutions jointly address anomaly detection, recoverable current control, and smooth disconnection. This work proposes a unified framework integrating MPC-based scheduling, risk-index diagnostics, and protocol-aware recovery to enable structured transitions, health-informed constraints, and adaptive disconnection for high-voltage batteries in complex charging environments.
2. Problem Analysis and System Modeling Under Charging Interoperability Conditions
In public DC charging networks, high-voltage battery systems often encounter control instability and ambiguous state recognition due to inconsistent protocol implementations, varying current-limiting strategies, and communication failures. These issues commonly lead to handshake failures, mid-session current fluctuations, and end-phase voltage overshoot during fast charging, posing serious risks to system stability and thermal safety margins[
6]. To establish a unified analytical framework, the fast charging process is abstracted as a state-driven dynamic system. System state is represented as
, control input as
, and environmental disturbance as
. The system state transition model is constructed as follows:
Here,
is the state transition matrix reflecting the physical dynamics across different charging phases;
represents the charging device's response capability to control commands; and
is the disturbance coupling matrix accounting for communication delays, charging station response lags, and grid fluctuations.
Figure 1 illustrates the typical evolution path of abnormal operating conditions triggered by interoperability events, clarifying the influence of different anomaly types on state transitions.
To enhance the model's engineering applicability, a set of state variable consistency constraints (
) is introduced to detect structural consistency between the handshake state and bus voltage/current responses:
Here, and represent real-time bus voltage and current feedback, respectively, while denotes the desired reference value. indicate the upper tolerance limits for state responses. This consistency constraint provides real-time discrimination during communication packet loss, control delays, and response anomalies, serving as the foundational basis for subsequent hierarchical control strategy triggering mechanisms.
3. Hierarchical Control and Current Command Optimization Strategy for Fast Charging
3.1. Hierarchical Control Architecture Design
The hierarchical control structure effectively addresses coordination failures caused by communication anomalies and device response variations during interoperable charging(As shown in
Figure 2)
3.2. Modeling the Current Command Optimization Problem
During high-voltage fast charging, current command generation must balance constraints from system boundaries, multi-source data, and safety requirements. The control system constructs a multi-time-domain coupled information structure using current state, historical data, and short-term load forecasts[
7]. The middle-layer module formulates current command generation as a dynamic optimization problem, with objectives to balance charging rate, thermal stress, and bus stability. Decision variables are current setpoints across future cycles. Constraints include maximum cell voltage, current slope, surge voltage limits, current-limiting strategies, and upper-layer risk commands. This modeling ensures that generated commands are feasible, recoverable, and responsive to abnormal conditions.
3.3. Current Command Generation Algorithm Design and Implementation
Based on the multi-constraint optimization model, the current command generation adopts a receding-horizon control scheme that combines rolling prediction and real-time correction to maintain robust controllability under frequent interoperability anomalies. At each sampling instant, the controller solves a finite-horizon optimization problem with the objective of minimizing a composite cost:
where
denotes the predicted charging current sequence within the forecast time domain,
represents the actual executed current at the previous time step,
indicates the bus voltage deviation,
signifies the cell temperature rise increment, and
,
, and
are weighting coefficients used to coordinate smoothness, voltage stability, and thermal safety objectives.The optimization is subject to constraints on cell voltage, current slope, power capability, and communication status. Using a quadratic programming solver within a rolling horizon of N = 10, only the first control input is applied per cycle. On a Cortex-A72 processor, average computation time is 7.8 ms per step. Diagnostic feedback updates constraint boundaries each cycle, maintaining control continuity under current-limiting conditions and protocol disruptions.
4. Safety Diagnosis and Controlled Disconnection Control Mechanism Design
4.1. Design of Safety Diagnosis Criteria During Fast Charging
The safety diagnostic module evaluates multi-source operational states and cumulative risks to support controlled disconnection under interoperability anomalies. A comprehensive risk indicator RRR is computed as:
where
and
are the measured and reference bus voltages,
,
denote measured and commanded current,
is the cell surface temperature,
is the nominal reference, and
is a normalized communication integrity score . The weights
to
are tuned empirically to balance physical and communication risks. Diagnostic logic classifies risk as: normal (
), warning (
), and critical (
). A moving-average window is applied to suppress transient spikes. Based on risk level, the system issues derating or controlled disconnection signals, ensuring safety during thermal accumulation and protocol disruptions [
8].
4.2. Controlled Disconnection and Fault Recovery Process Design
To prevent prolonged exposure to thermal runaway or electrical hazard under interoperability anomalies, the fast-charging controller adopts a tiered disconnection strategy based on the real-time risk indicator R and its derivative
. Disconnection is triggered when R exceeds thresholds and its growth rate surpasses defined margins. The control model aims to minimize disruption during disengagement and is formulated as:
where
represents the current change trajectory during disconnection,
denotes the real-time bus voltage value,
is the rated bus voltage,
and
are the weighting factors for adjusting current slope and voltage deviation respectively, and
indicates the completion time of disconnection execution.After successful disconnection, the system initiates fault recovery through an adaptive delayed re-entry mechanism. A minimum waiting time of τ ∈ [2.0, 2.5] seconds is applied based on fault type. A short pre-charge test verifies bus voltage stability and communication integrity via ISO 15118 ‘ChargingStatus’ messages or fallback logic under DIN 70121. This ensures reliable reconnection, avoids repeated handshake loops, and enhances control loop stability [
9].
4.3. Integrated Framework for Overall Control Mechanism
The integrated control mechanism is built on state-driven logic, hierarchical coordination, and safety redundancy. It comprises modules for state monitoring, current scheduling, risk evaluation, disconnection, and recovery. The layered architecture forms a closed-loop system connecting top-level diagnostics, mid-level optimization, and bottom-level execution. As shown in
Figure 3, event-triggered and periodic synchronization enable consistent state transitions and fault handling. A state machine governs phase segmentation and dynamically adjusts control boundaries based on derating or interruption signals, supporting proactive suppression and adaptive recovery. Parameter sharing and redundancy ensure uninterrupted control under restarts, packet loss, or device delays, enhancing overall system stability.
5. Experimental Validation and Results
5.1. Simulation Platform and HIL Test Platform Construction
The verification platform combines a model-driven simulation system with a hardware-in-the-loop (HIL) test setup. The simulation system uses MATLAB/Simulink and Stateflow to model bus loads, cell thermo-electrical behavior, communication protocols, and charging state transitions. The HIL setup, based on dSPACE MicroAutoBox and power amplifiers, emulates high-voltage battery ports, station control signals, and fault events to assess controller response, disconnection logic, and re-entry behavior under interoperability conditions. The platform supports flexible parameter configurations and scripted fault injections, ensuring comprehensive coverage and repeatable experiments.
5.2. Comparative Analysis of Charging Interruption Rates
Statistical analysis of over 3,000 interoperable charging sessions was conducted to assess control strategy stability. As shown in
Table 1, the fixed charging curve strategy had a 21.4% interruption rate under packet loss and current-limiting disturbances. The threshold derating strategy reduced this to 17.6%, while the proposed method—combining hierarchical control, diagnostics, and controlled disconnection—further lowered it to 11.1%. These results confirm that structured state management and recoverable current control effectively reduce unplanned interruptions from overshoot, oscillations, and reconnection failures, enhancing stability in complex interoperability scenario.
5.3. Comparative Analysis of Fault Recovery Duration
Recovery efficiency is critical to maintaining charging continuity and user experience after a fault. In tests with 3,000 samples, the fixed charging curve strategy—without recovery logic—averaged 6.5 s due to reconnection delays and repeated handshakes. The threshold derating method improved anomaly handling but still relied on passive reinitialization, averaging 4.3 s with inconsistent results. The proposed approach combines controlled disconnection with fast re-entry using state caching, link monitoring, and pre-charge checks, cutting average recovery time to 2.1 s. Over 80% of sessions recovered within 2.5 s, demonstrating that hierarchical recovery greatly enhances resumption efficiency under communication and voltage disturbance.
5.4. Analysis of Bus Voltage Overshoot Suppression Effect
Bus voltage frequently exhibits dynamic overshoot during charging phase transitions, abrupt command changes, or communication faults. Delayed control can push voltage beyond limits, triggering protection or damaging cells. Overshoot is mainly caused by inadequate current slope control, power response delays, and mismatches in limiting strategies. Analysis of 3,000 fast-charging sessions showed that fixed charging curves resulted in an average overshoot of 41.2 V, peaking at 54.6 V. Threshold-based limiting reduced the average to 28.7 V, though occasional spikes persisted. With controlled disconnection, gradual current recovery, and command smoothing, the overshoot further declined to 22.6 V, achieving approximately 45% suppression and improved voltage stability.
Figure 4.
Comparison of Typical Bus Voltage Waveforms.
Figure 4.
Comparison of Typical Bus Voltage Waveforms.
5.5. Analysis of Cell Temperature Rise Control Effectiveness
High-voltage batteries are susceptible to thermal accumulation during high-current fast charging, particularly under current fluctuations and control instability caused by interoperability anomalies. These conditions heighten the risk of temperature exceeding safe limits and initiating thermal runaway. To evaluate thermal management, data from 3,000 charging sessions were analyzed. As shown in
Figure 5, the fixed charging curve resulted in an average temperature rise of 8.7 °C, with peaks above 12.5 °C and uneven distribution. Threshold-based limiting reduced the average to 6.9 °C, though recovery-phase surges remained. With optimized current control, derating, and controlled disconnect–reconnect, the average decreased to 6.1 °C, peak values stayed below 11.2 °C, and thermal distribution was more uniform.
5.6. Scalability and Real-World Deployment Considerations
The proposed framework performs well in HIL environments, but real-world charging networks vary widely in protocols, hardware, and conditions. Legacy systems lack standardized re-entry, requiring backward-compatible handshake logic. Extreme temperatures and grid instability can affect thermal and electrical responses, challenging controller robustness. Cyber-physical threats like spoofing or packet injection also threaten diagnostic accuracy and recovery. To enhance applicability, future deployments should integrate adaptive protocol abstraction, temperature-aware constraint tuning, and encrypted communication aligned with ISO 15118, improving fault tolerance and scalability across diverse infrastructures.
6. Conclusions
This work presents a hierarchical control architecture with constraint-optimized current scheduling to enhance safety and stability in high-voltage fast charging under interoperability conditions. It enables real-time anomaly detection, controlled disconnection, and fast fault recovery. Tested in over 3,000 HIL sessions, the approach cuts interruption rates, recovery time, and voltage/temperature overshoot. However, it does not yet address battery aging or switching fatigue. Future work will integrate degradation models, SoH-adaptive thresholds, secure protocols, and grid-aware feedback to improve real-world robustness.
References
- Zhao, J.; Feng, X.; Tran, M.K.; et al. Battery safety: Fault diagnosis from laboratory to real world. J. Power Sources 2024, 598, 234111. [Google Scholar] [CrossRef]
- Franzese, P.; Patel, D.D.; Mohamed, A.A.S.; et al. Fast DC charging infrastructures for electric vehicles: Overview of technologies, standards, and challenges. IEEE Trans. Transp. Electrif 2023, 9, 3780–3800. [Google Scholar] [CrossRef]
- Sharma, S.; Amir, M.; Alotaibi, M.A.; et al. Optimal Control Strategies for Reliable Operation of Electric Vehicle Charging Stations under Fault Tolerant Scenarios. Int. J. Math. Eng. Manag. Sci. 2024, 9, 1357–1381. [Google Scholar] [CrossRef]
- Madani, S.S.; Shabeer, Y.; Nair, A.S.; et al. Advances in Battery Modeling and Management Systems: A Comprehensive Review of Techniques, Challenges, and Future Perspectives. Batteries 2025, 11, 426. [Google Scholar] [CrossRef]
- Esfahani, F.N.; Darwish, A.; Alotaibi, S.; et al. Hierarchical control design of a modular integrated OBC for dual-motor electric vehicle applications. IEEE Access 2024, 12, 196306–196327. [Google Scholar] [CrossRef]
- Zheng, X.; Hu, S.; Dwyer, V.; Derakhshani, M.; Barrett, L. Joint Attention Mechanism Learning to Facilitate Opto-physiological Monitoring during Physical Activity. arXiv 2025, arXiv:2502.09291. [Google Scholar] [CrossRef]
- Hsu, Y.M.; Ji, D.Y.; Miller, M.; et al. Intelligent maintenance of electric vehicle battery charging systems and networks: Challenges and opportunities. Int. J. Progn. Health Manag. 2023, 14, 1–14. [Google Scholar] [CrossRef]
- Bindi, M.; Piccirilli, M.C.; Luchetta, A.; et al. A comprehensive review of fault diagnosis and prognosis techniques in high voltage and medium voltage electrical power lines. Energies 2023, 16, 7317. [Google Scholar] [CrossRef]
- Geng, S.; Zhang, Y.; Xie, B.; et al. Challenges and opportunities for fast-charging batteries. J. Phys. Chem. C 2023, 127, 15021–15034. [Google Scholar] [CrossRef]
- Acharige, S.S.G.; Haque, M.E.; Arif, M.T.; et al. Review of electric vehicle charging technologies, standards, architectures, and converter configurations. IEEE Access 2023, 11, 41218–41255. [Google Scholar] [CrossRef]
|
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).