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

Leica Rod-Eye 160 Digital

SKU 032225122
Original price €506,95 - Original price €506,95
Original price €506,95
€506,95
€506,95 - €506,95
Current price €506,95

Professionell mottagare med digital avläsning, millimeternoggrannhet och motståndskraftig mot reflexer. Hållare ingår.

Standard shipping

Approximately 7-10 days delivery time

Leica Rod Eye 160 Digital

Professional receiver with digital reading, millimeter accuracy and resistant to reflections. Holder included.

  • LCD Indication. Two large graphic displays on the front and back of the receiver.
  • LED Indication. Three bright LEDs can be used as a clear reference for the receiver's position.
  • Menu function. Digital information is displayed above and below level in mm, cm, inches, parts of an inch and feet.
  • Level indication. Ensures good alignment and improves your reading accuracy.
  • Exceptional reception. The extra-high reception windows contain the unique technology that provides accurate digital readings.
  • Audible indication. Three sound levels. Up to 105 decibels for high noise environments.
  • Versatile rod holder. A robust mounting bracket ensures stable mounting on all types of measuring rods. A round bubble level helps to keep the receiver in a level position.
  • Protective housing. Protects the receiver from falls in the workplace.
  • Built-in flash protection. Detects and ignores light from other strong light sources in the workplace that may interfere with the receiver's function.
  • Laser beam indication (Beam Finding). If the receiver passes through the laser beam, it beeps twice quickly
  • Out of Beam Display. If the detector is moved out of the detection range, the arrow display will show the direction to return to the laser beam.
  • Low battery warning. A small laser icon on the receiver display warns the user when the battery level is getting low.
Technical specification
Working radius/range
1350m / 4430ft
Detectable height 120 mm / 5 in
Detectable spectrum 600 nm to 800 nm
Accuracy Very fine ± 0.5 mm / ± 0.02 in
Accuracy Fine ± 1.0 mm / ± 0.04 in
Accuracy Medium ± 2.0 mm / ± 0.08 in
Accuracy Coarse ± 3.0 mm / ± 0.12 in
Accuracy Very coarse ± 5.0 mm / ± 0.20 in
Adjustable sound volume 105 dBA / 65 dBA / Off
Automatic shutdown
10 minutes
Arrow display
15 channels
Flash light protection
Yes
Memory, last detectable laser beam
Yes
Laser beam indication
Yes
Low battery warning
Yes
Guarantee
3 years
Protection class
IP67
Batteries
50+ hours (2 x 1.5V "AA" )
Dimensions
173 x 76 x 29 mm / 6.8 x 3.0 x 1.1 in
Working temperature range
-20°C to +50°C / -4°F to +122°F
Storage temperature (excluding batteries)
40°C to +70°C / -40°F to +158°F

Sökord: Leica, Rod-Eye 160, Digital, Lasermottagare

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