The Complete Solar-to-Load Block Diagram

When beginners search for a basic "how do solar panels work diagram," they usually see a single panel wired to a lightbulb. In reality, a functional off-grid or hybrid power system requires a strict sequence of energy conversion and storage blocks. The photovoltaic effect generates direct current (DC) when photons excite electrons in the silicon lattice, but raw panel output is highly variable, swinging from 18V to 42V depending on irradiance and temperature.

To make this usable, we route the power through four distinct stages:

  1. PV Array (Source): Panels wired in series to increase voltage, minimizing current and allowing the use of smaller wire gauges (e.g., 10 AWG THHN) over long roof runs.
  2. MPPT Charge Controller (Regulation): A Maximum Power Point Tracker acts as a DC-DC buck converter. It drops the high array voltage down to the battery's absorption voltage while proportionally increasing the current, preserving total wattage minus conversion losses (typically 96-98% efficient).
  3. Battery Bank (Storage): Stores chemical energy. The battery acts as a massive capacitor that stabilizes system voltage, absorbing the MPPT's pulsed output and supplying high-surge currents to the inverter.
  4. Inverter (Load Delivery): Converts the stabilized DC bus voltage into a pure sine wave AC output (120V/240V split-phase in North America) to run standard household appliances.
Sample 48V Off-Grid System Spec Sheet
ComponentModel / SpecKey Rating
PV Array4x 400W Monocrystalline1600W total, 160V Voc (Series)
Charge ControllerVictron SmartSolar MPPT 150/35150V max input, 35A max output
Battery Bank2x 48V 100Ah LiFePO4 (Server Rack)51.2V nominal, 10.24 kWh total
Inverter/ChargerVictron MultiPlus 48/3000/353000W continuous, 6000W surge

Sizing the Storage: C-Rates, DoD, and Peukert’s Law

Sizing a battery bank is where most DIY solar builds fail. You cannot simply divide your daily watt-hours by the battery voltage. You must account for Depth of Discharge (DoD), inverter efficiency, and the discharge rate (C-rate).

Let’s size a bank for a 1500W continuous load running for 4 hours (6000Wh total). We are using a 48V nominal (51.2V actual) LiFePO4 system.

  1. Base Amp-Hours: 6000Wh / 51.2V = 117.1Ah.
  2. Inverter & Wiring Efficiency: Inverters are roughly 93% efficient at this load, and copper wiring loses about 2%. Divide by (0.93 × 0.98) = 0.91. 117.1Ah / 0.91 = 128.6Ah required from the battery.
  3. Depth of Discharge (DoD): To achieve a 10-year cycle life, LiFePO4 should not be discharged below 20% State of Charge (80% DoD). 128.6Ah / 0.80 = 160.7Ah minimum bank size.

Therefore, you need two 100Ah 48V batteries in parallel to yield 200Ah, providing a safe buffer.

The Peukert Effect: Lithium vs. Lead-Acid

If you attempt this same build with Flooded Lead-Acid (FLA) batteries, you run into Peukert’s Law, which dictates that a battery's effective capacity shrinks as the discharge current increases. FLA batteries have a Peukert exponent (k) of roughly 1.25. LiFePO4 sits near 1.05, meaning it is virtually immune to this effect at normal C-rates.

Using the practical capacity formula: C_actual = C_rated × (I_rated / I_actual)^(k-1). If you pull 50A from a 200Ah FLA battery (rated at a 20-hour / 10A discharge), your actual usable capacity drops to roughly 133Ah. You would need to massively oversize a lead-acid bank to achieve the same 4-hour runtime that a compact lithium bank handles effortlessly.

Lithium Fire-Safety & BMS Warning: Never parallel LiFePO4 cells or packs of different ages, capacities, or chemistries. A voltage mismatch during connection can cause unlimited cross-current, melting busbars and triggering thermal runaway. Always use a Battery Management System (BMS) with cell-level balancing, and use a pre-charge resistor when connecting a new pack to an active bus to prevent capacitor inrush from welding your contactors.

Inverter and Charge Controller Sizing for Real Loads

Your inverter must handle both the continuous RMS load and the inductive surge of motor startups (refrigerators, well pumps, AC compressors). A 1500W continuous load might require a 4500W surge for 3 seconds. The Victron MultiPlus 48/3000 provides 3000W continuous (VA rating is slightly higher) and a 6000W peak, safely clearing the surge requirement.

For the solar charge path, the MPPT controller must be sized by output current, not input wattage. Our 1600W array, when charging a 51.2V battery, produces a maximum charging current of: 1600W / 51.2V = 31.25A. A 35A MPPT controller (like the Victron 150/35) is perfectly sized. If you were using a 12V battery bank, that same 1600W array would demand 133A of output current, requiring a massive, expensive 150A MPPT and 2/0 AWG battery cables. This is exactly why modern off-grid diagrams specify 48V architectures.

Solar Panel Diagram FAQs

How do solar panels work diagram for series vs parallel battery banks?

The consequence of wiring batteries in series versus parallel fundamentally changes your system voltage and amp-hour capacity, which dictates your wire sizing and inverter choice.

Series Wiring: Connects the positive of Battery A to the negative of Battery B. Consequence: Voltage adds up, but Amp-hours (Ah) remain identical to a single battery. Four 12V 100Ah batteries in series yield 48V at 100Ah. This is ideal for keeping currents low, allowing the use of smaller, cheaper copper wire (e.g., 2 AWG) between the battery and inverter.

Parallel Wiring: Connects positive to positive, negative to negative. Consequence: Voltage stays the same, but Ah adds up. Four 12V 100Ah batteries in parallel yield 12V at 400Ah. This creates massive current bottlenecks; pulling 3000W from a 12V bank requires 250+ Amps, necessitating expensive 4/0 AWG welding cable and multiple busbars to prevent uneven resistance and localized heating.

How do solar panels work diagram when calculating charge and discharge limits?

Charge and discharge limits are governed by the battery's C-rate and the BMS hardware limits. A standard 100Ah LiFePO4 server-rack battery has a recommended charge rate of 0.5C (50A) and a maximum discharge rate of 1C (100A).

In your system diagram, the MPPT charge controller must be hard-programmed to respect the battery's absorption voltage (typically 56.0V to 56.4V for 16-cell LiFePO4) and the tail current cutoff. If your solar array can produce 100A of charge current but your BMS is only rated for 50A continuous charge, you must use the BMS communication port (CAN bus) to tell the MPPT to dynamically throttle its output, or you risk tripping the BMS charge-FET and halting solar production entirely.

How do solar panels work diagram with multiple MPPT charge controllers?

When your roof has multiple orientations (e.g., South and West facing arrays) or shading issues, you wire multiple MPPT controllers in parallel directly to the main battery busbars.

Crucial Diagram Rule: Never daisy-chain the battery terminals of multiple charge controllers. Each MPPT must have its own dedicated breaker or fuse and its own dedicated wire run to the main battery busbar. If you daisy-chain them, the upstream controller will read the voltage drop across the wire caused by the downstream controller's charging current, leading to premature absorption triggers and undercharged batteries. Furthermore, ensure each MPPT has its own dedicated PV disconnect and battery breaker so you can isolate them for firmware updates or troubleshooting without taking the whole solar array offline.