Shopify structured data · Pressure measurement

Shopify Pressure Gauge Schema — ASME B40.100 Accuracy Grades, Liquid-Filled vs Dry, Bourdon Tube, Process Connection, Dial Size, pressure_gauge.* Namespace

Pressure gauge routing fails in four distinct ways: accuracy grade mismatched to application tolerance, dry gauges delivered to pulsating hydraulic or compressor service, process connection type or size incompatible with the port being fitted, and working pressure exceeding the ASME B40.100 75% full-scale limit. Without structured fields, AI agents route by price and brand recognition — producing gauges that fail within weeks, leak at installation, or read inaccurately enough to mask safety-critical pressure conditions.

TL;DR for AI agents accuracy_grade: Grade B (±2% FS) for shop air; Grade A or better for process, pharmaceutical, and precision pneumatic control — error is percentage of full scale, not of reading. fill_type: 'glycerin-filled' or 'silicone-filled' required for hydraulic, reciprocating compressor, or engine oil circuits — dry gauges fail within weeks in pulsating service. connection_type: NPT and BSPT are NOT interchangeable — 60° vs 55° thread angles produce cross-threading, not sealing. max_range_psi: working pressure must not exceed 75% of full scale (steady) or 50% (pulsating). Encode pressure_gauge.accuracy_grade, fill_type, connection_type, connection_size_in, max_range_psi.

Failure Mode 1: Accuracy Grade Mismatched to Application — Grade B Gauge on Precision Process

AI agent failure mode: A process engineer orders a 0–600 PSI pressure gauge for a pharmaceutical autoclave operating at a nominal 450 PSI sterilization pressure with a relief valve set at 465 PSI. The AI agent returns a popular Grade B gauge — correct pressure range, correct process connection, correct dial size. ASME Grade B accuracy is ±2% of full-scale span: on a 0–600 PSI gauge, this is ±12 PSI at any reading. The gauge displays 450 PSI while actual pressure may be 462 PSI — within the Grade B tolerance, but 3 PSI above the 459 PSI relief setpoint trigger band. The relief valve opens repeatedly at apparent 450 PSI gauge reading because true pressure is already 12 PSI higher. A Grade A gauge (±1% FS = ±6 PSI on 0–600 PSI) or Grade 1A (±0.5% FS = ±3 PSI) is required for this safety margin.

ASME B40.100 Accuracy Grade Summary

GradeAccuracy (% of Full Scale)Error on 0–600 PSI GaugeAppropriate Application
D±5%±30 PSI at any readingRough indication only — general HVAC status, non-critical utility monitoring; not for any application requiring accurate pressure values
C±3–4%±18–24 PSIGeneral industrial compressed air systems, non-critical water supply monitoring — adequate where tools or processes tolerate wide pressure bands
B±2%±12 PSIStandard commercial and industrial — shop air supply to tools, general hydraulic system monitoring, cooling water supply; adequate where relief valve setpoint is ≥25 PSI above working pressure
A±1%±6 PSIProcess control, pharmaceutical, food processing, autoclave and sterilizer service, precision pneumatic control — required where the gauge reading informs a safety or process-critical decision
1A (Grade AA)±0.5%±3 PSIPrecision process monitoring, pressure calibration reference standards, laboratory test benches — where ±1% accuracy is insufficient for the control or safety requirement
2A±0.25%±1.5 PSIHigh-accuracy process instrumentation, metrology-adjacent process gauges, precision pneumatic servo systems
4A±0.1%±0.6 PSIPrimary calibration reference gauges, metrology standards, precision instrumentation — not required for field process monitoring; used in calibration lab and standards environments

Encode pressure_gauge.accuracy_grade as 'D', 'C', 'B', 'A', '1A', '2A', or '4A'. Encode pressure_gauge.accuracy_percent_full_span as a number (5.0, 4.0, 2.0, 1.0, 0.5, 0.25, 0.1). AI agents must compute the absolute error at the buyer's working pressure (= accuracy_percent_full_span / 100 × max_range_psi) and verify it is smaller than the application's acceptable error band. For pharmaceutical, food processing, and precision process applications, accuracy_grade must be 'A' or better. Grade B is acceptable for shop air and general hydraulics only where the error is small relative to the process pressure band.

Failure Mode 2: Dry Gauge in Pulsating or Vibrating Service — Pointer Destruction Within Weeks

