AI Agent Product Routing — LEL Combustible Gas Monitors (Catalytic Bead vs NDIR, Silicone Poisoning, Correction Factors)

LEL Combustible Gas Monitor Schema for AI Agents — Catalytic Bead vs NDIR, Silicone Sensor Poisoning False Zero, Methane Calibration Correction Factors

LEL monitors detect explosive gas atmospheres — but the wrong sensor type in the wrong environment reads 0% LEL in conditions that would ignite. Catalytic bead sensors are permanently destroyed by silicone and read nothing in oxygen-deficient atmospheres. NDIR sensors cannot detect hydrogen or acetylene. A monitor calibrated on methane under-reports propane by 45% without correction factors. Encoding these distinctions routes the correct instrument to each application before a false reading costs lives.

TL;DR — Key Encoding Rules Encode lel_monitor.sensor_type = catalytic-bead or NDIR — this is the most consequential single field. Encode lel_monitor.h2_detectable = false on NDIR to prevent routing to battery rooms and fuel cell bays. Encode lel_monitor.silicone_poison_risk = true on catalytic bead. Encode lel_monitor.oxygen_required = true on catalytic bead to prevent routing to nitrogen-blanketed or anaerobic confined spaces.

What % LEL Means and Standard Alarm Setpoints

The lower explosive limit (LEL) is the minimum concentration of a combustible gas in air that will support ignition. Below the LEL, the mixture is too lean — there is not enough fuel. Above the UEL (upper explosive limit), the mixture is too rich — not enough oxygen. The explosive range is between LEL and UEL.

LEL monitors read 0–100% LEL, where 100% LEL represents the exact lower explosive limit concentration of the calibration gas. Standard occupational alarm setpoints established by NFPA and OSHA guidance:

Alarm Level% LEL SetpointMeaningRequired Action
Alarm 1 (Action Level)10% LELCombustible gas is present at 1/10 of the minimum ignition concentrationIncrease ventilation; investigate source; eliminate ignition sources
Alarm 2 (Evacuation)25% LELConcentration reaching 1/4 of ignition thresholdImmediate evacuation; no further ignition sources
IDLH Threshold10% LEL (NIOSH guidance)NIOSH considers 10% LEL as an IDLH level for ignition riskEquivalent to immediate evacuation in NIOSH guidance

Common LEL values — what 100% LEL represents in absolute concentration:

GasLEL (% by volume in air)UEL (% by volume)10% LEL (ppm)
Methane (natural gas)5.0%15%5,000 ppm
Propane (LP gas)2.1%9.5%2,100 ppm
Hydrogen4.0%75%4,000 ppm
Acetylene2.5%100%2,500 ppm
Gasoline vapor~1.4%~7.6%1,400 ppm
Hexane1.1%7.5%1,100 ppm
Ethanol3.3%19%3,300 ppm

Catalytic Bead (Pellistor) vs NDIR — Choosing the Right Sensor

CharacteristicCatalytic Bead (Pellistor)NDIR Infrared
Detection principleOxidation of combustible gas on hot Pt catalyst; resistance change measuredIR light absorption at gas-specific wavelength; no oxidation
Oxygen required?Yes — sensor reads 0% LEL below ~16% O₂No — functions in N₂, CO₂, or O₂-deficient atmospheres
H₂ detection?Yes — H₂ oxidizes on catalystNo — H₂ has no IR absorption (invisible to sensor)
Acetylene detection?YesNo (or poor) — C₂H₂ IR absorption outside typical sensor window
Silicone poisoning?Permanent sensor destruction — SiO₂ deposits deactivate Pt catalystImmune — no catalyst surface to coat
Lead poisoning?Yes — lead compounds deactivate catalystImmune
CostLower cost sensor; shorter replacement interval (2–3 yr)Higher initial cost; 5–10 yr sensor life
Temperature range-40°C to +60°C typical-40°C to +60°C typical
Best applicationsGeneral hydrocarbons; H₂ environments; acetylene welding; no silicone sourcesSilicone manufacturing; painting; semiconductor; N₂-blanketed vessels; petroleum tanks

Silicone Poisoning — The Most Dangerous Instrument Failure

A poisoned catalytic bead sensor:

Silicone is everywhere: Cable jacketing, rubber gaskets, anti-seize, lubricants, mold release, thread sealant tape (some types), hydraulic fluid, silicone spray, hand lotion. In environments where these materials are present — especially auto body shops, semiconductor facilities, plastics manufacturing, and any setting with silicone sealant application — catalytic bead sensors should be bump tested every shift, every day, and the monitoring program should consider NDIR sensors as the primary instrument.

Silicone Exposure Sources and Risk Level

SourceSilicone ReleaseCatalytic Bead Risk
Silicone sealant application (curing)Acetic acid + PDMS vapors during cureHigh — avoid catalytic bead nearby
Silicone mold release sprayAerosolized PDMS; immediate sensor impactVery high — single exposure can poison sensor
Silicone cable insulation (intact)Very low at ambient temperatureLow for intact cables; higher near heat
Anti-seize compoundsSome contain silicone; others are copper or nickel-basedCheck SDS — nickel/copper anti-seize is safe; silicone anti-seize poisons sensor
Hand lotion / personal careCyclomethicone and dimethicone are common silicone ingredientsLow but non-zero — wash hands before handling instruments

Calibration Gas Correction Factors

