Light6 provides web-based access to Smallworld Network Inventory data from smartphones, pads and computers, and is ideal for Field Engineers, Sales People, Management and other personnel that require information about network and equipment.

Light6 is map based, and shows all the important utility network objects in their documented location. You can interact with an object by selecting it in the map. There you’ll find its attribute data, related objects, as well as reports- and diagrams based on that object. Multiple tools are provided for understanding network data, connectivity and utilization.

The web client also supports feed-back to Smallworld Network Inventory for correcting data (red-lining), which enables a fully digitalised work processes between network operation and field engineering.

Try out the Light6 demo here!

Try Demo

Benefits with light6

document.addEventListener("DOMContentLoaded", function () { setTimeout(() => { if (document.cookie.includes("cookieConsent=accepted") || document.cookie.includes("cookieConsent=rejected")) { return; } const cookiePopup = document.createElement("div"); cookiePopup.id = "cookie-popup"; cookiePopup.style = "position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; color: black; padding: 20px; border-radius: 10px; z-index: 10000; box-shadow: 0 0 10px rgba(0,0,0,0.1); text-align: center; font-family: inherit; width: 80%; max-width: 400px;"; cookiePopup.innerHTML = `

We use cookies to enhance your experience. Read more in our Privacy Policy.

`; document.body.appendChild(cookiePopup); document.getElementById("accept-all").addEventListener("click", function () { document.cookie = "cookieConsent=accepted; path=/; max-age=31536000"; cookiePopup.remove(); enableAnalytics(); }); document.getElementById("reject-all").addEventListener("click", function () { document.cookie = "cookieConsent=rejected; path=/; max-age=31536000"; cookiePopup.remove(); }); function enableAnalytics() { const script = document.createElement("script"); script.src = "https://your-analytics-script-url.com"; script.async = true; document.head.appendChild(script); } if (document.cookie.includes("cookieConsent=accepted")) { enableAnalytics(); } }, 500); });