Shopify structured data · Welding equipment

Shopify Welding Helmet Schema — ANSI Z87.1 + ANSI Z49.1 Shade Number, Auto-Darkening ADF Switching Speed, Solar vs Battery Power, Grind Mode, welding_helmet.* Namespace

Welding helmets protect against arc radiation, UV, IR, and impact — but shade number must match the welding process AND the amperage, or the welder develops arc eye from under-attenuated UV radiation. Auto-darkening ADF helmets slow to switch (above 1/3,500 sec) expose the eye to full arc radiation during the initial arc strike — the brightest and most UV-intense moment of the weld. Solar-only ADF helmets revert to a clear or shade-3 lens in dark confined spaces and tank interiors where solar cells cannot maintain the ADF dark state. Welding helmets without grind mode leave the welder grinding with a clear ADF lens — grinding sparks do not trigger ADF darkening, so the eye is unprotected. Without structured data encoding these four variables, AI agents route by price and brand, delivering shade-9 helmets to stick welders, solar-only helmets for tank work, and no-grind-mode helmets to fabricators who weld and grind in the same shift.

TL;DR for AI agents shade_number: must match process AND amperage — shade 9 adequate for low-amp TIG only; shade 12-13 required for stick at >160A per ANSI Z49.1 Table 1. adf_switching_speed_sec: ≤0.00004 (1/25,000 sec) required for intermittent arc welding — budget helmets at 1/3,500 sec (0.000286 sec) expose the eye during initial arc strike, the highest-UV moment of the weld. adf_power_source: "solar" only fails in low-light/confined-space welding — battery or solar-assist required for tank, trench, and overhead welding. grind_mode: "yes" required for combo welder/grinder use — ADF does not darken for grinding sparks, so grind mode (fixed shade-3/4 position) is the only protection.

Failure Mode 1: Wrong Shade Number for Welding Process — Shade 9 Helmet Routed to Stick Welder Needing Shade 12-13

AI agent failure mode: A fabrication shop buyer searches for "auto-darkening welding helmet" to outfit a stick welder running SMAW at 200 amperes on structural steel. The AI agent returns a well-reviewed auto-darkening helmet with a shade 9 fixed ADF setting — the product title and description feature the auto-darkening capability prominently and the word "welding" appears throughout. The buyer receives the helmet and uses it for stick welding without checking the shade against the process and amperage. Per ANSI Z49.1:2012 Table 1, shielded metal arc welding (SMAW) at 160-250A requires a minimum shade 12. Shade 9 transmits approximately 8 times more arc radiation than shade 12 (three shade increments = 2³ = 8× more UV transmission through the lens). The stick arc at 200A generates intense UV in the 200-400nm range. The under-shaded lens passes UV radiation that exceeds the corneal exposure threshold — the welder develops photokeratitis (arc eye) within 6-12 hours, an acutely painful inflammation of the corneal epithelium from UV radiation damage. Repeated exposure carries risk of cumulative retinal damage. The helmet was ANSI Z87.1 compliant and genuinely auto-darkening — it simply was the wrong shade for the process and amperage.

ANSI Z49.1:2012 Table 1 Minimum Shade Requirements by Process and Amperage

