{"id":15447,"date":"2025-04-10T01:14:31","date_gmt":"2025-04-10T01:14:31","guid":{"rendered":"https:\/\/www.mechstream.com\/?p=15447"},"modified":"2025-04-10T01:14:33","modified_gmt":"2025-04-10T01:14:33","slug":"timing-belt-pulley-calculator","status":"publish","type":"post","link":"https:\/\/www.mechstream.com\/pt\/timing-belt-pulley-calculator\/","title":{"rendered":"Calculadora de polia de correia dentada"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Descubra solu\u00e7\u00f5es precisas e eficientes com nossa Calculadora de Polias para Correia Dentada, projetada para simplificar seu processo de projeto mec\u00e2nico. Esta ferramenta intuitiva auxilia no c\u00e1lculo das dimens\u00f5es de polias e correias, garantindo desempenho e compatibilidade ideais para seus projetos. Seja para engenharia de m\u00e1quinas, ve\u00edculos ou equipamentos industriais, nossa calculadora oferece resultados confi\u00e1veis e personalizados de acordo com suas especifica\u00e7\u00f5es. Aumente a produtividade e a precis\u00e3o incorporando este recurso essencial ao seu fluxo de trabalho. Explore nosso site para encontrar ferramentas e recursos adicionais para atender \u00e0s suas necessidades de engenharia.<\/p>\n\n\n\n<!DOCTYPE html>\n<div class=\"timing-belt-calculator-wrapper\">\n    <style>\n        .timing-belt-calculator-wrapper {\n            --tbc-primary-color: #2c3e50;\n            --tbc-secondary-color: #3498db;\n            --tbc-background-color: #f8f9fa;\n            --tbc-border-color: #dee2e6;\n        }\n\n        .timing-belt-calculator-wrapper * {\n            box-sizing: border-box;\n        }\n\n        .timing-belt-calculator {\n            max-width: 800px;\n            margin: 0 auto;\n            background: white;\n            padding: 30px;\n            border-radius: 10px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            line-height: 1.6;\n            color: var(--tbc-primary-color);\n        }\n\n        .timing-belt-calculator .tbc-section {\n            margin-bottom: 30px;\n            position: static;\n        }\n\n        .timing-belt-calculator .tbc-section-title {\n            font-size: 1.2em;\n            color: var(--tbc-primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 5px;\n            border-bottom: 2px solid var(--tbc-border-color);\n            position: static;\n            background: none;\n        }\n\n        .timing-belt-calculator .tbc-parameter-description {\n            margin-bottom: 20px;\n        }\n\n        .timing-belt-calculator .tbc-calculator-form {\n            display: grid;\n            gap: 20px;\n            margin-bottom: 20px;\n            align-items: start;\n        }\n\n        .timing-belt-calculator .tbc-form-group {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 5px;\n        }\n\n        .timing-belt-calculator label {\n            font-weight: 500;\n            color: var(--tbc-primary-color);\n        }\n\n        .timing-belt-calculator input {\n            padding: 8px 12px;\n            border: 1px solid var(--tbc-border-color);\n            border-radius: 4px;\n            font-size: 1em;\n            width: 100%;\n            margin: 0;\n        }\n\n        .timing-belt-calculator button {\n            background-color: var(--tbc-secondary-color);\n            color: white;\n            padding: 12px 24px;\n            border: none;\n            border-radius: 4px;\n            cursor: pointer;\n            font-size: 1em;\n            transition: all 0.3s;\n            width: 200px;\n            margin: 20px auto 0;\n            display: block;\n            position: static;\n            line-height: normal;\n            height: auto;\n            grid-column: 1 \/ -1;\n        }\n\n        .timing-belt-calculator button:hover {\n            background-color: #2980b9;\n            color: white;\n        }\n\n        .timing-belt-calculator .tbc-results {\n            display: none;\n            padding: 20px;\n            background-color: #e8f4f8;\n            border-radius: 4px;\n            margin-top: 20px;\n        }\n\n        .timing-belt-calculator .tbc-results.show {\n            display: block;\n        }\n\n        .timing-belt-calculator .tbc-result-value {\n            font-size: 1.2em;\n            font-weight: bold;\n            color: var(--tbc-secondary-color);\n        }\n\n        .timing-belt-calculator .tbc-diagram {\n            text-align: center;\n            margin: 20px 0;\n        }\n\n        .timing-belt-calculator .tbc-diagram svg {\n            max-width: 100%;\n            height: auto;\n        }\n\n        @media (min-width: 768px) {\n            .timing-belt-calculator .tbc-calculator-form {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 767px) {\n            .timing-belt-calculator {\n                padding: 15px;\n            }\n        }\n    <\/style>\n\n    <div class=\"timing-belt-calculator\">\n        <!-- Parameter Description Section -->\n        <div class=\"tbc-section\">\n            <h2 class=\"tbc-section-title\">Descri\u00e7\u00f5es dos par\u00e2metros<\/h2>\n            <div class=\"tbc-parameter-description\">\n                <p><strong>Passo (mm)<\/strong> \u2013 A dist\u00e2ncia entre os centros dos dentes adjacentes na polia da correia dentada.<\/p>\n                <p><strong>N\u00famero de dentes<\/strong> \u2013 O n\u00famero total de dentes na polia da correia dentada.<\/p>\n                <p><strong>Especifica\u00e7\u00e3o<\/strong> \u2013 A especifica\u00e7\u00e3o padr\u00e3o da polia da correia dentada.<\/p>\n                <p><strong>Di\u00e2metro do passo (d)<\/strong> \u2013 O di\u00e2metro calculado do c\u00edrculo primitivo.<\/p>\n                <p><strong>Di\u00e2metro externo (do)<\/strong> \u2013 O di\u00e2metro externo calculado da polia.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Diagram Section without title -->\n        <div class=\"tbc-section\">\n            <div class=\"tbc-diagram\">\n                <svg width=\"400\" height=\"300\" viewbox=\"0 0 400 300\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <!-- \u4e3b\u5706 -->\n                    <circle cx=\"200\" cy=\"150\" r=\"100\" fill=\"none\" stroke=\"#2c3e50\" stroke-width=\"2\"\/>\n                    \n                    <!-- \u5916\u5706 -->\n                    <circle cx=\"200\" cy=\"150\" r=\"120\" fill=\"none\" stroke=\"#3498db\" stroke-width=\"2\" stroke-dasharray=\"5,5\"\/>\n                    \n                    <!-- \u4e2d\u5fc3\u70b9 -->\n                    <circle cx=\"200\" cy=\"150\" r=\"3\" fill=\"#2c3e50\"\/>\n                    \n                    <!-- \u9f7f\u8f6e\u8f6e\u5ed3\u793a\u610f -->\n                    <path d=\"M 180,50 L 220,50 L 215,70 L 185,70 Z\" fill=\"#e8f4f8\" stroke=\"#2c3e50\" stroke-width=\"1\"\/>\n                    <path d=\"M 180,250 L 220,250 L 215,230 L 185,230 Z\" fill=\"#e8f4f8\" stroke=\"#2c3e50\" stroke-width=\"1\"\/>\n                    <path d=\"M 300,130 L 300,170 L 280,165 L 280,135 Z\" fill=\"#e8f4f8\" stroke=\"#2c3e50\" stroke-width=\"1\"\/>\n                    <path d=\"M 100,130 L 100,170 L 120,165 L 120,135 Z\" fill=\"#e8f4f8\" stroke=\"#2c3e50\" stroke-width=\"1\"\/>\n                    \n                    <!-- \u6807\u6ce8\u7ebf -->\n                    <!-- \u8282\u5f84d -->\n                    <line x1=\"200\" y1=\"150\" x2=\"320\" y2=\"150\" stroke=\"#2c3e50\" stroke-width=\"1\"\/>\n                    <text x=\"240\" y=\"145\" fill=\"#2c3e50\" font-size=\"14\">Di\u00e2metro do passo (d)<\/text>\n                    \n                    <!-- \u5916\u5f84do -->\n                    <line x1=\"200\" y1=\"150\" x2=\"340\" y2=\"150\" stroke=\"#3498db\" stroke-width=\"1\" stroke-dasharray=\"5,5\"\/>\n                    <text x=\"240\" y=\"165\" fill=\"#3498db\" font-size=\"14\">Di\u00e2metro externo (do)<\/text>\n                    \n                    <!-- \u8282\u8ddd -->\n                    <path d=\"M 215,70 L 235,90\" stroke=\"#2c3e50\" stroke-width=\"1\"\/>\n                    <text x=\"240\" y=\"95\" fill=\"#2c3e50\" font-size=\"14\">Tom<\/text>\n                <\/svg>\n            <\/div>\n        <\/div>\n\n        <!-- Calculator Section -->\n        <div class=\"tbc-section\">\n            <h2 class=\"tbc-section-title\">Calculadora<\/h2>\n            <form id=\"tbcCalculatorForm\" class=\"tbc-calculator-form\" action=\"\">\n                <div class=\"tbc-form-group\">\n                    <label for=\"tbcPitch\">Passo (mm)<\/label>\n                    <input type=\"number\" id=\"tbcPitch\" name=\"pitch\" step=\"0.1\" required>\n                <\/div>\n                <div class=\"tbc-form-group\">\n                    <label for=\"tbcTeeth\">N\u00famero de dentes<\/label>\n                    <input type=\"number\" id=\"tbcTeeth\" name=\"teeth\" required>\n                <\/div>\n                <button type=\"submit\">Calcular<\/button>\n            <input type=\"hidden\" name=\"trp-form-language\" value=\"pt\"\/><\/form>\n        <\/div>\n\n        <!-- Results Section -->\n        <div id=\"tbcResults\" class=\"tbc-results\">\n            <h2 class=\"tbc-section-title\">Resultados<\/h2>\n            <div id=\"tbcCalculationResults\">\n                <!-- Results will be displayed here -->\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n    (function() {\n        document.getElementById('tbcCalculatorForm').addEventListener('submit', function(e) {\n            e.preventDefault();\n            \n            const pitch = parseFloat(document.getElementById('tbcPitch').value);\n            const teeth = parseInt(document.getElementById('tbcTeeth').value);\n            \n            \/\/ Perform calculations\n            const pitchDiameter = (pitch * teeth) \/ Math.PI;\n            const outsideDiameter = pitchDiameter + (2 * 0.6 * pitch);\n            \n            \/\/ Determine specification based on pitch and teeth\n            let specification = '';\n            if (pitch === 5) {\n                specification = '5M';\n            } else if (pitch === 8) {\n                specification = '8M';\n            } else if (pitch === 14) {\n                specification = '14M';\n            }\n            \n            \/\/ Display results\n            const resultsDiv = document.getElementById('tbcResults');\n            const calculationResults = document.getElementById('tbcCalculationResults');\n            \n            calculationResults.innerHTML = `\n                <p><strong>Specification:<\/strong> <span class=\"tbc-result-value\">${specification}<\/span><\/p>\n                <p><strong>Pitch Diameter (d):<\/strong> <span class=\"tbc-result-value\">${pitchDiameter.toFixed(2)} mm<\/span><\/p>\n                <p><strong>Outside Diameter (do):<\/strong> <span class=\"tbc-result-value\">${outsideDiameter.toFixed(2)} mm<\/span><\/p>\n            `;\n            \n            resultsDiv.classList.add('show');\n        });\n    })();\n    <\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Discover precise and efficient solutions with our Timing Belt Pulley Calculator, designed to simplify your mechanical design process. This intuitive tool aids in calculating pulley&#8230;<\/p>","protected":false},"author":2,"featured_media":15448,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"pmpro_default_level":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[3423],"tags":[3526,3527,3525],"class_list":["post-15447","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-timing-belt-calculator","tag-mechanical-engineering-tools","tag-pulley-and-belt-calculator","tag-timing-belt-design","pmpro-has-access"],"acf":[],"jetpack_featured_media_url":"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/04\/Timing-Belt-Pulley-Calculator.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.mechstream.com\/pt\/wp-json\/wp\/v2\/posts\/15447","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mechstream.com\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mechstream.com\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/pt\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/pt\/wp-json\/wp\/v2\/comments?post=15447"}],"version-history":[{"count":0,"href":"https:\/\/www.mechstream.com\/pt\/wp-json\/wp\/v2\/posts\/15447\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/pt\/wp-json\/wp\/v2\/media\/15448"}],"wp:attachment":[{"href":"https:\/\/www.mechstream.com\/pt\/wp-json\/wp\/v2\/media?parent=15447"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mechstream.com\/pt\/wp-json\/wp\/v2\/categories?post=15447"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mechstream.com\/pt\/wp-json\/wp\/v2\/tags?post=15447"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}