{"id":136,"date":"2025-10-31T00:25:51","date_gmt":"2025-10-31T00:25:51","guid":{"rendered":"https:\/\/vibromera.eu\/glossary\/harmonics\/"},"modified":"2026-06-08T04:12:17","modified_gmt":"2026-06-08T04:12:17","slug":"harmonics","status":"publish","type":"glossary","link":"https:\/\/vibromera.eu\/ko\/glossary\/harmonics\/","title":{"rendered":"\uc9c4\ub3d9 \ubd84\uc11d\uc5d0\uc11c \uace0\uc870\ud30c\ub780 \ubb34\uc5c7\uc778\uac00?"},"content":{"rendered":"<style>\n:root {\n  --navy: #0a2540;\n  --navy-light: #1a3a5c;\n  --blue: #2563eb;\n  --blue-light: #3b82f6;\n  --blue-pale: #dbeafe;\n  --blue-ghost: #eff6ff;\n  --beige: #f5f0e8;\n  --beige-dark: #e8dfd3;\n  --beige-light: #faf7f2;\n  --white: #ffffff;\n  --text: #1e293b;\n  --text-secondary: #475569;\n  --text-muted: #94a3b8;\n  --border: #cbd5e1;\n  --border-light: #e2e8f0;\n  --success: #059669;\n  --success-light: #d1fae5;\n  --warning: #d97706;\n  --warning-light: #fef3c7;\n  --danger: #dc2626;\n  --danger-light: #fee2e2;\n  --purple: #7c3aed;\n  --purple-light: #ede9fe;\n  --shadow-sm: 0 1px 3px rgba(10,37,64,0.08);\n  --shadow-md: 0 4px 12px rgba(10,37,64,0.1);\n  --shadow-lg: 0 8px 30px rgba(10,37,64,0.12);\n  --radius: 12px;\n  --radius-sm: 8px;\n  --radius-lg: 16px;\n}\n* { margin: 0; padding: 0; box-sizing: border-box; }\nbody {\n  font-family: 'Source Sans 3', sans-serif;\n  color: var(--text);\n  background: var(--beige-light);\n  min-width: 1200px;\n  line-height: 1.7;\n  font-size: 16px;\n  -webkit-font-smoothing: antialiased;\n}<\/p>\n<p>\/* ===== HERO ===== *\/\n.hero {\n  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 50%, #234e7a 100%);\n  color: var(--white);\n  padding: 56px 0 48px;\n  position: relative;\n  overflow: hidden;\n}\n.hero::before {\n  content: '';\n  position: absolute; inset: 0;\n  background:\n    radial-gradient(circle at 25% 75%, rgba(37,99,235,0.15) 0%, transparent 50%),\n    radial-gradient(circle at 75% 25%, rgba(37,99,235,0.1) 0%, transparent 50%);\n  pointer-events: none;\n}\n.hero::after {\n  content: '';\n  position: absolute; inset: 0;\n  background: url(\"data:image\/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none'%3E%3Cpath d='M0 40 Q20 20 40 40 Q60 60 80 40' stroke='%23ffffff' stroke-opacity='0.02' stroke-width='1' fill='none'\/%3E%3C\/g%3E%3C\/svg%3E\");\n  pointer-events: none;\n}\n.hero-inner {\n  max-width: 1280px; margin: 0 auto; padding: 0 48px; position: relative; z-index: 1;\n}\n.hero h1 {\n  font-family: 'DM Serif Display', serif; font-size: 46px; font-weight: 400; line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.5px;\n}\n.hero h1 span { color: var(--blue-light); }\n.hero .subtitle { font-size: 19px; font-weight: 300; color: rgba(255,255,255,0.78); max-width: 820px; line-height: 1.6; }\n.breadcrumb { margin-bottom: 20px; font-size: 14px; color: rgba(255,255,255,0.5); }\n.breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }\n.breadcrumb a:hover { color: rgba(255,255,255,0.9); }<\/p>\n<p>\/* ===== QUICK NAV ===== *\/\n.quick-nav {\n  background: var(--white); border-bottom: 1px solid var(--border-light); position: sticky; top: 0; z-index: 100; box-shadow: var(--shadow-sm);\n}\n.quick-nav-inner { max-width: 1280px; margin: 0 auto; padding: 0 48px; display: flex; gap: 0; overflow-x: auto; }\n.quick-nav a {\n  display: flex; align-items: center; gap: 6px; padding: 14px 18px; font-size: 14px; font-weight: 500;\n  color: var(--text-secondary); text-decoration: none; white-space: nowrap; border-bottom: 2px solid transparent; transition: all 0.2s;\n}\n.quick-nav a:hover { color: var(--blue); border-bottom-color: var(--blue); background: var(--blue-ghost); }<\/p>\n<p>.container { max-width: 1280px; margin: 0 auto; padding: 0 48px; }<\/p>\n<p>\/* ===== SUMMARY DASHBOARD ===== *\/\n.summary-dashboard { padding: 40px 0; background: var(--white); border-bottom: 1px solid var(--border-light); }\n.dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }<\/p>\n<p>.calc-panel {\n  background: var(--beige-light); border: 1px solid var(--beige-dark); border-radius: var(--radius-lg); padding: 32px; position: relative; overflow: hidden;\n}\n.calc-panel::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--blue), var(--blue-light)); }\n.panel-title { font-family: 'DM Serif Display', serif; font-size: 22px; margin-bottom: 6px; color: var(--navy); }\n.panel-subtitle { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }\n.calc-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n.form-group { display: flex; flex-direction: column; gap: 5px; }\n.form-group.full-width { grid-column: 1 \/ -1; }\n.form-group label { font-size: 13px; font-weight: 600; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.5px; }\n.form-group label .unit { font-weight: 400; text-transform: none; color: var(--text-muted); }\n.form-group input, .form-group select {\n  padding: 10px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); font-size: 15px;\n  font-family: 'JetBrains Mono', monospace; background: var(--white); color: var(--text); transition: border-color 0.2s, box-shadow 0.2s;\n}\n.form-group input:focus, .form-group select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,0.12); }\n.calc-btn {\n  grid-column: 1 \/ -1; padding: 13px; background: var(--blue); color: var(--white); border: none; border-radius: var(--radius-sm);\n  font-size: 15px; font-weight: 600; font-family: 'Source Sans 3', sans-serif; cursor: pointer; transition: all 0.2s; margin-top: 4px;\n}\n.calc-btn:hover { background: var(--navy); transform: translateY(-1px); box-shadow: var(--shadow-md); }<\/p>\n<p>\/* Results panel *\/\n.results-panel {\n  background: var(--navy); border-radius: var(--radius-lg); padding: 32px; color: var(--white); position: relative; overflow: hidden;\n}\n.results-panel::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 100% 0%, rgba(37,99,235,0.2) 0%, transparent 60%); pointer-events: none; }\n.results-panel .panel-title { color: var(--white); }\n.results-panel .panel-subtitle { color: rgba(255,255,255,0.5); }<\/p>\n<p>.spectrum-canvas-wrap { position: relative; z-index: 1; width: 100%; height: 250px; margin-bottom: 12px; }\n.spectrum-canvas-wrap canvas { width: 100%; height: 100%; }<\/p>\n<p>.harmonic-table-mini { position: relative; z-index: 1; width: 100%; max-height: 195px; overflow-y: auto; }\n.harmonic-table-mini table { width: 100%; border-collapse: collapse; }\n.harmonic-table-mini th {\n  background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); padding: 6px 10px; font-size: 11px;\n  text-transform: uppercase; letter-spacing: 0.5px; text-align: left; position: sticky; top: 0;\n}\n.harmonic-table-mini td {\n  padding: 5px 10px; font-family: 'JetBrains Mono', monospace; font-size: 13px;\n  border-bottom: 1px solid rgba(255,255,255,0.06); color: rgba(255,255,255,0.8);\n}\n.harmonic-table-mini tr:hover td { background: rgba(255,255,255,0.05); }\n.results-empty { text-align: center; padding: 120px 20px; color: rgba(255,255,255,0.35); font-size: 15px; position: relative; z-index: 1; }\n.results-empty .icon { font-size: 36px; margin-bottom: 12px; display: block; }<\/p>\n<p>\/* ===== DIAGNOSTIC SECTION ===== *\/\n.diagnostic-section { padding: 40px 0 48px; background: var(--beige-light); }\n.section-header { margin-bottom: 28px; }\n.section-header h2 { font-family: 'DM Serif Display', serif; font-size: 30px; color: var(--navy); margin-bottom: 6px; }\n.section-header p { font-size: 16px; color: var(--text-secondary); }<\/p>\n<p>.fault-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 36px; }\n.fault-card {\n  background: var(--white); border: 1px solid var(--border-light); border-radius: var(--radius); padding: 24px;\n  box-shadow: var(--shadow-sm); transition: all 0.3s; position: relative; overflow: hidden;\n}\n.fault-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }\n.fault-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; }\n.fault-card.unbalance::before { background: var(--blue); }\n.fault-card.misalignment::before { background: var(--warning); }\n.fault-card.looseness::before { background: var(--danger); }\n.fault-card.electrical::before { background: var(--purple); }\n.fault-card.rub::before { background: #ec4899; }\n.fault-card.bearing::before { background: var(--success); }<\/p>\n<p>.fc-icon { font-size: 28px; margin-bottom: 10px; }\n.fc-title { font-family: 'DM Serif Display', serif; font-size: 18px; color: var(--navy); margin-bottom: 4px; }\n.fc-pattern { font-family: 'JetBrains Mono', monospace; font-size: 13px; color: var(--blue); margin-bottom: 10px; font-weight: 600; }\n.fc-body { font-size: 13px; color: var(--text-secondary); line-height: 1.5; }\n.fc-body strong { color: var(--text); }<\/p>\n<p>.fc-spectrum { display: flex; align-items: flex-end; gap: 3px; height: 50px; margin-top: 12px; padding: 4px; background: var(--beige-light); border-radius: 4px; }\n.fc-spectrum .bar { flex: 1; border-radius: 2px 2px 0 0; min-height: 2px; position: relative; }\n.fc-spectrum .bar-label {\n  position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%);\n  font-size: 8px; font-family: 'JetBrains Mono', monospace; color: var(--text-muted); white-space: nowrap;\n}<\/p>\n<p>\/* Tables *\/\n.table-wrap {\n  background: var(--white); border-radius: var(--radius); border: 1px solid var(--border-light); overflow: hidden; box-shadow: var(--shadow-sm); margin-bottom: 32px;\n}\n.table-wrap .table-title { padding: 16px 24px; font-weight: 600; font-size: 15px; background: var(--beige); border-bottom: 1px solid var(--border-light); color: var(--navy); }\ntable { width: 100%; border-collapse: collapse; }\ntable th {\n  background: var(--navy); color: var(--white); padding: 12px 16px; font-size: 13px;\n  font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; text-align: left;\n}\ntable td { padding: 11px 16px; font-size: 14px; border-bottom: 1px solid var(--border-light); color: var(--text); }\ntable tr:last-child td { border-bottom: none; }\ntable tr:hover td { background: var(--blue-ghost); }\ntable td:first-child { font-weight: 600; }\n.mono { font-family: 'JetBrains Mono', monospace; font-size: 13px; }\n.tag { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; }\n.tag.high { background: var(--danger-light); color: #991b1b; }\n.tag.medium { background: var(--warning-light); color: #92400e; }\n.tag.low { background: var(--success-light); color: #065f46; }\n.tag.info { background: var(--blue-pale); color: var(--navy); }\n.tag.purple { background: var(--purple-light); color: #5b21b6; }<\/p>\n<p>\/* ===== MAIN CONTENT ===== *\/\n.main-content { padding: 48px 0 64px; background: var(--white); }\n.content-layout { display: grid; grid-template-columns: 1fr 300px; gap: 48px; }<\/p>\n<p>.toc-sidebar { position: sticky; top: 80px; align-self: start; }\n.toc-box { background: var(--beige-light); border: 1px solid var(--beige-dark); border-radius: var(--radius); padding: 24px; }\n.toc-box h3 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--navy); margin-bottom: 16px; }\n.toc-box a {\n  display: block; padding: 6px 0; font-size: 14px; color: var(--text-secondary); text-decoration: none;\n  border-left: 2px solid transparent; padding-left: 12px; transition: all 0.2s;\n}\n.toc-box a:hover { color: var(--blue); border-left-color: var(--blue); }\n.toc-box a.sub { padding-left: 28px; font-size: 13px; color: var(--text-muted); }<\/p>\n<p>.article-content h2 { font-family: 'DM Serif Display', serif; font-size: 28px; color: var(--navy); margin: 48px 0 16px; padding-top: 20px; }\n.article-content h2:first-child { margin-top: 0; }\n.article-content h3 { font-size: 20px; font-weight: 700; color: var(--navy-light); margin: 32px 0 12px; }\n.article-content h4 { font-size: 16px; font-weight: 700; color: var(--text); margin: 24px 0 8px; }\n.article-content p { margin-bottom: 16px; color: var(--text); line-height: 1.8; }\n.article-content ul, .article-content ol { margin: 0 0 16px 24px; line-height: 1.8; }\n.article-content li { margin-bottom: 6px; }\n.article-content li strong { color: var(--navy); }\n.article-content a { color: var(--blue); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s; }\n.article-content a:hover { border-bottom-color: var(--blue); }<\/p>\n<p>.info-box { background: var(--blue-ghost); border-left: 4px solid var(--blue); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 20px 24px; margin: 24px 0; }\n.info-box.warning { background: #fffbeb; border-left-color: var(--warning); }\n.info-box.success { background: #ecfdf5; border-left-color: var(--success); }\n.info-box.danger { background: #fef2f2; border-left-color: var(--danger); }\n.info-box .box-title { font-weight: 700; font-size: 15px; margin-bottom: 6px; color: var(--navy); }\n.info-box p { margin-bottom: 8px; font-size: 14px; }\n.info-box p:last-child { margin-bottom: 0; }<\/p>\n<p>.example-block { background: var(--beige-light); border: 1px solid var(--beige-dark); border-radius: var(--radius); padding: 28px; margin: 24px 0; }\n.example-block .example-title { font-family: 'DM Serif Display', serif; font-size: 18px; color: var(--navy); margin-bottom: 16px; }<\/p>\n<p>.formula-box {\n  background: var(--navy); color: var(--white); border-radius: var(--radius); padding: 24px 32px; margin: 24px 0;\n  text-align: center; position: relative; overflow: hidden;\n}\n.formula-box::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 50%, rgba(37,99,235,0.15) 0%, transparent 60%); pointer-events: none; }\n.formula-box .formula-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--blue-light); margin-bottom: 10px; position: relative; }\n.formula-box .formula-main { font-family: 'JetBrains Mono', monospace; font-size: 22px; font-weight: 600; position: relative; line-height: 1.4; }\n.formula-box .formula-note { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 10px; position: relative; }<\/p>\n<p>.article-table { width: 100%; margin: 20px 0; border: 1px solid var(--border-light); border-radius: var(--radius-sm); overflow: hidden; }\n.article-table th { padding: 10px 14px; font-size: 12px; }\n.article-table td { padding: 10px 14px; font-size: 14px; }<\/p>\n<p>\/* ===== SHOP CTA ===== *\/\n.shop-cta {\n  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); padding: 48px 0; color: var(--white);\n  text-align: center; position: relative; overflow: hidden;\n}\n.shop-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(37,99,235,0.15) 0%, transparent 60%); pointer-events: none; }\n.shop-cta h2 { font-family: 'DM Serif Display', serif; font-size: 32px; margin-bottom: 12px; position: relative; }\n.shop-cta p { font-size: 17px; color: rgba(255,255,255,0.7); margin-bottom: 28px; max-width: 640px; margin-left: auto; margin-right: auto; position: relative; }\n.shop-cta .cta-btn {\n  display: inline-flex; align-items: center; gap: 8px; padding: 14px 36px; background: var(--blue); color: var(--white);\n  text-decoration: none; border-radius: var(--radius-sm); font-weight: 600; font-size: 16px; transition: all 0.2s; position: relative;\n}\n.shop-cta .cta-btn:hover { background: var(--blue-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,99,235,0.3); }<\/p>\n<p>.page-footer { background: var(--beige); border-top: 1px solid var(--beige-dark); padding: 32px 0; text-align: center; }\n.page-footer a { color: var(--blue); text-decoration: none; font-weight: 500; }\n.page-footer p { font-size: 14px; color: var(--text-muted); }<\/p>\n<p>@media print { .quick-nav, .shop-cta { display: none; } body { min-width: auto; } }\n<\/style>\n<p><!-- HERO --><\/p>\n<header class=\"hero\">\n<div class=\"hero-inner\">\n<div class=\"breadcrumb\">\n      <a href=\"https:\/\/vibromera.eu\/ko\/\">\ud648<\/a> \u2192 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/\">\uc5b4\ud718<\/a> \u2192 \ud558\ubaa8\ub2c9\uc2a4\n    <\/div>\n<h1>\uc774\ud574 <span>\ubc30\uc74c<\/span> \uc9c4\ub3d9 \ubd84\uc11d\uc5d0\uc11c<\/h1>\n<p class=\"subtitle\">\ucd95 \ud68c\uc804 \uc18d\ub3c4\uc758 \uc815\uc218\ubc30\uac00 \uc9c4\ub3d9 \uc2a4\ud399\ud2b8\ub7fc\uc5d0 \ub098\ud0c0\ub098\ub294 \uc774\uc720\uc640 1\ubc30, 2\ubc30, 3\ubc30\u2026 \uc640 \uac19\uc740 \uace0\uc870\ud30c \ud328\ud134\uc744 \ud1b5\ud574 \ubd88\uade0\ud615, \uc815\ub82c \ubd88\ub7c9, \ud480\ub9bc, \ub9c8\ucc30 \ub4f1 \uae30\uacc4 \uacb0\ud568\uc758 \uc815\ud655\ud55c \uc6d0\uc778\uc744 \ud30c\uc545\ud558\ub294 \ubc29\ubc95\uc744 \uc54c\uc544\ubd05\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/header>\n\t\t<section class=\"woocommerce hestia-shop products is-shortcode\" id=\"products\" data-sorder=\"hestia_shop\" >\n\t\t\t\t\t\t<div class=\"\">\n\t\t\t\t\t\t<div class=\"hestia-shop-content\">\n\t\t\t<div class=\"row\" data-aos=\"fade-up\" >\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/balanset-1\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/balanset-1\/\" title=\"\ud734\ub300\uc6a9 \ubc38\ub7f0\uc11c &amp; \uc9c4\ub3d9 \ubd84\uc11d\uae30 Balanset-1A\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Balanset-1A \ud480 \ud0a4\ud2b8 \ud734\ub300\uc6a9 \ubc38\ub7f0\uc11c \ubc0f \uc9c4\ub3d9 \ubd84\uc11d\uae30\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-18x12.webp 18w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-272x182.webp 272w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/ko\/product-category\/devices\/\" rel=\"tag\">\ub514\ubc14\uc774\uc2a4<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/ko\/product\/balanset-1\/\" title=\"\ud734\ub300\uc6a9 \ubc38\ub7f0\uc11c &amp; \uc9c4\ub3d9 \ubd84\uc11d\uae30 Balanset-1A\">\ud734\ub300\uc6a9 \ubc38\ub7f0\uc11c &amp; \uc9c4\ub3d9 \ubd84\uc11d\uae30 Balanset-1A<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>1,975.00<\/span> + \ubd80\uac00\uac00\uce58\uc138(\ud574\ub2f9\ub418\ub294 \uacbd\uc6b0)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ko\/wp-json\/wp\/v2\/glossary\/136?add-to-cart=986\" data-quantity=\"1\" data-product_id=\"986\" data-product_sku=\"BS-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\uc7a5\ubc14\uad6c\ub2c8\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\uc7a5\ubc14\uad6c\ub2c8\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/ko\/wp-json\/wp\/v2\/glossary\/136?add-to-cart=986\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_986\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"986\" data-product_sku=\"BS-1\" aria-label=\"\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00: \u201cPortable balancer &amp; Vibration analyzer Balanset-1A\u201d\" rel=\"nofollow\" data-success_message=\"\u201cPortable balancer &amp; Vibration analyzer Balanset-1A\u201d\uc774(\uac00) \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub410\uc2b5\ub2c8\ub2e4\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\uc7a5\ubc14\uad6c\ub2c8<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_986\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/vibration-sensor\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/vibration-sensor\/\" title=\"\uc9c4\ub3d9 \uc13c\uc11c\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Balanset-1A \uc9c4\ub3d9 \uc13c\uc11c \ud074\ub85c\uc988\uc5c5\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-768x512.webp 768w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-1024x682.webp 1024w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3.webp 1280w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/ko\/product-category\/parts\/\" rel=\"tag\">\ubd80\ud488<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/ko\/product\/vibration-sensor\/\" title=\"\uc9c4\ub3d9 \uc13c\uc11c\">\uc9c4\ub3d9 \uc13c\uc11c<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>90.00<\/span> + \ubd80\uac00\uac00\uce58\uc138(\ud574\ub2f9\ub418\ub294 \uacbd\uc6b0)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ko\/wp-json\/wp\/v2\/glossary\/136?add-to-cart=1820\" data-quantity=\"1\" data-product_id=\"1820\" data-product_sku=\"VS-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\uc7a5\ubc14\uad6c\ub2c8\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\uc7a5\ubc14\uad6c\ub2c8\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/ko\/wp-json\/wp\/v2\/glossary\/136?add-to-cart=1820\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1820\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1820\" data-product_sku=\"VS-1\" aria-label=\"\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00: \u201cVibration sensor\u201d\" rel=\"nofollow\" data-success_message=\"\u201cVibration sensor\u201d\uc774(\uac00) \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub410\uc2b5\ub2c8\ub2e4\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\uc7a5\ubc14\uad6c\ub2c8<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1820\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/optical-sensor-for-balanset-and-arbalance\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/optical-sensor-for-balanset-and-arbalance\/\" title=\"\uad11\ud559 \uc13c\uc11c(\ub808\uc774\uc800 \ud68c\uc804 \uc18d\ub3c4\uacc4)\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\uad11\ud559 \uc13c\uc11c(\ub808\uc774\uc800 \ud68c\uc804 \uc18d\ub3c4\uacc4)\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-1024x682.webp 1024w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-768x512.webp 768w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-1536x1023.webp 1536w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-18x12.webp 18w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-460x306.webp 460w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU.webp 1600w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/ko\/product-category\/parts\/\" rel=\"tag\">\ubd80\ud488<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/ko\/product\/optical-sensor-for-balanset-and-arbalance\/\" title=\"\uad11\ud559 \uc13c\uc11c(\ub808\uc774\uc800 \ud68c\uc804 \uc18d\ub3c4\uacc4)\">\uad11\ud559 \uc13c\uc11c(\ub808\uc774\uc800 \ud68c\uc804 \uc18d\ub3c4\uacc4)<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>124.00<\/span> + \ubd80\uac00\uac00\uce58\uc138(\ud574\ub2f9\ub418\ub294 \uacbd\uc6b0)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ko\/wp-json\/wp\/v2\/glossary\/136?add-to-cart=1832\" data-quantity=\"1\" data-product_id=\"1832\" data-product_sku=\"Tach-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\uc7a5\ubc14\uad6c\ub2c8\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\uc7a5\ubc14\uad6c\ub2c8\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/ko\/wp-json\/wp\/v2\/glossary\/136?add-to-cart=1832\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1832\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1832\" data-product_sku=\"Tach-1\" aria-label=\"\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00: \u201cOptical Sensor (Laser Tachometer)\u201d\" rel=\"nofollow\" data-success_message=\"\u201cOptical Sensor (Laser Tachometer)\u201d\uc774(\uac00) \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub410\uc2b5\ub2c8\ub2e4\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\uc7a5\ubc14\uad6c\ub2c8<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1832\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/balanset-4\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/balanset-4\/\" title=\"\ubc1c\ub780\uc14b-4\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Vibromera \ub85c\ud130 \ubc38\ub7f0\uc2f1 \ud0a4\ud2b8: \uc6b4\ubc18\uc6a9 \ucf00\uc774\uc2a4, \ub2e4\ucc44\ub110 \uc2e0\ud638 \ucee8\ub514\uc154\ub108, \ud734\ub300\uc6a9 \ubd84\uc11d\uae30, \uc790\uc11d \ubc1b\uce68\ub300, \uc9c4\ub3d9 \uc13c\uc11c \ubc0f \ucf54\uc77c \ucf00\uc774\ube14.\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-18x12.webp 18w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-460x306.webp 460w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4.webp 640w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/ko\/product-category\/devices\/\" rel=\"tag\">\ub514\ubc14\uc774\uc2a4<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/ko\/product\/balanset-4\/\" title=\"\ubc1c\ub780\uc14b-4\">\ubc1c\ub780\uc14b-4<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>6,803.00<\/span> + \ubd80\uac00\uac00\uce58\uc138(\ud574\ub2f9\ub418\ub294 \uacbd\uc6b0)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ko\/wp-json\/wp\/v2\/glossary\/136?add-to-cart=1833\" data-quantity=\"1\" data-product_id=\"1833\" data-product_sku=\"BS-4\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\uc7a5\ubc14\uad6c\ub2c8\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\uc7a5\ubc14\uad6c\ub2c8\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/ko\/wp-json\/wp\/v2\/glossary\/136?add-to-cart=1833\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1833\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1833\" data-product_sku=\"BS-4\" aria-label=\"\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00: \u201cBalanset-4\u201d\" rel=\"nofollow\" data-success_message=\"\u201cBalanset-4\u201d\uc774(\uac00) \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub410\uc2b5\ub2c8\ub2e4\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\uc7a5\ubc14\uad6c\ub2c8<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1833\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div><!-- \/.row --><div class=\"row\">\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/magnet-stand\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/magnet-stand\/\" title=\"\ub9c8\uadf8\ub124\ud2f1 \uc2a4\ud0e0\ub4dc \uc778\uc0ac\uc774\uc988-60-kgf\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\uc790\uc11d \ubca0\uc774\uc2a4.\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-1024x682.webp 1024w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-768x512.webp 768w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36.webp 1280w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/ko\/product-category\/parts\/\" rel=\"tag\">\ubd80\ud488<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/ko\/product\/magnet-stand\/\" title=\"\ub9c8\uadf8\ub124\ud2f1 \uc2a4\ud0e0\ub4dc \uc778\uc0ac\uc774\uc988-60-kgf\">\ub9c8\uadf8\ub124\ud2f1 \uc2a4\ud0e0\ub4dc \uc778\uc0ac\uc774\uc988-60-kgf<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>46.00<\/span> + \ubd80\uac00\uac00\uce58\uc138(\ud574\ub2f9\ub418\ub294 \uacbd\uc6b0)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ko\/wp-json\/wp\/v2\/glossary\/136?add-to-cart=1852\" data-quantity=\"1\" data-product_id=\"1852\" data-product_sku=\"MS-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\uc7a5\ubc14\uad6c\ub2c8\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\uc7a5\ubc14\uad6c\ub2c8\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/ko\/wp-json\/wp\/v2\/glossary\/136?add-to-cart=1852\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1852\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1852\" data-product_sku=\"MS-1\" aria-label=\"\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00: \u201cMagnetic Stand Insize-60-kgf\u201d\" rel=\"nofollow\" data-success_message=\"\u201cMagnetic Stand Insize-60-kgf\u201d\uc774(\uac00) \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub410\uc2b5\ub2c8\ub2e4\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\uc7a5\ubc14\uad6c\ub2c8<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1852\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/reflective-tape\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/reflective-tape\/\" title=\"\ubc18\uc0ac \ud14c\uc774\ud504\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\ubc18\uc0ac \ud14c\uc774\ud504\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-16x12.webp 16w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-460x306.webp 460w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-272x182.webp 272w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/ko\/product-category\/parts\/\" rel=\"tag\">\ubd80\ud488<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/ko\/product\/reflective-tape\/\" title=\"\ubc18\uc0ac \ud14c\uc774\ud504\">\ubc18\uc0ac \ud14c\uc774\ud504<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>10.00<\/span> + \ubd80\uac00\uac00\uce58\uc138(\ud574\ub2f9\ub418\ub294 \uacbd\uc6b0)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ko\/wp-json\/wp\/v2\/glossary\/136?add-to-cart=2329\" data-quantity=\"1\" data-product_id=\"2329\" data-product_sku=\"rt-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\uc7a5\ubc14\uad6c\ub2c8\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\uc7a5\ubc14\uad6c\ub2c8\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/ko\/wp-json\/wp\/v2\/glossary\/136?add-to-cart=2329\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2329\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2329\" data-product_sku=\"rt-1\" aria-label=\"\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00: \u201cReflective tape\u201d\" rel=\"nofollow\" data-success_message=\"\u201cReflective tape\u201d\uc774(\uac00) \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub410\uc2b5\ub2c8\ub2e4\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\uc7a5\ubc14\uad6c\ub2c8<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2329\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/dynamic-balancer-balanset-1a\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/dynamic-balancer-balanset-1a\/\" title=\"\ub3d9\uc801 \ubc38\ub7f0\uc11c &quot;Balanset-1A&quot; OEM\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\uc778\ud130\ud398\uc774\uc2a4 \uc720\ub2db, \uc13c\uc11c, \ud68c\uc804 \uc18d\ub3c4\uacc4 \ubc0f \uc561\uc138\uc11c\ub9ac\uac00 \ud3ec\ud568\ub41c Balanset-1A \ud0a4\ud2b8 \uad6c\uc131\ud488\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-1024x683.webp 1024w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-768x512.webp 768w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-1536x1024.webp 1536w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-2048x1366.webp 2048w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-e1732998877834.webp 708w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/ko\/product-category\/devices\/\" rel=\"tag\">\ub514\ubc14\uc774\uc2a4<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/ko\/product\/dynamic-balancer-balanset-1a\/\" title=\"\ub3d9\uc801 \ubc38\ub7f0\uc11c &quot;Balanset-1A&quot; OEM\">\ub3d9\uc801 \ubc38\ub7f0\uc11c \"Balanset-1A\" OEM<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>1,735.00<\/span> + \ubd80\uac00\uac00\uce58\uc138(\ud574\ub2f9\ub418\ub294 \uacbd\uc6b0)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ko\/wp-json\/wp\/v2\/glossary\/136?add-to-cart=4193\" data-quantity=\"1\" data-product_id=\"4193\" data-product_sku=\"BS-1OEM\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\uc7a5\ubc14\uad6c\ub2c8\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\uc7a5\ubc14\uad6c\ub2c8\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/ko\/wp-json\/wp\/v2\/glossary\/136?add-to-cart=4193\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_4193\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"4193\" data-product_sku=\"BS-1OEM\" aria-label=\"\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00: \u201cDynamic balancer \u201cBalanset-1A\u201d OEM\u201d\" rel=\"nofollow\" data-success_message=\"\u201cDynamic balancer \u201cBalanset-1A\u201d OEM\u201d\uc774(\uac00) \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub410\uc2b5\ub2c8\ub2e4\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\uc7a5\ubc14\uad6c\ub2c8<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_4193\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/section>\n\t\t\n<p><!-- QUICK NAV --><\/p>\n<nav class=\"quick-nav\">\n<div class=\"quick-nav-inner\">\n    <a href=\"#calculator\">\u2699 \ud558\ubaa8\ub2c9 \uacc4\uc0b0\uae30<\/a><br \/>\n    <a href=\"#diagnostic-cards\">\ud83d\udcca \uacb0\ud568 \ud328\ud134<\/a><br \/>\n    <a href=\"#diagnostic-table\">\ud83d\udccb \uc9c4\ub2e8\ud45c<\/a><br \/>\n    <a href=\"#definition\">\ud83d\udcd0 \uc815\uc758<\/a><br \/>\n    <a href=\"#why-generated\">\ud83d\udd22 \uc0dd\uc131 \uc774\uc720<\/a><br \/>\n    <a href=\"#fault-signatures\">\ud83d\udd0d \uacb0\ud568 \uc9d5\ud6c4<\/a><br \/>\n    <a href=\"#non-synchronous\">\u3030\ufe0f \ube44\ub3d9\uae30<\/a><br \/>\n    <a href=\"#analysis-guide\">\ud83d\udee0 \ubd84\uc11d \uac00\uc774\ub4dc<\/a><br \/>\n    <a href=\"#case-studies\">\ud83d\udcdd \uc0ac\ub840 \uc5f0\uad6c<\/a>\n  <\/div>\n<\/nav>\n<p><!-- SUMMARY DASHBOARD --><\/p>\n<section class=\"summary-dashboard\" id=\"calculator\">\n<div class=\"container\">\n<div class=\"dashboard-grid\">\n<p>      <!-- Calculator --><\/p>\n<div class=\"calc-panel\">\n<h2 class=\"panel-title\">\uace0\uc870\ud30c \uc8fc\ud30c\uc218 \uacc4\uc0b0\uae30<\/h2>\n<p class=\"panel-subtitle\">\uc784\uc758\uc758 \ucd95 \ud68c\uc804 \uc18d\ub3c4\uc5d0 \ub300\ud55c \uace0\uc870\ud30c \ubc0f \uc77c\ubc18\uc801\uc778 \uace0\uc7a5 \uc8fc\ud30c\uc218\ub97c \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/p>\n<div class=\"calc-form\">\n<div class=\"form-group\">\n            <label>\uc0e4\ud504\ud2b8 \uc18d\ub3c4 <span class=\"unit\">(RPM)<\/span><\/label><br \/>\n            <input type=\"number\" id=\"shaftRPM\" value=\"1800\" min=\"1\" step=\"1\">\n          <\/div>\n<div class=\"form-group\">\n            <label>\uace0\uc870\ud30c \uac1c\uc218<\/label><br \/>\n            <select id=\"numHarmonics\"><option value=\"5\">5\uac1c\uc758 \ud558\ubaa8\ub2c9<\/option><option value=\"10\" selected>10\uac1c\uc758 \uace0\uc870\ud30c<\/option><option value=\"15\">15\uac1c\uc758 \uace0\uc870\ud30c<\/option><option value=\"20\">20\uac1c\uc758 \uace0\uc870\ud30c<\/option><\/select>\n          <\/div>\n<div class=\"form-group\">\n            <label>\ube14\ub808\uc774\ub4dc\/\ubca0\uc778 \uc218 <span class=\"unit\">(\uc120\ud0dd \uc0ac\ud56d)<\/span><\/label><br \/>\n            <input type=\"number\" id=\"numBlades\" value=\"\" min=\"0\" step=\"1\" placeholder=\"\uc608 5, 7\">\n          <\/div>\n<div class=\"form-group\">\n            <label>\uae30\uc5b4 \ud1b1\ub2c8 \uc218 <span class=\"unit\">(\uc120\ud0dd \uc0ac\ud56d)<\/span><\/label><br \/>\n            <input type=\"number\" id=\"numTeeth\" value=\"\" min=\"0\" step=\"1\" placeholder=\"\uc608 48\">\n          <\/div>\n<div class=\"form-group\">\n            <label>\ub77c\uc778 \uc8fc\ud30c\uc218 <span class=\"unit\">(Hz)<\/span><\/label><br \/>\n            <select id=\"lineFreq\"><option value=\"50\" selected>50Hz (\uc720\ub7fd\/\uc544\uc2dc\uc544)<\/option><option value=\"60\">60 Hz (\uc544\uba54\ub9ac\uce74)<\/option><\/select>\n          <\/div>\n<div class=\"form-group\">\n            <label>\uadf9\uc218 <span class=\"unit\">(\ubaa8\ud130)<\/span><\/label><br \/>\n            <select id=\"numPoles\"><option value=\"2\">2\uadf9<\/option><option value=\"4\" selected>4\uadf9<\/option><option value=\"6\">6\uadf9<\/option><option value=\"8\">8\uadf9<\/option><\/select>\n          <\/div>\n<p>          <button class=\"calc-btn\" onclick=\"calculate()\">\ubaa8\ub4e0 \uc8fc\ud30c\uc218 \uacc4\uc0b0 \u2192<\/button>\n        <\/div>\n<\/p><\/div>\n<p>      <!-- Results --><\/p>\n<div class=\"results-panel\">\n<h2 class=\"panel-title\">\uace0\uc870\ud30c \uc2a4\ud399\ud2b8\ub7fc<\/h2>\n<p class=\"panel-subtitle\">\uc2dc\uac01\uc801 \uc8fc\ud30c\uc218 \uc9c0\ub3c4 \ubc0f \uc804\uccb4 \uace0\uc870\ud30c \ud45c<\/p>\n<div id=\"resultsArea\">\n<div class=\"results-empty\">\n            <span class=\"icon\">\ud83d\udcc8<\/span><br \/>\n            \ucd95 \ud68c\uc804 \uc18d\ub3c4\ub97c \uc785\ub825\ud558\uace0 \uacc4\uc0b0\uc744 \ud074\ub9ad\ud558\uc2ed\uc2dc\uc624.<br \/>\uace0\uc870\ud30c \uc8fc\ud30c\uc218\ub97c \ubcf4\uae30 \uc704\ud574\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- DIAGNOSTIC CARDS + TABLES --><\/p>\n<section class=\"diagnostic-section\" id=\"diagnostic-cards\">\n<div class=\"container\">\n<div class=\"section-header\">\n<h2>\uacb0\ud568 \ud2b9\uc9d5 \ud328\ud134 \u2014 \uc2e0\uc18d\ud55c \uc2dd\ubcc4<\/h2>\n<p>\uac01 \uae30\uacc4 \uace0\uc7a5\uc740 \ub2e4\uc74c\uacfc \uac19\uc774 \ud655\uc778\ud560 \uc218 \uc788\ub294 \ud2b9\uc9d5\uc801\uc778 \uace0\uc870\ud30c \ud328\ud134\uc744 \ubc1c\uc0dd\uc2dc\ud0b5\ub2c8\ub2e4. <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/spectrum\/\">\uc9c4\ub3d9 \uc2a4\ud399\ud2b8\ub7fc<\/a><\/p>\n<\/p><\/div>\n<div class=\"fault-cards\">\n<div class=\"fault-card unbalance\">\n<div class=\"fc-icon\">\u2696\ufe0f<\/div>\n<div class=\"fc-title\">\ubd88\uade0\ud615<\/div>\n<div class=\"fc-pattern\">\uc9c0\ubc30\uc801\uc778 1\u00d7 \u2014 \uae68\ub057\ud558\uace0 \ub2e8\uc77c \ud53c\ud06c<\/div>\n<div class=\"fc-body\"><strong>\ud328\ud134:<\/strong> \uac15\ub825\ud55c 1\u00d7 \uc131\ubd84\uc774\uba70 \uace0\uc870\ud30c \uc131\ubd84\uc774 \ub9e4\uc6b0 \uc801\uc2b5\ub2c8\ub2e4. \uc9c4\ud3ed\uc740 \uc18d\ub3c4\u00b2\uc5d0 \ube44\ub840\ud569\ub2c8\ub2e4. \uc704\uc0c1\uc740 \uc548\uc815\uc801\uc774\uba70 \ubc18\ubcf5 \uac00\ub2a5\ud569\ub2c8\ub2e4. <strong>\ubc29\ud5a5:<\/strong> \uc8fc\ub85c \ubc29\uc0ac\ud615 \uc9c4\ub3d9.<\/div>\n<div class=\"fc-spectrum\">\n<div class=\"bar\" style=\"height:95%;background:var(--blue)\"><span class=\"bar-label\">1\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:8%;background:var(--blue-pale)\"><span class=\"bar-label\">2\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:3%;background:var(--blue-pale)\"><span class=\"bar-label\">3\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:2%;background:var(--blue-pale)\"><span class=\"bar-label\">4\ubc30<\/span><\/div>\n<div class=\"bar\" style=\"height:1%;background:var(--blue-pale)\"><span class=\"bar-label\">5\ubc30<\/span><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"fault-card misalignment\">\n<div class=\"fc-icon\">\u2194\ufe0f<\/div>\n<div class=\"fc-title\">\uc815\ub82c \ubd88\ub7c9<\/div>\n<div class=\"fc-pattern\">1\ubc30 \ub300\ube44 \uac15\ub825\ud55c 2\ubc30(\ubc0f 3\ubc30)<\/div>\n<div class=\"fc-body\"><strong>\uac01\ub3c4:<\/strong> \ub192\uc740 1\u00d7 \ucd95. <strong>\ud3c9\ud589\ud55c:<\/strong> \ub808\uc774\ub514\uc5bc \ubc29\ud5a5\uc5d0\uc11c 2\u00d7 \uc131\ubd84\uc774 \ub192\uc73c\uba70, \uc9c4\ud3ed\uc740 \uc885\uc885 1\u00d7 \uc774\uc0c1\uc785\ub2c8\ub2e4. \uc2ec\ud55c \uacbd\uc6b0\uc5d0\ub294 3\u00d7, 4\u00d7 \uc131\ubd84\ub3c4 \ub098\ud0c0\ub0a9\ub2c8\ub2e4. <strong>\ud575\uc2ec:<\/strong> \uc5f0\uacb0\ubd80\uc5d0\uc11c \ub192\uc740 \ucd95 \ubc29\ud5a5 \uc9c4\ub3d9\uc774 \ubc1c\uc0dd\ud569\ub2c8\ub2e4.<\/div>\n<div class=\"fc-spectrum\">\n<div class=\"bar\" style=\"height:60%;background:var(--warning)\"><span class=\"bar-label\">1\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:90%;background:var(--warning)\"><span class=\"bar-label\">2\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:40%;background:var(--warning-light)\"><span class=\"bar-label\">3\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:15%;background:var(--warning-light)\"><span class=\"bar-label\">4\ubc30<\/span><\/div>\n<div class=\"bar\" style=\"height:5%;background:var(--warning-light)\"><span class=\"bar-label\">5\ubc30<\/span><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"fault-card looseness\">\n<div class=\"fc-icon\">\ud83d\udd29<\/div>\n<div class=\"fc-title\">\uae30\uacc4\uc801 \ub290\uc2a8\ud568<\/div>\n<div class=\"fc-pattern\">\ub2e4\uc591\ud55c \uace0\uc870\ud30c: 1\u00d7, 2\u00d7, 3\u00d7, 4\u00d7\u2026\ubd80\ud130 10\u00d7 \uc774\uc0c1\uae4c\uc9c0<\/div>\n<div class=\"fc-body\"><strong>\ud328\ud134:<\/strong> \ud48d\ubd80\ud55c \ubc30\uc74c \uacc4\uc5f4\uc5d0 \uc885\uc885 \ud558\uc704 \ubc30\uc74c(\u00bd\u00d7, \u2153\u00d7)\uc774 \ud3ec\ud568\ub429\ub2c8\ub2e4. \ubd88\uc548\uc815\ud55c \uc704\uc0c1\uc785\ub2c8\ub2e4. \ubc30\uc74c\uc774 \ub9ce\uc744\uc218\ub85d \uae30\uacc4\uc801 \uc774\uc644\uc774 \uc2ec\ud574\uc9d1\ub2c8\ub2e4. <strong>\uc8fc\uc694 \uc9c0\ud45c:<\/strong> \uc800\ucc28 \uace0\uc870\ud30c\uac00 \uc874\uc7ac\ud569\ub2c8\ub2e4.<\/div>\n<div class=\"fc-spectrum\">\n<div class=\"bar\" style=\"height:70%;background:var(--danger)\"><span class=\"bar-label\">1\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:55%;background:var(--danger)\"><span class=\"bar-label\">2\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:50%;background:var(--danger)\"><span class=\"bar-label\">3\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:40%;background:var(--danger)\"><span class=\"bar-label\">4\ubc30<\/span><\/div>\n<div class=\"bar\" style=\"height:35%;background:var(--danger-light)\"><span class=\"bar-label\">5\ubc30<\/span><\/div>\n<div class=\"bar\" style=\"height:25%;background:var(--danger-light)\"><span class=\"bar-label\">6\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:20%;background:var(--danger-light)\"><span class=\"bar-label\">7\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:12%;background:var(--danger-light)\"><span class=\"bar-label\">8\u00d7<\/span><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"fault-card bearing\">\n<div class=\"fc-icon\">\ud83d\udd34<\/div>\n<div class=\"fc-title\">\ubca0\uc5b4\ub9c1 \uacb0\ud568<\/div>\n<div class=\"fc-pattern\">\ube44\ub3d9\uae30 \ud53c\ud06c: BPFO, BPFI + \uace0\uc870\ud30c<\/div>\n<div class=\"fc-body\"><strong>\ud328\ud134:<\/strong> \uc815\uc810\uc5d0\uc11c <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/bearing-fault-frequencies\/\" style=\"color:var(--success)\">\ubca0\uc5b4\ub9c1 \uacb0\ud568 \uc8fc\ud30c\uc218<\/a> (RPM\uc758 \uc815\uc218 \ubc30\uac00 \uc544\ub2d8). \uace0\uc7a5 \uc8fc\ud30c\uc218\uc758 \uace0\uc870\ud30c + <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/sidebands\/\" style=\"color:var(--success)\">\uce21\ud30c\ub300<\/a> 1\u00d7 \uac04\uaca9\uc73c\ub85c.<\/div>\n<div class=\"fc-spectrum\">\n<div class=\"bar\" style=\"height:30%;background:var(--success)\"><span class=\"bar-label\">1\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:5%;background:#ddd\"><span class=\"bar-label\"><\/span><\/div>\n<div class=\"bar\" style=\"height:75%;background:var(--success)\"><span class=\"bar-label\">BPFO<\/span><\/div>\n<div class=\"bar\" style=\"height:45%;background:var(--success-light)\"><span class=\"bar-label\">2-BPF<\/span><\/div>\n<div class=\"bar\" style=\"height:25%;background:var(--success-light)\"><span class=\"bar-label\">3-BPF<\/span><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"fault-card electrical\">\n<div class=\"fc-icon\">\u26a1<\/div>\n<div class=\"fc-title\">\uc804\uae30\uc801 \uacb0\ud568<\/div>\n<div class=\"fc-pattern\">2\ubc30 \ub77c\uc778 \uc8fc\ud30c\uc218(2FL) \u00b1 \uc2ac\ub9bd \uce21\ud30c\ub300<\/div>\n<div class=\"fc-body\"><strong>\uace0\uc815\uc790:<\/strong> 2FL (100\/120 Hz)\uc774 \uc9c0\ubc30\uc801\uc785\ub2c8\ub2e4. <strong>\ub85c\ud130 \ubc14:<\/strong> 1\u00d7, \uce21\ub300 \uc8fc\ud30c\uc218 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/pole-pass-frequency\/\" style=\"color:var(--purple)\">\uadf9 \ud1b5\uacfc \uc8fc\ud30c\uc218<\/a>. <strong>\uc2dc\ud5d8:<\/strong> \uc815\uc804 \uc2dc \uc804\uae30\uc801 \uc9c4\ub3d9\uc774 \uc989\uc2dc \uac10\uc18c\ud569\ub2c8\ub2e4.<\/div>\n<div class=\"fc-spectrum\">\n<div class=\"bar\" style=\"height:50%;background:var(--purple)\"><span class=\"bar-label\">1\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:85%;background:var(--purple)\"><span class=\"bar-label\">2FL<\/span><\/div>\n<div class=\"bar\" style=\"height:30%;background:var(--purple-light)\"><span class=\"bar-label\">4FL<\/span><\/div>\n<div class=\"bar\" style=\"height:15%;background:var(--purple-light)\"><span class=\"bar-label\">6FL<\/span><\/div>\n<div class=\"bar\" style=\"height:5%;background:var(--purple-light)\"><span class=\"bar-label\">8FL<\/span><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"fault-card rub\">\n<div class=\"fc-icon\">\ud83d\udd25<\/div>\n<div class=\"fc-title\">\uc0e4\ud504\ud2b8 \ub9c8\ucc30<\/div>\n<div class=\"fc-pattern\">\ub2e4\uc218\uc758 \uace0\ucc28 \uace0\uc870\ud30c + \ud558\uc704 \uace0\uc870\ud30c<\/div>\n<div class=\"fc-body\"><strong>\uacbd\ubbf8\ud55c \ub9c8\ucc30:<\/strong> \u00bd\u00d7, 1\u00d7, 2\u00d7\u2026n\u00d7 \ub2e4\uc218\uc758 \uace0\uc870\ud30c \uc131\ubd84. <strong>\uc644\uc804 \ud658\ud615:<\/strong> \uc11c\ube0c\ud558\ubaa8\ub2c9(\u00bd\u00d7, \u2153\u00d7, \u00bc\u00d7)\uc774 \uc9c0\ubc30\uc801\uc785\ub2c8\ub2e4. \uc5f4 \ud728\uc73c\ub85c \uc778\ud574 1\u00d7 \ubca1\ud130\uac00 \uc774\ub3d9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/div>\n<div class=\"fc-spectrum\">\n<div class=\"bar\" style=\"height:35%;background:#ec4899\"><span class=\"bar-label\">\u00bd\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:65%;background:#ec4899\"><span class=\"bar-label\">1\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:40%;background:#ec4899\"><span class=\"bar-label\">2\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:30%;background:#fbcfe8\"><span class=\"bar-label\">3\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:25%;background:#fbcfe8\"><span class=\"bar-label\">4\ubc30<\/span><\/div>\n<div class=\"bar\" style=\"height:20%;background:#fbcfe8\"><span class=\"bar-label\">5\ubc30<\/span><\/div>\n<div class=\"bar\" style=\"height:15%;background:#fbcfe8\"><span class=\"bar-label\">6\u00d7<\/span><\/div>\n<div class=\"bar\" style=\"height:12%;background:#fbcfe8\"><span class=\"bar-label\">7\u00d7<\/span><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- MASTER DIAGNOSTIC TABLE --><\/p>\n<div class=\"table-wrap\" id=\"diagnostic-table\">\n<div class=\"table-title\">\ud83d\udccb \uc804\uccb4 \ud558\ubaa8\ub2c9 \ud328\ud134 \uc9c4\ub2e8 \ucc38\uace0 \uc790\ub8cc<\/div>\n<table>\n<thead>\n<tr>\n<th>\uace0\uc7a5 \uc0c1\ud0dc<\/th>\n<th>\uc9c0\ubc30\uc801\uc778 \ud558\ubaa8\ub2c9\uc2a4<\/th>\n<th>\uc9c4\ud3ed \ud328\ud134<\/th>\n<th>\ubc29\ud5a5<\/th>\n<th>\uc704\uc0c1 \ub3d9\uc791<\/th>\n<th>\ud2b9\uc9d5<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\uc9c8\ub7c9 \ubd88\ud3c9\ud615<\/td>\n<td class=\"mono\">1\u00d7<\/td>\n<td>1\ubc30 \u226b \ub098\uba38\uc9c0 \ubaa8\ub450<\/td>\n<td>\ubc29\uc0ac\ud615<\/td>\n<td>\uc548\uc815\uc801\uc784; \ubb34\uac70\uc6b4 \uc9c0\uc810\uc744 \ub530\ub77c \uc774\ub3d9\ud568<\/td>\n<td>\uae68\ub057\ud55c \ub2e8\uc77c \ud53c\ud06c; \uc18d\ub3c4\u00b2\uc5d0 \ube44\ub840\ud568<\/td>\n<\/tr>\n<tr>\n<td>\uad7d\uc740 \uc0e4\ud504\ud2b8<\/td>\n<td class=\"mono\">1\u00d7 + 2\u00d7<\/td>\n<td>\ub458 \ub2e4 \ub192\uc740<\/td>\n<td>\ucd95\ubc29\ud5a5 + \ubc29\uc0ac\ud615<\/td>\n<td>\uc591 \ub05d\ub2e8 \uac04 \uc704\uc0c1\ucc28 180\u00b0 (\ucd95 \ubc29\ud5a5)<\/td>\n<td>\ub192\uc740 \ucd95\ubc29\ud5a5 1\ubc30\uc728; \ubc38\ub7f0\uc2f1\uc73c\ub85c \ubcf4\uc815 \ubd88\uac00<\/td>\n<\/tr>\n<tr>\n<td>\uac01\ub3c4 \uc815\ub82c \ubd88\ub7c9<\/td>\n<td class=\"mono\">1\u00d7 (\ucd95 \ubc29\ud5a5)<\/td>\n<td>\ucee4\ud50c\ub9c1\uc5d0\uc11c \ub192\uc740 \ucd95\ubc29\ud5a5 1\u00d7 \uc131\ubd84<\/td>\n<td>\ucd95 \uc6b0\uc138<\/td>\n<td>\ucee4\ud50c\ub9c1\uc744 \uac00\ub85c\uc9c0\ub974\ub294 180\u00b0 (\ucd95 \ubc29\ud5a5)<\/td>\n<td>\ucd95 \ubc29\ud5a5 1\u00d7 \ucee4\ud50c\ub9c1 &gt; \ubc18\uacbd \ubc29\ud5a5<\/td>\n<\/tr>\n<tr>\n<td>\ud3c9\ud589 \uc815\ub82c \ubd88\ub7c9<\/td>\n<td class=\"mono\">2\u00d7 (\ubc29\uc0ac\ud615)<\/td>\n<td>2\ubc30 \u2248 1\ubc30 \ub610\ub294 &gt; 1\ubc30; 3\ubc30\uac00 \ub098\ud0c0\ub0a0 \uc218\ub3c4 \uc788\uc74c<\/td>\n<td>\ubc29\uc0ac\ud615 \uc6b0\uc138<\/td>\n<td>\ucee4\ud50c\ub9c1\uc744 \uac00\ub85c\uc9c0\ub974\ub294 180\u00b0 (\ubc29\uc0ac\ud615)<\/td>\n<td>2\ubc30\uc728 \ub300 1\ubc30\uc728\uc740 \uc9c4\ub2e8\uc5d0 \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>\uad6c\uc870\uc801 \ub290\uc2a8\ud568(A\ud615)<\/td>\n<td class=\"mono\">1\u00d7<\/td>\n<td>\ubc29\ud5a5\uc131 \u2014 \ub290\uc2a8\ud55c \ubc29\ud5a5\uc73c\ub85c \ub354 \ub192\uc74c<\/td>\n<td>\ubc29\ud5a5\uc131<\/td>\n<td>\ubd88\uc548\uc815\ud568; \ud3b8\ub958(\u504f\u6d41)\ud560 \uc218 \uc788\uc74c<\/td>\n<td>\ubcfc\ud2b8 \ud1a0\ud06c\uc5d0 \ub530\ub77c \uc9c4\ud3ed\uc774 \ubcc0\ud569\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>\ub290\uc2a8\ud568 \u2014 \ud68c\uc804\ud615 (B\ud615)<\/td>\n<td class=\"mono\">1\u00d7, 2\u00d7, 3\u00d7\u2026n\u00d7<\/td>\n<td>\ud48d\ubd80\ud55c \ubc30\uc74c \uacc4\uc5f4 + \u00bd\u00d7<\/td>\n<td>\ubc29\uc0ac\ud615<\/td>\n<td>\ubd88\uc548\uc815\ud55c; \ubd88\uaddc\uce59\uc801\uc778<\/td>\n<td>\uc11c\ube0c\ud558\ubaa8\ub2c9(\u00bd\u00d7, \u2153\u00d7)\uc774 \ud575\uc2ec\uc801\uc778 \ucc28\ubcc4\ud654 \uc694\uc18c\uc785\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>\ubca0\uc5b4\ub9c1 \uc2dc\ud2b8\uc758 \ud5d0\uac70\uc6c0(C\ud615)<\/td>\n<td class=\"mono\">\ub9ce\uc740 \uace0\uc870\ud30c + \uc11c\ube0c\uace0\uc870\ud30c<\/td>\n<td>\ubc14\ub2e5 \uc18c\uc74c\uc774 \uc5ec\ub7ec \ud53c\ud06c\uc640 \ud568\uaed8 \uc0c1\uc2b9\ud569\ub2c8\ub2e4.<\/td>\n<td>\ubc29\uc0ac\ud615<\/td>\n<td>\ub9e4\uc6b0 \ubd88\uc548\uc815\ud568<\/td>\n<td>\uad11\ub300\uc5ed \uc7a1\uc74c \ub808\ubca8 \uc0c1\uc2b9<\/td>\n<\/tr>\n<tr>\n<td>\uc18c\ud504\ud2b8 \ud48b<\/td>\n<td class=\"mono\">1\u00d7 + 2\u00d7<\/td>\n<td>\ubcfc\ud2b8 \ud1a0\ud06c\uc5d0 \ub530\ub77c 1\u00d7 \uc131\ubd84\uc774 \ubcc0\ud569\ub2c8\ub2e4<\/td>\n<td>\uc218\uc9c1\uc801 \uc6b0\uc138<\/td>\n<td>\ubcfc\ud2b8 \uc870\uc784\uc5d0 \ub530\ub978 \ubcc0\ud654<\/td>\n<td>\ubcfc\ud2b8\ub97c \ud558\ub098\uc529 \ud480\uc5c8\uc744 \ub54c 1\u00d7 \uc9c4\ud3ed \ubcc0\ud654<\/td>\n<\/tr>\n<tr>\n<td>\ub85c\ud130 \ub9c8\ucc30 (\uacbd\ubbf8, \ubd80\ubd84\uc801)<\/td>\n<td class=\"mono\">\u00bd\u00d7, 1\u00d7, 2\u00d7...n\u00d7<\/td>\n<td>\ub9ce\uc740 \uace0\ucc28 \uace0\uc870\ud30c<\/td>\n<td>\ubc29\uc0ac\ud615<\/td>\n<td>\ubd88\uaddc\uce59\uc801; \uc628\ub3c4 \ub4dc\ub9ac\ud504\ud2b8<\/td>\n<td>\u00bd\u00d7 \ubc0f \u2153\u00d7 \ud558\uc704 \uace0\uc870\ud30c; \uc5f4 \ubca1\ud130 \ub4dc\ub9ac\ud504\ud2b8<\/td>\n<\/tr>\n<tr>\n<td>\ub85c\ud130 \ub9c8\ucc30(\uc644\uc804 \ud658\ud615)<\/td>\n<td class=\"mono\">\u00bd\u00d7, \u2153\u00d7, \u00bc\u00d7 \uc6b0\uc138<\/td>\n<td>\uc11c\ube0c\ub3d9\uae30 \uc131\ubd84 &gt; 1\u00d7<\/td>\n<td>\ubc29\uc0ac\ud615<\/td>\n<td>\ubb34\uc9c8\uc11c\ud568<\/td>\n<td>\uc11c\ube0c\ub3d9\uae30 \uc6b0\uc138; \uc5ed\ubc29\ud5a5 \uc138\ucc28 \uc6b4\ub3d9<\/td>\n<\/tr>\n<tr>\n<td>\uc624\uc77c \uc18c\uc6a9\ub3cc\uc774<\/td>\n<td class=\"mono\">0.42\u20130.48\ubc30<\/td>\n<td>\u00bd\u00d7 \ubc14\ub85c \uc544\ub798\uc758 \uc11c\ube0c\ub3d9\uae30 \ud53c\ud06c<\/td>\n<td>\ubc29\uc0ac\ud615<\/td>\n<td>\uc804\ubc29 \uc138\ucc28 \uc6b4\ub3d9<\/td>\n<td>\uc8fc\ud30c\uc218\ub294 \uc57d 0.43\u00d7RPM\uc73c\ub85c \ucd94\uc801\ub418\uba70 \uc18d\ub3c4\uc5d0 \ub530\ub77c \ub2ec\ub77c\uc9d1\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>\uc624\uc77c \ud718\ud551<\/td>\n<td class=\"mono\">\u2248 1\ucc28 \uc784\uacc4\uc810<\/td>\n<td>\uc18d\ub3c4\uc640 \uad00\uacc4\uc5c6\uc774 \uccab \ubc88\uc9f8 \uc784\uacc4 \uc18d\ub3c4\uc5d0 \uace0\uc815\ub428<\/td>\n<td>\ubc29\uc0ac\ud615<\/td>\n<td>\uc804\ubc29 \uc138\ucc28 \uc6b4\ub3d9<\/td>\n<td>\uc8fc\ud30c\uc218 \uc7a0\uae08; \ud574\uacb0\ud558\uc9c0 \uc54a\uc73c\uba74 \uce58\uba85\uc801\uc778 \uacb0\uacfc\ub97c \ucd08\ub798\ud560 \uc218 \uc788\uc74c<\/td>\n<\/tr>\n<tr>\n<td>\uae30\uc5b4 \ub9de\ubb3c\ub9bc<\/td>\n<td class=\"mono\">GMF, 2\u00d7GMF, 3\u00d7GMF<\/td>\n<td>GMF = \uc787\uc218 \u00d7 RPM + \uc0ac\uc774\ub4dc\ubc34\ub4dc<\/td>\n<td>\ucd95\ubc29\ud5a5 + \ubc29\uc0ac\ud615<\/td>\n<td>\ud574\ub2f9 \uc5c6\uc74c (\uac15\uc81c)<\/td>\n<td>\ucd95 \ud68c\uc804 \uc18d\ub3c4\uc5d0\uc11c\uc758 \uce21\ud30c\ub300 \uc2e0\ud638\ub294 \uc190\uc0c1\ub41c \uae30\uc5b4\ub97c \uc2dd\ubcc4\ud569\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>\ube14\ub808\uc774\ub4dc\/\ubca0\uc778 \ud1b5\uacfc<\/td>\n<td class=\"mono\">BPF, 2\u00d7BPF<\/td>\n<td>BPF = #\ube14\ub808\uc774\ub4dc \u00d7 RPM<\/td>\n<td>\ucd95\ubc29\ud5a5 + \ubc29\uc0ac\ud615<\/td>\n<td>\ud574\ub2f9 \uc5c6\uc74c (\uac15\uc81c)<\/td>\n<td>\uc815\uc0c1; \ub192\uc740 \uc9c4\ud3ed = \uac04\uadf9 \ub610\ub294 \uacf5\uba85 \ubb38\uc81c<\/td>\n<\/tr>\n<tr>\n<td>\uace0\uc815\uc790 \ud3b8\uc2ec<\/td>\n<td class=\"mono\">2FL (100\/120 Hz)<\/td>\n<td>2\ubc30 \ub77c\uc778 \uc8fc\ud30c\uc218 \uc6b0\uc138<\/td>\n<td>\ubc29\uc0ac\ud615<\/td>\n<td>\ud574\ub2f9 \uc5c6\uc74c<\/td>\n<td>\uc815\uc804 \uc2dc \uc989\uc2dc \uc0ac\ub77c\uc9d1\ub2c8\ub2e4<\/td>\n<\/tr>\n<tr>\n<td>\ub85c\ud130 \ubc14 \uacb0\ud568<\/td>\n<td class=\"mono\">1\u00d7 \ud3f4 \ud328\uc2a4 \uc0ac\uc774\ub4dc\ubc34\ub4dc \ud3ec\ud568<\/td>\n<td>\uc2ac\ub9bd \uc8fc\ud30c\uc218 \u00d7 \uadf9\uc218\uc5d0\uc11c\uc758 \uce21\ud30c\ub300<\/td>\n<td>\ubc29\uc0ac\ud615<\/td>\n<td>\ubcc0\uc870\ub41c<\/td>\n<td>1\ubc30 \ud655\ub300\ud558\uba74 \uade0\uc77c\ud55c \uac04\uaca9\uc758 \uce21\ud30c\ub300\uac00 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>VFD \uc720\ub3c4<\/td>\n<td class=\"mono\">\uc2a4\uc704\uce6d \uc8fc\ud30c\uc218 \uace0\uc870\ud30c<\/td>\n<td>PWM \uc8fc\ud30c\uc218\uc5d0\uc11c\uc758 \ube44\ub3d9\uae30 \ud53c\ud06c<\/td>\n<td>\ubc29\uc0ac\ud615<\/td>\n<td>\ud574\ub2f9 \uc5c6\uc74c<\/td>\n<td>\uc8fc\ud30c\uc218\ub294 \ucd95 \ud68c\uc804 \uc18d\ub3c4\uc640 \ubb34\uad00\ud569\ub2c8\ub2e4.<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<p>    <!-- SUB-HARMONIC TABLE --><\/p>\n<div class=\"table-wrap\">\n<div class=\"table-title\">\u3030\ufe0f \uc11c\ube0c\ud558\ubaa8\ub2c9 \ubc0f \ubd84\uc218 \ud558\ubaa8\ub2c9 \ucc38\uc870<\/div>\n<table>\n<thead>\n<tr>\n<th>\uc8fc\ud30c\uc218<\/th>\n<th>\uc9c0\uc815<\/th>\n<th>\uc77c\ubc18\uc801\uc778 \uc6d0\uc778<\/th>\n<th>\uc2ec\uac01\ub3c4<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"mono\">0.42\u20130.48\ubc30<\/td>\n<td>\uc624\uc77c \uc18c\uc6a9\ub3cc\uc774<\/td>\n<td>\ubca0\uc5b4\ub9c1 \ud558\uc911 \ubd80\uc871; \uacfc\ub3c4\ud55c \uac04\uadf9; \uac00\ubcbc\uc6b4 \ucd95<\/td>\n<td><span class=\"tag high\">\uc2ec\uac01 \u2014 \uc624\uc77c \ud729(oil whip)\uc744 \uc720\ubc1c\ud560 \uc218 \uc788\uc74c<\/span><\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u00bd\u00d7 (0.50\u00d7)<\/td>\n<td>\ubc18\ucc28<\/td>\n<td>\ub9c8\ucc30, \ud5d0\uac70\uc6c0(B\/C\ud615), \uc0e4\ud504\ud2b8 \uade0\uc5f4(\ub4dc\ubb3c\uac8c \ubc1c\uc0dd), \ubca8\ud2b8 \ubb38\uc81c<\/td>\n<td><span class=\"tag high\">\uc2ec\uac01\ud568 \u2014 \uc989\uc2dc \uc870\uc0ac\ud558\uc2ed\uc2dc\uc624<\/span><\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u2153\u00d7 (0.33\u00d7)<\/td>\n<td>3\ucc28 \uc11c\ube0c<\/td>\n<td>\uc644\uc804\ud55c \uace0\ub9ac\ud615 \ub9c8\ucc30; \uc2ec\ud55c \ub290\uc2a8\ud568; \uc720\uccb4 \uc720\ubc1c \ubd88\uc548\uc815\uc131<\/td>\n<td><span class=\"tag high\">\uc2ec\uac01\ud55c \u2014 \uc704\ud5d8\ud55c \uc0c1\ud0dc<\/span><\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u00bc\u00d7 (0.25\u00d7)<\/td>\n<td>1\/4\ucc28 \uc11c\ube0c\ud558\ubaa8\ub2c9<\/td>\n<td>\uace0\uc815\ub41c \uada4\ub3c4\ub85c \uc778\ud55c \uc644\uc804 \ub9c8\ucc30; \uadf9\ub3c4\uc758 \ub290\uc2a8\ud568<\/td>\n<td><span class=\"tag high\">\ub9e4\uc6b0 \uc2ec\uac01 \u2014 \uac00\ub3d9 \uc911\ub2e8\uc774 \ud544\uc694\ud560 \uc218 \uc788\uc74c<\/span><\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">1.5\u00d7 (3\/2\u00d7)<\/td>\n<td>3\/2\ucc28<\/td>\n<td>\uc624\uc77c \uc640\ub958\uc640 \ubd88\uade0\ud615\uc758 \uacb0\ud569<\/td>\n<td><span class=\"tag medium\">\uba74\ubc00\ud788 \ubaa8\ub2c8\ud130\ub9c1\ud558\uc138\uc694<\/span><\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">2.5\ubc30, 3.5\ubc30\u2026<\/td>\n<td>1\/2\ucc28\uc218 \uacc4\uc5f4<\/td>\n<td>\uac15\ud55c \ub9c8\ucc30(\ub7ec\ube59) \uc131\ubd84\uc744 \ub3d9\ubc18\ud55c \ub290\uc2a8\ud568<\/td>\n<td><span class=\"tag medium\">\ubcf5\ud569 \uace0\uc7a5 \uba54\ucee4\ub2c8\uc998<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- MAIN ARTICLE CONTENT --><br \/>\n<main class=\"main-content\" id=\"definition\"><\/p>\n<div class=\"container\">\n<div class=\"content-layout\">\n<article class=\"article-content\">\n<h2>\uc815\uc758: \uace0\uc870\ud30c\ub780 \ubb34\uc5c7\uc778\uac00?<\/h2>\n<p>\uc9c4\ub3d9 \ubd84\uc11d\uc5d0\uc11c\ub294 <strong>\uace0\uc870\ud30c<\/strong> \uace0\uc870\ud30c\ub294 \uae30\ubcf8 \uc8fc\ud30c\uc218\uc758 \uc815\ud655\ud55c \uc815\uc218\ubc30\uc778 \uc8fc\ud30c\uc218\uc785\ub2c8\ub2e4. \ud68c\uc804 \uae30\uacc4\uc5d0\uc11c \uae30\ubcf8 \uc8fc\ud30c\uc218\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \ucd95 \ud68c\uc804 \uc18d\ub3c4\uc774\uba70, \uc774\ub97c \uc81c1 \uace0\uc870\ud30c \ub610\ub294 <strong>1\u00d7<\/strong>. \uc774\ud6c4\uc758 \uace0\uc870\ud30c\ub294 2\u00d7(\ucd95 \ud68c\uc804 \uc18d\ub3c4\uc758 \ub450 \ubc30), 3\u00d7(\uc138 \ubc30) \ub4f1\uacfc \uac19\uc774 \uc815\uc218\ubc30\uc785\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc8fc\ud30c\uc218\ub294 \ub2e4\uc74c\uacfc \uac19\uc774\ub3c4 \ubd88\ub9bd\ub2c8\ub2e4 <em>\ucc28\uc218<\/em> \uc6b4\uc804 \uc18d\ub3c4, \ub610\ub294 <em>\ub3d9\uae30 \uace0\uc870\ud30c<\/em> \ucd95 \ud68c\uc804\uacfc \uc815\ud655\ud558\uac8c \ub3d9\uae30\ud654\ub418\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4.<\/p>\n<p>\uc608\ub97c \ub4e4\uc5b4, \ubaa8\ud130\uac00 1,800RPM(30Hz)\uc73c\ub85c \uc791\ub3d9\ud558\uba74 60Hz(2\ubc30), 90Hz(3\ubc30), 120Hz(4\ubc30), 150Hz(5\ubc30) \ub4f1\uc5d0\uc11c \uace0\uc870\ud30c\uac00 \ub098\ud0c0\ub0a9\ub2c8\ub2e4. \uc774\ub860\uc801\uc73c\ub85c \uace0\uc870\ud30c \uacc4\uc5f4\uc740 \ubb34\ud55c\ud558\uc9c0\ub9cc, \uc2e4\uc81c\ub85c\ub294 \uace0\ucc28\ud56d\uc73c\ub85c \uac08\uc218\ub85d \uc9c4\ud3ed\uc774 \uac10\uc18c\ud558\uace0 \ucc98\uc74c \uba87 \uac1c\uc758 \uace0\uc870\ud30c\ub9cc\uc774 \uc9c4\ub2e8 \uc815\ubcf4\ub97c \ub2f4\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\uace0\uc870\ud30c \uc8fc\ud30c\uc218 \uc815\uc758<\/div>\n<div class=\"formula-main\">\uc5d0\ud504<sub>n<\/sub> = n \u00d7 f<sub>1<\/sub> = n \u00d7 (RPM \/ 60)<\/div>\n<div class=\"formula-note\">\uc5ec\uae30\uc11c n = 1, 2, 3, 4\u2026 (\uace0\uc870\ud30c \ucc28\uc218)\uc774\uace0 f\u2081 = \ucd95 \ud68c\uc804 \uc8fc\ud30c\uc218(Hz)\uc785\ub2c8\ub2e4.<\/div>\n<\/p><\/div>\n<div class=\"info-box\">\n<div class=\"box-title\">\uace0\uc870\ud30c vs. \ud558\uc704 \uace0\uc870\ud30c vs. \ube44\ub3d9\uae30 \ud53c\ud06c<\/div>\n<p><strong>\ubc30\uc74c<\/strong> \ucd95 \ud68c\uc804 \uc18d\ub3c4\uc758 \uc815\uc218\ubc30\uc785\ub2c8\ub2e4(2\ubc30, 3\ubc30, 4\ubc30\u2026). <strong>\uc11c\ube0c\ud558\ubaa8\ub2c9<\/strong> \ubd84\uc218 \ubc30\uc218(\u00bd\u00d7, \u2153\u00d7, \u00bc\u00d7)\ub294 \ud56d\uc0c1 \uc2ec\uac01\ud55c \uae30\uacc4\uc801 \ubb38\uc81c\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. <strong>\ube44\ub3d9\uae30 \ud53c\ud06c<\/strong> \ucd95 \ud68c\uc804 \uc18d\ub3c4\uc640 \ubb34\uad00\ud55c \uc8fc\ud30c\uc218 - \uc608\ub97c \ub4e4\uba74 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/bearing-fault-frequencies\/\">\ubca0\uc5b4\ub9c1 \uacb0\ud568 \uc8fc\ud30c\uc218<\/a>, \uae30\uc5b4 \ub9de\ubb3c\ub9bc \uc8fc\ud30c\uc218, \ub77c\uc778 \uc8fc\ud30c\uc218(50\/60Hz) \ub610\ub294 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/natural-frequency\/\">\uace0\uc720 \uc9c4\ub3d9\uc218<\/a> \u2014 \uadf8\ub9ac\uace0 \uc11c\ub85c \ub2e4\ub978 \uc9c4\ub2e8 \uc811\uadfc \ubc29\uc2dd\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. 3.57\u00d7RPM\uc5d0\uc11c\uc758 \ud53c\ud06c\ub294 \uace0\uc870\ud30c\uac00 \uc544\ub2d9\ub2c8\ub2e4. \uc774\ub294 \ubca0\uc5b4\ub9c1 \uacb0\ud568 \uc8fc\ud30c\uc218\uc77c \uac00\ub2a5\uc131\uc774 \ub192\uc2b5\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<h2 id=\"why-generated\">\uace0\uc870\ud30c\uac00 \ubc1c\uc0dd\ud558\ub294 \uc774\uc720\ub294 \ubb34\uc5c7\uc77c\uae4c\uc694?<\/h2>\n<p>\uc644\ubcbd\ud55c \uc120\ud615 \uc2dc\uc2a4\ud15c\uc5d0 \uc21c\uc218\ud55c \uc815\ud604\ud30c \ud798\uc774 \uac00\ud574\uc9c8 \ub54c(\uc608: \uc644\ubcbd\ud55c \ubca0\uc5b4\ub9c1\uc5d0 \uc7a5\ucc29\ub41c \uc644\ubcbd\ud558\uac8c \uade0\ud615 \uc7a1\ud788\uace0 \uc815\ub82c\ub41c \ud68c\uc804\uc790)\uc5d0\ub294 \uae30\ubcf8 \uc8fc\ud30c\uc218\uc758 1\ubc30\ub9cc \ub098\ud0c0\ub0a9\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc2e4\uc81c \uae30\uacc4\ub294 \uacb0\ucf54 \uc644\ubcbd\ud558\uac8c \uc120\ud615\uc801\uc774\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc9c4\ub3d9 \ud30c\ud615\uc774 \uc21c\uc218\ud55c \uc815\ud604\ud30c\uc5d0\uc11c \ubc97\uc5b4\ub0a0 \ub54c\ub9c8\ub2e4, \uc989 \uc2dc\uc2a4\ud15c \uc751\ub2f5\uc774 <em>\ube44\uc120\ud615<\/em> \ub610\ub294 \uac15\uc81c \ud568\uc218 \uc790\uccb4\uac00 \ube44\uc815\ud604\ud30c\uc778 \uacbd\uc6b0\uc785\ub2c8\ub2e4.<\/p>\n<h3>\uc218\ud559: \ud478\ub9ac\uc5d0\uc758 \uc815\ub9ac<\/h3>\n<p><strong>\ud478\ub9ac\uc5d0\uc758 \uc815\ub9ac<\/strong> \uc8fc\uae30\uc801\uc778 \ud30c\ud615\uc740 \uc544\ubb34\ub9ac \ubcf5\uc7a1\ud558\ub354\ub77c\ub3c4 \uae30\ubcf8 \uc8fc\ud30c\uc218\uc640 \uadf8 \uc815\uc218\ubc30 \uc8fc\ud30c\uc218\ub97c \uac16\ub294 \uc0ac\uc778\ud30c\ub4e4\uc758 \ud569\uc73c\ub85c \ubd84\ud574\ub420 \uc218 \uc788\uc73c\uba70, \uac01 \uc0ac\uc778\ud30c\ub294 \ud2b9\uc815\ud55c \uc9c4\ud3ed\uacfc \uc704\uc0c1\uc744 \uac00\uc9c4\ub2e4\ub294 \ub0b4\uc6a9\uc785\ub2c8\ub2e4. \uc9c4\ub3d9 \ubd84\uc11d\uae30\uc5d0\uc11c \uc0ac\uc6a9\ub418\ub294 FFT(\uace0\uc18d \ud478\ub9ac\uc5d0 \ubcc0\ud658) \uc54c\uace0\ub9ac\uc998\uc740 \uc774\ub7ec\ud55c \ubd84\ud574\ub97c \uacc4\uc0b0\uc801\uc73c\ub85c \uc218\ud589\ud558\uc5ec \uc2e0\ud638\uc758 \uace0\uc870\ud30c \uc131\ubd84\uc744 \ub4dc\ub7ec\ub0c5\ub2c8\ub2e4.<\/p>\n<p>\uc21c\uc218\ud55c \uc0ac\uc778\ud30c\ub294 \ub2e8\uc77c \uc8fc\ud30c\uc218 \uc131\ubd84\ub9cc\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uad6c\ud615\ud30c\ub294 \ubaa8\ub4e0 \ud640\uc218 \uace0\uc870\ud30c(1\u00d7, 3\u00d7, 5\u00d7, 7\u00d7\u2026)\ub97c \ud3ec\ud568\ud558\uba70, \uac01 \uace0\uc870\ud30c\uc758 \uc9c4\ud3ed\uc740 n\uc5d0 \ubc18\ube44\ub840\ud558\uc5ec \uac10\uc18c\ud569\ub2c8\ub2e4. \ud1b1\ub2c8\ud30c\ub294 \ubaa8\ub4e0 \uace0\uc870\ud30c\ub97c \ud3ec\ud568\ud558\uba70, \uac01 \uace0\uc870\ud30c\uc758 \uc9c4\ud3ed\uc740 n\uc5d0 \ubc18\ube44\ub840\ud558\uc5ec \uac10\uc18c\ud569\ub2c8\ub2e4. \uc65c\uace1\uc758 \ud2b9\uc815 \ud615\ud0dc\uc5d0 \ub530\ub77c \uc5b4\ub5a4 \uace0\uc870\ud30c\uac00 \ub098\ud0c0\ub098\ub294\uc9c0\uac00 \uacb0\uc815\ub418\ub294\ub370, \uc774\uac83\uc774 \ubc14\ub85c \uace0\uc870\ud30c \ubd84\uc11d\uc774 \ub9e4\uc6b0 \uac15\ub825\ud55c \uc9c4\ub2e8 \ub3c4\uad6c\uc778 \uc774\uc720\uc785\ub2c8\ub2e4.<\/p>\n<h3>\uace0\uc870\ud30c\ub97c \uc0dd\uc131\ud558\ub294 \ubb3c\ub9ac\uc801 \uba54\ucee4\ub2c8\uc998<\/h3>\n<ul>\n<li><strong>\ud30c\ud615 \uc798\ub9bc\/\uc808\ub2e8:<\/strong> \ucd95\uc758 \uc6c0\uc9c1\uc784\uc774 \ubb3c\ub9ac\uc801\uc73c\ub85c \uc81c\ud55c\ub420 \ub54c(\ubca0\uc5b4\ub9c1 \ud558\uc6b0\uc9d5, \ub9c8\ucc30 \uc811\ucd09 \ub4f1), \uacb0\uacfc\uc801\uc73c\ub85c \ud30c\ud615\uc774 \uc798\ub824\ub098\uac00\uba74\uc11c \uace0\uc870\ud30c\uac00 \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \ud30c\ud615 \uc798\ub9bc \ud604\uc0c1\uc774 \uc2ec\ud560\uc218\ub85d \ub354 \ub9ce\uc740 \uace0\uc870\ud30c\uac00 \uc0dd\uc131\ub429\ub2c8\ub2e4.<\/li>\n<li><strong>\ube44\ub300\uce6d \uac15\uc131:<\/strong> \uc9c4\ub3d9 \uc8fc\uae30\uc758 \uc591\uc758 \ubc18\ucabd\uacfc \uc74c\uc758 \ubc18\ucabd \uc0ac\uc774\uc5d0\uc11c \uc2dc\uc2a4\ud15c \uac15\uc131\uc774 \ub2e4\ub97c \uacbd\uc6b0(\uade0\uc5f4\ub41c \ucd95\uc758 \uac1c\ud3d0, \uc815\ub82c \ubd88\ub7c9\uc73c\ub85c \uc778\ud55c \uc778\uc7a5\/\uc555\ucd95 \uac15\uc131 \ucc28\uc774 \ub4f1), \uc9dd\uc218 \uace0\uc870\ud30c(2\ubc30, 4\ubc30, 6\ubc30)\uac00 \ubc1c\uc0dd\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\ucda9\uaca9 \uc774\ubca4\ud2b8:<\/strong> \uc8fc\uae30\uc801\uc778 \ucda9\uaca9(\ub290\uc2a8\ud55c \ubcfc\ud2b8, \ubca0\uc5b4\ub9c1 \uacb0\ud568\uc73c\ub85c \uc778\ud55c \ucda9\uaca9)\uc740 \ub9c8\uce58 \ub4dc\ub7fc \uc2a4\ud2f1\uc774 \ub9ce\uc740 \ubc30\uc74c\uc744 \ub9cc\ub4e4\uc5b4\ub0b4\ub294 \uac83\ucc98\ub7fc, \ub9e4\uc6b0 \ud48d\ubd80\ud55c \ubc30\uc74c \uc131\ubd84\uc744 \uac00\uc9c4 \ub0a0\uce74\ub86d\uace0 \uc9e7\uc740 \uc9c0\uc18d \uc2dc\uac04\uc758 \ud30c\ud615\uc744 \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\ube44\uc120\ud615 \ubcf5\uc6d0\ub825:<\/strong> \ubcc0\uc704\uc5d0 \ub530\ub77c \uac15\uc131\uc774 \ubcc0\ud558\ub294 \uacbd\uc6b0(\uac00\ubcc0 \ud558\uc911\uc744 \ubc1b\ub294 \ubca0\uc5b4\ub9c1, \uc810\uc9c4\uc801 \ubcc0\uc704 \uace0\ubb34 \ub9c8\uc6b4\ud2b8 \ub4f1), \uc815\ud604\ud30c \ud798\uc5d0 \ub300\ud55c \uc751\ub2f5\uc5d0\ub294 \uace0\uc870\ud30c\uac00 \ud3ec\ud568\ub429\ub2c8\ub2e4.<\/li>\n<li><strong>\ub9e4\uac1c\ubcc0\uc218 \uc5ec\uae30:<\/strong> \uc2dc\uc2a4\ud15c \ud2b9\uc131\uc774 \ucd95 \ud68c\uc804 \uc18d\ub3c4\uc640 \uad00\ub828\ub41c \uc8fc\ud30c\uc218\ub85c \uc8fc\uae30\uc801\uc73c\ub85c \ubcc0\ud560 \ub54c, \uc5ec\uae30 \uc8fc\ud30c\uc218\uc758 \uace0\uc870\ud30c \ubc0f \ud558\uc704 \uace0\uc870\ud30c\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n<div class=\"info-box success\">\n<div class=\"box-title\">\ud575\uc2ec \uc9c4\ub2e8 \uc6d0\uce59<\/div>\n<p>\uc874\uc7ac\ud558\ub294 \uace0\uc870\ud30c\uc758 \ud328\ud134, \uc0c1\ub300\uc801\uc778 \uc9c4\ud3ed, \uadf8\ub9ac\uace0 \ub098\ud0c0\ub098\uc9c0 \uc54a\ub294 \uace0\uc870\ud30c\ub97c \ud1b5\ud574 \ubd84\uc11d\uac00\ub294 \ube44\uc120\ud615\uc131\uc744 \ubc1c\uc0dd\uc2dc\ud0a4\ub294 \ubb3c\ub9ac\uc801 \uba54\ucee4\ub2c8\uc998\uc744 \ud30c\uc545\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc219\ub828\ub41c \ubd84\uc11d\uac00\ub294 \ud2b9\uc815 \uace0\uc7a5 \uba54\ucee4\ub2c8\uc998\uc744 \uc2dd\ubcc4\ud558\uae30 \uc704\ud574 \uc804\uccb4 \uc9c4\ub3d9 \uc218\uc900\ubfd0\ub9cc \uc544\ub2c8\ub77c \uc2a4\ud399\ud2b8\ub7fc\uc758 \uc644\uc804\ud55c \uace0\uc870\ud30c \uad6c\uc870\ub97c \uc870\uc0ac\ud569\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<h2 id=\"fault-signatures\">\uc0c1\uc138 \uacb0\ud568 \ud2b9\uc9d5 \u2014 \uace0\uc870\ud30c \ud328\ud134<\/h2>\n<h3>1\u00d7 \uc9c0\ubc30\uc801 \u2014 \ubd88\ud3c9\ud615<\/h3>\n<p>1\ubc30\uc728\uc5d0\uc11c \ub69c\ub837\ud55c \ud53c\ud06c\uac00 \ub098\ud0c0\ub098\uace0 \uace0\ucc28 \uace0\uc870\ud30c\uac00 \ucd5c\uc18c\ud654\ub418\ub294 \uac83\uc740 \uc804\ud615\uc801\uc778 \ud2b9\uc9d5\uc785\ub2c8\ub2e4. <strong><a href=\"https:\/\/vibromera.eu\/ko\/glossary\/unbalance\/\">\uc9c8\ub7c9 \ubd88\ud3c9\ud615<\/a><\/strong>. \ubd88\ud3c9\ud615\ub825\uc740 \ubcf8\uc9c8\uc801\uc73c\ub85c \uc815\ud604\ud30c \ud615\ud0dc(\ucd95\uc758 \ud68c\uc804 \uc8fc\ud30c\uc218\uc640 1\ubc30\ub85c \ud68c\uc804)\ub97c \ub760\ubbc0\ub85c \uc8fc\ud30c\uc218 \uc601\uc5ed\uc5d0\uc11c \uae68\ub057\ud55c \ub2e8\uc77c \ud53c\ud06c\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/p>\n<h4>\uc9c4\ub2e8 \uc138\ubd80 \uc815\ubcf4<\/h4>\n<ul>\n<li><strong>\uc9c4\ud3ed:<\/strong> \uc18d\ub3c4\u00b2\uc5d0 \ube44\ub840\ud558\uace0(\uc18d\ub3c4\uac00 \ub450 \ubc30\uac00 \ub418\uba74 \uc9c4\ud3ed\uc740 4\ubc30 \uc99d\uac00) \ubd88\uade0\ud615 \uc9c8\ub7c9\uc5d0 \ube44\ub840\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\ub2e8\uacc4:<\/strong> \uc548\uc815\uc801\uc774\uace0, \ubc18\ubcf5 \uac00\ub2a5\ud558\uba70, \ub2e8\uc77c \uac12\uc744 \uac16\ub294\ub2e4. \uc2dc\ud5d8 \ucd94 \ucd94\uac00\uc5d0 \ub530\ub77c \uc608\uce21 \uac00\ub2a5\ud55c \ubcc0\ud654\ub97c \ubcf4\uc778\ub2e4. \uc774\uac83\uc774 \ubaa8\ub4e0 \uac83\uc758 \uae30\ubcf8\uc774\ub2e4. <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/%eb%b0%b8%eb%9f%b0%ec%8b%b1\/\">\ubc38\ub7f0\uc2f1 \uc808\ucc28<\/a><\/li>\n<li><strong>\ubc29\ud5a5:<\/strong> \uc8fc\ub85c \ubc29\uc0ac\ud615\uc774\uba70, \ub85c\ud130\uc5d0 \uc0c1\ub2f9\ud55c \ub3cc\ucd9c\ubd80\uac00 \uc5c6\ub294 \ud55c \ucd95 \ubc29\ud5a5 1\ubc30\uc728\uc740 \ub0ae\uc2b5\ub2c8\ub2e4.<\/li>\n<li><strong>\ud655\uc778:<\/strong> \uc2dc\ud5d8\uc6a9 \ucd94\uc5d0 \ub300\ud55c \ubc18\uc751\uc744 \ud1b5\ud574 \ubd88\uade0\ud615\uc744 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub9cc\uc57d 1\u00d7\uac00 \uc2dc\ud5d8\uc6a9 \ucd94\uc5d0 \ubc18\uc751\ud558\uc9c0 \uc54a\ub294\ub2e4\uba74, \ucd95\uc758 \ud728, \ud3b8\uc2ec \ub610\ub294 \uacf5\uc9c4 \ud604\uc0c1\uc744 \uace0\ub824\ud574 \ubcf4\uc2ed\uc2dc\uc624.<\/li>\n<\/ul>\n<div class=\"info-box warning\">\n<div class=\"box-title\">\ubaa8\ub4e0 1\ubc30 \uc9c4\ub3d9\uc774 \ubd88\ud3c9\ud615\uc744 \uc758\ubbf8\ud558\ub294 \uac83\uc740 \uc544\ub2d9\ub2c8\ub2e4.<\/div>\n<p>\ubc38\ub7f0\uc2f1\uc73c\ub85c \ubcf4\uc815\ud560 \uc218 \uc5c6\ub294 \ub192\uc740 1\u00d7 \uac12\uc744 \uc720\ubc1c\ud558\ub294 \uba87 \uac00\uc9c0 \uc694\uc778\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc694\uc778\uc5d0\ub294 \ucd95 \ud728, \ucd95 \ud3b8\uc2ec, \uadfc\uc811 \uc13c\uc11c\uc758 \uc804\uae30\uc801 \ub7f0\uc544\uc6c3, \uc5f4 \ud6a8\uacfc\ub85c \uc778\ud55c \ub85c\ud130 \ud71c \ud604\uc0c1, \ucee4\ud50c\ub9c1 \ud3b8\uc2ec \ub4f1\uc774 \uc788\uc73c\uba70, <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/resonance\/\">\uacf5\uba85<\/a> \uc99d\ud3ed. \ubc38\ub7f0\uc2f1\uc744 \uc2dc\ub3c4\ud558\uae30 \uc804\uc5d0 \ud56d\uc0c1 \uc9c4\ub2e8\uc744 \ud655\uc778\ud558\uc2ed\uc2dc\uc624.<\/p>\n<\/p><\/div>\n<h3>2\ubc30 \uc6b0\uc138 \u2014 \uc815\ub82c \ubd88\ub7c9<\/h3>\n<p>1\ubc30 \ud53c\ud06c\uc640 \ube44\uc2b7\ud558\uac70\ub098 \uadf8 \uc774\uc0c1\uc758 \uc9c4\ud3ed\uc744 \uac16\ub294 \uac15\ub825\ud55c 2\ucc28 \uace0\uc870\ud30c\ub294 \uc8fc\uc694 \uc9c0\ud45c\uc785\ub2c8\ub2e4. <strong><a href=\"https:\/\/vibromera.eu\/ko\/glossary\/misalignment\/\">\ucd95 \uc815\ub82c \ubd88\ub7c9<\/a><\/strong>. \uc815\ub82c \ubd88\ub7c9\uc740 \ud68c\uc804\ud558\ub294 \ub3d9\uc548 \ucd95\uc774 \ube44\uc815\ud604\ud30c \uacbd\ub85c\ub97c \ub530\ub77c \uc6c0\uc9c1\uc774\uac8c \ud558\uc5ec 2\ubc30 \uc774\uc0c1\uc758 \uace0\uc870\ud30c\ub97c \ubc1c\uc0dd\uc2dc\ud0a4\ub294 \uc65c\uace1\uc744 \ucd08\ub798\ud569\ub2c8\ub2e4.<\/p>\n<h4>\uac01\ub3c4 \uc815\ub82c \ubd88\ub7c9 vs. \ud3c9\ud589 \uc815\ub82c \ubd88\ub7c9<\/h4>\n<ul>\n<li><strong>\uac01\ub3c4 \uc815\ub82c \ubd88\ub7c9:<\/strong> \ucd95 \uc911\uc2ec\uc120\uc774 \ucee4\ud50c\ub9c1\uc5d0\uc11c \uac01\ub3c4\ub97c \uc774\ub8e8\uba70 \uad50\ucc28\ud569\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \ub192\uc740 1\ubc30 \ucd95 \ubc29\ud5a5 \uc9c4\ub3d9\uc774 \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \ucee4\ud50c\ub9c1\uc744 \uac00\ub85c\uc9c0\ub974\ub294 \uc704\uc0c1\ucc28\ub294 \ucd95 \ubc29\ud5a5\uc73c\ub85c \uc57d 180\u00b0 \uc815\ub3c4 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.<\/li>\n<li><strong>\ud3c9\ud589(\uc624\ud504\uc14b) \uc815\ub82c \ubd88\ub7c9:<\/strong> \ucd95 \uc911\uc2ec\uc120\uc740 \ud3c9\ud589\ud558\uc9c0\ub9cc \uc5b4\uae0b\ub098 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 2\ubc30\uc758 \ub192\uc740 \ubc18\uacbd \ubc29\ud5a5 \uc9c4\ub3d9\uc774 \ubc1c\uc0dd\ud558\uba70, \uc885\uc885 2\ubc30\uac00 1\ubc30 \uc774\uc0c1\uc785\ub2c8\ub2e4. \uc2ec\ud55c \uacbd\uc6b0\uc5d0\ub294 3\ubc30 \ubc0f 4\ubc30\uae4c\uc9c0 \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \ucee4\ud50c\ub9c1\uc744 \uac00\ub85c\uc9c0\ub974\ub294 \ubc18\uacbd \ubc29\ud5a5 \uc704\uc0c1\uc740 \uc57d 180\u00b0\uc758 \ucc28\uc774\ub97c \ubcf4\uc785\ub2c8\ub2e4.<\/li>\n<li><strong>\uc885\ud569:<\/strong> \uc2e4\uc81c\ub85c\ub294 \ub450 \uac00\uc9c0\uac00 \uacf5\uc874\ud558\ub294 \uacbd\uc6b0\uac00 \ub9ce\uc544 \ud2b9\uc9d5\uc774 \ud63c\ud569\ub418\uc5b4 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h4>\uc9c4\ub2e8 \uc9c0\ud45c\ub85c\uc11c\uc758 2\u00d7\/1\u00d7 \ube44\uc728<\/h4>\n<table class=\"article-table\">\n<thead>\n<tr>\n<th>2\u00d7\/1\u00d7 \ube44\uc728<\/th>\n<th>\uc608\uc0c1\ub418\ub294 \uc0c1\ud0dc<\/th>\n<th>\uc870\uce58<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"mono\">&lt; 0.25<\/td>\n<td>\uc815\uc0c1; \ub300\ubd80\ubd84\uc758 \uae30\uacc4\uc5d0\uc11c \ub0ae\uc740 \uc218\uc900\uc73c\ub85c 2\ubc30 \uc874\uc7ac<\/td>\n<td>\uc544\ubb34\ub7f0 \uc870\uce58\ub3c4 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">0.25 - 0.50<\/td>\n<td>\uc57d\uac04\uc758 \uc815\ub82c \ubd88\ub7c9\uc740 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc73c\uba70, \uc77c\ubd80 \ucee4\ud50c\ub9c1 \uc720\ud615\uc5d0\uc11c\ub294 \uc815\uc0c1\uc801\uc778 \ud604\uc0c1\uc785\ub2c8\ub2e4.<\/td>\n<td>\uc815\ub82c \uc0c1\ud0dc\ub97c \ud655\uc778\ud558\uace0 \uae30\uc900\uc120\uacfc \ube44\uad50\ud558\uc2ed\uc2dc\uc624.<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">0.50 - 1.00<\/td>\n<td>\uc0c1\ub2f9\ud55c \uc815\ub82c \ubd88\ub7c9 \uac00\ub2a5\uc131 \uc788\uc74c<\/td>\n<td>\uc815\ubc00 \ub808\uc774\uc800 \uc815\ub82c\uc744 \uc218\ud589\ud569\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">&gt; 1.00<\/td>\n<td>\uc2ec\uac01\ud55c \uc815\ub82c \ubd88\ub7c9; 2\ubc30\uc728\uc774 1\ubc30\uc728\uc744 \ucd08\uacfc\ud568<\/td>\n<td>\uae34\uae09 \u2014 \uc7ac\uc815\ub82c; \uc5f0\uacb0\ubd80 \ubc0f \ubc30\uad00 \uc7a5\ub825 \uc810\uac80<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>\ub2e4\uc911 \uace0\uc870\ud30c \u2014 \uae30\uacc4\uc801 \ud480\ub9bc<\/h3>\n<p>\ud48d\ubd80\ud55c \uc77c\ub828\uc758 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/running-speed\/\">\uc6b4\uc804 \uc18d\ub3c4<\/a> harmonics (1\u00d7, 2\u00d7, 3\u00d7, 4\u00d7, 5\u00d7\u2026 to 10\u00d7 or more) indicate <strong>\uae30\uacc4\uc801 \ud480\ub9bc<\/strong>. \ucda9\uaca9, \uc9c4\ub3d9, \uadf8\ub9ac\uace0 \ube44\uc120\ud615\uc801\uc778 \uc811\ucd09\/\ubd84\ub9ac \uc8fc\uae30\ub294 \uadf9\uc2ec\ud55c \ud30c\ud615 \uc65c\uace1\uc744 \ubc1c\uc0dd\uc2dc\ud0a4\uace0, \uc774\ub294 \uc5ec\ub7ec \uace0\uc870\ud30c \uc131\ubd84\uc73c\ub85c \ubd84\ud574\ub429\ub2c8\ub2e4.<\/p>\n<h4>\uae30\uacc4\uc801 \ud480\ub9bc\uc758 \uc138 \uac00\uc9c0 \uc720\ud615<\/h4>\n<ul>\n<li><strong>A\ud615 \u2014 \uad6c\uc870\uc801:<\/strong> \uae30\uacc4\uc640 \uae30\ucd08 \uc0ac\uc774\uc758 \uc5f0\uacb0\uc774 \ub290\uc2a8\ud568(\ubd80\uc2e4\ud55c \ubc1b\uce68\ub300, \uade0\uc5f4\uc774 \uc788\ub294 \uae30\ucd08, \ub290\uc2a8\ud55c \uc575\ucee4 \ubcfc\ud2b8). \ub290\uc2a8\ud55c \ubc29\ud5a5\uc73c\ub85c \ub354 \ud070 \ubc29\ud5a5\uc131 1\u00d7 \uc9c4\ub3d9\uc774 \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \ud575\uc2ec \ud14c\uc2a4\ud2b8: 1\u00d7 \uc9c4\ud3ed\uc744 \ubaa8\ub2c8\ud130\ub9c1\ud558\uba74\uc11c \uac1c\ubcc4 \ubcfc\ud2b8\ub97c \uc870\uc774\uac70\ub098 \ud489\ub2c8\ub2e4.<\/li>\n<li><strong>B\ud615 \u2014 \uad6c\uc131 \uc694\uc18c:<\/strong> \ucea1\uc758 \ubca0\uc5b4\ub9c1 \ub77c\uc774\ub108 \uc774\uc644, \ud558\uc6b0\uc9d5\uc5d0 \ucea1 \uc774\uc644, \uacfc\ub3c4\ud55c \ubca0\uc5b4\ub9c1 \ud2c8\uc0c8. \uc870\ud654\ud30c \uacc4\uc5f4\uc744 \uc0dd\uc131\ud558\uba70, \uc885\uc885 \ubd80\uc870\ud654\ud30c(\u00bd\u00d7)\ub97c \ud3ec\ud568\ud569\ub2c8\ub2e4. \ubd80\uc870\ud654\ud30c\ub294 \ubbf8\uc815\ub82c\uacfc\uc758 \uc8fc\uc694 \uad6c\ubcc4 \ud2b9\uc9d5\uc785\ub2c8\ub2e4(\ubbf8\uc815\ub82c\uc774 \uc544\ub2cc \uc774\uc644\uc774 \ubd80\uc870\ud654\ud30c\ub97c \uc0dd\uc131\ud568).<\/li>\n<li><strong>C\ud615 \u2014 \ubca0\uc5b4\ub9c1 \uc2dc\ud2b8:<\/strong> \ucd95\uc5d0 \uc784\ud3a0\ub7ec\uac00 \ud5d0\uac70\uc6cc\uc9c0\uace0, \ucee4\ud50c\ub9c1 \ud5c8\ube0c\uac00 \ud5d0\uac70\uc6cc\uc84c\uc73c\uba70, \ubca0\uc5b4\ub9c1 \uac04\uadf9\uc774 \uacfc\ub3c4\ud558\uc5ec \ub85c\ud130\uac00 \ud754\ub4e4\ub9bd\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \uad11\ub300\uc5ed \uc7a1\uc74c \ub808\ubca8\uc774 \uc0c1\uc2b9\ud558\ub294 \ub2e4\uc218\uc758 \uace0\uc870\ud30c\uac00 \ubc1c\uc0dd\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<div class=\"info-box\">\n<div class=\"box-title\">\ubd84\uc218 \uace0\uc870\ud30c(\uc11c\ube0c\ud558\ubaa8\ub2c9): \uae30\uacc4\uc801 \ub290\uc2a8\ud568\uc758 \ud2b9\uc9d5\uc801 \uc8fc\ud30c\uc218 \ud328\ud134<\/div>\n<p>\uc11c\ube0c\ud558\ubaa8\ub2c9(\u00bd\u00d7, \u2153\u00d7)\uc758 \uc874\uc7ac\ub294 \ud5d0\uac70\uc6c0\uacfc \uc815\ub82c \ubd88\ub7c9\uc744 \uad6c\ubd84\ud558\ub294 \uac00\uc7a5 \ud655\uc2e4\ud55c \uc9c0\ud45c\uc785\ub2c8\ub2e4. \uc815\ub82c \ubd88\ub7c9\uc740 2\u00d7 \ubc0f 3\u00d7\ub97c \ubc1c\uc0dd\uc2dc\ud0a4\uc9c0\ub9cc \uc11c\ube0c\ud558\ubaa8\ub2c9\uc740 \uac70\uc758 \ubc1c\uc0dd\uc2dc\ud0a4\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ud5d0\uac70\uc6c0(B\ud615 \ubc0f C\ud615)\uc740 \ud68c\uc804\uc790\uac00 \ubc18 \ubc14\ud034 \ud68c\uc804\ud560 \ub54c \ubca0\uc5b4\ub9c1\uc758 \ud55c\ucabd \uba74\uc5d0 \uc811\ucd09\ud558\uace0 \ub2e4\uc74c \ubc18 \ubc14\ud034 \ud68c\uc804\ud560 \ub54c \ub2e4\ub978 \ucabd \uba74\uc5d0 \uc811\ucd09\ud558\uba74\uc11c \ub450 \ubc14\ud034 \ud68c\uc804\ub9c8\ub2e4 \ubc18\ubcf5\ub418\ub294 \ud328\ud134\uc744 \uc0dd\uc131\ud558\uae30 \ub54c\ubb38\uc5d0 \ud2b9\uc9d5\uc801\uc73c\ub85c \u00bd\u00d7\ub97c \ubc1c\uc0dd\uc2dc\ud0b5\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<h3>\uae30\ud0c0 \uace0\uc870\ud30c \ubc1c\uc0dd \uc870\uac74<\/h3>\n<h4>\uad6c\ubd80\ub7ec\uc9c4 \uc0e4\ud504\ud2b8<\/h4>\n<p>\ub192\uc740 \ucd95 \ubc29\ud5a5 \uc131\ubd84\uc744 \uac00\uc9c4 1\u00d7 \ubc0f 2\u00d7 \uc9c4\ub3d9\uc744 \ubaa8\ub450 \ubc1c\uc0dd\uc2dc\ud0b5\ub2c8\ub2e4. \uc815\ub82c \ubd88\ub7c9\uacfc\ub294 \ub2ec\ub9ac, <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/bent-shaft\/\">\uad6c\ubd80\ub7ec\uc9c4 \uc0e4\ud504\ud2b8<\/a> \uc774\ub294 \ubc38\ub7f0\uc2f1\uc73c\ub85c\ub294 \uad50\uc815\ud560 \uc218 \uc5c6\ub294 1\u00d7 \uc9c4\ub3d9 \uc131\ubd84(\uc9c8\ub7c9 \ubd84\ud3ec\uac00 \uc544\ub2cc \uae30\ud558\ud559\uc801 \ud3b8\uc2ec)\uacfc \ucd95 \uc591 \ub05d\ub2e8 \uac04\uc758 \uc57d 180\u00b0\uc5d0 \ub2ec\ud558\ub294 \ucd95 \ubc29\ud5a5 \uc704\uc0c1 \ucc28\uc774\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. 2\u00d7 \uc131\ubd84\uc740 \ud68c\uc804 \uc911\uc5d0 \uad7d\ud798\uc774 \ubc8c\uc5b4\uc84c\ub2e4 \ub2eb\ud788\uba74\uc11c \ubc1c\uc0dd\ud558\ub294 \ube44\ub300\uce6d \uac15\uc131\uc5d0\uc11c \ube44\ub86f\ub429\ub2c8\ub2e4.<\/p>\n<h4>\uc655\ubcf5 \uc6b4\ub3d9 \uae30\uacc4<\/h4>\n<p>\uc5d4\uc9c4, \uc555\ucd95\uae30 \ubc0f \uc655\ubcf5 \uc6b4\ub3d9 \uae30\uacc4\ub294 \ud53c\uc2a4\ud1a4\/\ud06c\ub7ad\ud06c\ucd95 \uc6b4\ub3d9\uc774 \uadfc\ubcf8\uc801\uc73c\ub85c \ube44\uc815\ud604\ud30c\uc774\uae30 \ub54c\ubb38\uc5d0 \ubcf8\uc9c8\uc801\uc73c\ub85c \ud48d\ubd80\ud55c \uace0\uc870\ud30c \uc2a4\ud399\ud2b8\ub7fc\uc744 \uc0dd\uc131\ud569\ub2c8\ub2e4. \uace0\uc870\ud30c \ud328\ud134\uc740 \uc2e4\ub9b0\ub354 \uc218, \uc810\ud654 \uc21c\uc11c \ubc0f \ud589\uc815 \uc720\ud615(2\ud589\uc815 vs. 4\ud589\uc815)\uc5d0 \ub530\ub77c \ub2ec\ub77c\uc9d1\ub2c8\ub2e4.<\/p>\n<h4>\ub85c\ud130 \ub7ec\ube59<\/h4>\n<p>\ubd80\ubd84\uc801\uc778 \ub9c8\ucc30(\ud68c\uc804\uc758 \uc77c\ubd80 \ub3d9\uc548\ub9cc \uc811\ucd09)\uc740 \ub9ce\uc740 \uace0\ucc28 \uace0\uc870\ud30c\ub97c \uc0dd\uc131\ud558\uba70, \ub54c\ub85c\ub294 10\ubc30, 20\ubc30 \ub610\ub294 \uadf8 \uc774\uc0c1\uc758 \uace0\ucc28 \uace0\uc870\ud30c\uac00 \ubc1c\uc0dd\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4. \uc644\uc804\ud55c \ud658\ud615 \ub9c8\ucc30(360\u00b0 \uc5f0\uc18d \uc811\ucd09)\uc740 \uc5ed\uc138\ucc28 \uc6b4\ub3d9 \uba54\ucee4\ub2c8\uc998\uc744 \ud1b5\ud574 \uc8fc\uc694 \ubd84\uc870\ud30c(\u00bd\u00d7, \u2153\u00d7, \u00bc\u00d7)\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/p>\n<h4>\ubaa8\ud130\uc758 \uc804\uae30\uc801 \ubb38\uc81c<\/h4>\n<p>\uad50\ub958 \ubaa8\ud130\ub294 \ucd95 \ud68c\uc804 \uc18d\ub3c4\uc640 \uad00\uacc4\uc5c6\uc774 \uc804\uc6d0 \uc8fc\ud30c\uc218(50Hz \ub610\ub294 60Hz)\uc758 \ubc30\uc218\ub85c \uc9c4\ub3d9\uc744 \ubc1c\uc0dd\uc2dc\ud0b5\ub2c8\ub2e4. \uac00\uc7a5 \uc77c\ubc18\uc801\uc778 \uacbd\uc6b0\ub294 \uc804\uc6d0 \uc8fc\ud30c\uc218\uc758 2\ubc30(50Hz \uc2dc\uc2a4\ud15c\uc5d0\uc11c\ub294 100Hz, 60Hz \uc2dc\uc2a4\ud15c\uc5d0\uc11c\ub294 120Hz)\uc785\ub2c8\ub2e4. \uc774\ub294 \ucd95 \ud68c\uc804 \uc18d\ub3c4\uc758 \uace0\uc870\ud30c\uac00 \uc544\ub2c8\ub77c \uc804\uc6d0 \uc8fc\ud30c\uc218\uc758 \uace0\uc870\ud30c\uc774\uba70, \uc774\uac83\uc774 \uc804\uae30\uc801 \uc9c4\ub3d9\uacfc \uae30\uacc4\uc801 \uc9c4\ub3d9\uc744 \uad6c\ubd84\ud558\ub294 \ud575\uc2ec\uc785\ub2c8\ub2e4. <strong>\uc804\uc6d0 \ucc28\ub2e8 \uc2dc\ud5d8<\/strong> \ud655\uc2e4\ud55c \uac83\uc740 \uc804\uae30\uc801 \uc9c4\ub3d9\uc740 \uc804\uc6d0\uc774 \ucc28\ub2e8\ub418\uba74 \uc989\uc2dc \uc0ac\ub77c\uc9c0\uc9c0\ub9cc, \uae30\uacc4\uc801 \uc9c4\ub3d9\uc740 \uac10\uc18d\ud558\ub294 \ub3d9\uc548\uc5d0\ub3c4 \uc9c0\uc18d\ub41c\ub2e4\ub294 \uc810\uc785\ub2c8\ub2e4.<\/p>\n<p>\ub85c\ud130 \ubc14\uc758 \uacb0\ud568\uc73c\ub85c \uc778\ud574 1\u00d7 \uc8fc\ubcc0\uc5d0 \uadf9 \ud1b5\uacfc \uc8fc\ud30c\uc218 \uac04\uaca9\uc73c\ub85c \uce21\ud30c\ub300\uac00 \ubc1c\uc0dd\ud569\ub2c8\ub2e4 (<a href=\"https:\/\/vibromera.eu\/ko\/glossary\/slip-frequency\/\">\uc2ac\ub9bd \uc8fc\ud30c\uc218<\/a> \u00d7 \uadf9\uc218). \uc774\ub7ec\ud55c \uce21\ub300\uc5ed\uc740 1\u00d7\uc5d0 \ub9e4\uc6b0 \uadfc\uc811\ud574 \uc788\uc73c\uba70(1~5 Hz \uc774\ub0b4), \uace0\ud574\uc0c1\ub3c4\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/zoom-fft\/\">\uc90c FFT<\/a> \ud574\uacb0\uc744 \uc704\ud55c \ubd84\uc11d.<\/p>\n<h2 id=\"non-synchronous\">\ube44\ub3d9\uae30 \uc8fc\ud30c\uc218 \u2014 \uc9c4\uc815\ud55c \uace0\uc870\ud30c\uac00 \uc544\ub2d8<\/h2>\n<p>\uba87\uba87 \uc911\uc694\ud55c \uc8fc\ud30c\uc218\ub4e4\uc774 \ub54c\ub54c\ub85c \uace0\uc870\ud30c\uc640 \ud63c\ub3d9\ub418\uc9c0\ub9cc, \uc2e4\uc81c\ub85c\ub294 \ucd95 \ud68c\uc804 \uc18d\ub3c4\uc640\ub294 \ubb34\uad00\ud569\ub2c8\ub2e4.<\/p>\n<table class=\"article-table\">\n<thead>\n<tr>\n<th>\uc8fc\ud30c\uc218 \uc720\ud615<\/th>\n<th>\uacf5\uc2dd<\/th>\n<th>RPM\uacfc\uc758 \uad00\uacc4<\/th>\n<th>\ucc38\uace0<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\ubca0\uc5b4\ub9c1 \uacb0\ud568 \uc8fc\ud30c\uc218<\/td>\n<td class=\"mono\"><a href=\"https:\/\/vibromera.eu\/ko\/calculators\/bearing-defect-frequencies\/\">BPFO, BPFI, BSF, FTF<\/a><\/td>\n<td>\uc815\uc218\uac00 \uc544\ub2cc \ubc30\uc218 (\uc608: 3.57\u00d7, 5.43\u00d7)<\/td>\n<td>\ud56d\uc0c1 \ube44\ub3d9\uae30\uc2dd\uc774\uba70 \ubca0\uc5b4\ub9c1 \ud615\uc0c1\uc5d0 \ub530\ub77c \ub2ec\ub77c\uc9d1\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/vibromera.eu\/ko\/glossary\/gear-mesh-frequency\/\">\uae30\uc5b4 \ub9de\ubb3c\ub9bc \uc8fc\ud30c\uc218<\/a><\/td>\n<td class=\"mono\">GMF = \uce58\uc218 \u00d7 RPM<\/td>\n<td>\uc815\uc218\uc774\uc9c0\ub9cc \ub9e4\uc6b0 \ub192\uc740 \ucc28\uc218\uc785\ub2c8\ub2e4.<\/td>\n<td>\uc5c4\ubc00\ud788 \ub9d0\ud558\uba74 \uace0\uc870\ud30c(\ud558\ubaa8\ub2c9)\uc774\uc9c0\ub9cc \ubcc4\ub3c4\ub85c \ubd84\uc11d\ub429\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>\ube14\ub808\uc774\ub4dc\/\ubca0\uc778 \ud1b5\uacfc<\/td>\n<td class=\"mono\">BPF = #\ube14\ub808\uc774\ub4dc \u00d7 RPM<\/td>\n<td>\uc815\uc218 \ubc30\uc218<\/td>\n<td>\uc815\uc0c1\uc785\ub2c8\ub2e4. \uacfc\ub3c4\ud55c \uc9c4\ud3ed\uc740 \ubb38\uc81c\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>\ub77c\uc778 \uc8fc\ud30c\uc218<\/td>\n<td class=\"mono\">FL = 50 \ub610\ub294 60Hz<\/td>\n<td>RPM\uacfc\ub294 \uad00\ub828\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.<\/td>\n<td>\uc804\uae30; \uc804\uc6d0 \ucc28\ub2e8 \uc2dc \uc0ac\ub77c\uc9d0<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/vibromera.eu\/ko\/glossary\/natural-frequency\/\">\uace0\uc720 \uc9c4\ub3d9\uc218<\/a><\/td>\n<td class=\"mono\">\uc5d0\ud504<sub>n<\/sub> = \u221a(k\/m)\/2\u03c0<\/td>\n<td>\uace0\uc815; RPM\uacfc \ubb34\uad00<\/td>\n<td>\uc18d\ub3c4 \ubcc0\ud654\uc5d0 \uad00\uacc4\uc5c6\uc774 \uc77c\uc815\ud55c \uc8fc\ud30c\uc218<\/td>\n<\/tr>\n<tr>\n<td>\ubca8\ud2b8 \uc8fc\ud30c\uc218<\/td>\n<td class=\"mono\">\uc5d0\ud504<sub>\ubca8\ud2b8<\/sub> = RPM \u00d7 \u03c0 \u00d7 D\/L<\/td>\n<td>\uc11c\ube0c\ub3d9\uae30(&lt; \ucd95\uc18d\ub3c4)<\/td>\n<td>\ubca8\ud2b8 \uc8fc\ud30c\uc218 \ubc0f \uadf8 \uace0\uc870\ud30c 2\u00d7, 3\u00d7, 4\u00d7 BF<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"analysis-guide\">\ubd84\uc11d \uac00\uc774\ub4dc \u2014 \uace0\uc870\ud30c \ud328\ud134 \ud574\uc11d \ubc29\ubc95<\/h2>\n<h3>1\ub2e8\uacc4: \uae30\ubcf8 \uc694\uc18c(1\u00d7)\ub97c \uc2dd\ubcc4\ud569\ub2c8\ub2e4.<\/h3>\n<p>\ucd95 \ud68c\uc804 \uc18d\ub3c4\uc5d0 \ud574\ub2f9\ud558\ub294 1\u00d7 \ud53c\ud06c\ub97c \ucc3e\uc73c\uc2ed\uc2dc\uc624. \ub2e4\uc74c\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud655\uc778\ud558\uc2ed\uc2dc\uc624. <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/tachometer\/\">\ud0c0\ucf54\ubbf8\ud130<\/a> \ub610\ub294 \ubaa8\ud130 \uba85\ud310. \uac00\ubcc0 \uc18d\ub3c4 \uae30\uacc4\uc758 \uacbd\uc6b0, \uac01 \uce21\uc815 \uc2dc\ub9c8\ub2e4 1\u00d7\ub97c \uc815\ud655\ud558\uac8c \uc2dd\ubcc4\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n<h3>2\ub2e8\uacc4: \ubaa8\ub4e0 \ud53c\ud06c\ub97c \ubaa9\ub85d\ud654\ud569\ub2c8\ub2e4.<\/h3>\n<p>\uac01 \uc8fc\uc694 \ud53c\ud06c\uc5d0 \ub300\ud574 \ub2e4\uc74c\uc744 \ud655\uc778\ud558\uc2ed\uc2dc\uc624. 1\u00d7\uc758 \uc815\ud655\ud55c \uc815\uc218\ubc30(\uc9c4\uc815\ud55c \uace0\uc870\ud30c)\uc778\uac00? \uc18c\uc218\ubc30(\ud558\uc704 \uace0\uc870\ud30c)\uc778\uac00? \ucd95 \ud68c\uc804 \uc18d\ub3c4\uc640 \ubb34\uad00\ud55c\uac00(\ube44\ub3d9\uae30)? \ud6a8\uc728\uc131\uc744 \uc704\ud574 \ubd84\uc11d\uae30\uc758 \uace0\uc870\ud30c \ucee4\uc11c \uae30\ub2a5\uc744 \ud65c\uc6a9\ud558\uc2ed\uc2dc\uc624.<\/p>\n<h3>3\ub2e8\uacc4: \uc9c4\ud3ed \ud328\ud134\uc744 \ubd84\uc11d\ud569\ub2c8\ub2e4.<\/h3>\n<ul>\n<li>\uc5b4\ub5a4 \uace0\uc870\ud30c\uac00 \uc9c0\ubc30\uc801\uc778\uac00\uc694? \u2192 \ud2b9\uc815 \uacb0\ud568\uc744 \uac00\ub9ac\ud0b5\ub2c8\ub2e4<\/li>\n<li>\uc874\uc7ac\ud558\ub294 \uace0\uc870\ud30c\uc758 \uc218\ub294 \uba87 \uac1c\uc785\ub2c8\uae4c? \u2192 \ub9ce\uc744\uc218\ub85d \uc65c\uace1\uc774 \uc2ec\ud574\uc9d1\ub2c8\ub2e4.<\/li>\n<li>2\ubc30\uac00 1\ubc30\ub97c \ucd08\uacfc\ud569\ub2c8\uae4c? \u2192 \uc815\ub82c \uc624\ub958\uc77c \uac00\ub2a5\uc131\uc774 \ub192\uc2b5\ub2c8\ub2e4.<\/li>\n<li>\uc11c\ube0c\ud558\ubaa8\ub2c9\uc774 \uc874\uc7ac\ud569\ub2c8\uae4c? \u2192 \ud5d0\uac70\uc6c0, \ub9c8\ucc30, \ub610\ub294 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/oil-whirl\/\">\uc624\uc77c \ud6e8(Oil Whirl)<\/a><\/li>\n<li>\uc9c4\ud3ed\uc774 \ucc28\uc218\uc5d0 \ub530\ub77c \uac10\uc18c\ud558\ub294\uac00(1\/n \uac10\uc1e0)? \u2192 \ub290\uc2a8\ud55c \uad6c\uc870\uc5d0\uc11c \ud754\ud788 \ub098\ud0c0\ub098\ub294 \ud604\uc0c1<\/li>\n<\/ul>\n<h3>4\ub2e8\uacc4: \ubc29\ud5a5\uc131 \ud655\uc778<\/h3>\n<ul>\n<li><strong>\ub192\uc740 \ubc29\uc0ac\ud615, \ub0ae\uc740 \ucd95 \ubc29\ud5a5:<\/strong> \ubd88\ud3c9\ud615 \ub610\ub294 \ud480\ub9bc<\/li>\n<li><strong>\ub192\uc740 \ucd95 \ubc29\ud5a5:<\/strong> \uc815\ub82c \ubd88\ub7c9(\ud2b9\ud788 \uac01\ub3c4 \ubd88\ub7c9) \ub610\ub294 \ucd95\uc758 \ud728<\/li>\n<li><strong>\ubc29\ud5a5 \ubc29\uc0ac\ud615:<\/strong> \uad6c\uc870\uc801 \ub290\uc2a8\ud568 (\ub290\uc2a8\ud55c \ubc29\ud5a5\uc73c\ub85c \uac08\uc218\ub85d \ub192\uc74c)<\/li>\n<\/ul>\n<h3>5\ub2e8\uacc4: \uc2dc\uac04 \uacbd\uacfc\uc5d0 \ub530\ub978 \ucd94\uc138<\/h3>\n<ul>\n<li>\uace0\uc870\ud30c \uc9c4\ud3ed\uc774 \uc99d\uac00\ud558\uace0 \uc788\uc2b5\ub2c8\uae4c? \u2192 \uacb0\ud568\uc774 \uc9c4\ud589\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<li>\uc0c8\ub85c\uc6b4 \uace0\uc870\ud30c\uac00 \ub098\ud0c0\ub098\uace0 \uc788\uc2b5\ub2c8\uae4c? \u2192 \uc0c8\ub85c\uc6b4 \uace0\uc7a5 \uba54\ucee4\ub2c8\uc998\uc774 \ubc1c\uc0dd\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<li>\ub178\uc774\uc988 \ud50c\ub85c\uc5b4\uac00 \uc0c1\uc2b9\ud558\uace0 \uc788\uc2b5\ub2c8\uae4c? \u2192 \uc77c\ubc18\uc801\uc778 \ub9c8\ubaa8 \ub610\ub294 \ud6c4\uae30 \uace0\uc7a5<\/li>\n<\/ul>\n<h3>6\ub2e8\uacc4: \uc704\uc0c1 \ub370\uc774\ud130\uc640 \uc0c1\uad00\uad00\uacc4 \ubd84\uc11d<\/h3>\n<ul>\n<li><strong>\ubd88\uade0\ud615:<\/strong> 1\u00d7 \uc704\uc0c1\uc740 \uc548\uc815\uc801\uc774\uba70 \uc7ac\ud604 \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\uc815\ub82c \ubd88\ub7c9:<\/strong> 1\u00d7 \ub610\ub294 2\u00d7 \uc704\uc0c1\uc740 \ucee4\ud50c\ub9c1 \uc804\ud6c4\ub85c \uc57d 180\u00b0\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4.<\/li>\n<li><strong>\ub8e8\uc988\ub2c8\uc2a4:<\/strong> \uc704\uc0c1\uc774 \ubd88\uc548\uc815\ud558\uc5ec \uce21\uc815\uac12 \uc0ac\uc774\uc5d0 \ubb34\uc791\uc704\ub85c \ubcc0\ub3d9\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n<p>\uc2e4\uc81c\ub85c\ub294 \ud734\ub300\uc6a9 2\ucc44\ub110 \uacc4\uce21\uae30(\uc608: <a href=\"https:\/\/vibromera.eu\/ko\/%ec%a0%9c%ed%92%88\/%eb%b0%9c%eb%9e%80%ec%85%8b-1\/\">\ubc1c\ub780\uc14b-1A<\/a>: \uac00\uc18d\ub3c4\uacc4\ub97c \uc7a5\ucc29\ud558\uace0, \uae30\uacc4\uac00 \uc791\ub3d9\ud558\ub294 \ub3d9\uc548 \uc2a4\ud399\ud2b8\ub7fc\uacfc 1\ucc28 \uc704\uc0c1\uc744 \uce21\uc815\ud558\uba70, \uadf8 \uacb0\uacfc\ub97c \uc704\uc758 \uc9c4\ub2e8\ud45c\uc640 \uc9c1\uc811 \ub300\uc870\ud558\uc5ec \uace0\uc870\ud30c \ud328\ud134\uc744 \ud655\uc778\ud55c \ub2e4\uc74c, \ub85c\ud130\ub97c \ubd84\ub9ac\ud558\uc9c0 \uc54a\uace0 \uc794\ub958 \ubd88\uade0\ud615\uc744 \ubcf4\uc815\ud569\ub2c8\ub2e4.<\/p>\n<h2 id=\"case-studies\">\uc0ac\ub840 \uc5f0\uad6c \u2014 \uc2e4\uc81c \uc870\ud654 \ud574\uc11d<\/h2>\n<div class=\"example-block\">\n<div class=\"example-title\">\uc0ac\ub840 1: \ubaa8\ud130-\ud38c\ud504 \u2014 \ubd88\ud3c9\ud615\uc778\uac00, \uc815\ub82c \ubd88\ub7c9\uc778\uac00?<\/div>\n<p><strong>\uae30\uacc4:<\/strong> 30kW \ubaa8\ud130\uac00 \ud50c\ub809\uc2dc\ube14 \ucee4\ud50c\ub9c1\uc744 \ud1b5\ud574 \uc6d0\uc2ec \ud38c\ud504\ub97c 2960RPM\uc73c\ub85c \uad6c\ub3d9\ud569\ub2c8\ub2e4. \uc804\uccb4 \uc9c4\ub3d9\uc740 \ubaa8\ud130 \uad6c\ub3d9\ub2e8 \ubca0\uc5b4\ub9c1\uc5d0\uc11c 6.2mm\/s\uc785\ub2c8\ub2e4.<\/p>\n<p><strong>\uc2a4\ud399\ud2b8\ub7fc:<\/strong> 1\u00d7 = 4.1 mm\/s, 2\u00d7 = 3.8 mm\/s, 3\u00d7 = 1.2 mm\/s. 2\u00d7\/1\u00d7 \ube44\uc728 = 0.93.<\/p>\n<p><strong>\ubc29\ud5a5:<\/strong> \uc591\ucabd \uad6c\ub3d9\ub2e8 \ubca0\uc5b4\ub9c1\uc5d0\uc11c \ub808\uc774\ub514\uc5bc 2\u00d7 \uc131\ubd84\uc774 \ub192\uc74c. \ucee4\ud50c\ub9c1\uc5d0\uc11c \ucd95\ubc29\ud5a5 1\u00d7 \uc131\ubd84: \ubaa8\ud130 = 2.8 mm\/s, \ud38c\ud504 = 3.1 mm\/s, \uc704\uc0c1\ucc28 165\u00b0.<\/p>\n<p><strong>\uc9c4\ub2e8:<\/strong> \uac01\ub3c4 \ubc0f \ud3c9\ud589 \uc815\ub82c \ubd88\ub7c9\uc774 \ubcf5\ud569\uc801\uc73c\ub85c \ub098\ud0c0\ub0ac\uc2b5\ub2c8\ub2e4. 2\u00d7\/1\u00d7 \ube44\uc728\uc774 1.0\uc5d0 \uac00\uae5d\uace0, \ucd95 \ubc29\ud5a5 \uce21\uc815\uac12\uc774 \ub192\uc73c\uba70, \ucee4\ud50c\ub9c1 \uc804\uccb4\uc5d0 \uac78\uccd0 \uc57d 180\u00b0\uc758 \uc704\uc0c1\ucc28\uac00 \ub098\ud0c0\ub098\ub294 \uac83\uc774 \uc774\ub97c \ub4b7\ubc1b\uce68\ud569\ub2c8\ub2e4. \ubd88\uade0\ud615\uc740 \uc544\ub2d9\ub2c8\ub2e4. 1\u00d7 \uac12\uc774 \ub192\uac8c \ub098\ud0c0\ub098\uae34 \ud588\uc9c0\ub9cc, \uc2e4\uc81c \uc6d0\uc778\uc740 2\u00d7 \ud328\ud134\uc5d0 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p><strong>\ud589\ub3d9:<\/strong> \ub808\uc774\uc800 \uc815\ub82c \uc791\uc5c5\uc774 \uc218\ud589\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc815\ub82c \ud6c4: 1\u00d7 = 0.8 mm\/s, 2\u00d7 = 0.3 mm\/s. \uc804\uccb4 \uc9c4\ub3d9\uac12\uc774 1.1 mm\/s\ub85c \uac10\uc18c\ud588\uc73c\uba70, \uc774\ub294 82% \uac10\uc18c\uc5d0 \ud574\ub2f9\ud569\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<div class=\"example-block\">\n<div class=\"example-title\">\uc0ac\ub840 2: \ud32c \u2014 \uc65c \uade0\ud615 \uc7a1\uae30\uac00 \uc798 \uc548 \ub420\uae4c?<\/div>\n<p><strong>\uae30\uacc4:<\/strong> \uc6d0\uc2ec \ud32c, 1480 RPM. \uc9c4\ub3d9: 8.5 mm\/s. \uc774\uc804 \ubc38\ub7f0\uc2f1 \uc791\uc5c5\uc5d0\uc11c 1\u00d7 \uc131\ubd84\uc740 \uac10\uc18c\ud588\uc9c0\ub9cc \uc804\uccb4\uc801\uc778 \uc9c4\ub3d9\uc740 \uc5ec\uc804\ud788 \ub192\uc740 \uc218\uc900\uc785\ub2c8\ub2e4.<\/p>\n<p><strong>\uc2a4\ud399\ud2b8\ub7fc:<\/strong> 1\u00d7 = 2.1 mm\/s (\ubc38\ub7f0\uc2f1 \ud6c4 \ub0ae\uc74c), \u00bd\u00d7 = 1.8 mm\/s, 2\u00d7 = 3.2 mm\/s, 3\u00d7 = 2.5 mm\/s, 4\u00d7 = 1.8 mm\/s, 5\u00d7 = 1.1 mm\/s, 6\u00d7 = 0.7 mm\/s.<\/p>\n<p><strong>\uc9c4\ub2e8:<\/strong> \uae30\uacc4\uc801 \uc720\uaca9(B\ud615). 1\/2\ubc30 \ud558\uc704 \uace0\uc870\ud30c\ub97c \ud3ec\ud568\ud558\ub294 \uace0\uc870\ud30c \uacc4\uc5f4\uc774 \ud2b9\uc9d5\uc785\ub2c8\ub2e4. \ubc38\ub7f0\uc2f1\uc744 \ud1b5\ud574 1\ubc30 \ubcf4\uc815\uc740 \ub418\uc5c8\uc9c0\ub9cc, \uc804\uccb4 \uc9c4\ub3d9\uc744 \uc9c0\ubc30\ud558\ub294 \uc720\uaca9\uc73c\ub85c \uc778\ud574 \ubc1c\uc0dd\ud558\ub294 \uace0\uc870\ud30c\ub294 \ud574\uacb0\ud560 \uc218 \uc5c6\uc5c8\uc2b5\ub2c8\ub2e4.<\/p>\n<p><strong>\ud589\ub3d9:<\/strong> \uc810\uac80 \uacb0\uacfc \ubca0\uc5b4\ub9c1 \ud558\uc6b0\uc9d5\uc774 \ubc1b\uce68\ub300 \uad6c\uba4d\uc5d0\uc11c 0.08mm \ud5d0\uac70\uc6cc\uc9c4 \uac83\uc774 \ud655\uc778\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud558\uc6b0\uc9d5\uc744 \uc7ac\uac00\uacf5\ud558\uace0 \uc0c8 \ubca0\uc5b4\ub9c1\uc744 \uc7a5\ucc29\ud588\uc2b5\ub2c8\ub2e4. \uc218\ub9ac \ud6c4 \ubaa8\ub4e0 \uace0\uc870\ud30c\uac00 \uae30\uc900\uc120 \uc218\uc900\uc73c\ub85c \ub5a8\uc5b4\uc84c\uc2b5\ub2c8\ub2e4. \uc804\uccb4 \uc9c4\ub3d9\uac12: 1.4mm\/s.<\/p>\n<\/p><\/div>\n<div class=\"example-block\">\n<div class=\"example-title\">\uc0ac\ub840 3: \uc555\ucd95\uae30 \ubaa8\ud130 \u2014 \uc804\uae30\uc2dd\uc778\uac00 \uae30\uacc4\uc2dd\uc778\uac00?<\/div>\n<p><strong>\uae30\uacc4:<\/strong> 4\uadf9, 50Hz, 1485RPM\uc73c\ub85c \ud68c\uc804\ud558\ub294 \uc720\ub3c4 \uc804\ub3d9\uae30\uac00 \uc2a4\ud06c\ub958 \uc555\ucd95\uae30\ub97c \uad6c\ub3d9\ud558\uace0 \uc788\ub2e4. \uc9c4\ub3d9\uc774 3\uac1c\uc6d4 \ub3d9\uc548 2.0mm\/s\uc5d0\uc11c 5.5mm\/s\ub85c \uc99d\uac00\ud588\ub2e4.<\/p>\n<p><strong>\uc2a4\ud399\ud2b8\ub7fc:<\/strong> 100Hz(= 2FL)\uc5d0\uc11c \uc8fc\uc694 \ud53c\ud06c\uac00 \ub098\ud0c0\ub0a8. \ub610\ud55c, 24.75Hz\uc5d0\uc11c 1\u00d7 \ud53c\ud06c(1.2mm\/s)\uac00 \ub098\ud0c0\ub098\uace0, 1\u00d7 \uc8fc\ubcc0\uc758 \uce21\ud30c\ub300\ub294 \u00b11.0Hz \uac04\uaca9\uc73c\ub85c \ub098\ud0c0\ub0a8.<\/p>\n<p><strong>\ud575\uc2ec \ud14c\uc2a4\ud2b8:<\/strong> \uc815\uc804 \uc2dc 100Hz \ud53c\ud06c\ub294 \ud55c \ubc14\ud034 \ud68c\uc804 \ub0b4\uc5d0 0\uc73c\ub85c \ub5a8\uc5b4\uc84c\uc2b5\ub2c8\ub2e4. 1\u00d7 \uce21\ud30c\ub300\ub294 \ucf54\uc2a4\ud2b8\ub2e4\uc6b4(\ud0c0\uc131 \uac10\uc18d) \uc911\uc5d0\ub3c4 \uc9c0\uc18d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.<\/p>\n<p><strong>\uc9c4\ub2e8:<\/strong> \ub450 \uac00\uc9c0 \ubb38\uc81c: (1) \uc804\uae30\uc801 - 2FL\uc744 \uc720\ubc1c\ud558\ub294 \uace0\uc815\uc790 \ud3b8\uc2ec. (2) \uae30\uacc4\uc801 - \u00b11.0Hz(= 1.0% \uc2ac\ub9bd\uc774 \uc788\ub294 4\uadf9 \ubaa8\ud130\uc758 \uadf9 \ud1b5\uacfc \uc8fc\ud30c\uc218)\uc5d0\uc11c\uc758 1\u00d7 \uce21\ud30c\ub300\ub294 \ud68c\uc804\uc790 \ub9c9\ub300 \uacb0\ud568\uc774 \ubc1c\uc0dd\ud558\uace0 \uc788\uc74c\uc744 \uc2dc\uc0ac\ud569\ub2c8\ub2e4.<\/p>\n<p><strong>\ud589\ub3d9:<\/strong> \ubaa8\ud130\ub97c \uc7ac\uad8c\uc120 \uc791\uc5c5 \uc758\ub8b0\ud588\uc2b5\ub2c8\ub2e4. \ud655\uc778 \uacb0\uacfc, \ub85c\ud130 \ubc14 2\uac1c\uac00 \ud30c\uc190\ub418\uc5c8\uace0, \ubca0\uc774\uc2a4 \ucc98\uc9d0\uc73c\ub85c \uc778\ud55c \uc2a4\ud14c\uc774\ud130 \ud3b8\uc2ec\uc774 \ubc1c\uacac\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc7ac\uad8c\uc120 \ubc0f \uc2ec \uc870\uc815 \ud6c4 \uc9c4\ub3d9 \uc218\uc900\uc740 1.6 mm\/s\ub85c \uac10\uc18c\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<div class=\"info-box success\">\n<div class=\"box-title\">\uace0\uc870\ud30c \ubd84\uc11d\uc744 \uc704\ud55c Vibromera \uc7a5\ube44<\/div>\n<p>\uadf8 <a href=\"https:\/\/vibromera.eu\/ko\/%ec%a0%9c%ed%92%88\/%eb%b0%9c%eb%9e%80%ec%85%8b-1\/\">\ubc1c\ub780\uc14b-1A<\/a> \ubc0f <a href=\"https:\/\/vibromera.eu\/ko\/%ec%a0%9c%ed%92%88\/%eb%b0%9c%eb%9e%80%ec%85%8b-4\/\">\ubc1c\ub780\uc14b-4<\/a> \uc2e4\uc2dc\uac04\uc73c\ub85c \uc81c\uacf5\ud569\ub2c8\ub2e4 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/fft\/\">FFT \uc2a4\ud399\ud2b8\ub7fc \ubd84\uc11d<\/a> \uace0\uc870\ud30c \ucee4\uc11c \ucd94\uc801 \uae30\ub2a5\uc744 \ud1b5\ud574 1\ubc30, 2\ubc30, 3\ubc30 \ud328\ud134\uc758 \ud604\uc7a5 \uc2dd\ubcc4 \ubc0f \uace0\uc7a5 \uc9c4\ub2e8\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4. \uc774 \uc7a5\uce58\ub294 \uc9c4\ub2e8\uc744 \uc704\ud55c \uc9c4\ub3d9 \ubd84\uc11d\uacfc \uc815\ubc00\ub3c4\ub97c \uacb0\ud569\ud569\ub2c8\ub2e4. <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/%eb%b0%b8%eb%9f%b0%ec%8b%b1\/\">\ubc38\ub7f0\uc2f1<\/a> \uad50\uc815\uc744 \uc704\ud574 \u2014 \ubb38\uc81c\ub97c \ud30c\uc545\ud558\uace0 \ud558\ub098\uc758 \uae30\uae30\ub85c \ud574\uacb0\ud558\ub294 \uac83\uc785\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<hr style=\"margin: 48px 0 24px; border: none; border-top: 1px solid var(--border-light);\">\n<p><a href=\"https:\/\/vibromera.eu\/ko\/glossary\/\">\u2190 \uc6a9\uc5b4\uc9d1 \uc0c9\uc778\uc73c\ub85c \ub3cc\uc544\uac00\uae30<\/a><\/p>\n<\/article>\n<p>      <!-- TOC SIDEBAR --><\/p>\n<aside class=\"toc-sidebar\">\n<div class=\"toc-box\">\n<h3>\uc774 \ud398\uc774\uc9c0\uc5d0\uc11c<\/h3>\n<p>          <a href=\"#calculator\">\ud558\ubaa8\ub2c9 \uacc4\uc0b0\uae30<\/a><br \/>\n          <a href=\"#diagnostic-cards\">\uacb0\ud568 \ud328\ud134 \uce74\ub4dc<\/a><br \/>\n          <a href=\"#diagnostic-table\">\uc9c4\ub2e8\ud45c<\/a><br \/>\n          <a href=\"#definition\">\uc815\uc758<\/a><br \/>\n          <a href=\"#why-generated\">\uc0dd\uc131 \uc774\uc720<\/a><br \/>\n          <a class=\"sub\" href=\"#why-generated\">\ud478\ub9ac\uc5d0\uc758 \uc815\ub9ac<\/a><br \/>\n          <a class=\"sub\" href=\"#why-generated\">\ubb3c\ub9ac\uc801 \uba54\ucee4\ub2c8\uc998<\/a><br \/>\n          <a href=\"#fault-signatures\">\uacb0\ud568 \uc2e0\ud638<\/a><br \/>\n          <a class=\"sub\" href=\"#fault-signatures\">1\u00d7 \u2014 \ubd88\ud3c9\ud615<\/a><br \/>\n          <a class=\"sub\" href=\"#fault-signatures\">2\u00d7 \u2014 \uc815\ub82c \ubd88\ub7c9<\/a><br \/>\n          <a class=\"sub\" href=\"#fault-signatures\">\ub2e4\uc218 \u00d7 \u2014 \ub290\uc2a8\ud568<\/a><br \/>\n          <a class=\"sub\" href=\"#fault-signatures\">\uad7d\uc740 \ucd95, \ub9c8\ucc30, \uc804\uae30<\/a><br \/>\n          <a href=\"#non-synchronous\">\ube44\ub3d9\uae30 \ud53c\ud06c<\/a><br \/>\n          <a href=\"#analysis-guide\">\ubd84\uc11d \uac00\uc774\ub4dc (6\ub2e8\uacc4)<\/a><br \/>\n          <a href=\"#case-studies\">\uc0ac\ub840 \uc5f0\uad6c<\/a>\n        <\/div>\n<div class=\"toc-box\" style=\"margin-top: 24px; background: var(--navy); border-color: var(--navy);\">\n<h3 style=\"color: var(--white);\">\ubc14\uc774\ube0c\ub85c\uba54\ub77c \uc7a5\ube44<\/h3>\n<p style=\"color: rgba(255,255,255,0.6); font-size: 13px; margin-bottom: 12px;\">\ud734\ub300\uc6a9 FFT \uc2a4\ud399\ud2b8\ub7fc \ubd84\uc11d \ubc0f \uc815\ubc00 \ubc38\ub7f0\uc2f1 \uae30\ub2a5\uc744 \ud558\ub098\uc758 \uc7a5\uce58\uc5d0 \ub2f4\uc558\uc2b5\ub2c8\ub2e4.<\/p>\n<p>          <a href=\"https:\/\/vibromera.eu\/ko\/%ec%a0%9c%ed%92%88\/%eb%b0%9c%eb%9e%80%ec%85%8b-1\/\" style=\"display: block; padding: 8px 14px; background: var(--blue); color: white; border-radius: 6px; text-align: center; font-weight: 600; font-size: 14px; text-decoration: none; margin-bottom: 8px; border-left: none;\">Balanset-1A \u2192<\/a><br \/>\n          <a href=\"https:\/\/vibromera.eu\/ko\/%ec%a0%9c%ed%92%88\/%eb%b0%9c%eb%9e%80%ec%85%8b-4\/\" style=\"display: block; padding: 8px 14px; background: rgba(255,255,255,0.1); color: white; border-radius: 6px; text-align: center; font-weight: 600; font-size: 14px; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); border-left: none;\">Balanset-4 \u2192<\/a>\n        <\/div>\n<\/aside><\/div>\n<\/p><\/div>\n<p><\/main><\/p>\n<p><!-- SHOP CTA --><\/p>\n<section class=\"shop-cta\">\n<div class=\"container\">\n<h2>\uc804\ubb38 \uc9c4\ub3d9 \ubd84\uc11d &amp; \ubc38\ub7f0\uc2f1<\/h2>\n<p>Vibromera\uc758 \ud734\ub300\uc6a9 \uc7a5\ube44\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud604\uc7a5\uc5d0\uc11c \uace0\uc870\ud30c \ud328\ud134\uc744 \uc9c4\ub2e8\ud558\uace0 \ub85c\ud130\ub97c \uade0\ud615 \uc870\uc815\ud558\uc138\uc694. FFT \uc2a4\ud399\ud2b8\ub7fc, \uc704\uc0c1 \uce21\uc815, ISO \ud45c\uc900 \uc900\uc218 \uade0\ud615 \uc870\uc815\uc774 \ud558\ub098\uc758 \uae30\uae30\ub85c \ubaa8\ub450 \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/p>\n<p>    <a href=\"https:\/\/vibromera.eu\/ko\/shop\/\" class=\"cta-btn\">\uc7a5\ube44 \ucc3e\uc544\ubcf4\uae30 \u2192<\/a>\n  <\/div>\n<\/section>\n<p><!-- FOOTER --><\/p>\n<footer class=\"page-footer\">\n<div class=\"container\">\n<p><a href=\"https:\/\/vibromera.eu\/ko\/glossary\/\">\u2190 \uc6a9\uc5b4\uc9d1\uc73c\ub85c \ub3cc\uc544\uac00\uae30<\/a> &nbsp;|&nbsp; <a href=\"https:\/\/vibromera.eu\/ko\/\">\uc9c4\ub3d9\uba54\ub77c.eu<\/a><\/p>\n<\/p><\/div>\n<\/footer>\n<hr>\n<p><a href=\"https:\/\/vibromera.eu\/ko\/glossary\/\">\u2190 \uba54\uc778 \uc778\ub371\uc2a4\ub85c \ub3cc\uc544\uac00\uae30<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>\uc9c4\ub3d9 \ubd84\uc11d\uc5d0\uc11c \uace0\uc870\ud30c\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc138\uc694. \uae30\ubcf8 \uc8fc\ud30c\uc218\uc758 \uc815\uc218\ubc30\uc778 \uace0\uc870\ud30c\uac00 \uc5b4\ub5bb\uac8c \uc0dd\uc131\ub418\ub294\uc9c0, \uadf8\ub9ac\uace0 \uc815\ub82c \ubd88\ub7c9\uc774\ub098 \ub290\uc2a8\ud568 \ub4f1 \uae30\uacc4 \uc0c1\ud0dc\uc5d0 \ub300\ud574 \uc5b4\ub5a4 \uc815\ubcf4\ub97c \uc81c\uacf5\ud558\ub294\uc9c0 \uc774\ud574\ud569\ub2c8\ub2e4.<\/p>","protected":false},"featured_media":0,"template":"","meta":{"ai_generated_summary":"","footnotes":""},"categories":[114,109],"tags":[],"class_list":["post-136","glossary","type-glossary","status-publish","hentry","category-analysis","category-glossary"],"_links":{"self":[{"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/glossary\/136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/glossary"}],"about":[{"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/types\/glossary"}],"version-history":[{"count":5,"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/glossary\/136\/revisions"}],"predecessor-version":[{"id":101731,"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/glossary\/136\/revisions\/101731"}],"wp:attachment":[{"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/media?parent=136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/categories?post=136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/tags?post=136"}],"curies":[{"name":"\uc6cc\ub4dc\ud504\ub808\uc2a4","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}