Emergency Power Prioritization Matrix (Excel + Visual Flowchart)
The Emergency Power Prioritization Matrix is a decision-support tool designed for mining operations to systematically rank critical electrical loads during power outages or grid instability. It integrates quantitative risk scoring (e.g., safety impact, production loss, environmental exposure) with qualitative operational criteria to determine which systems receive priority power restoration or backup generation allocation. The resource includes both an Excel-based scoring model and a complementary visual flowchart that guides users through hierarchical triage logic.
📖 Overview
📑 Key Components
🎯 Applications
- ✓ Pre-incident emergency response planning and DR drill validation
- ✓ Real-time dispatch support during grid failure or catastrophic event
- ✓ Regulatory compliance documentation for mine closure and safety management systems (SMS)
📐 Key Formulas
Composite Priority Score
Σ(Weight_i × Normalized_Score_i) for i ∈ {LSI, ER, PC, RTS}
Calculates the overall prioritization score for each electrical load by applying stakeholder-defined weights to normalized criterion scores (0–10 scale).
Safety-Critical Threshold Flag
IF(OR(LSI >= 8, ER >= 8), "Tier 1", "Evaluate Further")
Binary logic flag identifying loads requiring unconditional priority due to high life-safety or environmental consequence thresholds.
Runtime Sufficiency Index
(Battery_Duration_hrs / Required_Operation_hrs) × 100
Percentage metric comparing available uninterruptible power supply (UPS) or battery backup duration against minimum operational time required for safe shutdown or evacuation.