green:ID Competition LED panel 60x60 22W UGR<19
Varenummer: 6604X
Login eller ansøg om konto for at få adgang til at handle i vores portal
green:ID Competition LED panel 60x60 cm UGR<19


Mere information
Kolli-antal: 5
EAN: 5708829660256, 5708829660423, 5708829660485

LED competition panel 60x60 cm, NW

green:ID Competition LED panel 60x60

Disse green:ID paneler er kun 10 mm. høje, og de er 5 mm. mindre i bredden for perfekt pasform til loftmoduler. Sølvrammen og bagsiden er i 6063 aluminium, og guidepladen er japansk produceret af Mitsubishi.

Specifikationer:

  • Forbrug: 22W
  • Lysstyrke: 2.000 lumen (4000K) / 1.900 lumen (3000K)
  • Lysfarve: 4.000 kelvin eller 3.000 kelvin
  • Lysvinkel: 120°
  • Lysægthed: CRI>80
  • Dæmpbar: Ja (DALI, 1-10V, TRIAC dæmpbar driver kan tilkøbes)
  • Tæthedsgrad: IP44
  • Blænde: UGR<19
  • MacAdam grad: SMCD<3
  • Levetid: > 40.000 timer
  • Spænding: 85-265V AC
  • Mål: 595x595 mm. / højde 10 mm.
  • Garanti: 3 å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 }); })();