{"id":25595,"date":"2026-06-30T10:53:01","date_gmt":"2026-06-30T08:53:01","guid":{"rendered":"https:\/\/shop.stagnoligears.com\/?post_type=centro-tecnico&#038;p=25595"},"modified":"2026-07-10T13:58:12","modified_gmt":"2026-07-10T11:58:12","slug":"quietness-of-technopolymer-gears","status":"publish","type":"centro-tecnico","link":"https:\/\/shop.stagnoligears.com\/en\/technical-hub\/quietness-of-technopolymer-gears\/","title":{"rendered":"The quietness of technopolymer gears"},"content":{"rendered":"\n<!DOCTYPE html><html lang=\"en\"><head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <meta name=\"description\" content=\"Noise in spur gears isn't just annoying: it often signals vibration, meshing errors or insufficient contact quality between the teeth. Quietness is therefore a relevant technical characteristic, especially in sectors such as medical, packaging, industrial automation and consumer electronics.\">\n  <title>The quietness of technopolymer gears<\/title>\n\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&amp;display=swap\" rel=\"stylesheet\">\n\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --green:        #1a6b3c;\n      --green-dark:   #0f4a28;\n      --green-mid:    #2d8a55;\n      --green-light:  #e8f4ed;\n      --green-xlight: #f2faf5;\n      --amber:        #b45309;\n      --amber-light:  #fef3c7;\n\n      --bg:           #ffffff;\n      --bg-soft:      #f8f9fa;\n      --bg-muted:     #f1f3f5;\n      --border:       #e5e7eb;\n      --border-mid:   #d1d5db;\n\n      --text-primary:   #111827;\n      --text-secondary: #4b5563;\n      --text-muted:     #9ca3af;\n\n      --radius-sm: 6px;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);\n      --shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);\n    }\n\n    body { min-height: 100vh; }\n\n    .article-page {\n      display: flex;\n      flex-direction: column;\n      min-height: 100vh;\n    }\n\n    .article-body {\n      padding: 40px 28px 64px;\n      display: flex;\n      align-items: flex-start;\n      gap: 36px;\n      max-width: 1180px;\n      margin: 0 auto;\n      width: 100%;\n      font-family: 'Inter', sans-serif;\n      font-size: 15px;\n      letter-spacing: 0.02em;\n      color: var(--text-primary);\n    }\n\n    .article-body__main {\n      flex: 1;\n      min-width: 0;\n      max-width: 820px;\n    }\n\n    .article__title {\n      font-size: 24px;\n      font-weight: 700;\n      color: var(--text-primary);\n      line-height: 1.3;\n      margin-bottom: 8px;\n    }\n\n    .article__subtitle {\n      font-size: 15px;\n      color: var(--text-secondary);\n      line-height: 1.75;\n      margin-bottom: 24px;\n    }\n\n    .article__h2 {\n      display: flex;\n      align-items: center;\n      gap: 9px;\n      font-size: 17px;\n      font-weight: 600;\n      color: var(--text-primary);\n      padding-bottom: 10px;\n      border-bottom: 1px solid var(--border);\n      margin-top: 28px;\n      margin-bottom: 14px;\n    }\n\n    .article__h2-icon {\n      display: flex;\n      align-items: center;\n      color: var(--green);\n    }\n\n    .article__p {\n      font-size: 15px;\n      color: var(--text-secondary);\n      line-height: 1.8;\n      margin-bottom: 14px;\n    }\n\n    .article__list {\n      margin: 0 0 14px 0;\n      padding-left: 20px;\n      list-style: disc;\n    }\n\n    .article__list li {\n      font-size: 14.5px;\n      color: var(--text-secondary);\n      line-height: 1.8;\n      margin-bottom: 4px;\n    }\n    .cta-link {\n      color: var(--green-dark);\n      font-weight: 700;\n      font-style: italic;\n      text-decoration: underline dotted;\n    }\n\n\n    \/* ============================================================\n       CALLOUT BOXES\n       ============================================================ *\/\n    .infobox {\n      background: var(--green-xlight);\n      border-left: 3px solid var(--green);\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n      padding: 12px 16px;\n      margin: 16px 0;\n    }\n\n    .infobox__title {\n      display: flex;\n      align-items: center;\n      gap: 6px;\n      font-size: 13px;\n      font-weight: 600;\n      color: var(--green-dark);\n      margin-bottom: 5px;\n    }\n\n    .infobox__text {\n      font-size: 13.5px;\n      color: var(--green);\n      line-height: 1.65;\n    }\n\n    .infobox--grey {\n      background: var(--bg-muted);\n      border-left-color: var(--border-mid);\n    }\n\n    .infobox--grey .infobox__title { color: var(--text-secondary); }\n    .infobox--grey .infobox__text  { color: var(--text-secondary); }\n\n    .warnbox {\n      background: var(--amber-light);\n      border-left: 3px solid var(--amber);\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n      padding: 12px 16px;\n      margin: 16px 0;\n    }\n\n    .warnbox__title {\n      display: flex;\n      align-items: center;\n      gap: 6px;\n      font-size: 13px;\n      font-weight: 600;\n      color: #92400e;\n      margin-bottom: 5px;\n    }\n\n    .warnbox__text {\n      font-size: 13.5px;\n      color: var(--amber);\n      line-height: 1.65;\n    }\n\n    \/* ============================================================\n       IMAGE\n       ============================================================ *\/\n    .article__figure {\n      margin: 20px 0;\n      text-align: center;\n    }\n\n    .article__figure img {\n      max-width: 100%;\n    }\n\n    .article__figure figcaption {\n      font-size: 13px;\n      color: var(--text-muted);\n      margin-top: 8px;\n    }\n\n    \/* ============================================================\n       TABLE\n       ============================================================ *\/\n    .article__table-wrap {\n      overflow-x: auto;\n      margin: 16px 0;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border);\n    }\n\n    .article__table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 14px;\n    }\n\n    .article__table thead {\n      background: var(--green);\n    }\n\n    .article__table th {\n      text-align: left;\n      font-weight: 600;\n      color: #ffffff;\n      padding: 10px 14px;\n      border-bottom: 1px solid var(--border);\n      white-space: nowrap;\n    }\n\n    .article__table td {\n      padding: 10px 14px;\n      color: var(--text-secondary);\n      border-bottom: 1px solid var(--border);\n      line-height: 1.6;\n      vertical-align: top;\n    }\n\n    .article__table tr:last-child td { border-bottom: none; }\n\n    .badge {\n      display: inline-block;\n      font-size: 12px;\n      font-weight: 600;\n      padding: 2px 8px;\n      border-radius: 20px;\n      background: var(--green-light);\n      color: var(--green-dark);\n    }\n\n    \/* ============================================================\n       RESPONSIVE\n       ============================================================ *\/\n    @media (max-width: 900px) {\n      .article-body { flex-direction: column; padding: 20px 20px 48px; }\n    }\n  \n    \/* Glossary tooltips *\/\n    .glossary-term {\n      border-bottom: 1px dotted var(--green);\n      color: var(--green);\n      font-style: italic;\n      cursor: help;\n    }\n    .glossary-tooltip {\n      position: fixed;\n      z-index: 9999;\n      background: #fff;\n      border: 1px solid var(--border-mid);\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-md);\n      padding: 10px 14px;\n      max-width: 300px;\n      font-family: 'Inter', sans-serif;\n      font-size: 13px;\n    }\n    .glossary-tooltip__title {\n      font-weight: 600;\n      color: var(--text-primary);\n      margin-bottom: 4px;\n    }\n    .glossary-tooltip__def {\n      font-size: 12.5px;\n      color: var(--text-secondary);\n      line-height: 1.6;\n    }\n    .glossary-tooltip__tag {\n      display: inline-block;\n      margin-top: 6px;\n      font-size: 9px;\n      font-weight: 600;\n      padding: 2px 7px;\n      border-radius: 20px;\n      background: var(--green-light);\n      color: var(--green-dark);\n      text-transform: uppercase;\n      letter-spacing: 0.04em;\n    }\n\n  <\/style>\n<\/head>\n<body>\n\n<div id=\"tt-poliketone-pk\" class=\"glossary-tooltip\" hidden=\"\">\n  <div class=\"glossary-tooltip__title\">Polyketone (PK)<\/div>\n  <div class=\"glossary-tooltip__def\">Semi-crystalline technopolymer with a very low friction coefficient and high chemical resistance. An alternative to POM in environments involving aggressive lubricants or fuels.<\/div>\n  <span class=\"glossary-tooltip__tag\">Glossary<\/span>\n<\/div>\n<div id=\"tt-gioco-di-flanchi-backlash\" class=\"glossary-tooltip\" hidden=\"\">\n  <div class=\"glossary-tooltip__title\">Backlash<\/div>\n  <div class=\"glossary-tooltip__def\">Free clearance between the flanks of two mating teeth, measured at the pitch circle. It prevents jamming due to thermal expansion or assembly errors.<\/div>\n  <span class=\"glossary-tooltip__tag\">Glossary<\/span>\n<\/div>\n<div id=\"tt-stick-slip\" class=\"glossary-tooltip\" hidden=\"\">\n  <div class=\"glossary-tooltip__title\">Stick-slip<\/div>\n  <div class=\"glossary-tooltip__def\">Irregular motion phenomenon characterised by alternating static adhesion and abrupt sliding between two surfaces. It generates vibrations, noise and accelerated wear.<\/div>\n  <span class=\"glossary-tooltip__tag\">Glossary<\/span>\n<\/div>\n\n  <div class=\"article-page\">\n    <div class=\"article-body\">\n      <div class=\"article-body__main\"><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"TechArticle\",\n      \"@id\": \"#article\",\n      \"headline\": \"The quietness of technopolymer gears\",\n      \"description\": \"Noise in spur gears isn't just annoying: it often signals vibration, meshing errors or insufficient contact quality between the teeth. Quietness is therefore a relevant technical characteristic, especially in sectors such as medical, packaging, industrial automation and consumer electronics.\",\n      \"inLanguage\": \"en\",\n      \"mentions\": [\n        {\n          \"@id\": \"#term-poliketone-pk\"\n        },\n        {\n          \"@id\": \"#term-gioco-di-flanchi-backlash\"\n        },\n        {\n          \"@id\": \"#term-stick-slip\"\n        }\n      ]\n    },\n    {\n      \"@type\": \"DefinedTermSet\",\n      \"@id\": \"#glossario\",\n      \"name\": \"Glossario - The quietness of technopolymer gears\",\n      \"hasDefinedTerm\": [\n        {\n          \"@type\": \"DefinedTerm\",\n          \"@id\": \"#term-poliketone-pk\",\n          \"name\": \"Polyketone (PK)\",\n          \"description\": \"Semi-crystalline technopolymer with a very low friction coefficient and high chemical resistance. An alternative to POM in environments involving aggressive lubricants or fuels.\",\n          \"inDefinedTermSet\": \"#glossario\"\n        },\n        {\n          \"@type\": \"DefinedTerm\",\n          \"@id\": \"#term-gioco-di-flanchi-backlash\",\n          \"name\": \"Backlash\",\n          \"description\": \"Free clearance between the flanks of two mating teeth, measured at the pitch circle. It prevents jamming due to thermal expansion or assembly errors.\",\n          \"inDefinedTermSet\": \"#glossario\"\n        },\n        {\n          \"@type\": \"DefinedTerm\",\n          \"@id\": \"#term-stick-slip\",\n          \"name\": \"Stick-slip\",\n          \"description\": \"Irregular motion phenomenon characterised by alternating static adhesion and abrupt sliding between two surfaces. It generates vibrations, noise and accelerated wear.\",\n          \"inDefinedTermSet\": \"#glossario\"\n        }\n      ]\n    }\n  ]\n}\n<\/script>\n\n\n\n        <h1 class=\"article__title\">The quietness of technopolymer gears<\/h1>\n<p class=\"article__subtitle\">Noise in spur gears isn&#8217;t just annoying: it often signals vibration, meshing errors or insufficient contact quality between the teeth. Quietness is therefore a relevant technical characteristic, especially in sectors such as medical, packaging, industrial automation and consumer electronics.<\/p>\n<h2 class=\"article__h2\" id=\"acoustic-reduction-in-spur-gears\">\n  <span class=\"article__h2-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"><\/polygon><path d=\"M19.07 4.93a10 10 0 0 1 0 14.14\"><\/path><path d=\"M15.54 8.46a5 5 0 0 1 0 7.07\"><\/path><\/svg><\/span>\n  Acoustic reduction in spur gears\n<\/h2>\n<p class=\"article__p\">The difference between metal and technopolymer gears is physical: metal transmits vibration with great efficiency, while technical plastic introduces natural damping. Technopolymers offer advantages in quietness, light weight, self-lubrication, chemical inertness and cost containment, making them suited to noise-sensitive applications.<\/p>\n<p class=\"article__p\">When you choose a gear in POM-C, reinforced PA6 or <dfn id=\"def-poliketone-pk\"><span class=\"glossary-term\" data-tooltip=\"tt-poliketone-pk\" title=\"Semi-crystalline technopolymer with a very low friction coefficient and high chemical resistance. An alternative to POM in environments involving aggressive lubricants or fuels.\">polyketone (PK)<\/span><\/dfn>, the objective often starts from the need to reduce noise, lower inertia and improve operating comfort. The noise problem, though, isn&#8217;t solved by choosing the material alone: always assess material, tooth profile, center distance, precision, loads, speeds and operating conditions as a whole.<\/p>\n<div class=\"warnbox\">\n  <div class=\"warnbox__title\">\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"><\/path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"><\/line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"><\/line><\/svg>\n    Warning\n  <\/div>\n  <p class=\"warnbox__text\">The final noise of a transmission depends on many factors that interact with each other. The expected values are starting indications, not guarantees. Always verify with real tests under the actual operating conditions.<\/p>\n<\/div>\n<h2 class=\"article__h2\" id=\"causes-of-noise-and-the-role-of-technopolymers\">\n  <span class=\"article__h2-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"><\/polyline><\/svg><\/span>\n  Causes of noise and the role of technopolymers\n<\/h2>\n<p class=\"article__p\">The main causes of noise in gears include construction errors, transmitted vibration, torsional stiffness, profile and pitch errors, misalignment, center-distance variations, surface roughness, incorrect <dfn id=\"def-gioco-di-flanchi-backlash\"><span class=\"glossary-term\" data-tooltip=\"tt-gioco-di-flanchi-backlash\" title=\"Free clearance between the flanks of two mating teeth, measured at the pitch circle. It prevents jamming due to thermal expansion or assembly errors.\">backlash<\/span><\/dfn> and deformation.<\/p>\n<p class=\"article__p\">In metal gears, the high stiffness amplifies the vibration generated by every discontinuity in the contact between teeth. In technopolymers, instead, part of the energy is absorbed by the material, reducing the most annoying high frequencies and attenuating the real variation of the transmission under load (in English: loaded transmission error, that is, the real transmission error measured with the load applied).<\/p>\n<p class=\"article__p\">As speed increases, the tooth-contact frequency rises. If the structure is stiff, the noise becomes sharper. Technopolymer gears elastically deform the contact, reduce the pressure peaks and limit the propagation of structural vibration.<\/p>\n<h2 class=\"article__h2\" id=\"vibration-damping-in-technopolymers\">\n  <span class=\"article__h2-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\"><\/path><path d=\"M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\"><\/path><path d=\"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1\"><\/path><\/svg><\/span>\n  Vibration damping in technopolymers\n<\/h2>\n<p class=\"article__p\">Technopolymers are viscoelastic: under load they don&#8217;t behave like rigid solids, but absorb and dissipate mechanical energy. For this reason a transmission in POM, POM-C or PK tends to be quieter than a metal one of the same size and speed.<\/p>\n<p class=\"article__p\">The attenuation concerns above all the high frequencies, those most annoying to the human ear. The perceived reduction can be significant, but the extent depends on the specific conditions: gear type, material of the supporting structure, speed, load and assembly quality.<\/p>\n<p class=\"article__p\">PA6, POM-C and PK answer to different application logics. PA6 offers the highest mechanical strength among the three and an excellent cost\/performance ratio: in humid environments it requires calculating the clearance taking into account moisture absorption, a parameter managed at the design stage. POM-C is preferable when dimensional stability is the priority and loads are moderate. PK is the choice for chemically aggressive environments or when you want to eliminate routine maintenance.<\/p>\n<h2 class=\"article__h2\" id=\"pom-c-quietness-and-dimensional-precision\">\n  <span class=\"article__h2-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><line x1=\"22\" y1=\"12\" x2=\"18\" y2=\"12\"><\/line><line x1=\"6\" y1=\"12\" x2=\"2\" y2=\"12\"><\/line><line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"2\"><\/line><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"><\/line><\/svg><\/span>\n  POM-C: quietness and dimensional precision\n<\/h2>\n<p class=\"article__p\">POM-C is one of the most used materials for quiet spur gears, thanks to its low friction and good dimensional stability. Compared with an equivalent, well-designed steel solution, the perceived noise reduction can be relevant.<\/p>\n<p class=\"article__p\">When to choose POM-C: applications with rapid rotation, moderate power, medium-low loads and a quietness requirement. It&#8217;s suited when you have an ambitious acoustic target and the load conditions are under control. Always verify with field tests: the final result also depends on center distance, profile and supports.<\/p>\n<h2 class=\"article__h2\" id=\"polyketone-pk-acoustic-performance-in-critical-environments\">\n  <span class=\"article__h2-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10 2v7.527a2 2 0 0 1-.211.896L4.72 20.55a1 1 0 0 0 .9 1.45h12.76a1 1 0 0 0 .9-1.45l-5.069-10.127A2 2 0 0 1 14 9.527V2\"><\/path><path d=\"M8.5 2h7\"><\/path><path d=\"M7 16h10\"><\/path><\/svg><\/span>\n  Polyketone (PK): acoustic performance in critical environments\n<\/h2>\n<p class=\"article__p\">Polyketone (PK) is a technopolymer with high wear resistance and chemical stability, suited to high-performance applications with low maintenance.<\/p>\n<p class=\"article__p\">Compared with POM-C, PK offers greater stability over time and helps eliminate the so-called <dfn id=\"def-stick-slip\"><span class=\"glossary-term\" data-tooltip=\"tt-stick-slip\" title=\"Irregular motion phenomenon characterised by alternating static adhesion and abrupt sliding between two surfaces. It generates vibrations, noise and accelerated wear.\">stick-slip<\/span><\/dfn> (squeak from micro-slipping) typical of some plastic transmissions after many use cycles.<\/p>\n<p class=\"article__p\">When to choose PK: chemically aggressive environments, machinery with frequent washing, sectors with severe acoustic regulations, long cycles and low maintenance.<\/p>\n<h2 class=\"article__h2\" id=\"practical-examples-of-acoustic-reduction\">\n  <span class=\"article__h2-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"><\/line><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"><\/line><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"><\/line><\/svg><\/span>\n  Practical examples of acoustic reduction\n<\/h2>\n<p class=\"article__p\">These examples illustrate typical orders of magnitude. The real results always depend on loads, speeds, assembly quality and machine structure.<\/p>\n<ul class=\"article__list\">\n  <li><strong>Packaging gearmotor<\/strong>: switching from metal gears to reinforced technopolymer, the perceived noise reduction is often significant, with improved comfort and less vibration propagation to the structure.<\/li>\n  <li><strong>Medical transmission<\/strong>: with technopolymer in place of metal you obtain relevant reductions, important both for patient comfort and for compliance with specific acoustic regulations.<\/li>\n  <li><strong>Industrial automation<\/strong>: the acoustic gain in switching from metal to technopolymer is variable based on loads, speeds and assembly quality. A starting indicative value, always to be verified under real conditions.<\/li>\n<\/ul>\n<h2 class=\"article__h2\" id=\"how-to-choose-the-material-based-on-the-acoustic-target\">\n  <span class=\"article__h2-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"9 11 12 14 22 4\"><\/polyline><path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"><\/path><\/svg><\/span>\n  How to choose the material based on the acoustic target\n<\/h2>\n<p class=\"article__p\">The choice of material starts from the acoustic target, not just from mechanical strength. But no material guarantees a precise acoustic result by itself: design, assembly and operating conditions affect it as much as the material.<\/p>\n<p class=\"article__p\">As an orientation starting point:<\/p>\n<ul class=\"article__list\">\n  <li>For moderate loads and controlled speed, <strong>POM-C<\/strong> is generally a good starting point for high-quietness targets.<\/li>\n  <li>To keep noise low over time, in critical environments or with long cycles, <strong>PK<\/strong> is often the more robust choice.<\/li>\n  <li>The <strong>glass-fiber PA6<\/strong> balances mechanical strength and noise containment: in humid environments calculate the clearance taking into account moisture absorption.<\/li>\n<\/ul>\n<p class=\"article__p\">In all cases, plan field tests under the real operating conditions before finalizing the choice.<\/p>\n<div class=\"infobox\">\n  <div class=\"infobox__title\">\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path><polyline points=\"22,6 12,13 2,6\"><\/polyline><\/svg>\n    Ask us\n  <\/div>\n  <p class=\"infobox__text\">If your application has stringent acoustic constraints or operating conditions outside the standard, <a href=\"https:\/\/shop.stagnoligears.com\/en\/contacts\/\" target=\"_blank\" rel=\"noopener\" class=\"cta-link\">write<\/a> to us: we assess material, profile and configuration together for your specific case.<\/p>\n<\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n\n\n<script>\n  (function () {\n    var hideTimers = {};\n    function positionTooltip(trigger, tooltip) {\n      var margin = 8;\n      tooltip.style.visibility = 'hidden';\n      tooltip.style.top = '-9999px';\n      tooltip.style.left = '-9999px';\n      tooltip.removeAttribute('hidden');\n      var ttRect = tooltip.getBoundingClientRect();\n      var trRect = trigger.getBoundingClientRect();\n      var vw = window.innerWidth, vh = window.innerHeight;\n      var top = trRect.bottom + margin;\n      var left = trRect.left;\n      if (top + ttRect.height + margin > vh) {\n        var above = trRect.top - ttRect.height - margin;\n        top = above >= margin ? above : Math.max(margin, vh - ttRect.height - margin);\n      }\n      if (left + ttRect.width + margin > vw) left = vw - ttRect.width - margin;\n      if (left < margin) left = margin;\n      tooltip.style.top = top + 'px';\n      tooltip.style.left = left + 'px';\n      tooltip.style.visibility = '';\n    }\n    function showTooltip(ttId, trigger) {\n      if (hideTimers[ttId]) { clearTimeout(hideTimers[ttId]); hideTimers[ttId] = null; }\n      positionTooltip(trigger, document.getElementById(ttId));\n    }\n    function hideTooltip(ttId) {\n      hideTimers[ttId] = setTimeout(function () {\n        var tt = document.getElementById(ttId);\n        if (tt) tt.setAttribute('hidden', '');\n        hideTimers[ttId] = null;\n      }, 180);\n    }\n    function cancelHide(ttId) {\n      if (hideTimers[ttId]) { clearTimeout(hideTimers[ttId]); hideTimers[ttId] = null; }\n    }\n    document.querySelectorAll('[data-tooltip]').forEach(function (trigger) {\n      var ttId = trigger.getAttribute('data-tooltip');\n      trigger.addEventListener('mouseenter', function () { showTooltip(ttId, trigger); });\n      trigger.addEventListener('mouseleave', function () { hideTooltip(ttId); });\n    });\n    ['tt-poliketone-pk', 'tt-gioco-di-flanchi-backlash', 'tt-stick-slip'].forEach(function (ttId) {\n      var tt = document.getElementById(ttId);\n      if (!tt) return;\n      tt.addEventListener('mouseenter', function () { cancelHide(ttId); });\n      tt.addEventListener('mouseleave', function () { hideTooltip(ttId); });\n    });\n  })();\n<\/script>\n\n<\/body><\/html>\n","protected":false},"excerpt":{"rendered":"<p>Physics of vibrational damping in polymers and technical reasons for their use in the medical, automation, and electronics sectors.<\/p>\n","protected":false},"parent":0,"template":"","meta":{"_acf_changed":false},"campo-applicazione":[5467],"categoria-ct":[5444],"class_list":["post-25595","centro-tecnico","type-centro-tecnico","status-publish","hentry","campo-applicazione-materials","categoria-ct-cylindrical-technopolymer-gears"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Quietness of Technopolymer Gears | Stagnoli Gears Shop<\/title>\n<meta name=\"description\" content=\"Discover why technopolymer gears reduce noise and vibration compared with metal gears, and which design factors affect transmission quietness.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/shop.stagnoligears.com\/en\/technical-hub\/quietness-of-technopolymer-gears\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Quietness of Technopolymer Gears | Stagnoli Gears Shop\" \/>\n<meta property=\"og:description\" content=\"Discover why technopolymer gears reduce noise and vibration compared with metal gears, and which design factors affect transmission quietness.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/shop.stagnoligears.com\/en\/technical-hub\/quietness-of-technopolymer-gears\/\" \/>\n<meta property=\"og:site_name\" content=\"Stagnoli Gears Shop\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/StagnoliGears\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-10T11:58:12+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/technical-hub\\\/quietness-of-technopolymer-gears\\\/\",\"url\":\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/technical-hub\\\/quietness-of-technopolymer-gears\\\/\",\"name\":\"Quietness of Technopolymer Gears | Stagnoli Gears Shop\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/#website\"},\"datePublished\":\"2026-06-30T08:53:01+00:00\",\"dateModified\":\"2026-07-10T11:58:12+00:00\",\"description\":\"Discover why technopolymer gears reduce noise and vibration compared with metal gears, and which design factors affect transmission quietness.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/technical-hub\\\/quietness-of-technopolymer-gears\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/technical-hub\\\/quietness-of-technopolymer-gears\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/technical-hub\\\/quietness-of-technopolymer-gears\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The quietness of technopolymer gears\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/\",\"name\":\"Stagnoli\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/#organization\",\"name\":\"Stagnoli Gears\",\"url\":\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/shop.stagnoligears.com\\\/wp-content\\\/uploads\\\/logo-stagnoli-shop.svg\",\"contentUrl\":\"https:\\\/\\\/shop.stagnoligears.com\\\/wp-content\\\/uploads\\\/logo-stagnoli-shop.svg\",\"width\":1,\"height\":1,\"caption\":\"Stagnoli Gears\"},\"image\":{\"@id\":\"https:\\\/\\\/shop.stagnoligears.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/StagnoliGears\",\"https:\\\/\\\/www.youtube.com\\\/@stagnoli_gears\",\"https:\\\/\\\/www.linkedin.com\\\/showcase\\\/stagnoli-gears\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Quietness of Technopolymer Gears | Stagnoli Gears Shop","description":"Discover why technopolymer gears reduce noise and vibration compared with metal gears, and which design factors affect transmission quietness.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/shop.stagnoligears.com\/en\/technical-hub\/quietness-of-technopolymer-gears\/","og_locale":"en_US","og_type":"article","og_title":"Quietness of Technopolymer Gears | Stagnoli Gears Shop","og_description":"Discover why technopolymer gears reduce noise and vibration compared with metal gears, and which design factors affect transmission quietness.","og_url":"https:\/\/shop.stagnoligears.com\/en\/technical-hub\/quietness-of-technopolymer-gears\/","og_site_name":"Stagnoli Gears Shop","article_publisher":"https:\/\/www.facebook.com\/StagnoliGears","article_modified_time":"2026-07-10T11:58:12+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/shop.stagnoligears.com\/en\/technical-hub\/quietness-of-technopolymer-gears\/","url":"https:\/\/shop.stagnoligears.com\/en\/technical-hub\/quietness-of-technopolymer-gears\/","name":"Quietness of Technopolymer Gears | Stagnoli Gears Shop","isPartOf":{"@id":"https:\/\/shop.stagnoligears.com\/en\/#website"},"datePublished":"2026-06-30T08:53:01+00:00","dateModified":"2026-07-10T11:58:12+00:00","description":"Discover why technopolymer gears reduce noise and vibration compared with metal gears, and which design factors affect transmission quietness.","breadcrumb":{"@id":"https:\/\/shop.stagnoligears.com\/en\/technical-hub\/quietness-of-technopolymer-gears\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/shop.stagnoligears.com\/en\/technical-hub\/quietness-of-technopolymer-gears\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/shop.stagnoligears.com\/en\/technical-hub\/quietness-of-technopolymer-gears\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/shop.stagnoligears.com\/en\/"},{"@type":"ListItem","position":2,"name":"The quietness of technopolymer gears"}]},{"@type":"WebSite","@id":"https:\/\/shop.stagnoligears.com\/en\/#website","url":"https:\/\/shop.stagnoligears.com\/en\/","name":"Stagnoli","description":"","publisher":{"@id":"https:\/\/shop.stagnoligears.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/shop.stagnoligears.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/shop.stagnoligears.com\/en\/#organization","name":"Stagnoli Gears","url":"https:\/\/shop.stagnoligears.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/shop.stagnoligears.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/shop.stagnoligears.com\/wp-content\/uploads\/logo-stagnoli-shop.svg","contentUrl":"https:\/\/shop.stagnoligears.com\/wp-content\/uploads\/logo-stagnoli-shop.svg","width":1,"height":1,"caption":"Stagnoli Gears"},"image":{"@id":"https:\/\/shop.stagnoligears.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/StagnoliGears","https:\/\/www.youtube.com\/@stagnoli_gears","https:\/\/www.linkedin.com\/showcase\/stagnoli-gears\/"]}]}},"_links":{"self":[{"href":"https:\/\/shop.stagnoligears.com\/en\/wp-json\/wp\/v2\/centro-tecnico\/25595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shop.stagnoligears.com\/en\/wp-json\/wp\/v2\/centro-tecnico"}],"about":[{"href":"https:\/\/shop.stagnoligears.com\/en\/wp-json\/wp\/v2\/types\/centro-tecnico"}],"wp:attachment":[{"href":"https:\/\/shop.stagnoligears.com\/en\/wp-json\/wp\/v2\/media?parent=25595"}],"wp:term":[{"taxonomy":"campo-applicazione","embeddable":true,"href":"https:\/\/shop.stagnoligears.com\/en\/wp-json\/wp\/v2\/campo-applicazione?post=25595"},{"taxonomy":"categoria-ct","embeddable":true,"href":"https:\/\/shop.stagnoligears.com\/en\/wp-json\/wp\/v2\/categoria-ct?post=25595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}