Stützräder- & füße
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: [2.95, 1914.95],
connect: true,
range: {
min: [2.95],
max: [1914.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
Kategorien
- Radachse für Stützrad Durchmesser 30mm Länge 128mm, Länge (mm): 12822,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- SIMOL Diebstahlsicherung für Zugkugelkupplungen, verzinkt inkl. Rundbügelschloss42,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Haacon Spindelstütze Bauhöhe 900mm Hub 510mm statische Prüflast 20t678,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Stützfuß Simol vierkant hydraulisch Stützlast: 1950kg Außenrohr-Ø: 90mm doppelwirkend564,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Stützfuß Rima vierkant hydraulisch Stützlast: 4200kg Außenrohr-Ø: 100mm doppelwirkend480,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Befestigungsplatte Simol 220F5 für Stützrad M214, M305LL, M232E und DM43229,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Stützfuß vierkant mechanisch Stützlast: 500kg waagrechte Kurbel Außenrohr-Ø: 50mm63,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Stützfuß vierkant mechanisch Stützlast: 200kg waagrechte Kurbel Außenrohr-Ø: 40mm40,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- SIMOL Ersatzrad Laufrad Vollgummi mit Stahlfelge 200 x 50 mm8,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Stützrad halbautomatisch klappbar Sonderlänge 620mm Ausführung:2-drähtig205,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Stützrad Simol halbautomatisch klappbar Gummirad Stützlast: 400kg Radgröße: 200x50mm90,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Stützfuß Simol vierkant mechanisch Stützlast: 1000kg waagrechte Kurbel Außenrohr-Ø: 70mm64,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Haacon Unterstellwinde Hub 400mm Höhe 920mm lasthebend standsicher1.588,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Simol Zahnrad für Stützfuß DN511S DN514S DN514L/1 25 Zähne Bohrung 20mm48,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Haacon Spindelstütze Bauhöhe (mm): 870 Hub (mm): 510 statische Prüflast (t): 20 mit angeschweißter Montageplatte und ohne Gegenplatte628,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
