Produktbeschreibung:Mit dem Kompressor TE-AC 110/6 Silent Plus hält ein multifunktionales Basisgerät Einzug in die Garage oder Werkstatt.Der Kompressor zeichnet sich durch eine geringere Geräuschentwicklung aus - ein Flüsterkompressor, der mit 550 Watt aber keine Leistungsabstriche macht.Der Kompressor ist mit seinen 57dB (LpA-Wert) deutlich leiser als übliche Kompressoren mit gleicher Leistung und verfügt über eine öl- und servicefreie Pumpe mit nur einem geringen Wartungsaufwand.Ein Entwässerungshahn ermöglicht die komfortable Wartung des Kompressors.Der mobile Kompressor bietet einen 6 Liter-Drucklufttank - genügend Reserven, um mit den passenden Tools im Handumdrehen Lacke und Farben aufzutragen oder mittels Ölen großflächig oder gezielt Hölzer zu imprägnieren.Ausblas- oder Sandstrahlarbeiten lassen sich ebenso in der Werkstatt erledigen.Der Rundum-Helfer pumpt mühelos Auto- sowie Motorrad- und Fahrradreifen, Bälle oder Luftmatratzen auf.Einhell ist von der Qualität überzeugt und bietet zehn Jahre Garantie gegen Durchrostung des Kessels.Die zahlreichen Anwendungen bis 8 bar sind mittels Druckminderer regulierbar.Manometer und Schnellkupplung für den geregelten Arbeitsdruck sind enthalten.Ein Sicherheitsventil gewährt die Anwendersicherheit.Das geringe Produktgewicht und der praktische Handgriff sorgen für Mobilität - mit wenigen Handgriffen lässt sich der Kompressor einfach transportieren, vibrationsdämpfende Standfüße sorgen für einen sicheren Stand im Einsatz.Technische Daten:Abgabeleistung bei 0 bar: 79 l/minAbgabeleistung bei 4 bar: 55 l/minAbgabeleistung bei 7 bar: 40 l/minAnsaugleistung: 110 l/minAnzahl Zylinder: 2 pcsAusrichtung Tank: HorizontalDruckminderer: JaEntwässerungsventil: JaManometer für Arbeitsdruck: JaMax. Betriebsdruck: 8 barMotordrehzahl: 1450 min^-1Motortyp: InduktionsmotorPower X-Change: NeinProduktgewicht: 14.95 KgPumpendrehzahl: 1450 min^-1Schalldruckpegel (Lautstärke): 57 dB (A)Standfuß: JaTragegriff: JaTyp Kompressorfabrikat: Ölfreier KompressorVolumen Tank: 6 lLieferumfang:1x Einhell Kompressor TE-AC 110/6 Silent Plus1x Luftfilter (Metall)
Einhell Kompressor TE-AC 110/6 Silent Plus
- Artikel-Nr.: 4020600
- EAN: 4006825640885
- Hersteller: EINHELL

134,99 €
UVP 159,95 €
-15%
inkl. MwSt., ggf. zzgl. Versandkosten
Inhalt
1 Stück
Auf Lager
const observer = new MutationObserver(() => {
const el = document.getElementById("delivery-date-template");
if (el) {
el.innerHTML = el.innerHTML.replace(
"Lieferung:",
"Lieferung:"
);
observer.disconnect();
clearTimeout(timeoutId);
}
});
observer.observe(document.body, { childList: true, subtree: true });
const timeoutId = setTimeout(() => observer.disconnect(), 2000);
DHL Paket
if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn02.plentyone.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "777b3a5755f94466b3bda3aed60865aa");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentyone.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "777b3a5755f94466b3bda3aed60865aa");
}
Ähnliche Artikel
$(document).ready(function() {
setTimeout(function () {
if (
window.innerWidth < 1200 &&
$('#m1').length &&
$('#mM').length &&
$('#m1').is(':empty')
) {
$('#mM').appendTo('#m1');
}
}, 1000);
$( window ).resize(function() {
if ($(window).outerWidth() < 1200 ) {
$('#mM').appendTo('#m1');
} else {
$('#mM').appendTo('#m2');
}
});
});
$(function () {
const $links = $('.anchors a');
const nav = document.querySelector('.anchors');
function updateActiveLink() {
const scrollTop = $(document).scrollTop();
$links.each(function (i, link) {
const targetId = $(link).attr('href');
const $target = $(targetId);
if (!$target.length) return;
const top = $target.offset().top;
let bottom;
if (i < $links.length - 1) {
const nextLinkHref = $($links[i + 1]).attr('href');
const $nextTarget = $(nextLinkHref);
bottom = $nextTarget.length ? $nextTarget.offset().top : $(document).height();
} else {
bottom = $(document).height();
}
if (scrollTop >= top - 120 && scrollTop < bottom - 120) {
$links.removeClass('active');
$(link).addClass('active');
scrollNavToLink(link);
return false; // break .each()
}
});
}
function scrollNavToLink(link) {
if (!nav) return;
const linkLeft = link.offsetLeft;
const linkWidth = link.offsetWidth;
const navWidth = nav.offsetWidth;
const scrollTo = linkLeft - (navWidth / 2) + (linkWidth / 2);
nav.scrollTo({ left: scrollTo, behavior: 'smooth' });
}
let scrollTimer;
$(document).on('scroll', function () {
updateActiveLink(); // run immediately
clearTimeout(scrollTimer);
scrollTimer = setTimeout(updateActiveLink, 100); // trailing update
});
updateActiveLink(); // on load
});


























