AI Agent Product Routing — Welding Eye Protection

Welding Filter Lens Shade Number Schema — Process-Specific Minimum Shades (ANSI Z49.1), Auto-Darkening Range Min vs. Max, and Grind Mode Risk for AI Agent Routing

ANSI Z49.1 specifies welding filter lens shade numbers as a function of process AND amperage — not a single number covering all applications. SMAW at 250A requires minimum shade 12; GMAW short-circuit at 100A requires shade 7. An AI agent routing "shade 10 welding lens" to a carbon arc cutting application (requiring shade 14) exposes the welder to severe UV and infrared radiation that causes arc eye (photokeratitis) and chronic retinal damage.

TL;DR — Key Encoding Rules Encode lens.auto_darkening_shade_min and lens.auto_darkening_shade_max as separate fields — an ADF rated 9-13 cannot protect against processes requiring shade 14. Encode lens.suitable_welding_processes and lens.max_amperage_rated so AI agents can validate whether a specific lens is adequate for the welder's process and amperage, not just their general "welding" category. lens.has_grind_mode = true is a risk flag — grind mode holds the lens at shade 3; a worker who strikes an arc without exiting grind mode receives unprotected arc exposure.

ANSI Z49.1 Minimum Shade Numbers by Process and Amperage — Reference Table

ANSI Z49.1 (Safety in Welding, Cutting, and Allied Processes) and OSHA 1926.102(b)(1) specify minimum protective shade numbers as a function of both welding process and amperage. This table is the authoritative reference AI agents need to validate shade adequacy at the SKU level.

Process Code Amperage / Condition Minimum Shade (ANSI Z49.1) lens.suitable_welding_processes
Shielded Metal Arc Welding (Stick / MMAW) SMAW 60–160 A 10 SMAW
Shielded Metal Arc Welding (Stick / MMAW) SMAW 160–250 A 12 SMAW
Shielded Metal Arc Welding — Heavy (Stick / MMAW) SMAW-heavy 250–550 A 14 SMAW-heavy
Gas Metal Arc Welding — Short-Circuit Transfer (MIG) GMAW All amperages 7 GMAW
Gas Metal Arc Welding — Spray Transfer (MIG) GMAW All amperages 10 GMAW
Flux-Cored Arc Welding FCAW All amperages 10 FCAW
Gas Tungsten Arc Welding (TIG) GTAW 50–150 A 8 GTAW
Gas Tungsten Arc Welding (TIG) GTAW 150–500 A 10 GTAW
Plasma Arc Welding PAW Up to 100 A 8 PAW
Plasma Arc Welding PAW 100–400 A 10 PAW
Plasma Arc Welding PAW 400–800 A 12 PAW
Oxy-Acetylene Welding — Light OAW Tip #1–2 4 OAW
Oxy-Acetylene Welding — Medium OAW Tip #3–5 5 OAW
Oxy-Acetylene Welding — Heavy OAW Tip #6+ 6 OAW
Oxy-Acetylene Cutting — Light OAC Up to 1 inch thickness 4 OAC
Oxy-Acetylene Cutting — Medium OAC 1–6 inch thickness 5 OAC
Oxy-Acetylene Cutting — Heavy OAC 6+ inch thickness 6 OAC
Plasma Arc Cutting PAC Up to 20 A 6 PAC
Plasma Arc Cutting PAC 20–100 A 8 PAC
Plasma Arc Cutting PAC 100–400 A 10 PAC
Plasma Arc Cutting PAC 400–800 A 12 PAC
Carbon Arc Cutting CAC All amperages 14 CAC
Air Carbon Arc Cutting — Heavy CAC All amperages 14 CAC
Critical range note: The shade numbers in this table are ANSI Z49.1 minimums. A welder may always use a higher shade number for comfort in bright environments or at high amperages. What they must never do is go below the minimum — an underprotective lens transmits UV and infrared radiation that causes photokeratitis (arc eye) within seconds at arc distances and cumulative retinal damage with repeated exposures.

Why the Shade Scale Is Logarithmic — Not Linear

