🎓 Lesson 14
D5
Reliability Block Diagram (RBD) Construction for Conveyor-Crusher Feeding Systems
A Reliability Block Diagram (RBD) is a visual map showing how the failure of individual parts—like motors, belts, or crushers—affects whether the whole conveyor-crusher feeding system keeps working.
🎯 Learning Objectives
- ✓ Construct an RBD for a conveyor-crusher feeding system using correct logical configuration (series/parallel/k-out-of-n)
- ✓ Calculate system reliability and mean time to failure (MTTF) given component-level reliability data
- ✓ Analyze the impact of redundancy and criticality by performing sensitivity analysis on RBD branches
- ✓ Explain how maintenance strategy (e.g., preventive vs. predictive) maps to RBD structure assumptions
- ✓ Apply IEC 61508 and ISO 13849 principles to validate RBD logic against functional safety requirements
📖 Why This Matters
In open-pit mines, conveyor-crusher feeding systems operate 24/7 under abrasive, dusty, and high-vibration conditions—yet unplanned stoppages cost $50K–$200K/hour in lost production. A single failed idler bearing or misaligned crusher feed chute can cascade into full line shutdown. RBDs let engineers *see* and *quantify* which components truly drive system uptime—so you don’t waste budget on over-maintaining non-critical parts while ignoring hidden weak links like hydraulic couplings or PLC I/O modules.
📘 Core Principles
RBDs model system success—not failure—as a function of component reliability states. Components are arranged logically: series (all must work), parallel (at least one must work), or k-out-of-n (at least k of n identical units must work). For conveyor-crusher systems, key subsystems include: (1) primary conveyor drive (motor + gearbox + coupling), (2) belt structure (idlers, pulleys, splices), (3) crusher feed control (vibrating grizzly + weigh feeder + sensors), and (4) crusher itself (rotor, liners, hydraulics). Dependencies—e.g., crusher cannot operate without upstream conveyor flow—are captured via conditional blocks or standby redundancy. Time-dependent reliability (Weibull-distributed failures) and duty-cycle effects (e.g., 85% loaded vs. idle time) must be incorporated for realistic modeling.
📐 System Reliability for Series-Parallel Hybrid Configuration
Most conveyor-crusher systems combine series-critical paths (e.g., motor → gearbox → coupling → conveyor belt) with parallel redundancies (e.g., dual PLC controllers or backup hydraulic power units). The overall reliability R_s(t) is computed by decomposing the RBD into substructures and applying Boolean algebra or path-tracing methods.
💡 Worked Example
Problem: A conveyor-crusher system has: (a) Drive train in series: motor (R₁=0.92), gearbox (R₂=0.88), coupling (R₃=0.95); (b) Crusher feed control with two identical weigh feeders in active redundancy (R₄=R₅=0.80); (c) Crusher unit (R₆=0.75). All subsystems operate in series. Calculate R_system at t = 1 year.
1.
Step 1: Compute drive train reliability: R_drive = R₁ × R₂ × R₃ = 0.92 × 0.88 × 0.95 = 0.767
2.
Step 2: Compute parallel feed control reliability: R_feed = 1 − (1−R₄)² = 1 − (0.20)² = 0.96
3.
Step 3: System reliability = R_drive × R_feed × R₆ = 0.767 × 0.96 × 0.75 = 0.552
4.
Step 4: Interpret: 55.2% probability of uninterrupted operation over 1 year — below the target of ≥85% for Class B mine critical systems (per ISO 55000).
Answer:
The system reliability is 0.552 (55.2%), indicating urgent need for design improvement—e.g., adding redundancy to the crusher unit or upgrading the gearbox.
🏗️ Real-World Application
At Rio Tinto’s Pilbara iron ore operation (Yandicoogina Mine), a reliability study used RBD modeling to diagnose chronic downtime in the ROM crusher feed conveyor. The RBD revealed that although belt splices had high individual reliability (R = 0.99), their *series arrangement across 120+ splices* reduced effective splice-system reliability to R ≈ 0.87—making it the weakest link. Replacing manual vulcanized splices with thermoplastic fusion joints (R_splice = 0.9995) raised system R from 0.68 to 0.89 over 6 months—validated by field MTBF increase from 142 h to 318 h. This case is documented in AusIMM’s 2022 'Reliability Benchmarking in Bulk Handling Systems' report.
🔧 Interactive Calculator
🔧 Open Mine Materials Handling System Reliability Calculator📋 Case Connection
📋 Iron Ore Export Terminal Conveyor Reliability Upgrade
Chronic belt splice failures (>22 unscheduled stoppages/yr) causing demurrage penalties and stockpile congestion
📋 Underground Copper Mine Primary Crusher Bearing Replacement Strategy
Unplanned crusher main shaft bearing failures every 4–6 months causing >120 hr/yr downtime
📋 Open Pit Gold Mine Stacker-Reclaimer Rail Alignment Reliability Program
Repeated rail misalignment (±8mm lateral deviation) causing slewing gear tooth pitting and emergency shutdowns
📋 Coal Mine Thermal Lagging Failure on High-Temperature Conveyor
Rubber lagging delamination on 120°C discharge conveyor due to thermal cycling (80–120°C), causing slippage and fire ris...