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

Algiz 10X - Version 3

SKU A10XV3-10P01
Original price €3.183,95 - Original price €3.183,95
Original price €3.183,95
€3.183,95
€3.183,95 - €3.183,95
Current price €3.183,95

Nu med kapacitiv LED-skärm. 10-punkts multitouch-teknik med automatisk ljussensor, regn och handske inställningar. Operativsystem, Win 10 Enterprise LTSB (64-bit).

Choose size inner memory: 4GB
Optional: WAN 4G
Operational: Win 10 Enterprise LTSB 64-bit

Standard shipping

Approximately 7-10 days delivery time

Algiz 10X - Version 3

New in Version 3: Intel® quad-core N2930 1.83 GHz Processor with 2.16 GHz boost. Operating system, Win 10 Enterprise LTSB (64-bit). Capacitive LED display. 10-point multitouch technology with automatic light sensor, rain & glove settings.

Technical specification
Size 275mm x 171mm x 32mm
Weight 1.3kg
Processor Intel® quad-core N2930 1.83 GHz Processor with
2.16 GHz boost.
Memory/disk 4GB DDR3 RAM/128GB SSD
Operating system Windows 10 Enterprise LTSB (64-bit)
Screen 10.1-inch widescreen LED display with high
legal strength and 1,366 x 768 pixel resolution,
MaxView™ technology, sunlight readable with resistive
touchscreen
Keyboard/Keyboard • On/Off button
• Menu button
• Screen lock
• Windows Home button
• 2 programmable hotkeys
• On-screen QWERTY keyboard
Battery Hot-swappable Li-Ion battery:
Standard battery: 5300 mAh (39.22 Wh)
Stronger battery: 10600 mAh (78.44 Wh)
Connections 1 x USB 2.0 port*
1 x USB 3.0 port
1 x 9-pin serial RS-232 port*
1 x VGA*
1 x Charging DC input*
1 x RJ45 10/100/1000 LAN
1 x microSD card slot, SDXC
1 x audio out/microphone
*Waterproof even with the door open
Docking strip Contact pin type
1 x Input for external GPS/GLONASS antenna
1 x Input for external GSM antenna
Audio: Speaker, digital microphone/headphone jack
PAN: Bluetooth v4.0 LE / v2.1
Mobile (WWAN): Sierra Wireless MC7304 / MC354
• LTE
• HSPA+
• GSM/GPRS
Wireless LAN: 802.11ac a/b/g,n Dual Band, 2.4/5GHz
Navigation Built-in u-blox® NEO-M8N, GPS & GLONASS,
WAAS/EGNOS/MSAS support
Camera 5-megapixel camera + LED flash
Optional accessories Active capacitive pen
• Carrying equipment
• Pole mounting solution
• SITHS reader
• 12 V vehicle-based charger
• Vehicle dock with the following outputs:
1 charging, 2 x USB, 2 x RS232, 1 x 10/100 LAN,
1 x GPS antenna input, 1 x GSM antenna input
Environmental specifications
Operating temperature:
-20°C to 60°C
MIL-STD-810G, Method 501.5 Procedure II
MIL-STD-810G, Method 502.5 Procedures II, III
Storage temperature:
-40°C to 70°C
MIL-STD-810G, Method 501.5 Procedure I
MIL-STD-810G, Method 502.5 Procedure I
CASE:
26 falls from a height of 1.22 m onto concrete.
MIL-STD-810G, Method 516.6 Procedure IV
Vibration:
MIL-STD-810G, Method 514.6 Procedure I
Sand and dust:
IP65, IEC60529
Water:
IP65, IEC60529
Humidity:
MIL-STD-810G, Method 507.5 Procedure II
Height:
4,572 m
MIL-STD-810G, Method 500.5 Procedure I

Sökord: Algiz 10X, Version 3, Stryktålig, Ruggad, Fältdator, Handheld

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