Welding filter shade numbers are defined by their optical density: shade N transmits approximately 10^(-(N-1)) of visible light, with analogous UV and IR attenuation curves. The practical consequence for AI routing:

Shade Number Approximate Visible Light Transmission Relative UV/IR Attenuation vs. Shade 3 Typical Application
3 ~10% 1× (baseline / grind mode) ADF resting state; grinding only
4–5 1–3% ~10–30× Oxy-acetylene welding / cutting (light to medium)
6 ~0.3% ~100× OAW heavy; OAC heavy; PAC up to 20A
7–8 ~0.1–0.03% ~1,000–3,000× GMAW short-circuit; GTAW 50-150A; PAC 20-100A
10 ~0.003% ~30,000× SMAW 60-160A; GMAW spray; FCAW; GTAW 150-500A
12 ~0.0003% ~300,000× SMAW 160-250A; PAW 400-800A; PAC 400-800A
14 ~0.00003% ~3,000,000× SMAW 250-550A; CAC (all); air carbon arc cutting

The difference between shade 10 and shade 14 — a gap that appears small as numbers — represents a factor of roughly 10,000 in UV/IR attenuation. An AI agent routing a shade 10 lens to a carbon arc cutting application is not routing "slightly inadequate" protection — it is routing protection that transmits approximately 10,000 times more arc radiation than ANSI Z49.1 requires for that application.

Auto-Darkening Filter (ADF) Helmets — Shade Range Encoding and Failure Modes

Auto-darkening filter helmets use liquid crystal or photochromic technology to darken within milliseconds of arc ignition. They eliminate the need to flip the helmet up between tacks, improving workflow and reducing the tendency to weld with the helmet up (a common cause of arc flash eye injuries). However, their shade encoding in product catalogs is frequently incomplete in ways that create serious AI routing errors.

ADF Shade States — Three Values, Not One

An ADF helmet has three operationally distinct shade states that must each be encoded:

Shade State When Active Typical Value Metafield AI Routing Significance
Resting / Failure-mode shade No arc detected; battery dead; sensor failure; extreme cold; grind mode Shade 3–4 (implicit in product spec; document in description) This is the exposure level if the sensor fails to trigger — essentially unprotected from arc radiation
Auto-darkening shade minimum Arc detected; minimum protection offered by ADF Shade 7–9 (typically) lens.auto_darkening_shade_min The lightest protection the helmet provides when the ADF is triggered; determines suitability for low-shade-requirement processes like GMAW short-circuit
Auto-darkening shade maximum Arc detected; welder selects maximum setting Shade 13 (most common); shade 14 (specialty) lens.auto_darkening_shade_max The darkest protection available; must meet or exceed the ANSI Z49.1 minimum for the intended process — this is the critical field for high-shade-requirement processes like CAC (shade 14)
Most common catalog encoding error for ADF helmets: Displaying "shade 9-13" as a single string attribute without breaking it into lens.auto_darkening_shade_min = 9 and lens.auto_darkening_shade_max = 13. An AI agent parsing "shade 9-13" as text cannot determine whether the helmet can reach shade 14 for CAC, or whether it starts at shade 9 (too dark for GMAW short-circuit, which requires only shade 7 minimum and may benefit from lighter shades for puddle visibility).

ADF Reaction Time and Switching Speed

The reaction time (arc-on switching speed) of an ADF is how quickly the lens darkens after arc ignition. ANSI Z87.1 does not specify a maximum reaction time, but the industry standard for quality ADFs is 1/25,000 second (40 microseconds). Lower-cost ADFs may have reaction times of 1/3,600 second or slower. The first pulse of a struck arc exposes the eye in the milliseconds before the ADF darkens. At a reaction time of 1/25,000 second, this pre-darkening exposure is negligible. At 1/3,600 second (approximately 278 microseconds), it is still brief — but for workers who strike many arcs per shift, cumulative pre-darkening UV exposure accumulates.

