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 RD7200+TX-5 with case and rechargeable batteries

SKU 21541540
Original price €7.356,95 - Original price €7.356,95
Original price €7.356,95
€7.356,95
€7.356,95 - €7.356,95
Current price €7.356,95

RD7200 är den nya kompromisslösa kabel- och ledningssökaren för alla industrier. Designad för noggrann och daglig användning i alla väder.

Standard shipping

Approximately 7-10 days delivery time

Cable locator RD7200 NEW!

The RD7200 is the new no-compromise cable and wire locator for all industries. Designed for accurate, daily use in all weather conditions, the RD7200 replaces all previous versions of the RD7100.

Multifunctional multi-industry accurate localization

  • Compass orientation
  • Power filters (sort cables by harmonics in passive 50Hz mode)
  • Specific frequencies for different infrastructures

Speed, accuracy and reliable performance

  • Easy to get started and simple to use
  • Sunlight-readable display, high-performance audio system and vibration in the handle for loud environments
  • Sensitive and accurate signal processing for reliable measurement results

Protects technicians and sensitive infrastructure

  • Swing alarm encourages correct handling for improved localization
  • Strike Alert warns of live cables at shallow depths
  • Vibration in the handle so you never miss an alert

Ergonomic design, premium quality

  • Robust yet lightweight and ergonomic
  • Designed and built in the UK to the highest standards
  • Self-testing to build confidence and allow you to trust the measurement results

Some quick facts about the RD7200, for a more detailed description see the datasheet below

Passive search:

Power 50hz, Radio and CPS (Cathodic Protection System)

Power Filter (passive search for harmonics)

3rd (150hz), 5th (250hz), 7th (350hz) and 9th (450hz)  

Active search 8 frequencies:

512hz, 640hz, 8khz, 33khz, 65khz, 83khz, 131khz and 200khz

Troubleshooting Step voltage method with troubleshooting arc:

8khz FF

Probe frequencies 4pcs:

512hz, 640hz, 8khz and 33khz

Antenna positions 4pcs:

Peak, Peak+, Guidance, Null

Sökord: Kabelsökare, RD7200+TX-5, Radiodetection

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