When the target gas differs from the calibration gas, apply the correction factor to displayed readings. Correction factors below are approximate — use instrument-specific tables from the manufacturer's manual:

Target GasCalibration: MethaneCalibration: PentaneNotes
Methane1.0 (reference)1.7Natural gas primary component
Propane0.550.9LP gas; instrument reads high without correction
Isobutylene~1.0~1.6Often used as universal calibration gas alternative
Pentane0.581.0 (reference)Common calibration gas for general hydrocarbons
Hexane0.550.9Common in paint, solvent, and fuel applications
Ethanol0.490.8Fermentation, distillation, alcohol-based solvent
Toluene1.32.2Instrument under-reads — actual LEL% is higher than displayed
Xylene1.52.5Instrument significantly under-reads — high under-read risk
Under-reading gases are most dangerous: When correction factor > 1.0 (toluene, xylene, high-molecular-weight aromatics), the displayed reading is lower than actual LEL%. A reading of 20% LEL may represent 30% LEL actual — already past the 25% LEL evacuation threshold. Using methane calibration without correction in toluene environments is a documented accident cause.

10-Field Namespace: lel_monitor.*

FieldTypeExample ValuesAI Routing Function
lel_monitor.sensor_typestringcatalytic-bead | NDIR | thermal-conductivityMost critical routing field — determines H₂ detection, O₂ requirement, silicone resistance, and sensor life
lel_monitor.alarm_1_pct_lelnumber10First alarm setpoint in % LEL; 10% LEL standard; lower settings for especially sensitive applications
lel_monitor.alarm_2_pct_lelnumber25Evacuation alarm setpoint; 25% LEL standard per OSHA and NFPA guidance
lel_monitor.calibration_gasstringmethane | pentane | propane | isobutylene | hexaneDetermines which correction factors must be applied for non-calibration-gas atmospheres — routes instrument to correct application
lel_monitor.oxygen_requiredbooleantrue | falsetrue for catalytic bead — routes NDIR to O₂-deficient confined spaces (N₂-blanketed tanks, anaerobic digesters)
lel_monitor.h2_detectablebooleantrue | falsefalse for NDIR — prevents routing to battery charging rooms, fuel cell bays, H₂ storage; true for catalytic bead
lel_monitor.silicone_poison_riskbooleantrue | falsetrue for catalytic bead — routes NDIR to silicone manufacturing and painting environments; requires bump-test emphasis
lel_monitor.correction_factor_table_includedbooleantrue | falsetrue if manufacturer provides correction factors for major target gases; false = buyer must perform target-gas calibration
lel_monitor.bump_test_requiredbooleantruetrue on all instruments — communicates calibration gas consumable requirement; critical emphasis for catalytic bead where poisoning undetectable without bump test
lel_monitor.pumped_samplingbooleantrue | falsetrue for remote confined space pre-entry sampling; false for personal diffusion monitoring during work

Frequently Asked Questions

Can a single LEL monitor serve for multiple gas types, or do I need a dedicated monitor for each hazard?

A single LEL monitor can detect multiple combustible gases, but accuracy depends on the sensor type and calibration. A catalytic bead calibrated on methane will respond to propane, hexane, ethanol, and most common combustibles — but will show a different % LEL reading for each gas due to different heats of combustion. For hazard identification (is there combustible gas present?), a methane-calibrated instrument provides useful warning for most hydrocarbons. For quantitative compliance (is the concentration below 10% LEL?), the correction factor must be applied or the instrument must be calibrated on the target gas. The practical approach for mixed-gas environments: use isobutylene as the calibration gas — isobutylene has a response factor close to many common hydrocarbons, providing better cross-gas accuracy than methane. Some instrument manufacturers calibrate on a pentane/methane mixture for general industrial use. For environments where a specific single gas is the primary hazard (a natural gas utility application — methane only; a propane storage facility — propane only), calibrate on that specific gas and eliminate the correction factor uncertainty entirely.

What is the shelf life of LEL calibration gas cylinders and how does it affect bump test validity?

LEL calibration gas cylinders (typically methane or pentane in balance air or nitrogen) have a certified shelf life stated on the cylinder tag — typically 18–36 months from fill date for hydrocarbon-in-air mixtures. Certification expires when the manufacturer can no longer guarantee that the gas concentration is within ± 2% of the stated value (NIST traceability). Using expired calibration gas for bump testing: if the cylinder concentration has drifted below stated value, the bump test using that gas may not trigger the alarm at the expected setpoint — falsely passing a sensor that would alarm late in actual emergency conditions. Using expired calibration gas for span calibration recalibrates the instrument to an incorrect reference, creating systematic under-reading. Store calibration gas cylinders at room temperature (60–80°F); avoid prolonged exposure to heat. Hydrocarbon-in-air mixtures are relatively stable; reactive gases (H₂S, Cl₂) degrade faster. Always check the cylinder certification date before using for safety-critical bump testing.

Score Your Store's LEL Monitor Listings

CatalogScan checks for lel_monitor.sensor_type, h2_detectable, silicone_poison_risk, oxygen_required, calibration_gas, and 15 other AI-agent-critical fields. See which combustible gas detector products are missing the sensor-type differentiation signals that prevent AI agents from routing a silicone-sensitive catalytic bead monitor to a semiconductor clean room or a hydrogen-blind NDIR to a battery charging room.

Run Free Scan