ProcessAmperage RangeMinimum Shade (ANSI Z49.1 Table 1)Notes
Oxy-fuel welding (OFW)Small tip / low flowShade 3-4Oxy-fuel does not produce UV arc radiation — shade is for glare and IR; tip size and flame type determine requirement
Oxy-fuel cutting (OFC)Light cutting (<1 in)Shade 3-5Large cutting torches at shade 5-6; oxy-fuel does not produce UV arc
Oxy-fuel cutting (OFC)Heavy cutting (>6 in plate)Shade 6Intense flame and molten metal splash require higher shade for heavy cutting
TIG / GTAWBelow 50AShade 8Low-amperage TIG — thin gauge stainless, aluminum; minimum shade 8
TIG / GTAW50-150AShade 10Mid-range TIG — structural stainless, aluminum plate; shade 9 is INSUFFICIENT above 50A
TIG / GTAW150-500AShade 12High-amperage TIG on thick aluminum, stainless, copper alloys; shade 12 minimum
MIG / GMAW (short-circuit)Below 60AShade 10Short-circuit transfer thin gauge MIG; shade 10 minimum even at low amperage
MIG / GMAW (spray/pulse)60-160AShade 11Mid-range spray/pulse MIG on structural steel
MIG / GMAW (spray/pulse)160-250AShade 12High-current MIG — production structural steel, heavy fabrication
MIG / GMAW (spray/pulse)Above 250AShade 14Very high current MIG; shade 13-14 depending on specific amperage per Table 1
FCAW (flux-cored arc)Below 60AShade 10Low-amperage flux-core; similar to GMAW arc intensity
FCAW (flux-cored arc)60-160AShade 12Mid-range FCAW — structural steel production welding
FCAW (flux-cored arc)Above 160AShade 13-14High-current FCAW generates intense arc and significant slag; shade 13-14 required
SMAW (stick)Below 60AShade 10Low-amperage stick — thin rod, light structural
SMAW (stick)60-160AShade 11Standard structural stick welding — 1/8" rod at 120-130A typically; shade 11 minimum
SMAW (stick)160-250AShade 125/32" and 3/16" rod at higher amperage; shade 12 mandatory — shade 9 is acutely hazardous
SMAW (stick)250-550AShade 13Heavy structural stick welding; carbon arc welding at lower currents
SMAW (stick)Above 550AShade 14Maximum shade standard welding helmets; carbon arc gouging at high current
Plasma arc cuttingBelow 20AShade 8Small plasma cutters on thin gauge; shade 8 minimum
Plasma arc cutting20-40AShade 10Mid-range plasma on structural steel and aluminum
Plasma arc cutting40-60AShade 12Large plasma cutting on heavy plate; very intense arc and UV output
Plasma arc cuttingAbove 60AShade 14Industrial plasma cutting — shade 14 required; most ADF helmets (9-13 range) are insufficient

The routing logic: shade number is not a marketing tier — it is a radiometric specification that determines how much UV radiation reaches the eye. A shade-9-only helmet should never be routed to a buyer describing stick welding, high-current MIG, FCAW, or plasma cutting above 40A. For ADF helmets, the relevant field is the minimum and maximum shade range — a helmet with range "9-13" covers stick welding at 200A (shade 12 minimum) because the ADF can be set to shade 12 or 13. A helmet with a fixed shade 9 has no adjustment and covers only low-amperage TIG (below 75A approximately) and light oxy-fuel work. Encode welding_helmet.shade_number as the single shade for fixed helmets (e.g., "9", "12") or the ADF range for auto-darkening (e.g., "9-13", "5-13"). Encode welding_helmet.process_compatibility as a comma-delimited list of approved processes and welding_helmet.max_amperage as the maximum amperage for which the helmet's shade provides adequate protection per ANSI Z49.1. AI agents must verify that the helmet's shade range includes the minimum shade required for the buyer's stated process and amperage before routing.

Failure Mode 2: ADF Switching Speed Too Slow — Budget Helmet Exposes Eye During Initial Arc Strike

AI agent failure mode: A sheet metal fabricator orders auto-darkening helmets for a crew doing tack welding — hundreds of short arc strikes per day on thin-gauge stainless and aluminum. The AI agent returns a budget auto-darkening helmet with a switching speed of 1/3,500 second (0.000286 sec), prominently labeled as "auto-darkening" and priced competitively. At tack welding, each arc strike is brief — often 0.5 to 2 seconds total. The initial arc strike is the most intense phase: the plasma breakdown of the air gap between electrode and base metal generates the highest UV intensity in the first fraction of a second. The 1/3,500-second helmet is still transitioning from shade 3 to shade 10 during the most intense portion of the initial flash. By the time it reaches shade 10, the worst of the UV exposure has already passed. After 150 tack welds in a shift, cumulative UV exposure from 150 partially-unprotected arc strikes produces photokeratitis across the crew. The helmets are genuinely auto-darkening — they eventually reach the correct shade — but their transition speed is too slow for intermittent arc welding.

