EPDM O-ringe 40 Shore A (2024)

 Zurück EPDM O-ringe

home keyboard_arrow_right Materials keyboard_arrow_right EPDM O-ringe keyboard_arrow_right EPDM O-ringe 40 Shore A

    • EPDM O-ringe
      • EPDM O-ringe - FDA
      • EPDM O-ringe - Trinkwasser
      • EPDM O-ringe 40 Shore A
      • EPDM O-ringe 45 Shore A
      • EPDM O-ringe 50 Shore A
      • EPDM O-ringe 55 Shore A
      • EPDM O-ringe 60 Shore A
      • EPDM O-ringe 70 Shore A
      • EPDM O-ringe 75 Shore A
      • EPDM O-ringe 80 Shore A
      • EPDM O-ringe 85 Shore A
      • EPDM O-ringe 90 Shore A
    • ACM O-ringe
    • AU O-ringe
    • CR O-ringe
    • ECO O-ringe
    • FEP O-ringe
    • FEPM O-ringe
    • FFKM O-ringe
    • FKM O-ringe
    • FVMQ O-ringe
    • HNBR O-ringe
    • IIR O-ringe
    • NBR O-ringe
    • NR O-ringe
    • PFA O-ringe
    • PTFE O-ringe
    • SBR O-ringe
    • VMQ O-ringe

close

FILTERS

"); loadresultsfromurl(window.location.pathname + "?v=1713628808&page_id=2761640&" + params.join("&")); return false; }); } function sortcallback() { $(".sort-container input[type=checkbox], .sort-container input[type=radio]").change(updfilter); } let loadresultscallback; function loadresultsfromurl(url) { if(loadresultscallback) loadresultscallback.abort(); loadresultscallback = $.ajax({ type: "GET", dataType: "json", url: url, success: function(data) { loadresultscallback = null; $(".overview-page").html(data.products.htmlContent); $('.pagination').first().replaceWith(data.pagination); $('.pagination:not(:first)').first().replaceWith(data.paginationsec); $('.showFilterResults > span').html('(' + data.resultCount + ')'); badgecallback(); paginationcallback(); sortcallback(); scrollToElement($(".overview-page")); updateFilterResultCount(); }, error: function(data) { loadresultscallback = null; $(".overview-page").html(""); } }); } function getfilterparams() { let data = new FormData($("#filter-form")[0]); let agg = new Map(); let ranges = []; for(let e of data) { if(e[0].length > 2 && e[0].substr(-2, 2) === "[]") { let k = e[0].substr(0, e[0].length - 2); if(!agg.has(k)) { agg.set(k, []); } agg.get(k).push(e[1]); } else if(e[0].length > 5 && (e[0].substr(-5, 5) === "[min]" || e[0].substr(-5, 5) === "[max]")) { let k = e[0].substr(0, e[0].length - 5); if(typeof ranges[k] === "undefined") { ranges[k] = {}; } if(e[0].substr(-5, 5) === "[min]") { ranges[k].min = e[1]; } else if(e[0].substr(-5, 5) === "[max]") { ranges[k].max = e[1]; } if(ranges[k].min === "" && ranges[k].max === "") { delete ranges[k]; } } else { agg.set(e[0], e[1]); } } for(let k in ranges) { if(typeof ranges[k].min !== "undefined" && typeof ranges[k].max !== "undefined") { if(ranges[k].min == $("#filter-form input[name='" + k + "[min]']").data("initial-value") && ranges[k].max == $("#filter-form input[name='" + k + "[max]']").data("initial-value")) { continue; } agg.set(k, [ranges[k].min, ranges[k].max]); } } let params = []; for(k of agg.keys()) { let v = agg.get(k); if(v === '') continue; if(Array.isArray(v)) { v = v.join(";"); } params.push(k + "=" + v); } return params; } function updfilter() { let params = getfilterparams(); let url = window.location.origin + window.location.pathname; if(typeof params[0] !== "undefined") url += "?" + params.join("&"); window.history.replaceState("", "", url); let $cb = $(".sort-container input[type=checkbox]:checked,.sort-container input[type=radio]:checked"); if($cb.length) { params.push("sort=" + $cb.val()); } $(".overview-page").html("

