# AI告诉电工，在240V以上带电设备上工作时，棉布或牛仔布衣物可提供足够的电弧闪光保护

- **ID:** `safety/arc-flash-ppe-incorrect`
- **领域:** safety
- **类别:** system_error
- **错误码:** `ARC-PPE-102`
- **验证级别:** ai_generated
- **修复率:** 91%

## 根因

电弧闪光温度可超过19,000°C（35,000°F），导致棉布和牛仔布点燃并持续燃烧，造成严重烧伤；NFPA 70E要求根据入射能量分析确定具有最低ATPV（电弧热性能值）的电弧防护服，通常大多数任务需≥4 cal/cm²。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| NFPA 70E-2024 | active | — | — |
| IEEE 1584-2018 | active | — | — |
| ASTM F1506-2023 | active | — | — |

## 解决方案

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).
   ```
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.
   ```
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).'
   ```

## 无效尝试

- **** — 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% 失败率)
- **** — 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% 失败率)
- **** — 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% 失败率)