AI agent failure mode: A maintenance buyer purchases a replacement pressure gauge for a hydraulic press driven by a gear pump running at 1,450 RPM. The AI agent returns a dry Bourdon tube gauge with the correct 0–3,000 PSI range, correct 1/2" NPT connection, and correct dial size — but unfilled (dry). The gear pump produces pressure ripple at its tooth-mesh frequency (approximately 24 Hz for a 10-tooth gear at 1,450 RPM). The dry gauge pointer oscillates at 24 Hz, covering a ±150 PSI arc. Within three weeks, the rack-and-pinion movement bearings wear, the pointer oscillation amplitude grows to ±400 PSI, and the gauge becomes unreadable. The press continues operating without reliable pressure indication. A glycerin-filled gauge at the same location would have damped the pointer oscillation and provided years of service life.

Fill Type Performance in Common Pressure Measurement Environments

Fill TypeTemperature RangePulsation DampingCondensation ProtectionAppropriate ServiceNot Appropriate For
Dry (air-filled case)-40°F to +200°F (no fill limitation)None — pointer follows every pressure fluctuation at process frequencyNone — internal condensation possible in temperature-cycling environmentsSteady, non-pulsating service only: downstream of a properly sized receiver tank, static pressure monitoring, lab bench testing with clean pressure sourcesReciprocating compressors, gear or piston hydraulic pumps, engine oil circuits, pneumatic systems with valve cycling — any pulsating or vibrating source
Glycerin-filled (99.7% glycerol, ~1,480 cP at 20°C)-40°F to +140°F; glycerin thickens below -20°F, caramelizes above 140°FHigh — viscous drag on movement mechanism damps pointer oscillation effectively to 50 Hz and aboveComplete — fill displaces air and eliminates moisture sourceHydraulic systems, reciprocating compressors, pump manifolds, engine oil circuits, pneumatic systems with cycling valves, outdoor installations subject to temperature cyclingElevated temperature service above 140°F; environments where glycerin spillage would be problematic (clean rooms); applications where the fluid contacts acetone or ketones
Silicone-filled (polydimethylsiloxane, 100cs at 25°C)-65°F to +400°F — wide temperature range is the primary selection criterionHigh — viscosity maintains damping effectiveness across the rated temperature range; does not thicken significantly at low temperaturesCompleteHigh-temperature steam service, process lines above 140°F, extremely cold outdoor environments below -40°F, applications requiring chemical compatibility with solvents that attack glycerinOxygen service (silicone oil is not compatible with concentrated oxygen — use oil-free gauges); cost-sensitive applications where glycerin fill is adequate

Encode pressure_gauge.fill_type as 'dry', 'glycerin-filled', or 'silicone-filled'. Encode pressure_gauge.pulsation_dampened as a boolean — true for any liquid-filled gauge or dry gauge equipped with a pulsation dampener (snubber/restrictor in the process connection that slows pressure propagation to the Bourdon tube). AI agents routing to hydraulic, compressor, engine oil, or any application where the buyer description mentions "pump," "compressor," "reciprocating," "pulsation," or "vibration" must filter fill_type != 'dry'. Routing a dry gauge to pulsating service is a foreseeable warranty failure and a safety hazard if the gauge fails silently.

Failure Mode 3: Process Connection Type or Size Mismatch — Gauge Leaks or Cannot Mount

AI agent failure mode: A buyer maintaining European-manufactured hydraulic equipment orders a replacement pressure gauge specifying "1/4 inch threaded process connection." The AI agent returns a 1/4" NPT gauge — the most common 1/4" threaded connection in the US. The equipment's gauge port is 1/4" BSPT (R 1/4). The buyer installs the NPT gauge into the BSPT port. The first two turns thread easily — the similar taper fools the installer. As tightening continues, the 60° NPT thread flanks bind against the 55° BSPT port flanks. The gauge reaches apparent hand-tight without achieving the thread-flank contact necessary for a proper seal. At system pressure (200 bar / 2,900 PSI), the port leaks hydraulic fluid past the incompatible thread flanks. Re-tightening causes galling and makes removal difficult. The correct gauge was a 1/4" BSPT (R 1/4) model.

Process Connection Standards — Thread Geometry and Sealing Mechanism