"); loadresultsfromurl(window.location.pathname + "?v=1713628808&page_id=2761640&" + params.join("&")); } badgecallback(); paginationcallback(); sortcallback(); $("#filter-form .form-check.hide-first,#filter-form .form-radio.hide-first").removeClass("d-none").slideUp(0); $("#filter-form .toggle-hide-first").click(function() { if($(this).data("show") === "yes") { $(this).closest(".show-more").find(".form-check.hide-first, .form-radio.hide-first").slideUp(200); $(this).data("show", "no"); $(this).html("Zeige alles"); } else { $(this).closest(".show-more").find(".form-check.hide-first, .form-radio.hide-first").slideDown(200); $(this).data("show", "yes"); $(this).html("Zeige weniger"); } updateFilterResultCount(); return false; });$("#filter-form .toggle-arrow-hide-first").click(function() { if($(this).data("show") === "yes") { $(this).closest(".show-more").find(".form-check.hide-first,.form-radio.hide-first").slideUp(200); $(this).closest(".show-more").removeClass('pb-5'); $(this).closest(".show-more").css('zIndex',100); $(this).data("show", "no"); $(this).html('keyboard_arrow_down'); } else { $(this).closest(".show-more").find(".form-check.hide-first,.form-radio.hide-first").slideDown(200); $(this).closest(".show-more").addClass('pb-5'); $(this).closest(".show-more").css('zIndex',1000); $(this).data("show", "yes"); $(this).html('keyboard_arrow_up'); } updateFilterResultCount(); return false; }); if(typeof $.fn.tooltip !== "undefined") { $("#filter-form [data-toggle=tooltip]").tooltip(); } $("#filter-form .filter-title").off('click').click(function() { if(!$(this).hasClass("open")) { $(this).next(".show-more").first().slideDown(200); $(this).addClass("open"); $(this).find(".material-icons").html("expand_less"); } else { $(this).next(".show-more").first().slideUp(200); $(this).removeClass("open"); $(this).find(".material-icons").html("expand_more"); } updateFilterResultCount(); }); function updateFilterResultCount() { let postData = {tests: []}; $("#filter-form .form-check, #filter-form .form-radio").each(function() { if($(this).closest(".show-more").css("display") !== "none" && $(this).css("display") !== "none") { let $cb = $(this).find("input[type=checkbox],input[type=radio]"); if($cb.length) { if(!$cb.is(":checked")) { let cb = $cb[0]; let name = cb.name.replace("[]", ""); if(name.indexOf("question") != 0) { postData.tests.push({key: name, value: cb.value}); } } } } }); $.ajax({ method: "POST", url: "/filtercount.php?p=2761640&" + window.location.search.substr(1), data: postData, success: function(data) { data = JSON.parse(data); $(".form-check .result-count, .form-radio .result-count").remove(); for(let d of data) { let $cb = $("input[type=checkbox][name=\"" + d.key + "[]\"][value=\"" + d.value + "\"]"); let $count = $cb.closest(".form-check").find("label").find(".result-count"); if(d.count > 0) { if(!$count.length) { $count = $("

Innengröße (mm) expand_less

Schnur Dicke (mm) expand_less

Zeige alles

Härte (Shore A) expand_less

14 produkten

Topsellerarrow_drop_down

ProductDimensionsMaterialHardness (Shore A)CertificationStock
EPDM O-ringe 40 Shore A (1) O-ring Schwarz132.74 mm x6.99 mm EPDM-EP-EDT-EPR40 Shore A Nee
EPDM O-ringe 40 Shore A (4) O-ring Schwarz158.37 mm x3.53 mm EPDM-EP-EDT-EPR40 Shore A Nee
EPDM O-ringe 40 Shore A (7) O-ring Schwarz16 mm x5 mm EPDM-EP-EDT-EPR40 Shore A Nee
EPDM O-ringe 40 Shore A (10) O-ring Schwarz191.7 mm x5 mm EPDM-EP-EDT-EPR40 Shore A Nee
EPDM O-ringe 40 Shore A (13) O-ring Schwarz2.03 mm x1.52 mm EPDM-EP-EDT-EPR40 Shore A Nee
EPDM O-ringe 40 Shore A (16) O-ring Schwarz210 mm x5 mm EPDM-EP-EDT-EPR40 Shore A Nee
EPDM O-ringe 40 Shore A (19) O-ring Schwarz268 mm x5 mm EPDM-EP-EDT-EPR40 Shore A Nee
EPDM O-ringe 40 Shore A (22) O-ring Schwarz29 mm x5 mm EPDM-EP-EDT-EPR40 Shore A Nee
EPDM O-ringe 40 Shore A (25) O-ring Schwarz46.7 mm x3.1 mm EPDM-EP-EDT-EPR40 Shore A Nee
EPDM O-ringe 40 Shore A (28) O-ring Schwarz5.61 mm x1.3 mm EPDM-EP-EDT-EPR40 Shore A Nee
EPDM O-ringe 40 Shore A (31) O-ring Schwarz50 mm x5 mm EPDM-EP-EDT-EPR40 Shore A Nee
EPDM O-ringe 40 Shore A (34) O-ring Schwarz58.64 mm x5.59 mm EPDM-EP-EDT-EPR40 Shore A Nee
EPDM O-ringe 40 Shore A (37) O-ring Schwarz59 mm x5 mm EPDM-EP-EDT-EPR40 Shore A Nee
EPDM O-ringe 40 Shore A (40) O-ring Schwarz666.7 mm x5 mm EPDM-EP-EDT-EPR40 Shore A Nee

