{"id":99,"date":"2025-02-27T11:27:02","date_gmt":"2025-02-27T08:27:02","guid":{"rendered":"https:\/\/www.rearmuhendislik.com\/?p=99"},"modified":"2025-03-06T10:03:30","modified_gmt":"2025-03-06T07:03:30","slug":"99","status":"publish","type":"post","link":"https:\/\/www.rearmuhendislik.com\/index.php\/2025\/02\/27\/99\/","title":{"rendered":"Gerilim D\u00fc\u015f\u00fcm\u00fc Hesaplama Arac\u0131"},"content":{"rendered":"\r\n<p>&nbsp;<\/p>\r\n<p>&nbsp;<\/p>\r\n<p>&nbsp;<\/p>\r\n<p><style>\r\n        label { display: block; margin: 10px 0 5px; }\r\n        input, select { margin-bottom: 10px; }\r\n        .result { margin-top: 20px; }\r\n        .warning { color: red; font-weight: bold; }\r\n    <\/style><\/p>\r\n<h2>Gerilim D\u00fc\u015f\u00fcm\u00fc Hesaplama Formu<\/h2>\r\n<form id=\"voltageDropForm\"><label for=\"loadPower\">Y\u00fck G\u00fcc\u00fc (W):<\/label> <input id=\"loadPower\" required=\"\" type=\"number\" \/> <label for=\"cableLength\">Kablo Uzunlu\u011fu (m):<\/label> <input id=\"cableLength\" required=\"\" type=\"number\" \/> <label for=\"cableMaterial\">Kablo Materyali:<\/label><select id=\"cableMaterial\" required=\"\">\r\n<option value=\"copper\">Bak\u0131r &#8211; Diren\u00e7: 0.0175 \u03a9\u00b7mm\u00b2\/m<\/option>\r\n<option value=\"aluminum\">Al\u00fcminyum &#8211; Diren\u00e7: 0.0282 \u03a9\u00b7mm\u00b2\/m<\/option>\r\n<\/select><label for=\"cableSection\">Kablo Kesiti (mm\u00b2):<\/label><select id=\"cableSection\" required=\"\">\r\n<option value=\"1.5\">1.5 mm\u00b2<\/option>\r\n<option value=\"2.5\">2.5 mm\u00b2<\/option>\r\n<option value=\"4\">4 mm\u00b2<\/option>\r\n<option value=\"6\">6 mm\u00b2<\/option>\r\n<option value=\"10\">10 mm\u00b2<\/option>\r\n<option value=\"16\">16 mm\u00b2<\/option>\r\n<option value=\"25\">25 mm\u00b2<\/option>\r\n<option value=\"35\">35 mm\u00b2<\/option>\r\n<option value=\"50\">50 mm\u00b2<\/option>\r\n<option value=\"70\">70 mm\u00b2<\/option>\r\n<option value=\"95\">95 mm\u00b2<\/option>\r\n<option value=\"120\">120 mm\u00b2<\/option>\r\n<option value=\"150\">150 mm\u00b2<\/option>\r\n<option value=\"185\">185 mm\u00b2<\/option>\r\n<option value=\"240\">240 mm\u00b2<\/option>\r\n<\/select><label for=\"voltageLevel\">Gerilim D\u00fczeyi (V):<\/label><select id=\"voltageLevel\" required=\"\">\r\n<option value=\"220\">220 V<\/option>\r\n<option value=\"380\">380 V<\/option>\r\n<\/select><label for=\"usageType\">Kullan\u0131m Amac\u0131:<\/label><select id=\"usageType\" required=\"\">\r\n<option value=\"residential\">Konut<\/option>\r\n<option value=\"industrial\">Sanayi<\/option>\r\n<\/select><button type=\"button\">Hesapla<\/button><\/form>\r\n<div id=\"result\" class=\"result\">\u00a0<\/div>\r\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>\r\n<p><script>\r\n        function calculateVoltageDrop() {\r\n            const loadPower = parseFloat(document.getElementById('loadPower').value);\r\n            const cableLength = parseFloat(document.getElementById('cableLength').value);\r\n            const cableMaterial = document.getElementById('cableMaterial').value;\r\n            const cableSection = parseFloat(document.getElementById('cableSection').value);\r\n            const voltageLevel = parseFloat(document.getElementById('voltageLevel').value);\r\n\r\n            const resistancePerMeter = cableMaterial === 'copper' ? 0.0175 : 0.0282; \/\/ Ohm-m\r\n            const totalResistance = (resistancePerMeter * cableLength) \/ cableSection; \/\/ Ohm\r\n\r\n            const current = loadPower \/ voltageLevel; \/\/ Amper\r\n            const voltageDrop = current * totalResistance; \/\/ Volt\r\n\r\n            document.getElementById('result').innerHTML = `Gerilim D\u00fc\u015f\u00fcm\u00fc: ${voltageDrop.toFixed(2)} V`;\r\n        }\r\n    <\/script><\/p>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; &nbsp; &nbsp; Gerilim D\u00fc\u015f\u00fcm\u00fc Hesaplama Formu Y\u00fck G\u00fcc\u00fc (W): Kablo Uzunlu\u011fu (m): Kablo Materyali:Bak\u0131r &#8211; Diren\u00e7: 0.0175 \u03a9\u00b7mm\u00b2\/mAl\u00fcminyum &#8211; Diren\u00e7: 0.0282 \u03a9\u00b7mm\u00b2\/mKablo Kesiti (mm\u00b2):1.5 mm\u00b22.5 mm\u00b24 mm\u00b26 mm\u00b210 mm\u00b216 mm\u00b225 mm\u00b235 mm\u00b250 mm\u00b270 mm\u00b295 mm\u00b2120 mm\u00b2150 mm\u00b2185 mm\u00b2240 mm\u00b2Gerilim D\u00fczeyi (V):220 V380 VKullan\u0131m Amac\u0131:KonutSanayiHesapla \u00a0 Not: Hesaplamalar yaln\u0131zca tahminidir. Detayl\u0131 ve do\u011fru sonu\u00e7lar i\u00e7in [&hellip;]<\/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":[],"class_list":["post-99","post","type-post","status-publish","format-standard","hentry","category-genel"],"_links":{"self":[{"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/posts\/99","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=99"}],"version-history":[{"count":4,"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/posts\/99\/revisions"}],"predecessor-version":[{"id":168,"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/posts\/99\/revisions\/168"}],"wp:attachment":[{"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/media?parent=99"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/categories?post=99"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rearmuhendislik.com\/index.php\/wp-json\/wp\/v2\/tags?post=99"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}