// ADF helmet — complete lens.* namespace encoding
lens.is_auto_darkening              = true
lens.passive_shade_number           = null          // not applicable for ADF units
lens.auto_darkening_shade_min       = 9             // minimum shade when ADF triggers (NOT the resting shade of 3)
lens.auto_darkening_shade_max       = 13            // maximum shade available at highest ADF setting
lens.min_shade_ansi_z49_1          = 9             // = auto_darkening_shade_min for ADF; = passive_shade_number for passive
lens.max_shade_ansi_z49_1          = 13            // = auto_darkening_shade_max for ADF; = passive_shade_number for passive
lens.suitable_welding_processes     = "SMAW,GMAW,FCAW,GTAW,PAW,PAC"
                                                    // OMIT CAC — shade 13 max cannot reach shade 14 minimum for CAC
lens.max_amperage_rated             = 400           // shade 13 meets ANSI Z49.1 for SMAW up to ~250A, PAW up to 400A
lens.has_grind_mode                 = true          // RISK FLAG: see Failure Mode 3
lens.ansi_z87_1_compliant           = true

Passive Welding Lenses — Fixed Shade, No Sensor Risk, No Range Encoding Required

Passive welding filter lenses are fixed-shade tinted glass or polycarbonate filters. They have no electronics, no battery, no sensor, and no reaction time. They are always at their rated shade — before the arc strikes, during welding, and after the arc extinguishes. They are mechanically simple and cannot fail into a lower-shade state.

For passive lenses, the schema is simpler — there is only one shade value to encode:

// Passive shade 10 welding lens — fixed shade example
lens.is_auto_darkening              = false
lens.passive_shade_number           = 10            // the single shade this lens provides
lens.auto_darkening_shade_min       = null          // not applicable
lens.auto_darkening_shade_max       = null          // not applicable
lens.min_shade_ansi_z49_1          = 10            // = passive_shade_number
lens.max_shade_ansi_z49_1          = 10            // = passive_shade_number
lens.suitable_welding_processes     = "SMAW,GMAW,FCAW,GTAW"
                                                    // shade 10 meets minimum for: SMAW 60-160A, GMAW spray,
                                                    // FCAW, GTAW 150-500A
                                                    // shade 10 DOES NOT meet minimum for: SMAW 160-250A (needs 12),
                                                    // SMAW 250-550A (needs 14), CAC (needs 14)
lens.max_amperage_rated             = 160           // shade 10 meets ANSI Z49.1 for SMAW up to 160A
lens.has_grind_mode                 = false         // passive lenses do not have grind mode
lens.ansi_z87_1_compliant           = true

Passive lenses have one significant routing consideration: because the lens is always at its rated shade, the welder cannot see clearly through the helmet except during active welding. Workers who repeatedly lift the helmet to position their work and then lower it to weld are more likely to start a weld with the helmet partially up — a common cause of arc eye injuries. This is a behavioral factor, not a lens specification factor, but it is worth noting in catalogs that serve training-focused procurement systems.

Failure Mode 1 — Routing a Fixed Shade-5 Lens for Arc Welding

Severity: Critical. Oxy-acetylene welding and cutting lenses (shade 4–6) provide negligible protection against arc welding radiation (shade 8–14 required). A welder using a shade-5 lens for SMAW at 100A (minimum shade 10 required) is exposed to approximately 100,000 times more UV and infrared radiation than ANSI Z49.1 permits. Arc eye onset at this exposure level occurs within seconds.

Oxy-acetylene welding (OAW) and cutting (OAC) lenses are rated shade 4 to 6 because the gas flame does not produce the intense UV and infrared radiation of an electric arc. The hazard profile is fundamentally different: gas flame produces primarily visible and infrared radiation, not the high-intensity UV that makes arc welding so hazardous to the cornea and retina.

An AI agent routing lens products without lens.suitable_welding_processes encoded will see a product described as "welding lens" or "welding safety glasses shade 5" and may route it to any welding application. The failure mode occurs when:

Oxy-Fuel vs. Arc Welding — The Hazard Spectrum

