Vom Fachmann für dein Motorrad
PickUp / Zündimpulsgeber Ducati 851 888 916 907
Ducati 851, 888, 916, 907 i.e.
Moto Guzzi Daytona 1992 – 1996
Moto Guzzi California 3 1000 1990 – 1992
Moto Guzzi Californa 4 1993 – 2000
Moto Guzzi T5 Polizia 1983 – 1989
59,00€
Nur noch 6 vorrätig
- Hersteller: DucorDie
- Artikelnummer: DOD-55240051A-1
- Produktart: PickUp / Zündimpulsgeber
- Farbe: Schwarz (je nach Ausführung)
- Material: Kunststoff/Metall (herstellerabhängig)
- Einbauort: Motorgehäuse, Kurbelwellenbereich
- Kompatibilität: Ducati 851, 888, 916, 907 (modellabhängig)
- Funktion: Erfassung der Kurbelwellenposition zur Steuerung des Zündzeitpunkts
Der PickUp bzw. Zündimpulsgeber von DucorDie ist ein elektronisches Bauteil zur präzisen Erfassung der Kurbelwellenposition bei Ducati Motorrädern. Er dient als Signalgeber für das Motormanagement und ist speziell für verschiedene Ducati Modelle entwickelt.
Vorteile auf einen Blick
Der PickUp / Zündimpulsgeber bietet eine zuverlässige Lösung für die präzise Motorsteuerung.
- Zuverlässige Signalübertragung für exakte Zündzeitpunkte
- Passgenaue Konstruktion für Ducati Modelle 851, 888, 916 und 907
- Langlebige Bauweise mit robusten Materialien
- Einfache Integration in das bestehende Motormanagementsystem
Technische Daten
Wichtige Merkmale des PickUp / Zündimpulsgebers im Überblick:
- Betriebsspannung: typischerweise 12 V (modellabhängig)
- Kabellänge und Steckerform je nach Ausführung passend zum Fahrzeugmodell
- Befestigungspunkte abgestimmt auf originale Montagepositionen
- Sensortechnologie zur Erkennung der Kurbelwellenstellung mittels Magnetfeldänderung
- Betriebstemperaturbereich gemäß Herstellerangaben (meist -20 °C bis +120 °C)
Einsatzbereiche
Der PickUp / Zündimpulsgeber wird vor allem in folgenden Bereichen eingesetzt:
- Ducati Motorräder der Baureihen 851, 888, 916 und 907 (je nach Modelljahr und Ausführung)
- Anwendende im Bereich Motorradwartung und -reparatur
- Spezialisierte Werkstätten sowie private Schrauberinnen und Schrauber mit technischem Know-how im Bereich Motorsteuerungselektronik
Lieferumfang
- 1x PickUp / Zündimpulsgeber DucorDie DOD-55240051A-1 für Ducati Modelle (modellabhängig)
- Anschlusskabel mit passendem Stecker (je nach Ausführung)
- Hinweis: Die genaue Ausführung kann je nach Modelljahr oder Fahrzeugvariante abweichen.
FAQ
Ist der PickUp / Zündimpulsgeber mit allen Ducati Modellen kompatibel?
Die Kompatibilität besteht laut Hersteller für die Modelle Ducati 851, 888, 916 und 907. Bitte vor dem Einbau die Fahrgestellnummer und Modellvariante prüfen.
Muss der Impulsgeber angelernt werden?
In den meisten Fällen ist keine Anlernprozedur erforderlich. Details können jedoch je nach Motormanagementsystem variieren.
Können Verschleiß oder Defekte auftreten?
Wie bei allen elektronischen Bauteilen sind Verschleißerscheinungen möglich. Typische Anzeichen sind Startprobleme oder unregelmäßiger Motorlauf.
Lässt sich der Einbau selbst durchführen?
Mit technischem Grundwissen im Bereich Motorradtechnik ist ein Austausch meist möglich. Es wird empfohlen, die fahrzeugspezifischen Montageanleitungen zu beachten.
Bietet das Produkt eine Garantie?
Garantiebedingungen sind herstellerabhängig und können beim Fachhändler erfragt werden.
Alle Angaben ohne Gewähr.
Ducati 851, 888, 916, 907 i.e.
Moto Guzzi Daytona 1992 – 1996
Moto Guzzi California 3 1000 1990 – 1992
Moto Guzzi Californa 4 1993 – 2000
Moto Guzzi T5 Polizia 1983 – 1989
Walzwerkstrasse 89
16244 Schorfheide
Brandenburg Deutschland
info@used-italian-parts.de
Walzwerkstraße 89
16244 Schorfheide
Brandenburg Deutschland
info@used-italian-parts.de
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 Monster 821 / 1200 EU IV Quickshifter / DQS
Ducati Monster 821 - 2017 - 2021 Ducati Monster 1200 - 2017 - 2021
269,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; } ?>Kopie von Drosselklappenpotentiometer für Ducati 749 848 999 1098 1198 / Streetfighter #1
Ducati 749 999 Ducati 848 1098 1198 Ducati Streetfighter 848 1098
59,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; } ?>Kurbelwellensensor PickUp für Ducati Panigale Diavel Multistrada Monster
Hersteller: SD-Tec Artikelnummer: 55241321C-Z Produktart: Kurbelwellensensor (PickUp) Farbe: Schwarz Material: Kunststoff/Metall (je nach Ausführung) Einbauort:…
59,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; } ?>Leerlauf Schalter Ducati SS i.e. 750 900 / ST2 ST4 / 748 916 996
Hersteller: Ducati Artikelnummer: 53910072A Produktart: Leerlaufschalter (Neutral Switch) Farbe: Schwarz/Silber (je nach Ausführung) Material: Metall/Kunststoff…
68,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 Monster 821 / 1200 EU IV Quickshifter / DQS
Ducati Monster 821 - 2017 - 2021 Ducati Monster 1200 - 2017 - 2021
269,00€

Kopie von Drosselklappenpotentiometer für Ducati 749 848 999 1098 1198 / Streetfighter #1
Ducati 749 999 Ducati 848 1098 1198 Ducati Streetfighter 848 1098
59,00€

Kurbelwellensensor PickUp für Ducati Panigale Diavel Multistrada Monster
Hersteller: SD-Tec Artikelnummer: 55241321C-Z Produktart: Kurbelwellensensor (PickUp) Farbe: Schwarz Material: Kunststoff/Metall (je nach Ausführung) Einbauort:...
59,00€

Leerlauf Schalter Ducati SS i.e. 750 900 / ST2 ST4 / 748 916 996
Hersteller: Ducati Artikelnummer: 53910072A Produktart: Leerlaufschalter (Neutral Switch) Farbe: Schwarz/Silber (je nach Ausführung) Material: Metall/Kunststoff...
68,90€




