Produktbeschreibung:Der Einhell Kompressor TC-AC 190/24/8 I OF ist ein leistungsstarker und vielseitig einsetzbarer Kompressor, der sich optimal für Heimwerker eignet.Dank des robusten Induktionsmotors mit einer Leistung von 1.100 Watt liefert er auch bei intensiven Anwendungen eine konstante Performance.Die ölfreie Pumpe sorgt für minimalen Wartungsaufwand und schafft eine Ansaugleistung von 190 l/min.Die Abgabeleistung beträgt bei 4 bar 75 l/min.Dies macht den Kompressor besonders attraktiv für den Einsatz in Werkstätten oder Garagen.Mit dem integrierten Druckminderer kann der Arbeitsdruck präzise bis zu einem Maximalwert von 8 bar eingestellt werden.Zur Überwachung des Arbeitsdrucks ist ein leicht ablesbares Manometer integriert, das eine genaue Kontrolle und Anpassung ermöglicht, um optimale Arbeitsergebnisse zu erzielen.Des Weiteren sorgt der vibrationsgedämpfte Standfuß für einen sicheren und stabilen Stand während des Betriebs, auch bei längeren Einsatzzeiten.Zudem erleichtern der praktische Tragegriff und die stabilen Räder den Transport des Kompressors, sodass er flexibel an verschiedenen Einsatzorten genutzt werden kann.Mit einer Garantie von 10 Jahren gegen Durchrostung des Kessels bietet der Einhell Kompressor TC-AC 190/24/8 I OF eine besonders hohe Langlebigkeit und ist damit eine zuverlässige Wahl für viele Projekte.Technische Daten:% Leistung S3: 50 %Abgabeleistung bei 0 bar: 110 l/minAbgabeleistung bei 4 bar: 75 l/minAbgabeleistung bei 7 bar: 55 l/minAnsaugleistung: 190 l/minAnzahl Räder: 2 pcsAnzahl Zylinder: 1 pcsAusrichtung Tank: HorizontalDruckminderer: JaEntwässerungsventil: JaLeistung S3: 1100 WManometer für Arbeitsdruck: JaMax. Betriebsdruck: 8 barMotordrehzahl: 2850 min^-1Motortyp: InduktionsmotorPower X-Change: NeinProduktgewicht: 21.5 KgProfessional: NeinPumpendrehzahl: 2850 min^-1Schalldruckpegel (Lautstärke): 76 dB (A)Spiralschlauch: NeinStandfuß: JaTragegriff: JaTyp Kompressorfabrikat: Ölfreier KompressorVolumen Tank: 24 lLieferumfang:1x Einhell Kompressor TC-AC 190/24/8 I OF
$(document).ready(function() {
$('.thumbs').on('click', '.remaining:not(".open-video")', function(event) {
event.preventDefault();
setTimeout(function () {
MagicZoom.expand('zoom');
}, 300);
setTimeout(function () {
MagicZoom.switchTo('zoom',8);
}, 1000);
});
});
Zubehörempfehlungen
Einhell Kompressor TC-AC 190/24/8 I OF
- Artikel-Nr.: 4007375
- EAN: 4006825684025
- Hersteller: EINHELL

99,00 €
UVP 149,95 €
-33%
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", "21fbbe532fe07b08523a4adf1fa6aa61");
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", "21fbbe532fe07b08523a4adf1fa6aa61");
}
Ä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
});



























