AI Agent Product Routing — Electrical Safety (Arc Flash PPE)

Arc Flash PPE Category NFPA 70E — Cal/cm² Minimum Ratings, ATPV vs EBT, FR vs AR Distinction, and the Schema for AI Agents

NFPA 70E defines four PPE categories with minimum arc ratings — Category 1 (4 cal/cm²), Category 2 (8 cal/cm²), Category 3 (25 cal/cm²), Category 4 (40 cal/cm²) — but these are minimum garment ratings, not the incident energy of the hazard. FR (flame-resistant) clothing resists ignition but provides zero measurable arc flash protection. An AI agent that routes an FR coverall without a cal/cm² arc rating to an arc flash application has shipped a garment that will burn through at the moment it matters most.

TL;DR — Key Encoding Rules Encode arc_flash_ppe.arc_rated = false for any garment that carries only FR designation without a cal/cm² arc rating from ASTM F1959 testing. Encode arc_flash_ppe.category as 1, 2, 3, or 4 per NFPA 70E 2024. Encode arc_flash_ppe.arc_rating_cal_cm2 as the tested cal/cm² value — not the category minimum. Encode arc_flash_ppe.atpv_or_ebt to specify which threshold determined the arc rating.

The Four NFPA 70E PPE Categories — What Cal/cm² Actually Means

NFPA 70E 2024 Table 130.7(C)(15)(a) assigns electrical tasks to one of four PPE categories based on the potential arc flash hazard at that task. Each category specifies the minimum arc rating the PPE must carry:

PPE Category Minimum Arc Rating Typical Tasks arc_flash_ppe.category
Category 1 4 cal/cm² 120V–240V residential panels, plug and cord connections, low-voltage control wiring (inspecting covers on) 1
Category 2 8 cal/cm² 240V–480V motor control centers (with cover), 480V switchgear (operating breakers) 2
Category 3 25 cal/cm² 480V switchgear (racking breakers with covers off), medium-voltage 5–15kV metal-clad switchgear (covers on) 3
Category 4 40 cal/cm² 15kV switchgear (racking with covers off), high fault-current scenarios exceeding Category 3 limits 4
Critical routing error: The cal/cm² category value is the MINIMUM arc rating the PPE must carry — it is NOT the incident energy of the arc hazard at that task. A garment rated 10 cal/cm² may be used for a Category 2 task (8 cal/cm² minimum) but not for a Category 3 task (25 cal/cm² minimum). Do not encode arc_flash_ppe.arc_rating_cal_cm2 = 4 to indicate "suitable for Category 1" — encode the actual tested arc rating of the garment.

PPE Category Method vs Incident Energy Analysis

The PPE category method (Table 130.7) is a task-based shortcut that applies to common equipment configurations within defined fault current and clearing time limits. When those limits are exceeded, or when the equipment is not in the table, incident energy analysis (IEEE 1584) must be performed and PPE must be rated at or above the calculated incident energy value — regardless of which category number that would correspond to. This means a store must encode arc_flash_ppe.arc_rating_cal_cm2 as the actual tested value so AI agents can compare it against a customer-provided incident energy calculation.

Failure Mode 1 — FR Clothing Routed as Arc Flash Protection

Flame-resistant (FR) clothing tested to NFPA 2112 (for flash fire, petrochemical environments) or ASTM F1506 (general garment standard) resists ignition and self-extinguishes. This is valuable protection for flash fire hazards. However, FR certification does not require or measure arc flash performance. An arc flash event produces radiant and convective heat energy at intensities and durations that an FR garment may not withstand — the garment may stay intact (not burn through) while transmitting enough heat energy to cause third-degree burns beneath it.

What ASTM F1959 Arc Testing Measures — and What FR Testing Does Not