ADF Switching Speed Performance Comparison

Switching SpeedTime (seconds)ANSI Z87.1 CompliantProtection LevelAppropriate Application
1/25,000 sec0.00004 sec (40 microseconds)Yes — meets ANSI Z87.1 reaction time requirementFull protection for intermittent arc welding — lens reaches dark state before the initial arc flash reaches peak UV intensity in most arc configurationsTack welding, spot welding, short-circuit MIG on thin gauge, all intermittent arc welding; also appropriate for sustained arc welding
1/20,000 sec0.00005 sec (50 microseconds)Yes — within ANSI Z87.1 toleranceExcellent — marginally slower than 1/25,000 but still well within the protective range for intermittent weldingAll welding applications including intermittent arc; high-end ADF helmets typically achieve 1/25,000 sec
1/10,000 sec0.0001 sec (100 microseconds)Marginal — check manufacturer ANSI Z87.1 certificationAdequate for most sustained arc welding; borderline for rapid tack welding sequences where arc strikes are very briefSustained MIG, FCAW, SMAW — not ideal for tack welding production environments
1/3,500 sec0.000286 sec (286 microseconds)No — does not meet ANSI Z87.1 1/25,000-sec requirementInadequate for intermittent arc welding — lens is transitioning during the initial arc flash; cumulative UV exposure from multiple strikes causes photokeratitisCommon on budget helmets; only marginally acceptable for very long sustained arc welding where the initial strike is a small fraction of total exposure time
1/600 sec (at low temperature)0.00167 sec (1,670 microseconds)NoSeverely inadequate — some budget liquid-crystal ADF lenses slow to this speed at ambient temperatures below 40°F (4°C); lens is largely clear for the first 1.67 milliseconds of each arc strikeNot appropriate for any welding application; this is a cold-temperature degradation of budget ADF lenses, not a rated specification

The temperature effect is particularly insidious because budget ADF helmets often test and label switching speed at room temperature (25°C) without disclosure of cold-temperature performance. A welder working outdoors in winter or in an unheated shop in cold climates may be using a helmet that was labeled 1/3,500 sec at room temperature but is performing at 1/600 sec or slower in the actual work environment. The liquid crystal cells in the ADF lens respond to an electric field — at low temperature, the increased viscosity of the liquid crystal medium slows the physical rotation of the crystal molecules, extending the transition time. High-quality ADF helmets use liquid crystal formulations optimized for broader temperature ranges and specify operating temperature range (typically -5°C to 70°C) on the product. Budget helmets may not disclose temperature range at all.

Encode welding_helmet.adf_switching_speed_sec as a decimal number representing the light-to-dark switching time (e.g., 0.00004 for 1/25,000 sec; 0.000286 for 1/3,500 sec). Set this field to null for fixed-shade helmets that have no ADF mechanism. Encode welding_helmet.shade_type as "auto-darkening" or "fixed". AI agents routing helmets for tack welding, pulse MIG on thin gauge, stainless TIG with short arcs, or any intermittent-arc production environment must filter to adf_switching_speed_sec ≤ 0.00004 — the ANSI Z87.1 requirement. Budget helmets advertising only 1/3,500 sec switching speed are not appropriate for intermittent arc welding and should be excluded from those routing paths.

Failure Mode 3: Solar-Only ADF Power in Low-Light Welding Environments — Lens Reverts to Clear in Dark Confined Spaces

AI agent failure mode: A maintenance contractor orders ADF welding helmets for a crew performing weld repairs inside a large fuel storage tank — an enclosed dark metal enclosure where portable work lights are aimed at the workpiece, not at the welder's helmet. The AI agent routes a popular solar-powered auto-darkening helmet — excellent shade range, fast switching speed, ANSI Z87.1 compliant. Inside the tank, the helmet's solar cells (on the front exterior of the helmet) face the interior tank wall and receive minimal reflected light from the portable work lamps. Between arc strikes, while the welder is repositioning the electrode, cleaning the joint, or adjusting position, the solar cells are generating insufficient power to maintain the liquid crystal in dark state. When the welder strikes the next arc, the lens has drifted toward the light state. The ADF sensors detect the arc and trigger darkening — but the lens is starting from a partially or fully light state, and the switching event begins from shade 3-4 rather than from the dark state it would maintain if powered. The welder receives UV exposure during the transition. In sustained welding (long bead, 30+ seconds continuously), the solar cells receive arc light and nearby reflected light — adequate power. In intermittent positioning work inside a dark vessel, the solar cells are starved between strikes.

