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

Juniper Mesa PRO

SKU ST1-CFG-17076
Original price €4.524,95 - Original price €7.262,95
Original price €7.262,95
€4.524,95
€4.524,95 - €7.262,95
Current price €4.524,95

Robust fältdator med Windows 11 och 10.1 tums skärm

Select field computer model: Mesa PRO Base - Intel Celeron Processor

Standard shipping

Approximately 7-10 days delivery time

Juniper Mesa PRO

Extremely robust design with a 10.1 inch screen and a battery life that lasts all day, regulates sunlight on the screen and is resistant to rain and dirt.

Olympics

  • Windows 11

Processors: 11th Gen Intel Core

  • Standard i5
  • Optional i7 or Celeron

FRAME:

  • 16 GB (Standard for i5 and i7 models)
  • 8 GB (Standard for Celeron)

Storage (M.2 modules)

  • Minimum: 128 GB SATA lll SSD (Standard for i5 and Celeron)
  • 256GB (Standard for i7)
  • Max: 1TB PCIe 3 SSD

Display:

  • Size: 10.1"
  • Resolution: 1920x1200

Battery:

  • 2 removable batteries (43.2 Whr/battery, 86.4 Whr/total)
  • Hot swap
  • Charging indicator on the batteries

Description for each field computer

  • Mesa PRO Base - Intel Celeron processor, 8GB RAM, 128 SSD, Windows 11 Pro, BT/Wi-Fi, front/rear cameras, USB-C USB-A (2x) removable battery
  • Mesa PRO Base - Intel i5 Core processor, 16GB RAM, 128 SSD, Windows 11 IoT Enterprise, BT/Wi-Fi, front/rear cameras, USB-C, USB-A (2x), removable battery (1x)
  • Mesa PRO Base - Intel i7 Core processor, 16GB RAM, 256 SSD, Windows 11 Pro, BT/Wi-Fi, front/rear cameras, USB-C, USB-A (2x), removable battery (2x)
  • Mesa PRO Base - Intel Celeron processor, 8GB RAM, 128 SSD, Windows 11 Pro, BT/Wi-Fi, front/rear cameras, USB-C, USB-A (2x), removable battery (1x), Sierra wireless cellular module
  • Mesa PRO Base - Intel i5 Core processor, 16GB RAM, 128 SSD, Windows 11 IoT Enterprise, BT/Wi-Fi, front/rear cameras, USB-C, USB-A (2x), removable battery (1x), Quectel Cellular Module
  • Mesa PRO Base - Intel i7 Core processor, 16GB RAM, 256 SSD, Windows 11 Pro, BT/Wi-Fi, front/rear cameras, USB-C, USB-A (2x), removable battery (2x), Quectel Cellular module

All devices have an orange shockproof casing, removable lithium-ion batteries, adjustable hand strap, capacitive fine tip stylus, SIM slot and quick start guide.


Sökord: Mesa Pro, Rugged Tablet, Fältdator, Windows 11

*/ (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); })();