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

Cable locator CAT4+

SKU 21541300
Original price €1.670,95 - Original price €1.670,95
Original price €1.670,95
€1.670,95
€1.670,95 - €1.670,95
Current price €1.670,95

Standard shipping

Approximately 7-10 days delivery time

Cable locator CAT4+

Product information Cable locator CAT4+

Cable locator CAT4+ is primarily intended for use by construction & excavation contractors, industries, electrical installers for easier cable placement and as a warning instrument to avoid digging up cables unnecessarily. With a CAT4+, you can find most cables in an easy way, but not all. CAT4+ detects the natural magnetic fields that form around both loaded cables (50 Hz) or unloaded (VLF radio). CAT4+ is easy to use and very robustly built to ensure many years of use in harsh environments. Cable locator CAT4+ can be supplemented with a GENNY4 transmitter to send signals on all types of metallic cables/wires or used with various transmitter probes for following plastic & concrete wires. CAT4+ has a digital display with built-in backlight that shows the signal strength and a built-in speaker that produces an audible tone. In noisy environments, the speaker can be unscrewed and held closer to the ear. CAT4+ is compatible with previous models of GENNY and GENNY3. CAT4+ is often used together with so-called transmitter probes to follow plastic & concrete pipes. With CAT4+ you can also measure the depth to a cable (when used together with GENNY4) or to a transmitter probe. CAT4+ is compatible with previous models of GENNY and GENNY3.

CAT4+ receiver, Technical data

  • 3 passive search modes: Power cable = 50 Hz, VLF radio and the combination mode AvoidanceScan™
  • 2 active frequencies 33kHz and superimposed frequency > 100 kHz for use with GENNY4 or transmitter probes
  • Depth measurement to cable or transmitter probe with the value directly readable in meters.
  • Uses alkaline batteries, 2 x 1.5 Volt R20 batteries
  • StrikeAlert™, search mode that warns of shallow cables (optional)
  • Protection class IP 54
  • Swedish instruction labels along the side of the instrument and Swedish user guide.

Sökord: Kabelsökare CAT4+, CAT PLUS

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