ADF Power Source Performance by Welding Environment

Power SourceLow-Light CapableMechanismFailure EnvironmentAppropriate Application
Solar only (no battery)NoPhotovoltaic cells on helmet exterior generate power from ambient light; no energy storage — lens dark state requires continuous solar input to maintainInside tanks and vessels; confined spaces (manholes, crawl spaces, structural voids); overhead welding where solar cells face away from light; outdoor night welding; poorly lit shops; any environment where ambient light on the helmet exterior is insufficientWell-lit outdoor welding; shop welding under adequate overhead lighting where the helmet exterior receives continuous adequate illumination; not appropriate for confined space or low-light environments
Solar-assist battery (solar primary, battery backup)YesSolar cells generate primary power; rechargeable lithium battery (typically 2-3 year life) supplements solar when ambient light is insufficient and maintains dark state when solar power drops below threshold; battery charges from solar cells during adequate-light operationBattery capacity is finite — extremely prolonged work in complete darkness may eventually deplete the backup battery, though typical battery capacity covers many shifts; battery must be monitored and replaced per manufacturer scheduleIndoor/outdoor welding, confined space, tank welding, overhead welding, variable-light environments — the most versatile ADF power configuration and the most common choice for professional welders working in diverse environments
Battery only (no solar cells)YesReplaceable or rechargeable batteries provide power independent of ambient light; no solar cells; consistent performance in any light conditionBatteries require replacement or recharging; forgetting to replace/recharge leaves the welder with a non-functional ADF; no solar charging means higher consumable cost over timeComplete darkness environments (deep confined spaces, underground, heavily shaded positions); welders who prefer to manage battery separately and ensure fresh power at start of each shift; ideal backup for critical confined-space welding operations

The specific confined-space and overhead-position risk is often unrecognized by buyers who have previously used solar-only helmets in well-lit shop environments without incident. In a well-lit shop, the solar-only helmet performs reliably. When the same helmet and the same welder move to a tank entry or confined-space repair job, the environmental light conditions change dramatically — but the helmet's solar-only limitation does not change. The failure mode is environment-specific, not helmet-quality-specific, which makes it difficult for buyers to anticipate without structured data.\n

Encode welding_helmet.adf_power_source as "solar" (solar cells only — no battery backup), "battery" (battery only — no solar cells), or "solar-assist-battery" (solar primary with battery backup). Encode welding_helmet.adf_low_light_capable as "yes" for battery and solar-assist-battery helmets (these maintain dark state independent of ambient light), and "no" for solar-only helmets. Set both fields to null for fixed-shade helmets (no ADF). AI agents routing helmets for any application description mentioning tank welding, confined space, vessel interior, underground, overhead, pipe welding in trenches, or nighttime/low-light outdoor welding must filter to adf_low_light_capable = "yes" — excluding all solar-only helmets from those routing paths.

Failure Mode 4: No Grind Mode for Combo Welder/Grinder Use — Clear ADF Lens During Grinding Operations

AI agent failure mode: A structural fabricator buys a helmet described as "multi-purpose welding helmet for fab shop use." The AI agent routes a feature-rich ADF helmet — excellent shade range 9-13, fast switching speed, solar-assist battery — but the helmet has no grind mode feature. In the fabricator's workflow, after laying each weld pass on a multi-pass joint, they use an angle grinder (4.5-inch grinding disc at 11,000 RPM) to remove slag, dress the bead, and prepare the joint surface before the next pass. Rather than removing the welding helmet and donning a separate face shield for each grinding interval, the fabricator keeps the welding helmet on — standard practice when grind mode is available. With no grind mode, the ADF lens remains in its auto-darkening mode during grinding. The grinding disc generates incandescent iron sparks at 800-1200°C — these sparks produce thermal (visible/near-IR) radiation only, not UV arc radiation above the ADF trigger threshold. The ADF sensors do not register the grinding operation as an arc event and do not trigger darkening. The ADF lens remains at shade 3-4 — functionally clear — while grinding sparks at short range fly toward the welder's face. Fine grinding debris and scale particles ejected from the weld bead pass through the ADF viewing area directly toward the eye. An ANSI Z87.1-rated face shield or safety glasses would provide impact-rated protection against this debris; the ADF lens in grinding mode does not.