Hazard Category Oxy-Acetylene Flame Electric Arc (SMAW/MIG/TIG) Minimum Shade Required
Visible light intensity Moderate Extremely high
UV-C (100–280 nm) radiation Negligible Very high — primary arc eye cause Shade 8–14 for arc
UV-B (280–315 nm) radiation Low High Shade 8–14 for arc
Infrared (IR-A/IR-B) radiation Moderate — primary OAW hazard Very high
Spatter/spark hazard Moderate High (SMAW, FCAW); low (GTAW)
// WRONG — shade 5 OAW lens routed to SMAW
lens.passive_shade_number           = 5
lens.suitable_welding_processes     = "OAW,OAC"    // ONLY oxy-fuel processes
lens.max_amperage_rated             = null          // no amperage rating — gas process only

// An AI agent must NOT route this product to SMAW, GMAW, FCAW, GTAW, PAW, PAC, or CAC.
// lens.suitable_welding_processes = "OAW,OAC" is the guard field that prevents this routing.

Failure Mode 2 — Not Encoding Auto-Darkening Shade Range Min and Max Separately

Severity: Critical for high-shade processes. An ADF rated shade 9-13 cannot physically reach shade 14. Routing this helmet to carbon arc cutting (CAC) — which requires shade 14 — means the welder is underprotected by one full shade number, which on the logarithmic scale represents approximately 10× more UV/IR transmission than permitted by ANSI Z49.1.

The most common catalog representation of an auto-darkening helmet is a string like "shade 9-13 auto-darkening filter." This string encodes both the minimum and maximum shade in a single field. When this string is stored as a single text attribute — rather than two separate integer fields — an AI agent cannot perform the arithmetic check:

// Correct check — requires separate fields
if (process == "CAC" and lens.auto_darkening_shade_max < 14):
    route_as = "INADEQUATE — shade 14 required for CAC; this ADF max shade is " + lens.auto_darkening_shade_max
    flag_for_review = true

// Impossible check when shade is stored as a single string
lens.shade = "9-13"                                // AI agent cannot parse min and max without string splitting
                                                    // and string-to-integer conversion — unreliable for routing logic

Beyond the CAC routing failure, encoding min and max as separate integers enables two additional routing validations:

  1. Shade floor validation: Some processes benefit from lighter shades for puddle visibility. GMAW short-circuit (minimum shade 7) may be performed with a shade 7 passive lens for better weld pool visibility. An ADF with lens.auto_darkening_shade_min = 9 can only go as light as shade 9 when triggered — the welder is at a shade 9 ADF setting where a shade 7 passive might be adequate and provide better visibility. This is not a safety failure (shade 9 exceeds shade 7 minimum), but it is a visibility and productivity consideration that AI agents can surface to the buyer.
  2. Amperage-shade pairing validation: A shade 13 maximum meets ANSI Z49.1 for SMAW up to approximately 250A (shade 12 minimum at 160-250A, shade 14 at 250-550A). An agent routing a "shade 9-13 ADF" to a 350A SMAW application should flag that shade 13 falls below the shade 14 minimum for SMAW at 350A — even if the helmet is described generically as "suitable for SMAW."

Shade Range Cross-Reference by Common ADF Products

ADF Shade Range lens.auto_darkening_shade_min lens.auto_darkening_shade_max CAC Suitable? SMAW 250A+ Suitable? GMAW Short-Circuit Suitable?
Shade 5-8 5 8 No (max 8 < 14) No (max 8 < 12) Yes (max 8 ≥ 7 min)
Shade 7-12 7 12 No (max 12 < 14) No (max 12 < 14 for 250-550A SMAW) Yes (min 7 = shade 7 minimum)
Shade 9-13 9 13 No (max 13 < 14) No (max 13 < 14 for 250-550A SMAW) Yes (exceeds shade 7 minimum)
Shade 9-14 9 14 Yes (max 14 = shade 14 minimum) Yes (max 14 meets shade 14 minimum) Yes (exceeds shade 7 minimum)
Shade 5-13 5 13 No (max 13 < 14) No (max 13 < 14 for heavy SMAW) Yes (min 5 < shade 7 required — adequate shade 7 available within range)