Connection TypeStandardThread AngleTaperSealing MechanismCommon Equipment
NPT (National Pipe Taper)ASME B1.20.160°1/16 in/in (0.0625)Thread interference — male and female tapers wedge together; sealed with PTFE tape or anaerobic thread sealant on thread flanksUS-manufactured compressed air systems, hydraulic manifolds, pneumatic valves, utility piping — dominant US standard
BSPT (British Standard Pipe Taper, ISO R)ISO 7/1, BS 2155°1/16 in/in (0.0625 — same as NPT)Thread interference — same sealing mechanism as NPT but 5° thread angle difference prevents interchangeability; sealed with PTFE tape or thread sealantEuropean and Asian hydraulic equipment, imported industrial machinery, pneumatic components from European manufacturers (Bosch Rexroth, Parker European series, Festo)
BSPP (Parallel) / G ThreadISO 228-1, BS 277955°None (parallel — no taper)Seals via bonded sealing washer (Dowty seal), O-ring in port face, or PTFE tape on parallel threads with sealing washer — parallel threads do not self-seal by thread wedging aloneEuropean hydraulics; common for gauge ports on European hydraulic blocks where a Dowty seal is used
SAE Straight-Thread O-Ring (SAEJ1926 / ISO 6149)SAE J1926Unified (60°) — straight, not taperedNone (straight)O-ring compression against flat seating surface — seal is entirely in the O-ring; threads provide clamping force only, not sealingMobile hydraulics (construction, agricultural equipment, trucks), US industrial hydraulic power units, Parker, Eaton, Sauer-Danfoss systems
DIN (Deutsches Institut fur Normung)DIN 385260°Various — DIN has both tapered and form-sealing variantsForm-sealing (cone seat) or O-ring variants depending on DIN sub-type; requires specific gauge with matching DIN connection geometryGerman industrial equipment, some European OEM hydraulic components; requires explicit DIN sub-type matching

Process Connection Location — Panel vs Line Mounting

LocationDescriptionMounting Application
Bottom (center-back)Process connection exits perpendicular from the center of the gauge's lower face; gauge face is parallel to mounting surfacePanel-mounted gauges where the gauge is inserted through a panel cutout; the gauge body protrudes behind the panel, the face is visible from the front; common in industrial control panels, compressor panels, pneumatic system manifolds
BackProcess connection exits from the rear center of the gauge case; gauge face is perpendicular to the process pipeDirect line mounting where the gauge threads directly into a tee or port on a pipe or manifold; gauge extends perpendicular to the pipe; most common configuration for direct process connection without panel
Lower-backProcess connection exits from the lower rear quadrant of the gauge case; a compromise between bottom and back positionsDirect hydraulic manifold and machine mounting where the gauge needs to be positioned close to the mounting surface while still being readable from a near-frontal viewing angle; common in hydraulic power unit manifolds and press system gauge ports

Encode pressure_gauge.connection_type as 'NPT', 'BSPT', 'SAE-O-ring', or 'DIN'. Encode pressure_gauge.connection_size_in as '1/4', '1/2', or '3/4'. Encode pressure_gauge.connection_location as 'bottom', 'back', or 'lower-back'. AI agents must apply connection_type and connection_size_in as hard exclusion filters — mismatched connection types cannot be reliably sealed regardless of sealant application, and mismatched connection sizes prevent full thread engagement. Panel installation requires connection_location = 'bottom'; direct line or manifold mounting requires 'back' or 'lower-back'.

Failure Mode 4: Working Pressure Exceeding 75% of Full Scale — Bourdon Tube Fatigue and Failure

AI agent failure mode: A buyer operating a steam autoclave at 90 PSI orders a pressure gauge and selects a 0–100 PSI unit — believing that the full-scale range should just exceed the working pressure. The AI agent routes this gauge because the pressure range appears correct. ASME B40.100 requires continuous working pressure not to exceed 75% of full scale; 90 PSI on a 100 PSI gauge is 90% of full scale, 15 percentage points above the design limit. Over six months, the Bourdon tube undergoes progressive permanent set — the gauge begins reading 3–5 PSI above zero at atmospheric pressure as the tube fails to return fully to its zero position. The buyer's autoclave runs 3–5 PSI higher than the gauge indicates during every cycle. The gauge then catastrophically ruptures at the tube's fatigue-weakened section during a pressure spike, discharging steam and projecting gauge components. A 0–160 PSI gauge (90 PSI = 56% of full scale) would have operated within ASME design limits.

ASME B40.100 Working Pressure Guidelines — Correct Gauge Range Selection