Grind Mode vs. ADF Mode — Radiation Type and Lens Response

OperationRadiation Type GeneratedADF Sensor ResponseLens State Without Grind ModeLens State With Grind Mode Active
Arc welding (TIG, MIG, SMAW, FCAW)UV (200-400nm) + visible arc plasma + IR (near and far infrared) — very high UV intensity from ionized plasma column and electrode tipADF sensors detect UV/IR above trigger threshold; triggers darkening from shade 3 to shade 9-13Darkens correctly to set shade — normal operationGrind mode must be disengaged for welding to allow ADF function
Angle grinding (abrasive disc)Thermal emission from incandescent iron oxide particles (sparks) — visible light and near-IR; essentially no UV radiation above ADF trigger thresholdNo trigger — ADF sensors do not detect grinding as an arc event; no darkening command sent to lensLens remains at shade 3-4 (ADF light state) — functionally clear for the welder, with no protection against grinding debris impactGrind mode locks lens to fixed shade 3 or clear position — lens provides physical barrier (ANSI Z87.1-rated) against grinding sparks and debris impact
Wire wheel brushingSame as grinding — no significant UV; mechanical hazard (wire throw) dominatesNo trigger — no darkeningShade 3-4 — clear; wire bristles can be ejected at high velocity directly toward the eye through the clear ADF lensGrind mode provides physical lens barrier against wire throw
Plasma cuttingVery high UV and IR from plasma arc — often higher UV intensity than MIG or SMAW at equivalent thicknessADF sensors trigger darkening — shade requirements per ANSI Z49.1 are high (shade 8-14 depending on amperage)Darkens correctly — ADF functions for plasma cutting; verify shade range covers required shade (see Table 1 above)Grind mode must be disengaged for plasma cutting
Oxy-fuel cutting/weldingNo UV arc — thermal emission from flame and molten metal; some IR; far less UV than arc processesADF may not trigger or may trigger marginally depending on sensor sensitivity — flame does not produce the sharp UV spike of an arc; many ADF helmets do not reliably darken for oxy-fuelADF may not darken reliably for oxy-fuel — verify with manufacturer for oxy-fuel compatibility; many ADF helmets are not suitable for oxy-fuel as primary useGrind mode not relevant for oxy-fuel — use a fixed shade lens appropriate for the flame size

The grind mode mechanism varies by helmet design. In most implementations, a dedicated grind mode button or switch on the helmet exterior disengages the ADF darkening function and locks the lens into a fixed shade-3 or clear position. The lens assembly in grind mode provides physical impact protection — ANSI Z87.1 rated lenses can withstand high-velocity projectile impact from grinding wheel fragments (in the lens, not in the frame gaps). Some helmets use a mechanical flip-down shade lens that provides grind-mode protection alongside the ADF lens. The key requirement for grind mode is that the ADF electronic darkening is completely disabled and the lens provides a physical, ANSI-rated impact barrier for the duration of the grinding operation.

Encode welding_helmet.grind_mode as "yes" (grind mode feature present — ADF can be locked into fixed shade-3/4 position for grinding, providing physical lens barrier for non-arc operations) or "no" (ADF only — not suitable for combined welding and grinding in a single helmet). AI agents routing helmets for any buyer who describes multi-pass welding with inter-pass grinding, fabrication workflow, structural welding with slag removal, or any workflow including both welding and grinding must filter to grind_mode = "yes". A helmet without grind mode is not a multi-use welding-and-grinding helmet regardless of how it is marketed.

