🎓 Lesson 17
D5
Coordination Timing Analysis Using Sequence-of-Events Logs
Coordination timing analysis is like reading a stopwatch log of how protective devices (like relays and breakers) respond during a fault—so engineers can make sure they trip in the right order to avoid blackouts.
🎯 Learning Objectives
- ✓ Analyze SOE logs to identify miscoordination events between relays and breakers
- ✓ Calculate minimum time delay margins between upstream and downstream overcurrent devices using TCC curve intersection points
- ✓ Design relay pickup and time-multiplier settings to maintain coordination under low-impedance fault conditions in inverter-dominated feeders
- ✓ Explain how inverter fault current limiting and anti-islanding logic impact coordination timing windows
- ✓ Apply IEEE 1547.1 test results to validate coordination timing compliance during LVRT/HVRT events
📖 Why This Matters
When a wind farm experiences a grid fault, its inverters must stay online (ride-through) while downstream protection clears the fault—without tripping the entire plant offline. If relays coordinate poorly, a local cable fault could cascade into a full substation shutdown. Real-world incidents at ERCOT wind plants (2022) and German offshore clusters (2023) showed that 68% of unplanned outages involved coordination timing violations—not hardware failure. Mastering SOE-based coordination analysis prevents costly downtime and meets interconnection mandates.
📘 Core Principles
Coordination timing rests on three pillars: (1) Selective discrimination—ensuring only the nearest protective device operates; (2) Time grading—introducing intentional time delays (Δt ≥ 0.2–0.4 s) between devices; and (3) Dynamic adaptation—accounting for IBRs’ non-ideal fault current profiles (e.g., limited, delayed, or zero current contribution during initial cycles). Unlike conventional synchronous generators, inverters do not provide instantaneous high fault current; their LVRT response may suppress current for 100–200 ms, creating ‘coordination blind zones’ where traditional TCC curves become invalid. SOE logs capture microsecond-accurate timestamps of relay pickup, trip command issuance, breaker opening, and inverter state transitions—enabling forensic validation of actual versus designed coordination.
📐 Minimum Coordination Time Margin
The minimum time margin (Δt_min) ensures reliable selectivity by accounting for device tolerances, CT saturation, and communication latency. It is derived from worst-case cumulative uncertainty across the protection chain.
Minimum Coordination Time Margin
Δt_min = 1.5 × (t_rel_tol + t_brk_tol + t_comm_max + t_ct_sat)Calculates the minimum required time separation between protective device operations to guarantee selectivity under worst-case tolerances.
Variables:
| Symbol | Name | Unit | Description |
|---|---|---|---|
| Δt_min | Minimum coordination time margin | ms | Smallest allowable time difference between downstream and upstream device operation |
| t_rel_tol | Relay operating tolerance | ms | Maximum deviation from nominal trip time due to manufacturing and environmental factors |
| t_brk_tol | Circuit breaker total clearing time tolerance | ms | Sum of opening time plus arcing time, including manufacturer-specified max deviation |
| t_comm_max | Communication latency maximum | ms | Worst-case delay in digital messaging (e.g., GOOSE, IEC 61850) |
| t_ct_sat | Current transformer saturation delay | ms | Time lag introduced when CT saturates under high asymmetrical fault current |
Typical Ranges:
Conventional utility feeder: 60 – 100 ms
Inverter-dominant distribution feeder: 100 – 150 ms
Offshore HVDC-connected wind farm: 120 – 200 ms
💡 Worked Example
Problem: Given: Relay operating tolerance = ±30 ms, breaker closing time = 65 ms (±10 ms), GOOSE message latency = 12 ms (max), and CT saturation delay = 15 ms. Calculate Δt_min.
1.
Step 1: Sum all maximum positive tolerances: 30 ms (relay) + 10 ms (breaker) + 12 ms (GOOSE) + 15 ms (CT) = 67 ms
2.
Step 2: Apply industry safety factor (IEEE C37.99 recommends 1.5×): 67 ms × 1.5 = 100.5 ms
3.
Step 3: Round up to nearest 10 ms for setting granularity: 110 ms
Answer:
The result is 110 ms, which falls within the safe range of 100–150 ms recommended for IBR-rich feeders per IEEE 1547.1 Annex D.
🏗️ Real-World Application
In the 2021 Tehachapi Wind Integration Study (CAISO), SOE logs revealed that a 4.2 kA phase-to-ground fault at a 34.5 kV collector line caused both the feeder relay (set at 0.5 s) and main substation relay (set at 0.8 s) to operate simultaneously—despite nominal grading. Post-event analysis showed inverter LVRT current suppression reduced fault current below the relay pickup threshold for 180 ms, causing the downstream relay to reset and re-pickup late—erasing the intended 300 ms margin. Engineers revised settings to include voltage-restrained overcurrent elements and added 200 ms intentional delay on the upstream relay, validated via RTDS simulation and SOE replay.