How to size cables for a PV module array to minimize losses?

How to size cables for a PV module array to minimize losses

To minimize losses in a photovoltaic (PV) array, you size the cables by calculating the maximum acceptable voltage drop, typically aiming for 1-3% for the DC side, and then selecting a cable with a cross-sectional area (mm² or AWG) that meets this criteria based on the array’s maximum current, circuit length, and the cable’s material properties. It’s a direct balance between upfront cost and long-term energy harvest. Getting this wrong is like installing a high-performance engine and then pinching the fuel line; you’ll never get the power you paid for.

The heart of the issue is resistive loss, which converts precious generated electricity into waste heat. This loss is governed by Ohm’s Law (P_loss = I² * R). The critical takeaway is that the loss is proportional to the square of the current (I²). This is why high currents are the enemy of efficiency and why system voltage plays a monumental role. For example, doubling the current in a circuit quadruples the power loss, while doubling the voltage (which halves the current for the same power) cuts those losses to a quarter. This principle is the driving force behind the shift from 600V to 1000V and now 1500V DC systems in utility-scale and large commercial solar farms.

Let’s break down the step-by-step process with real numbers.

Step 1: Gather the Core System Parameters

You can’t start a calculation without the basics. You need:

  • Maximum Power Current (Imp) per String: Found on the pv module datasheet. For a modern 450W panel, this might be around 10.8 A.
  • Short-Circuit Current (Isc) per String: Also on the datasheet, typically about 11.4 A for our example panel. We use Isc for safety calculations (fusing, breaker sizing).
  • Number of Strings in Parallel: This determines the total current flowing in the main cable run to the inverter. 5 strings? 10? 20?
  • One-Way Cable Length (L): The physical distance from the array’s combiner box to the inverter input. This is a one-way distance. Remember, the current has to flow to the inverter and back, so the effective length for calculation is 2L.
  • System DC Voltage (Vmp): The voltage at maximum power. This is the Imp multiplied by the number of modules in a series string. For a string of 10 panels with a Vmp of 41V each, the system Vmp is 410V.

Step 2: Determine the Maximum Allowable Voltage Drop (ΔV)

This is a financial and engineering decision. A tighter voltage drop means less energy loss but thicker, more expensive cables. Common benchmarks are:

  • 1% or less: Excellent for maximizing ROI, especially in high-value commercial or utility projects. Highly recommended.
  • 2%: A good balance for most residential and commercial systems.
  • 3%: Generally considered the maximum acceptable limit for the DC side of the system. The National Electrical Code (NEC) recommends this as a maximum for feeder circuits.

For our example, let’s be ambitious and target a 1% loss on the DC side. For a 410V system, this means our allowable voltage drop (ΔV) is 410V * 0.01 = 4.1 Volts.

Step 3: The Voltage Drop Calculation

The fundamental formula for single-phase DC voltage drop is:

ΔV = (2 * L * I * ρ) / A

Where:

  • ΔV = Voltage Drop (Volts)
  • L = One-way Length of the circuit (meters)
  • I = Total Current (Amps). For the source circuit (string), use Isc. For the output circuit (to inverter), use the sum of the Isc from all parallel strings.
  • ρ = Resistivity of the conductor material (Ω·m). For copper at 75°C (a standard operating temperature), this is approximately 0.021 Ω·mm²/m.
  • A = Cross-sectional area of the conductor (mm²) – this is what we’re solving for!

We can rearrange the formula to solve for the required cross-sectional area (A):

A = (2 * L * I * ρ) / ΔV

Practical Example:

Imagine a small commercial array with the following:

  • 20 panels, configured as 2 strings of 10 panels in parallel.
  • Panel Isc = 11.4 A, Vmp = 41 V.
  • One-way cable run from combiner box to inverter: 30 meters.
  • Target Voltage Drop: 1%.

First, calculate key system figures:

  • System Vmp = 10 panels * 41V = 410V
  • Allowable ΔV = 410V * 0.01 = 4.1V
  • Total Current to Inverter (I) = 2 strings * 11.4 A = 22.8 A (using Isc for conservative sizing).

