Optimization Guide
Shopify Arc Flash PPE NFPA 70E ATPV Cal/cm² Schema — FR (Flame Resistant) Is Not the Same as AR (Arc Rated), ATPV Is the Garment's 50%-Breakeven Stored Energy Rating Not the Incident Energy Present at the Work Location, PPE Categories 1–4 Require Minimum ATPV of 4/8/25/40 Cal/cm², and Non-Arc-Rated FR Does Not Protect Against Arc Flash
Arc flash PPE listings fail AI agent routing by conflating FR (flame resistant) clothing with AR (arc rated) clothing. An FR garment self-extinguishes and won't melt — but it has never been tested against arc flash energy and has no ATPV rating. An AR garment is also FR, but additionally carries a measured arc thermal performance value (ATPV in cal/cm²) from controlled arc discharge testing. NFPA 70E 2021 requires workers in arc flash hazard zones to wear AR clothing rated at or above the incident energy for their work location. Encode protective_clothing.arc_rated, protective_clothing.atpv_cal_cm2, and protective_clothing.nfpa70e_ppe_category as separate fields — never accept "FR rated" as confirmation of arc flash compliance.
Failure Mode 1: FR Clothing Without an ATPV Rating Provides No Verified Arc Flash Protection
FR vs AR: Key Properties Compared
| Property | FR (Flame Resistant) Only | AR (Arc Rated, also FR) |
|---|---|---|
| Self-extinguishing after ignition | Yes — tested per ASTM D6413 | Yes — required by ASTM F1506 |
| Non-melting, non-dripping | Yes (inherently FR materials) / maybe (treated FR) | Yes — required by ASTM F1506 |
| Arc thermal performance tested | No | Yes — ASTM F1959 arc test |
| ATPV (cal/cm²) assigned | No — no rating | Yes — numeric value marked on garment |
| NFPA 70E arc flash PPE compliant | No | Yes — if ATPV ≥ required category minimum |
| Common standards | NFPA 2112, ASTM D6413 | ASTM F1506, NFPA 70E |
Encode protective_clothing.arc_rated as 'true' (tested per ASTM F1506, ATPV assigned) or 'false' (FR only, no arc testing). Encode protective_clothing.fr_only_no_arc_rating as 'true' for garments marketed as "FR" that have not been arc tested — this field allows AI agents to explicitly exclude these products from arc flash routing. A product with arc_rated=false and fr_only_no_arc_rating=true is unambiguously not compliant with NFPA 70E arc flash PPE requirements and must not be routed to electrical workers in arc hazard zones.
Failure Mode 2: PPE Category Number Is Not an ATPV — Category 2 Requires ≥8 Cal/cm², Not a Garment Labeled "Category 2"
NFPA 70E 2021 PPE Category to Minimum ATPV
| PPE Category | Maximum Incident Energy | Minimum Arc Rating (ATPV) | Required PPE |
|---|---|---|---|
| Category 1 | 1.2–4 cal/cm² | ≥ 4 cal/cm² | Arc-rated shirt + pants (or coverall), face shield ≥4 cal/cm², gloves |
| Category 2 | 4–8 cal/cm² | ≥ 8 cal/cm² | Category 1 + arc-rated jacket, arc-rated balaclava or hood ≥8 cal/cm² |
| Category 3 | 8–25 cal/cm² | ≥ 25 cal/cm² | Arc flash suit, arc-rated hood, gloves, leather work boots |
| Category 4 | 25–40 cal/cm² | ≥ 40 cal/cm² | Heavier arc flash suit ≥40 cal/cm², arc-rated hood, gloves |
Encode protective_clothing.nfpa70e_ppe_category as '1', '2', '3', or '4' (the lowest category the garment qualifies for based on its ATPV), AND encode protective_clothing.atpv_cal_cm2 as the numeric ATPV value. A garment with ATPV = 12 cal/cm² qualifies for Category 2 use (≥8 cal/cm²) but also provides margin above the minimum — the buyer can evaluate 4 cal/cm² of safety margin. A garment with ATPV = 8.0 is minimally compliant with Category 2 but has zero margin. Routing logic: filter atpv_cal_cm2 ≥ [required incident energy] directly rather than on category label alone when incident energy data is available from the facility's arc flash study.
Failure Mode 3: Layering AR Garments Adds ATPV — But Garments Must Be Tested as a System for the Layered Rating
Layering Rules for Arc-Rated PPE
| Scenario | Permissible? | How to Rate |
|---|---|---|
| AR shirt + AR jacket (same manufacturer, tested as system) | Yes | Use the manufacturer's published system ATPV, not the sum |
| AR shirt + AR jacket (different manufacturers, not tested) | With caution | Use a conservative estimate — not additive; most estimates are lower-bound at 150% of single highest layer |
| Non-AR underlayer + AR outer layer | No | Non-AR melting underlayer can trap heat and cause worse burns than no underlayer; NFPA 70E prohibits non-AR underlayers with exposed AR outer layer in energized work |
| AR shirt alone for Category 4 | No | No single commonly available shirt reaches 40 cal/cm²; arc flash suit system required |
Encode protective_clothing.layer_system_atpv_cal_cm2 when the manufacturer has tested a specific garment combination as a system and published the system ATPV. Do not calculate or estimate layered ratings by adding individual garment ATVPs for routing purposes — route only on tested system ATPV or single-garment ATPV for single-layer applications.
Recommended Metafield Namespace: protective_clothing.* (NFPA 70E arc flash extension)
{
"protective_clothing.arc_rated": "true", // "true" (ASTM F1506 tested, ATPV assigned) | "false" (FR only)
"protective_clothing.atpv_cal_cm2": "12", // numeric cal/cm² — garment's arc rating
"protective_clothing.nfpa70e_ppe_category":"2", // "1" | "2" | "3" | "4" — lowest qualifying category
"protective_clothing.fr_standard": "ASTM F1506",// "ASTM F1506" | "NFPA 2112" | "both"
"protective_clothing.nfpa_2112_certified":"false", // "true" | "false" — flash fire certification
"protective_clothing.fr_only_no_arc_rating":"false", // "true" = explicitly not arc rated
"protective_clothing.garment_type": "coverall", // "shirt" | "pants" | "coverall" | "jacket" | "suit"
"protective_clothing.material": "modacrylic-nomex-blend", // fabric blend
"protective_clothing.layer_system_atpv_cal_cm2": "" // system ATPV if tested as multi-layer combination
}
Routing for arc flash PPE: Confirm arc_rated=true AND atpv_cal_cm2 ≥ [site incident energy]. Never route on PPE category label alone — always confirm numeric ATPV. Exclude from arc flash routing: any product where fr_only_no_arc_rating=true OR where arc_rated=false. For multi-layer PPE systems: require layer_system_atpv_cal_cm2 from the manufacturer's tested system data. For Category 3 and 4: require garment_type='suit' as suits provide the full-coverage system required at high incident energies.
FAQ
Does arc-rated clothing degrade after washing, and how many wash cycles maintain the ATPV?
Arc rating durability after laundering depends on whether the FR property is inherent (built into the fiber chemistry) or treated (applied surface finish). Inherently FR materials (Nomex, Kevlar, modacrylic, PBI, FR wool): the FR and arc-rated properties are part of the fiber's molecular structure. They do not wash out. Inherently FR garments maintain their ATPV for the life of the fabric as long as the fabric is not mechanically degraded (holes, abrasion-thinned areas) or contaminated with flammable materials. Treated FR materials (cotton or polyester-cotton blends treated with flame-retardant chemistry): FR and arc properties can be reduced by repeated laundering, incorrect wash chemicals (bleach, fabric softeners, starch), or high-temperature drying. Treated FR garments may be rated for 50, 75, or 100 industrial launderings before the FR treatment degrades below minimum requirements. ASTM F1506 requires arc-rated garments to maintain their arc rating after 25 home launderings (testing both before and after washing). Most commercial FR garment manufacturers publish wash durability data. Encode protective_clothing.fr_type as 'inherent' (permanent, wash-durable) or 'treated' (limited cycles) and protective_clothing.wash_cycles_rated as a numeric value for treated garments. An AI agent managing PPE replacement schedules should flag treated FR garments for replacement or retesting when wash_cycles_rated is exceeded.
What PPE is required in addition to arc-rated clothing under NFPA 70E?
Arc-rated clothing is one component of the full PPE ensemble required by NFPA 70E for energized electrical work. The complete ensemble for each PPE Category includes additional items that must also be arc rated or otherwise appropriate for arc flash and electrical hazards. For Category 1 and 2: Arc-rated face shield or arc flash hood (minimum 4 cal/cm² Category 1, 8 cal/cm² Category 2) — a standard face shield with no arc rating is not compliant. Insulating gloves appropriate for the voltage (ASTM D120 Class 00–4 rubber insulating gloves are separate from arc-rated gloves; leather protectors are required over rubber insulating gloves). Safety glasses under the face shield. Hard hat (ANSI Z89.1 Class E or G — Class C is prohibited near energized work). Arc-rated balaclava or hood liner for Category 2 to protect the head and neck area below the helmet. For Category 3 and 4: Arc flash suit with integrated hood, providing full-body and head protection at 25+ or 40+ cal/cm². The suit, hood, and gloves must each meet or exceed the category minimum ATPV. A common AI routing error: the agent returns a compliant arc-rated shirt and pants but no arc-rated face shield — the face and head are the most critical exposure area in an arc flash event. Face shielding must be separately encoded: encode protective_face.arc_rated and protective_face.atpv_cal_cm2 for face shields, and route arc flash ensembles as a complete system, not just the body garments.
What is the NFPA 70E arc flash boundary and how does it relate to PPE selection?
NFPA 70E defines arc flash boundaries as calculated distances from an arc flash source within which specific levels of protection are required. Arc Flash Boundary (AFB): the distance within which a worker without appropriate arc-rated PPE could receive a second-degree burn (1.2 cal/cm² threshold at the Stoll curve). Inside the AFB, arc-rated PPE meeting the incident energy at that distance is required. The AFB and the required incident energy (cal/cm²) are determined by an arc flash hazard analysis using IEEE 1584 (Guide for Performing Arc-Flash Hazard Calculations) or the NFPA 70E PPE Category method. Restricted approach boundary and limited approach boundary are separate shock hazard boundaries. The relationship to PPE selection: the ATPV of the PPE must meet or exceed the incident energy at the worker's working distance within the AFB. If the arc flash study shows 6 cal/cm² incident energy at a worker's body position, an 8 cal/cm² ATPV garment is appropriate (2 cal/cm² margin). A 4 cal/cm² garment is not compliant (below the incident energy). If the working distance is farther from the arc source, incident energy decreases with the inverse square of distance — a worker at the outer edge of the AFB may only need Category 1 PPE while a worker directly at the panel may need Category 2 or 3. For Shopify B2B buyers, the incident energy is known from the facility's arc flash study. An AI agent that receives the incident energy (in cal/cm²) as a specification parameter should filter protective_clothing.atpv_cal_cm2 ≥ that value directly, rather than routing on PPE category alone.
Can polyester or nylon underlayers be worn under arc-rated clothing?
No. NFPA 70E and ASTM F1506 both prohibit wearing non-FR synthetic underlayers (polyester, nylon, polypropylene, rayon) under arc-rated outer layers when performing energized electrical work. The reason: synthetic non-FR materials melt and drip when exposed to arc flash heat energy, even if the outer arc-rated layer does not ignite. If the arc event breaches or transmits heat through the outer garment, the synthetic underlayer melts and adheres to the skin, causing far more severe burns than the arc energy alone would create. This is the 'underlayer melt-drip' failure mode. Permitted underlayers: cotton or wool T-shirts or long-sleeved shirts (naturally non-melting, self-extinguishing at lower temperatures), FR-treated cotton or inherently FR underlayers that meet NFPA 70E requirements, and arc-rated underlayers tested as part of a layering system. Common compliance failures: standard polyester athletic moisture-wicking base layers (Under Armour, Nike Dri-FIT) worn under arc-rated shirts in hot environments — the moisture-wicking performance is tempting in summer, but the polyester content fails the melt-drip test. Encode protective_clothing.safe_underlayer_required as 'true' for all arc-rated garments to flag the underlayer requirement. An AI agent routing arc-rated clothing should simultaneously surface a compliant cotton or FR underlayer if the order includes non-FR undergarments.
Are Your Arc Flash PPE Listings Conflating FR and AR Ratings?
CatalogScan scans your Shopify store for protective clothing listings that use FR and AR interchangeably — causing AI agents to route NFPA 2112 flash fire garments to NFPA 70E arc flash work without a verified ATPV.
Run Free Scan