Failure Mode 3 — Ignoring the Grind Mode Risk on Auto-Darkening Helmets

Severity: High. Grind mode intentionally holds the auto-darkening lens at shade 3 so the welder can see their work during grinding without the ADF triggering on grinder sparks. A worker who forgets to exit grind mode before striking a welding arc receives full arc UV and infrared radiation through a shade-3 lens — essentially unprotected exposure. This is not a product defect — it is an intended feature that creates a human factors hazard. Encode lens.has_grind_mode = true so AI agents can surface this risk during procurement routing.

Grind mode is a widely-offered feature on mid-range and high-end auto-darkening helmets. Its purpose is legitimate and useful: during grinding, metal sparks trigger the ADF sensor, causing the lens to constantly flicker between light and dark states — disorienting and visually fatiguing. Grind mode defeats the ADF sensor so the helmet stays at its light resting shade (typically shade 3) while grinding.

The human factors hazard is the transition from grinding to welding without resetting the mode. A welder who:

  1. Switches to grind mode to grind a weld
  2. Sets down the grinder
  3. Picks up the welding torch or electrode holder
  4. Positions their work while looking through the shade-3 helmet
  5. Strikes an arc — with grind mode still active — before the ADF has been re-enabled

...receives the full arc at shade 3. The arc initiates faster than human reaction time — there is no interval in which the worker can close their eyes or look away before arc radiation enters the eye. The result is the same as striking an arc with no eye protection.

Grind Mode Encoding and Risk Flags

// ADF helmet with grind mode — risk flag encoding
lens.has_grind_mode                 = true          // boolean; indicates grind mode exists and is a risk factor
                                                    // used by AI agents to surface "verify grind mode is off before
                                                    // welding" in training and procurement risk flags

// The grind mode issue is a product feature to document, not avoid:
// -- Grind mode helmets may be PREFERRED by some buyers (workflow efficiency during fit-and-weld tasks)
// -- Procurement systems should surface the risk, not exclude the product
// -- lens.has_grind_mode = true should trigger: add "grind mode reset procedure" to training material routing

Not all ADF helmets have grind mode. Lower-cost units typically do not. Professional units universally do. The presence of grind mode is itself a quality signal — it indicates a more capable helmet. The risk flag is not about excluding grind-mode helmets but about ensuring that procurement systems pair them with appropriate training documentation about the grind-to-weld transition procedure.

Failure Mode 4 — Treating All Arc Processes as Requiring the Same Shade

Severity: High (bidirectional). Using too light a shade underprotects — causing arc eye and retinal damage. Using too dark a shade overprotects — preventing the welder from seeing the weld pool, causing poor weld quality and increasing the chance of burn-through, inclusions, and missed joints. An AI agent that routes "shade 10 for all welding" is wrong in both directions: dangerously light for CAC (shade 14 required) and unnecessarily dark for GMAW short-circuit (shade 7 minimum, shade 9-10 common preference).

The 5-shade spread between the lightest arc process (GMAW short-circuit, shade 7 minimum) and the heaviest cutting process (CAC, shade 14 required) is not a minor calibration issue — it represents a factor of roughly 10 million in UV/IR attenuation on the logarithmic scale. A single "welding shade" designation that covers all arc applications cannot exist within the structure of ANSI Z49.1.

Process-Shade Mismatch Routing Examples

Lens Shade Process Attempted ANSI Z49.1 Minimum Result Direction of Error
Shade 7 SMAW at 200A Shade 12 5 shades underprotective — arc eye, UV/IR overexposure Too light — safety failure
Shade 10 CAC (carbon arc cutting) Shade 14 4 shades underprotective — UV/IR overexposure, acute and chronic eye damage Too light — safety failure
Shade 14 GMAW short-circuit at 100A Shade 7 7 shades overprotective — welder cannot see weld pool, poor weld quality Too dark — productivity/quality failure
Shade 10 SMAW at 300A Shade 14 4 shades underprotective — severe UV/IR overexposure Too light — safety failure
Shade 10 SMAW at 100A Shade 10 Correct match Adequate