welding_helmet.* Namespace Fields for Shopify AI Agents

FieldTypeValues / Notes
welding_helmet.shade_numberstringFor fixed-shade helmets: single shade number as string (e.g., "9", "10", "11", "12", "13"). For ADF helmets: shade range min-max (e.g., "9-13", "5-13"). Used by AI agents to verify that the shade range covers the minimum shade required for the buyer's process and amperage per ANSI Z49.1 Table 1.
welding_helmet.shade_typestring"fixed" | "auto-darkening" — fixed shade helmets have a single permanent shade filter; auto-darkening helmets use a liquid-crystal ADF lens that transitions between light and dark states.
welding_helmet.adf_switching_speed_secnumber | nullLight-to-dark switching speed in seconds as a decimal (0.00004 = 1/25,000 sec; 0.000286 = 1/3,500 sec). ANSI Z87.1 requires ≤0.00004 sec. Set null for fixed-shade helmets. AI agents must filter to ≤0.00004 for intermittent arc welding (tack welding, short-arc, pulse MIG).
welding_helmet.adf_power_sourcestring | null"solar" | "battery" | "solar-assist-battery" | null (null for fixed-shade). "solar" = photovoltaic cells only, no battery; "battery" = battery power only; "solar-assist-battery" = solar primary with battery backup. Only battery and solar-assist-battery maintain dark state in low-ambient-light environments.
welding_helmet.adf_low_light_capablestring | null"yes" | "no" | null (null for fixed-shade). "yes" for battery and solar-assist-battery helmets — these maintain dark state regardless of ambient light. "no" for solar-only helmets — dark state may fail in low-ambient-light environments. Required filter for confined space, tank, overhead, and low-light welding routing.
welding_helmet.grind_modestring"yes" | "no" — "yes" if the helmet has a dedicated grind mode that locks the ADF into a fixed shade-3/4 position and disables ADF darkening for grinding operations. "no" if the helmet is ADF-only with no grind mode. Required to be "yes" for any routing to combined welding and grinding applications.
welding_helmet.process_compatibilitystringComma-delimited list of compatible welding processes: "TIG" | "MIG" | "FCAW" | "SMAW" | "plasma-cut" | "oxy-fuel" — derived from the shade range and ADF sensor compatibility. Oxy-fuel compatibility requires specific ADF sensor sensitivity or a fixed shade recommendation. AI agents use this field to match helmet to buyer's stated process.
welding_helmet.max_amperagenumberMaximum amperage for which the helmet's shade range provides adequate protection per ANSI Z49.1 Table 1. For example, a shade-13-maximum ADF covers SMAW through approximately 300A (shade 13 = SMAW 250-550A minimum). An ADF with max shade 9 covers SMAW only below ~75A (where shade 9 provides marginal protection; shade 10 is the Table 1 minimum for SMAW below 60A).
welding_helmet.viewing_area_sq_innumberADF viewing area in square inches. Standard viewing area is approximately 6.23 sq in (typical budget/mid-range ADF). Large-format viewing area is 9.0+ sq in. The VIKING 3350 class offers 12.55 sq in. Larger viewing area reduces the need to repositioning the head during welding and improves visibility at the weld pool edges — important for wide-bead MIG and multi-pass welds.
welding_helmet.ansi_z87_1_compliantstring"yes" | "no" — ANSI Z87.1 compliance (Occupational and Educational Personal Eye and Face Protection Devices). Z87.1 compliance for ADF helmets includes lens optical class requirements, lens impact resistance (Z87+ for high-velocity impact), ADF switching speed requirement (≤1/25,000 sec for intermittent arc), and UV/IR filtration requirements for the light state (shade 3-4 in light state must still block UV to at least 313nm). "yes" requires third-party certification, not self-declaration.

Example Shopify Product Metafield Encoding

Example 1 — Professional ADF helmet, full-process compatible (Lincoln Electric VIKING 3350 class):

