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+ & GENNY4

SKU 21541200
Original price €3.009,95 - Original price €3.009,95
Original price €3.009,95
€3.009,95
€3.009,95 - €3.009,95
Current price €3.009,95

C.A.T4+ och GENNY4 är lämplig för enklare kabelsökning med både passiv och aktiv sökning.

Standard shipping

Approximately 7-10 days delivery time

Product information Cable locator CAT4+ & GENNY4

CAT4+ & GENNY4 is suitable for construction & excavation contractors, industries, electrical installers for easier cable laying. Built in the same format and largely compatible with previous CAT versions. With a complete kit CAT4+ & GENNY4 you have the option of both "passive" searching with the receiver to easily detect cables underground without sending a signal and active searching with GENNY4. C.AT.4+ & GENNY4 are primarily intended for easier cable laying. They are easy to use and very robustly built to ensure many years of use in harsh environments. Receiver CAT4+ can also be used with various transmitter probes for following plastic & concrete pipes. CAT4+ has a digital display with built-in backlight that shows the signal strength and a built-in speaker that gives an audible tone. With CAT4+ you can also measure the depth of a cable or a transmitter probe. GENNY4 can send a signal inductively without physical contact with the cable or with direct connection to a cable or e.g. a VA pipe. Functions that have been added to CAT4+ & GENNY4 compared to previous models include an additional high frequency > 100 kHz superimposed on the standard frequency of 33 kHz and a so-called BOOST function that increases the GENNY4's output power up to 1 Watt. Both of these new functions make it very easy to search for cables with small diameters such as electrical/telephone services and search wire for fiber networks. CAT4+ has a dynamic overload protection that enables searching even in areas with a lot of interference. A complete kit is always delivered complete with CAT4+ receiver, GENNY4 transmitter, direct connection cables, ground spikes and a padded carrying case. Swedish instructions are located along the sides of the instruments and a Swedish user guide is included.

CAT4+ & GENNY4 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 pcs 1.5 Volts R20
  • StrikeAlert™, warns of shallow cables (optional)
  • Swedish instruction labels along the side of the instrument and Swedish user guide

GENNY4 transmitter, Technical data

  • 2 active frequencies 33 kHz and another high frequency > 100 kHz, both inductive & conductive.
  • Continuous or pulsating tone switch
  • Output power 0.1 W, in BOOST mode 1 W.
  • Uses alkaline batteries, 4 pcs 1.5 Volts R20
  • Protection class IP54
  • Direct connection cables with crocodile clips, neodymium magnet and ground spike included

Sökord: Kabelsökare CAT4+ CAT4 Plus, GENNY4

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