Now, plug into the formula:
A = (2 * 30 m * 22.8 A * 0.021 Ω·mm²/m) / 4.1 V
A = (28.73) / 4.1
A = 7.00 mm²

This calculation shows we need a cable with a cross-sectional area of at least 7.00 mm². Looking at standard cable sizes, 6 mm² is too small (it would result in a higher loss), so we would select a 10 mm² cable for this run. This is a classic example of rounding up to the next available, safer standard size.

The table below shows how different cable sizes would perform in this specific scenario, demonstrating the impact of your choice.

Cable Size (mm²)Calculated Voltage Drop (V)Voltage Drop (%)Power Loss (Watts)Annual Energy Loss (kWh, approx.)*
410.82.63%246431
67.21.76%164287
10 (Selected)4.31.05%98172
162.70.66%62109

*Assumes 4.5 equivalent sun-hours per day. Note how the power loss halves as the cable size doubles.

Step 4: Critical Adjustments and Code Compliance

Raw calculation isn’t the end of the story. You must adjust for real-world conditions.

Temperature De-rating: Cable resistance increases with heat. If your cables will be running in a hot environment (like a sun-baked rooftop conduit that can easily reach 60-70°C), the resistivity (ρ) increases. The NEC and other standards provide correction factors. You might need to multiply your calculated current (I) by a factor of 1.2 or more before sizing the cable to ensure it doesn’t overheat under worst-case conditions.

Ampacity and Overcurrent Protection: The chosen cable must have a rated ampacity (current-carrying capacity) greater than the required circuit current after all adjustments. Furthermore, the overcurrent protection device (fuse or breaker) must be sized to protect the weakest link in the circuit, which is often the cable. For a cable rated at 55A, you’d typically use a 50A or 60A fuse, depending on the code. You cannot simply put a 100A fuse on a cable that can only safely handle 55A.

Step 5: Optimizing Beyond the Basics – The “Where” and “How”

Sizing is one thing; system design is another. Smart layout can save you thousands in copper costs.

Centralized vs. String Inverters: With string inverters, you have long DC runs from the roof to the ground-mounted inverter. This is where losses add up quickly, demanding thick cables. With microinverters or DC optimizers, the high-current DC run is eliminated. The wiring between modules carries a much lower voltage and current, and the run to the main electrical panel is now AC, which is often more forgiving and uses thinner, less expensive AC cable.

Higher System Voltage: This is the most powerful lever. Let’s compare two systems with the same 10kW power output:

  • System A (Low Voltage): 24 panels, configured as 2 strings of 12. System Vmp = 500V, Imp = 20A.
  • System B (High Voltage): 24 panels, configured as 1 string of 24. System Vmp = 1000V, Imp = 10A.

Both systems produce 10,000 watts. However, for the same 50-meter run and the same 6 mm² cable, the power loss in System B will be one-fourth of the loss in System A because the current is halved (P_loss = I²R). This allows you to use a smaller, cheaper cable for the high-voltage system or achieve drastically lower losses with the same cable.

Step 6: The Financial Payoff – A Simple ROI Analysis

Let’s put a dollar value on the cable sizing decision from our earlier example. The price difference between a 6 mm² and a 10 mm² cable for a 30-meter run might be around $150. The table shows the 10 mm² cable saves 115 watts of loss (287W – 172W) during peak production.

Annual Energy Saved = 115W * 4.5 sun-hours/day * 365 days/year = ~189 kWh/year.
If electricity costs $0.15/kWh, that’s an annual saving of about $28.35.
The simple payback period is $150 / $28.35/year ≈ 5.3 years.

Considering solar systems last 25+ years, that’s nearly 20 years of pure savings from a minor upfront investment. In a commercial setting with higher demand charges or time-of-use rates, the payback can be significantly faster.

Ultimately, meticulous cable sizing is not an academic exercise; it’s a direct investment in the productivity of your solar asset. Using specialized software or online calculators that incorporate temperature corrections and code rules is essential for professional designs, but understanding the underlying principles ensures you make informed choices that balance performance, safety, and cost for the entire lifespan of the installation.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top
Scroll to Top