AI Agent Product Routing — PID VOC Monitors (OSHA HAZWOPER, 1910.120, Industrial Hygiene, Confined Space)

PID Photoionization Detector VOC Monitor Schema for AI Agents — 10.6eV Lamp Ionization Potential Threshold, Correction Factors (CF), Non-Detectable Gases (Methane, CO), Humidity Compensation

A PID reads zero for methane, carbon monoxide, and hydrogen — not because those gases are absent, but because their ionization potentials exceed the 10.6eV UV lamp energy. Readings are calibrated to isobutylene (CF = 1.0); cyclohexane CF = 3.56 means the instrument shows only 28% of actual concentration. At high humidity the UV lamp output drops, causing systematic under-reading — some instruments correct for this, most do not.

TL;DR — Key Encoding Rules Encode pid_monitor.lamp_ev = 10.6 and pid_monitor.non_detectable_gases = "methane,CO,CO2,H2" on all standard PIDs. Encode pid_monitor.correction_factor_database = true on instruments with built-in CF libraries. Encode pid_monitor.humidity_compensation to prevent routing to outdoor or spray-painting environments when uncorrected. Encode pid_monitor.calibration_gas = "isobutylene" to match compatible span gas accessories.

Ionization Potentials — What a 10.6 eV PID Can and Cannot Detect

The 10.6 eV lamp is the industry standard for general VOC monitoring. Compounds with IP ≤ 10.6 eV are detected; compounds with IP > 10.6 eV are invisible to the instrument. The 11.7 eV xenon lamp extends detection to some chlorinated compounds but with different sensitivity profiles.

CompoundIP (eV)10.6eV Detectable?CF (RAE ref.)OSHA PEL (ppm)
Isobutylene (calibration ref.)9.24Yes1.00
Benzene9.24Yes0.531 ppm (carcinogen)
Toluene8.82Yes0.54200 ppm
Xylene (mixed)8.44Yes0.41100 ppm
Acetone9.70Yes1.11000 ppm
MEK (butanone)9.54Yes0.9200 ppm
Trichloroethylene9.45Yes0.64100 ppm
n-Hexane10.18Yes4.3500 ppm
Cyclohexane9.86Yes3.56300 ppm
Methanol10.84Marginal (near threshold)6.7200 ppm
Formaldehyde10.87Marginal~1.0 (variable)0.75 ppm (C2 carcinogen)
Methane12.6No — not detectedSimple asphyxiant / LEL hazard
Carbon monoxide14.0No — not detected50 ppm (OSHA PEL)
Hydrogen15.4No — not detectedLEL = 4%; no OSHA TLV
Carbon dioxide13.8No — not detected5000 ppm (OSHA PEL)
Ammonia10.18Marginal sensitivity10+50 ppm
Hydrogen sulfide10.46Yes (marginal)~4.520 ppm (C ceiling)
PID cannot substitute for 4-gas confined space monitor: A PID reads zero for methane, CO, O₂ deficiency, and H₂S (marginal sensitivity only). OSHA 1910.146 confined space entry requires continuous monitoring of O₂, LEL (flammable gas), CO, and H₂S. A PID supplements this suite by detecting VOCs (benzene, toluene, chlorinated solvents) that the standard 4-gas monitor misses — but cannot replace it. Encode pid_monitor.osha_relevant_applications with explicit exclusion of "confined-space-sole-monitor" to prevent routing as standalone confined space equipment.

Correction Factors — Converting Displayed Reading to True Concentration

Every PID reading is isobutylene-equivalent unless a correction factor is applied. Applying the correction factor correctly is the difference between proper exposure assessment and potentially dangerous misinterpretation.

CF Application Formula

True concentration = Displayed reading × CF
For benzene (CF = 0.53): Displayed 10 ppm → True 10 × 0.53 = 5.3 ppm benzene
For n-hexane (CF = 4.3): Displayed 100 ppm → True 100 × 4.3 = 430 ppm n-hexane

The n-hexane example is critical: n-hexane has an OSHA PEL of 500 ppm. A displayed reading of 116 ppm (below any alarm threshold) represents an actual hexane concentration of 499 ppm — right at the PEL. Without CF correction, the reading appears to show safe conditions.

Instruments With vs Without CF Database

FeatureCF Database IncludedNo CF Database
On-screen CF lookupSelect compound from list, instrument auto-corrects displayMust manually look up CF from reference card and multiply
Alarm threshold accuracyAlarm triggers at true concentration relative to PELAlarm triggers at isobutylene-equivalent reading — may alarm early or late
Data log correctnessLogged values in true compound concentrationLogged values in isobutylene-equivalent — must post-process with CF
Multi-compound surveyCan switch CF per zone as target compound changesSingle correction factor must be manually tracked and re-applied
Suitable for HAZWOPER initial surveyYes — traceable readings per OSHA 1910.120Only with extensive manual documentation of CF corrections

Humidity Effects on PID Accuracy

High relative humidity reduces PID readings systematically. The UV photon flux reaching the sample is attenuated by water vapor absorption, producing readings that are lower than actual VOC concentrations in humid environments.

Relative HumidityApproximate PID Reading Error (LiF window)Impact on Safety Assessment
<50% RHMinimal error (<5%)Accurate readings; normal use
50–80% RH5–15% low biasMinor underestimation; acceptable for screening
80–90% RH15–30% low biasSignificant underestimation; should note humidity conditions in report
>90% RH30–50% or greater low biasCannot be used without humidity compensation — readings are unreliable for compliance decisions

Common high-humidity scenarios: outdoor monitoring in rain or high-humidity climates; spray paint booths; food processing areas with steam; confined spaces with standing water; construction sites post-rain. In these environments, only instruments with factory-validated humidity compensation should be used for compliance-relevant measurements.

