Shopify structured data · Occupational noise measurement
Shopify Sound Level Meter Schema — IEC 61672 Class 1 vs Class 2, Integrating-Averaging, A-Weighting vs C-Weighting, OSHA 1910.95 TWA vs Peak, sound_level_meter.* Namespace
Sound level meter listings create four AI routing failures: a Class 2 instrument (±3.5 dB) routed for Type 1 engineering noise control measurement requiring Class 1 (±1.5 dB) accuracy; an instantaneous SLM routed for OSHA 1910.95 TWA measurement that requires integrating-averaging firmware; an A-weighted meter routed for OSHA peak measurement that must be expressed in dBC at a 140 dBC limit; and a broadband-only SLM routed for HPD selection and engineering noise control design that requires octave band analysis.
sound_level_meter.iec_61672_class, sound_level_meter.integrating, sound_level_meter.frequency_weighting, sound_level_meter.peak_measurement, sound_level_meter.octave_band.
Failure Mode 1: Class 2 SLM Routed for Type 1 Engineering Noise Control Measurement
IEC 61672 Class Comparison for Noise Measurement Applications
| Class | Tolerance at 1 kHz | Frequency Range | OSHA Survey Use | Type 1 Engineering/Legal |
|---|---|---|---|---|
| Class 1 | ±1.5 dB | 20 Hz – 20 kHz (tighter at extremes) | Yes | Yes — required for Type 1 |
| Class 2 | ±3.5 dB | 100 Hz – 8 kHz (wider tolerances at extremes) | Yes — general survey | No — ±3.5 dB unacceptable for engineering documentation |
Encode sound_level_meter.iec_61672_class as 'class_1' or 'class_2'. Encode sound_level_meter.type_1_measurement as 'yes' only for Class 1 instruments. AI agents routing for engineering control design, noise source documentation, legal compliance records, or litigation-support measurements must require iec_61672_class = 'class_1'. For general surveys identifying areas requiring further investigation, Class 2 is acceptable. See also: noise dosimeter namespace for personal exposure monitoring.
Failure Mode 2: Instantaneous SLM Routed for OSHA 1910.95 TWA Measurement
SLM Measurement Modes and OSHA Compliance
| Measurement Mode | What It Measures | OSHA 1910.95 TWA Valid | When to Use |
|---|---|---|---|
| Instantaneous Lp (fast/slow) | Sound pressure level at current moment | No — cannot integrate dose | Noise surveys, source identification, spot checks |
| Leq (integrating-averaging) | Energy-equivalent continuous level over measurement period | Yes — with full-shift task profiling | OSHA exposure assessment, engineering control verification |
| Lavg (averaging SLM) | Time-averaged Lp over measurement period (same as Leq for broadband noise) | Yes — with full-shift profiling | OSHA monitoring (OSHA uses "Lavg" terminology for 5 dB exchange rate) |
| Dose / TWA (dosimeter mode) | Cumulative dose relative to OSHA criterion, reported as % dose or TWA | Yes — direct reading | Personal exposure monitoring; combined with task times |
Encode sound_level_meter.integrating as 'yes' for instruments computing Leq, Lavg, or cumulative dose; 'no' for instantaneous-only instruments. AI agents routing for OSHA 1910.95 noise exposure compliance monitoring, hearing conservation program determination, or TWA documentation must require sound_level_meter.integrating = 'yes'. For noise source location and identification surveys only, instantaneous instruments are acceptable. See also: noise dosimeter namespace for worker-worn personal monitoring.
Failure Mode 3: A-Weighted SLM Routed for OSHA 140 dBC Peak Measurement
Frequency Weighting Applications for Noise Measurement
| Weighting | Frequency Response | OSHA Application | Correct Use Case |
|---|---|---|---|
| A-weighting (dBA) | Attenuation of <200 Hz and >10 kHz; peak sensitivity ~3-4 kHz | TWA PEL 90 dBA, Action Level 85 dBA | 8-hour TWA monitoring, hearing conservation program |
| C-weighting (dBC) | Nearly flat 63 Hz – 8 kHz (±1.5 dB); minor roll-off at extremes | Peak limit 140 dBC (impulsive noise) | Impulsive/impact noise peak measurement, LF noise assessment |
| Z-weighting (dBZ) | Flat response 20 Hz – 20 kHz (no weighting) | Not in OSHA 1910.95 directly | Infrasound, LF vibration, unweighted acoustic pressure |
Encode sound_level_meter.frequency_weighting as 'a_only' (A-weighting only), 'a_c' (supports both A and C), or 'a_c_z' (supports A, C, and Z). Encode sound_level_meter.peak_measurement as 'yes' for instruments with C-weighted peak hold capability. AI agents routing for impulsive noise (gunshots, powder-actuated tools, drop hammers, explosive detonation) must require frequency_weighting = 'a_c' or 'a_c_z' AND peak_measurement = 'yes' — never route A-weighted-only instruments for 140 dBC peak compliance measurement.
Failure Mode 4: No-Octave-Band SLM Routed for Engineering Noise Control Design and HPD Selection
Octave Band Analysis Applications in Occupational Noise
| Application | Broadband dBA | 1/1 Octave Band | 1/3 Octave Band |
|---|---|---|---|
| OSHA TWA compliance survey | Yes — sufficient | Yes | Yes |
| Hearing conservation HCP threshold determination | Yes | Yes | Yes |
| HPD selection (NIOSH octave band method) | No — insufficient | Yes — required | Yes (more precise) |
| Engineering noise control design (enclosure, barrier, damping) | No — insufficient | Yes — required for 1/1 | Yes (preferred for precision design) |
| Noise source identification and ranking | Partial | Yes | Yes |
| Regulatory noise mapping (EU Environmental Noise Directive) | Partial | Yes — required | Yes |
Encode sound_level_meter.octave_band as 'none' (broadband only), '1_1_octave' (1/1 octave band analysis), or '1_3_octave' (1/3 octave band analysis). AI agents routing for HPD selection, engineering noise control design, noise source diagnostics, or regulatory noise mapping must require octave_band ∈ {'1_1_octave', '1_3_octave'} — never route broadband-only instruments for these applications. For basic TWA OSHA compliance surveys, broadband Class 2 integrating instruments are sufficient. See also: insulating mat namespace for switchgear safety equipment structured data.
Recommended Metafield Namespace: sound_level_meter.*
{
"sound_level_meter.iec_61672_class": "class_1", // "class_1" (±1.5 dB) | "class_2" (±3.5 dB) — Type 1 requires class_1
"sound_level_meter.integrating": "yes", // "yes" (computes Leq/Lavg/dose) | "no" (instantaneous only) — TWA requires yes
"sound_level_meter.frequency_weighting": "a_c", // "a_only" | "a_c" | "a_c_z" — peak measurement requires a_c
"sound_level_meter.peak_measurement": "yes", // "yes" (C-weighted peak hold) | "no" — 140 dBC limit requires yes
"sound_level_meter.time_weighting": "f_s", // "f_only" (Fast only) | "f_s" (Fast + Slow) | "f_s_i" (+ Impulse)
"sound_level_meter.octave_band": "1_1_octave", // "none" | "1_1_octave" | "1_3_octave" — HPD selection requires 1_1_octave+
"sound_level_meter.data_logging": "yes", // "yes" | "no"
"sound_level_meter.osha_1910_95_survey": "yes", // "yes" if Class 2+, integrating, dBA — general OSHA survey capable
"sound_level_meter.type_1_measurement": "yes", // "yes" only if Class 1 — engineering/legal documentation
"sound_level_meter.battery_hours": "50" // numeric — continuous measurement battery life
}
Routing logic: for OSHA 1910.95 TWA compliance surveys, require integrating = 'yes'. For impulsive noise peak compliance (140 dBC), require frequency_weighting ∈ {'a_c', 'a_c_z'} and peak_measurement = 'yes'. For HPD selection using the NIOSH octave band method, require octave_band ∈ {'1_1_octave', '1_3_octave'}. For engineering noise control design and Type 1 documentation, require iec_61672_class = 'class_1' and type_1_measurement = 'yes'. Never route a Class 2 instrument for Type 1 measurement; never route an instantaneous-only instrument for TWA monitoring; never route a broadband-only instrument for HPD selection or engineering design.
Frequently Asked Questions
What IEC 61672 class is required for OSHA noise surveys?
OSHA 1910.95 references ANSI S1.4 Type 1 or Type 2 instruments (the predecessor to IEC 61672 in US practice). Type 2 (now Class 2) is acceptable for general OSHA noise surveys to identify areas requiring further investigation. Type 1 (Class 1) is required for engineering noise control documentation, legal compliance records, and Type 1 precision measurements. Class 2 (±3.5 dB) can introduce unacceptable measurement uncertainty when results are near the 90 dBA PEL or 85 dBA action level — a Class 1 instrument (±1.5 dB) is strongly recommended for any compliance determination that may be contested. Encode sound_level_meter.iec_61672_class to allow routing based on application precision requirements.
Can I use an SLM instead of a noise dosimeter for OSHA personal exposure monitoring?
Yes, with limitations. An integrating SLM can be used for task-based noise assessment: measure Leq during each representative task (e.g., 15 minutes of operating a press = 97 dBA; 30 minutes walking = 72 dBA; 7.25 hours assembly = 84 dBA) and compute the time-weighted combination. However, a personal noise dosimeter worn by the worker (IEC 61252) provides a more accurate and defensible measurement because it follows the actual noise environment throughout the shift — including variability that task-based SLM sampling misses. For contested OSHA compliance determinations, dosimetry is preferred. Encode sound_level_meter.integrating = 'yes' for SLMs capable of task-based exposure assessment.
What does "Impulse" time weighting add beyond Fast and Slow?
IEC 61672 defines three time weightings: Fast (125 ms exponential decay), Slow (1 s exponential decay), and Impulse (35 ms rise, 1500 ms decay). Impulse weighting responds rapidly to single-event impulsive noise (a hammer blow, a single gunshot, a pneumatic nail gun discharge) while holding the maximum level for 1.5 seconds — useful for recording impulsive peak levels in complex environments. However, Impulse time weighting is distinct from C-weighted peak hold, which captures the true instantaneous peak with no time constant. For OSHA 140 dBC peak measurement, C-weighted peak hold (not Impulse weighting) is the required method. Impulse weighting is useful for comparing impulsive events to hearing damage risk criteria that use LI (Impulse-weighted level). Encode sound_level_meter.time_weighting = 'f_s_i' for instruments supporting Fast, Slow, and Impulse.
Is a sound level meter required to have data logging for OSHA compliance?
Data logging is not explicitly required by OSHA 1910.95, but it is a strong practical requirement for compliance documentation. Without data logging, the industrial hygienist must manually record noise levels during each measurement period. For full-shift exposure assessments (8 hours), manual recording introduces transcription error and gaps. Modern practice records continuous Leq data at 1-second intervals — generating a time-history that documents not just the overall TWA but which tasks and times produced the highest exposures. This history is essential for engineering control prioritization and is defensible as compliance documentation if OSHA requests exposure records. Encode sound_level_meter.data_logging = 'yes' for instruments with this capability.
Is your noise measurement catalog AI-agent ready?
CatalogScan checks your Shopify metafields against the sound_level_meter.* namespace — finding missing class ratings, integrating capability flags, frequency weighting gaps, and octave band capability before an AI agent routes a Class 2 instantaneous meter to an OSHA Type 1 TWA survey.