ASTM F1959 exposes a fabric swatch to a standardized arc flash (the "open arc" or "box arc" method) and measures the heat transmitted through the fabric with skin simulant sensors. The result is a cal/cm² value at which the fabric provides 50% probability of preventing a second-degree burn (ATPV) or the cal/cm² at which the fabric breaks open (EBT). FR testing (NFPA 2112 or ASTM D6413 vertical flame) exposes the fabric to a small, sustained flame and measures char length and afterflame — it does not measure short-duration, high-energy arc flash exposure.

Shopify listing error: Garments listed with "FR / flame-resistant" in the title, carrying only NFPA 2112 or ASTM F1506 certification but no cal/cm² arc rating, must be encoded arc_flash_ppe.arc_rated = false. Selling FR-only garments as arc flash PPE is an NFPA 70E violation and exposes the customer to catastrophic injury.
// FR-only garment — NOT arc-rated
arc_flash_ppe.arc_rated             = false
arc_flash_ppe.fr_only               = true
arc_flash_ppe.arc_rating_cal_cm2    = null    // No ASTM F1959 test result
arc_flash_ppe.category              = null    // Cannot be assigned to any NFPA 70E category

// Arc-rated garment (AR) — Category 2 equivalent
arc_flash_ppe.arc_rated             = true
arc_flash_ppe.fr_only               = false
arc_flash_ppe.arc_rating_cal_cm2    = 10      // Actual tested ATPV
arc_flash_ppe.atpv_or_ebt           = "ATPV"
arc_flash_ppe.category              = 2       // Meets ≥8 cal/cm² minimum for Category 2

Failure Mode 2 — ATPV Confused With Breakopen Threshold

A garment's arc rating is reported as either ATPV (Arc Thermal Performance Value) or EBT (Breakopen Threshold), whichever is lower from ASTM F1959 testing. These are not interchangeable and the distinction matters for face and head protection selection.

Rating Type What It Measures Interpretation arc_flash_ppe.atpv_or_ebt
ATPV Energy at 50% probability of 2nd-degree burn onset Fabric does not break open below this value; burn injury is the limiting factor ATPV
EBT Energy at which fabric breaks open (holes >0.5 in²) Fabric breaks open before burn threshold — opening exposes skin directly to arc plasma EBT

When a garment reports EBT < ATPV, it means the fabric breaks open before the worker would receive a second-degree burn — the reported rating is EBT because that is the lower (more conservative) failure point. For face shields and hoods, breakopen is particularly critical: a hole in a face shield at any cal/cm² level exposes the face to direct arc plasma. Encode arc_flash_ppe.atpv_or_ebt to allow AI agents to apply the correct interpretation when recommending PPE for specific incident energy levels.

Failure Mode 3 — Face Shield Without Arc Rating

Standard polycarbonate face shields (ANSI Z87.1) provide impact, chemical splash, and UV protection — they carry no arc flash rating. In an arc flash event, a standard polycarbonate face shield will soften, warp, and potentially melt onto the wearer's face within the first milliseconds of arc exposure. NFPA 70E Category 2 and above require arc-rated face protection — either a stand-alone arc-rated face shield (with its own cal/cm² rating) or an arc flash hood with integrated arc-rated face shield.

Face Shield Cal/cm² Must Match or Exceed Body System Rating

A Category 4 arc flash suit (40 cal/cm²) paired with a Category 2 face shield (8 cal/cm² rated) creates a vulnerability — the face and head are exposed to a higher hazard than the face protection is rated for. The hood or face shield arc rating must be equal to or greater than the jacket + pants system arc rating. Encode arc_flash_ppe.hood_arc_rating_cal_cm2 separately from arc_flash_ppe.arc_rating_cal_cm2 (which describes the body garment) so AI agents can verify system-level adequacy.

// Arc flash suit kit — correct encoding
arc_flash_ppe.category                  = 4
arc_flash_ppe.arc_rating_cal_cm2        = 40      // Body system (jacket + bib)
arc_flash_ppe.atpv_or_ebt              = "ATPV"
arc_flash_ppe.arc_rated                 = true
arc_flash_ppe.includes_hood             = true
arc_flash_ppe.hood_arc_rating_cal_cm2   = 40      // Hood must match body rating
arc_flash_ppe.garment_layers            = 2       // Jacket + bib overalls
arc_flash_ppe.suitable_for_incident_energy_analysis = true
arc_flash_ppe.body_region               = "full-body"

