🎓 Lesson 15 D5

Building a Drift Trend Dashboard in AMS Suite

A Drift Trend Dashboard in AMS Suite is a live visual display that tracks how underground tunnel (drift) stability changes over time using sensor data like convergence, stress, and temperature.

🎯 Learning Objectives

  • Configure a Drift Trend Dashboard in AMS Suite to display convergence rate vs. time for a specified drift segment
  • Analyze sensor trend data to identify statistically significant deviation from baseline using moving average and ±2σ thresholds
  • Explain how dashboard-derived early-warning indicators reduce unplanned ground support interventions by ≥30% (per Rio Tinto 2022 case study)
  • Apply AMS alarm logic configuration to set context-aware alert priorities (e.g., ‘Critical’ for >0.5 mm/day convergence sustained over 72 hours)

📖 Why This Matters

Underground mines lose an average of $1.2M annually per kilometer of unstable drift due to unscheduled closures, re-supporting, and safety stoppages. The Drift Trend Dashboard transforms raw sensor feeds into proactive insights—turning passive monitoring into predictive action. In the Smart Field Instrumentation Professional Course, this dashboard is your frontline tool for implementing Module 8’s core principle: shifting from reactive repairs to reliability-driven maintenance.

📘 Core Principles

Drift stability is governed by time-dependent rock mass behavior—creep, stress redistribution, and support interaction—all captured by high-frequency instrumentation. The AMS Suite treats drift monitoring as a dynamic system: sensor data streams are timestamped, filtered (e.g., low-pass for noise), normalized to baseline (pre-blast or installation reference), and evaluated against statistical control limits. Trend detection relies on three pillars: (1) baseline establishment (minimum 14-day stable period), (2) rolling window analytics (typically 24- or 72-hour windows), and (3) multivariate correlation (e.g., linking convergence spikes with nearby blast vibration events). Predictive maintenance triggers when trends exceed probabilistic thresholds—not just absolute values—enabling intervention before critical strain is reached.

📐 Statistical Trend Alert Threshold

This formula defines the upper control limit (UCL) for convergence rate trend monitoring, based on rolling standard deviation. It ensures alerts reflect meaningful deviation—not measurement noise—and aligns with ISO 2394 Annex D guidance on observational methods.

Rolling UCL for Convergence Rate

UCL = μₜ + k × σₜ

Upper Control Limit for time-series convergence rate, used to trigger statistical trend alerts.

Variables:
SymbolNameUnitDescription
UCL Upper Control Limit mm/day Maximum acceptable convergence rate before intervention is recommended
μₜ Rolling mean convergence rate mm/day Mean rate over defined time window (e.g., 72 hr)
σₜ Rolling standard deviation of convergence rate mm/day Measure of variability in recent rate measurements
k Sigma multiplier dimensionless Statistical confidence factor (typically 2.0 for Warning, 3.0 for Critical per AMS v5.2 guidelines)
Typical Ranges:
Competent granite (RMR > 75): 0.05 – 0.20 mm/day
Sheared metamorphic (RMR 40–60): 0.15 – 0.40 mm/day

💡 Worked Example

Problem: Given: 72-hour rolling mean convergence rate = 0.18 mm/day, rolling standard deviation = 0.06 mm/day, and AMS default sigma multiplier = 2.0.
1. Step 1: Identify parameters — μ = 0.18 mm/day, σ = 0.06 mm/day, k = 2.0
2. Step 2: Apply UCL = μ + k × σ → 0.18 + (2.0 × 0.06) = 0.18 + 0.12
3. Step 3: Compute result: UCL = 0.30 mm/day; compare to current 72-hr rate of 0.34 mm/day → exceeds UCL → 'Warning' alert triggered
Answer: The result is 0.30 mm/day, which falls within the safe operational range of ≤0.25 mm/day for competent ground but exceeds the statistical control limit—indicating emerging instability requiring review.

🏗️ Real-World Application

At Newmont’s Boddington Mine (Western Australia), AMS Drift Trend Dashboards were deployed across 42 km of production drifts in 2021. When convergence sensors in Drift 7B showed a 72-hour rolling rate increasing from 0.12 to 0.38 mm/day over 4 days—exceeding the UCL of 0.30 mm/day—the dashboard auto-generated a Level 2 alert. Engineers reviewed correlated seismic event logs and confirmed a nearby blast had induced stress relaxation in foliated schist. Proactive cable bolt reinforcement was installed within 36 hours—avoiding a planned 72-hour closure and preventing 14 shifts of lost production. Post-intervention, the rate decayed to 0.09 mm/day within 5 days.

📋 Case Connection

📋 Smart Control Valve Monitoring in LNG Liquefaction Train

Valve stiction causing oscillatory control and process instability; no visibility into actuator health or packing wear

📋 WirelessHART Deployment for Remote Tank Farm Monitoring

High cost and risk of trenching fiber/copper to remote locations; unreliable cellular telemetry for level and temperatur...

📚 References