{"id":1327,"date":"2025-04-17T03:35:31","date_gmt":"2025-04-17T03:35:31","guid":{"rendered":"https:\/\/camtinc.com\/?page_id=1327"},"modified":"2025-05-30T09:59:16","modified_gmt":"2025-05-30T09:59:16","slug":"calculator","status":"publish","type":"page","link":"https:\/\/camtinc.com\/ko\/calculator\/","title":{"rendered":"Calculator"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1327\" class=\"elementor elementor-1327\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4d1e28 e-flex e-con-boxed e-con e-parent\" data-id=\"e4d1e28\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f23c53e elementor-widget elementor-widget-html\" data-id=\"f23c53e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"all\">\r\n<div class=\"container\">\r\n        <h1>Bending Machine Pressure Calculator<\/h1>\r\n        \r\n        <label for=\"material\">Steel Material:<\/label>\r\n        <select id=\"material\">\r\n            <option value=\"1\">MS<\/option>\r\n            <option value=\"2\">SS<\/option>\r\n            <option value=\"0.8\">AL<\/option>\r\n        <\/select>\r\n\r\n        <label for=\"thickness\">Steel Plate Thickness (S, mm):<\/label>\r\n        <input type=\"number\" id=\"thickness\" step=\"0.1\" min=\"0\" required onchange=\"updateDepth()\">\r\n\r\n        <label for=\"length\">Steel Plate Length (L, m):<\/label>\r\n        <input type=\"number\" id=\"length\" step=\"0.01\" min=\"0\" required>\r\n\r\n        <label for=\"depth\">Depth of Lower Mold Slot (V, mm):<\/label>\r\n        <input type=\"number\" id=\"depth\" step=\"0.1\" min=\"0\" required onblur=\"restoreDepth()\">\r\n\r\n        <button onclick=\"calculatePressure()\">Calculate<\/button>\r\n\r\n        <div class=\"result\" id=\"result\"><\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        let initialDepth = 0;\r\n\r\n        function updateDepth() {\r\n            const thickness = parseFloat(document.getElementById('thickness').value) || 0;\r\n            initialDepth = thickness * 8; \/\/ \u66f4\u65b0\u521d\u59cb\u6df1\u5ea6\r\n            document.getElementById('depth').value = initialDepth.toFixed(1); \/\/ \u9ed8\u8ba4\u663e\u793a\u8ba1\u7b97\u503c\r\n        }\r\n\r\n        function restoreDepth() {\r\n            const depthInput = document.getElementById('depth');\r\n            if (depthInput.value === \"\") {\r\n                depthInput.value = initialDepth.toFixed(1); \/\/ \u6062\u590d\u4e3a\u521d\u59cb\u6df1\u5ea6\r\n            }\r\n        }\r\n\r\n        function calculatePressure() {\r\n            const materialCoefficient = parseFloat(document.getElementById('material').value);\r\n            const S = parseFloat(document.getElementById('thickness').value);\r\n            const L = parseFloat(document.getElementById('length').value) * 1000; \/\/ \u8f6c\u4e3a mm\r\n            const V = parseFloat(document.getElementById('depth').value);\r\n            \r\n            if (V === 0) {\r\n                document.getElementById('result').innerText = \"The depth of the lower mold slot (V) cannot be zero\u3002\";\r\n                return;\r\n            }\r\n\r\n            const P = (650 * S * S * L) \/ (V * materialCoefficient);\r\n            const P_kN = P \/ 1000; \/\/ \u8f6c\u6362\u4e3a kN\r\n            document.getElementById('result').innerText = `Bending Pressure (P): ${P_kN.toFixed(2)} kN`;\r\n        }\r\n    <\/script>\r\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Bending Machine Pressure Calculator Steel Material: MSSSAL Steel Plate Thickness (S, mm): Steel Plate Length (L, m): Depth of Lower Mold Slot (V, mm): Calculate<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1327","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/camtinc.com\/ko\/wp-json\/wp\/v2\/pages\/1327","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/camtinc.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/camtinc.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/camtinc.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/camtinc.com\/ko\/wp-json\/wp\/v2\/comments?post=1327"}],"version-history":[{"count":14,"href":"https:\/\/camtinc.com\/ko\/wp-json\/wp\/v2\/pages\/1327\/revisions"}],"predecessor-version":[{"id":2818,"href":"https:\/\/camtinc.com\/ko\/wp-json\/wp\/v2\/pages\/1327\/revisions\/2818"}],"wp:attachment":[{"href":"https:\/\/camtinc.com\/ko\/wp-json\/wp\/v2\/media?parent=1327"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}