🎓 Lesson 17 D5

Integrating Labor Data into MES and Andon Systems

It's like giving your mine’s workers a digital 'pulse monitor' that shows in real time how labor hours, tasks, and delays are affecting production—and instantly alerts supervisors when something goes wrong.

🎯 Learning Objectives

  • Explain how labor time stamps from mobile apps or RFID badges feed into MES event streams
  • Design a labor-data mapping schema that aligns craft roles, task codes, and Andon trigger conditions
  • Analyze labor downtime root causes using Andon escalation logs correlated with MES labor transaction timestamps
  • Apply OEE labor subcomponents (Availability, Performance, Quality) to calculate Labor Utilization Index (LUI)
  • Configure an Andon rule set that triggers visual/audible alerts when unplanned labor idle time exceeds 5 minutes per shift

📖 Why This Matters

In modern mining operations, labor is often the largest controllable cost—and the most under-measured asset. A single 10-minute unplanned delay across 12 drillers can waste over 2 labor-hours per shift; untracked, it becomes invisible. Integrating labor data into MES and Andon transforms subjective observations ('crew was slow today') into objective, actionable insights—enabling faster response to skill gaps, equipment handoffs, or training deficits. This is not about surveillance—it’s about empowering supervisors with real-time labor intelligence to sustain blast schedule adherence, reduce rework, and improve safety culture through transparency.

📘 Core Principles

Labor integration rests on three interdependent layers: (1) Data Capture—using time-synced sources such as biometric logins, GPS-enabled task apps, PLC-linked operator panels, or RFID gateways at shift change points; (2) Contextual Enrichment—tagging raw timestamps with attributes like craft type (e.g., 'Blast Foreman'), task code (e.g., 'B-07: Hole Inspection'), hazard class (e.g., 'Confined Space'), and approval status; and (3) Real-Time Orchestration—feeding enriched labor events into MES for OEE calculation and into Andon logic engines to drive tiered visual alerts (e.g., amber light for >3 min idle, red siren + SMS for >8 min). Critically, labor data must be validated against physical constraints: no operator can be simultaneously logged into two active tasks, and total labor hours per shift must reconcile within ±2% of payroll records—a key integrity check taught in ISO 55000-based asset management frameworks.

📐 Labor Utilization Index (LUI)

LUI quantifies the percentage of scheduled labor time spent on value-adding, non-interrupted work—acting as the labor-specific counterpart to Overall Equipment Effectiveness (OEE). It isolates human-system interaction efficiency by excluding planned breaks, training, and approved administrative time while penalizing unplanned idle time, task switching delays, and material wait states.

Labor Utilization Index (LUI)

LUI = \frac{\text{Value-Adding Labor Time}}{\text{Scheduled Labor Time} - \text{Planned Non-Value Time}}

Measures the ratio of productive labor time to available labor time after deducting approved non-value activities (e.g., breaks, training). Used to benchmark crew efficiency and prioritize labor process improvements.

Variables:
SymbolNameUnitDescription
LUI Labor Utilization Index % Dimensionless efficiency metric ranging 0–100%
VAT Value-Adding Labor Time person-minutes Total time workers spent performing tasks that directly advance the blast cycle (e.g., drilling, stemming, initiation)
SLT Scheduled Labor Time person-minutes Total labor time assigned per shift, calculated as headcount × shift duration
PNVT Planned Non-Value Time person-minutes Approved non-productive time (e.g., safety meetings, scheduled maintenance prep, breaks) per shift
Typical Ranges:
Surface drilling crews (mechanized): 78–86%
Underground development crews: 72–82%
Blast preparation teams (manual stemming/loading): 65–75%

💡 Worked Example

Problem: A 12-person drilling crew works a 10-hour shift (600 min). MES logs show: 420 min of active drilling, 65 min of material handling delay (unplanned), 45 min of safety briefing (planned), 30 min of equipment maintenance coordination (unplanned), and 40 min of scheduled break. Andon logs confirm 2 red-level idle events totaling 30 min and 3 amber events totaling 35 min (all aligned with MES downtime tags).
1. Step 1: Identify total scheduled labor time = 12 persons × 600 min = 7,200 person-minutes
2. Step 2: Calculate value-adding time = 420 min × 12 = 5,040 person-minutes
3. Step 3: Identify unplanned idle time = 65 min + 30 min = 95 min × 12 = 1,140 person-minutes (validated via Andon red/amber logs)
4. Step 4: Compute LUI = (Value-Adding Time) / (Scheduled Time − Planned Non-Value Time) = 5,040 / (7,200 − (45 + 40)×12) = 5,040 / (7,200 − 1,020) = 5,040 / 6,180
5. Step 5: LUI = 0.8155 → 81.6%
Answer: The LUI is 81.6%, which falls within the typical range of 75–88% for mechanized underground drilling crews—indicating opportunity for improvement in material logistics and maintenance coordination.

🏗️ Real-World Application

At Newmont’s Boddington Mine (Western Australia), labor data from Android-based BlastPro™ field apps—recording drill rod changes, hole deviation checks, and explosive loading verification—was integrated into Siemens Opcenter Execution (MES) and paired with Andon towers at each drill bay. When the system detected >7 min of cumulative idle time during explosive loading (triggered by overlapping 'awaiting cap test result' and 'waiting for blaster certification' timestamps), it automatically escalated to the shift supervisor’s tablet with geotagged context and suggested actions (e.g., dispatch secondary certifier, activate backup detonator tester). Over 6 months, unplanned loading delays dropped 34%, and first-time-right blast quality improved from 82% to 91%—directly attributable to labor-process visibility enabled by MES-Andon integration.

📋 Case Connection

📋 Automotive Tier-1 Assembly Line Labor Optimization

Chronic overtime, 22% idle time, and inconsistent SMV adherence across shifts

📋 Electronics Contract Manufacturer Labor Yield Recovery

High defect-related rework consuming 31% of operator time; low first-pass yield (68%)

📋 Aerospace Structural Assembly Labor Standard Harmonization

Disparate labor standards across 7 legacy programs causing audit findings, quoting inaccuracies, and internal friction

📚 References