{"id":15751,"date":"2025-05-09T01:04:18","date_gmt":"2025-05-09T01:04:18","guid":{"rendered":"https:\/\/www.mechstream.com\/?p=15751"},"modified":"2025-05-09T01:08:39","modified_gmt":"2025-05-09T01:08:39","slug":"divider-selection-calculator","status":"publish","type":"post","link":"https:\/\/www.mechstream.com\/fr\/divider-selection-calculator\/","title":{"rendered":"Calculateur de s\u00e9lection de diviseur"},"content":{"rendered":"\n<p>Optimize your project efficiency with our Divider Selection Calculator. This powerful tool is designed to assist engineers and designers in selecting the ideal dividers for various applications, ensuring precision and reliability. Input your specific requirements and let the calculator provide tailored recommendations, saving you time and resources. Whether you&#8217;re working on electrical systems, fluid dynamics, or structural projects, our calculator simplifies the decision-making process. Trust MechStream for accurate and efficient solutions that enhance your project&#8217;s success.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"590\" height=\"437\" src=\"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/05\/fcf04eb9-c360-44f5-a0d2-b13976654d9a.png\" loading=\"lazy\" alt=\"Divider Selection Calculator\" class=\"wp-image-15752\" srcset=\"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/05\/fcf04eb9-c360-44f5-a0d2-b13976654d9a.png 590w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/05\/fcf04eb9-c360-44f5-a0d2-b13976654d9a-300x222.png 300w, https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/05\/fcf04eb9-c360-44f5-a0d2-b13976654d9a-100x74.png 100w\" sizes=\"(max-width: 590px) 100vw, 590px\" \/><\/figure>\n<\/div>\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Splitter Selection Calculator | Professional Audio Equipment<\/title>\n    <style>\n        \/* Reset and base styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .calculator-container {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;\n            line-height: 1.6;\n            color: #333;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: #fff;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n            margin-bottom: 30px;\n        }\n\n        \/* Section styles *\/\n        .calculator-container .section {\n            margin-bottom: 30px;\n        }\n\n        .calculator-container h2 {\n            color: #000;\n            font-size: 24px;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        \/* Parameter explanation *\/\n        .calculator-container .parameter-list {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 10px;\n            margin-bottom: 16px;\n        }\n\n        .calculator-container .parameter-item {\n            background: #f8f9fa;\n            padding: 10px 12px;\n            border-radius: 5px;\n        }\n\n        .calculator-container .parameter-item h3 {\n            font-size: 15px;\n            margin-bottom: 3px;\n            color: #000;\n        }\n\n        .calculator-container .parameter-item p {\n            font-size: 13px;\n            color: #666;\n        }\n\n        \/* Diagram section *\/\n        \/* (diagram section\u5df2\u79fb\u9664) *\/\n\n        \/* Calculator form *\/\n        .calculator-container .calculator-form {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin-bottom: 20px;\n        }\n\n        .calculator-container .form-group {\n            margin-bottom: 15px;\n        }\n\n        .calculator-container label {\n            display: block;\n            margin-bottom: 5px;\n            font-weight: 500;\n        }\n\n        .calculator-container input,\n        .calculator-container select {\n            width: 100%;\n            padding: 8px 12px;\n            border: 1px solid #ddd;\n            border-radius: 4px;\n            font-size: 16px;\n        }\n\n        .calculator-container .unit {\n            color: #666;\n            font-size: 14px;\n            margin-left: 5px;\n        }\n\n        \/* Calculate button *\/\n        .calculator-container .calculate-btn {\n            background: #007bff;\n            color: white;\n            border: none;\n            padding: 12px 24px;\n            border-radius: 4px;\n            cursor: pointer;\n            font-size: 16px;\n            font-weight: 500;\n            transition: background 0.3s;\n            width: 100%;\n            max-width: 200px;\n            margin: 20px auto;\n            display: block;\n        }\n\n        .calculator-container .calculate-btn:hover {\n            background: #0056b3;\n        }\n\n        \/* Results section *\/\n        .calculator-container .results {\n            display: none;\n            background: #e9ecef;\n            padding: 20px;\n            border-radius: 6px;\n            margin-top: 20px;\n        }\n\n        .calculator-container .results.show {\n            display: block;\n        }\n\n        .calculator-container .result-item {\n            margin-bottom: 10px;\n            font-size: 18px;\n        }\n\n        .calculator-container .result-value {\n            font-weight: 600;\n            color: #007bff;\n        }\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .calculator-container .calculator-form {\n                grid-template-columns: 1fr;\n            }\n\n            .calculator-container .parameter-list {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"calculator-container\">\n        <!-- Parameter Explanation Section -->\n        <div class=\"section\">\n            <h2>Parameter<\/h2>\n            <div class=\"parameter-list\">\n                <div class=\"parameter-item\">\n                    <h3>Interval division number (N)<\/h3>\n                    <p>Number of divisions for the interval.<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Division time per interval (t1)<\/h3>\n                    <p>Time for each interval division (s).<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Drive time per interval (t2)<\/h3>\n                    <p>Drive time for each interval (s).<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Input shaft revolutions (n)<\/h3>\n                    <p>Revolutions of the input shaft (rpm).<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Turntable diameter (D)<\/h3>\n                    <p>Diameter of the turntable (mm).<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Turntable thickness (T)<\/h3>\n                    <p>Thickness of the turntable (mm).<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Material ratio (M)<\/h3>\n                    <p>Material density ratio.<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Workpiece weight (M1)<\/h3>\n                    <p>Weight of a single workpiece (kg).<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Turntable weight (M2)<\/h3>\n                    <p>Weight of the turntable (kg).<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Effective radius (r)<\/h3>\n                    <p>Effective radius from support to turntable center (mm).<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Fixed section radius (Re \/ PCD\/2)<\/h3>\n                    <p>Radius of the fixed section of the shaft (mm).<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Friction coefficient (u)<\/h3>\n                    <p>Coefficient of friction.<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Motor efficiency (z)<\/h3>\n                    <p>Efficiency of the motor (%).<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Safety factor (fe)<\/h3>\n                    <p>Safety factor for calculation.<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Max non-directional speed (Vm)<\/h3>\n                    <p>Maximum non-directional speed (mm\/s).<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Max non-directional acceleration (Am)<\/h3>\n                    <p>Maximum non-directional acceleration (mm\/s\u00b2).<\/p>\n                <\/div>\n                <div class=\"parameter-item\">\n                    <h3>Cam max torque coefficient (Qm)<\/h3>\n                    <p>Maximum torque coefficient of the cam.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Calculator Section -->\n        <div class=\"section\">\n            <h2>Calculator<\/h2>\n            <form id=\"calculatorForm\" class=\"calculator-form\" onsubmit=\"return false;\">\n                <div class=\"form-group\">\n                    <label for=\"N\">Interval division number (N)<\/label>\n                    <input type=\"number\" id=\"N\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"t1\">Division time per interval (t1) (s)<\/label>\n                    <input type=\"number\" id=\"t1\" step=\"0.01\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"t2\">Drive time per interval (t2) (s)<\/label>\n                    <input type=\"number\" id=\"t2\" step=\"0.01\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"n\">Input shaft revolutions (n) (rpm)<\/label>\n                    <input type=\"number\" id=\"n\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"D\">Turntable diameter (D) (mm)<\/label>\n                    <input type=\"number\" id=\"D\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"T\">Turntable thickness (T) (mm)<\/label>\n                    <input type=\"number\" id=\"T\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"M\">Material ratio (M)<\/label>\n                    <input type=\"number\" id=\"M\" step=\"0.01\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"M1\">Workpiece weight (M1) (kg)<\/label>\n                    <input type=\"number\" id=\"M1\" step=\"0.01\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"M2\">Turntable weight (M2) (kg)<\/label>\n                    <input type=\"number\" id=\"M2\" step=\"0.01\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"r\">Effective radius (r) (mm)<\/label>\n                    <input type=\"number\" id=\"r\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"Re\">Fixed section radius (Re \/ PCD\/2) (mm)<\/label>\n                    <input type=\"number\" id=\"Re\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"u\">Friction coefficient (u)<\/label>\n                    <input type=\"number\" id=\"u\" step=\"0.01\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"z\">Motor efficiency (z) (%)<\/label>\n                    <input type=\"number\" id=\"z\" step=\"0.01\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"fe\">Safety factor (fe)<\/label>\n                    <input type=\"number\" id=\"fe\" step=\"0.01\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"Vm\">Max non-directional speed (Vm) (mm\/s)<\/label>\n                    <input type=\"number\" id=\"Vm\" step=\"0.01\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"Am\">Max non-directional acceleration (Am) (mm\/s\u00b2)<\/label>\n                    <input type=\"number\" id=\"Am\" step=\"0.01\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <label for=\"Qm\">Cam max torque coefficient (Qm)<\/label>\n                    <input type=\"number\" id=\"Qm\" step=\"0.01\" required>\n                <\/div>\n            <\/form>\n            <button class=\"calculate-btn\" type=\"button\" onclick=\"calculateSplitter()\">Calculate<\/button>\n        <\/div>\n\n        <!-- Results Section -->\n        <div id=\"results\" class=\"results\">\n            <h2>Calculation Results<\/h2>\n            <div class=\"result-item\">\n                Cam rotation angle [Drive angle] (Qh): <span id=\"Qh\" class=\"result-value\"><\/span> \u00b0\n            <\/div>\n            <div class=\"result-item\">\n                Turntable weight (W1): <span id=\"W1\" class=\"result-value\"><\/span> kg\n            <\/div>\n            <div class=\"result-item\">\n                Workpiece weight (W2): <span id=\"W2\" class=\"result-value\"><\/span> kg\n            <\/div>\n            <div class=\"result-item\">\n                Fixture weight (W3): <span id=\"W3\" class=\"result-value\"><\/span> kg\n            <\/div>\n            <div class=\"result-item\">\n                Turntable moment of inertia (I1): <span id=\"I1\" class=\"result-value\"><\/span> kg\u00b7m\u00b2\n            <\/div>\n            <div class=\"result-item\">\n                Workpiece moment of inertia (I2): <span id=\"I2\" class=\"result-value\"><\/span> kg\u00b7m\u00b2\n            <\/div>\n            <div class=\"result-item\">\n                Fixture moment of inertia (I3): <span id=\"I3\" class=\"result-value\"><\/span> kg\u00b7m\u00b2\n            <\/div>\n            <div class=\"result-item\">\n                Total moment of inertia (I): <span id=\"I\" class=\"result-value\"><\/span> kg\u00b7m\u00b2\n            <\/div>\n            <div class=\"result-item\">\n                Output shaft max angular acceleration (O): <span id=\"O\" class=\"result-value\"><\/span> rad\/s\u00b2\n            <\/div>\n            <div class=\"result-item\">\n                Static torque (inertia torque) (Ti): <span id=\"Ti\" class=\"result-value\"><\/span> N\u00b7m\n            <\/div>\n            <div class=\"result-item\">\n                Friction torque (Tf): <span id=\"Tf\" class=\"result-value\"><\/span> N\u00b7m\n            <\/div>\n            <div class=\"result-item\">\n                Total load torque above (Tt): <span id=\"Tt\" class=\"result-value\"><\/span> N\u00b7m\n            <\/div>\n            <div class=\"result-item\">\n                Actual load torque (Te): <span id=\"Te\" class=\"result-value\"><\/span> N\u00b7m\n            <\/div>\n            <div class=\"result-item\">\n                Input shaft torque (Tc): <span id=\"Tc\" class=\"result-value\"><\/span> N\u00b7m\n            <\/div>\n            <div class=\"result-item\">\n                Required motor parameter (P): <span id=\"P\" class=\"result-value\"><\/span> kW\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        function calculateSplitter() {\n            \/\/ Get input values\n            const N = parseFloat(document.getElementById('N').value);\n            const t1 = parseFloat(document.getElementById('t1').value);\n            const t2 = parseFloat(document.getElementById('t2').value);\n            const n = parseFloat(document.getElementById('n').value);\n            const D = parseFloat(document.getElementById('D').value);\n            const T = parseFloat(document.getElementById('T').value);\n            const M = parseFloat(document.getElementById('M').value);\n            const M1 = parseFloat(document.getElementById('M1').value);\n            const M2 = parseFloat(document.getElementById('M2').value);\n            const r = parseFloat(document.getElementById('r').value);\n            const Re = parseFloat(document.getElementById('Re').value);\n            const u = parseFloat(document.getElementById('u').value);\n            const z = parseFloat(document.getElementById('z').value);\n            const fe = parseFloat(document.getElementById('fe').value);\n            const Vm = parseFloat(document.getElementById('Vm').value);\n            const Am = parseFloat(document.getElementById('Am').value);\n            const Qm = parseFloat(document.getElementById('Qm').value);\n            \/\/ \u516c\u5f0f\u4e2d\u7528\u5230\u7684\u5e38\u91cf\n            const G = 9.8;\n            \/\/ 1. W1\n            let W1 = (Math.PI \/ 4) * Math.pow(D, 2) * T * M * Math.pow(0.1, 3);\n            \/\/ 2. W2\n            let W2 = M1 * N;\n            \/\/ 3. W3\n            let W3 = M2 * N;\n            \/\/ 4. I1\n            let I1 = (W1 * Math.pow(r, 2)) \/ (2 * G);\n            \/\/ 5. I2\n            let I2 = (W2 * Math.pow(Re, 2)) \/ G;\n            \/\/ 6. I3\n            let I3 = (W3 * Math.pow(Re, 2)) \/ G;\n            \/\/ 7. I\n            let I = I1 + I2 + I3;\n            \/\/ 8. O\n            let Qh = 360; \/\/ \u7f3a\u7701\u503c\uff0c\u5b9e\u9645\u5e94\u4e3a\u8f93\u5165\u9879\n            if(document.getElementById('QhInput')){\n                Qh = parseFloat(document.getElementById('QhInput').value);\n            }\n            let O = Am * ((2 * Math.PI) \/ N) * Math.pow((360 \/ Qh) * (n \/ 60), 2);\n            \/\/ 9. Ti\n            let Ti = I * O;\n            \/\/ 10. Tf\n            let w = W1 + W2 + W3;\n            let R = r; \/\/ \u5047\u8bber\u4e3a\u56de\u8f6c\u534a\u5f84\n            let Tf = u * w * R;\n            \/\/ 11. Tt\n            let Tw = 0; \/\/ \u672a\u5b9a\u4e49\uff0c\u8bbe\u4e3a0\n            let Tt = Ti + Tf + Tw;\n            \/\/ 12. Te\n            let Te = Tt * fe;\n            \/\/ 13. Tc\n            let Tca = 0; \/\/ \u672a\u5b9a\u4e49\uff0c\u8bbe\u4e3a0\n            let Tc = (360 \/ (Qh * N)) * Qm * (Te + Tca);\n            \/\/ 14. P\n            let P = (Tc * n) \/ (716 * z);\n            \/\/ 15. \u9700\u8981\u7535\u673a\u529f\u7387\n            let P_required = (Tc * n) \/ (975 * z);\n            \/\/ \u663e\u793a\u7ed3\u679c\uff0c\u4fdd\u7559\u4e09\u4f4d\u5c0f\u6570\n            function show(val) {\n                return (isNaN(val) || !isFinite(val)) ? '--' : Number(val).toFixed(3);\n            }\n            document.getElementById('Qh').textContent = show(Qh);\n            document.getElementById('W1').textContent = show(W1);\n            document.getElementById('W2').textContent = show(W2);\n            document.getElementById('W3').textContent = show(W3);\n            document.getElementById('I1').textContent = show(I1);\n            document.getElementById('I2').textContent = show(I2);\n            document.getElementById('I3').textContent = show(I3);\n            document.getElementById('I').textContent = show(I);\n            document.getElementById('O').textContent = show(O);\n            document.getElementById('Ti').textContent = show(Ti);\n            document.getElementById('Tf').textContent = show(Tf);\n            document.getElementById('Tt').textContent = show(Tt);\n            document.getElementById('Te').textContent = show(Te);\n            document.getElementById('Tc').textContent = show(Tc);\n            document.getElementById('P').textContent = show(P);\n            \/\/ Show results section\n            document.getElementById('results').classList.add('show');\n            document.getElementById('results').scrollIntoView({behavior: 'smooth'});\n        }\n    <\/script>\n<\/body>\n<\/html> \n","protected":false},"excerpt":{"rendered":"<p>Optimize your project efficiency with our Divider Selection Calculator. This powerful tool is designed to assist engineers and designers in selecting the ideal dividers for&#8230;<\/p>","protected":false},"author":2,"featured_media":15753,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"pmpro_default_level":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3430],"tags":[3630,3398,3631],"class_list":["post-15751","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cam-indexer-selector","tag-divider-selection","tag-engineering-tools","tag-precision-calculation","pmpro-has-access"],"acf":[],"jetpack_featured_media_url":"https:\/\/www.mechstream.com\/wp-content\/uploads\/2025\/05\/Divider-Selection-Calculator.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/posts\/15751","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/comments?post=15751"}],"version-history":[{"count":0,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/posts\/15751\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/media\/15753"}],"wp:attachment":[{"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/media?parent=15751"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/categories?post=15751"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mechstream.com\/fr\/wp-json\/wp\/v2\/tags?post=15751"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}