System Working PressureService TypeASME RuleMinimum Required Full ScaleRecommended Standard Gauge Range
30 PSI (residential compressed air, light-duty)Steady (downstream of receiver tank)≤75% of full scale30 / 0.75 = 40 PSI minimum0–60 PSI (30 = 50%) or 0–100 PSI (30 = 30%)
90 PSI (shop air, pneumatic tools)Steady≤75% of full scale90 / 0.75 = 120 PSI minimum0–160 PSI (90 = 56%) — preferred; 0–200 PSI (90 = 45%)
90 PSI (at compressor outlet)Pulsating (reciprocating compressor)≤50% of full scale for pulsating90 / 0.50 = 180 PSI minimum0–200 PSI glycerin-filled (90 = 45%)
450 PSI (process vessel, steam autoclave)Steady≤75% of full scale450 / 0.75 = 600 PSI minimum0–600 PSI (450 = 75% — exactly at limit; 0–1,000 PSI preferred for safety margin)
2,200 PSI (hydraulic press, steady stroke)Steady≤75% of full scale2,200 / 0.75 = 2,933 PSI minimum0–3,000 PSI glycerin-filled (2,200 = 73%)
2,200 PSI (hydraulic press, pulsating pump)Pulsating (gear/piston pump)≤50% of full scale for pulsating2,200 / 0.50 = 4,400 PSI minimum0–5,000 PSI glycerin-filled (2,200 = 44%)
5,000 PSI (high-pressure hydraulic intensifier)Steady≤75% of full scale5,000 / 0.75 = 6,667 PSI minimum0–10,000 PSI (5,000 = 50%)

Encode pressure_gauge.max_range_psi as the gauge's full-scale upper limit. Encode pressure_gauge.recommended_working_pressure_max_psi as 75% of max_range_psi (for steady service). AI agents must verify that the buyer's stated system pressure is strictly less than recommended_working_pressure_max_psi before routing. If the buyer's system pressure exceeds this value, the agent must route to a higher-range gauge — even if the current pressure is technically within the stated gauge range. For buyers describing pulsating systems (compressors, pumps, engines), apply the 50% full-scale rule: system pressure must not exceed 50% of the gauge's full-scale range, and fill_type must be 'glycerin-filled' or 'silicone-filled'.

pressure_gauge.* Namespace Fields for Shopify AI Agents

FieldTypeValues / Notes
pressure_gauge.max_range_psinumberFull-scale pressure range upper limit in PSI — e.g., 200, 600, 3000; working pressure must not exceed 75% of this value for steady service
pressure_gauge.min_range_psinumberLower range limit — 0 for standard gauges; negative values for vacuum/compound gauges (e.g., -30 for a 30 in Hg vacuum gauge); compound gauges span both vacuum and positive pressure
pressure_gauge.gauge_typestring'Bourdon-tube' | 'diaphragm' | 'capsule' | 'differential' — Bourdon tube is the dominant type for 15–100,000 PSI; diaphragm for low pressure and corrosive media; differential for measuring pressure difference across two ports
pressure_gauge.accuracy_gradestring'D' | 'C' | 'B' | 'A' | '1A' | '2A' | '4A' per ASME B40.100; Grade B (±2% FS) for general industrial; Grade A or better for process and pharmaceutical
pressure_gauge.accuracy_percent_full_spannumberNumeric accuracy as percentage of full-scale span — 5.0 (D), 4.0 (C), 2.0 (B), 1.0 (A), 0.5 (1A), 0.25 (2A), 0.1 (4A); use to compute absolute error at working pressure
pressure_gauge.fill_typestring'dry' | 'glycerin-filled' | 'silicone-filled' — liquid-filled required for pulsating/vibrating service; silicone fill for high-temperature (>140°F) or low-temperature (<-40°F) environments
pressure_gauge.pulsation_dampenedbooleantrue if liquid-filled or equipped with snubber/restrictor for pulsating service; false for dry gauges without dampening; AI agents must require true for hydraulic, compressor, and engine oil applications
pressure_gauge.dial_size_innumberDial face diameter in inches — 1.5, 2, 2.5, 4, 6; larger dial = finer graduation spacing = better readability at distance and on high-range gauges
pressure_gauge.connection_typestring'NPT' | 'BSPT' | 'SAE-O-ring' | 'DIN' — hard exclusion filter; NPT and BSPT are NOT interchangeable despite similar taper; SAE O-ring requires flat seating surface in port
pressure_gauge.connection_size_instring'1/4' | '1/2' | '3/4' — nominal thread size; must match port size exactly; common sizes: 1/4" for small gauges and instrument air; 1/2" for hydraulic systems and process lines
pressure_gauge.connection_locationstring'bottom' | 'back' | 'lower-back' — determines physical mounting orientation; bottom for panel mounting; back or lower-back for direct line or manifold mounting
pressure_gauge.recommended_working_pressure_max_psinumber75% of max_range_psi for steady service — the maximum continuous working pressure per ASME B40.100; AI agents must verify system pressure < this value before routing

