Vom Fachmann für dein Motorrad
Ducati Kupplungszylinder Reparatursatz PS 13 – 750 Sport, Paso, F1, 851, 907 i.e…
DUC Ducati 750 F1 (750 ccm, 1985 – 1987)
DUC Ducati 750 F1 Laguna Seca (750 ccm, 1978 – 1978)
DUC Ducati 750 F1 Laguna Seca (750 ccm, 1987 – 1987)
DUC Ducati 750 Paso (750 ccm, 1986 – 1990)
DUC Ducati 750 Sport (750 ccm, 1988 – 1989)
DUC Ducati 851 SP (851 ccm, 1989 – 1989)
DUC Ducati 907 Paso i.e. (907 ccm, 1990 – 1993)
24,50€
Nur noch 1 vorrätig
- Hersteller: Ducati
- Artikelnummer: 000047226
- Produktart: Kupplungszylinder Reparatursatz
- Passend für: Ducati 750 Sport, Paso, F1, 851, 907 i.e. (je nach Ausführung)
- Verwendung: Hauptbremszylinder PS13 / Kupplungszylinder
- Material: Hochwertige Dichtungen und Komponenten (laut Hersteller)
Der Ducati Kupplungszylinder Reparatursatz PS 13 ist ein technisches Ersatzteil-Set zur Instandsetzung des Kupplungszylinders bei verschiedenen Ducati Modellen. Entwickelt für die Wartung und den Erhalt der Funktionalität hydraulischer Kupplungssysteme.
Vorteile auf einen Blick
Der Reparatursatz bietet eine zuverlässige Lösung zur Wiederherstellung der Kupplungsfunktion.
- Passgenaue Komponenten für ausgewählte Ducati Modelle
- Langlebige Materialien für dauerhafte Dichtheit
- Kosteneffiziente Alternative zum Austausch des gesamten Zylinders
- Einfache Installation mit Standardwerkzeugen möglich
Technische Daten
Die wichtigsten Merkmale im Überblick:
- Kupplungszylinder-Reparatursatz für PS13 Hydrauliksysteme
- Dichtungssätze und Kolbenkomponenten enthalten (je nach Ausführung)
- Konstruiert für präzisen Sitz und optimale Funktionalität
- Anwendbar bei mehreren Ducati Modellen der Baujahre ca. Mitte/Ende der 1980er bis Anfang der 1990er Jahre (modellabhängig)
Einsatzbereiche
Typischerweise genutzt von Motorradwerkstätten, Fachbetrieben sowie technisch versierten Privatpersonen zur Wartung oder Reparatur von Ducati Motorrädern mit hydraulischer Kupplung.
Lieferumfang
- Dichtungssatz für den Kupplungszylinder PS13 (Inhalt variiert je nach Modell und Ausführung)
- Kupplungskolben mit Feder (modellabhängig enthalten)
- Anleitung oder Explosionszeichnung nicht immer im Lieferumfang – bitte Hinweise beachten
FAQ
Für welche Modelle ist dieser Reparatursatz geeignet?
Laut Hersteller passend für Ducati Modelle wie die 750 Sport, Paso, F1, 851 und die 907 i.e.; Details können je nach Baujahr abweichen.
Muss der komplette Zylinder ausgebaut werden?
Für den Einbau ist in der Regel das Zerlegen des Kupplungszylinders erforderlich.
Sind Spezialwerkzeuge notwendig?
Die Montage kann meist mit Standardwerkzeugen erfolgen; bei Unsicherheiten empfiehlt sich die Fachwerkstatt.
Sind alle benötigten Dichtungen enthalten?
Der Satz enthält alle laut Hersteller erforderlichen Dichtungen und Komponenten für den jeweiligen Zylindertyp.
Passen die Teile auch bei anderen Modellen?
Die Kompatibilität ist modell- und baujahrabhängig; bitte vorab prüfen.
Alle Angaben ohne Gewähr.
DUC Ducati 750 F1 (750 ccm, 1985 – 1987)
DUC Ducati 750 F1 Laguna Seca (750 ccm, 1978 – 1978)
DUC Ducati 750 F1 Laguna Seca (750 ccm, 1987 – 1987)
DUC Ducati 750 Paso (750 ccm, 1986 – 1990)
DUC Ducati 750 Sport (750 ccm, 1988 – 1989)
DUC Ducati 851 SP (851 ccm, 1989 – 1989)
DUC Ducati 907 Paso i.e. (907 ccm, 1990 – 1993)
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; } ?>Bremskolben Reparatur-Satz für Brembo P2 09 / 48mm
Moto Guzzi 1000 California 2 (948 ccm, 1982 - 1987) Moto Guzzi 1000 SP 1…
42,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; } ?>Dichtsatz Brembo Bremssattel P4 32 Ducati Monster 696 796 1100 Hypermotard 796 1100 848 Multistrada 1200
Ducati Monster 696 796 1100 / 1100 EVO Ducati Hypermotard 796 1100 / 1100 EVO…
49,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; } ?>Bremsleitung hinten Ducati Monster S2R 800 1000 S4R S4RS
Hersteller: Ducati Artikelnummer: 61940351A Produktart: Bremsleitung hinten Farbe: Schwarz (je nach Ausführung) Material: Hochwertiges Hydraulikschlauchmaterial…
63,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; } ?>Ducati Sicherungsblech Bremssattel P4 Radial M50 1098 Monster Panigale Multistrada etc
Hersteller: Ducati Artikelnummer: 61240371A Produktart: Sicherungsblech für Bremssattel Passend für: Radialbremssättel P4, M50 Typische Modelle:…
20,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; } } } ?>

Bremskolben Reparatur-Satz für Brembo P2 09 / 48mm
Moto Guzzi 1000 California 2 (948 ccm, 1982 - 1987) Moto Guzzi 1000 SP 1...
42,90€

Dichtsatz Brembo Bremssattel P4 32 Ducati Monster 696 796 1100 Hypermotard 796 1100 848 Multistrada 1200
Ducati Monster 696 796 1100 / 1100 EVO Ducati Hypermotard 796 1100 / 1100 EVO...
49,00€

Bremsleitung hinten Ducati Monster S2R 800 1000 S4R S4RS
Hersteller: Ducati Artikelnummer: 61940351A Produktart: Bremsleitung hinten Farbe: Schwarz (je nach Ausführung) Material: Hochwertiges Hydraulikschlauchmaterial...
63,90€

Ducati Sicherungsblech Bremssattel P4 Radial M50 1098 Monster Panigale Multistrada etc
Hersteller: Ducati Artikelnummer: 61240371A Produktart: Sicherungsblech für Bremssattel Passend für: Radialbremssättel P4, M50 Typische Modelle:...
20,90€




Bewertungen
Es gibt noch keine Bewertungen.