In recent years, the adoption of renewable energy sources has surged, with solar power systems playing a pivotal role in global energy transitions. As a researcher focused on enhancing the safety and efficiency of solar power systems, I have dedicated efforts to addressing one of the critical challenges: DC voltage arc faults. These faults, characterized by high-impedance disturbances and rapid occurrence, pose significant fire hazards if not detected early. This paper presents a comprehensive study on the development of an arc fault detection device tailored for solar power systems, leveraging advanced signal processing techniques to mitigate risks. The importance of this work stems from the growing deployment of solar power systems in residential, commercial, and industrial settings, where DC arc faults can lead to catastrophic failures. Through experimental validation and theoretical analysis, we aim to provide a robust solution that integrates seamlessly into existing solar power system infrastructures, ensuring reliability and safety.
The solar power system operates by converting sunlight into electrical energy through photovoltaic (PV) panels, which generate DC voltage. However, the DC side of these systems is susceptible to arc faults due to factors like insulation degradation, loose connections, or environmental stresses. Arc faults in solar power systems can be categorized into series and parallel types, each with distinct characteristics and implications. Series arc faults occur due to interruptions in conductors, while parallel arc faults result from short circuits between lines or to ground. The rapid nature of these faults—with disturbance speeds as fast as 0.5 cycles in 0.01 seconds—renders conventional protection devices ineffective. Thus, this research emphasizes the need for specialized detection mechanisms that can respond swiftly to such events in solar power systems.
To contextualize this work, it is essential to understand the fundamental principles of solar power generation and the role of maximum power point tracking (MPPT). The photovoltaic phenomenon involves the generation of voltage and current flow between electrodes due to electromagnetic radiation from sunlight. In a solar power system, PV panels exhibit non-linear current-voltage characteristics, and their operating points depend on the impedance matching between the load and the panels. DC-AC converters, such as inverters, employ MPPT control to optimize power extraction by adjusting the duty cycle of switches. The efficiency of a boost converter, commonly used in solar power systems, can be expressed as follows:
$$ \eta = \frac{V_0 \times I_0}{V_{PV} \times I_{PV}} $$
where \( V_0 \) and \( I_0 \) represent the output voltage and current, and \( V_{PV} \) and \( I_{PV} \) denote the PV voltage and current, respectively. For a traditional boost converter, the relationship between input and output voltages is given by \( V_0 = \frac{V_{PV}}{1 – D} \), where \( D \) is the duty cycle. Substituting this into the efficiency equation yields:
$$ \eta = \frac{1}{1 – D} \cdot \frac{I_0}{I_{PV}} $$
However, considering the input resistance \( R_{in} = \frac{V_{PV}}{I_{PV}} \) and output resistance \( R_0 = \frac{V_0}{I_0} \), the efficiency can be reformulated as:
$$ \eta = \left( \frac{1}{1 – D} \right)^2 \cdot \frac{R_{in}}{R_0} $$
This equation highlights how adjusting the duty cycle in a solar power system influences the operating point and input resistance, enabling MPPT. Nonetheless, this control mechanism does not inherently address arc faults, which require dedicated detection strategies. The input resistance variation under MPPT can indirectly affect fault characteristics, necessitating integrated approaches in solar power system design.
Arc faults in solar power systems under DC voltage are particularly hazardous due to their high impedance and elevated fault currents compared to nominal levels. For instance, a series arc fault might exhibit current levels slightly below nominal, while a parallel arc fault can surge beyond normal limits. The following table summarizes key parameters for arc faults in a typical solar power system:
| Fault Type | Impedance Range (Ω) | Fault Current (A) | Disturbance Duration (s) |
|---|---|---|---|
| Series Arc | 10-50 | 5-15 | 0.005-0.01 |
| Parallel Arc | 1-10 | 20-100 | 0.01-0.02 |
As illustrated, parallel arc faults in solar power systems tend to have lower impedance and higher current, making them more destructive. The rapid disturbance speed necessitates detection methods that can process signals in real-time, which conventional devices fail to achieve. In this study, we designed an arc fault detection device prototype specifically for solar power systems, incorporating current sensors, relays, and microcontrollers to monitor and respond to faults. The device operates by analyzing current waveforms using discrete wavelet transform (DWT), which effectively distinguishes fault signatures from normal operating conditions in solar power systems.
The manufacturing of the arc fault interference equipment involved selecting components suitable for solar power system applications. Key hardware elements included a 6 A fuse, fuse holder, current transformer (CT) with a sensitivity range of 0-100 A, single-core fiber optic cables with a cross-sectional area of 2.5 mm², an inverter, switches, an arc fault generation chamber, a microcontroller (e.g., Arduino-based), and DC relays. The software component utilized DWT for signal processing, enabling the extraction of high-frequency components indicative of arc faults. The system workflow begins with the CT reading DC current signals between the power source and load in the solar power system. These analog signals are discretized and processed through DWT to isolate disturbance features. If the high-frequency current exceeds a threshold of 1.5 A and persists for more than two sampling points, the microcontroller triggers the relay to disconnect the load, thereby isolating the fault.
The detection methodology relies on DWT due to its ability to handle non-stationary signals common in solar power system faults. Unlike Fourier transform, DWT provides time-frequency localization, making it ideal for capturing transient arc fault events. The mathematical representation of DWT for a signal \( x(t) \) is given by:
$$ \text{DWT}(a, b) = \frac{1}{\sqrt{a}} \int_{-\infty}^{\infty} x(t) \psi^* \left( \frac{t – b}{a} \right) dt $$
where \( \psi(t) \) is the mother wavelet, \( a \) is the scaling parameter, and \( b \) is the translation parameter. In our implementation for solar power systems, we used the Haar wavelet for its computational efficiency in real-time applications. The processed signals are stored on a MicroSD module for offline analysis, allowing validation and refinement of the detection algorithm. The steps for DC voltage arc fault detection in a solar power system are as follows:
- Current sensor reads DC current signals from the solar power system.
- Analog signals are discretized at a sampling rate of 10 kHz.
- DWT is applied to extract high-frequency components.
- Peak current values are compared against a threshold of 1.5 A.
- If the number of threshold exceedances exceeds two points, an arc fault is detected.
- The microcontroller sends a signal to the DC relay to open the circuit, disconnecting the load.
This method ensures rapid response, critical for solar power systems where delays can lead to extensive damage. Experimental validation was conducted under varying load conditions to assess the device’s performance in solar power system environments.

