LED Anti-Glare High-Bay, 130 lumen/watt, 150W/200W, 1-10V dæmpbar
Varenummer: 6636X
Login eller ansøg om konto for at få adgang til at handle i vores portal
green:ID Anti-Glare hal-armatur med højt lysudbytte (130 lumen/watt) men stadig lav blænde (UGR<19), der tilmed er dæmpbar (1-10V - fås også med DALI på bestilling)


Mere information
Effekt (P): 60W/100W/150W/200W
Lysstyrke: 130 lumen pr. watt
Lysfarve: 4.000 kelvin
Lysvinkel: 80°
Blænde: UGR<19
Farvegengivelse: CRI>80
Dæmpbar: Ja, 1-10V (DALI på bestilling)
MacAdam: SDCM<4
Levetid: L90B10 > 50.000 timer
Tæthedsgrad: IP65
Beskyttelsesgrad: IK08
Spænding (U): 100-277V AC
Power-faktor: PF>0.95
Materiale: CREE dioder / Mean Well driver
Operationstemperatur: -40° til +70° C
Garanti: 5 år
Kolli-antal: 1
EAN: 5708829663707, 5708829663752
`; } 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 }); })();