πŸŽ“ Lesson 10 D5

HMI Handover Triggers and Operator Workload Metrics

HMI handover triggers are automatic alerts or signals that tell an operator when they must take control of an autonomous haul truck β€” like a 'takeover request' when the system can’t handle a situation safely.

🎯 Learning Objectives

  • βœ“ Explain the physiological and cognitive factors influencing operator workload during AHS handover events
  • βœ“ Analyze handover trigger timing against ISO 13408-2 and SAE J3016 Level 3 automation thresholds
  • βœ“ Calculate operator workload index (OWI) using NASA-TLX weighted subscales from simulated handover data
  • βœ“ Design a context-sensitive handover trigger logic tree for low-visibility haul road segments
  • βœ“ Apply ISO/IEC 21825:2022 human performance validation criteria to evaluate handover latency compliance

πŸ“– Why This Matters

In autonomous mining operations, handover failures have contributed to >37% of near-miss incidents reported in Rio Tinto’s 2022 AHS Safety Review. When a haul truck encounters unmodeled terrain, dust-obscured signage, or unexpected personnel intrusion, the HMI must signal takeover *early enough* for safe human response β€” but not so early that it erodes trust or causes fatigue. Mastering handover triggers isn’t about automation β€˜giving up’ β€” it’s about designing intelligent, human-centered transitions that preserve safety, productivity, and system resilience.

πŸ“˜ Core Principles

Handover triggers operate across three interdependent layers: (1) **Perception layer** β€” real-time fusion of LiDAR, radar, camera, and GNSS data to assess environmental certainty; (2) **Decision layer** β€” rule-based or ML-driven confidence scoring (e.g., object detection confidence < 85%, path-planning uncertainty > 0.3 m RMS); and (3) **Human layer** β€” integration of operator state monitoring (eye-tracking, heart-rate variability, input latency) to determine readiness. Trigger timing follows the '3-second rule': operators require β‰₯3 s to perceive, decide, and act after alert onset β€” validated by NIOSH ergonomics studies on heavy-equipment response latency. Delayed or premature triggers directly correlate with increased mode confusion and procedural deviation, as documented in the ICMM’s 2023 Human Factors in Mining Automation report.

πŸ“ Operator Workload Index (OWI)

The OWI quantifies cognitive load during handover using a normalized, weighted composite of six NASA-TLX subscales. It is used to calibrate trigger sensitivity and validate handover timing against human performance limits.

πŸ’‘ Worked Example

Problem: During a simulated fog-handover event, an operator scores: Mental Demand = 72, Physical Demand = 28, Temporal Demand = 65, Performance = 18, Effort = 61, Frustration = 54. Weights assigned per post-handover debrief: [0.22, 0.09, 0.26, 0.15, 0.18, 0.10].
1. Step 1: Multiply each score by its weight: (72Γ—0.22)+(28Γ—0.09)+(65Γ—0.26)+(18Γ—0.15)+(61Γ—0.18)+(54Γ—0.10)
2. Step 2: Compute weighted sum: 15.84 + 2.52 + 16.90 + 2.70 + 10.98 + 5.40 = 54.34
3. Step 3: Divide by 100 (normalization factor): 54.34 / 100 = 0.543
Answer: The result is 0.543, which falls within the moderate workload range of 0.45–0.65 β€” indicating acceptable but non-optimal handover timing; redesign should target OWI ≀ 0.40.

πŸ—οΈ Real-World Application

At BHP’s South Flank iron ore operation (Western Australia), a handover trigger was revised after analysis showed 62% of fog-related handovers occurred <2.1 s before required braking point β€” below the 3-s safety margin. Engineers integrated forward-looking thermal imaging and localized weather micro-forecasting into the perception layer, extended the trigger radius from 80 m to 145 m in visibility <100 m, and added haptic seat vibration + stereo audio cue sequencing. Post-implementation, average handover latency increased to 4.2 s, and operator OWI dropped from 0.61 to 0.39 (p < 0.01, n=127 shifts), per the 2023 BHP AHS Human Factors Audit.

πŸ“š References