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

Nano triaxial tilt sensor node

SKU PDS-FM3NT-10

Med en maximal rapporteringsfrekvens på två sekunder är Nano idealisk för applikationer där en hög rapporteringshastighet behövs

Standard shipping

Approximately 7-10 days delivery time

Nano triaxial tilt sensor node

Includes nano, nanoplus and nanomacro triaxial tilt sensor nodes

The Nano triaxial tilt sensor node range has its own unique miniature form factor and is built to deliver accurate, reliable tilt monitoring for demanding applications such as rail, construction and mining. It is easy to deploy, durable, has no external antenna and a waterproof shell (IP68/IP69K rated) that can withstand the most challenging environments.

Nano's discreet form and wide range of easy mounts allow for extremely quick installation on any surface using adhesive, screw or magnetic mounting. Its innovative design allows the Nano tilt sensor to be installed in any orientation, making it ideal for wireless tilt monitoring of tunnels, bridges, buildings and retaining walls. The Nano series comes with NFC (Near Field Communication) capability, ™ which allows the user to adjust settings directly at the node.

With a maximum reporting rate of two seconds, the Nano is ideal for applications where high reporting rates are required. It features a resolution of 0.0001° (0.00175 mm/m) and repeatability options as low as ±0.0005° (±0.0087 mm/m). The Nano tilt monitoring system offers unmatched specifications and a battery life of up to fifteen years, making it the future of wireless tilt sensing.

The Nano series uses the same core platform as our other tilt sensors, so it can deliver a similar level of performance and reliability, all in a small and robust housing. Nanos have been successfully used in many applications, including:

  • Tunnel distortion
  • Tunnel lift/building
  • The slide of the embankment
  • Structural movement
  • Rail tracks/buildings
  • Rail bed rail elevation and turning

Features

  • Integrated triaxial tilt sensor
  • Extremely low sound performance
  • Low profile and discreet
  • Resolution of 0.0001° (0.0018 mm/m) and repeatability of ±0.0005° (±0.009 mm/m)
  • Operational in all directions
  • Integrated long-life battery
  • Integrated temperature sensor
  • Versatile mounting options
  • Waterproof to IP67/IP68/IP69K
  • NFC capability, allowing for on-site adjustments of the node
  • "Sleep" functionality

FlatMesh Nano sensor node FM3NT-10

Physical specifications

Parameter Value
Diameter 40mm
Height 30mm
Total mass 40g
Housing materials PVC and Aluminum
Protection (BS EN 60529:1992 + A2:2013) IP67/IP68 at 2m for 24 hours
Mounting options Magnet, screws, gluing
Operating temperature range -40°C to +85°C

Tilt sensor specifications

Parameter Value
Resolution 0.0001° (0.00175 mm/m)
Repeatability ±0.0005° (±0.0087 mm/m)
Assortment ±90°

FlatMesh NanoPlus sensor node FM3NT-30

Physical specifications

Parameter Value
Diameter 58mm
Height 45mm
Total mass 110g
Housing materials Polycarbonate and aluminum
Protection (BS EN 60529:1992 + A2:2013) IP67/IP68 at 2m for 24 hours
Mounting options Magnet, screws, gluing
Operating temperature range -40°C to +85°C

Tilt sensor specifications

Parameter Value
Resolution 0.0001° (0.00175 mm/m)
Repeatability ±0.0005° (±0.0087 mm/m)
Assortment ±90°

FlatMesh NanoMacro sensor node FM3NT-50

Physical specifications

Parameter Value
Diameter 86.7mm
Height 64.2mm
Total mass 305g
Housing materials Polycarbonate and aluminum
Protection IP68 at 1m for 24 hours IP69K
Mounting options Magnet, screws, gluing, swivel mount or clamping
Operating temperature range -40°C to +85°C

Tilt sensor specifications

Parameter Value
Resolution 0.0001° (0.00175 mm/m)
Repeatability ±0.0005° (±0.0087 mm/m)
Repeatability (High G variant) ±0.0025° (±0.0436 mm/m)
Assortment ±90°

Sökord: Nano, FlatMesh, Lutningssensor, Tunnel, Räls, Trådlös

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