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

Geo-Fennel FL505 HV-G Two-incidence laser

SKU GF-231080
Original price €1.895,95 - Original price €1.895,95
Original price €1.895,95
€1.895,95
€1.895,95 - €1.895,95
Current price €1.895,95

Tvåfallslaser

Standard shipping

Approximately 7-10 days delivery time

FL 505HV-G

Improved performance through PowerSwitch technology: performance data for a Class 3R laser in Laser Class 2. 4 mm beam diameter for optimized long-distance compatibility with FMR 700/800. Now with FR 80-MM receiver with mm display as standard.

Self-leveling horizontally and vertically Tilt functions Horizontal operation Digital tilt adjustment of X and Y axes up to ± 10% Manual tilt X and Y axes. Tilt functions Vertical operation. X-axis direction ± 10% adjustable, Y-axis self-leveling. X and Z-axis directions can be adjusted manually. Automatic TILT function. VWS (Vibration Wind Protection) Function: The unit continues to rotate even with slight ground shaking or light wind (VWS is combined with TILT function) 9-channel / 2-way wireless remote control to operate. all functions of the unit. Li-ion battery technology.

  • 2-axis level laser
  • Horizontal and vertical
  • Digital tilt adjustment
  • TILT function
  • VWS function
  • 90° plumb up
  • Illuminated display
  • 2-way radio remote control
  • Manual function
  • 4-level scanning function
  • Rechargeable battery and battery operation
  • Water and dust protected according to IP 66

FL505HV-G

Specifications

Laser diode RED
Self-leveling area ± 8°
Horizontal accuracy ±0.5mm/10m
Accuracy vertical ±1.0mm/10m
Work area without rec. Ø 40 m
Working area with receiver (FR 80-MM) Ø 400 m
Remote control working range

150 meters

Lye Digital
Tilt horizontal drive X-axis ±10,000%
Tilt horizontal operation Y axis ±10,000%
Tilt vertical drive X-axis ± 10,000%
Tilt vertical drive Y-axis Horizontal self-leveling
Both axes X/Y ± 14%
Laser class 2
Rotation speed rpm 300, 600, 1100
Operating time 40 hours
Power supply Li-Ion, Smart, Alkaline
Dust/water protection IP66
Weight (unit only) 3.85 kg
Radio remote control channels 9
Rotating without receiver Ø40m, Ø60m
Scan without a recipient 60 m (radius)
Scanning angle 0°, 10°, 45°, 90°, 180°
Temperature variation -10°C to +50°C

Comes with

  • FR 80-MM with bracket
  • 2-way radio remote control
  • Li-ion battery & charger
  • Vertical support
  • Extent
  • 360° horizontal fine adjustment
  • Hard case

Manual

Manual

Sökord: Tvåfallslaser, Geo-Fennel, FL505HV-G

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