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

Spectra HV1305GC Green with HL760U Receiver

SKU HV1305GC-7
Original price €2.134,95 - Original price €2.134,95
Original price €2.134,95
€2.134,95
€2.134,95 - €2.134,95
Current price €2.134,95

Med nya Spectra HV1305GC Grön med HL760U mottagaren kan ni -GO BIGGER

Standard shipping

Approximately 7-10 days delivery time

Spectra HV1305GC Green with HL760U Receiver

With the new Spectra HV1305GC Green with the HL760U receiver you can "GO BIGGER"
The automatic self-leveling green beam laser is a robust laser that provides both horizontal and vertical alignment. Even in tough working conditions, the laser consistently delivers reliable and accurate performance, allowing you to work faster and smarter.

  • Accuracy 1.5 mm at 30 m
  • Working area of ​​up to 1200 m diameter with HL760U
  • High visibility light – easily visible even in brightly lit conditions
  • Instrument height alarm - the unit stops rotating when it goes out to avoid false readings
  • Rotation selection of 0,10,100, 200,300 or 600 rpm
  • Remote control or remote control app allows operation of all laser functions from anywhere on the jobsite
  • Bluetooth connectivity enables laser control with a smartphone
  • Extremely durable and portable
  • 5 year warranty
  • IP66

HL760U receiver

The HL760U is ideal for use with all rotating lasers, it can handle both red and green beams. The receiver is equipped with "Light bar" technology which makes the laser detection resolution almost infinite, which provides greater accuracy.

  • 12.7 cm long receiving window
  • Dust and weather resistant housing withstands drops of up to 3 m onto concrete
  • Includes C70 rod clamp with bubble level
  • Red and Green beam
  • IP67

Sökord: Spectra HV1305GC, Grön, HL760U, Mottagare, IP67, IP66, GO BIGGER, Laser

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