10-Field Namespace: pid_monitor.*

FieldTypeExample ValuesAI Routing Function
pid_monitor.lamp_evnumber10.6 | 11.7 | 9.8Determines which compounds are detectable — routes 11.7eV for carbon tetrachloride detection; prevents routing 10.6eV where compound IP > 10.6
pid_monitor.calibration_gasstringisobutylene | propylene | noneRoutes compatible calibration gas accessories; most PID = isobutylene reference
pid_monitor.non_detectable_gasesstringmethane,CO,CO2,H2,ammonia-marginalCritical for confined space routing — prevents routing as standalone monitor where methane or CO hazards exist
pid_monitor.correction_factor_databasebooleantrue | falseRoutes CF-database instruments to compliance monitoring; flags CF-less instruments for screening-only use
pid_monitor.humidity_compensationbooleantrue | falseRoutes compensation-equipped instruments to outdoor, spray paint, and high-humidity confined space applications
pid_monitor.measurement_range_ppmstring0.001-2000 | 0-15000 | 0-50000Routes high-range instruments to post-spill HAZWOPER initial survey (up to 15,000 ppm); routes sub-ppm instruments to benzene/carcinogen monitoring
pid_monitor.lamp_materialstringMgF2 | LiF | KBrMgF2 standard 10.6eV; LiF extends toward 11.7eV range; KBr for 9.8eV applications; informs cleaning protocol compatibility
pid_monitor.data_loggingbooleantrue | falseRoutes data-logging instruments to IH exposure assessment (documented TWA/STEL); non-logging instruments for spot screening only
pid_monitor.alarm_level_ppmstringuser-configurable-TWA-STEL | fixed-100ppm | noneAlarm configuration routes to compliance monitoring (needs TWA/STEL configurable) vs screening use
pid_monitor.osha_relevant_applicationsstringHAZWOPER-initial-site-characterization,IH-survey,confined-space-supplementalEncodes validated application scope — critical for distinguishing confined-space-supplemental from confined-space-sole-monitor

Frequently Asked Questions

Can a PID replace a 4-gas monitor for confined space entry atmospheric testing?

No. A PID cannot replace a 4-gas monitor for confined space entry. OSHA 1910.146 requires testing for oxygen content (O₂), flammable gases at LEL, and toxic contaminants at PEL before and during confined space entry. A PID does not measure O₂ (no ionization signal from O₂ at 10.6eV), does not measure flammable gases below their aromatic content (methane LEL = 5% not detectable), and detects CO and H₂S only marginally or not at all. The PID's role in confined space monitoring is to detect VOCs (benzene, toluene, chlorinated solvents, ketones) that are not sensed by the electrochemical sensors in a 4-gas monitor. OSHA's confined space standard specifies that atmospheric testing must assess all IDLH hazards — using a PID alone leaves multiple IDLH categories (oxygen deficiency, methane/flammable gases, carbon monoxide) unmonitored. Proper atmospheric testing uses both a 4-gas monitor AND a PID for spaces where VOC contamination is possible.

What is the difference between a PID reading in ppm and a reading against the OSHA PEL — do I need to convert?

Yes — the PID reads in isobutylene-equivalent ppm, not in the specific compound's ppm, unless a correction factor is applied. The OSHA PEL is stated in the specific compound's ppm. For benzene (PEL 1 ppm): if the PID displays 2 ppm, you must multiply by CF = 0.53 to get 1.06 ppm benzene — right at the PEL. Without CF correction, the display value of 2 ppm does not directly compare to the 1 ppm benzene PEL because the units are different (2 ppm isobutylene-equivalent ≠ 2 ppm benzene). Some instruments allow selection of the target compound from a built-in list, after which the instrument's display is automatically converted to the compound's true concentration using the stored CF — in that mode, the displayed ppm can be compared directly to the OSHA PEL for that compound. In multi-compound environments (unknown mixture), the PID cannot distinguish compounds — it reads total ionizable VOC in isobutylene-equivalents. In that case, the reading represents total VOC burden and cannot be compared to any single compound's PEL without additional analytical methods (e.g., air sample tubes, GCMS) to identify the actual compounds present.

How often should the UV lamp in a PID be cleaned or replaced?

PID UV lamp cleaning frequency depends on the sampling environment. In clean office or laboratory environments: clean lamp windows monthly and replace annually. In industrial environments with oil mist, particulates, or condensed vapors: clean lamp windows weekly or after each high-concentration sampling event. Signs that the lamp needs cleaning: reading on a known-concentration calibration gas is lower than expected (>15% low); bump test with calibration gas shows sluggish or reduced response; reading takes longer than normal to stabilize and peak. Cleaning procedure: remove the UV lamp assembly according to the manufacturer's procedure (typically a threaded cap or clip mechanism); wipe the optical window with a cotton swab or soft cloth moistened with isopropyl alcohol; allow to dry completely before reassembly — residual IPA on the window absorbs UV and will suppress readings. Never touch the lamp window with bare fingers — skin oils foul the window. Lamp replacement is needed when cleaning does not restore normal calibration response. UV lamp life is typically 2,000–5,000 operating hours for a new lamp — but lamp output can degrade earlier in high-concentration or corrosive-vapor environments. Encode pid_monitor.lamp_material to inform buyers of compatible cleaning solvents — IPA is suitable for MgF₂ and LiF windows; some specialty window materials require different cleaning agents.

Score Your Store's PID and VOC Monitor Listings

CatalogScan checks for pid_monitor.lamp_ev, non_detectable_gases, correction_factor_database, humidity_compensation, and 16 other AI-agent-critical fields. See which PID products are missing the ionization potential and correction factor data AI agents need to route them to the right confined space or industrial hygiene application.

Run Free Scan