In the experimental phase, we simulated normal and fault conditions in a solar power system prototype with loads of 55 W and 75 W. The current signals were processed using DWT, and the results demonstrated distinct patterns between normal and fault states. For the 55 W load, the arc fault current reached 89.11 A, with a convolved peak of 90 A, clearly exceeding the threshold. Similarly, for the 75 W load, the fault current was 85.11 A, and the convolved peak was 85 A. The following table summarizes the experimental data for multiple trials, highlighting the consistency of fault detection in solar power systems:
| Load (W) | Condition | Max Current (A) | Avg Current (A) | Min Current (A) | Fault Detected |
|---|---|---|---|---|---|
| 55 | Normal | 1.4 | 1.2 | 1.0 | No |
| 55 | Arc Fault | 89.11 | 85.5 | 80.0 | Yes |
| 75 | Normal | 1.45 | 1.3 | 1.1 | No |
| 75 | Arc Fault | 85.11 | 82.0 | 78.5 | Yes |
The probability distribution of current data under normal conditions in solar power systems showed that values remained below 1.5 A, with an average of 1.25 A across loads. In contrast, fault conditions exhibited currents soaring to 80-90 A, confirming the efficacy of the threshold-based detection. The high-frequency current components were analyzed using DWT, and the convolved signals provided a clear distinction, as illustrated in the experimental plots. For instance, under a 55 W load, the fault current convolution peaked at 90 A, while the normal state never exceeded 1.5 A. This divergence underscores the reliability of DWT in solar power system applications.
Further analysis involved calculating the probability density functions for current data in solar power systems. Under normal operation, the current distribution followed a Gaussian pattern with a mean of 1.3 A and standard deviation of 0.2 A, whereas fault conditions displayed a skewed distribution with means above 80 A. The mathematical representation for the normal distribution is:
$$ f(x) = \frac{1}{\sigma \sqrt{2\pi}} e^{-\frac{1}{2} \left( \frac{x – \mu}{\sigma} \right)^2} $$
where \( \mu \) is the mean and \( \sigma \) is the standard deviation. For fault conditions, the distribution parameters shift significantly, enabling robust detection. The following equation models the fault current probability in solar power systems:
$$ P(\text{fault}) = \int_{threshold}^{\infty} f_{\text{fault}}(x) \, dx $$
where \( f_{\text{fault}}(x) \) is the probability density function under fault conditions. Our experiments showed that with a threshold of 1.5 A, the probability of false alarms was less than 1%, while the detection rate exceeded 98% for various solar power system configurations.
In conclusion, this research demonstrates the effectiveness of a DWT-based arc fault detection device for solar power systems. The proposed method successfully distinguishes between normal and fault states by analyzing high-frequency current components, with thresholds optimized for rapid response. The integration of this device into solar power systems can significantly reduce fire risks by enabling early fault isolation. Future work will focus on enhancing the algorithm for broader operating ranges and integrating machine learning for adaptive threshold adjustment in dynamic solar power system environments. As solar power systems continue to expand globally, such safety innovations are crucial for sustainable energy adoption.