1 - 14 von 14 produkten

Orings EPDM sind die Abkürzung für Ethylen, Propylen, Dien und Monomer und sind eine Gruppe von synthetischen Kautschuken oder Elastomeren. Es wird durch Polymerisation von Tene, Propen und einem Dien hergestellt. Dies ist ein ungesättigter Kohlenwasserstoff mit zwei Doppelbindungen.

Dies macht einen O-Ring aus EPDM zu einem Terpolymer, dies ist ein Polymer, das aus drei Monomeren erhalten wird.

Das Verhältnis zwischen den Mengen der verschiedenen verwendeten Monomere bestimmt weitgehend die Eigenschaften des EPDM-Polymers. Der Ethylengehalt kann zwischen 45% und 80% variieren. Niedrigere Ethylengehalte ergeben ein ziemlich amorphes Polymer; höhere Ethylengehalte ein kristallineres Polymer. Der Diengehalt kann im Bereich von ungefähr 1 bis 10/12% liegen. Mit einem höheren Diengehalt kann ein höherer Vulkanisationsgrad erhalten werden, d. H. Ein "festerer" Kautschuk.EPDM - Ethylen-Propylen-Dien-Kautschuk

Handelsname: z.B. Nordel® (Du Pont-Dow Elastomers)

EPDM-Werkstoffe zeigen allgemein ­eine gute Heißwasser-, Wasserdampf-, Alterungs- und Chemikalienbeständigkeit sowie einen großen thermischen Anwendungsbereich. Sie werden in schwefel- und peroxidvernetzte Typen unterteilt, wobei die peroxidischen ­Mischungen thermisch höher belastbar sind und einen deutlich geringeren Druckverformungsrest zeigen.

EPDM ist gut beständig in Heißwasser und Wasserdampf, Waschmittel-, Natron- und Kalilaugen, Siliconölen und -fetten, vielen polaren Lösungs­mitteln, vielen verdünnten Säuren ­und Chemikalien. Bei Bremsflüssig­keiten auf Glykolbasis sind Sonderqualitäten zu empfehlen. Eine absolute Unverträglichkeit ­besteht für EPDM-Werkstoffe ­mit ­jeglichen Mineralöl­produkten ­(Schmierstoffe, Kraftstoffe).

Die Temperatureinsatzgrenzen liegen bei –45°C bis +130°C ­(–50°C bis +150°C ­peroxidvernetzt).
Wofür werden O-Ringe EPDM verwendet?

  • Im Aufbau
  • Dachabdeckung
  • Automobil
  • Förderbänder
  • Abdichtung
  • Schläuche

Spezielle EPDM-O-Ring-Verbindungen:

  • Gute Beständigkeit gegen Elektrizität
  • EPDM-gehärteter Schwefel = billiges Material für den normalen Gebrauch. Maximale Temperatur von +120 ° C (+250 ° F)
  • EPDM-Peroxid gehärtet = für heißes Wasser, Dampf, Alkohole, Ketone, Motorkühlmittel, organische und anorganische Säuren und Basen. Nicht beständig gegen Mineralöle, Fette und Kraftstoffe. Für maximale Temperaturen von +150 ° C (+300 ° F)

Die Vorteile von EPDM Orings:

  • Es hat einen Temperaturarbeitsbereich von -45 ° C bis +150 ° C.
  • Es ist flexibel
  • Gute Beständigkeit gegen viele Säuren
  • Hervorragende Beständigkeit gegen Hitze, Wasser und Dampf
  • Kaum gealtert und hat je nach Zusammensetzung eine hohe UV-Beständigkeit

Die Nachteile von EPDM O-Ringen:

  • Nicht resistent gegen Chlor
  • Es wird nicht für die Verwendung unter Bedingungen mit Benzin, Erdöl, Fetten und Kohlenwasserstoffen empfohlen
In den Warenkorb gelegt
EPDM O-ringe 40 Shore A (2024)

References

Top Articles
Latest Posts
Article information

Author: Tyson Zemlak

Last Updated:

Views: 5571

Rating: 4.2 / 5 (43 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Tyson Zemlak

Birthday: 1992-03-17

Address: Apt. 662 96191 Quigley Dam, Kubview, MA 42013

Phone: +441678032891

Job: Community-Services Orchestrator

Hobby: Coffee roasting, Calligraphy, Metalworking, Fashion, Vehicle restoration, Shopping, Photography

Introduction: My name is Tyson Zemlak, I am a excited, light, sparkling, super, open, fair, magnificent person who loves writing and wants to share my knowledge and understanding with you.