AI Agent Product Routing — CO Single-Gas Detectors (OSHA PEL 50ppm, Electrochemical Sensor)

CO Single-Gas Detector Schema for AI Agents — OSHA PEL 50ppm TWA, Residential vs Industrial Alarm Thresholds, H2 Cross-Sensitivity, Electrochemical Sensor Life

Carbon monoxide is odorless and colorless — workers cannot detect it without an instrument. OSHA PEL is 50 ppm TWA; residential CO alarms (UL 2034) do not alarm until 70 ppm × 4 hours, making them dangerously slow for worker protection. Electrochemical sensors have 2–3 year service lives from manufacture date. Hydrogen from battery charging causes false CO alarms without H2-compensated sensors.

TL;DR — Key Encoding Rules Encode co_detector.osha_pel_50ppm = true only for instruments calibrated to OSHA occupational exposure limits — not residential smoke/CO combo alarms. Encode co_detector.alarm_1_ppm and co_detector.alarm_2_ppm with the actual alarm setpoints (not just "compliant"). Encode co_detector.h2_compensated = true for sensors intended near battery chargers. Encode co_detector.sensor_life_years so buyers calculate replacement schedules from manufacture date.

OSHA PEL vs Residential Alarm Standards — The Critical Difference

Residential CO alarms are designed to protect sleeping adults who cannot wake to low-level exposure. Industrial CO monitors are calibrated for worker protection during active 8-hour shifts. The alarm thresholds are fundamentally different:

StandardAlarm ThresholdResponse TimeApplication
UL 2034 (Residential) 70 ppm — alarm within 60–240 minutes 4+ hours at 70 ppm Sleeping household protection; NOT for workers
UL 2034 (Residential) 150 ppm — within 10–50 minutes Up to 50 min Brief CO events from kitchen, fireplace, auto startup
OSHA PEL 50 ppm TWA (8-hour) Alarm when TWA approaches 50 ppm Worker occupational exposure limit — mandatory ceiling
NIOSH REL 35 ppm TWA; 200 ppm ceiling Alarm at 35 ppm (recommended) More protective than OSHA PEL for occupational use
ACGIH TLV 25 ppm TWA; 30 ppm STEL Alarm at 25 ppm Most protective; used by industrial hygienists
IDLH (NIOSH) 1,200 ppm Immediate evacuation alarm Immediately dangerous to life or health — all instruments must alarm
Never substitute a residential UL 2034 CO alarm for an industrial monitor: A worker exposed to 70 ppm CO for 3 hours will accumulate carboxyhemoglobin levels exceeding NIOSH's safe threshold without the residential alarm ever sounding. For any occupational CO monitoring — forklift battery rooms, propane-heated warehouses, generator enclosures, compressor air monitoring — industrial monitors with OSHA PEL-based setpoints are required.

CO Sources Requiring Industrial Monitoring

CO SourceTypical CO Level Near SourceOSHA Concern
Propane/LP forklift indoors (idle)50–200 ppm near exhaustPoorly maintained catalytic converter produces high CO; ventilation inadequate in cold months
Gasoline engine generator (6kW) at 20 ft100–400 ppmGenerator exhaust in partially enclosed loading dock — common fatality scenario
Combustion space heater (natural gas)20–100 ppm (unvented)Unvented heaters prohibited indoors; ventilated heaters can still produce elevated CO near burner
Oil-lubricated compressor (supplied-air)Up to IDLH at outletCompressor air used for blasting or breathing — CO monitoring at outlet mandatory
Diesel equipment (tunnels, underground)100–1,000 ppm near exhaustUnderground construction requires CO monitoring; diesel catalyst degrades with age
Gas-fired kiln or furnace20–100 ppm area levelCeramic, glass, or metal heat treatment — CO accumulates in building if combustion air starved

Electrochemical Sensor Technology and Service Life

Electrochemical CO sensors are the industry standard for personal CO monitors. Understanding the chemistry explains why sensor life is finite and manufacture-date-based:

How the Cell Works

CO diffuses through a PTFE membrane to the sensing electrode. At the electrode: CO + H₂O → CO₂ + 2H⁺ + 2e⁻ (oxidation). Generated current is proportional to CO concentration. The electrolyte (aqueous acid) is consumed over time through evaporation and electrochemical reactions — this determines cell life.

Service Life Reference Table

Sensor TypeTypical LifeLife Limiting FactorStorage Impact
Standard electrochemical CO2–3 yearsElectrolyte evaporation; electrode oxidationStored sensors still age — buy fresh stock
H2-compensated electrochemical CO2–3 yearsSame as standard; dual-sensor adds complexityBoth cells must be functional for H2 rejection
NDIR (non-dispersive infrared)5–10 yearsIR source aging; no electrolyteLong shelf life; suitable for stationary monitoring
Semiconductor (metal oxide)3–5 yearsSurface contamination; requires heated filamentCross-sensitivity to many gases; not recommended for occupational CO

