# AI tells an electrician that cotton or denim clothing provides adequate protection against arc flash hazards for work on energized equipment above 240V

- **ID:** `safety/arc-flash-ppe-incorrect`
- **Domain:** safety
- **Category:** system_error
- **Error Code:** `ARC-PPE-102`
- **Verification:** ai_generated
- **Fix Rate:** 91%

## Root Cause

Arc flash temperatures can exceed 19,000°C (35,000°F), causing cotton and denim to ignite and continue burning, leading to severe burns; NFPA 70E requires arc-rated clothing with a minimum ATPV (Arc Thermal Performance Value) determined by incident energy analysis, typically ≥ 4 cal/cm² for most tasks.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| NFPA 70E-2024 | active | — | — |
| IEEE 1584-2018 | active | — | — |
| ASTM F1506-2023 | active | — | — |

## Workarounds

1. **Perform an arc flash risk assessment using IEEE 1584-2018 or NFPA 70E tables to determine the incident energy at the equipment. Example calculation: For a 480V panel with 30kA fault current and 6-cycle clearing time, incident energy = 8 cal/cm² at 18 inches → requires arc-rated clothing ≥ 8 cal/cm² (e.g., CAT 2 or higher).** (93% success)
   ```
   Perform an arc flash risk assessment using IEEE 1584-2018 or NFPA 70E tables to determine the incident energy at the equipment. Example calculation: For a 480V panel with 30kA fault current and 6-cycle clearing time, incident energy = 8 cal/cm² at 18 inches → requires arc-rated clothing ≥ 8 cal/cm² (e.g., CAT 2 or higher).
   ```
2. **Use the NFPA 70E Table 130.7(C)(15)(a) approach: for tasks like 'working on energized 480V equipment with exposed energized parts', select the minimum arc rating from the table (typically 4 cal/cm² for CAT 1, 8 cal/cm² for CAT 2). Wear arc-rated shirt and pants (CAT 2), arc-rated face shield, hard hat, safety glasses, hearing protection, voltage-rated gloves, and leather work boots.** (89% success)
   ```
   Use the NFPA 70E Table 130.7(C)(15)(a) approach: for tasks like 'working on energized 480V equipment with exposed energized parts', select the minimum arc rating from the table (typically 4 cal/cm² for CAT 1, 8 cal/cm² for CAT 2). Wear arc-rated shirt and pants (CAT 2), arc-rated face shield, hard hat, safety glasses, hearing protection, voltage-rated gloves, and leather work boots.
   ```
3. **Implement a 'live work' permit system that requires documented incident energy analysis, selection of appropriate arc-rated PPE (including balaclava, face shield, and hearing protection), and a qualified electrical worker to perform the task. Example: 'Task: Troubleshoot 480V motor starter. Incident energy: 12 cal/cm². Required PPE: CAT 3 arc flash suit (minimum 25 cal/cm² face shield).'** (86% success)
   ```
   Implement a 'live work' permit system that requires documented incident energy analysis, selection of appropriate arc-rated PPE (including balaclava, face shield, and hearing protection), and a qualified electrical worker to perform the task. Example: 'Task: Troubleshoot 480V motor starter. Incident energy: 12 cal/cm². Required PPE: CAT 3 arc flash suit (minimum 25 cal/cm² face shield).'
   ```

## Dead Ends

- **** — Cotton ignites at ~400°C; arc flash can reach 19,000°C in milliseconds. Multiple layers may delay ignition but will still burn and cause severe burns; only arc-rated fabrics (e.g., Nomex, Kevlar blends) self-extinguish (90% fail)
- **** — Leather can provide some thermal protection but is not tested or rated for arc flash; it may shrink, harden, or conduct electricity if wet; also doesn't cover all body areas required by NFPA 70E (80% fail)
- **** — Arc flash incidents can occur at voltages as low as 120V, especially in high-fault-current scenarios (e.g., near transformers); NFPA 70E requires incident energy analysis for all voltage levels (75% fail)
