LEDGEAR DALI-2 & PUSH dæmpbar driver 120-350mA 14W
Varenummer: 65392
Login eller ansøg om konto for at få adgang til at handle i vores portal
LEDGEAR DALI-2 & PUSH dæmpbar driver 120-350mA CC, output 14-40V DC, 14W


Mere information
Kolli-antal: 40,00
EAN: 5708829653920

LEDGEAR DALI-2 & PUSH dæmpbar driver

Specifikationer:

  • Input spænding: 200-240V AC
  • Output spænding: 14-40V DC
  • Maks forbrug: 14W
  • Ampere: 120-350mA, justerbar
  • Flimren: <1.0%
  • Dæmpning: DALI-2/PUSH

Indstilling af DIP-switch:

Denne handling kan forårsage en kortslutning, hvilket kan beskadige de elektroniske komponenter indeni, eller det kan medføre en funktionsfejl i hele systemet og påvirke den normale drift.

Derfor skal du altid sikre, at driveren er slukket, før du justerer DIP-switchene for at sikre både sikkerhed og korrekt funktion af udstyret.


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