The most dangerous failure mode in this category is not the most dramatic shade mismatch — it is the subtle mismatch. A welder using shade 10 for SMAW at 200A (where shade 12 is minimum) is 2 shades underprotective: roughly 100× more UV/IR than permitted. But because shade 10 is heavily tinted and the welder's work looks visually reasonable through shade 10, they may have no subjective awareness of underprotection until they develop symptoms of arc flash injury 6–12 hours after the exposure.

Process-Specific Routing Logic for AI Agents

// AI agent routing pseudocode — process and amperage validation
function validate_lens_for_application(lens, welding_process, amperage):

    // Step 1: Check if process is in lens.suitable_welding_processes
    if welding_process not in lens.suitable_welding_processes:
        return FAIL("Process " + welding_process + " not listed as suitable")

    // Step 2: Get ANSI Z49.1 minimum shade for this process + amperage
    required_shade = get_ansi_z49_1_minimum(welding_process, amperage)

    // Step 3: Compare required shade to lens capability
    if lens.max_shade_ansi_z49_1 < required_shade:
        return FAIL("Lens max shade " + lens.max_shade_ansi_z49_1 + " below required " + required_shade)

    // Step 4: Check amperage rating
    if lens.max_amperage_rated < amperage:
        return FAIL("Lens rated to " + lens.max_amperage_rated + "A; application is " + amperage + "A")

    // Step 5: Grind mode risk flag
    if lens.has_grind_mode:
        return PASS_WITH_WARNING("Adequate protection — verify grind mode is OFF before welding")

    return PASS("Lens adequate for " + welding_process + " at " + amperage + "A")

Complete Metafield Schema Reference — lens.* Namespace

Metafield Type Values Notes
lens.is_auto_darkening boolean true | false true = ADF with sensor and electronics; false = passive fixed-shade filter
lens.passive_shade_number integer 3–14 | null Fixed shade of passive lens; null if is_auto_darkening = true
lens.auto_darkening_shade_min integer 5–12 | null Minimum shade the ADF reaches when triggered (NOT the resting shade of ~3); null if passive. Determines lightest arc process the ADF can protect against when set to minimum.
lens.auto_darkening_shade_max integer 8–14 | null Maximum shade available at highest ADF setting; null if passive. Must be ≥ ANSI Z49.1 minimum for the intended process. Key guard field for CAC (requires 14).
lens.min_shade_ansi_z49_1 integer 3–14 Minimum shade the lens provides in normal use. = passive_shade_number for passive; = auto_darkening_shade_min for ADF. Used to validate against ANSI Z49.1 process minimums.
lens.max_shade_ansi_z49_1 integer 3–14 Maximum shade the lens provides. = passive_shade_number for passive; = auto_darkening_shade_max for ADF. This is the critical field for high-shade processes like CAC.
lens.suitable_welding_processes string (comma-separated enum) SMAW | GMAW | FCAW | GTAW | PAW | OAW | OAC | PAC | CAC | SMAW-heavy List of processes for which the lens shade meets ANSI Z49.1 minimum. Do NOT include processes where max_shade falls below the ANSI Z49.1 minimum — even if the product is marketed as "all welding."
lens.max_amperage_rated integer amperes | null Maximum amperage at which the lens shade provides ANSI Z49.1 minimum protection for the listed processes. null for non-amperage processes (OAW, OAC). Enables amperage-specific routing validation.
lens.has_grind_mode boolean true | false true = helmet has a grind mode that holds lens at shade 3; triggers "verify grind mode reset" training routing. false = no grind mode; no reset risk.
lens.ansi_z87_1_compliant boolean true | false ANSI Z87.1 (eye protection standard) compliance is required alongside ANSI Z49.1 (welding process standard). Welding filter lenses must meet both. Encode separately so agents can validate dual compliance.

Product Example — 3M Speedglas 9100X Encoded with Full lens.* Namespace