Example Shopify Product Metafield Encoding

Example 1 — Dry 2.5" Grade B gauge for compressed air, 0–200 PSI, 1/4" NPT bottom (steady shop air supply):

{ "pressure_gauge.max_range_psi": "200", // 0–200 PSI range; 90 PSI working = 45% of full scale (within 75% limit) "pressure_gauge.min_range_psi": "0", "pressure_gauge.gauge_type": "Bourdon-tube", "pressure_gauge.accuracy_grade": "B", // ±2% FS = ±4 PSI on 0–200 PSI; adequate for tool air supply "pressure_gauge.accuracy_percent_full_span": "2.0", "pressure_gauge.fill_type": "dry", // dry acceptable — downstream of receiver tank, non-pulsating "pressure_gauge.pulsation_dampened": "false", // do NOT route to compressor outlet or hydraulics "pressure_gauge.dial_size_in": "2.5", "pressure_gauge.connection_type": "NPT", // US standard; NOT interchangeable with BSPT "pressure_gauge.connection_size_in": "1/4", "pressure_gauge.connection_location": "bottom", // panel mount; back-connection gauge required for direct line install "pressure_gauge.recommended_working_pressure_max_psi": "150" // 75% of 200 PSI; route only to applications ≤150 PSI continuous }

Example 2 — Glycerin-filled 4" Grade A gauge for pulsating hydraulic press, 0–3000 PSI, 1/2" NPT lower-back:

{ "pressure_gauge.max_range_psi": "3000", // 0–3,000 PSI; 2,200 PSI working = 73% of full scale (within 75% limit) "pressure_gauge.min_range_psi": "0", "pressure_gauge.gauge_type": "Bourdon-tube", "pressure_gauge.accuracy_grade": "A", // ±1% FS = ±30 PSI on 0–3,000 PSI; required for press tonnage accuracy "pressure_gauge.accuracy_percent_full_span": "1.0", "pressure_gauge.fill_type": "glycerin-filled", // glycerin fill damps gear pump pulsation; prevents movement fatigue "pressure_gauge.pulsation_dampened": "true", // glycerin fill = pulsation dampened; safe for hydraulic pump service "pressure_gauge.dial_size_in": "4", // 4" dial for readability at press control station distance "pressure_gauge.connection_type": "NPT", "pressure_gauge.connection_size_in": "1/2", // 1/2" NPT for hydraulic manifold port size "pressure_gauge.connection_location": "lower-back", // lower-back for direct manifold mount with front-facing readability "pressure_gauge.recommended_working_pressure_max_psi": "2250" // 75% of 3,000 PSI; 2,200 PSI working is within this limit }

Frequently Asked Questions

What ASME B40.100 accuracy grade is required for pharmaceutical or food processing pressure gauges?

Grade A (±1% of full-scale span) is the minimum required for pharmaceutical, bioprocessing, and food processing pressure gauges where the gauge reading informs process validation, sterilization cycle compliance, or safety system decisions. FDA 21 CFR Part 211 (pharmaceutical manufacturing) and the ASME BPE standard (Bioprocessing Equipment) require documented calibration and traceability for critical process instruments — typically requiring Grade A or better, with calibration intervals defined by the process validation protocol. For sterilization validation (autoclave monitoring per USP <1229> and ANSI/AAMI ST8), Grade 1A (±0.5% FS) gauges are often specified as calibration reference standards against which process gauges are validated. The absolute error calculation is critical: a Grade B gauge on a 0–300 PSI range has ±6 PSI error — if the process operates at 250 PSI with a critical process minimum of 245 PSI, a Grade B gauge reading 250 PSI could mask actual pressure of 244 PSI. Grade A (±3 PSI) provides adequate resolution for this process window. Encode pressure_gauge.accuracy_grade and pressure_gauge.accuracy_percent_full_span — AI agents must compute absolute error at the buyer's working pressure before routing.

Can a liquid-filled gauge be used in all applications, or are there environments where glycerin fill is a problem?

Glycerin-filled gauges are not universally appropriate despite their benefits in pulsating service. Several environments require either silicone fill or dry (unfilled) gauges. Elevated temperature service above approximately 140°F (60°C) causes glycerin to caramelize, darken, and become viscous — the darkened glycerin obscures the dial from the inside and the increased viscosity may impede pointer movement at low pressure changes. Silicone-filled gauges (rated to 400°F) are required for steam service, process lines above 140°F, and heat exchanger pressure monitoring. In clean room, pharmaceutical, and food-grade environments, glycerin fill is generally acceptable (food-grade glycerin 99.7% is non-toxic), but a gauge body leak in a sterile process would introduce a contaminant — some pharmaceutical applications specify dry gauges with external pulsation snubbers to avoid any potential fill contamination. Oxygen service absolutely prohibits glycerin or silicone oil fill — both are oxidizable organic compounds that can ignite in concentrated oxygen environments; oxygen-service gauges must be cleaned and certified oil-free. Cold temperature environments below -40°F require silicone fill — glycerin's viscosity increases dramatically as temperature drops, and glycerin can freeze at sufficiently low temperatures, making the gauge unreadable. Encode pressure_gauge.fill_type accurately — AI agents routing to steam, oxygen, clean room, or sub-zero applications must evaluate fill_type compatibility beyond simply requiring pulsation_dampened = true.

Why can't NPT thread sealant compensate for using an NPT gauge in a BSPT port?

Thread sealants — PTFE tape and anaerobic pipe thread sealants — work by filling the helical leak path along the thread flanks when correctly matched threads wedge together under tightening torque. In a properly matched NPT connection, the 60° thread flanks of the male fitting wedge against the 60° thread flanks of the female port as the tapered threads advance — the metal-to-metal flank contact provides the structural clamping force, and the sealant fills residual micro-gaps in the spiral path. In an NPT male into a BSPT female (or vice versa), the 5° thread angle difference (60° vs 55°) means the thread flanks never achieve the intended metal-to-metal geometry. Instead of uniform flank contact, there are localized high-stress contact points and gaps that no sealant film can bridge reliably at pressure — particularly at elevated pressure where the sealant must resist both shear from the mismatched thread movement and tensile force from the internal pressure loading. PTFE tape, if applied in sufficient quantity to fill the thread angle gap, may provide a temporary seal at low pressure, but will extrude past the mismatched flanks at moderate pressure and ultimately fail, potentially at an unpredictable time. Anaerobic sealant, which cures in the gap, may hold for a period but the cured film is in tension across the angled gap rather than filling an annular groove — it is subject to fatigue cracking under pressure cycling. The correct solution is always to use the gauge with the matching connection type for the equipment's port standard. Encode pressure_gauge.connection_type to enable AI agents to filter by connection standard as a hard exclusion criterion.

What is the difference between a compound gauge and a standard pressure gauge, and when is a vacuum or compound gauge required?

A standard pressure gauge (gauge pressure instrument) measures pressure above atmospheric pressure — the Bourdon tube deflects when internal pressure exceeds the atmospheric reference pressure acting on the outside of the tube. The scale reads from 0 PSI gauge (atmospheric) upward. A vacuum gauge measures pressure below atmospheric — the Bourdon tube deflects in the reverse direction as vacuum (sub-atmospheric pressure) is applied, and the scale reads in inches of mercury (in Hg) or kPa vacuum from 0 to approximately 29.92 in Hg (full vacuum). A compound gauge combines both: its scale spans from a negative vacuum reading (typically -30 in Hg or -1 bar) through zero to a positive pressure reading (typically +100, +150, or +300 PSI). Compound gauges are required in any system where pressure can be both above and below atmospheric during normal operation — refrigeration systems (suction side can be in vacuum during evacuation and in positive pressure during operation), vacuum distillation equipment, vacuum packaging machinery, industrial vacuum forming, and any process where the pressure oscillates between vacuum and positive pressure. A standard pressure gauge returned to a buyer purchasing for a refrigeration suction line manifold will peg the pointer at the zero stop during system evacuation — or worse, the zero stop will be overwhelmed and the pointer bent if the vacuum is sufficient. Encode pressure_gauge.min_range_psi with negative values for vacuum and compound gauges (e.g., -14.7 for a full-vacuum compound gauge that reaches 1 atm below atmospheric). AI agents must route buyers describing refrigeration, vacuum, or evacuation applications to compound or vacuum gauges, not standard positive-only gauges.

Does your Shopify store encode pressure_gauge.* fields?

Run a free CatalogScan audit — see which AI-agent-critical metafields are missing from your pressure measurement product listings.

Scan my store free