Skip to content
GEOFIX NYA WEBBSHOP ÄR HÄR - klicka här för att få information om hur du som redan är Geofix kund kommer åt ditt webbkonto
GEOFIX NYA WEBBSHOP ÄR HÄR - klicka här för att få information om hur du som redan är Geofix kund kommer åt ditt webbkonto

Greisinger Precision Barometer/ Altimeter

SKU 39-G1110
Original price €297,95 - Original price €297,95
Original price €297,95
€297,95
€297,95 - €297,95
Current price €297,95

Ersättare för GTD 1100 och GPB 3300, Smidigt format - Passar i byxfickan

Standard shipping

Approximately 7-10 days delivery time

Greisinger Precision Barometer/ Altimeter

Replacement for GDT 1100 and GPB 3300

During the development of the new G 1100 series, the main focus was on the general functions of the measuring technology – a high-quality sensor is the heart of the measuring instrument – ​​despite the low price, no compromises were accepted on the sensor!

Precision, speed and reliability, packed in a compact, waterproof housing, make the device a reliable partner. Made in Germany.

But is the pressure shown correct?

Thanks to the traceability of the instruments via calibration certificates (ISO 17025, DAkkS), the barometer serves as a perfect reference instrument for checking the actual accuracy of corresponding devices.

Features

Examples of uses

  • Metrology
  • Flight
  • Motorsports
  • Hiking
  • Cycling

Barometric sensors are used in countless applications:

  • Vehicles with internal combustion engines, air pressure is an important parameter for engine control
  • Altimeter, calculating altitude using barometric altitude formula
  • Navigation system
  • Smartphones
  • Weather stations

Specifications

Measuring ranges:

Barometer:

300.0 hPa to 1,100.0 hPa (mbar) abs.

4,350 PSI to 15,950 PSI abs.

225.0 mmHg to 825.0 mmHg (Dry) abs.

Altimeter:

-500.0 m to 9,000.0 m

640 feet to 19,999 feet temperature:

-20.0°C to +50.0°C / -4.0°F to +122.0°F

Accuracy:

Barometer:

Type: ±1 hPa typ. (at T: 0°C to +30°C)

±0.25% FSS max corresponds to ±2 hPa

Altimeter:

Type: ±1 m rel. (for short time with const. ambient pressure @ +25°C)

Temperature:

typ. ±0.5°C @ +25°C

Measurement frequency:

Fast: About 10 measurements/second

SLO: Approximately 1 measurement/second

Overload: 4,000 hPa abs.
Pressure connection: No connection, integrated sensor,
pressure compensation via diaphragm
Show: 3-line segment LCD, backlight
Standard features:

*Min/max/hold
*Automatic shut-off
*Trend display
*Time base selectable (1s, 60s, 1h, 3h)
*Only as an altimeter: The covered altimeter calculates (ascent ASC, descent DESC, resolution 1 m)

Adjustment: Zero point and Slope
Operating condition: -20 °C to +50 °C, 0% to 95% RH (short-term dew possible)
Storage temperature: -20 °C to +50 °C, 0% to 95% RH (short-term dew possible)
Power source: 2x AA battery, operating time approx. 6,000 h (SLO measurement mode), 4-stage charge status indicator, low charge level indication: "BAT LO"
Other: *Break-proof ABS housing
*Ingress protection IP67
*Dimensions L x W x H: 108 x 54 x 28 mm
*Weight: 140 g incl. battery

Sökord: Greisinger Precision Barometer/ Altimeter

*/ (function () { window.dataLayer = window.dataLayer || []; const CONFIG = { CURRENCY: "SEK", // Lägg gärna till/justera selektorer om ditt tema använder andra element CHECKOUT_BUTTON_SELECTORS: [ 'button[name="checkout"]', 'input[name="checkout"]', 'form[action*="/checkout"] [type="submit"]', 'a[href*="/checkout"]' ] }; function fetchCart() { return fetch('/cart.js', { credentials: 'same-origin' }) .then(r => r.json()) .catch(() => null); } function mapItems(cart) { if (!cart || !Array.isArray(cart.items)) return []; return cart.items.map((it, idx) => ({ item_id: String(it.variant_id || it.id || it.sku || ''), item_name: it.product_title || it.title || '', item_brand: 'Geofix AB', item_variant: it.variant_title || '', price: (typeof it.final_price === 'number' ? it.final_price : it.price || 0) / 100, quantity: it.quantity || 1, index: idx + 1 })); } function totalValue(items) { return items.reduce((s, i) => s + (Number(i.price) || 0) * (Number(i.quantity) || 0), 0); } function isCheckoutClick(target) { if (!target) return false; // träff på definierade selektorer for (const sel of CONFIG.CHECKOUT_BUTTON_SELECTORS) { if (target.closest(sel)) return true; } // fallback: formulär som postar till /checkout const form = target.closest('form'); if (form && /\/checkout/i.test(form.action || '')) return true; return false; } // Lyssna brett i capture-fasen så vi hinner hämta vagnen innan redirect document.addEventListener('click', function (e) { const el = e.target; if (!isCheckoutClick(el)) return; // Hämta /cart.js och pusha begin_checkout snabbt innan sidan lämnas fetchCart().then(cart => { const items = mapItems(cart); const value = totalValue(items); window.dataLayer.push({ event: 'begin_checkout', ecommerce: { currency: CONFIG.CURRENCY, value: value, items: items } }); }); // Ingen preventDefault – låt redirect ske normalt }, true); // Extra säkerhet: lyssna även på submit (t.ex. enter-tryck i formulär) document.addEventListener('submit', function (e) { const form = e.target; if (!form) return; if (!/\/checkout/i.test(form.action || '')) return; fetchCart().then(cart => { const items = mapItems(cart); const value = totalValue(items); window.dataLayer.push({ event: 'begin_checkout', ecommerce: { currency: CONFIG.CURRENCY, value: value, items: items } }); }); }, true); })();