🎓 Lesson 3 D3

Understanding Load Profiles: From Nameplate to Real-World Duty Cycles

A load profile is a graph or table that shows how much power a piece of equipment uses—and when—over time, like a daily diary of electricity demand.

🎯 Learning Objectives

  • Calculate average, peak, and diversity factors from a given hourly load dataset
  • Analyze and classify load profiles into categories (e.g., continuous, cyclic, intermittent) using time-domain metrics
  • Design battery and generator sizing based on load profile statistics (e.g., 95th percentile demand, daily kWh total)
  • Explain how nameplate ratings misrepresent real energy use and quantify the error using measured duty cycle data

📖 Why This Matters

In remote mining operations—where diesel generators, solar PV, and batteries must work together reliably—oversizing or undersizing the power system wastes capital, increases fuel use, and risks production stoppages. A load profile isn’t just ‘how much power’—it’s *when*, *how often*, and *for how long*. Ignoring it leads to mismatched components: a 100 kW generator running at 12% load 70% of the time (inefficient, high emissions) or a battery bank depleted in 4 hours during crusher startup (system failure). This lesson bridges the gap between equipment labels and field reality.

📘 Core Principles

Load profiles originate from three layers: (1) Nameplate rating—the maximum steady-state power under ideal lab conditions; (2) Duty cycle—the temporal pattern of operation (e.g., 15 min ON / 45 min OFF); and (3) Real-world derating—caused by voltage sags, ambient temperature, aging, or control logic (e.g., VFDs reducing motor speed but not linearly scaling power). Hybrid system design requires time-resolved demand data because renewables are intermittent and batteries respond poorly to sustained overloads. Profiles are classified by shape (e.g., baseload, diurnal, pulsed) and statistical descriptors (peak-to-average ratio, load factor, coincidence factor). Critical insight: the same nameplate device (e.g., a 50 kW conveyor motor) may draw 6 kW continuously (if lightly loaded), 48 kW for 2 minutes at startup, and 0 kW during shift breaks—making its *effective* profile vastly different from its label.

📐 Load Factor & Peak-to-Average Ratio

Load factor quantifies efficiency of energy utilization over time; peak-to-average ratio indicates stress on generation and storage. Both are essential for sizing and economic analysis.

💡 Worked Example

Problem: A portable crushing plant operates 24/7 with measured hourly power draws (kW) over one day: [8.2, 7.9, 8.1, 8.0, 8.3, 8.1, 12.4, 15.6, 18.2, 22.1, 24.3, 25.0, 24.7, 23.9, 22.8, 21.5, 19.8, 17.2, 14.5, 11.8, 9.4, 8.6, 8.3, 8.1]. Calculate LF and PAR.
1. Step 1: Compute average load = sum of all 24 values ÷ 24 = 15.8 kW
2. Step 2: Identify peak load = max value = 25.0 kW
3. Step 3: Load Factor = Average Load ÷ Peak Load = 15.8 ÷ 25.0 = 0.632 (or 63.2%)
4. Step 4: PAR = Peak Load ÷ Average Load = 25.0 ÷ 15.8 = 1.58
Answer: The load factor is 0.63 (63%), indicating moderate utilization efficiency; PAR is 1.58 — typical for cyclic mining loads. Both fall within acceptable ranges for hybrid diesel-solar-battery systems per IEEE 1547-2018 guidelines.

🏗️ Real-World Application

At the Tasiast Gold Mine (Mauritania), a 2022 hybrid retrofit replaced 3 × 2.2 MW diesel gensets with a 3.2 MW solar PV array + 4.5 MWh lithium-ion battery + 2 × 1.8 MW diesel gensets. Pre-installation load profiling revealed that the primary SAG mill drew only 40–45% of nameplate (5.2 MW) during normal grinding, but spiked to 92% for 3–5 minutes during ball charge repositioning—every 4–6 hours. Without capturing this pulsed profile, battery SOC forecasting failed, causing premature diesel start-up. Engineers used 1-second-resolution SCADA data (not 15-min utility meters) to identify the transient signature, enabling adaptive battery dispatch logic and extending diesel runtime by 37%.

📋 Case Connection

📋 Alaskan Remote Research Station Power Resilience Upgrade

Designing a resilient, low-maintenance hybrid power system capable of sustaining uninterrupted operation through extreme...

📚 References