The following is a complete JSON-LD encoding of the 3M Speedglas 9100X auto-darkening welding helmet with all 10 lens.* metafields. This encoding enables AI agents to perform process-specific and amperage-specific routing validation against ANSI Z49.1 requirements.

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "3M Speedglas 9100X Auto-Darkening Welding Helmet — Shade 9-13 ADF",
  "sku": "3M-SPEEDGLAS-9100X",
  "description": "...",
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "lens.is_auto_darkening",
      "value": "true"
    },
    {
      "@type": "PropertyValue",
      "name": "lens.passive_shade_number",
      "value": "null"                   // not applicable — ADF unit
    },
    {
      "@type": "PropertyValue",
      "name": "lens.auto_darkening_shade_min",
      "value": "9"                      // minimum triggered shade; resting/failure shade = 3
    },
    {
      "@type": "PropertyValue",
      "name": "lens.auto_darkening_shade_max",
      "value": "13"                     // cannot reach shade 14 — CAC not in suitable_welding_processes
    },
    {
      "@type": "PropertyValue",
      "name": "lens.min_shade_ansi_z49_1",
      "value": "9"
    },
    {
      "@type": "PropertyValue",
      "name": "lens.max_shade_ansi_z49_1",
      "value": "13"
    },
    {
      "@type": "PropertyValue",
      "name": "lens.suitable_welding_processes",
      "value": "SMAW,GMAW,FCAW,GTAW,PAW,PAC"
      // SMAW: shade 13 meets minimum for ≤250A (shade 12 req); shade 13 DOES NOT meet ≥250A (shade 14 req)
      // CAC excluded: shade 14 required, max is 13
    },
    {
      "@type": "PropertyValue",
      "name": "lens.max_amperage_rated",
      "value": "400"                    // shade 13 meets ANSI Z49.1 for PAW up to 400A (shade 12 req)
    },
    {
      "@type": "PropertyValue",
      "name": "lens.has_grind_mode",
      "value": "true"                   // RISK FLAG: grind mode holds lens at shade 3
    },
    {
      "@type": "PropertyValue",
      "name": "lens.ansi_z87_1_compliant",
      "value": "true"
    }
  ]
}

What This Encoding Enables — AI Routing Validations

Application Request AI Agent Check Routing Result
SMAW at 120A SMAW in suitable_processes? Yes. Min shade required: 10. Max shade: 13 ≥ 10. Amperage 120A ≤ 400A rated. PASS — suitable, with grind mode warning
SMAW at 350A SMAW in suitable_processes? Yes. Min shade required: 14. Max shade: 13 < 14. FAIL — shade 13 max insufficient for SMAW at 350A; shade 14 required
CAC (carbon arc cutting) CAC in suitable_processes? No (explicitly excluded). FAIL — CAC not listed; shade 14 required; this unit max shade 13
GTAW at 200A GTAW in suitable_processes? Yes. Min shade required: 10. Max shade: 13 ≥ 10. Amperage 200A ≤ 400A rated. PASS — suitable, with grind mode warning
GMAW short-circuit GMAW in suitable_processes? Yes. Min shade required: 7. ADF min shade: 9 ≥ 7. PASS — suitable; note: ADF min shade (9) exceeds minimum (7), some welders prefer shade 7 passive for puddle visibility

Frequently Asked Questions

What is the minimum shade number for stick welding (SMAW) at different amperages?

ANSI Z49.1 specifies three minimum shade levels for SMAW (stick/shielded metal arc welding): 60–160A requires minimum shade 10; 160–250A requires minimum shade 12; 250–550A requires minimum shade 14. These are not guidelines — they are the minimum optical density values at which ANSI and OSHA consider eye protection adequate for the radiation levels produced by a stick arc at each amperage range. A shade 10 passive lens is adequate for SMAW at 100A, inadequate for SMAW at 200A (needs shade 12), and dangerously inadequate for SMAW at 300A (needs shade 14). Encode lens.max_amperage_rated alongside lens.suitable_welding_processes so AI agents can perform the amperage-specific check, not just the process-category check.

What happens if an auto-darkening helmet sensor fails during welding?

