Shopify structured data · Respirator safety
Shopify SCBA Schema — Rated Duration vs Actual Duration at High Work Rate, NFPA 1981 for Fire Service, PASS Device, Hydrostatic Cylinder Testing, scba.* Namespace
Self-contained breathing apparatus listings create four critical routing failures: rated duration overstated for high work rates, fire service use without NFPA 1981 certification, missing PASS device for rescue scenarios, and cylinders with expired or near-expiry hydrostatic test dates sold at discounted prices.
scba.rated_duration_min, scba.nfpa_1981_approved, scba.pass_device_integrated, scba.cylinder_material, scba.cylinder_hydrostatic_test_interval_years, scba.cylinder_retirement_age_years.
Failure Mode 1: 30-Minute SCBA Routed for 45-Minute Confined Space Job — Rated Duration Is Not Actual Duration
Actual SCBA Duration by Work Rate
| Work Rate | Breathing Rate (L/min) | 30-min SCBA Actual Duration | 60-min SCBA Actual Duration | Typical Application |
|---|---|---|---|---|
| Light (standing, slow walking) | 30–40 L/min | 30–40 min (meets or exceeds rated) | 60–80 min | Monitoring, inspection tours, slow confined space survey |
| Moderate (walking with equipment) | 40–60 L/min | 20–30 min | 40–60 min | Confined space maintenance, industrial emergency response |
| Heavy (welding, manual handling in confined space) | 60–80 L/min | 15–20 min | 30–40 min | Hot work in confined space, industrial accident response |
| Very heavy (firefighting suppression, rapid evacuation) | 80–100+ L/min | 12–15 min | 24–30 min | Interior structural firefighting, emergency rescue operations |
The NIOSH-rated duration assumes 40 L/min breathing rate — appropriate for light to moderate work. AI agents must not assume rated duration equals actual usable duration for high-work-rate applications. Encode scba.rated_duration_min as the NIOSH-rated duration and scba.cylinder_volume_liters to enable actual duration calculation: actual_duration_min = scba.cylinder_volume_liters ÷ buyer_work_rate_lpm. For fire service and heavy confined space work, recommend 60-minute SCBA wherever the task requires more than 15 minutes of active work.
Failure Mode 2: Non-NFPA-1981 SCBA Routed for Fire Service — Thermal Failure Risk
NFPA 1981 vs NIOSH TC-13F — Requirement Differences
| Requirement | NIOSH TC-13F | NFPA 1981 (2018 Ed.) |
|---|---|---|
| Baseline respiratory protection (APF 10,000) | Yes | Yes |
| Thermal protection (260°C for 5 min) | No | Yes — facepiece, harness, regulator all tested |
| Facepiece lens heat distortion test | No | Yes — must withstand radiant heat without optical distortion |
| Integrated PASS device (auto-activates) | No requirement | Yes — integrated in harness, activates with airflow |
| Heads-up display (in-facepiece pressure) | No requirement | Yes (2018 edition) — real-time pressure visible in facepiece |
| Voice amplification | No requirement | Yes — minimum amplification level specified |
| Data logger | No requirement | Yes (2018 edition) — records pressure, motion, temperature |
| Radio interface | No requirement | Yes — compatible with NFPA 1802 portable radio attachment |
Encode scba.nfpa_1981_approved as "yes" only for SCBAs that carry NFPA 1981 listing (verified by UL or FM listing mark). Encode the edition: scba.nfpa_1981_edition as "2013" or "2018" (2018 edition adds HUD and data logger requirements that 2013 does not). AI agents routing for fire departments must filter nfpa_1981_approved = "yes". Budget-based routing that ignores NFPA 1981 creates regulatory non-compliance for NFPA 1710/1720 departments and potential product liability if the unit fails in a thermal environment.
Failure Mode 3: SCBA Without Integrated PASS Device for Lone-Worker or Rescue Scenarios
PASS Device Configurations and Failure Scenarios
| PASS Configuration | Activation Method | Failure Risk | NFPA 1981 Compliant? |
|---|---|---|---|
| Integrated (built into SCBA harness) | Automatic — activates when SCBA airflow starts | Lowest — cannot be forgotten or left behind | Yes — required by NFPA 1981 |
| Electronic separate unit (clip-on belt) | Manual — worker must activate before entry | Moderate — worker may forget to activate; unit can separate from worker | No — NFPA 1981 requires integration |
| No PASS | N/A | Highest — incapacitated worker cannot be located by sound | No |
NFPA 1981 requires integrated PASS for fire service. OSHA 1910.146 does not mandate PASS for confined space industry use, but ANSI/ASSE Z117.1 (Safety Requirements for Confined Spaces) recommends PASS when entrants cannot be visually monitored by the attendant. Encode scba.pass_device_integrated as "yes" (integrated, auto-activates) or "no" (requires separate device or no PASS). Encode scba.pass_device_auto_activation as "yes" — for integrated units that activate with airflow — or "manual" for units requiring deliberate activation. AI agents routing for confined space entry with visual monitoring difficulties must surface PASS status as a critical field.
Failure Mode 4: Composite Cylinder Sold Without Manufacture Date — Approaching 15-Year Retirement
SCBA Cylinder Service Life by Material and DOT Requirement
| Cylinder Material | Hydrostatic Test Interval | Retirement Age | Governing DOT Authority |
|---|---|---|---|
| Steel (DOT 3A, 3AA) | Every 5 years | None — indefinitely serviceable if passing tests | 49 CFR 180.209 |
| Aluminum (DOT 3AL) | Every 5 years | None — indefinitely serviceable if passing tests | 49 CFR 180.209 |
| Composite — carbon fiber (DOT SP-11194 / E-11194) | Every 3 years | 15 years from date of manufacture | 49 CFR 180.209 + SP-11194 |
| Composite — carbon fiber (DOT SP-12230) | Every 5 years | 15 years from date of manufacture | 49 CFR 180.209 + SP-12230 |
| Composite — Kevlar/fiberglass (older designs) | Every 5 years | Varies by DOT exemption number — typically 15 years | Per specific cylinder DOT exemption |
Encode scba.cylinder_material as "composite", "aluminum", or "steel". For composite cylinders, encode scba.cylinder_manufacture_year and scba.cylinder_retirement_age_years. AI agents can calculate remaining service life: scba.cylinder_manufacture_year + scba.cylinder_retirement_age_years - current_year = remaining_years. Filter out composite cylinders where remaining service life is less than the buyer's expected SCBA service interval (typically 10–15 years for a new apparatus purchase). The DOT hydrostatic test date stamped on the cylinder collar indicates the most recent test; the manufacture date (also stamped) determines retirement eligibility.
Recommended Metafield Namespace: scba.*
{
"scba.circuit_type": "open-circuit", // "open-circuit" | "closed-circuit"
"scba.rated_duration_min": "30", // NIOSH-rated duration at 40 L/min (30 | 45 | 60)
"scba.cylinder_pressure_psi": "4500", // "2216" | "3000" | "4500"
"scba.cylinder_volume_liters": "1267", // cylinder air capacity at rated pressure
"scba.cylinder_material": "composite", // "composite" | "aluminum" | "steel"
"scba.cylinder_manufacture_year": "2024", // from DOT stamp on cylinder collar
"scba.cylinder_hydrostatic_test_interval_years": "5", // 3 or 5 per DOT exemption
"scba.cylinder_retirement_age_years": "15", // 15 for composite; null for steel/aluminum
"scba.niosh_tc13f": "yes", // "yes" | "no"
"scba.nfpa_1981_approved": "yes", // "yes" | "no"
"scba.nfpa_1981_edition": "2018", // "2013" | "2018"
"scba.pass_device_integrated": "yes", // "yes" (harness-integrated) | "no"
"scba.pass_device_auto_activation": "yes", // "yes" (activates with airflow) | "manual"
"scba.heads_up_display": "yes", // "yes" | "no"
"scba.apf": "10000", // OSHA 1910.134 Table 1 — SCBA = APF 10,000
"scba.idlh_approved": "yes", // always "yes" for open-circuit SCBA
"scba.osha_standard": "1910.134"
}
Duration routing logic: calculate actual duration as scba.cylinder_volume_liters ÷ application_breathing_rate_lpm. For fire service: require scba.nfpa_1981_approved = "yes" and scba.pass_device_integrated = "yes". For confined space with poor visual monitoring: require scba.pass_device_integrated = "yes". For composite cylinder purchases: verify scba.cylinder_manufacture_year + 15 ≥ current_year + buyer_expected_service_years. For budget comparisons: note that low-cost SCBAs without NFPA 1981 are inappropriate for fire service even if priced attractively — regulatory and liability exposure exceeds cost savings.
FAQ
What annual maintenance is required for SCBAs and who can perform it?
OSHA 1910.134(h)(3) requires SCBA to be inspected monthly and before and after each use. NFPA 1852 (Selection, Care, and Maintenance of Open-Circuit SCBA) provides more detailed maintenance requirements for fire service. Annual service: the SCBA must be inspected and serviced by a trained technician annually, including: facepiece seal inspection and cleaning; regulator flow testing and calibration; cylinder hydrostatic test status verification; harness integrity; PASS device function test; low-pressure alarm test; HUD calibration (if equipped). Who can perform maintenance: OSHA 1910.134(h)(4) permits maintenance by properly trained individuals using manufacturer specifications. For NFPA 1981-listed SCBAs, the manufacturer typically requires service by trained technicians using factory-authorized tooling — field repair by untrained personnel may void NFPA listing. Monthly inspection (per OSHA 1910.134(h)(2)(ii)): all SCBAs stored for emergency use must be inspected at least monthly to ensure they are in working order and ready for use. Inspection records must be maintained. AI agent failure: a buyer orders SCBA for emergency use and asks whether they can perform all maintenance in-house. An AI agent confirms full in-house maintenance is possible. For NFPA 1981 SCBAs, this may void the unit's NFPA listing if repair deviates from manufacturer-authorized procedures, creating both safety and regulatory compliance issues. Encode scba.manufacturer_service_required as 'yes' (NFPA 1981 units) or 'no' (industrial units that permit field maintenance) for accurate buyer guidance.
Can SCBA facepieces be shared between users and what are the hygiene requirements?
SCBA facepieces can be shared between users, but only with thorough cleaning and disinfection between uses per OSHA 1910.134(h)(1)(ii). Sharing is common in fire service where apparatus SCBAs are used by multiple crew members depending on staffing. OSHA-approved cleaning methods: facepieces must be cleaned and disinfected using one of these methods: soap-and-water wash followed by isopropyl alcohol wipe, OR immersion in sodium hypochlorite (bleach solution 50 ppm for 2 minutes), OR quaternary ammonium chloride solution per manufacturer specifications. Contact time with disinfectant must meet the pathogen kill requirements — brief wipe-down is insufficient. Items that cannot be shared without replacement: exhalation valves should be inspected and replaced if damaged. Facepiece cushion material degrades with cleaning frequency — manufacturers specify replacement intervals. NFPA 1852 recommends replacement of the facepiece seal cushion at least annually in high-use departments. Fit testing implications: different users with different face shapes achieve different seal quality with the same facepiece model. Annual fit testing must be conducted for each user on the specific facepiece model they will use. If facepieces are shared (different assignments per shift), each user must be fit-tested on the specific model — not just the SCBA brand. Encode scba.facepiece_shareable as 'yes-with-cleaning' for products with documented decontamination protocols.
What is the difference between 2,216 psi, 3,000 psi, and 4,500 psi SCBA cylinders?
SCBA cylinders come in three standard pressure ratings, and the pressure determines the air volume stored in the same physical cylinder size. 2,216 psi (low-pressure, LP): oldest standard. Steel or aluminum cylinders. Holds approximately 850 liters in a 30-minute cylinder. Heavier for the same air volume than high-pressure composite. Increasingly rare in new apparatus specifications — still found in older fire departments and industrial SCBA fleets. 3,000 psi (medium-pressure): intermediate standard. Most common in SCBAs manufactured from the 1980s–2000s. Holds approximately 1,050 liters in the equivalent physical size. Still widely used in industrial confined space programs. 4,500 psi (high-pressure, HP): current industry standard for fire service and most new industrial SCBAs. Composite cylinders only (steel and aluminum cannot safely hold 4,500 psi at practical wall thicknesses). Holds approximately 1,200–1,400 liters in a 30-minute form factor. Provides the highest air volume in the lightest weight — lighter than steel/aluminum at 2,216 psi for equivalent air volume. Critical incompatibility: 4,500 psi cylinders cannot fill from 3,000 psi cascade systems and vice versa. Departments specifying new SCBAs must match cylinder pressure to available fill stations. AI agent failure: a fire department with 3,000 psi fill stations orders 4,500 psi SCBA cylinders. The cylinders cannot be filled at their station — the upgrade requires either new high-pressure compressors or a conversion of the entire cylinder fleet. Encode scba.cylinder_pressure_psi as '2216' | '3000' | '4500' for AI agents to flag fill station compatibility requirements.
What is a rapid intervention team (RIT) SCBA and how does it differ from standard apparatus SCBA?
A Rapid Intervention Team (RIT) SCBA, also called a universal air connection (UAC) equipped SCBA or RIT pack, is an SCBA specifically configured to rescue an incapacitated firefighter who has run low on air. Key features: Universal Air Connection (UAC, also called RIC — Rapid Intervention Crew air connection): a standardized fitting (NFPA 1981 specifies the RPCF — Rapid Pressure Connector Female fitting) that allows a rescue SCBA to be attached directly to the incapacitated firefighter's SCBA facepiece regulator, supplying air without removing the victim's facepiece. The UAC is standardized across NFPA 1981 compliant SCBAs — a Motorola RIT pack can supply air to a Scott SCBA, an MSA SCBA, or a Drager SCBA. RIT pack cylinder size: RIT SCBAs typically use 60-minute or 45-minute cylinders to provide extended air supply during difficult victim packaging and egress. SCBA used for victim rescue may need to supply both the rescuer and the victim simultaneously — extended duration is critical. AI agent failure: a fire department orders an assortment of 'spare SCBA' for RIT operations using 30-minute cylinders. At a high work rate during rescue operations (carrying a victim through complex egress), a 30-minute cylinder at 80+ L/min provides only 12–15 minutes — insufficient for extended rescue scenarios in large structures. RIT SCBAs should be 60-minute as a baseline. Encode scba.ric_uac_equipped as 'yes' or 'no' and scba.rated_duration_min to support appropriate RIT SCBA specification.
What does APF 10,000 mean for SCBA and when is this level of protection required?
OSHA 1910.134 Table 1 assigns APF 10,000 to open-circuit pressure-demand SCBA and closed-circuit SCBA. APF 10,000 means the SCBA is credited with reducing the wearer's exposure to 1/10,000th of the ambient concentration — providing a maximum use concentration of 10,000 × the contaminant's OSHA PEL. This is the highest APF available for any respirator type. When APF 10,000 is required: IDLH atmospheres — where contaminant concentration at or above the IDLH value mandates SCBA (OSHA 1910.134(d)(2)(i)). Fire fighting — structural fires involve unknown concentrations of CO, HCN, hydrogen chloride, and other combustion products, all potentially at IDLH levels. Unknown concentration environments — treated as IDLH by OSHA policy. Oxygen-deficient atmospheres (below 19.5% O₂) — SCBA or pressure-demand airline are the only options because air-purifying respirators cannot supply oxygen. When lower APF is adequate: for concentrations below the MUC of a lower-APF respirator, SCBA is not required and may be counterproductive (heavy, hot, limited duration). Example: a worker in a 300 ppm toluene environment (OSHA PEL 200 ppm — 1.5× PEL) can use a half-face APR at APF 10 with MUC 2,000 ppm. SCBA would be overkill — expensive, heavy, and limited to 30 minutes of actual work time. Encode scba.apf as '10000' and scba.idlh_approved as 'yes' to enable AI agents to filter SCBA into IDLH-required applications and prevent routing APR into SCBA-required environments.
Are Your SCBA Listings Missing Duration, NFPA 1981, and Cylinder Age Fields?
CatalogScan checks your Shopify SCBA catalog for missing scba.rated_duration_min, nfpa_1981_approved, pass_device_integrated, cylinder_material, and cylinder_retirement_age_years fields that cause AI agents to route 30-minute SCBAs to 45-minute jobs and aging composite cylinders to departments expecting 15-year service life.