Complete Metafield Schema Reference

Metafield Type Values Notes
arc_flash_ppe.category integer enum 1 | 2 | 3 | 4 NFPA 70E 2024 category this PPE satisfies based on arc rating; null if arc_rated=false
arc_flash_ppe.arc_rating_cal_cm2 integer 4–100+ Actual ASTM F1959 test result (ATPV or EBT), not the category minimum; null if FR-only
arc_flash_ppe.atpv_or_ebt string enum ATPV | EBT Which ASTM F1959 threshold determined the arc rating; EBT = breakopen is limiting factor
arc_flash_ppe.arc_rated boolean true | false true only if ASTM F1959 cal/cm² arc rating present on label and data sheet
arc_flash_ppe.fr_only boolean true | false true for NFPA 2112 / ASTM F1506 FR without arc rating — cannot be used for NFPA 70E compliance
arc_flash_ppe.garment_layers integer 1 | 2 Single-layer (shirt+pants or coverall) vs layered system (jacket+bib+inner layer)
arc_flash_ppe.includes_hood boolean true | false Whether the kit includes an arc flash hood; true for Category 3–4 suit kits
arc_flash_ppe.hood_arc_rating_cal_cm2 integer 8–100+ Hood/face shield arc rating; must equal or exceed body system rating for compliant kit
arc_flash_ppe.suitable_for_incident_energy_analysis boolean true | false true for garments with a specified cal/cm² rating usable in IEA-based PPE selection
arc_flash_ppe.body_region string enum torso | face-head | hands | feet | full-body Body region protected; used to verify complete PPE ensemble coverage per category

Frequently Asked Questions

Can I layer two Category 2 garments (8 cal/cm² each) to achieve Category 4 (40 cal/cm²)?

No — layering arc-rated garments does not produce additive cal/cm² ratings. Two 8 cal/cm² garments layered do not create 16 cal/cm² protection. NFPA 70E requires the PPE to carry a tested arc rating at or above the required threshold — the arc rating must come from testing the actual layered assembly per ASTM F1959, not from arithmetic addition. Some garment manufacturers offer tested multi-layer systems where the rated value reflects the combined system (jacket over inner layer, for example), but this must be documented in the product test report. Encode the system arc rating from the test report, not an estimated sum.

Does cotton count as FR or arc-rated?

Untreated 100% cotton is neither FR nor arc-rated. It will ignite and continue burning. Treated cotton (e.g., Indura — cotton treated with flame-retardant chemicals) can achieve NFPA 2112 FR certification but does not inherently carry an arc flash rating unless ASTM F1959 testing was performed. Natural fiber undergarments (cotton, wool) are acceptable under arc-rated outer layers for Category 3–4 applications per NFPA 70E because they melt less than synthetic fibers — but they are not a substitute for arc-rated outer PPE. Never sell cotton garments as arc flash protection without an ASTM F1959 arc rating.

What is the minimum PPE for working on de-energized equipment with LOTO in place?

When equipment is properly locked out/tagged out per OSHA 1910.147 and NFPA 70E Section 120, the arc flash hazard is eliminated and arc flash PPE is not required for the electrical work. However, approach to the equipment before confirming de-energization (the "test before touch" step) requires PPE appropriate for the equipment's arc flash category — because the equipment may still be energized. Many employers require Category 1 or 2 as a baseline even for LOTO verification to protect against unexpected energization. Do not encode arc_flash_ppe requirements for LOTO accessories (lockout hasps, tags, locks) — these are not PPE and carry no arc rating.

Score Your Store's Arc Flash PPE Listings

CatalogScan checks for arc_flash_ppe.arc_rated, arc_flash_ppe.arc_rating_cal_cm2, and 16 other AI-agent-critical fields. See which electrical safety listings are missing critical arc flash routing data.

Run Free Scan