Vom Fachmann für dein Motorrad
Spannrolle bewegliche Version Ducati 848 – 1198, Diavel 1200 / 1260, Multistrada 950 / 1200 / 1260
Passend für folgende Modelle:
Ducati 848, 1098, 1198
Ducati Diavel, XDiavel
Ducati Monster 1200
Ducati Multistrada 950, 1200, 1260
99,90€
Nur noch 2 vorrätig
- Hersteller: Ducati
- Artikelnummer: 45120291A
- Produktart: Spannrolle (bewegliche Version)
- Farbe: Schwarz/Silber (je nach Ausführung)
- Material: Hochwertiges Metall/Kunststoff-Verbund (laut Hersteller)
- Einsatzort: Steuertrieb/Zahnriemenführung
- Kompatibilität: Ducati 848, 1098, 1198, Diavel 1200/1260, Multistrada 950/1200/1260 (modellabhängig)
Die bewegliche Spannrolle von Ducati ist ein technisches Bauteil zur präzisen Führung und Spannung des Zahnriemens im Steuertrieb verschiedener Ducati Modelle. Sie sorgt für einen zuverlässigen Lauf des Riemens und trägt zur Langlebigkeit des Motors bei.
Vorteile auf einen Blick
Diese Spannrolle bietet mehrere Vorteile für den Einsatz im Steuertrieb moderner Ducati Motorräder.
- Sichere und konstante Riemenspannung für optimale Motorleistung
- Langlebige Konstruktion aus robusten Materialien
- Passgenaue Ausführung für verschiedene Ducati Modelle
- Reduziert Verschleiß am Zahnriemen und an angrenzenden Komponenten
Technische Daten
Zentrale Merkmale der beweglichen Spannrolle:
- Konstruktion als bewegliche Umlenkrolle für den Zahnriemenantrieb
- Spezifisch abgestimmte Lagerung für ruhigen Lauf und geringe Geräuschentwicklung
- Korrosionsbeständige Oberfläche (modellabhängig)
- Einfache Montage an vorgesehenen Befestigungspunkten am Motorblock
Einsatzbereiche
Die Spannrolle wird typischerweise in folgenden Bereichen eingesetzt:
- Ducati Superbikes der Baureihen 848, 1098, und 1198 (Steuertrieb/Zahnriemenführung)
- Ducati Diavel Modelle mit Testastretta-Motoren (1200/1260)
- Ducati Multistrada Modelle mit Testastretta-Motoren (950/1200/1260)
- Anwendende im Bereich Wartung, Reparatur oder Instandhaltung von Ducati Motorrädern
Lieferumfang
- 1x bewegliche Spannrolle für den Zahnriemenantrieb (wie beschrieben)
- Befestigungsmaterial nicht immer enthalten – bitte je nach Modell prüfen
- Hinweis: Die Ausführung kann je nach Modelljahr oder Motorausführung variieren.
FAQ
Für welche Ducati Modelle ist diese Spannrolle geeignet?
Die Spannrolle passt laut Hersteller zu Ducati Modellen der Baureihen 848, 1098, 1198 sowie Diavel 1200/1260 und Multistrada 950/1200/1260. Kompatibilität kann je nach Baujahr abweichen.
Muss die Spannrolle regelmäßig gewartet werden?
Eine regelmäßige Kontrolle im Rahmen der Inspektion wird empfohlen. Austauschintervalle richten sich nach den Vorgaben des Herstellers.
Lässt sich die Spannrolle selbst montieren?
Die Montage ist mit technischem Grundwissen möglich. Es wird empfohlen, die Einbauhinweise des Herstellers zu beachten.
Sind weitere Teile für den Austausch erforderlich?
Je nach Zustand können zusätzliche Komponenten wie Zahnriemen oder Befestigungsmaterial notwendig sein.
Bietet die Spannrolle eine Garantie?
Es gelten die gesetzlichen Gewährleistungsbestimmungen. Details können herstellerabhängig variieren.
Hinweis: Alle Angaben ohne Gewähr.
Passend für folgende Modelle:
Ducati 848, 1098, 1198
Ducati Diavel, XDiavel
Ducati Monster 1200
Ducati Multistrada 950, 1200, 1260
Cavalieri Ducati 3
40132 Bologna
Italien
infodmd@ducati.com
Cavalieri Ducati 3
40132 Bologna
Italien
infodmd@ducati.com
Du musst angemeldet sein, um eine Bewertung abgeben zu können.
Verwandte Produkte

<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Ducati Zahnriemen Spannrolle fest – SS, Monster, Scrambler, Hypermotard, Multistrada, Hypermotard…
Hersteller: Ducati Artikelnummer: 45120211A Produktart: Feste Zahnriemen-Spannrolle Material: Hochwertiger Stahl (laut Herstellerangabe) Einbauort: Motorsteuerung /…
47,10€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Ducati Zahnriemen Spannrolle, beweglich – Monster, SS, Scrambler, Hypermotard, Multistrada, ST3
DUC Ducati 1000 DS Multistrada (1000 ccm, 2003 - 2006) DUC Ducati 1000 DS Multistrada…
89,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Spannrollen Spannlager Set Ducati 2V 696 796 800 1100 ST3
Monster 695 696 796 797 800 1100 Multistrada 1100 Hypermotard 796 1100 Scrambler 400 800…
229,00€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Spannrolle starre Version Ducati Monster S4 / ST4/S 2001
Hersteller: Ducati Artikelnummer: 45110101A-1 Produktart: Spannrolle (starre Version) Farbe: Schwarz/Silber (je nach Ausführung) Material: Metall…
33,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>

Ducati Zahnriemen Spannrolle fest – SS, Monster, Scrambler, Hypermotard, Multistrada, Hypermotard…
Hersteller: Ducati Artikelnummer: 45120211A Produktart: Feste Zahnriemen-Spannrolle Material: Hochwertiger Stahl (laut Herstellerangabe) Einbauort: Motorsteuerung /...
47,10€

Ducati Zahnriemen Spannrolle, beweglich – Monster, SS, Scrambler, Hypermotard, Multistrada, ST3
DUC Ducati 1000 DS Multistrada (1000 ccm, 2003 - 2006) DUC Ducati 1000 DS Multistrada...
89,90€

Spannrollen Spannlager Set Ducati 2V 696 796 800 1100 ST3
Monster 695 696 796 797 800 1100 Multistrada 1100 Hypermotard 796 1100 Scrambler 400 800...
229,00€

Spannrolle starre Version Ducati Monster S4 / ST4/S 2001
Hersteller: Ducati Artikelnummer: 45110101A-1 Produktart: Spannrolle (starre Version) Farbe: Schwarz/Silber (je nach Ausführung) Material: Metall...
33,90€





Bewertungen
Es gibt noch keine Bewertungen.