{"id":16935,"date":"2026-04-23T06:51:22","date_gmt":"2026-04-23T06:51:22","guid":{"rendered":"https:\/\/www.dgcrane.com\/?p=16935"},"modified":"2026-04-23T07:34:51","modified_gmt":"2026-04-23T07:34:51","slug":"crane-hoist-motor-power-calculator","status":"publish","type":"post","link":"https:\/\/www.dgcrane.com\/ko\/crane-hoist-motor-power-calculator\/","title":{"rendered":"\uc628\ub77c\uc778 \ud06c\ub808\uc778 \ud638\uc774\uc2a4\ud2b8 \ubaa8\ud130 \ucd9c\ub825 \uacc4\uc0b0\uae30 \ub3c4\uad6c"},"content":{"rendered":"<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div id=\"crane-hoist-calculator\">\n  <div class=\"calc-container\">\n    <!-- \u8d77\u91cd\u91cf -->\n    <div class=\"calc-item\">\n      <label for=\"crane-capacity\">\ub9ac\ud504\ud305 \uc6a9\ub7c9(\ud1a4)<\/label>\n      <input type=\"text\" id=\"crane-capacity\" placeholder=\"\uc608 5\">\n      <div class=\"error-msg\" id=\"error-capacity\"><\/div>\n    <\/div>\n\n    <!-- \u8d77\u5347\u901f\u5ea6 -->\n    <div class=\"calc-item\">\n      <label for=\"crane-speed\">\uc778\uc591 \uc18d\ub3c4(m\/min)<\/label>\n      <input type=\"text\" id=\"crane-speed\" placeholder=\"\uc608 8\">\n      <div class=\"error-msg\" id=\"error-speed\"><\/div>\n    <\/div>\n\n    <!-- \u673a\u68b0\u6548\u7387 -->\n    <div class=\"calc-item\">\n      <label for=\"crane-efficiency\">\uae30\uacc4\uc801 \ud6a8\uc728<\/label>\n<input type=\"text\" id=\"crane-efficiency\" placeholder=\"\uc608: 0.88\">\n      <div class=\"error-msg\" id=\"error-efficiency\"><\/div>\n    <\/div>\n\n    <!-- \u6309\u94ae -->\n    <div class=\"calc-buttons\">\n      <button id=\"crane-calculate\">\ubbff\ub2e4<\/button>\n      <button id=\"crane-reset\">\ub2e4\uc2dc \ub193\uae30<\/button>\n    <\/div>\n\n    <!-- \u7ed3\u679c -->\n    <div class=\"calc-result-box\">\n      <div class=\"result-label\">\ubaa8\ud130 \ucd9c\ub825(kW)<\/div>\n      <div id=\"crane-result\">\u2014kW<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n\/* \u4f5c\u7528\u57df\u9650\u5b9a\uff1a\u4ec5 #crane-hoist-calculator \u5185\u751f\u6548 *\/\n#crane-hoist-calculator {\n  max-width: 545px;\n  padding: 30px;\n  background: #EAEEF7;\n  box-sizing: border-box;\n}\n#crane-hoist-calculator * {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n  font-family: inherit;\n}\n#crane-hoist-calculator .calc-container {\n  display: grid;\n  gap: 20px;\n}\n#crane-hoist-calculator .calc-item {\n  position: relative;\n  display: grid;\n  gap: 10px;\n  \/* \u56fa\u5b9a\u9ad8\u5ea6\u5360\u4f4d\uff0c\u9632\u6b62\u5e03\u5c40\u8df3\u52a8 *\/\n  padding-bottom: 20px;\n}\n#crane-hoist-calculator label {\n  font-size: 14px;\n  line-height: 120%;\n  color: #4a4a4a;\n}\n#crane-hoist-calculator input {\n  height: 36px;\n  font-size: 16px;\n  padding: 2px 10px;\n  border: 1px solid #ccc;\n  background: #fff;\n  transition: all 0.2s ease;\n}\n#crane-hoist-calculator input:focus {\n  border: 2px solid #002266 !important;\n  outline: none;\n}\n\/* \u9519\u8bef\u63d0\u793a\u7edd\u5bf9\u5b9a\u4f4d\uff0c\u4e0d\u5360\u7528\u6587\u6863\u6d41\uff0c\u4e0d\u6324\u538b\u5e03\u5c40 *\/\n#crane-hoist-calculator .error-msg {\n  position: absolute;\n  left: 0;\n  bottom: 0;\n  font-size: 12px;\n  color: red;\n  display: none;\n  line-height: 1.2;\n}\n#crane-hoist-calculator input.input-error {\n  border-color: red !important;\n}\n#crane-hoist-calculator .calc-buttons {\n  display: flex;\n  gap: 20px;\n}\n#crane-hoist-calculator .calc-buttons button {\n  flex: 1;\n  height: 34px;\n  font-size: 14px;\n  border: none;\n  cursor: pointer;\n  transition: all 0.2s ease;\n}\n#crane-hoist-calculator .calc-buttons button:first-child {\n  background: #0a3487;\n  color: #fff;\n}\n#crane-hoist-calculator .calc-buttons button:last-child {\n  background: #fff;\n  color: #4a4a4a;\n}\n#crane-hoist-calculator .calc-buttons button:hover {\n  background: #F58423 !important;\n  color: #fff !important;\n}\n#crane-hoist-calculator .calc-result-box {\n  margin-top: 10px;\n}\n#crane-hoist-calculator .result-label {\n  font-size: 14px;\n  font-weight: 700;\n  color: #4a4a4a;\n  margin-bottom: 8px;\n}\n#crane-hoist-calculator #crane-result {\n  font-size: 40px;\n  line-height: 120%;\n  font-weight: 700;\n  color: #003296;\n}\n\n\/* \u79fb\u52a8\u7aef\u9002\u914d *\/\n@media (max-width: 768px) {\n  #crane-hoist-calculator {\n    padding: 20px;\n  }\n  #crane-hoist-calculator label {\n    font-size: 0.28rem;\n  }\n  #crane-hoist-calculator input {\n    height: 0.7rem;\n    font-size: 0.28rem;\n  }\n  #crane-hoist-calculator .calc-item {\n    padding-bottom: 0.4rem;\n  }\n  #crane-hoist-calculator .error-msg {\n    font-size: 0.24rem;\n  }\n  #crane-hoist-calculator .calc-buttons {\n    flex-direction: column;\n    gap: 12px;\n  }\n  #crane-hoist-calculator .calc-buttons button {\n    min-height: 0.7rem;\n    font-size: 0.28rem;\n    width: 100%;\n  }\n  #crane-hoist-calculator #crane-result {\n    font-size: 0.8rem;\n  }\n  #crane-hoist-calculator .result-label {\n    font-size: 0.28rem;\n  }\n}\n<\/style>\n\n<script>\n(function() {\n  \/\/ \u907f\u514d\u5168\u5c40\u6c61\u67d3\n  const calculator = {\n    init: function() {\n      this.bindEvents();\n    },\n    bindEvents: function() {\n      const calcBtn = document.getElementById('crane-calculate');\n      const resetBtn = document.getElementById('crane-reset');\n      const inputs = document.querySelectorAll('#crane-hoist-calculator input');\n\n      calcBtn.addEventListener('click', this.calculate.bind(this));\n      resetBtn.addEventListener('click', this.reset.bind(this));\n      inputs.forEach(input => {\n        input.addEventListener('input', () => {\n          this.clearError(input.id.replace('crane-', ''));\n        });\n      });\n    },\n    \/\/ \u8bbe\u7f6e\u9519\u8bef\n    setError: function(field, msg) {\n      const input = document.getElementById(`crane-${field}`);\n      const errorEl = document.getElementById(`error-${field}`);\n      input.classList.add('input-error');\n      errorEl.textContent = msg;\n      errorEl.style.display = 'block';\n    },\n    \/\/ \u6e05\u9664\u9519\u8bef\n    clearError: function(field) {\n      const input = document.getElementById(`crane-${field}`);\n      const errorEl = document.getElementById(`error-${field}`);\n      input.classList.remove('input-error');\n      errorEl.style.display = 'none';\n    },\n    \/\/ \u6821\u9a8c\u8f93\u5165\n    validateInput: function() {\n      let valid = true;\n      const capacity = document.getElementById('crane-capacity').value.trim();\n      const speed = document.getElementById('crane-speed').value.trim();\n      const efficiency = document.getElementById('crane-efficiency').value.trim();\n\n      \/\/ \u8d77\u91cd\u91cf\u6821\u9a8c\n      if (!capacity || isNaN(capacity) || Number(capacity) <= 0) {\n        this.setError('capacity', 'Please enter a valid positive number');\n        valid = false;\n      }\n      \/\/ \u901f\u5ea6\u6821\u9a8c\n      if (!speed || isNaN(speed) || Number(speed) <= 0) {\n        this.setError('speed', 'Please enter a valid positive number');\n        valid = false;\n      }\n      \/\/ \u6548\u7387\u6821\u9a8c\n      if (!efficiency || isNaN(efficiency) || Number(efficiency) <= 0 || Number(efficiency) > 1) {\n        this.setError('efficiency', 'Please enter a value between 0 and 1');\n        valid = false;\n      }\n      return valid;\n    },\n    \/\/ \u8ba1\u7b97\u903b\u8f91\n    calculate: function() {\n      if (!this.validateInput()) return;\n\n      const m_ton = Number(document.getElementById('crane-capacity').value);\n      const v_mmin = Number(document.getElementById('crane-speed').value);\n      const eta = Number(document.getElementById('crane-efficiency').value);\n\n      \/\/ \u5355\u4f4d\u8f6c\u6362\n      const m = m_ton * 1000;\n      const v = v_mmin \/ 60;\n      const g = 9.81;\n\n      \/\/ \u516c\u5f0f P = (m * g * v) \/ (1000 * \u03b7)\n      const power = (m * g * v) \/ (1000 * eta);\n      document.getElementById('crane-result').textContent = power.toFixed(2) + ' kW';\n    },\n    \/\/ \u91cd\u7f6e\n    reset: function() {\n      document.getElementById('crane-capacity').value = '';\n      document.getElementById('crane-speed').value = '';\n      document.getElementById('crane-efficiency').value = '';\n      document.getElementById('crane-result').textContent = '\u2014';\n      \n      \/\/ \u6e05\u9664\u6240\u6709\u9519\u8bef\n      this.clearError('capacity');\n      this.clearError('speed');\n      this.clearError('efficiency');\n    }\n  };\n\n  \/\/ \u521d\u59cb\u5316\n  calculator.init();\n})();\n<\/script>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\ud06c\ub808\uc778 \ud638\uc774\uc2a4\ud2b8 \ubaa8\ud130 \ucd9c\ub825 \uacc4\uc0b0 \uacf5\uc2dd<\/h2>\n\n\n\n<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\uacf5\uc6d0<\/title>\n    <style>\n        \/* \u4ec5\u516c\u5f0f\u5bb9\u5668\u6837\u5f0f\uff0c\u65e0\u5168\u5c40\u63a7\u5236 *\/\n        .formula-container {\n            font-family: \"Times New Roman\", serif;\n            font-size: 20px;\n            display: flex;\n            align-items: center;\n            gap: 0.3em;\n        }\n.formula-container span{color: #000000;}\n        .formula-fraction {\n            display: inline-flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        .fraction-top,\n        .fraction-bottom {\n            padding: 0 0.2em;\n        }\n        .fraction-line {\n            width: 100%;\n            height: 0.05em;\n            background-color: #000;\n        }\n\n        \/* \u79fb\u52a8\u7aef\u5355\u72ec\u9002\u914d\uff0c\u65e0\u5168\u5c40\u5f71\u54cd *\/\n        @media (max-width: 768px) {\n            .formula-container {\n                font-size: 0.3rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"formula-container\">\n        <span>\ud53c<\/span>\n        <span>=<\/span>\n        <div class=\"formula-fraction\">\n            <div class=\"fraction-top\">m\u00b7g\u00b7v<\/div>\n            <div class=\"fraction-line\"><\/div>\n            <div class=\"fraction-bottom\">1000\u00b7\u03b7<\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>P: \uacc4\uc0b0\ub41c \ubaa8\ud130 \ucd9c\ub825(\ub2e8\uc704: kW)<\/li>\n\n\n\n<li>m: \uc815\uaca9 \ub4e4\uc5b4\uc62c\ub9bc \uc911\ub7c9, \ub2e8\uc704 kg<\/li>\n\n\n\n<li>g: \uc911\ub825 \uac00\uc18d\ub3c4, 9.81 m\/s\u00b2<\/li>\n\n\n\n<li>v: \uc815\uaca9 \uc2b9\ud558\uac15 \uc18d\ub3c4, \ub2e8\uc704 m\/s<\/li>\n\n\n\n<li>\u03b7: \ucd1d \uae30\uacc4\uc801 \ud6a8\uc728(\uc18c\uc218\uc810)<\/li>\n<\/ul>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">\ub2e8\uc704 \ubcc0\ud658 \uc9c0\uce68<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\uc785\ub825 \uc18d\ub3c4 \ub2e8\uc704\uac00 m\/min(\ubbf8\ud130\/\ubd84)\uc778 \uacbd\uc6b0, \ubc31\uadf8\ub77c\uc6b4\ub4dc\uc5d0\uc11c \uc790\ub3d9\uc73c\ub85c m\/s(\ubbf8\ud130\/\ucd08)\ub85c \ubcc0\ud658\ub429\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\uc785\ub825 \uc9c8\ub7c9 \ub2e8\uc704\uac00 t(\ud1a4)\uc778 \uacbd\uc6b0, \ubc31\uadf8\ub77c\uc6b4\ub4dc\uc5d0\uc11c \uc790\ub3d9\uc73c\ub85c kg(\ud0ac\ub85c\uadf8\ub7a8)\uc73c\ub85c \ubcc0\ud658\ub429\ub2c8\ub2e4.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\uc801\uc6a9 \uc81c\ud488 \ubc0f \ubc94\uc704<\/h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:38%\">\n<h3 class=\"wp-block-heading\">\uc801\uc6a9 \uac00\ub2a5\ud55c \uc81c\ud488<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\uc2f1\uae00 \uac70\ub354 \uc624\ubc84\ud5e4\ub4dc \ud06c\ub808\uc778<\/li>\n\n\n\n<li>\ub354\ube14 \uac70\ub354 \uc624\ubc84 \ud5e4\ub4dc \ud06c\ub808\uc778<\/li>\n\n\n\n<li>\ub2e8\uc77c \uac70\ub354 \uac20\ud2b8\ub9ac \ud06c\ub808\uc778<\/li>\n\n\n\n<li>\ub354\ube14 \uac70\ub354 \uac20\ud2b8\ub9ac \ud06c\ub808\uc778<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<h3 class=\"wp-block-heading\">\uc801\uc6a9 \ubc94\uc704<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\uc815\uaca9 \uc778\uc591 \uc6a9\ub7c9: 0.5\ud1a4 ~ 200\ud1a4<\/li>\n\n\n\n<li>\uc784\ubb34 \ub4f1\uae09 \uc801\uc6a9 \ubc94\uc704: A1~A6 (M1~M6\uc5d0 \ud574\ub2f9)<\/li>\n\n\n\n<li>\uace0\ub3c4 1000m \uc774\ud558<\/li>\n\n\n\n<li>\uc8fc\ubcc0 \uc628\ub3c4: 40\u2103 \uc774\ud558<\/li>\n\n\n\n<li>\uc791\ub3d9 \uc870\uac74: \uc77c\ubc18 \uc2e4\ub0b4 \uc791\uc5c5\uc7a5 \ubc0f \uc2e4\uc678 \ub9c8\ub2f9 \uc6a9\ub3c4, \uc548\uc815\uc801\uc778 \uc804\ub825\ub9dd \uc804\uc555<\/li>\n<\/ul>\n<\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">\ud574\ub2f9 \uc0ac\ud56d \uc5c6\uc74c<\/h3>\n\n\n\n<p>\uc8fc\uc870\uc6a9 \ud06c\ub808\uc778, \ubc29\ud3ed\ud615 \ud06c\ub808\uc778, \uc6d0\uc790\ub825 \ubc1c\uc804\uc18c\uc6a9 \ud06c\ub808\uc778 \ubc0f \uae30\ud0c0 \ub9de\ucda4\ud615 \ud2b9\uc218 \uc7a5\ube44\ub97c \ud3ec\ud568\ud55c \ud2b9\uc218 \uc6a9\ub3c4 \ud06c\ub808\uc778.<\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\uadc0\uc0ac\uc758 \uc6a9\ub3c4\uc5d0 \ub9de\ub294 \ub9de\ucda4\ud615 \ud06c\ub808\uc778 \uc194\ub8e8\uc158<\/h2>\n\n\n\n<p>\ud06c\ub808\uc778 \uc124\uacc4\ub294 \uc791\uc5c5 \uc870\uac74, \uc6a9\ub3c4, \ud658\uacbd \ubc0f \uae30\ud0c0 \uc8fc\uc694 \uc694\uc18c\ub97c \uc885\ud569\uc801\uc73c\ub85c \uace0\ub824\ud574\uc57c \ud558\ub294 \uccb4\uacc4\uc801\uc778 \ud504\ub85c\uc81d\ud2b8\uc785\ub2c8\ub2e4. \uc548\uc804\ud558\uace0 \ud6a8\uc728\uc801\uc774\uba70 \ube44\uc6a9 \ud6a8\uc728\uc801\uc778 \ub9de\ucda4\ud615 \ud06c\ub808\uc778 \uc194\ub8e8\uc158\uc744 \uc6d0\ud558\uc2e0\ub2e4\uba74, \uc800\ud76c \uc804\ubb38 \uc5d4\uc9c0\ub2c8\uc5b4\uc5d0\uac8c \uc5f0\ub77d\ud558\uc5ec 1:1 \uc0c1\ub2f4 \ubc0f \ub9de\ucda4 \uc124\uacc4\ub97c \ubc1b\uc544\ubcf4\uc138\uc694.<\/p>","protected":false},"excerpt":{"rendered":"\ud06c\ub808\uc778 \ud638\uc774\uc2a4\ud2b8 \ubaa8\ud130 \ucd9c\ub825 \uacc4\uc0b0\uae30\ub294 \uc624\ubc84\ud5e4\ub4dc \ud06c\ub808\uc778 \ubc0f \uac20\ud2b8\ub9ac \ud06c\ub808\uc778\uc758 \ud638\uc774\uc2a4\ud2b8 \ubaa8\ud130 \ucd9c\ub825\uc744 \uc989\uc2dc \uacc4\uc0b0\ud574\uc8fc\ub294 \ud45c\uc900 \uc900\uc218 \uc628\ub77c\uc778 \ub3c4\uad6c\ub85c, \uc804 \uc138\uacc4 \ud06c\ub808\uc778 \uc5d4\uc9c0\ub2c8\uc5b4, \uc81c\uc870\uc5c5\uccb4 \ubc0f \uad6d\uc81c \ubb34\uc5ed \uace0\uac1d\ub4e4\uc774 \uc2e0\ub8b0\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. ISO 4301, FEM 1.001 \uc720\ub7fd \uaddc\uaca9, GB\/T 3811 \uc911\uad6d \uad6d\uac00 \ud45c\uc900\uc744 \ud3ec\ud568\ud55c \uae00\ub85c\ubc8c \ud06c\ub808\uc778 \uc124\uacc4 \ud45c\uc900\uc744 \uc644\ubcbd\ud558\uac8c \uc900\uc218\ud558\ub294 \uc774 \uacc4\uc0b0\uae30\ub294 \uc218\ub3d9 \ubaa8\ud130 \ucd9c\ub825 \uacc4\uc0b0\uc758 \ubcf5\uc7a1\uc131\uacfc \uc704\ud5d8\uc131\uc744 \uc5c6\uc560\uc90d\ub2c8\ub2e4.","protected":false},"author":2,"featured_media":16867,"parent":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"single-onlinetools.php","format":"standard","meta":{"_acf_changed":false,"rank_math_lock_modified_date":false,"pgc_sgb_lightbox_settings":"","footnotes":""},"categories":[63],"tags":[],"class_list":["post-16935","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-other"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/posts\/16935"}],"collection":[{"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/comments?post=16935"}],"version-history":[{"count":2,"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/posts\/16935\/revisions"}],"predecessor-version":[{"id":16937,"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/posts\/16935\/revisions\/16937"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/media\/16867"}],"wp:attachment":[{"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/media?parent=16935"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/categories?post=16935"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/tags?post=16935"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}