Vom Fachmann für dein Motorrad
Gaszug für Moto Guzzi – 1100 Sport i.e./Corsa 1000 Daytona RS
MG Moto Guzzi 1000 Daytona RS (1000 ccm, 1997 – 2000)
MG Moto Guzzi 1000 V10 Centauro (992 ccm, 1996 – 2000)
MG Moto Guzzi 1100 Sport Corsa (1064 ccm, 1998 – 1999)
MG Moto Guzzi 1100 Sport I.E. (1064 ccm, 1997 – 2000)
9,90€
Nur noch 1 vorrätig
- Hersteller: SD-Tec
- Artikelnummer: 01117500-Z
- Produktart: Gaszug
- Farbe: Schwarz (je nach Ausführung)
- Passend für: Moto Guzzi 1100 Sport i.e./Corsa, Daytona RS
- Material: Ummantelter Stahlzug mit Kunststoffhülle (laut Herstellerangaben)
- Einbauort: Gasgriff zu Drosselklappengehäuse/Vergaser
- Länge und Ausführung können je nach Modelljahr abweichen
Der SD-Tec Gaszug ist ein hochwertiges Ersatzteil für die präzise Steuerung der Gasannahme bei ausgewählten Moto Guzzi Modellen. Er dient als Verbindung zwischen Gasgriff und Drosselklappengehäuse beziehungsweise Vergaser und sorgt für eine zuverlässige Kraftübertragung.
Vorteile auf einen Blick
Der Gaszug bietet zahlreiche Vorteile für Wartung und Betrieb klassischer Moto Guzzi Motorräder.
- Passgenaue Fertigung für spezifische Modelle
- Langlebige Materialien für hohe Belastbarkeit
- Sichere und präzise Gasübertragung
- Einfache Montage ohne Spezialwerkzeug möglich
Technische Daten
Die wichtigsten Merkmale im Überblick:
- Kern aus stabilem Stahldraht mit Kunststoffummantelung (modellabhängig)
- Anschlussenden passend zu Originalaufnahmen der genannten Modelle
- Länge und Biegeradius abgestimmt auf Fahrzeuggeometrie (je nach Ausführung)
- Korrosionsgeschützte Oberfläche zur Vermeidung von Verschleißerscheinungen
- Bauform entspricht dem Originalteil laut Herstellerangabe
Einsatzbereiche
Der Gaszug eignet sich für den Einsatz an folgenden Moto Guzzi Modellen:
- Moto Guzzi 1100 Sport i.e.
- Moto Guzzi 1100 Sport Corsa
- Moto Guzzi Daytona RS
- Anwendende im Bereich Wartung, Reparatur oder Restauration klassischer Motorräder sowie Fachwerkstätten und ambitionierte Hobbyschrauberinnen und -schrauber.
Lieferumfang
- 1x SD-Tec Gaszug passend für die genannten Modelle (je nach Auswahl ggf. als Zug oder Rückholzug erhältlich)
- Detaillierte Einbauanleitung nicht enthalten, Montage erfolgt in der Regel nach Werkstatthandbuch des Fahrzeugs.
- Länge und Ausführung können je nach Modelljahr variieren – bitte vor Bestellung prüfen.
FAQ
Ist der Gaszug mit allen Baujahren kompatibel?
Die Kompatibilität richtet sich nach Modellvariante und Baujahr. Bitte vorab die Maße mit dem Originalteil abgleichen.
Muss der Zug vor dem Einbau geschmiert werden?
Viele moderne Züge sind wartungsfrei, bei älteren Modellen empfiehlt sich jedoch eine leichte Schmierung – bitte Hinweise des Herstellers beachten.
Eignet sich das Produkt auch für andere Moto Guzzi Modelle?
Der Zug ist speziell auf die genannten Modelle abgestimmt. Für andere Fahrzeuge sind separate Varianten erforderlich.
Sind Rückhol- und Öffnerzüge im Set enthalten?
Im Lieferumfang befindet sich ein einzelner Zug; je nach Bedarf kann ein zweiter separat erforderlich sein.
Bietet das Produkt eine Garantie?
Garantiebedingungen richten sich nach den gesetzlichen Vorgaben sowie den Angaben des Herstellers.
Alle Angaben ohne Gewähr.
MG Moto Guzzi 1000 Daytona RS (1000 ccm, 1997 – 2000)
MG Moto Guzzi 1000 V10 Centauro (992 ccm, 1996 – 2000)
MG Moto Guzzi 1100 Sport Corsa (1064 ccm, 1998 – 1999)
MG Moto Guzzi 1100 Sport I.E. (1064 ccm, 1997 – 2000)
Waller See 11
38179 Schwülper
Niedersachsen Deutschland
info@stein-dinse.com
Waller See 11
38179 Schwülper
Niedersachsen Deutschland
info@sd-tec.de
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; } ?>Teppich im Moto Guzzi Design 100 Jahre 190 x 80 wasser- und ölfest
Hersteller: SD-Tec Produktart: Motorrad-Teppich / Werkstattmatte Design: Moto Guzzi 100 Jahre Jubiläum Abmessungen: ca. 190…
74,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; } ?>Teppich im Moto Guzzi Design mit Adler Logo 190 x 80 wasser- und ölfest
Hersteller: SD-Tec Artikelnummer: 400441238 Produktart: Motorrad-Teppich Design: Moto Guzzi mit Adler Logo Abmessungen: ca. 190…
74,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; } ?>Ventildeckel poliert für Moto Guzzi le mans 1 links / T3 rechts
Hersteller: SD-Tec Artikelnummer: 14023650P Produktart: Ventildeckel Oberfläche: Poliert Einbauort: Links (850 LM 1), Rechts (T3)…
79,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; } ?>Ventildeckel poliert für Moto Guzzi le mans 1 rechts / 850 T3 links NEU
Hersteller: SD-Tec Artikelnummer: 14023550P Produktart: Ventildeckel Oberfläche: Poliert Passend für: Moto Guzzi Le Mans 1…
79,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; } } } ?>

Teppich im Moto Guzzi Design 100 Jahre 190 x 80 wasser- und ölfest
Hersteller: SD-Tec Produktart: Motorrad-Teppich / Werkstattmatte Design: Moto Guzzi 100 Jahre Jubiläum Abmessungen: ca. 190...
74,90€

Teppich im Moto Guzzi Design mit Adler Logo 190 x 80 wasser- und ölfest
Hersteller: SD-Tec Artikelnummer: 400441238 Produktart: Motorrad-Teppich Design: Moto Guzzi mit Adler Logo Abmessungen: ca. 190...
74,90€

Ventildeckel poliert für Moto Guzzi le mans 1 links / T3 rechts
Hersteller: SD-Tec Artikelnummer: 14023650P Produktart: Ventildeckel Oberfläche: Poliert Einbauort: Links (850 LM 1), Rechts (T3)...
79,90€

Ventildeckel poliert für Moto Guzzi le mans 1 rechts / 850 T3 links NEU
Hersteller: SD-Tec Artikelnummer: 14023550P Produktart: Ventildeckel Oberfläche: Poliert Passend für: Moto Guzzi Le Mans 1...
79,90€




Bewertungen
Es gibt noch keine Bewertungen.