green:ID ATEX LED spot 120W, CW
Varenummer: 66608
Login eller ansøg om konto for at få adgang til at handle i vores portal
ATEX LED spot 120W
"Explosion Proof" LED industrispot


Mere information
EAN: 5708829666081

ATEX LED spot 120W

Specifikationer:

  • Forbrug: 120W
  • Lysstyrke: 15.600 lumen
  • Lysvinkel: 120°
  • Lysfarve: 5.000 kelvin (CW)
  • LED: CREE
  • Driver: Mean Well
  • Spænding: 85-305V AC
  • Levetid: L70>50.000 timer
  • Powerfaktor: >0.95
  • Tæthedsgrad: IP66
  • Lysægthed: CRI>80
  • Vandalsikring: IK10
  • Korresionsbeskyttelse: WF2
  • Overbelastningsbeskyttelse: 6KV
  • Brugstemperatur: -25° ~ +60° C
  • Dimensioner (LxBxH): ø:315/h:315 mm. 
  • 5 års fuld garanti

 


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