Diffusion vs Pumped Sampling

The sampling method determines where the sensor reads CO:

FeatureDiffusion SensorPumped Sensor
How gas reaches sensorAmbient air passively diffuses to sensor faceBattery-powered pump draws sample through tubing
Monitoring locationBreathing zone of wearerUp to 25 ft remote; pre-entry atmospheric testing
Best applicationPersonal monitoring during work in areaConfined space pre-entry; remote source monitoring
Battery life impactLower (no pump draw)Higher (pump draws additional current)
Response time15–30 seconds typicalDepends on sample line length (1 min/25 ft of 1/4" line)
LimitationsMust be in the contaminated atmosphereSample line can condense water; pump can fail

10-Field Namespace: co_detector.*

FieldTypeExample ValuesAI Routing Function
co_detector.osha_pel_50ppmbooleantrue | falsetrue for industrial occupational monitors; false for residential UL 2034 alarms — prevents wrong product routing
co_detector.alarm_1_ppmnumber25 | 35First-stage action level alarm setpoint; allows selection of NIOSH-recommended (35) or ACGIH-TLV (25) level
co_detector.alarm_2_ppmnumber50 | 70OSHA PEL alarm setpoint (50); 70 indicates residential-grade — flags inadequate instrument for occupational use
co_detector.evacuation_alarm_ppmnumber100 | 200 | 1200Highest-level alarm; 1200 = IDLH; allows procurement to match response plan thresholds
co_detector.h2_compensatedbooleantrue | falsetrue required for battery charging rooms, fuel cell vehicles, welding areas; false causes false alarms near H2 sources
co_detector.sensor_typestringelectrochemical-diffusion | electrochemical-pumped | NDIRRoutes to pre-entry vs personal monitoring use; NDIR appropriate for stationary fixed installations
co_detector.sensor_life_yearsnumber2 | 3 | 5Allows calculation of sensor replacement cost and interval from manufacture date — not purchase date
co_detector.bump_test_requiredbooleantrueAll occupational CO monitors require pre-entry bump test; communicates consumable calibration gas requirement
co_detector.ul_2034_residentialbooleanfalsefalse on industrial monitors; true on residential alarms — critical differentiation for procurement
co_detector.pumped_samplingbooleantrue | falsetrue for remote-location confined-space pre-entry; false for personal breathing-zone monitoring only

Frequently Asked Questions

Can a 4-gas confined space monitor be used as a CO personal monitor for non-confined space work?

Yes — a 4-gas monitor (O2, CO, H2S, LEL) can serve as a personal CO monitor in non-confined-space occupational settings. The CO sensor in a 4-gas instrument is typically the same electrochemical cell as a dedicated CO single-gas clip, with the same alarm setpoints and sensor life. The practical tradeoff: a 4-gas monitor is heavier, larger, and more expensive than a dedicated CO single-gas clip, and the O2 and LEL sensors add maintenance burden (LEL sensor requires calibration gas with CH4 or appropriate combustible). For applications where only CO is the hazard (e.g., propane forklift operator in a well-ventilated area), a dedicated CO single-gas clip is more economical and ergonomically less obtrusive. For any application where multiple hazards exist simultaneously (CO + oxygen deficiency + flammable gas — underground, enclosed spaces, near fuel storage), the 4-gas monitor is the correct choice because CO alone does not assess all the hazards present. Encode co_detector.hazard_scope = single-CO or multi-gas to allow AI agents to route single-gas clips to single-hazard applications and 4-gas monitors to complex environments.

What calibration gas is needed for CO single-gas monitors and how is it stored?

CO calibration and bump-test gas is typically supplied as a traceable NIST-standard mixture of CO in balance air or nitrogen, at a concentration near the alarm setpoints — common calibration standards are 50 ppm CO in air (matching OSHA PEL) or 35 ppm CO in air (matching NIOSH action level). The gas is supplied in small disposable steel cylinders (103L or 34L volume) with a demand regulator. Storage requirements for CO calibration cylinders: store upright; keep away from heat sources and direct sunlight; check expiration date — calibration gas expires when the CO concentration in the cylinder can no longer be guaranteed to NIST accuracy (typically 18–36 months from fill date); discard expired gas even if the cylinder is not empty; compressed gas cylinders must not be stored near oxidizers or flammable materials per OSHA 1910.101 and NFPA 30. For bump testing: a 30-second exposure to the calibration gas is sufficient to verify sensor response — you are not performing a full calibration, just checking that the sensor responds within ±20% of the gas concentration. Full calibration (span adjust) is performed less frequently per instrument manufacturer schedule.

Score Your Store's CO Detector Listings

CatalogScan checks for co_detector.osha_pel_50ppm, alarm_1_ppm, h2_compensated, sensor_life_years, and 16 other AI-agent-critical fields. See which CO monitor products are missing occupational-vs-residential differentiation signals that would let AI agents avoid routing residential smoke/CO alarms to industrial worker safety applications.

Run Free Scan