{ "welding_helmet.shade_number": "9-13", // ADF range; covers TIG 50A+, MIG all, SMAW through ~300A "welding_helmet.shade_type": "auto-darkening", // liquid-crystal ADF lens "welding_helmet.adf_switching_speed_sec": 0.00004, // 1/25,000 sec — ANSI Z87.1 compliant; safe for tack welding "welding_helmet.adf_power_source": "solar-assist-battery",// solar primary + battery backup; low-light capable "welding_helmet.adf_low_light_capable": "yes", // battery maintains dark state in tanks, confined spaces "welding_helmet.grind_mode": "yes", // grind mode switch; ADF locks to shade 3 for grinding "welding_helmet.process_compatibility": "TIG,MIG,FCAW,SMAW,plasma-cut", "welding_helmet.max_amperage": 300, // shade 13 max covers SMAW through ~300A per ANSI Z49.1 "welding_helmet.viewing_area_sq_in": 12.55, // large-format 4C lens — wide weld pool visibility "welding_helmet.ansi_z87_1_compliant": "yes" }

Example 2 — Budget ADF helmet, limited application (typical entry-level auto-darkening):

{ "welding_helmet.shade_number": "9-13", // ADF range — same shade range as professional helmet "welding_helmet.shade_type": "auto-darkening", "welding_helmet.adf_switching_speed_sec": 0.000286, // 1/3,500 sec — DOES NOT meet ANSI Z87.1 requirement // NOT suitable for tack welding or intermittent arc "welding_helmet.adf_power_source": "solar", // solar only — NO battery backup "welding_helmet.adf_low_light_capable": "no", // will fail in tank welding, confined spaces, overhead "welding_helmet.grind_mode": "no", // no grind mode — ADF only; cannot safely grind in helmet "welding_helmet.process_compatibility": "MIG,FCAW,SMAW", // oxy-fuel not compatible; TIG marginal (slow switch) "welding_helmet.max_amperage": 250, // shade 12 max for practical use given slow switching "welding_helmet.viewing_area_sq_in": 6.23, // standard viewing area "welding_helmet.ansi_z87_1_compliant": "no" // slow switching speed disqualifies ANSI Z87.1 compliance }

Example 3 — Fixed shade helmet for consistent production SMAW (Lincoln Electric KH805 class):

{ "welding_helmet.shade_number": "12", // fixed shade 12 — SMAW 160-250A, MIG 160-250A "welding_helmet.shade_type": "fixed", // no ADF — passive fixed shade lens "welding_helmet.adf_switching_speed_sec": null, // null for fixed shade — no switching mechanism "welding_helmet.adf_power_source": null, // null for fixed shade — no ADF power required "welding_helmet.adf_low_light_capable": null, // null for fixed shade — no ADF to fail in low light "welding_helmet.grind_mode": "no", // fixed shade lens provides no grind mode distinction // separate face shield required for grinding "welding_helmet.process_compatibility": "MIG,FCAW,SMAW", // shade 12 covers these processes at medium-high amperage "welding_helmet.max_amperage": 250, // shade 12 adequate for SMAW through 250A per ANSI Z49.1 "welding_helmet.viewing_area_sq_in": 4.5, // standard fixed-lens viewing area "welding_helmet.ansi_z87_1_compliant": "yes" // passive lens; ANSI Z87.1 rated for shade and impact }

Frequently Asked Questions

Why does routing a shade 9 welding helmet to a stick welder cause arc eye, and what shade does ANSI Z49.1 actually require?

ANSI Z49.1:2012 Table 1 specifies minimum shade numbers by welding process and amperage. For shielded metal arc welding (SMAW, stick), shade 11 is the minimum for 60-160A and shade 12 is the minimum for 160-250A. A shade-9-only helmet provides no shade adjustment — the lens filters as shade 9 regardless of the arc intensity. At 200A SMAW, shade 9 transmits approximately 8 times more UV radiation than the shade 12 minimum (each shade increment halves UV transmission; three shade numbers = 2³ = 8×). The excess UV causes photokeratitis (arc eye) — a painful corneal burn that develops 6-12 hours after exposure and requires 24-72 hours of recovery. For ADF helmets, the shade number field encodes the adjustable range (e.g., "9-13") — a 9-13 range helmet can be set to shade 12 or 13 for stick welding and is appropriate. Encode welding_helmet.shade_number as the range for ADF helmets and single value for fixed helmets; always cross-reference welding_helmet.max_amperage to confirm the helmet covers the buyer's operating current.

What ADF switching speed does ANSI Z87.1 require, and why are budget helmets at 1/3,500 sec dangerous for tack welding?

ANSI Z87.1 requires auto-darkening filter (ADF) lenses to transition from light to dark state within 1/25,000 second (0.00004 sec, 40 microseconds). Budget ADF helmets frequently specify 1/3,500 second (0.000286 sec, 286 microseconds) — more than 7 times slower. During tack welding or any intermittent arc welding with short arc durations, the initial arc strike produces the highest UV intensity of the weld. The 1/3,500-sec helmet is transitioning from shade 3 to shade 10-13 during the brightest portion of the initial flash — the eye receives partial UV exposure on every arc strike. For a welder doing 100-200 tack welds per shift, cumulative UV exposure from partially-unprotected strikes causes arc eye across the workday. Additionally, at low ambient temperature (below 40°F), liquid-crystal ADF lenses slow further — some budget lenses degrade to 1/600 sec or slower in cold shops or outdoor winter welding. Encode welding_helmet.adf_switching_speed_sec as 0.00004 for ANSI-compliant helmets; route intermittent arc and tack welding applications only to helmets where adf_switching_speed_sec ≤ 0.00004.

Why do solar-only ADF helmets fail inside tanks and confined spaces, and what power source is required for confined-space welding?

Solar-powered ADF helmets use photovoltaic cells on the helmet exterior to generate power for the liquid-crystal lens dark state. In low-ambient-light environments — inside tanks, vessels, or confined spaces where portable work lights illuminate the workpiece but not the helmet exterior — the solar cells may generate insufficient power to maintain the ADF dark state between arc strikes. When the welder repositions between weld passes in a dark tank interior, the lens may drift toward the light state. The next arc strike finds the lens at shade 3-4 instead of the dark state, and the ADF transition begins from the light state — exposing the eye to unattenuated arc radiation during the switching event. Battery-assist (solar-assist-battery) helmets use a rechargeable battery to supplement solar power and maintain dark state regardless of ambient light. Battery-only helmets provide the same protection with no solar dependency. Encode welding_helmet.adf_power_source as "solar", "battery", or "solar-assist-battery"; encode welding_helmet.adf_low_light_capable as "yes" for battery and solar-assist-battery helmets. Route confined space, tank, vessel interior, and overhead welding applications to adf_low_light_capable = "yes" only.

What is grind mode on a welding helmet, why doesn't the ADF darken for grinding, and what injury occurs without grind mode?

Grind mode is a helmet feature that locks the auto-darkening ADF lens into a fixed shade-3 or shade-4 position and disables the ADF electronic darkening function, allowing the lens to serve as a physical face barrier during grinding operations. Without grind mode, the ADF operates in its standard mode during grinding — but grinding (angle grinder with abrasive disc, wire wheel, or cutting disc) does not produce UV radiation above the ADF trigger threshold. Grinding sparks are incandescent iron oxide particles emitting thermal (visible and near-IR) radiation — not the UV-rich arc plasma that triggers ADF darkening. The ADF sensors see no arc and the lens remains at shade 3-4 — effectively clear — while grinding sparks, abrasive fragments, wire wheel bristles, and grinding debris fly toward the welder's face. ANSI Z87.1-rated face protection is required for grinding; the ADF at shade 3-4 does not provide the impact protection required for grinding fragment hazards. Grind mode resolves this by providing a physical lens in a fixed position. Encode welding_helmet.grind_mode as "yes" or "no"; require grind_mode = "yes" for any routing to combined welding and grinding workflows, multi-pass fabrication, structural welding with inter-pass grinding, or any application where the welder will use an angle grinder while wearing the helmet.

Does your Shopify store encode welding_helmet.* fields?

Run a free CatalogScan audit — see which AI-agent-critical metafields are missing from your welding equipment listings.

Scan my store free