{"id":108,"date":"2025-02-27T12:00:13","date_gmt":"2025-02-27T09:00:13","guid":{"rendered":"https:\/\/www.rearmuhendislik.com\/?p=108"},"modified":"2025-03-07T08:36:44","modified_gmt":"2025-03-07T05:36:44","slug":"kablo-kesiti-hesaplama","status":"publish","type":"post","link":"https:\/\/www.rearmuhendislik.com\/index.php\/2025\/02\/27\/kablo-kesiti-hesaplama\/","title":{"rendered":"Kablo Kesiti Hesaplama"},"content":{"rendered":"\n<p>&nbsp;<\/p>\n<p><style>\n        label { display: block; margin: 10px 0 5px; }\n        input, select { margin-bottom: 10px; }\n        .result { margin-top: 20px; }\n        .warning { color: red; font-weight: bold; }\n    <\/style><\/p>\n<h2>Kablo Kesiti Hesaplama Formu<\/h2>\n<form id=\"cableCalculationForm\"><label for=\"phaseCount\">Faz Say\u0131s\u0131:<\/label><select id=\"phaseCount\" required=\"\">\n<option value=\"1\">1 Faz<\/option>\n<option value=\"3\">3 Faz<\/option>\n<\/select><label for=\"powerValue\">G\u00fc\u00e7 De\u011feri (W):<\/label> <input id=\"powerValue\" required=\"\" type=\"number\" \/> <label for=\"cableMaterial\">Kablo Materyali:<\/label><select id=\"cableMaterial\" required=\"\">\n<option value=\"copper\">Bak\u0131r<\/option>\n<option value=\"aluminum\">Al\u00fcminyum<\/option>\n<\/select><button type=\"button\">Hesapla<\/button><\/form>\n<div id=\"result\" class=\"result\">\u00a0<\/div>\n<div class=\"warning\">Not: Hesaplamalar yaln\u0131zca tahminidir. Detayl\u0131 ve do\u011fru sonu\u00e7lar i\u00e7in profesyonel bir elektrik m\u00fchendisi ile ileti\u015fime ge\u00e7in.<\/div>\n<p><script>\n        function calculateCableSize() {\n            const phaseCount = parseInt(document.getElementById('phaseCount').value);\n            const powerValue = parseFloat(document.getElementById('powerValue').value);\n            const cableMaterial = document.getElementById('cableMaterial').value;\n\n            const voltage = phaseCount === 1 ? 220 : 380; \/\/ Tek faz i\u00e7in 220V, \u00fc\u00e7 faz i\u00e7in 380V\n            const powerFactor = 0.9; \/\/ Tipik g\u00fc\u00e7 fakt\u00f6r\u00fc\n            const current = powerValue \/ (voltage * powerFactor * Math.sqrt(phaseCount)); \/\/ Ak\u0131m hesaplamas\u0131\n\n            const resistancePerMeter = cableMaterial === 'copper' ? 0.0175 : 0.0282; \/\/ Ohm-mm\u00b2\/m\n            const cableSize = current \/ (resistancePerMeter \/ 0.01); \/\/ mm\u00b2\n\n            \/\/ Piyasadaki kablo kesitlerine g\u00f6re \u00f6neri yapma\n            let recommendedCableSize;\n            if (cableSize <= 1.5) {\n                recommendedCableSize = 1.5;\n            } else if (cableSize <= 2.5) {\n                recommendedCableSize = 2.5;\n            } else if (cableSize <= 4) {\n                recommendedCableSize = 4;\n            } else if (cableSize <= 6) {\n                recommendedCableSize = 6;\n            } else if (cableSize <= 10) {\n                recommendedCableSize = 10;\n            } else if (cableSize <= 16) {\n                recommendedCableSize = 16;\n            } else if (cableSize <= 25) {\n                recommendedCableSize = 25;\n            } else if (cableSize <= 35) {\n                recommendedCableSize = 35;\n            } else if (cableSize <= 50) {\n                recommendedCableSize = 50;\n            } else if (cableSize <= 70) {\n                recommendedCableSize = 70;\n            } else if (cableSize <= 95) {\n                recommendedCableSize = 95;\n            } else if (cableSize <= 120) {\n                recommendedCableSize = 120;\n            } else if (cableSize <= 150) {\n                recommendedCableSize = 150;\n            } else if (cableSize <= 185) {\n                recommendedCableSize = 185;\n            } else {\n                recommendedCableSize = 240;\n            }\n\n            document.getElementById('result').innerHTML = `\u00c7\u0131kan Ak\u0131m: ${current.toFixed(2)} A<br> Tahmini Kablo Kesiti: ${cableSize.toFixed(2)} mm\u00b2<br> \u00d6nerilen Kablo Kesiti: ${recommendedCableSize} mm\u00b2`;\n        }\n    <\/script><\/p> \n\n\n\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Kablo Kesiti Hesaplama Formu Faz Say\u0131s\u0131:1 Faz3 FazG\u00fc\u00e7 De\u011feri (W): Kablo Materyali:Bak\u0131rAl\u00fcminyumHesapla \u00a0 Not: Hesaplamalar yaln\u0131zca tahminidir. Detayl\u0131 ve do\u011fru sonu\u00e7lar i\u00e7in profesyonel bir elektrik m\u00fchendisi ile ileti\u015fime ge\u00e7in. &nbsp;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[8,11,9,10],"class_list":["post-108","post","type-post","status-publish","format-standard","hentry","category-genel","tag-kablo-kesit-hesaplama","tag-kablo-secimi","tag-kablokesiti","tag-kesit-hesabi"],"_links":{"self":[{"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/posts\/108","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/comments?post=108"}],"version-history":[{"count":4,"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/posts\/108\/revisions"}],"predecessor-version":[{"id":204,"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/posts\/108\/revisions\/204"}],"wp:attachment":[{"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/media?parent=108"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/categories?post=108"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/tags?post=108"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}