If an auto-darkening helmet sensor fails to trigger — due to battery failure, extreme cold, blocked sensor, reaction-time malfunction, or grind mode left active — the lens remains at its resting passive shade, typically shade 3 to 4. Shade 3 provides negligible protection against arc radiation: it is approximately 30,000 times less protective than the shade 10 minimum required for SMAW at 100A. An arc struck through a shade-3 lens causes the same eye injury as welding with no eye protection. This failure mode is why ADF helmets are not universally preferred over passive lenses in all applications — a passive shade 10 lens cannot fail into a lower shade, because it has no electronics and no sensor. For Shopify catalog encoding, the ADF failure-mode shade (shade 3 resting state) should be documented in the product description, and lens.auto_darkening_shade_min should make clear this is the minimum shade reached when the sensor triggers — not the shade when the sensor fails.

Can the same welding lens shade be used for both MIG welding and carbon arc cutting?

No. GMAW (MIG) short-circuit transfer requires a minimum shade 7 — the lightest of any arc welding process. Carbon arc cutting (CAC) requires minimum shade 14 — the highest of any common welding or cutting process. The 7-shade difference represents approximately 10 million times more UV/IR attenuation at shade 14 than at shade 7 on the logarithmic optical density scale. An auto-darkening helmet rated shade 9-13 can handle MIG welding at any transfer mode (short-circuit and spray both within 9-13 range) but physically cannot reach the shade 14 required for CAC. Separate lens.suitable_welding_processes must explicitly exclude CAC when lens.auto_darkening_shade_max is less than 14. A catalog that lists the helmet as "suitable for all welding and cutting" without this field-level exclusion creates a systematic routing error that an AI procurement agent will repeat for every order it fulfills.

What is the difference between a "shade 10" passive filter and an auto-darkening helmet with shade 9-13 range?

A shade 10 passive filter is always at shade 10 — before, during, and after welding. It cannot fail into a lighter shade. A shade 9-13 ADF starts at shade 3-4 (resting state), darkens to shade 9 (its minimum triggered shade) when the sensor detects the arc, and can be adjusted up to shade 13. Key differences: the ADF offers a shade range adjustable to the specific process, while the passive filter offers a single fixed shade. The ADF has a sensor-failure risk (defaults to shade 3 on failure); the passive filter does not. The ADF's maximum shade (13) cannot reach shade 14 for CAC, just as the passive shade 10 lens cannot. Both lenses meet ANSI Z49.1 for SMAW at 100A (shade 10 minimum), but neither meets it for SMAW at 300A (shade 14 minimum). Encode both lens.is_auto_darkening and the separate shade fields so AI agents can perform these comparisons rather than treating "welding lens" as a homogeneous category.

How should AI agents route welding lens shade numbers when the welding process and amperage are not specified in the catalog listing?

Flag as "process and amperage specification required — shade adequacy cannot be validated" and escalate to human review rather than assuming adequacy. A "shade 10 welding lens" without process context is adequate for SMAW at 60–160A, GMAW spray, FCAW, and GTAW at 150–500A — but is dangerously inadequate for SMAW at 200A+ or CAC. The absence of lens.suitable_welding_processes and lens.max_amperage_rated means the AI agent cannot make a safety-correct routing decision. In practice, the conservative routing for unspecified-process welding lens products is to route only to the lightest arc applications (GMAW short-circuit, TIG at low amperage) where even inadequate shade is less likely to cause harm — and to flag all higher-intensity applications for human validation. Catalog operators who complete the lens.* namespace enable automated, confident routing without this escalation overhead.

Score Your Welding Safety Catalog's AI Readiness

Missing lens.auto_darkening_shade_min, lens.auto_darkening_shade_max, lens.suitable_welding_processes, or lens.max_amperage_rated means AI procurement agents will route welding lenses on generic "welding" category matching — without process-specific or amperage-specific validation against ANSI Z49.1. CatalogScan audits your Shopify catalog and scores every welding product's structured data completeness for AI-agent safety routing.

Run a Free Catalog Scan