Pragmalux Essence LED panel 60x60 40W UGR<19
Varenummer: 6700X
Login eller ansøg om konto for at få adgang til at handle i vores portal
PRAGMALUX Essence LED panel 60x60 cm. UGR<19
Inkl. flicker-free driver + junction-box for videresløjfning


Mere information
Kolli-antal: 4
EAN: 8720094600291, 5708829670149, 5708829670002, 5708829670194

Pragmalux LED panel UGR<19 Essence 60x60 cm. inkl. flicker-free driver og sløjfebox

  • Forbrug: 40W
  • Lysstyrke: 4.000 lumen
  • Lysfarve: 3.000 kelvin eller 4.000 kelvin
  • Lysvinkel: 90°
  • Lysægthed: CRI>80
  • Dæmpbar: Nej 
    (men DALI / 1-10V / TRIAC dæmpbar driver kan tilkøbes)
  • Blænde: UGR<19
  • LED'er: Philips
  • Tæthedsgrad: IP20
  • MacAdam grad: SDCM<4
  • Levetid: > 50.000 timer
  • Spænding: 220-240 AC, 50/60 Hz
  • Mål: 595x595 mm. / højde 10 mm.
  • Garanti: 5 år

 


`; } ns.run = function () { const title = txt(SELECTORS.title, "Produkt"); const sku = findSkuFromText(txt(SELECTORS.sku, "")); const table = pickBestSpecsTable(); const specs = extractSpecs(table); // prøv at finde et “fornuftigt” billede (første store) let imgSrc = ""; const imgs = Array.from(document.querySelectorAll("img")) .map(i => i.getAttribute("src") || i.getAttribute("data-src") || "") .filter(Boolean); imgSrc = imgs.find(s => !s.includes("logo") && !s.includes("icon")) || ""; const w = window.open("", "_blank", "noopener,noreferrer"); if (!w) { alert("Popup blev blokeret. Tillad popups for at printe datablad."); return; } w.document.open(); w.document.write(renderPrintHTML({ sku, title, specs, imgSrc })); w.document.close(); }; // Binder knap-klassen til generatoren const BTN_SELECTOR = ".open-datablad"; function attach() { document.querySelectorAll(BTN_SELECTOR).forEach(btn => { if (btn.dataset.dgBound === "1") return; btn.dataset.dgBound = "1"; btn.addEventListener("click", function (e) { e.preventDefault(); window.DatabladGenerator.run(); }); }); } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", attach); } else { attach(); } new MutationObserver(attach).observe(document.documentElement, { childList: true, subtree: true }); })();