MEC/G mit Flansch Zwangsschmierung
Verfügbarkeit
Preis
€
―
€
"use strict";
var keypressSlider = document.querySelector(".slider-keypress");
var input0 = document.querySelector(".input-with-keypress-0");
var input1 = document.querySelector(".input-with-keypress-1");
var inputs = [input0, input1];
noUiSlider.create(keypressSlider, {
start: [1066.95, 2421.95],
connect: true,
range: {
min: [1066.95],
max: [2421.95]
}
});
keypressSlider.noUiSlider.on("update", function(values, handle) {
inputs[handle].value = values[handle];
function setSliderHandle(i, value) {
var r = [null, null];
r[i] = value;
keypressSlider.noUiSlider.set(r);
}
inputs.forEach(function(input, handle) {
input.addEventListener("change", function() {
setSliderHandle(handle, this.value);
});
input.addEventListener("keydown", function(e) {
var values = keypressSlider.noUiSlider.get();
var value = Number(values[handle]);
var steps = keypressSlider.noUiSlider.steps();
var step = steps[handle];
var position;
switch (e.which) {
case 13: setSliderHandle(handle, this.value); break;
case 38: position = step[1]; if (position === false) { position = 1; } if (position !== null) {setSliderHandle(handle, value + position); } break;
case 40: position = step[0]; if (position === false) { position = 1; } if (position !== null) { setSliderHandle(handle, value - position); } break;
}
});
});
});
Hersteller
- B&P Kompressor MEC 4000 rechtsdrehend Kapazität 4350 l/min Zwangsschmierung1.252,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- B&P Kompressor MEC 8000 rechtsdrehend Kapazität 8100 l/min Zwangsschmierung2.421,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- B&P Kompressor MEC 5000 rechtsdrehend Kapazität 6150 l/min Zwangsschmierung1.452,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- B&P Kompressor MEC 3000 rechtsdrehend Kapazität 3600 l/min Zwangsschmierung1.172,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- B&P Kompressor MEC 2000 rechtsdrehend Kapazität 2750 l/min Zwangsschmierung1.066,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- B&P Kompressor MEC 6500 rechtsdrehend Kapazität 7000 l/min Zwangsschmierung2.205,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand