Kupplungssatz RepSet mit ZMS RepSet LUK 600 0149 00
Verfügbarkeit: Auf Lager
600 0149 00 Kupplungssatz LuK RepSet DMF
Allgemeine Informationen
EAN 4005108837783
Verpackungseinheit 1
Menge pro Verpackungseinheit 1
Artikelinformationen
Motorausstattung für Motoren mit Zweimassenschwungrad
mit Zentralausrücker
mit Schwungrad
mit Schraubensatz
Nachstellung mit automatischer Nachstellung
Spezialwerkzeug zur Montage notwendig Max.
Freiwinkel [Grad] 20
Anzahl der Zähne (Ermittlung des max. Freiwinkels) 6 max.
Kippspiel [mm] 2,9
Zweimassenschwungrad mit Reibsteuerscheibe
Anzahl der Befestigungsbohrungen 8
ohne Führungslager
Stückliste
Schraubensatz, Schwungrad 1x 411 0159 10 Ersetzt: 411 0177 10
Schwungrad LuK DMF 1x 415 0318 10
Motorausstattung: für Motoren mit Zweimassenschwungrad;
für Fahrzeuge mit Schaltgetriebe;
ohne Schraubensatz
Zentralausrücker, Kupplung 1x 510 0230 10 Ersetzt: 510 0125 10, 510 0140 10
Kupplungssatz LuK SAC 1x 624 3297 09
Durchmesser [mm]: 240;
mit Kupplungsdruckplatte;
mit Kupplungsscheibe / ohne Ausrücklager /
Spezialwerkzeug zur Montage notwendig
Motorausstattung: für Motoren mit Zweimassenschwungrad;
Zweimassenschwungrad prüfen und ggf. erneuern
OE-Referenzen
FORD 1232791
FORD 1232811
FORD 1251311
FORD 1317315
FORD 1377488
FORD 1381794
FORD 1383917
FORD 1405590
FORD 1417695
FORD 1450229
FORD 1468703
FORD 1472110
FORD 1476856
FORD 1508663
FORD 1542335
FORD 1563367
FORD 1590998
FORD 1595916
FORD 1682282
FORD 1786833
FORD 1819390
FORD 1827889
FORD 1907329
FORD 3M517A564EA
FORD 3M51-7A564-EA
FORD 3S717A564AB
FORD 3S71-7A564-AB
FORD 3S717A564AC
FORD 3S71-7A564-AC
FORD 3S717A564AD
FORD 3S71-7A564-AD
FORD 3S717A564AE
FORD 3S71-7A564-AE
FORD 3S717A564AF
FORD 3S71-7A564-AF
FORD 3S717A564AG
FORD 3S71-7A564-AG
FORD 3S717A564BA
FORD 3S71-7A564-BA
FORD 3S717A564BB
FORD 3S71-7A564-BB
FORD 3S717A564BC
FORD 3S71-7A564-BC
FORD 6G91 6477 CB
FORD 6G91 6477 CC
FORD 6G916477CB
FORD 6G916477CC
FORD 6G917A564BA
FORD 6G91-7A564-BA
FORD 6M51 7550 AA
FORD 6M51 7563 DA
FORD 6M517540D1A
FORD 6M51-7540D-1A
FORD 6M517550AA
FORD 6M517550D1A
FORD 6M51-7550D-1A
FORD 6M517563DA
FORD 7G9N 7540 AA
FORD 7G9N 7540 BA
FORD 7G9N 7540 BB
FORD 7G9N 7540 BC
FORD 7G9N 7563 AA
FORD 7G9N 7563 AB
FORD 7G9N 7563 AC
FORD 7G9N 7563 CA
FORD 7G9N7540AA
FORD 7G9N7540BA
FORD 7G9N7540BB
FORD 7G9N7540BC
FORD 7G9N7563AA
FORD 7G9N7563AB
FORD 7G9N7563AC
FORD 7G9N7563CA
FORD 8V41 6477 DA
FORD 8V41 6477 DB
FORD 8V416477DA
FORD 8V416477DB
FORD DG917A564AB
FORD DG91-7A564-AB
VOLVO 30651915
VOLVO 30725166
VOLVO 30725305
VOLVO 30725309
VOLVO 30735153
VOLVO 30759485
VOLVO 30759784
//= tabOperator.threshold; //Activate tabs or accordion if (previousAboveThreshold) { //If above threshold - activate tabs tabOperator.initTabs(); } else { //If below threshold - activate accordion tabOperator.initAccordion(tabOperator.initialAccIndex); } //On tab click tabOperator.hookToAccordionOnClick(); //On window resize $(window).on('themeResize', function (e, resizeEvent) { if ($(window).width() < tabOperator.threshold) { if (previousAboveThreshold) { //Now below threshold, previously above, so switch to accordion var api = tabOperator.$tabsContainer.data("tabs"); var index = api.getIndex(); api.destroy(); tabOperator.initAccordion(index); } previousAboveThreshold = false; } else { if (!previousAboveThreshold) { //Now above threshold, previously below, so switch to tabs var api = tabOperator.$panelsContainer.data("tabs"); var index = api.getIndex(); api.destroy(); tabOperator.$rootContainer.removeClass("accor"); tabOperator.initTabs(index); } previousAboveThreshold = true; } }); } else if (tabOperator.mode === 2) { tabOperator.initAccordion(tabOperator.initialAccIndex); //On tab click tabOperator.hookToAccordionOnClick(); } else { tabOperator.initTabs(); } } //end: init , initTabs : function(index) { //If no param, set it to 0 if (typeof index === "undefined") { index = 0; } tabOperator.$tabsContainer.tabs(".tabs-panels .panel", {effect: tabOperator.tabEffect, initialIndex: index}); } , initAccordion : function(index) { //If no param, set it to 0 if (typeof index === "undefined") { index = 0; } tabOperator.$rootContainer.addClass("accor"); tabOperator.$panelsContainer.tabs(".tabs-panels .panel", {tabs: '.acctab', effect: tabOperator.accEffect, initialIndex: index}); } , hookToAccordionOnClick : function() { //Attach a handler to an event after a tab is clicked tabOperator.$panelsContainer.bind("onClick", function(event, index) { //Note: "this" is a reference to the DOM element of tabs //var theTabs = this; var target = event.target || event.srcElement || event.originalTarget; //If viewport is lower than the item, scroll to that item var itemOffsetTop = $(target).offset().top; var viewportOffsetTop = jQuery(window).scrollTop(); if (itemOffsetTop < viewportOffsetTop) { $("html, body").delay(150).animate({scrollTop: (itemOffsetTop-50)}, 600, 'easeOutCubic'); } }); //end: bind onClick } , openTab : function() { if (tabOperator.$rootContainer.hasClass("accor")) { var $panels = tabOperator.$panelsContainer; var indexOfTab = $panels.children(".acctab").index($("#acctab-tabreviews")); $panels.data("tabs").click(indexOfTab); } else { var $tabs = tabOperator.$tabsContainer; var indexOfTab = $tabs.children("#tab-tabreviews").index(); $tabs.data("tabs").click(indexOfTab); } } , slideTo : function(target, offset) { //Slide to tab (minus height of sticky menu) var itemOffsetTop = $(target).offset().top - offset; $("html, body").animate({scrollTop: itemOffsetTop}, 600, 'easeOutCubic'); } }; //Initialize tabs tabOperator.init('#product-tabs'); $("#goto-reviews").click(function() { tabOperator.openTab(); tabOperator.slideTo('#product-tabs', 50); }); //end: on click $("#goto-reviews-form").click(function() { tabOperator.openTab(); tabOperator.slideTo('#review-form', 90); }); //end: on click }); //]]>