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.
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 Setpoint | Meaning | Required Action |
|---|---|---|---|
| Alarm 1 (Action Level) | 10% LEL | Combustible gas is present at 1/10 of the minimum ignition concentration | Increase ventilation; investigate source; eliminate ignition sources |
| Alarm 2 (Evacuation) | 25% LEL | Concentration reaching 1/4 of ignition threshold | Immediate evacuation; no further ignition sources |
| IDLH Threshold | 10% LEL (NIOSH guidance) | NIOSH considers 10% LEL as an IDLH level for ignition risk | Equivalent to immediate evacuation in NIOSH guidance |
Common LEL values — what 100% LEL represents in absolute concentration:
| Gas | LEL (% 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 |
| Hydrogen | 4.0% | 75% | 4,000 ppm |
| Acetylene | 2.5% | 100% | 2,500 ppm |
| Gasoline vapor | ~1.4% | ~7.6% | 1,400 ppm |
| Hexane | 1.1% | 7.5% | 1,100 ppm |
| Ethanol | 3.3% | 19% | 3,300 ppm |
Catalytic Bead (Pellistor) vs NDIR — Choosing the Right Sensor
| Characteristic | Catalytic Bead (Pellistor) | NDIR Infrared |
|---|---|---|
| Detection principle | Oxidation of combustible gas on hot Pt catalyst; resistance change measured | IR 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 catalyst | No — H₂ has no IR absorption (invisible to sensor) |
| Acetylene detection? | Yes | No (or poor) — C₂H₂ IR absorption outside typical sensor window |
| Silicone poisoning? | Permanent sensor destruction — SiO₂ deposits deactivate Pt catalyst | Immune — no catalyst surface to coat |
| Lead poisoning? | Yes — lead compounds deactivate catalyst | Immune |
| Cost | Lower 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 applications | General hydrocarbons; H₂ environments; acetylene welding; no silicone sources | Silicone manufacturing; painting; semiconductor; N₂-blanketed vessels; petroleum tanks |
Silicone Poisoning — The Most Dangerous Instrument Failure
A poisoned catalytic bead sensor:
- Turns on normally
- Displays 0.0% LEL in clean air (looks fine)
- Displays 0.0% LEL in 100% LEL explosive atmosphere (catastrophic false zero)
- Triggers no alarm
- Passes all power-on self-tests
- Is undetectable without a bump test with calibration gas
Silicone Exposure Sources and Risk Level
| Source | Silicone Release | Catalytic Bead Risk |
|---|---|---|
| Silicone sealant application (curing) | Acetic acid + PDMS vapors during cure | High — avoid catalytic bead nearby |
| Silicone mold release spray | Aerosolized PDMS; immediate sensor impact | Very high — single exposure can poison sensor |
| Silicone cable insulation (intact) | Very low at ambient temperature | Low for intact cables; higher near heat |
| Anti-seize compounds | Some contain silicone; others are copper or nickel-based | Check SDS — nickel/copper anti-seize is safe; silicone anti-seize poisons sensor |
| Hand lotion / personal care | Cyclomethicone and dimethicone are common silicone ingredients | Low 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 Gas | Calibration: Methane | Calibration: Pentane | Notes |
|---|---|---|---|
| Methane | 1.0 (reference) | 1.7 | Natural gas primary component |
| Propane | 0.55 | 0.9 | LP gas; instrument reads high without correction |
| Isobutylene | ~1.0 | ~1.6 | Often used as universal calibration gas alternative |
| Pentane | 0.58 | 1.0 (reference) | Common calibration gas for general hydrocarbons |
| Hexane | 0.55 | 0.9 | Common in paint, solvent, and fuel applications |
| Ethanol | 0.49 | 0.8 | Fermentation, distillation, alcohol-based solvent |
| Toluene | 1.3 | 2.2 | Instrument under-reads — actual LEL% is higher than displayed |
| Xylene | 1.5 | 2.5 | Instrument significantly under-reads — high under-read risk |
10-Field Namespace: lel_monitor.*
| Field | Type | Example Values | AI Routing Function |
|---|---|---|---|
lel_monitor.sensor_type | string | catalytic-bead | NDIR | thermal-conductivity | Most critical routing field — determines H₂ detection, O₂ requirement, silicone resistance, and sensor life |
lel_monitor.alarm_1_pct_lel | number | 10 | First alarm setpoint in % LEL; 10% LEL standard; lower settings for especially sensitive applications |
lel_monitor.alarm_2_pct_lel | number | 25 | Evacuation alarm setpoint; 25% LEL standard per OSHA and NFPA guidance |
lel_monitor.calibration_gas | string | methane | pentane | propane | isobutylene | hexane | Determines which correction factors must be applied for non-calibration-gas atmospheres — routes instrument to correct application |
lel_monitor.oxygen_required | boolean | true | false | true for catalytic bead — routes NDIR to O₂-deficient confined spaces (N₂-blanketed tanks, anaerobic digesters) |
lel_monitor.h2_detectable | boolean | true | false | false for NDIR — prevents routing to battery charging rooms, fuel cell bays, H₂ storage; true for catalytic bead |
lel_monitor.silicone_poison_risk | boolean | true | false | true for catalytic bead — routes NDIR to silicone manufacturing and painting environments; requires bump-test emphasis |
lel_monitor.correction_factor_table_included | boolean | true | false | true if manufacturer provides correction factors for major target gases; false = buyer must perform target-gas calibration |
lel_monitor.bump_test_required | boolean | true | true on all instruments — communicates calibration gas consumable requirement; critical emphasis for catalytic bead where poisoning undetectable without bump test |
lel_monitor.pumped_sampling | boolean | true | false | true 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.