{"id":130,"date":"2025-10-31T00:25:51","date_gmt":"2025-10-31T00:25:51","guid":{"rendered":"https:\/\/vibromera.eu\/glossary\/g-grade\/"},"modified":"2026-06-08T04:12:22","modified_gmt":"2026-06-08T04:12:22","slug":"g-grade","status":"publish","type":"glossary","link":"https:\/\/vibromera.eu\/hi\/glossary\/g-grade\/","title":{"rendered":"\u0938\u0902\u0924\u0941\u0932\u0928 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0917\u094d\u0930\u0947\u0921 (\u091c\u0940-\u0917\u094d\u0930\u0947\u0921) \u0915\u094d\u092f\u093e \u0939\u0948\u0902?"},"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  --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}<\/p>\n<p>* { margin: 0; padding: 0; box-sizing: border-box; }<\/p>\n<p>body {\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 15% 75%, rgba(37,99,235,0.15) 0%, transparent 50%),\n    radial-gradient(circle at 85% 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='40' height='40' viewBox='0 0 40 40' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Ccircle cx='20' cy='20' r='2'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n  pointer-events: none;\n}\n.hero-inner {\n  max-width: 1280px;\n  margin: 0 auto;\n  padding: 0 48px;\n  position: relative;\n  z-index: 1;\n}\n.hero h1 {\n  font-family: 'DM Serif Display', serif;\n  font-size: 46px;\n  font-weight: 400;\n  line-height: 1.15;\n  margin-bottom: 16px;\n  letter-spacing: -0.5px;\n}\n.hero h1 span { color: var(--blue-light); }\n.hero .subtitle {\n  font-size: 19px;\n  font-weight: 300;\n  color: rgba(255,255,255,0.78);\n  max-width: 800px;\n  line-height: 1.6;\n}\n.breadcrumb {\n  margin-bottom: 20px;\n  font-size: 14px;\n  color: rgba(255,255,255,0.5);\n}\n.breadcrumb a {\n  color: rgba(255,255,255,0.6);\n  text-decoration: none;\n}\n.breadcrumb a:hover { color: rgba(255,255,255,0.9); }<\/p>\n<p>\/* ===== QUICK NAV ===== *\/\n.quick-nav {\n  background: var(--white);\n  border-bottom: 1px solid var(--border-light);\n  position: sticky;\n  top: 0;\n  z-index: 100;\n  box-shadow: var(--shadow-sm);\n}\n.quick-nav-inner {\n  max-width: 1280px;\n  margin: 0 auto;\n  padding: 0 48px;\n  display: flex;\n  gap: 0;\n  overflow-x: auto;\n}\n.quick-nav a {\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  padding: 14px 20px;\n  font-size: 14px;\n  font-weight: 500;\n  color: var(--text-secondary);\n  text-decoration: none;\n  white-space: nowrap;\n  border-bottom: 2px solid transparent;\n  transition: all 0.2s;\n}\n.quick-nav a:hover {\n  color: var(--blue);\n  border-bottom-color: var(--blue);\n  background: var(--blue-ghost);\n}<\/p>\n<p>\/* ===== CONTAINER ===== *\/\n.container {\n  max-width: 1280px;\n  margin: 0 auto;\n  padding: 0 48px;\n}<\/p>\n<p>\/* ===== SUMMARY DASHBOARD ===== *\/\n.summary-dashboard {\n  padding: 40px 0;\n  background: var(--white);\n  border-bottom: 1px solid var(--border-light);\n}\n.dashboard-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 32px;\n}<\/p>\n<p>\/* Calculator *\/\n.calc-panel {\n  background: var(--beige-light);\n  border: 1px solid var(--beige-dark);\n  border-radius: var(--radius-lg);\n  padding: 32px;\n  position: relative;\n  overflow: hidden;\n}\n.calc-panel::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, var(--blue), var(--blue-light));\n}\n.panel-title {\n  font-family: 'DM Serif Display', serif;\n  font-size: 22px;\n  margin-bottom: 6px;\n  color: var(--navy);\n}\n.panel-subtitle {\n  font-size: 14px;\n  color: var(--text-muted);\n  margin-bottom: 24px;\n}\n.calc-form {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n}\n.form-group { display: flex; flex-direction: column; gap: 5px; }\n.form-group.full-width { grid-column: 1 \/ -1; }\n.form-group label {\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--text-secondary);\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n.form-group label .unit {\n  font-weight: 400;\n  text-transform: none;\n  color: var(--text-muted);\n}\n.form-group input, .form-group select {\n  padding: 10px 14px;\n  border: 1px solid var(--border);\n  border-radius: var(--radius-sm);\n  font-size: 15px;\n  font-family: 'JetBrains Mono', monospace;\n  background: var(--white);\n  color: var(--text);\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.form-group input:focus, .form-group select:focus {\n  outline: none;\n  border-color: var(--blue);\n  box-shadow: 0 0 0 3px rgba(37,99,235,0.12);\n}\n.calc-btn {\n  grid-column: 1 \/ -1;\n  padding: 13px;\n  background: var(--blue);\n  color: var(--white);\n  border: none;\n  border-radius: var(--radius-sm);\n  font-size: 15px;\n  font-weight: 600;\n  font-family: 'Source Sans 3', sans-serif;\n  cursor: pointer;\n  transition: all 0.2s;\n  margin-top: 4px;\n}\n.calc-btn:hover {\n  background: var(--navy);\n  transform: translateY(-1px);\n  box-shadow: var(--shadow-md);\n}<\/p>\n<p>\/* Results *\/\n.results-panel {\n  background: var(--navy);\n  border-radius: var(--radius-lg);\n  padding: 32px;\n  color: var(--white);\n  position: relative;\n  overflow: hidden;\n}\n.results-panel::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(circle at 100% 0%, rgba(37,99,235,0.2) 0%, transparent 60%);\n  pointer-events: none;\n}\n.results-panel .panel-title { color: var(--white); }\n.results-panel .panel-subtitle { color: rgba(255,255,255,0.5); }<\/p>\n<p>.result-primary {\n  background: rgba(255,255,255,0.07);\n  border: 1px solid rgba(255,255,255,0.1);\n  border-radius: var(--radius);\n  padding: 24px;\n  text-align: center;\n  margin-bottom: 16px;\n  position: relative;\n  z-index: 1;\n}\n.result-primary .res-label {\n  font-size: 12px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: var(--blue-light);\n  margin-bottom: 8px;\n}\n.result-primary .res-value {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 42px;\n  font-weight: 700;\n  line-height: 1;\n  margin-bottom: 4px;\n}\n.result-primary .res-unit {\n  font-size: 16px;\n  color: rgba(255,255,255,0.5);\n}<\/p>\n<p>.results-secondary {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  position: relative;\n  z-index: 1;\n}\n.res-card {\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.08);\n  border-radius: var(--radius-sm);\n  padding: 16px;\n}\n.res-card .rc-label {\n  font-size: 11px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  color: rgba(255,255,255,0.45);\n  margin-bottom: 4px;\n}\n.res-card .rc-value {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 20px;\n  font-weight: 600;\n}\n.res-card .rc-unit {\n  font-size: 12px;\n  color: rgba(255,255,255,0.4);\n}\n.results-empty {\n  text-align: center;\n  padding: 60px 20px;\n  color: rgba(255,255,255,0.35);\n  font-size: 15px;\n  position: relative;\n  z-index: 1;\n}\n.results-empty .icon { font-size: 36px; margin-bottom: 12px; display: block; }<\/p>\n<p>\/* ===== G-GRADE CARDS ===== *\/\n.grades-section {\n  padding: 40px 0 48px;\n  background: var(--beige-light);\n}\n.section-header {\n  margin-bottom: 28px;\n}\n.section-header h2 {\n  font-family: 'DM Serif Display', serif;\n  font-size: 30px;\n  color: var(--navy);\n  margin-bottom: 6px;\n}\n.section-header p {\n  font-size: 16px;\n  color: var(--text-secondary);\n}<\/p>\n<p>.grade-cards {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n  margin-bottom: 36px;\n}\n.grade-card {\n  background: var(--white);\n  border: 1px solid var(--border-light);\n  border-radius: var(--radius);\n  padding: 20px;\n  box-shadow: var(--shadow-sm);\n  transition: all 0.3s;\n  position: relative;\n  overflow: hidden;\n}\n.grade-card:hover {\n  box-shadow: var(--shadow-lg);\n  transform: translateY(-3px);\n}\n.grade-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 3px;\n}\n.grade-card.precision::before { background: var(--blue); }\n.grade-card.standard::before { background: var(--success); }\n.grade-card.general::before { background: var(--warning); }\n.grade-card.coarse::before { background: var(--danger); }<\/p>\n<p>.gc-grade {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 24px;\n  font-weight: 700;\n  margin-bottom: 2px;\n}\n.grade-card.precision .gc-grade { color: var(--blue); }\n.grade-card.standard .gc-grade { color: var(--success); }\n.grade-card.general .gc-grade { color: var(--warning); }\n.grade-card.coarse .gc-grade { color: var(--danger); }<\/p>\n<p>.gc-velocity {\n  font-size: 12px;\n  font-family: 'JetBrains Mono', monospace;\n  color: var(--text-muted);\n  margin-bottom: 10px;\n}\n.gc-apps {\n  font-size: 13px;\n  color: var(--text-secondary);\n  line-height: 1.5;\n}\n.gc-apps strong {\n  display: block;\n  font-size: 14px;\n  color: var(--text);\n  margin-bottom: 4px;\n}<\/p>\n<p>\/* ===== TABLES ===== *\/\n.table-wrap {\n  background: var(--white);\n  border-radius: var(--radius);\n  border: 1px solid var(--border-light);\n  overflow: hidden;\n  box-shadow: var(--shadow-sm);\n  margin-bottom: 32px;\n}\n.table-wrap .table-title {\n  padding: 16px 24px;\n  font-weight: 600;\n  font-size: 15px;\n  background: var(--beige);\n  border-bottom: 1px solid var(--border-light);\n  color: var(--navy);\n}\ntable {\n  width: 100%;\n  border-collapse: collapse;\n}\ntable th {\n  background: var(--navy);\n  color: var(--white);\n  padding: 12px 16px;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  text-align: left;\n}\ntable td {\n  padding: 11px 16px;\n  font-size: 14px;\n  border-bottom: 1px solid var(--border-light);\n  color: var(--text);\n}\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 {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 13px;\n}\n.tag {\n  display: inline-block;\n  padding: 2px 8px;\n  border-radius: 4px;\n  font-size: 11px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.3px;\n}\n.tag.precision { background: var(--blue-pale); color: var(--navy); }\n.tag.standard { background: var(--success-light); color: #065f46; }\n.tag.general { background: var(--warning-light); color: #92400e; }\n.tag.coarse { background: var(--danger-light); color: #991b1b; }<\/p>\n<p>\/* Comparison mini-table *\/\n.compare-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 24px;\n  margin-bottom: 36px;\n}<\/p>\n<p>\/* ===== MAIN CONTENT ===== *\/\n.main-content {\n  padding: 48px 0 64px;\n  background: var(--white);\n}\n.content-layout {\n  display: grid;\n  grid-template-columns: 1fr 300px;\n  gap: 48px;\n}<\/p>\n<p>\/* TOC sidebar *\/\n.toc-sidebar {\n  position: sticky;\n  top: 80px;\n  align-self: start;\n}\n.toc-box {\n  background: var(--beige-light);\n  border: 1px solid var(--beige-dark);\n  border-radius: var(--radius);\n  padding: 24px;\n}\n.toc-box h3 {\n  font-size: 14px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  color: var(--navy);\n  margin-bottom: 16px;\n}\n.toc-box a {\n  display: block;\n  padding: 6px 0;\n  font-size: 14px;\n  color: var(--text-secondary);\n  text-decoration: none;\n  border-left: 2px solid transparent;\n  padding-left: 12px;\n  transition: all 0.2s;\n}\n.toc-box a:hover {\n  color: var(--blue);\n  border-left-color: var(--blue);\n}\n.toc-box a.sub {\n  padding-left: 28px;\n  font-size: 13px;\n  color: var(--text-muted);\n}<\/p>\n<p>\/* Article *\/\n.article-content h2 {\n  font-family: 'DM Serif Display', serif;\n  font-size: 28px;\n  color: var(--navy);\n  margin: 48px 0 16px;\n  padding-top: 20px;\n}\n.article-content h2:first-child { margin-top: 0; }\n.article-content h3 {\n  font-size: 20px;\n  font-weight: 700;\n  color: var(--navy-light);\n  margin: 32px 0 12px;\n}\n.article-content h4 {\n  font-size: 16px;\n  font-weight: 700;\n  color: var(--text);\n  margin: 24px 0 8px;\n}\n.article-content p {\n  margin-bottom: 16px;\n  color: var(--text);\n  line-height: 1.8;\n}\n.article-content ul, .article-content ol {\n  margin: 0 0 16px 24px;\n  line-height: 1.8;\n}\n.article-content li { margin-bottom: 6px; }\n.article-content li strong { color: var(--navy); }\n.article-content a {\n  color: var(--blue);\n  text-decoration: none;\n  border-bottom: 1px solid transparent;\n  transition: border-color 0.2s;\n}\n.article-content a:hover { border-bottom-color: var(--blue); }<\/p>\n<p>\/* Info boxes *\/\n.info-box {\n  background: var(--blue-ghost);\n  border-left: 4px solid var(--blue);\n  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;\n  padding: 20px 24px;\n  margin: 24px 0;\n}\n.info-box.warning {\n  background: #fffbeb;\n  border-left-color: var(--warning);\n}\n.info-box.success {\n  background: #ecfdf5;\n  border-left-color: var(--success);\n}\n.info-box .box-title {\n  font-weight: 700;\n  font-size: 15px;\n  margin-bottom: 6px;\n  color: var(--navy);\n}\n.info-box p { margin-bottom: 8px; font-size: 14px; }\n.info-box p:last-child { margin-bottom: 0; }<\/p>\n<p>\/* Example block *\/\n.example-block {\n  background: var(--beige-light);\n  border: 1px solid var(--beige-dark);\n  border-radius: var(--radius);\n  padding: 28px;\n  margin: 24px 0;\n}\n.example-block .example-title {\n  font-family: 'DM Serif Display', serif;\n  font-size: 18px;\n  color: var(--navy);\n  margin-bottom: 16px;\n}<\/p>\n<p>\/* Formula highlight *\/\n.formula-box {\n  background: var(--navy);\n  color: var(--white);\n  border-radius: var(--radius);\n  padding: 28px 32px;\n  margin: 24px 0;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.formula-box::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(circle at 80% 50%, rgba(37,99,235,0.15) 0%, transparent 60%);\n  pointer-events: none;\n}\n.formula-box .formula-label {\n  font-size: 12px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: var(--blue-light);\n  margin-bottom: 12px;\n  position: relative;\n}\n.formula-box .formula-main {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 26px;\n  font-weight: 600;\n  position: relative;\n  line-height: 1.4;\n}\n.formula-box .formula-note {\n  font-size: 13px;\n  color: rgba(255,255,255,0.5);\n  margin-top: 12px;\n  position: relative;\n}<\/p>\n<p>\/* Article table *\/\n.article-table {\n  width: 100%;\n  margin: 20px 0;\n  border: 1px solid var(--border-light);\n  border-radius: var(--radius-sm);\n  overflow: hidden;\n}\n.article-table th { padding: 10px 14px; font-size: 12px; }\n.article-table td { padding: 10px 14px; font-size: 14px; }<\/p>\n<p>\/* Visual scale bar *\/\n.scale-bar-wrap {\n  margin: 24px 0;\n}\n.scale-bar-label {\n  display: flex;\n  justify-content: space-between;\n  font-size: 12px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  color: var(--text-muted);\n  margin-bottom: 8px;\n}\n.scale-bar {\n  height: 40px;\n  border-radius: var(--radius-sm);\n  overflow: hidden;\n  display: flex;\n  position: relative;\n}\n.scale-seg {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  font-weight: 700;\n  color: var(--white);\n  transition: flex 0.3s;\n}<\/p>\n<p>\/* ===== SHOP CTA ===== *\/\n.shop-cta {\n  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);\n  padding: 48px 0;\n  color: var(--white);\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.shop-cta::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(circle at 50% 50%, rgba(37,99,235,0.15) 0%, transparent 60%);\n  pointer-events: none;\n}\n.shop-cta h2 {\n  font-family: 'DM Serif Display', serif;\n  font-size: 32px;\n  margin-bottom: 12px;\n  position: relative;\n}\n.shop-cta p {\n  font-size: 17px;\n  color: rgba(255,255,255,0.7);\n  margin-bottom: 28px;\n  max-width: 640px;\n  margin-left: auto;\n  margin-right: auto;\n  position: relative;\n}\n.shop-cta .cta-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 14px 36px;\n  background: var(--blue);\n  color: var(--white);\n  text-decoration: none;\n  border-radius: var(--radius-sm);\n  font-weight: 600;\n  font-size: 16px;\n  transition: all 0.2s;\n  position: relative;\n}\n.shop-cta .cta-btn:hover {\n  background: var(--blue-light);\n  transform: translateY(-2px);\n  box-shadow: 0 8px 24px rgba(37,99,235,0.3);\n}<\/p>\n<p>\/* Footer *\/\n.page-footer {\n  background: var(--beige);\n  border-top: 1px solid var(--beige-dark);\n  padding: 32px 0;\n  text-align: center;\n}\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>\/* Animations *\/\n@keyframes fadeInUp {\n  from { opacity: 0; transform: translateY(16px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n.animate-in { animation: fadeInUp 0.5s ease-out forwards; }\n.delay-1 { animation-delay: 0.1s; opacity: 0; }\n.delay-2 { animation-delay: 0.2s; opacity: 0; }<\/p>\n<p>@media print {\n  .quick-nav, .shop-cta { display: none; }\n  body { min-width: auto; }\n}\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\/hi\/\">\u0918\u0930<\/a> \u2192 <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/\">\u0936\u092c\u094d\u0926\u0915\u094b\u0937<\/a> \u2192 \u092c\u0948\u0932\u0947\u0902\u0938 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0917\u094d\u0930\u0947\u0921 (G-\u0917\u094d\u0930\u0947\u0921)\n    <\/div>\n<h1>\u0938\u092e\u091d\u0928\u093e <span>\u0938\u0902\u0924\u0941\u0932\u0928 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0917\u094d\u0930\u0947\u0921<\/span> (\u091c\u0940-\u0917\u094d\u0930\u0947\u0921)<\/h1>\n<p class=\"subtitle\">\u0938\u094d\u0935\u0940\u0915\u093e\u0930\u094d\u092f \u0905\u0935\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u094b \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0906\u0908\u090f\u0938\u0913-\u092e\u093e\u0928\u0915\u0940\u0915\u0943\u0924 \u0935\u0930\u094d\u0917\u0940\u0915\u0930\u0923 \u092a\u094d\u0930\u0923\u093e\u0932\u0940 - \u091c\u09400.4 \u092a\u0930 \u092a\u0930\u093f\u0936\u0941\u0926\u094d\u0927 \u091c\u093e\u0907\u0930\u094b\u0938\u094d\u0915\u094b\u092a \u0938\u0947 \u0932\u0947\u0915\u0930 \u091c\u09404000 \u092a\u0930 \u092d\u093e\u0930\u0940 \u0938\u092e\u0941\u0926\u094d\u0930\u0940 \u0921\u0940\u091c\u0932 \u0907\u0902\u091c\u0928\u094b\u0902 \u0924\u0915\u0964 \u0915\u0948\u0932\u0915\u0941\u0932\u0947\u091f\u0930, \u0938\u0902\u0926\u0930\u094d\u092d \u0924\u093e\u0932\u093f\u0915\u093e\u0913\u0902 \u0914\u0930 \u0935\u094d\u092f\u093e\u0935\u0939\u093e\u0930\u093f\u0915 \u0909\u0926\u093e\u0939\u0930\u0923\u094b\u0902 \u0938\u0939\u093f\u0924 \u092a\u0942\u0930\u094d\u0923 \u0930\u0942\u092a \u0938\u0947 \u092a\u094d\u0930\u0938\u094d\u0924\u0941\u0924\u0964.<\/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\/hi\/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\/hi\/product\/balanset-1\/\" title=\"\u092a\u094b\u0930\u094d\u091f\u0947\u092c\u0932 \u092c\u0948\u0932\u0947\u0902\u0938\u0930 \u0914\u0930 \u0915\u0902\u092a\u0928 \u0935\u093f\u0936\u094d\u0932\u0947\u0937\u0915 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 \u092a\u0942\u0930\u094d\u0923 \u0915\u093f\u091f \u092a\u094b\u0930\u094d\u091f\u0947\u092c\u0932 \u092c\u0948\u0932\u0947\u0902\u0938\u0930 \u0914\u0930 \u0915\u0902\u092a\u0928 \u0935\u093f\u0936\u094d\u0932\u0947\u0937\u0915\" 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\/hi\/product-category\/devices\/\" rel=\"tag\">\u0909\u092a\u0915\u0930\u0923<\/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\/hi\/product\/balanset-1\/\" title=\"\u092a\u094b\u0930\u094d\u091f\u0947\u092c\u0932 \u092c\u0948\u0932\u0947\u0902\u0938\u0930 \u0914\u0930 \u0915\u0902\u092a\u0928 \u0935\u093f\u0936\u094d\u0932\u0947\u0937\u0915 Balanset-1A\">\u092a\u094b\u0930\u094d\u091f\u0947\u092c\u0932 \u092c\u0948\u0932\u0947\u0902\u0938\u0930 \u0914\u0930 \u0915\u0902\u092a\u0928 \u0935\u093f\u0936\u094d\u0932\u0947\u0937\u0915 \u092c\u093e\u0932\u0947\u0928\u0938\u0947\u091f-1\u090f<\/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> + \u0935\u0948\u091f (\u092f\u0926\u093f \u0932\u093e\u0917\u0942 \u0939\u094b)<\/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=\"\/hi\/wp-json\/wp\/v2\/glossary\/130?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=\"Add to cart\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"Add to cart\" 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=\"\/hi\/wp-json\/wp\/v2\/glossary\/130?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=\"Add to cart: \u201cPortable balancer &amp; Vibration analyzer Balanset-1A\u201d\" rel=\"nofollow\" data-success_message=\"\u201cPortable balancer &amp; Vibration analyzer Balanset-1A\u201d has been added to your cart\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Add to cart<\/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\/hi\/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\/hi\/product\/vibration-sensor\/\" title=\"\u0915\u0902\u092a\u0928 \u0938\u0947\u0902\u0938\u0930\">\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 \u0935\u093e\u0907\u092c\u094d\u0930\u0947\u0936\u0928 \u0938\u0947\u0902\u0938\u0930 \u0915\u093e \u0915\u094d\u0932\u094b\u091c\u093c-\u0905\u092a\" 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\/hi\/product-category\/parts\/\" rel=\"tag\">\u092a\u0941\u0930\u094d\u091c\u0947<\/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\/hi\/product\/vibration-sensor\/\" title=\"\u0915\u0902\u092a\u0928 \u0938\u0947\u0902\u0938\u0930\">\u0915\u0902\u092a\u0928 \u0938\u0947\u0902\u0938\u0930<\/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> + \u0935\u0948\u091f (\u092f\u0926\u093f \u0932\u093e\u0917\u0942 \u0939\u094b)<\/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=\"\/hi\/wp-json\/wp\/v2\/glossary\/130?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=\"Add to cart\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"Add to cart\" 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=\"\/hi\/wp-json\/wp\/v2\/glossary\/130?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=\"Add to cart: \u201cVibration sensor\u201d\" rel=\"nofollow\" data-success_message=\"\u201cVibration sensor\u201d has been added to your cart\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Add to cart<\/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\/hi\/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\/hi\/product\/optical-sensor-for-balanset-and-arbalance\/\" title=\"\u0911\u092a\u094d\u091f\u093f\u0915\u0932 \u0938\u0947\u0902\u0938\u0930 (\u0932\u0947\u091c\u0930 \u091f\u0948\u0915\u094b\u092e\u0940\u091f\u0930)\">\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=\"\u0911\u092a\u094d\u091f\u093f\u0915\u0932 \u0938\u0947\u0902\u0938\u0930 (\u0932\u0947\u091c\u0930 \u091f\u0948\u0915\u094b\u092e\u0940\u091f\u0930)\" 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\/hi\/product-category\/parts\/\" rel=\"tag\">\u092a\u0941\u0930\u094d\u091c\u0947<\/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\/hi\/product\/optical-sensor-for-balanset-and-arbalance\/\" title=\"\u0911\u092a\u094d\u091f\u093f\u0915\u0932 \u0938\u0947\u0902\u0938\u0930 (\u0932\u0947\u091c\u0930 \u091f\u0948\u0915\u094b\u092e\u0940\u091f\u0930)\">\u0911\u092a\u094d\u091f\u093f\u0915\u0932 \u0938\u0947\u0902\u0938\u0930 (\u0932\u0947\u091c\u0930 \u091f\u0948\u0915\u094b\u092e\u0940\u091f\u0930)<\/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> + \u0935\u0948\u091f (\u092f\u0926\u093f \u0932\u093e\u0917\u0942 \u0939\u094b)<\/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=\"\/hi\/wp-json\/wp\/v2\/glossary\/130?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=\"Add to cart\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"Add to cart\" 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=\"\/hi\/wp-json\/wp\/v2\/glossary\/130?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=\"Add to cart: \u201cOptical Sensor (Laser Tachometer)\u201d\" rel=\"nofollow\" data-success_message=\"\u201cOptical Sensor (Laser Tachometer)\u201d has been added to your cart\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Add to cart<\/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\/hi\/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\/hi\/product\/balanset-4\/\" title=\"\u092c\u0948\u0932\u0947\u0902\u0938\u0947\u0902\u091f-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=\"\u0935\u093e\u0907\u092c\u094d\u0930\u094b\u092e\u0947\u0930\u093e \u0930\u094b\u091f\u0930 \u092c\u0948\u0932\u0947\u0902\u0938\u093f\u0902\u0917 \u0915\u093f\u091f: \u0915\u0948\u0930\u0940 \u0915\u0947\u0938, \u092e\u0932\u094d\u091f\u0940-\u091a\u0948\u0928\u0932 \u0938\u093f\u0917\u094d\u0928\u0932 \u0915\u0902\u0921\u0940\u0936\u0928\u0930, \u0939\u0948\u0902\u0921\u0939\u0947\u0932\u094d\u0921 \u090f\u0928\u093e\u0932\u093e\u0907\u091c\u0930, \u092e\u0948\u0917\u094d\u0928\u0947\u091f\u093f\u0915 \u092c\u0947\u0938, \u0935\u093e\u0907\u092c\u094d\u0930\u0947\u0936\u0928 \u0938\u0947\u0902\u0938\u0930 \u0914\u0930 \u0915\u0949\u0907\u0932\u094d\u0921 \u0915\u0947\u092c\u0932\u0964\" 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\/hi\/product-category\/devices\/\" rel=\"tag\">\u0909\u092a\u0915\u0930\u0923<\/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\/hi\/product\/balanset-4\/\" title=\"\u092c\u0948\u0932\u0947\u0902\u0938\u0947\u0902\u091f-4\">\u092c\u0948\u0932\u0947\u0902\u0938\u0947\u0902\u091f-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> + \u0935\u0948\u091f (\u092f\u0926\u093f \u0932\u093e\u0917\u0942 \u0939\u094b)<\/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=\"\/hi\/wp-json\/wp\/v2\/glossary\/130?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=\"Add to cart\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"Add to cart\" 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=\"\/hi\/wp-json\/wp\/v2\/glossary\/130?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=\"Add to cart: \u201cBalanset-4\u201d\" rel=\"nofollow\" data-success_message=\"\u201cBalanset-4\u201d has been added to your cart\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Add to cart<\/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\/hi\/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\/hi\/product\/magnet-stand\/\" title=\"\u091a\u0941\u0902\u092c\u0915\u0940\u092f \u0938\u094d\u091f\u0948\u0902\u0921 \u0907\u0928\u0938\u093e\u0907\u091c\u093c-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=\"\u091a\u0941\u0902\u092c\u0915 \u0906\u0927\u093e\u0930\u0964\" 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\/hi\/product-category\/parts\/\" rel=\"tag\">\u092a\u0941\u0930\u094d\u091c\u0947<\/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\/hi\/product\/magnet-stand\/\" title=\"\u091a\u0941\u0902\u092c\u0915\u0940\u092f \u0938\u094d\u091f\u0948\u0902\u0921 \u0907\u0928\u0938\u093e\u0907\u091c\u093c-60-kgf\">\u091a\u0941\u0902\u092c\u0915\u0940\u092f \u0938\u094d\u091f\u0948\u0902\u0921 \u0907\u0928\u0938\u093e\u0907\u091c\u093c-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> + \u0935\u0948\u091f (\u092f\u0926\u093f \u0932\u093e\u0917\u0942 \u0939\u094b)<\/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=\"\/hi\/wp-json\/wp\/v2\/glossary\/130?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=\"Add to cart\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"Add to cart\" 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=\"\/hi\/wp-json\/wp\/v2\/glossary\/130?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=\"Add to cart: \u201cMagnetic Stand Insize-60-kgf\u201d\" rel=\"nofollow\" data-success_message=\"\u201cMagnetic Stand Insize-60-kgf\u201d has been added to your cart\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Add to cart<\/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\/hi\/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\/hi\/product\/reflective-tape\/\" title=\"\u092a\u0930\u093e\u0935\u0930\u094d\u0924\u0915 \u091f\u0947\u092a\">\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=\"\u092a\u0930\u093e\u0935\u0930\u094d\u0924\u0915 \u091f\u0947\u092a\" 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\/hi\/product-category\/parts\/\" rel=\"tag\">\u092a\u0941\u0930\u094d\u091c\u0947<\/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\/hi\/product\/reflective-tape\/\" title=\"\u092a\u0930\u093e\u0935\u0930\u094d\u0924\u0915 \u091f\u0947\u092a\">\u092a\u0930\u093e\u0935\u0930\u094d\u0924\u0915 \u091f\u0947\u092a<\/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> + \u0935\u0948\u091f (\u092f\u0926\u093f \u0932\u093e\u0917\u0942 \u0939\u094b)<\/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=\"\/hi\/wp-json\/wp\/v2\/glossary\/130?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=\"Add to cart\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"Add to cart\" 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=\"\/hi\/wp-json\/wp\/v2\/glossary\/130?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=\"Add to cart: \u201cReflective tape\u201d\" rel=\"nofollow\" data-success_message=\"\u201cReflective tape\u201d has been added to your cart\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Add to cart<\/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\/hi\/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\/hi\/product\/dynamic-balancer-balanset-1a\/\" title=\"\u0921\u093e\u092f\u0928\u093e\u092e\u093f\u0915 \u092c\u0948\u0932\u0947\u0902\u0938\u0930 \u201cBalanset-1A\u201d 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=\"Balanset-1A \u0915\u093f\u091f \u0915\u0940 \u0938\u093e\u092e\u0917\u094d\u0930\u0940 \u0907\u0902\u091f\u0930\u092b\u093c\u0947\u0938 \u092f\u0942\u0928\u093f\u091f, \u0938\u0947\u0902\u0938\u0930, \u091f\u0948\u0915\u094b\u092e\u0940\u091f\u0930 \u0914\u0930 \u090f\u0915\u094d\u0938\u0947\u0938\u0930\u0940\u091c\u093c \u0915\u0947 \u0938\u093e\u0925\" 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\/hi\/product-category\/devices\/\" rel=\"tag\">\u0909\u092a\u0915\u0930\u0923<\/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\/hi\/product\/dynamic-balancer-balanset-1a\/\" title=\"\u0921\u093e\u092f\u0928\u093e\u092e\u093f\u0915 \u092c\u0948\u0932\u0947\u0902\u0938\u0930 \u201cBalanset-1A\u201d OEM\">\u0921\u093e\u092f\u0928\u093e\u092e\u093f\u0915 \u092c\u0948\u0932\u0947\u0902\u0938\u0930 \u201cBalanset-1A\u201d 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> + \u0935\u0948\u091f (\u092f\u0926\u093f \u0932\u093e\u0917\u0942 \u0939\u094b)<\/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=\"\/hi\/wp-json\/wp\/v2\/glossary\/130?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=\"Add to cart\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"Add to cart\" 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=\"\/hi\/wp-json\/wp\/v2\/glossary\/130?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=\"Add to cart: \u201cDynamic balancer \u201cBalanset-1A\u201d OEM\u201d\" rel=\"nofollow\" data-success_message=\"\u201cDynamic balancer \u201cBalanset-1A\u201d OEM\u201d has been added to your cart\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">Add to cart<\/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 \u0915\u0948\u0932\u0915\u0941\u0932\u0947\u091f\u0930<\/a><br \/>\n    <a href=\"#grade-overview\">\ud83d\udcca \u0917\u094d\u0930\u0947\u0921 \u0915\u093e \u0905\u0935\u0932\u094b\u0915\u0928<\/a><br \/>\n    <a href=\"#full-table\">\ud83d\udccb \u0906\u0908\u090f\u0938\u0913 \u0924\u093e\u0932\u093f\u0915\u093e<\/a><br \/>\n    <a href=\"#definition\">\ud83d\udcd0 \u092a\u0930\u093f\u092d\u093e\u0937\u093e<\/a><br \/>\n    <a href=\"#how-it-works\">\ud83d\udd22 \u092f\u0939 \u0915\u0948\u0938\u0947 \u0915\u093e\u092e \u0915\u0930\u0924\u093e \u0939\u0948<\/a><br \/>\n    <a href=\"#selecting\">\ud83c\udfaf \u0917\u094d\u0930\u0947\u0921 \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0928\u093e<\/a><br \/>\n    <a href=\"#practical\">\ud83d\udee0 \u0935\u094d\u092f\u093e\u0935\u0939\u093e\u0930\u093f\u0915 \u0909\u0926\u093e\u0939\u0930\u0923<\/a><br \/>\n    <a href=\"#two-plane\">\u2696 \u0926\u094b-\u0924\u0932 \u0938\u0902\u0924\u0941\u0932\u0928<\/a><br \/>\n    <a href=\"#common-mistakes\">\u26a0 \u0906\u092e \u0917\u0932\u0924\u093f\u092f\u093e\u0901<\/a><br \/>\n    <a href=\"#importance\">\ud83d\udca1 \u092f\u0939 \u0915\u094d\u092f\u094b\u0902 \u092e\u093e\u092f\u0928\u0947 \u0930\u0916\u0924\u093e \u0939\u0948<\/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 animate-in\">\n<h2 class=\"panel-title\">\u0905\u0928\u0941\u092e\u0947\u092f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0948\u0932\u0915\u0941\u0932\u0947\u091f\u0930<\/h2>\n<p class=\"panel-subtitle\">U \u0915\u0940 \u0917\u0923\u0928\u093e \u0915\u0930\u0947\u0902<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u0906\u0908\u090f\u0938\u0913 21940-11 (\u092a\u0942\u0930\u094d\u0935 \u092e\u0947\u0902 \u0906\u0908\u090f\u0938\u0913 1940-1) \u092a\u0930 \u0906\u0927\u093e\u0930\u093f\u0924<\/p>\n<div class=\"calc-form\">\n<div class=\"form-group\">\n            <label>\u091c\u0940-\u0917\u094d\u0930\u0947\u0921<\/label><br \/>\n            <select id=\"gGrade\"><option value=\"0.4\">G 0.4 \u2014 \u091c\u093e\u0907\u0930\u094b\u0938\u094d\u0915\u094b\u092a, \u092a\u0930\u093f\u0936\u0941\u0926\u094d\u0927 \u0938\u094d\u092a\u093f\u0902\u0921\u0932<\/option><option value=\"0.7\">\u091c\u0940 0.7 \u2014 \u0938\u091f\u0940\u0915 \u0917\u094d\u0930\u093e\u0907\u0902\u0921\u0930<\/option><option value=\"1\">\u091c\u0940 1.0 \u2014 \u092a\u0940\u0938\u0928\u0947 \u0915\u0940 \u092e\u0936\u0940\u0928\u0947\u0902, \u091b\u094b\u091f\u0947 \u092e\u094b\u091f\u0930<\/option><option value=\"1.5\">\u091c\u0940 1.5 \u2014 \u0911\u0921\u093f\u092f\u094b\/\u0935\u0940\u0921\u093f\u092f\u094b \u0921\u094d\u0930\u093e\u0907\u0935<\/option><option value=\"2.5\" selected>\u091c\u0940 2.5 \u2014 \u091f\u0930\u094d\u092c\u093e\u0907\u0928, \u092c\u0921\u093c\u0947 \u092e\u094b\u091f\u0930, \u092a\u0902\u092a<\/option><option value=\"4\">\u091c\u0940 4.0 \u2014 \u0915\u0902\u092a\u094d\u0930\u0947\u0938\u0930, \u0938\u093e\u092e\u093e\u0928\u094d\u092f \u092e\u0936\u0940\u0928\u0930\u0940<\/option><option value=\"6.3\">\u091c\u0940 6.3 \u2014 \u092a\u0902\u0916\u0947, \u092b\u094d\u0932\u093e\u0908\u0935\u094d\u0939\u0940\u0932, \u092a\u094d\u0930\u0915\u094d\u0930\u093f\u092f\u093e \u0909\u092a\u0915\u0930\u0923<\/option><option value=\"10\">\u091c\u0940 10 \u2014 \u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0938\u092e\u0941\u0926\u094d\u0930\u0940, \u0921\u0940\u091c\u0932 \u0905\u0938\u0947\u0902\u092c\u0932\u0940<\/option><option value=\"16\">\u091c\u0940 16 \u2014 \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f (\u091f\u094d\u0930\u0915, \u0932\u094b\u0915\u094b\u092e\u094b\u091f\u093f\u0935)<\/option><option value=\"25\">\u091c\u0940 25 \u2014 \u0915\u0943\u0937\u093f \u092e\u0936\u0940\u0928\u0930\u0940<\/option><option value=\"40\">\u091c\u0940 40 \u2014 \u0911\u091f\u094b\u092e\u094b\u092c\u093e\u0907\u0932 \u092a\u0939\u093f\u090f, \u0921\u094d\u0930\u093e\u0907\u0935 \u0936\u093e\u092b\u094d\u091f<\/option><option value=\"100\">\u091c\u0940 100 \u2014 \u0927\u0940\u092e\u0947 \u0938\u092e\u0941\u0926\u094d\u0930\u0940 \u0921\u0940\u091c\u0932 \u0905\u0938\u0947\u0902\u092c\u0932\u0940<\/option><option value=\"250\">\u091c\u0940 250 \u2014 \u0927\u0940\u092e\u0940 \u0917\u0924\u093f \u0935\u093e\u0932\u0947 \u092c\u0921\u093c\u0947 \u0921\u0940\u091c\u0932 \u0907\u0902\u091c\u0928 (\u0938\u094d\u092a\u094d\u0930\u093f\u0902\u0917 \u092a\u0930 \u091a\u0932\u0928\u0947 \u0935\u093e\u0932\u0947)<\/option><option value=\"630\">\u091c\u0940 630 \u2014 \u092e\u094b\u091f\u0947 \u092a\u094d\u0930\u0924\u094d\u092f\u093e\u0935\u0930\u094d\u0924\u0940 \u0907\u0902\u091c\u0928<\/option><option value=\"4000\">\u091c\u0940 4000 \u2014 \u092c\u0939\u0941\u0924 \u0916\u0941\u0930\u0926\u0930\u093e (\u0938\u094d\u092a\u094d\u0930\u093f\u0902\u0917 \u092a\u0930 \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f)<\/option><\/select>\n          <\/div>\n<div class=\"form-group\">\n            <label>\u0930\u094b\u091f\u0930 \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928 <span class=\"unit\">(\u0915\u093f\u0932\u094b\u0917\u094d\u0930\u093e\u092e)<\/span><\/label><br \/>\n            <input type=\"number\" id=\"rotorMass\" value=\"25\" min=\"0.001\" step=\"0.1\">\n          <\/div>\n<div class=\"form-group\">\n            <label>\u0938\u0947\u0935\u093e \u0917\u0924\u093f <span class=\"unit\">(RPM)<\/span><\/label><br \/>\n            <input type=\"number\" id=\"serviceRPM\" value=\"3000\" min=\"1\" step=\"1\">\n          <\/div>\n<div class=\"form-group\">\n            <label>\u0938\u092e\u0924\u0932\u094b\u0902 \u0915\u0940 \u0938\u0902\u0916\u094d\u092f\u093e <span class=\"unit\">(\u0938\u0941\u0927\u093e\u0930)<\/span><\/label><br \/>\n            <select id=\"numPlanes\"><option value=\"1\">\u090f\u0915\u0932 \u0935\u093f\u092e\u093e\u0928<\/option><option value=\"2\" selected>\u0926\u094b \u0935\u093f\u092e\u093e\u0928<\/option><\/select>\n          <\/div>\n<p>          <button class=\"calc-btn\" onclick=\"calculate()\">\u0905\u0928\u0941\u092e\u0947\u092f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0940 \u0917\u0923\u0928\u093e \u0915\u0930\u0947\u0902 \u2192<\/button>\n        <\/div>\n<\/p><\/div>\n<p>      <!-- Results --><\/p>\n<div class=\"results-panel animate-in delay-1\">\n<h2 class=\"panel-title\">\u092a\u0930\u093f\u0915\u0932\u093f\u0924 \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e<\/h2>\n<p class=\"panel-subtitle\">\u092a\u0930\u093f\u0923\u093e\u092e \u0906\u0908\u090f\u0938\u0913 21940-11 \u092a\u0930 \u0906\u0927\u093e\u0930\u093f\u0924 \u0939\u0948\u0902<\/p>\n<div id=\"resultsArea\">\n<div class=\"results-empty\">\n            <span class=\"icon\">\u2696<\/span><br \/>\n            \u0930\u094b\u091f\u0930 \u092a\u0948\u0930\u093e\u092e\u0940\u091f\u0930 \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902 \u0914\u0930 \u0915\u0948\u0932\u0915\u0941\u0932\u0947\u091f \u092a\u0930 \u0915\u094d\u0932\u093f\u0915 \u0915\u0930\u0947\u0902\u0964<br \/>\u0905\u0928\u0941\u092e\u0947\u092f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0926\u0947\u0916\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- G-GRADE OVERVIEW CARDS + TABLES --><\/p>\n<section class=\"grades-section\" id=\"grade-overview\">\n<div class=\"container\">\n<div class=\"section-header\">\n<h2>\u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0915\u093e \u0938\u0902\u0915\u094d\u0937\u093f\u092a\u094d\u0924 \u0905\u0935\u0932\u094b\u0915\u0928 \u2014 \u090f\u0915 \u0928\u091c\u093c\u0930 \u092e\u0947\u0902<\/h2>\n<p>\u0914\u0926\u094d\u092f\u094b\u0917\u093f\u0915 \u0905\u092d\u094d\u092f\u093e\u0938 \u092e\u0947\u0902 \u0938\u092c\u0938\u0947 \u0905\u0927\u093f\u0915 \u0909\u092a\u092f\u094b\u0917 \u0915\u093f\u090f \u091c\u093e\u0928\u0947 \u0935\u093e\u0932\u0947 \u092c\u0948\u0932\u0947\u0902\u0938 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0917\u094d\u0930\u0947\u0921 \u0915\u0947 \u0932\u093f\u090f \u0924\u094d\u0935\u0930\u093f\u0924 \u0938\u0902\u0926\u0930\u094d\u092d \u0915\u093e\u0930\u094d\u0921<\/p>\n<\/p><\/div>\n<div class=\"grade-cards\">\n<div class=\"grade-card precision\">\n<div class=\"gc-grade\">\u091c\u0940 0.4<\/div>\n<div class=\"gc-velocity\">0.4 \u092e\u093f\u092e\u0940\/\u0938\u0947\u0915\u0902\u0921<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0905\u0932\u094d\u091f\u094d\u0930\u093e \u092a\u094d\u0930\u0947\u0938\u093f\u091c\u0928<\/strong><br \/>\n          \u091c\u093e\u0907\u0930\u094b\u0938\u094d\u0915\u094b\u092a, \u0938\u091f\u0940\u0915 \u0938\u094d\u092a\u093f\u0902\u0921\u0932, \u0909\u091a\u094d\u091a \u0917\u0924\u093f \u0935\u093e\u0932\u0947 \u0926\u0902\u0924\/\u0938\u0930\u094d\u091c\u093f\u0915\u0932 \u0909\u092a\u0915\u0930\u0923, \u0938\u0948\u091f\u0947\u0932\u093e\u0907\u091f \u0930\u093f\u090f\u0915\u094d\u0936\u0928 \u0935\u094d\u0939\u0940\u0932\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card precision\">\n<div class=\"gc-grade\">\u091c\u0940 1.0<\/div>\n<div class=\"gc-velocity\">1.0 \u092e\u093f\u092e\u0940\/\u0938\u0947\u0915\u0902\u0921<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0909\u091a\u094d\u091a \u092a\u0930\u093f\u0936\u0941\u0926\u094d\u0927\u0924\u093e<\/strong><br \/>\n          \u0917\u094d\u0930\u093e\u0907\u0902\u0921\u093f\u0902\u0917 \u092e\u0936\u0940\u0928 \u0921\u094d\u0930\u093e\u0907\u0935, \u091b\u094b\u091f\u0947 \u0907\u0932\u0947\u0915\u094d\u091f\u094d\u0930\u093f\u0915 \u092e\u094b\u091f\u0930, \u0939\u093e\u0908-\u0938\u094d\u092a\u0940\u0921 \u092e\u0936\u0940\u0928\u093f\u0902\u0917 \u0938\u094d\u092a\u093f\u0902\u0921\u0932, \u0915\u0902\u092a\u094d\u092f\u0942\u091f\u0930 \u090f\u091a\u0921\u0940\u0921\u0940\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card standard\">\n<div class=\"gc-grade\">\u091c\u0940 2.5<\/div>\n<div class=\"gc-velocity\">2.5 \u092e\u093f\u092e\u0940\/\u0938\u0947\u0915\u0902\u0921<\/div>\n<div class=\"gc-apps\">\n          <strong>\u092e\u093e\u0928\u0915 \u092a\u0930\u093f\u0936\u0941\u0926\u094d\u0927\u0924\u093e<\/strong><br \/>\n          \u0917\u0948\u0938\/\u092d\u093e\u092a \u091f\u0930\u094d\u092c\u093e\u0907\u0928, \u091c\u0928\u0930\u0947\u091f\u0930, \u092e\u0927\u094d\u092f\u092e\/\u092c\u0921\u093c\u0947 \u0907\u0932\u0947\u0915\u094d\u091f\u094d\u0930\u093f\u0915 \u092e\u094b\u091f\u0930, \u091f\u0930\u094d\u092c\u094b\u091a\u093e\u0930\u094d\u091c\u0930, \u092e\u0936\u0940\u0928 \u091f\u0942\u0932 \u0921\u094d\u0930\u093e\u0907\u0935\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card standard\">\n<div class=\"gc-grade\">\u091c\u0940 6.3<\/div>\n<div class=\"gc-velocity\">6.3 \u092e\u093f\u092e\u0940\/\u0938\u0947\u0915\u0902\u0921<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0914\u0926\u094d\u092f\u094b\u0917\u093f\u0915<\/strong><br \/>\n          \u092a\u0902\u0916\u0947, \u092a\u0902\u092a \u0907\u0902\u092a\u0947\u0932\u0930, \u092b\u094d\u0932\u093e\u0908\u0935\u094d\u0939\u0940\u0932, \u0938\u0947\u0902\u091f\u094d\u0930\u0940\u092b\u094d\u092f\u0942\u091c, \u092a\u094d\u0930\u094b\u0938\u0947\u0938 \u092a\u094d\u0932\u093e\u0902\u091f \u092e\u0936\u0940\u0928\u0930\u0940, \u090f\u091a\u0935\u0940\u090f\u0938\u0940 \u0909\u092a\u0915\u0930\u0923\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card general\">\n<div class=\"gc-grade\">\u091c\u0940 16<\/div>\n<div class=\"gc-velocity\">16 \u092e\u093f\u092e\u0940\/\u0938\u0947\u0915\u0902\u0921<\/div>\n<div class=\"gc-apps\">\n          <strong>\u092e\u094b\u091f\u0947 \u0914\u0926\u094d\u092f\u094b\u0917\u093f\u0915<\/strong><br \/>\n          \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f \u0921\u094d\u0930\u093e\u0907\u0935 (\u091f\u094d\u0930\u0915, \u0932\u094b\u0915\u094b\u092e\u094b\u091f\u093f\u0935), \u0915\u0943\u0937\u093f \u092e\u0936\u0940\u0928\u0930\u0940 \u0915\u0947 \u092a\u0941\u0930\u094d\u091c\u0947, \u0915\u093e\u0930 \u0915\u0947 \u092a\u0939\u093f\u090f \u0915\u0947 \u0905\u0938\u0947\u0902\u092c\u0932\u0940\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card general\">\n<div class=\"gc-grade\">\u091c\u0940 40<\/div>\n<div class=\"gc-velocity\">40 \u092e\u093f\u092e\u0940\/\u0938\u0947\u0915\u0902\u0921<\/div>\n<div class=\"gc-apps\">\n          <strong>\u092d\u093e\u0930\u0940 \/ \u0911\u091f\u094b\u092e\u094b\u091f\u093f\u0935<\/strong><br \/>\n          \u092c\u0921\u093c\u0947, \u0927\u0940\u092e\u0940 \u0917\u0924\u093f \u0935\u093e\u0932\u0947 \u0938\u092e\u0941\u0926\u094d\u0930\u0940 \u0921\u0940\u091c\u0932 \u0907\u0902\u091c\u0928\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u0911\u091f\u094b\u092e\u094b\u092c\u093e\u0907\u0932 \u092a\u0939\u093f\u090f, \u0921\u094d\u0930\u093e\u0907\u0935 \u0936\u093e\u092b\u094d\u091f, \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f \u0921\u094d\u0930\u093e\u0907\u0935\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card coarse\">\n<div class=\"gc-grade\">\u091c\u0940 100<\/div>\n<div class=\"gc-velocity\">100 \u092e\u093f\u092e\u0940\/\u0938\u0947\u0915\u0902\u0921<\/div>\n<div class=\"gc-apps\">\n          <strong>\u092c\u0939\u0941\u0924 \u092e\u094b\u091f\u093e<\/strong><br \/>\n          \u092a\u0942\u0930\u094d\u0923 \u0938\u094d\u0932\u094b \u0921\u0940\u091c\u0932 \u0907\u0902\u091c\u0928 \u0905\u0938\u0947\u0902\u092c\u0932\u0940, \u0938\u094d\u0932\u094b \u092e\u0930\u0940\u0928 \u0921\u0940\u091c\u0932 \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f \u0921\u094d\u0930\u093e\u0907\u0935 (\u092e\u091c\u092c\u0942\u0924\u0940 \u0938\u0947 \u092e\u093e\u0909\u0902\u091f\u0947\u0921)\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card coarse\">\n<div class=\"gc-grade\">\u091c\u0940 630+<\/div>\n<div class=\"gc-velocity\">630\u20134000 \u092e\u093f\u092e\u0940\/\u0938\u0947\u0915\u0902\u0921<\/div>\n<div class=\"gc-apps\">\n          <strong>\u092a\u094d\u0930\u0924\u094d\u092f\u093e\u0917\u093e\u092e\u0940 \u0907\u0902\u091c\u0928<\/strong><br \/>\n          \u0932\u094b\u091a\u0926\u093e\u0930 \u092e\u093e\u0909\u0902\u091f \u092a\u0930 \u0932\u0917\u0947 \u092c\u0921\u093c\u0947 \u092a\u094d\u0930\u0924\u094d\u092f\u093e\u0935\u0930\u094d\u0924\u0940 \u0907\u0902\u091c\u0928, \u0932\u091a\u0940\u0932\u0947 \u0938\u092a\u094b\u0930\u094d\u091f \u092a\u0930 \u0932\u0917\u0947 \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f \u0921\u094d\u0930\u093e\u0907\u0935\n        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- FULL ISO TABLE --><\/p>\n<div class=\"table-wrap\" id=\"full-table\">\n<div class=\"table-title\">\ud83d\udccb ISO 21940-11 \u092c\u0948\u0932\u0947\u0902\u0938 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0917\u094d\u0930\u0947\u0921 \u0915\u0940 \u0938\u0902\u092a\u0942\u0930\u094d\u0923 \u0938\u0942\u091a\u0940 \u2014 \u0930\u094b\u091f\u0930 \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917 \u0924\u093e\u0932\u093f\u0915\u093e<\/div>\n<table>\n<thead>\n<tr>\n<th>\u091c\u0940-\u0917\u094d\u0930\u0947\u0921<\/th>\n<th>\u0908<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u00d7 \u03c9 (\u092e\u093f\u092e\u0940\/\u0938\u0947\u0915\u0902\u0921)<\/th>\n<th>\u092a\u0930\u093f\u0936\u0941\u0926\u094d\u0927\u0924\u093e \u0935\u0930\u094d\u0917<\/th>\n<th>\u0930\u094b\u091f\u0930 \u0915\u0947 \u092a\u094d\u0930\u0915\u093e\u0930 \/ \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"mono\">\u091c\u0940 4000<\/td>\n<td class=\"mono\">4000<\/td>\n<td><span class=\"tag coarse\">\u092c\u0939\u0941\u0924 \u092e\u094b\u091f\u093e<\/span><\/td>\n<td>\u092c\u0921\u093c\u0947, \u0927\u0940\u092e\u0940 \u0917\u0924\u093f \u0935\u093e\u0932\u0947 \u0938\u092e\u0941\u0926\u094d\u0930\u0940 \u0921\u0940\u091c\u0932 \u0907\u0902\u091c\u0928\u094b\u0902 \u0915\u0947 \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f \u0921\u094d\u0930\u093e\u0907\u0935 (\u0932\u091a\u0940\u0932\u0947 \u092e\u093e\u0909\u0902\u091f \u092a\u0930), \u0938\u094d\u0935\u093e\u092d\u093e\u0935\u093f\u0915 \u0930\u0942\u092a \u0938\u0947 \u0905\u0938\u0902\u0924\u0941\u0932\u093f\u0924<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 1600<\/td>\n<td class=\"mono\">1600<\/td>\n<td><span class=\"tag coarse\">\u092c\u0939\u0941\u0924 \u092e\u094b\u091f\u093e<\/span><\/td>\n<td>\u092c\u0921\u093c\u0947, \u0927\u0940\u092e\u0940 \u0917\u0924\u093f \u0935\u093e\u0932\u0947 \u0938\u092e\u0941\u0926\u094d\u0930\u0940 \u0921\u0940\u091c\u0932 \u0907\u0902\u091c\u0928\u094b\u0902 \u0915\u0947 \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f \u0921\u094d\u0930\u093e\u0907\u0935 (\u092e\u091c\u092c\u0942\u0924\u0940 \u0938\u0947 \u0932\u0917\u0947 \u0939\u0941\u090f)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 630<\/td>\n<td class=\"mono\">630<\/td>\n<td><span class=\"tag coarse\">\u0916\u0941\u0930\u0926\u0941\u0930\u093e<\/span><\/td>\n<td>\u0935\u093f\u0937\u092e \u0938\u0902\u0916\u094d\u092f\u093e \u0935\u093e\u0932\u0947 \u0938\u093f\u0932\u0947\u0902\u0921\u0930\u094b\u0902 \u0938\u0947 \u092f\u0941\u0915\u094d\u0924, \u0924\u0940\u0935\u094d\u0930 \u0917\u0924\u093f \u0938\u0947 \u091a\u0932\u0928\u0947 \u0935\u093e\u0932\u0947, \u092c\u0921\u093c\u0947 \u092a\u094d\u0930\u0924\u094d\u092f\u093e\u0935\u0930\u094d\u0924\u0940 \u0907\u0902\u091c\u0928\u094b\u0902 \u0915\u0947 \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f \u0921\u094d\u0930\u093e\u0907\u0935<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 250<\/td>\n<td class=\"mono\">250<\/td>\n<td><span class=\"tag coarse\">\u0916\u0941\u0930\u0926\u0941\u0930\u093e<\/span><\/td>\n<td>\u0938\u092e \u0938\u0902\u0916\u094d\u092f\u093e \u0935\u093e\u0932\u0947 \u0938\u093f\u0932\u0947\u0902\u0921\u0930\u094b\u0902 \u0938\u0947 \u092f\u0941\u0915\u094d\u0924 \u0924\u0940\u0935\u094d\u0930 \u0917\u0924\u093f \u0938\u0947 \u091a\u0932\u0928\u0947 \u0935\u093e\u0932\u0947, \u092c\u0921\u093c\u0947 \u092a\u094d\u0930\u0924\u094d\u092f\u093e\u0935\u0930\u094d\u0924\u0940 \u0907\u0902\u091c\u0928\u094b\u0902 \u0915\u0947 \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f \u0921\u094d\u0930\u093e\u0907\u0935<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 100<\/td>\n<td class=\"mono\">100<\/td>\n<td><span class=\"tag general\">\u0938\u093e\u092e\u093e\u0928\u094d\u092f<\/span><\/td>\n<td>\u092a\u0942\u0930\u094d\u0923 \u092a\u094d\u0930\u0924\u094d\u092f\u093e\u0935\u0930\u094d\u0924\u0940 \u0907\u0902\u091c\u0928 \u0905\u0938\u0947\u0902\u092c\u0932\u0940; \u0927\u0940\u092e\u0940 \u0917\u0924\u093f \u0935\u093e\u0932\u0947 \u0938\u092e\u0941\u0926\u094d\u0930\u0940 \u0921\u0940\u091c\u0932 \u0907\u0902\u091c\u0928\u094b\u0902 \u0915\u0947 \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f \u0921\u094d\u0930\u093e\u0907\u0935 (\u092e\u091c\u092c\u0942\u0924\u0940 \u0938\u0947 \u0932\u0917\u0947 \u0939\u0941\u090f)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 40<\/td>\n<td class=\"mono\">40<\/td>\n<td><span class=\"tag general\">\u0938\u093e\u092e\u093e\u0928\u094d\u092f<\/span><\/td>\n<td>\u0911\u091f\u094b\u092e\u094b\u092c\u093e\u0907\u0932 \u092a\u0939\u093f\u090f, \u0930\u093f\u092e, \u0935\u094d\u0939\u0940\u0932 \u0938\u0947\u091f; \u0921\u094d\u0930\u093e\u0907\u0935 \u0936\u093e\u092b\u094d\u091f; \u092c\u0921\u093c\u0947, \u0927\u0940\u092e\u0947 \u0938\u092e\u0941\u0926\u094d\u0930\u0940 \u0921\u0940\u091c\u0932 \u0907\u0902\u091c\u0928\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f \u0921\u094d\u0930\u093e\u0907\u0935<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 25<\/td>\n<td class=\"mono\">25<\/td>\n<td><span class=\"tag general\">\u0938\u093e\u092e\u093e\u0928\u094d\u092f<\/span><\/td>\n<td>\u0915\u0943\u0937\u093f \u092e\u0936\u0940\u0928\u0930\u0940 \u0915\u0947 \u092a\u0941\u0930\u094d\u091c\u0947; \u091f\u094d\u0930\u0915\u094b\u0902 \u0914\u0930 \u0932\u094b\u0915\u094b\u092e\u094b\u091f\u093f\u0935 \u0915\u0947 \u0907\u0902\u091c\u0928\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f \u0921\u094d\u0930\u093e\u0907\u0935<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 16<\/td>\n<td class=\"mono\">16<\/td>\n<td><span class=\"tag general\">\u0938\u093e\u092e\u093e\u0928\u094d\u092f<\/span><\/td>\n<td>\u092a\u0947\u0930\u093e\u0908\/\u0915\u0943\u0937\u093f \u092e\u0936\u0940\u0928\u0930\u0940 \u0915\u0947 \u092a\u0941\u0930\u094d\u091c\u0947; \u091f\u094d\u0930\u0915\u094b\u0902\/\u0932\u094b\u0915\u094b\u092e\u094b\u091f\u093f\u0935\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f \u0921\u094d\u0930\u093e\u0907\u0935; \u0915\u093e\u0930 \u0907\u0902\u091c\u0928 (\u0935\u093f\u0936\u0947\u0937 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e\u090f\u0902)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 10<\/td>\n<td class=\"mono\">10<\/td>\n<td><span class=\"tag standard\">\u092e\u093e\u0928\u0915<\/span><\/td>\n<td>\u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0938\u092e\u0941\u0926\u094d\u0930\u0940 \u0921\u0940\u091c\u0932 \u0907\u0902\u091c\u0928 \u0905\u0938\u0947\u0902\u092c\u0932\u0940; \u0935\u093f\u0936\u0947\u0937 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e\u0913\u0902 \u0935\u093e\u0932\u0947 \u0907\u0902\u091c\u0928\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f \u0921\u094d\u0930\u093e\u0907\u0935<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 6.3<\/td>\n<td class=\"mono\">6.3<\/td>\n<td><span class=\"tag standard\">\u092e\u093e\u0928\u0915<\/span><\/td>\n<td>\u092a\u0902\u0916\u0947; \u092b\u094d\u0932\u093e\u0908\u0935\u094d\u0939\u0940\u0932; \u092a\u0902\u092a \u0907\u0902\u092a\u0947\u0932\u0930; \u0938\u0947\u0902\u091f\u094d\u0930\u0940\u092b\u094d\u092f\u0942\u091c \u0921\u094d\u0930\u092e; \u092a\u094d\u0930\u0915\u094d\u0930\u093f\u092f\u093e \u0938\u0902\u092f\u0902\u0924\u094d\u0930 \u092e\u0936\u0940\u0928\u0930\u0940; \u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0914\u0926\u094d\u092f\u094b\u0917\u093f\u0915<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 4<\/td>\n<td class=\"mono\">4<\/td>\n<td><span class=\"tag standard\">\u092e\u093e\u0928\u0915<\/span><\/td>\n<td>\u0915\u0902\u092a\u094d\u0930\u0947\u0938\u0930 \u0930\u094b\u091f\u0930 (\u0915\u0920\u094b\u0930); \u0907\u0932\u0947\u0915\u094d\u091f\u094d\u0930\u093f\u0915 \u092e\u094b\u091f\u0930 \u0906\u0930\u094d\u092e\u0947\u091a\u0930; \u0935\u093f\u0936\u0947\u0937 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e\u0913\u0902 \u0935\u093e\u0932\u0940 \u0938\u093e\u092e\u093e\u0928\u094d\u092f \u092e\u0936\u0940\u0928\u0930\u0940<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 2.5<\/td>\n<td class=\"mono\">2.5<\/td>\n<td><span class=\"tag standard\">\u092e\u093e\u0928\u0915<\/span><\/td>\n<td>\u0917\u0948\u0938\/\u092d\u093e\u092a \u091f\u0930\u094d\u092c\u093e\u0907\u0928; \u091f\u0930\u094d\u092c\u094b-\u091c\u0928\u0930\u0947\u091f\u0930 \u0930\u094b\u091f\u0930; \u091f\u0930\u094d\u092c\u094b\u091a\u093e\u0930\u094d\u091c\u0930; \u092e\u0936\u0940\u0928 \u091f\u0942\u0932 \u0921\u094d\u0930\u093e\u0907\u0935; \u092e\u0927\u094d\u092f\u092e\/\u092c\u0921\u093c\u0947 \u0907\u0932\u0947\u0915\u094d\u091f\u094d\u0930\u093f\u0915 \u092e\u094b\u091f\u0930; \u091f\u0930\u094d\u092c\u093e\u0907\u0928 \u0921\u094d\u0930\u093e\u0907\u0935 \u0935\u093e\u0932\u0947 \u092a\u0902\u092a<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 1.5<\/td>\n<td class=\"mono\">1.5<\/td>\n<td><span class=\"tag precision\">\u0938\u0942\u0915\u094d\u0937\u094d\u092e\u0924\u093e<\/span><\/td>\n<td>\u0911\u0921\u093f\u092f\u094b\/\u0935\u0940\u0921\u093f\u092f\u094b \u091f\u0947\u092a \u0930\u093f\u0915\u0949\u0930\u094d\u0921\u0930 \u0921\u094d\u0930\u093e\u0907\u0935; \u0915\u092a\u0921\u093c\u093e \u092e\u0936\u0940\u0928 \u0921\u094d\u0930\u093e\u0907\u0935<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 1.0<\/td>\n<td class=\"mono\">1.0<\/td>\n<td><span class=\"tag precision\">\u0938\u0942\u0915\u094d\u0937\u094d\u092e\u0924\u093e<\/span><\/td>\n<td>\u0917\u094d\u0930\u093e\u0907\u0902\u0921\u093f\u0902\u0917 \u092e\u0936\u0940\u0928 \u0921\u094d\u0930\u093e\u0907\u0935; \u091b\u094b\u091f\u0947 \u0907\u0932\u0947\u0915\u094d\u091f\u094d\u0930\u093f\u0915 \u0906\u0930\u094d\u092e\u0947\u091a\u0930 (\u0935\u093f\u0936\u0947\u0937 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e\u090f\u0902); \u0915\u0902\u092a\u094d\u092f\u0942\u091f\u0930 \u092e\u0947\u092e\u094b\u0930\u0940 \u0921\u094d\u0930\u092e\/\u0921\u093f\u0938\u094d\u0915<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 0.7<\/td>\n<td class=\"mono\">0.7<\/td>\n<td><span class=\"tag precision\">\u0938\u0942\u0915\u094d\u0937\u094d\u092e\u0924\u093e<\/span><\/td>\n<td>\u0938\u091f\u0940\u0915 \u0917\u094d\u0930\u093e\u0907\u0902\u0921\u093f\u0902\u0917 \u092e\u0936\u0940\u0928 \u0938\u094d\u092a\u093f\u0902\u0921\u0932; \u0909\u091a\u094d\u091a-\u0938\u091f\u0940\u0915\u0924\u093e \u0935\u093e\u0932\u0947 \u092e\u094b\u091f\u0930 \u0906\u0930\u094d\u092e\u0947\u091a\u0930<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u091c\u0940 0.4<\/td>\n<td class=\"mono\">0.4<\/td>\n<td><span class=\"tag precision\">\u0905\u0932\u094d\u091f\u094d\u0930\u093e \u092a\u094d\u0930\u0947\u0938\u093f\u091c\u0928<\/span><\/td>\n<td>\u0938\u091f\u0940\u0915 \u0917\u094d\u0930\u093e\u0907\u0902\u0921\u0930 \u0915\u0947 \u0938\u094d\u092a\u093f\u0902\u0921\u0932; \u091c\u093e\u0907\u0930\u094b\u0938\u094d\u0915\u094b\u092a; \u0938\u0948\u091f\u0947\u0932\u093e\u0907\u091f \u0930\u093f\u090f\u0915\u094d\u0936\u0928 \u0935\u094d\u0939\u0940\u0932<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<p>    <!-- Quick-calc table for common scenarios --><\/p>\n<div class=\"table-wrap\">\n<div class=\"table-title\">\ud83d\udd22 \u092a\u0942\u0930\u094d\u0935-\u0917\u0923\u0928\u093e \u0915\u0940 \u0917\u0908 \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e\u090f\u0901 \u2014 G 2.5 \u0914\u0930 G 6.3 \u092a\u0930 \u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0930\u094b\u091f\u0930 \u092a\u0930\u093f\u0926\u0943\u0936\u094d\u092f<\/div>\n<table>\n<thead>\n<tr>\n<th>\u0930\u094b\u091f\u0930 \u0915\u093e \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928 (\u0915\u093f\u0932\u094b\u0917\u094d\u0930\u093e\u092e)<\/th>\n<th>\u0906\u0930\u092a\u0940\u090f\u092e<\/th>\n<th>\u092f\u0942<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u091c\u0940 2.5 (\u091c\u0940\u00b7\u092e\u093f\u092e\u0940) \u092a\u0930<\/th>\n<th>\u092f\u0942<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u091c\u0940 6.3 (\u091c\u0940\u00b7\u092e\u093f\u092e\u0940) \u092a\u0930<\/th>\n<th>\u0908<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u091c\u0940 2.5 (\u00b5m) \u092a\u0930<\/th>\n<th>\u0908<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u091c\u0940 6.3 (\u00b5m) \u092a\u0930<\/th>\n<\/tr>\n<\/thead>\n<tbody id=\"preCalcBody\">\n        <\/tbody>\n<\/table><\/div>\n<p>    <!-- ISO vs other standards --><\/p>\n<div class=\"table-wrap\">\n<div class=\"table-title\">\ud83c\udf0d \u0906\u0908\u090f\u0938\u0913 21940-11 \u092c\u0928\u093e\u092e \u0938\u0902\u092c\u0902\u0927\u093f\u0924 \u092e\u093e\u0928\u0915\u094b\u0902 \u0915\u0940 \u0924\u0941\u0932\u0928\u093e<\/div>\n<table>\n<thead>\n<tr>\n<th>\u092e\u093e\u0928\u0915<\/th>\n<th>\u0938\u094d\u0925\u093f\u0924\u093f<\/th>\n<th>\u0926\u093e\u092f\u0930\u093e<\/th>\n<th>\u092e\u0941\u0916\u094d\u092f \u0905\u0902\u0924\u0930<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\u0906\u0908\u090f\u0938\u0913 21940-11:2016<\/td>\n<td><span class=\"tag standard\">\u0927\u093e\u0930\u093e<\/span><\/td>\n<td>\u0915\u0920\u094b\u0930 \u0930\u094b\u091f\u0930\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e\u0913\u0902 \u0915\u094b \u0938\u0902\u0924\u0941\u0932\u093f\u0924 \u0915\u0930\u0947\u0902<\/td>\n<td>\u0935\u0930\u094d\u0924\u092e\u093e\u0928 \u0905\u0902\u0924\u0930\u0930\u093e\u0937\u094d\u091f\u094d\u0930\u0940\u092f \u092e\u093e\u0928\u0915; ISO 1940-1 \u0915\u093e \u0938\u094d\u0925\u093e\u0928 \u0932\u0947\u0924\u093e \u0939\u0948<\/td>\n<\/tr>\n<tr>\n<td>\u0906\u0908\u090f\u0938\u0913 1940-1:2003<\/td>\n<td><span class=\"tag general\">\u0905\u0927\u093f\u0915\u094d\u0930\u092e\u093f\u0924<\/span><\/td>\n<td>\u0938\u0902\u0924\u0941\u0932\u0928 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0938\u0902\u092c\u0902\u0927\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e\u090f\u0901 (\u092a\u0941\u0930\u093e\u0928\u0940 \u092a\u094d\u0930\u0923\u093e\u0932\u0940)<\/td>\n<td>\u0935\u0939\u0940 \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u092a\u094d\u0930\u0923\u093e\u0932\u0940; \u0909\u0926\u094d\u092f\u094b\u0917 \u092e\u0947\u0902 \u0905\u092d\u0940 \u092d\u0940 \u0935\u094d\u092f\u093e\u092a\u0915 \u0930\u0942\u092a \u0938\u0947 \u0907\u0938\u0915\u093e \u0938\u0902\u0926\u0930\u094d\u092d \u0926\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948\u0964<\/td>\n<\/tr>\n<tr>\n<td>\u0906\u0908\u090f\u0938\u0913 21940-12<\/td>\n<td><span class=\"tag standard\">\u0927\u093e\u0930\u093e<\/span><\/td>\n<td>\u0932\u091a\u0940\u0932\u0947 \u0930\u094b\u091f\u0930\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u092a\u094d\u0930\u0915\u094d\u0930\u093f\u092f\u093e\u090f\u0901<\/td>\n<td>\u0915\u094d\u0930\u093e\u0902\u0924\u093f\u0915 \u0917\u0924\u093f \u0915\u0947 \u0928\u093f\u0915\u091f\/\u090a\u092a\u0930 \u0938\u0902\u091a\u093e\u0932\u093f\u0924 \u0939\u094b\u0928\u0947 \u0935\u093e\u0932\u0947 \u0932\u091a\u0940\u0932\u0947 \u0930\u094b\u091f\u0930<\/td>\n<\/tr>\n<tr>\n<td>\u090f\u092a\u0940\u0906\u0908 610 \/ 611 \/ 612 \/ 617<\/td>\n<td><span class=\"tag precision\">\u0909\u0926\u094d\u092f\u094b\u0917<\/span><\/td>\n<td>\u092a\u0947\u091f\u094d\u0930\u094b\u0932\u093f\u092f\u092e\/\u0917\u0948\u0938 \u0909\u0926\u094d\u092f\u094b\u0917 \u092e\u0947\u0902 \u0918\u0942\u092e\u0928\u0947 \u0935\u093e\u0932\u0947 \u0909\u092a\u0915\u0930\u0923<\/td>\n<td>\u0905\u0915\u094d\u0938\u0930 4W\/N (\u2248 G 1.0) \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f \u0915\u0930\u0924\u093e \u0939\u0948 \u2014 ISO G 2.5 \u0938\u0947 \u0905\u0927\u093f\u0915 \u0938\u091f\u0940\u0915\u0964<\/td>\n<\/tr>\n<tr>\n<td>\u090f\u090f\u0928\u090f\u0938\u0906\u0908 \u090f\u09382.19<\/td>\n<td><span class=\"tag standard\">\u0930\u093e\u0937\u094d\u091f\u094d\u0930\u0940\u092f<\/span><\/td>\n<td>\u0905\u092e\u0947\u0930\u093f\u0915\u0940 \u0930\u093e\u0937\u094d\u091f\u094d\u0930\u0940\u092f \u0938\u0902\u0924\u0941\u0932\u0928 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u092e\u093e\u0928\u0915<\/td>\n<td>\u0924\u0915\u0928\u0940\u0915\u0940 \u0930\u0942\u092a \u0938\u0947 \u0906\u0908\u090f\u0938\u0913 1940-1 (\u0938\u094d\u0935\u0940\u0915\u0943\u0924) \u0915\u0947 \u0938\u092e\u093e\u0928<\/td>\n<\/tr>\n<tr>\n<td>\u0935\u0940\u0921\u0940\u0906\u0908 2060<\/td>\n<td><span class=\"tag general\">\u0905\u0927\u093f\u0915\u094d\u0930\u092e\u093f\u0924<\/span><\/td>\n<td>\u091c\u0930\u094d\u092e\u0928 \u0938\u0902\u0924\u0941\u0932\u0928 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u092e\u093e\u0928\u0915 (\u0910\u0924\u093f\u0939\u093e\u0938\u093f\u0915)<\/td>\n<td>\u0906\u0908\u090f\u0938\u0913 1940 \u0915\u093e \u092a\u0942\u0930\u094d\u0935\u0935\u0930\u094d\u0924\u0940; \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0905\u0935\u0927\u093e\u0930\u0923\u093e \u0915\u0940 \u0938\u094d\u0925\u093e\u092a\u0928\u093e \u0915\u0940\u0964<\/td>\n<\/tr>\n<tr>\n<td>\u0921\u0940\u0906\u0908\u090f\u0928 \u0906\u0908\u090f\u0938\u0913 21940-11<\/td>\n<td><span class=\"tag standard\">\u0927\u093e\u0930\u093e<\/span><\/td>\n<td>\u091c\u0930\u094d\u092e\u0928\u0940 \u0926\u094d\u0935\u093e\u0930\u093e \u0906\u0908\u090f\u0938\u0913 21940-11 \u0915\u094b \u0905\u092a\u0928\u093e\u0928\u093e<\/td>\n<td>ISO 21940-11 \u0915\u0947 \u0938\u092e\u093e\u0928, \u091c\u0930\u094d\u092e\u0928 \u0905\u0928\u0941\u0935\u093e\u0926 \u0938\u0939\u093f\u0924\u0964<\/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>\u092a\u0930\u093f\u092d\u093e\u0937\u093e: \u0938\u0902\u0924\u0941\u0932\u0928 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0917\u094d\u0930\u0947\u0921 \u0915\u094d\u092f\u093e \u0939\u0948?<\/h2>\n<p>\u090f <strong>\u0938\u0902\u0924\u0941\u0932\u0928 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0917\u094d\u0930\u0947\u0921<\/strong>, \u091c\u093f\u0938\u0947 \u0906\u092e\u0924\u094c\u0930 \u092a\u0930 \u090f\u0915 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0938\u0902\u0926\u0930\u094d\u092d\u093f\u0924 \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948 <strong>\u091c\u0940-\u0917\u094d\u0930\u0947\u0921<\/strong>, \u092f\u0939 \u0906\u0908\u090f\u0938\u0913 \u092e\u093e\u0928\u0915\u094b\u0902 \u0926\u094d\u0935\u093e\u0930\u093e \u092a\u0930\u093f\u092d\u093e\u0937\u093f\u0924 \u090f\u0915 \u0935\u0930\u094d\u0917\u0940\u0915\u0930\u0923 \u092a\u094d\u0930\u0923\u093e\u0932\u0940 \u0939\u0948\u2014\u0935\u093f\u0936\u0947\u0937 \u0930\u0942\u092a \u0938\u0947 <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/iso-21940-11\/\">\u0906\u0908\u090f\u0938\u0913 21940-11:2016<\/a>, \u091c\u093f\u0938\u0928\u0947 \u092a\u0941\u0930\u093e\u0928\u0947 ISO 1940-1:2003 \u0915\u094b \u092a\u094d\u0930\u0924\u093f\u0938\u094d\u0925\u093e\u092a\u093f\u0924 \u0915\u093f\u092f\u093e\u2014\u0938\u094d\u0935\u0940\u0915\u093e\u0930\u094d\u092f \u0938\u0940\u092e\u093e \u0915\u094b \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/residual-unbalance\/\">\u0905\u0935\u0936\u093f\u0937\u094d\u091f<\/a> <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/unbalance\/\">\u0905\u0938\u0902\u0924\u0941\u0932\u093f\u0924 \u0939\u094b\u0928\u093e<\/a> for a <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/rigid-rotor\/\">\u0915\u0920\u094b\u0930 \u0930\u094b\u091f\u0930<\/a>\u0930\u094b\u091f\u0930 \u0915\u0947 \u0932\u093f\u090f\u0964 \u092f\u0939 \u0907\u0902\u091c\u0940\u0928\u093f\u092f\u0930\u094b\u0902, \u0928\u093f\u0930\u094d\u092e\u093e\u0924\u093e\u0913\u0902 \u0914\u0930 \u0930\u0916\u0930\u0916\u093e\u0935 \u0915\u0930\u094d\u092e\u093f\u092f\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u090f\u0915 \u092e\u093e\u0928\u0915\u0940\u0915\u0943\u0924, \u0905\u0902\u0924\u0930\u0930\u093e\u0937\u094d\u091f\u094d\u0930\u0940\u092f \u0938\u094d\u0924\u0930 \u092a\u0930 \u092e\u093e\u0928\u094d\u092f\u0924\u093e \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0935\u093f\u0927\u093f \u092a\u094d\u0930\u0926\u093e\u0928 \u0915\u0930\u0924\u093e \u0939\u0948 \u091c\u093f\u0938\u0938\u0947 \u092f\u0939 \u092a\u0930\u093f\u092d\u093e\u0937\u093f\u0924 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u0947 \u0915\u093f \u0915\u093f\u0938\u0940 \u0930\u094b\u091f\u0930 \u0915\u094b \u0909\u0938\u0915\u0947 \u0935\u093f\u0936\u093f\u0937\u094d\u091f \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917 \u0915\u0947 \u0932\u093f\u090f \u0915\u093f\u0924\u0928\u0940 \u0938\u091f\u0940\u0915\u0924\u093e \u0938\u0947 \u0938\u0902\u0924\u0941\u0932\u093f\u0924 \u0915\u093f\u092f\u093e \u091c\u093e\u0928\u093e \u091a\u093e\u0939\u093f\u090f\u0964<\/p>\n<p>\u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0938\u0902\u0916\u094d\u092f\u093e\u2014\u091c\u0948\u0938\u0947 \u0915\u093f G6.3 \u092f\u093e G2.5\u2014\u0930\u094b\u091f\u0930 \u0915\u0947 \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928 \u0915\u0947\u0902\u0926\u094d\u0930 \u0915\u0947 \u0938\u094d\u0925\u093f\u0930 \u092a\u0930\u093f\u0927\u0940\u092f \u0935\u0947\u0917 \u0915\u094b \u0926\u0930\u094d\u0936\u093e\u0924\u0940 \u0939\u0948, \u091c\u093f\u0938\u0947 \u092e\u093f\u0932\u0940\u092e\u0940\u091f\u0930 \u092a\u094d\u0930\u0924\u093f \u0938\u0947\u0915\u0902\u0921 (mm\/s) \u092e\u0947\u0902 \u092e\u093e\u092a\u093e \u091c\u093e\u0924\u093e \u0939\u0948\u0964 \u092f\u0939 \u0935\u0947\u0917 \u0930\u094b\u091f\u0930 \u0915\u0947 \u0935\u093f\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 (\u0909\u0924\u094d\u0915\u0947\u0902\u0926\u094d\u0930\u0924\u093e) \u0914\u0930 \u0909\u0938\u0915\u0940 \u0905\u0927\u093f\u0915\u0924\u092e \u0938\u0947\u0935\u093e \u0917\u0924\u093f \u092a\u0930 \u0915\u094b\u0923\u0940\u092f \u0935\u0947\u0917 \u0915\u093e \u0917\u0941\u0923\u0928\u092b\u0932 \u0939\u094b\u0924\u093e \u0939\u0948\u0964 \u0915\u092e \u091c\u0940-\u0938\u0902\u0916\u094d\u092f\u093e \u0939\u092e\u0947\u0936\u093e \u0909\u091a\u094d\u091a \u0938\u094d\u0924\u0930 \u0915\u0940 \u092a\u0930\u093f\u0936\u0941\u0926\u094d\u0927\u0924\u093e \u0914\u0930 \u092c\u0947\u0939\u0924\u0930 \u0938\u0902\u0924\u0941\u0932\u0928 \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e \u0915\u094b \u0907\u0902\u0917\u093f\u0924 \u0915\u0930\u0924\u0940 \u0939\u0948\u0964.<\/p>\n<div class=\"info-box\">\n<div class=\"box-title\">\u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0915\u0947 \u092a\u0940\u091b\u0947 \u0915\u0940 \u092e\u0941\u0916\u094d\u092f \u091c\u093e\u0928\u0915\u093e\u0930\u0940<\/div>\n<p>G-\u0917\u094d\u0930\u0947\u0921 \u0938\u093f\u0938\u094d\u091f\u092e \u0915\u0940 \u092a\u094d\u0930\u0924\u093f\u092d\u093e \u0907\u0938 \u092e\u093e\u0928\u094d\u092f\u0924\u093e \u092e\u0947\u0902 \u0928\u093f\u0939\u093f\u0924 \u0939\u0948 \u0915\u093f <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/vibration-severity\/\">\u0915\u0902\u092a\u0928 \u0924\u0940\u0935\u094d\u0930\u0924\u093e<\/a> \u0915\u0947\u0935\u0932 \u0907\u0938 \u092c\u093e\u0924 \u092a\u0930 \u0928\u093f\u0930\u094d\u092d\u0930 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093e \u0939\u0948 \u0915\u093f \u0915\u093f\u0924\u0928\u093e \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u092e\u094c\u091c\u0942\u0926 \u0939\u0948, \u092c\u0932\u094d\u0915\u093f \u092f\u0939 \u092d\u0940 \u0915\u093f \u0930\u094b\u091f\u0930 \u0915\u093f\u0924\u0928\u0940 \u0924\u0947\u091c\u0940 \u0938\u0947 \u0918\u0942\u092e\u0924\u093e \u0939\u0948\u0964 30,000 RPM \u092a\u0930 10 g\u00b7mm \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0935\u093e\u0932\u093e \u0930\u094b\u091f\u0930 1,500 RPM \u092a\u0930 \u0938\u092e\u093e\u0928 10 g\u00b7mm \u0915\u0940 \u0924\u0941\u0932\u0928\u093e \u092e\u0947\u0902 \u0915\u0939\u0940\u0902 \u0905\u0927\u093f\u0915 \u0915\u0902\u092a\u0928 \u092c\u0932 \u0909\u0924\u094d\u092a\u0928\u094d\u0928 \u0915\u0930\u0924\u093e \u0939\u0948\u0964 G-\u0917\u094d\u0930\u0947\u0921 \u0907\u0938 \u0938\u0902\u092c\u0902\u0927 \u0915\u094b \u090f\u0915 \u090f\u0915\u0932 \u0938\u0902\u0916\u094d\u092f\u093e \u092e\u0947\u0902 \u092a\u0915\u0921\u093c\u0924\u093e \u0939\u0948 \u091c\u094b \u0917\u0924\u093f \u0915\u0940 \u092a\u0930\u0935\u093e\u0939 \u0915\u093f\u090f \u092c\u093f\u0928\u093e \u0932\u093e\u0917\u0942 \u0939\u094b\u0924\u0940 \u0939\u0948, \u091c\u093f\u0938\u0938\u0947 \u092f\u0939 \u0938\u093e\u0930\u094d\u0935\u092d\u094c\u092e\u093f\u0915 \u0939\u094b \u091c\u093e\u0924\u093e \u0939\u0948\u0964<\/p>\n<\/p><\/div>\n<h3>\u0910\u0924\u093f\u0939\u093e\u0938\u093f\u0915 \u0938\u0902\u0926\u0930\u094d\u092d<\/h3>\n<p>\u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0915\u0940 \u0905\u0935\u0927\u093e\u0930\u0923\u093e \u0915\u0940 \u0909\u0924\u094d\u092a\u0924\u094d\u0924\u093f 1960 \u0915\u0947 \u0926\u0936\u0915 \u092e\u0947\u0902 \u091c\u0930\u094d\u092e\u0928\u0940 \u092e\u0947\u0902 \u0935\u0940\u0921\u0940\u0906\u0908 2060 \u0926\u093f\u0936\u093e\u0928\u093f\u0930\u094d\u0926\u0947\u0936 \u0915\u0947 \u0938\u093e\u0925 \u0939\u0941\u0908 \u0925\u0940\u0964 \u0907\u0938\u0947 1973 \u092e\u0947\u0902 \u0906\u0908\u090f\u0938\u0913 1940 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0905\u0902\u0924\u0930\u0930\u093e\u0937\u094d\u091f\u094d\u0930\u0940\u092f \u0938\u094d\u0924\u0930 \u092a\u0930 \u0905\u092a\u0928\u093e\u092f\u093e \u0917\u092f\u093e, 2003 \u092e\u0947\u0902 \u0907\u0938\u092e\u0947\u0902 \u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0938\u0902\u0936\u094b\u0927\u0928 \u0915\u093f\u090f \u0917\u090f (\u0906\u0908\u090f\u0938\u0913 1940-1:2003), \u0914\u0930 \u0939\u093e\u0932 \u0939\u0940 \u092e\u0947\u0902 2016 \u092e\u0947\u0902 \u0906\u0908\u090f\u0938\u0913 21940 \u0936\u094d\u0930\u0943\u0902\u0916\u0932\u093e \u0915\u0947 \u092d\u093e\u0917 \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0907\u0938\u0947 \u0905\u0926\u094d\u092f\u0924\u0928 \u0915\u093f\u092f\u093e \u0917\u092f\u093e\u0964 \u092e\u093e\u0928\u0915 \u0938\u0902\u0916\u094d\u092f\u093e \u092e\u0947\u0902 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928 \u0915\u0947 \u092c\u093e\u0935\u091c\u0942\u0926, \u092e\u0942\u0932 \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u092a\u094d\u0930\u0923\u093e\u0932\u0940 \u0914\u0930 \u0917\u0923\u0928\u093e \u0935\u093f\u0927\u093f 50 \u0938\u0947 \u0905\u0927\u093f\u0915 \u0935\u0930\u094d\u0937\u094b\u0902 \u0938\u0947 \u0938\u094d\u0925\u093f\u0930 \u092c\u0928\u0940 \u0939\u0941\u0908 \u0939\u0948, \u091c\u093f\u0938\u0938\u0947 \u092f\u0939 \u092f\u093e\u0902\u0924\u094d\u0930\u093f\u0915 \u0905\u092d\u093f\u092f\u093e\u0902\u0924\u094d\u0930\u093f\u0915\u0940 \u092e\u0947\u0902 \u0938\u092c\u0938\u0947 \u0938\u094d\u0925\u093f\u0930 \u0914\u0930 \u0935\u094d\u092f\u093e\u092a\u0915 \u0930\u0942\u092a \u0938\u0947 \u0905\u092a\u0928\u093e\u090f \u091c\u093e\u0928\u0947 \u0935\u093e\u0932\u0947 \u0924\u0915\u0928\u0940\u0915\u0940 \u092e\u093e\u0928\u0915\u094b\u0902 \u092e\u0947\u0902 \u0938\u0947 \u090f\u0915 \u092c\u0928 \u0917\u092f\u093e \u0939\u0948\u0964<\/p>\n<h2 id=\"how-it-works\">\u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0915\u0948\u0938\u0947 \u0915\u093e\u092e \u0915\u0930\u0924\u0947 \u0939\u0948\u0902? \u0917\u0923\u093f\u0924\u0940\u092f<\/h2>\n<p>G-\u0917\u094d\u0930\u0947\u0921 \u0905\u0902\u0924\u093f\u092e \u0928\u0939\u0940\u0902 \u0939\u0948 <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/balancing-tolerance\/\">\u0938\u0902\u0924\u0941\u0932\u0928 \u0938\u0939\u093f\u0937\u094d\u0923\u0941\u0924\u093e<\/a> \u0938\u094d\u0935\u092f\u0902, \u092c\u0932\u094d\u0915\u093f \u0907\u0938\u0947 \u0917\u0923\u0928\u093e \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0909\u092a\u092f\u094b\u0917 \u0915\u093f\u092f\u093e \u091c\u093e\u0928\u0947 \u0935\u093e\u0932\u093e \u092e\u0941\u0916\u094d\u092f \u092a\u0948\u0930\u093e\u092e\u0940\u091f\u0930 \u0939\u0948\u0964 G-\u0917\u094d\u0930\u0947\u0921, \u0930\u094b\u091f\u0930 \u0917\u0924\u093f, \u0930\u094b\u091f\u0930 \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928 \u0914\u0930 \u0938\u094d\u0935\u0940\u0915\u093e\u0930\u094d\u092f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0947 \u092c\u0940\u091a \u0917\u0923\u093f\u0924\u0940\u092f \u0938\u0902\u092c\u0902\u0927 \u0915\u094b \u0938\u092e\u091d\u0928\u093e \u0935\u094d\u092f\u093e\u0935\u0939\u093e\u0930\u093f\u0915 \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917 \u0915\u0947 \u0932\u093f\u090f \u0906\u0935\u0936\u094d\u092f\u0915 \u0939\u0948\u0964 \u0906\u092a \u0939\u093e\u0925 \u0938\u0947 \u0917\u0923\u0928\u093e \u091b\u094b\u0921\u093c \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u0939\u092e\u093e\u0930\u0947 <a href=\"https:\/\/vibromera.eu\/hi\/calculators\/residual-unbalance-iso1940\/\">\u0905\u0935\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0948\u0932\u0915\u0941\u0932\u0947\u091f\u0930 (\u0906\u0908\u090f\u0938\u0913 21940-11)<\/a>.<\/p>\n<h3>\u092e\u0942\u0932 \u0938\u0902\u092c\u0902\u0927<\/h3>\n<p>\u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0905\u0928\u0941\u092e\u0947\u092f \u0935\u093f\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 (\u0909\u0924\u094d\u0915\u0947\u0902\u0926\u094d\u0930\u0924\u093e, e) \u0914\u0930 \u0930\u094b\u091f\u0930 \u0915\u0947 \u0915\u094b\u0923\u0940\u092f \u0935\u0947\u0917 \u0915\u0947 \u0917\u0941\u0923\u0928\u092b\u0932 \u0915\u094b \u0926\u0930\u094d\u0936\u093e\u0924\u093e \u0939\u0948\u0964<sub>\u092a\u094d\u0930\u0924\u093f<\/sub>\u0930\u094b\u091f\u0930 \u0915\u093e \u0915\u094b\u0923\u0940\u092f \u0935\u0947\u0917 (\u03c9)\u0964<\/p>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\u092e\u0942\u0932\u092d\u0942\u0924 \u092a\u0930\u093f\u092d\u093e\u0937\u093e<\/div>\n<div class=\"formula-main\">\u091c\u0940 = \u0908<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u00d7 \u03c9<\/div>\n<div class=\"formula-note\">\u091c\u0939\u093e\u0902 \u0908<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u03c9 \u092e\u093f\u0932\u0940\u092e\u0940\u091f\u0930 (\u092f\u093e \u092e\u093e\u0907\u0915\u094d\u0930\u094b\u092e\u0940\u091f\u0930 \u00f7 1000) \u092e\u0947\u0902 \u0939\u0948 \u0914\u0930 \u03c9 \u0930\u0947\u0921\u093f\u092f\u0928\/\u0938\u0947\u0915\u0902\u0921 \u092e\u0947\u0902 \u0939\u0948\u0964<\/div>\n<\/p><\/div>\n<p>\u091a\u0942\u0902\u0915\u093f \u03c9 = 2\u03c0 \u00d7 n \/ 60 (\u091c\u0939\u093e\u0902 n \u0906\u0930\u092a\u0940\u090f\u092e \u0939\u0948), \u0914\u0930 \u092e\u093e\u0928 \u092a\u094d\u0930\u0924\u093f\u0938\u094d\u0925\u093e\u092a\u093f\u0924 \u0915\u0930\u0928\u0947 \u092a\u0930, \u0939\u092e \u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u093e\u0930\u094d\u092f \u092e\u0947\u0902 \u0926\u0948\u0928\u093f\u0915 \u0930\u0942\u092a \u0938\u0947 \u0909\u092a\u092f\u094b\u0917 \u0915\u093f\u090f \u091c\u093e\u0928\u0947 \u0935\u093e\u0932\u0947 \u0935\u094d\u092f\u093e\u0935\u0939\u093e\u0930\u093f\u0915 \u0938\u0942\u0924\u094d\u0930\u094b\u0902 \u0915\u094b \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902:<\/p>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\u0905\u0928\u0941\u092e\u0947\u092f \u0935\u093f\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 (\u0909\u0924\u094d\u0915\u0947\u0902\u0926\u094d\u0930\u0924\u093e)<\/div>\n<div class=\"formula-main\">\u0908<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> = (G \u00d7 1000 \u00d7 60) \/ (2\u03c0 \u00d7 n) = 9549 \u00d7 G \/ n<\/div>\n<div class=\"formula-note\">\u092a\u0930\u093f\u0923\u093e\u092e \u092e\u093e\u0907\u0915\u094d\u0930\u094b\u092e\u0940\u091f\u0930 (\u00b5m) \u092e\u0947\u0902 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0939\u094b\u0924\u093e \u0939\u0948 \u2014 \u091c\u094b g\u00b7mm\/kg \u0915\u0947 \u092c\u0930\u093e\u092c\u0930 \u092d\u0940 \u0939\u094b\u0924\u093e \u0939\u0948\u0964<\/div>\n<\/p><\/div>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\u0905\u0928\u0941\u092e\u0947\u092f \u0905\u0935\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 (\u0935\u094d\u092f\u093e\u0935\u0939\u093e\u0930\u093f\u0915 \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e)<\/div>\n<div class=\"formula-main\">\u092f\u0942<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> = \u0908<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u00d7 M = (9549 \u00d7 G \u00d7 M) \/ n<\/div>\n<div class=\"formula-note\">\u092f\u0942<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u0917\u094d\u0930\u093e\u092e\u00b7\u092e\u093f\u092e\u0940 \u092e\u0947\u0902, \u090f\u092e \u0915\u093f\u0932\u094b\u0917\u094d\u0930\u093e\u092e \u092e\u0947\u0902, \u090f\u0928 \u0906\u0930\u092a\u0940\u090f\u092e \u092e\u0947\u0902\u0964 \u0938\u094d\u0925\u093f\u0930\u093e\u0902\u0915 9549 \u2248 60000\/(2\u03c0)\u0964<\/div>\n<\/p><\/div>\n<h3>\u091a\u0930\u094b\u0902 \u0915\u094b \u0938\u092e\u091d\u0928\u093e<\/h3>\n<table class=\"article-table\">\n<thead>\n<tr>\n<th>\u091a\u0930<\/th>\n<th>\u0928\u093e\u092e<\/th>\n<th>\u0907\u0915\u093e\u0907\u092f\u094b\u0902<\/th>\n<th>\u0935\u093f\u0935\u0930\u0923<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"mono\">\u091c\u0940<\/td>\n<td>\u0938\u0902\u0924\u0941\u0932\u0928 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0917\u094d\u0930\u0947\u0921<\/td>\n<td>\u092e\u093f\u092e\u0940\/\u0938\u0947\u0915\u0947\u0902\u0921<\/td>\n<td>\u0907\u0938 \u090f\u092a\u094d\u0932\u093f\u0915\u0947\u0936\u0928 \u0915\u0947 \u0932\u093f\u090f ISO \u0926\u094d\u0935\u093e\u0930\u093e \u0928\u093f\u0930\u094d\u0927\u093e\u0930\u093f\u0924 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0938\u094d\u0924\u0930 (\u0909\u0926\u093e\u0939\u0930\u0923 \u0915\u0947 \u0932\u093f\u090f, 2.5, 6.3)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0908<sub>\u092a\u094d\u0930\u0924\u093f<\/sub><\/td>\n<td>\u0905\u0928\u0941\u092e\u0947\u092f \u0935\u093f\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928<\/td>\n<td>\u00b5m \u092f\u093e g\u00b7mm\/kg<\/td>\n<td>\u092a\u094d\u0930\u0924\u093f \u0907\u0915\u093e\u0908 \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928, \u091c\u094d\u092f\u093e\u092e\u093f\u0924\u0940\u092f \u0915\u0947\u0902\u0926\u094d\u0930 \u0938\u0947 \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928 \u0915\u0947\u0902\u0926\u094d\u0930 \u0915\u093e \u0905\u0927\u093f\u0915\u0924\u092e \u0905\u0928\u0941\u092e\u0947\u092f \u0935\u093f\u0938\u094d\u0925\u093e\u092a\u0928<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u092f\u0942<sub>\u092a\u094d\u0930\u0924\u093f<\/sub><\/td>\n<td>\u0905\u0928\u0941\u092e\u0947\u092f \u0905\u0935\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928<\/td>\n<td>\u091c\u0940\u00b7\u090f\u092e\u090f\u092e<\/td>\n<td>\u0905\u0902\u0924\u093f\u092e \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e \u092e\u093e\u0928 \u2014 \u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0947 \u092c\u093e\u0926 \u0936\u0947\u0937 \u0905\u0927\u093f\u0915\u0924\u092e \u0905\u0938\u0902\u0924\u0941\u0932\u0928<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">M<\/td>\n<td>\u0930\u094b\u091f\u0930 \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928<\/td>\n<td>\u0915\u093f\u0932\u094b\u0917\u094d\u0930\u093e\u092e<\/td>\n<td>\u0938\u0902\u0924\u0941\u0932\u093f\u0924 \u0915\u093f\u090f \u091c\u093e\u0928\u0947 \u0935\u093e\u0932\u0947 \u0930\u094b\u091f\u0930 \u0915\u093e \u0915\u0941\u0932 \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u090f\u0928<\/td>\n<td>\u0905\u0927\u093f\u0915\u0924\u092e \u0938\u0947\u0935\u093e \u0917\u0924\u093f<\/td>\n<td>\u0906\u0930\u092a\u0940\u090f\u092e<\/td>\n<td>\u0930\u094b\u091f\u0930 \u0926\u094d\u0935\u093e\u0930\u093e \u0938\u0947\u0935\u093e \u0915\u0947 \u0926\u094c\u0930\u093e\u0928 \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u0940 \u091c\u093e\u0928\u0947 \u0935\u093e\u0932\u0940 \u0905\u0927\u093f\u0915\u0924\u092e \u092a\u0930\u093f\u091a\u093e\u0932\u0928 \u0917\u0924\u093f<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u03c9<\/td>\n<td>\u0915\u094b\u0923\u0940\u092f \u0935\u0947\u0917<\/td>\n<td>\u0930\u0947\u0921\/\u0938\u0947\u0915\u0947\u0902\u0921<\/td>\n<td>\u03c9 = 2\u03c0 \u00d7 \u090f\u0928 \/ 60; \u092e\u094c\u0932\u093f\u0915 \u092a\u0930\u093f\u092d\u093e\u0937\u093e \u092e\u0947\u0902 \u092a\u094d\u0930\u092f\u0941\u0915\u094d\u0924<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"info-box warning\">\n<div class=\"box-title\">\u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923: \u0905\u0927\u093f\u0915\u0924\u092e \u0938\u0947\u0935\u093e \u0917\u0924\u093f \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0947\u0902<\/div>\n<p>\u0938\u0942\u0924\u094d\u0930 \u092e\u0947\u0902 RPM \u0935\u0939 \u0905\u0927\u093f\u0915\u0924\u092e \u0917\u0924\u093f \u0939\u094b\u0928\u0940 \u091a\u093e\u0939\u093f\u090f \u091c\u093f\u0938 \u0924\u0915 \u0930\u094b\u091f\u0930 \u0935\u093e\u0938\u094d\u0924\u0935\u093f\u0915 \u0938\u0902\u091a\u093e\u0932\u0928 \u092e\u0947\u0902 \u092a\u0939\u0941\u0902\u091a\u0947\u0917\u093e - \u0928 \u0915\u093f \u092c\u0948\u0932\u0947\u0902\u0938\u093f\u0902\u0917 \u092e\u0936\u0940\u0928 \u0915\u0940 \u0917\u0924\u093f\u0964 300 RPM \u092a\u0930 \u0927\u0940\u092e\u0940 \u0917\u0924\u093f \u0935\u093e\u0932\u0940 \u092c\u0948\u0932\u0947\u0902\u0938\u093f\u0902\u0917 \u092e\u0936\u0940\u0928 \u092a\u0930 \u0938\u0902\u0924\u0941\u0932\u093f\u0924 \u0915\u093f\u092f\u093e \u0917\u092f\u093e \u0930\u094b\u091f\u0930, \u091c\u094b 12,000 RPM \u092a\u0930 \u091a\u0932 \u0930\u0939\u093e \u0939\u0948, \u0909\u0938\u0915\u0940 \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e \u0915\u0940 \u0917\u0923\u0928\u093e 12,000 RPM \u092a\u0930 \u0915\u0940 \u091c\u093e\u0928\u0940 \u091a\u093e\u0939\u093f\u090f\u0964 \u092c\u0948\u0932\u0947\u0902\u0938\u093f\u0902\u0917 \u092e\u0936\u0940\u0928 \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e \u0915\u0947 \u0905\u0928\u0941\u0938\u093e\u0930 \u0938\u0941\u0927\u093e\u0930 \u0915\u0930\u0924\u0940 \u0939\u0948, \u0932\u0947\u0915\u093f\u0928 \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e \u0938\u0947\u0935\u093e \u0917\u0924\u093f \u0926\u094d\u0935\u093e\u0930\u093e \u092a\u0930\u093f\u092d\u093e\u0937\u093f\u0924 \u0939\u094b\u0924\u0940 \u0939\u0948\u0964<\/p>\n<\/p><\/div>\n<h3>\u091c\u094d\u092f\u093e\u092e\u093f\u0924\u0940\u092f \u0935\u094d\u092f\u093e\u0916\u094d\u092f\u093e<\/h3>\n<p>ISO \u092e\u093e\u0928\u0915 \u0915\u094d\u0937\u0948\u0924\u093f\u091c \u0905\u0915\u094d\u0937 \u092a\u0930 \u0930\u094b\u091f\u0930 \u0917\u0924\u093f (RPM) \u0914\u0930 \u0905\u0928\u0941\u092e\u0947\u092f \u0935\u093f\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 (e) \u0915\u0947 \u0938\u093e\u0925 \u090f\u0915 \u0932\u0918\u0941\u0917\u0923\u0915\u0940\u092f \u091a\u093e\u0930\u094d\u091f \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0924\u093e \u0939\u0948\u0964<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u090a\u0930\u094d\u0927\u094d\u0935\u093e\u0927\u0930 \u0905\u0915\u094d\u0937 \u092a\u0930 \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 (\u091c\u0940\u00b7\u092e\u093f\u092e\u0940\/\u0915\u093f\u0917\u094d\u0930\u093e \u092e\u0947\u0902) \u0926\u0930\u094d\u0936\u093e\u092f\u093e \u0917\u092f\u093e \u0939\u0948\u0964 \u0907\u0938 \u0932\u0949\u0917-\u0932\u0949\u0917 \u091a\u093e\u0930\u094d\u091f \u092a\u0930 \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u090f\u0915 \u0938\u0940\u0927\u0940 \u0935\u093f\u0915\u0930\u094d\u0923 \u0930\u0947\u0916\u093e \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0926\u093f\u0916\u093e\u0908 \u0926\u0947\u0924\u093e \u0939\u0948\u0964 \u092f\u0939 \u0906\u0915\u0930\u094d\u0937\u0915 \u091a\u093f\u0924\u094d\u0930\u0923 \u0926\u0930\u094d\u0936\u093e\u0924\u093e \u0939\u0948 \u0915\u093f:<\/p>\n<ul>\n<li>\u0915\u093f\u0938\u0940 \u092d\u0940 \u0926\u093f\u090f \u0917\u090f \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0915\u0947 \u0932\u093f\u090f, \u0917\u0924\u093f \u0915\u094b \u0926\u094b\u0917\u0941\u0928\u093e \u0915\u0930\u0928\u0947 \u092a\u0930 \u0905\u0928\u0941\u092e\u0947\u092f \u0935\u093f\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0906\u0927\u093e \u0939\u094b \u091c\u093e\u0924\u093e \u0939\u0948\u0964<\/li>\n<li>\u0906\u0938\u0928\u094d\u0928 \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0932\u093e\u0907\u0928\u094b\u0902 \u0915\u094b 2.5 \u0915\u0947 \u0917\u0941\u0923\u0915 \u0926\u094d\u0935\u093e\u0930\u093e \u0905\u0932\u0917 \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948 (\u0915\u094d\u0930\u092e \u0907\u0938 \u092a\u094d\u0930\u0915\u093e\u0930 \u0939\u0948: 0.4, 1.0, 2.5, 6.3, 16, 40, 100, 250, 630, 1600, 4000)<\/li>\n<li>\u0932\u0918\u0941\u0917\u0923\u0915\u0940\u092f \u0905\u0902\u0924\u0930\u093e\u0932 \u0915\u093e \u0905\u0930\u094d\u0925 \u0939\u0948 \u0915\u093f \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0917\u094d\u0930\u0947\u0921 \u0915\u0902\u092a\u0928 \u0915\u0940 \u0924\u0940\u0935\u094d\u0930\u0924\u093e \u092e\u0947\u0902 \u0932\u0917\u092d\u0917 \u0938\u092e\u093e\u0928 \u0905\u0935\u0927\u093e\u0930\u0923\u093e\u0924\u094d\u092e\u0915 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928 \u0915\u094b \u0926\u0930\u094d\u0936\u093e\u0924\u093e \u0939\u0948\u0964<\/li>\n<\/ul>\n<h2 id=\"selecting\">\u0905\u092a\u0928\u0947 \u0906\u0935\u0947\u0926\u0928 \u0915\u0947 \u0932\u093f\u090f \u0938\u0939\u0940 \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0928\u093e<\/h2>\n<p>\u0938\u0939\u0940 \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u0908 \u0915\u093e\u0930\u0915\u094b\u0902 \u0915\u094b \u0938\u0902\u0924\u0941\u0932\u093f\u0924 \u0915\u0930\u0928\u093e \u0906\u0935\u0936\u094d\u092f\u0915 \u0939\u0948: \u0930\u094b\u091f\u0930 \u0915\u093e \u0907\u091a\u094d\u091b\u093f\u0924 \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917, \u092a\u0930\u093f\u091a\u093e\u0932\u0928 \u0917\u0924\u093f, \u0938\u0939\u093e\u092f\u0915 \u0938\u0902\u0930\u091a\u0928\u093e \u0915\u0940 \u0915\u0920\u094b\u0930\u0924\u093e, \u092c\u0947\u092f\u0930\u093f\u0902\u0917 \u0915\u093e \u092a\u094d\u0930\u0915\u093e\u0930 \u0914\u0930 \u0938\u094d\u0935\u0940\u0915\u093e\u0930\u094d\u092f \u0915\u0902\u092a\u0928 \u0938\u094d\u0924\u0930\u0964 \u0906\u0908\u090f\u0938\u0913 \u092e\u093e\u0928\u0915 \u0905\u092a\u0928\u0940 \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917 \u0924\u093e\u0932\u093f\u0915\u093e \u0915\u0947 \u092e\u093e\u0927\u094d\u092f\u092e \u0938\u0947 \u092e\u093e\u0930\u094d\u0917\u0926\u0930\u094d\u0936\u0928 \u092a\u094d\u0930\u0926\u093e\u0928 \u0915\u0930\u0924\u093e \u0939\u0948, \u0932\u0947\u0915\u093f\u0928 \u0915\u0908 \u0935\u094d\u092f\u093e\u0935\u0939\u093e\u0930\u093f\u0915 \u092c\u093e\u0924\u094b\u0902 \u0915\u093e \u092d\u0940 \u0927\u094d\u092f\u093e\u0928 \u0930\u0916\u0928\u093e \u0906\u0935\u0936\u094d\u092f\u0915 \u0939\u0948:<\/p>\n<h3>\u0928\u093f\u0930\u094d\u0923\u092f \u0915\u093e\u0930\u0915<\/h3>\n<ul>\n<li><strong>\u092a\u0930\u093f\u091a\u093e\u0932\u0928 \u0917\u0924\u093f:<\/strong> \u0909\u091a\u094d\u091a-\u0917\u0924\u093f \u0930\u094b\u091f\u0930 \u0906\u092e \u0924\u094c\u0930 \u092a\u0930 \u0905\u0927\u093f\u0915 \u0915\u0938\u0947 \u0917\u094d\u0930\u0947\u0921 \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u094b\u0924\u0940 \u0939\u0948 \u0915\u094d\u092f\u094b\u0902\u0915\u093f <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/centrifugal-force\/\">\u0905\u092a\u0915\u0947\u0902\u0926\u094d\u0930\u0940 \u092c\u0932<\/a> \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0938\u0947 \u092c\u0932 \u0917\u0924\u093f \u0915\u0947 \u0935\u0930\u094d\u0917 \u0915\u0947 \u0938\u093e\u0925 \u092c\u0922\u093c\u0924\u093e \u0939\u0948 (F = m \u00d7 e \u00d7 \u03c9\u00b2)\u0964 30,000 RPM \u092a\u0930 \u090f\u0915 \u0930\u094b\u091f\u0930 3,000 RPM \u092a\u0930 \u0938\u092e\u093e\u0928 \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0938\u0947 100\u00d7 \u0905\u0927\u093f\u0915 \u092c\u0932 \u0909\u0924\u094d\u092a\u0928\u094d\u0928 \u0915\u0930\u0924\u093e \u0939\u0948\u0964<\/li>\n<li><strong>\u092c\u0947\u0930\u093f\u0902\u0917 \u0915\u0947 \u092a\u094d\u0930\u0915\u093e\u0930:<\/strong> \u0930\u094b\u0932\u093f\u0902\u0917 \u090f\u0932\u093f\u092e\u0947\u0902\u091f \u092c\u0947\u092f\u0930\u093f\u0902\u0917 \u0926\u094d\u0930\u0935 \u092b\u093f\u0932\u094d\u092e (<a href=\"https:\/\/vibromera.eu\/hi\/glossary\/journal-bearing\/\">\u092a\u0924\u094d\u0930\u093f\u0915\u093e<\/a>) \u092c\u0947\u092f\u0930\u093f\u0902\u0917 \u0915\u0940 \u0924\u0941\u0932\u0928\u093e \u092e\u0947\u0902 \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0947 \u0932\u093f\u090f \u0915\u092e \u0938\u0939\u093f\u0937\u094d\u0923\u0941 \u0939\u0948\u0902\u0964 \u0930\u094b\u0932\u093f\u0902\u0917 \u090f\u0932\u093f\u092e\u0947\u0902\u091f \u092c\u0947\u092f\u0930\u093f\u0902\u0917 \u0935\u093e\u0932\u0940 \u092e\u0936\u0940\u0928\u0947\u0902 \u092e\u093e\u0928\u0915 \u0905\u0928\u0941\u0936\u0902\u0938\u093e \u0915\u0940 \u0924\u0941\u0932\u0928\u093e \u092e\u0947\u0902 \u090f\u0915 \u0917\u094d\u0930\u0947\u0921 \u0905\u0927\u093f\u0915 \u0915\u0938\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u094b \u0938\u0915\u0924\u0940 \u0939\u0948\u0964<\/li>\n<li><strong>\u0938\u092e\u0930\u094d\u0925\u0928 \u0915\u0920\u094b\u0930\u0924\u093e:<\/strong> \u0932\u091a\u0940\u0932\u0947 \u0938\u092a\u094b\u0930\u094d\u091f (\u0930\u092c\u0930 \u092e\u093e\u0909\u0902\u091f, \u0938\u094d\u092a\u094d\u0930\u093f\u0902\u0917 \u0906\u0907\u0938\u094b\u0932\u0947\u091f\u0930) \u0915\u0920\u094b\u0930 \u0938\u092a\u094b\u0930\u094d\u091f \u0915\u0940 \u0924\u0941\u0932\u0928\u093e \u092e\u0947\u0902 \u0915\u0902\u092a\u0928 \u0938\u0902\u091a\u0930\u0923 \u0915\u094b \u0915\u092e \u092c\u0922\u093c\u093e\u0924\u0947 \u0939\u0948\u0902, \u0932\u0947\u0915\u093f\u0928 \u0907\u0928\u092e\u0947\u0902 \u0905\u0928\u0941\u0928\u093e\u0926 \u0915\u0940 \u0938\u092e\u0938\u094d\u092f\u093e \u0939\u094b \u0938\u0915\u0924\u0940 \u0939\u0948\u0964 \u0915\u0920\u094b\u0930 \u0930\u0942\u092a \u0938\u0947 \u0938\u094d\u0925\u093e\u092a\u093f\u0924 \u092e\u0936\u0940\u0928\u0947\u0902 \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0947 \u092a\u094d\u0930\u0924\u093f \u0905\u0927\u093f\u0915 \u0938\u0902\u0935\u0947\u0926\u0928\u0936\u0940\u0932 \u0939\u094b\u0924\u0940 \u0939\u0948\u0902\u0964<\/li>\n<li><strong>\u092a\u0930\u094d\u092f\u093e\u0935\u0930\u0923 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e\u090f\u0902:<\/strong> \u091c\u093f\u0928 \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917\u094b\u0902 \u092e\u0947\u0902 \u0915\u092e \u0936\u094b\u0930 (\u0905\u0938\u094d\u092a\u0924\u093e\u0932\u094b\u0902 \u092e\u0947\u0902 \u090f\u091a\u0935\u0940\u090f\u0938\u0940, \u0930\u093f\u0915\u0949\u0930\u094d\u0921\u093f\u0902\u0917 \u0938\u094d\u091f\u0942\u0921\u093f\u092f\u094b) \u092f\u093e \u0915\u092e \u0915\u0902\u092a\u0928 (\u0938\u0947\u092e\u0940\u0915\u0902\u0921\u0915\u094d\u091f\u0930 \u0928\u093f\u0930\u094d\u092e\u093e\u0923, \u0911\u092a\u094d\u091f\u093f\u0915\u0932 \u092a\u094d\u0930\u092f\u094b\u0917\u0936\u093e\u0932\u093e\u090f\u0902) \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u094b\u0924\u093e \u0939\u0948, \u0909\u0928\u092e\u0947\u0902 \u092e\u093e\u0928\u0915 \u0915\u0940 \u0924\u0941\u0932\u0928\u093e \u092e\u0947\u0902 1-2 \u0938\u094d\u0924\u0930 \u0905\u0927\u093f\u0915 \u0938\u0916\u094d\u0924 \u0917\u094d\u0930\u0947\u0921 \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u094b \u0938\u0915\u0924\u0940 \u0939\u0948\u0964<\/li>\n<li><strong>\u092c\u0947\u092f\u0930\u093f\u0902\u0917 \u091c\u0940\u0935\u0928 \u092a\u094d\u0930\u0924\u094d\u092f\u093e\u0936\u093e:<\/strong> \u092f\u0926\u093f \u092c\u093f\u092f\u0930\u093f\u0902\u0917 \u0915\u093e \u0932\u0902\u092c\u093e \u091c\u0940\u0935\u0928\u0915\u093e\u0932 \u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0939\u0948 (\u091c\u0948\u0938\u0947 \u0905\u092a\u0924\u091f\u0940\u092f \u092a\u094d\u0932\u0947\u091f\u092b\u0949\u0930\u094d\u092e, \u0926\u0942\u0930\u0938\u094d\u0925 \u092a\u094d\u0930\u0924\u093f\u0937\u094d\u0920\u093e\u0928), \u0924\u094b \u0905\u0927\u093f\u0915 \u0938\u0916\u094d\u0924 \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f \u0915\u0930\u0928\u0947 \u0938\u0947 \u092c\u093f\u092f\u0930\u093f\u0902\u0917 \u092a\u0930 \u0917\u0924\u093f\u0936\u0940\u0932 \u092d\u093e\u0930 \u0915\u092e \u0939\u094b \u091c\u093e\u0924\u093e \u0939\u0948, \u091c\u093f\u0938\u0938\u0947 \u0909\u0928\u0915\u093e \u090f\u093210 \u091c\u0940\u0935\u0928\u0915\u093e\u0932 \u0938\u0940\u0927\u0947 \u092c\u0922\u093c \u091c\u093e\u0924\u093e \u0939\u0948\u0964. <a href=\"https:\/\/vibromera.eu\/hi\/calculators\/bearing-load\/\">L10 life<\/a>.<\/li>\n<\/ul>\n<h3>\u0909\u0926\u094d\u092f\u094b\u0917-\u0935\u093f\u0936\u093f\u0937\u094d\u091f \u0905\u0928\u0941\u0936\u0902\u0938\u093e\u090f\u0901<\/h3>\n<table class=\"article-table\">\n<thead>\n<tr>\n<th>\u0909\u0926\u094d\u092f\u094b\u0917 \/ \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917<\/th>\n<th>\u0938\u093e\u092e\u093e\u0928\u094d\u092f \u091c\u0940-\u0917\u094d\u0930\u0947\u0921<\/th>\n<th>\u091f\u093f\u092a\u094d\u092a\u0923\u093f\u092f\u093e\u0901<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\u092c\u093f\u091c\u0932\u0940 \u0909\u0924\u094d\u092a\u093e\u0926\u0928 (\u091f\u0930\u094d\u092c\u093e\u0907\u0928)<\/td>\n<td class=\"mono\">\u091c\u0940 2.5 \u092f\u093e \u0909\u0938\u0938\u0947 \u0905\u0927\u093f\u0915 \u091f\u093e\u0907\u091f<\/td>\n<td>API \u092e\u093e\u0928\u0915\u094b\u0902 \u092e\u0947\u0902 \u0905\u0915\u094d\u0938\u0930 G 1.0 \u0915\u0947 \u0938\u092e\u0915\u0915\u094d\u0937 \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u094b\u0924\u0940 \u0939\u0948\u0964<\/td>\n<\/tr>\n<tr>\n<td>\u0924\u0947\u0932 \u0914\u0930 \u0917\u0948\u0938 (\u092a\u0902\u092a, \u0915\u0902\u092a\u094d\u0930\u0947\u0938\u0930)<\/td>\n<td class=\"mono\">\u091c\u0940 2.5<\/td>\n<td>API 610\/617 \u0915\u094d\u0930\u093f\u091f\u093f\u0915\u0932 \u0915\u0947 \u0932\u093f\u090f 4W\/N \u2248 G 1.0 \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f \u0915\u0930\u0924\u093e \u0939\u0948\u0964<\/td>\n<\/tr>\n<tr>\n<td>\u090f\u091a\u0935\u0940\u090f\u0938\u0940 (\u092a\u0902\u0916\u0947, \u092c\u094d\u0932\u094b\u0905\u0930)<\/td>\n<td class=\"mono\">\u091c\u0940 6.3<\/td>\n<td>\u0936\u094b\u0930-\u0938\u0902\u0935\u0947\u0926\u0928\u0936\u0940\u0932 \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f G 2.5<\/td>\n<\/tr>\n<tr>\n<td>\u092e\u0936\u0940\u0928 \u091f\u0942\u0932\u094d\u0938<\/td>\n<td class=\"mono\">G 1.0 \u2013 G 2.5<\/td>\n<td>\u0917\u094d\u0930\u093e\u0907\u0902\u0921\u093f\u0902\u0917 \u0938\u094d\u092a\u093f\u0902\u0921\u0932 \u0915\u0947 \u0932\u093f\u090f G 0.4 \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u094b \u0938\u0915\u0924\u0940 \u0939\u0948\u0964<\/td>\n<\/tr>\n<tr>\n<td>\u0915\u093e\u0917\u091c\/\u092e\u0941\u0926\u094d\u0930\u0923 \u092e\u0936\u0940\u0928\u0947\u0902<\/td>\n<td class=\"mono\">G 2.5 \u2013 G 6.3<\/td>\n<td>\u092f\u0939 \u0930\u094b\u0932\u0930 \u0915\u0940 \u0917\u0924\u093f \u0914\u0930 \u092a\u094d\u0930\u093f\u0902\u091f \u0915\u0940 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u092a\u0930 \u0928\u093f\u0930\u094d\u092d\u0930 \u0915\u0930\u0924\u093e \u0939\u0948\u0964<\/td>\n<\/tr>\n<tr>\n<td>\u0916\u0928\u0928\/\u0938\u0940\u092e\u0947\u0902\u091f (\u0915\u094d\u0930\u0936\u0930, \u092e\u093f\u0932)<\/td>\n<td class=\"mono\">G 6.3 \u2013 G 16<\/td>\n<td>\u0915\u0920\u094b\u0930 \u0935\u093e\u0924\u093e\u0935\u0930\u0923; \u0907\u0938\u0938\u0947 \u0905\u0927\u093f\u0915 \u0938\u0916\u094d\u0924 \u0935\u094d\u092f\u0935\u0938\u094d\u0925\u093e \u0938\u0902\u092d\u0935 \u0928\u0939\u0940\u0902 \u0939\u094b \u0938\u0915\u0924\u0940\u0964<\/td>\n<\/tr>\n<tr>\n<td>\u0911\u091f\u094b\u092e\u094b\u091f\u093f\u0935 (\u0915\u094d\u0930\u0948\u0902\u0915\u0936\u093e\u092b\u094d\u091f)<\/td>\n<td class=\"mono\">\u091c\u0940 16 \u2013 \u091c\u0940 40<\/td>\n<td>\u092f\u093e\u0924\u094d\u0930\u0940 \u0915\u093e\u0930\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u0938\u093e\u092e\u093e\u0928\u094d\u092f\u0924\u0903 G 16; \u091f\u094d\u0930\u0915\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f G 25\u201340<\/td>\n<\/tr>\n<tr>\n<td>\u0916\u093e\u0926\u094d\u092f \u092a\u094d\u0930\u0938\u0902\u0938\u094d\u0915\u0930\u0923<\/td>\n<td class=\"mono\">\u091c\u0940 6.3<\/td>\n<td>\u0938\u094d\u0935\u091a\u094d\u091b\u0924\u093e \u0938\u0902\u092c\u0902\u0927\u0940 \u0921\u093f\u091c\u093c\u093e\u0907\u0928 \u0938\u0941\u0927\u093e\u0930 \u0935\u093f\u0927\u093f\u092f\u094b\u0902 \u0915\u094b \u0938\u0940\u092e\u093f\u0924 \u0915\u0930 \u0938\u0915\u0924\u093e \u0939\u0948\u0964<\/td>\n<\/tr>\n<tr>\n<td>\u0932\u0915\u0921\u093c\u0940 \u0915\u093e \u0915\u093e\u092e (\u0906\u0930\u0940 \u0915\u0947 \u092c\u094d\u0932\u0947\u0921, \u092a\u094d\u0932\u093e\u0928\u0930)<\/td>\n<td class=\"mono\">G 2.5 \u2013 G 6.3<\/td>\n<td>\u0938\u0924\u0939 \u0915\u0940 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0915\u0947 \u0932\u093f\u090f \u0909\u091a\u094d\u091a \u0917\u094d\u0930\u0947\u0921<\/td>\n<\/tr>\n<tr>\n<td>\u0935\u093f\u0926\u094d\u092f\u0941\u0924 \u092e\u094b\u091f\u0930 (\u0938\u093e\u092e\u093e\u0928\u094d\u092f)<\/td>\n<td class=\"mono\">\u091c\u0940 2.5<\/td>\n<td>\u0905\u0927\u093f\u0915\u093e\u0902\u0936 \u092e\u094b\u091f\u0930\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f IEC 60034-14 \u0907\u0938\u0915\u093e \u0938\u0902\u0926\u0930\u094d\u092d \u0926\u0947\u0924\u093e \u0939\u0948\u0964<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"practical\">\u0935\u094d\u092f\u093e\u0935\u0939\u093e\u0930\u093f\u0915 \u0917\u0923\u0928\u093e \u0915\u0947 \u0909\u0926\u093e\u0939\u0930\u0923<\/h2>\n<div class=\"example-block\">\n<div class=\"example-title\">\u0909\u0926\u093e\u0939\u0930\u0923 1: \u0905\u092a\u0915\u0947\u0902\u0926\u094d\u0930\u0940 \u092a\u0902\u092a \u0915\u093e \u0907\u0902\u092a\u0947\u0932\u0930<\/div>\n<p><strong>\u0926\u093f\u092f\u093e \u0917\u092f\u093e:<\/strong> \u092a\u0902\u092a \u0907\u092e\u094d\u092a\u0947\u0932\u0930, \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928 = 12 \u0915\u093f.\u0917\u094d\u0930\u093e., \u0905\u0927\u093f\u0915\u0924\u092e \u0938\u0947\u0935\u093e \u0917\u0924\u093f = 2950 \u0906\u0930\u092a\u0940\u090f\u092e, \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917: \u092a\u094d\u0930\u0915\u094d\u0930\u093f\u092f\u093e \u0938\u0902\u092f\u0902\u0924\u094d\u0930 \u2192 \u0906\u0908\u090f\u0938\u0913 G 6.3 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093e \u0915\u0930\u0924\u093e \u0939\u0948\u0964<\/p>\n<p><strong>\u091a\u0930\u0923 1 \u2014 \u0935\u093f\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0940 \u0917\u0923\u0928\u093e \u0915\u0930\u0947\u0902:<\/strong><\/p>\n<p>\u0908<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> = 9549 \u00d7 G \/ n = 9549 \u00d7 6.3 \/ 2950 = <strong>20.4 \u092e\u093e\u0907\u0915\u094d\u0930\u094b\u092e\u0940\u091f\u0930<\/strong> (\u092f\u093e 20.4 \u0917\u094d\u0930\u093e\u092e\u00b7\u092e\u093f\u092e\u0940\/\u0915\u093f\u0917\u094d\u0930\u093e)<\/p>\n<p><strong>\u091a\u0930\u0923 2 \u2014 \u0915\u0941\u0932 \u0905\u0928\u0941\u092e\u0947\u092f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0940 \u0917\u0923\u0928\u093e \u0915\u0930\u0947\u0902:<\/strong><\/p>\n<p>\u092f\u0942<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> = \u0908<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u00d7 \u090f\u092e = 20.4 \u00d7 12 = <strong>244.8 \u0917\u094d\u0930\u093e\u092e\u00b7\u092e\u093f\u092e\u0940<\/strong><\/p>\n<p><strong>\u0935\u094d\u092f\u093e\u0916\u094d\u092f\u093e:<\/strong> \u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092c\u093e\u0926 \u092c\u091a\u093e \u0939\u0941\u0906 \u0905\u0935\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 244.8 g\u00b7mm \u0938\u0947 \u0905\u0927\u093f\u0915 \u0928\u0939\u0940\u0902 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f\u0964 \u092f\u0926\u093f \u090f\u0915 \u0939\u0940 \u0924\u0932 \u092a\u0930 \u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u093f\u092f\u093e \u091c\u093e \u0930\u0939\u093e \u0939\u0948, \u0924\u094b \u092f\u0939 \u0915\u0941\u0932 \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e \u0939\u0948\u0964 \u092f\u0926\u093f \u0926\u094b \u0924\u0932\u094b\u0902 \u092a\u0930 \u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u093f\u092f\u093e \u091c\u093e \u0930\u0939\u093e \u0939\u0948, \u0924\u094b \u0907\u0938 \u0915\u0941\u0932 \u0915\u094b \u0926\u094b\u0928\u094b\u0902 \u0938\u0941\u0927\u093e\u0930 \u0924\u0932\u094b\u0902 \u0915\u0947 \u092c\u0940\u091a \u0935\u093f\u092d\u093e\u091c\u093f\u0924 \u0915\u093f\u092f\u093e \u091c\u093e\u0928\u093e \u091a\u093e\u0939\u093f\u090f (\u0938\u092e\u092e\u093f\u0924 \u0930\u094b\u091f\u0930\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u0906\u092e\u0924\u094c\u0930 \u092a\u0930 50\/50)\u0964<\/p>\n<\/p><\/div>\n<div class=\"example-block\">\n<div class=\"example-title\">\u0909\u0926\u093e\u0939\u0930\u0923 2: \u0914\u0926\u094d\u092f\u094b\u0917\u093f\u0915 \u092a\u0902\u0916\u0947 \u0915\u093e \u0930\u094b\u091f\u0930<\/div>\n<p><strong>\u0926\u093f\u092f\u093e \u0917\u092f\u093e:<\/strong> \u092b\u0948\u0928 \u0930\u094b\u091f\u0930 \u0905\u0938\u0947\u0902\u092c\u0932\u0940, \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928 = 85 \u0915\u093f\u0932\u094b\u0917\u094d\u0930\u093e\u092e, \u0905\u0927\u093f\u0915\u0924\u092e \u0917\u0924\u093f = 1480 \u0906\u0930\u092a\u0940\u090f\u092e, \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917: \u0935\u0947\u0902\u091f\u093f\u0932\u0947\u0936\u0928 \u2192 G 6.3\u0964<\/p>\n<p><strong>\u0917\u0923\u0928\u093e:<\/strong><\/p>\n<p>\u092f\u0942<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> = (9549 \u00d7 6.3 \u00d7 85) \/ 1480 = <strong>3454 \u0917\u094d\u0930\u093e\u092e\u00b7\u092e\u093f\u092e\u0940<\/strong><\/p>\n<p>\u0908<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> = 3454 \/ 85 = <strong>40.6 \u092e\u093e\u0907\u0915\u094d\u0930\u094b\u092e\u0940\u091f\u0930<\/strong><\/p>\n<p><strong>\u0926\u094b \u0924\u0932\u0940\u092f \u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0947 \u0932\u093f\u090f:<\/strong> \u092f\u0942<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u092a\u094d\u0930\u0924\u093f \u0938\u092e\u0924\u0932 \u2248 3454 \/ 2 = <strong>1727 \u0917\u094d\u0930\u093e\u092e\u00b7\u092e\u093f\u092e\u0940 \u092a\u094d\u0930\u0924\u093f \u0938\u092e\u0924\u0932<\/strong><\/p>\n<\/p><\/div>\n<div class=\"example-block\">\n<div class=\"example-title\">\u0909\u0926\u093e\u0939\u0930\u0923 3: \u091f\u0930\u094d\u092c\u094b\u091a\u093e\u0930\u094d\u091c\u0930 \u0930\u094b\u091f\u0930 (\u0909\u091a\u094d\u091a \u0917\u0924\u093f)<\/div>\n<p><strong>\u0926\u093f\u092f\u093e \u0917\u092f\u093e:<\/strong> \u091f\u0930\u094d\u092c\u094b\u091a\u093e\u0930\u094d\u091c\u0930 \u0930\u094b\u091f\u0930, \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928 = 0.8 \u0915\u093f\u0932\u094b\u0917\u094d\u0930\u093e\u092e, \u0905\u0927\u093f\u0915\u0924\u092e \u0917\u0924\u093f = 90,000 \u0906\u0930\u092a\u0940\u090f\u092e, \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917: \u0911\u091f\u094b\u092e\u094b\u091f\u093f\u0935 \u091f\u0930\u094d\u092c\u094b \u2192 G 2.5\u0964<\/p>\n<p><strong>\u0917\u0923\u0928\u093e:<\/strong><\/p>\n<p>\u092f\u0942<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> = (9549 \u00d7 2.5 \u00d7 0.8) \/ 90000 = <strong>0.212 \u0917\u094d\u0930\u093e\u092e\u00b7\u092e\u093f\u092e\u0940<\/strong><\/p>\n<p>\u0908<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> = 0.212 \/ 0.8 = <strong>0.265 \u092e\u093e\u0907\u0915\u094d\u0930\u094b\u092e\u0940\u091f\u0930<\/strong><\/p>\n<p><strong>\u0928\u094b\u091f:<\/strong> \u0905\u0924\u094d\u092f\u0927\u093f\u0915 \u0909\u091a\u094d\u091a \u0917\u0924\u093f \u092a\u0930, \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e \u0932\u0917\u092d\u0917 \u0928\u0917\u0923\u094d\u092f \u0939\u094b \u091c\u093e\u0924\u0940 \u0939\u0948\u0964 \u092f\u0939\u0940 \u0915\u093e\u0930\u0923 \u0939\u0948 \u0915\u093f \u091f\u0930\u094d\u092c\u094b\u091a\u093e\u0930\u094d\u091c\u0930 \u092c\u0948\u0932\u0947\u0902\u0938\u093f\u0902\u0917 \u0915\u0947 \u0932\u093f\u090f \u0935\u093f\u0936\u0947\u0937 \u0909\u091a\u094d\u091a-\u0938\u091f\u0940\u0915\u0924\u093e \u0935\u093e\u0932\u0947 \u0909\u092a\u0915\u0930\u0923\u094b\u0902 \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u094b\u0924\u0940 \u0939\u0948 \u0914\u0930 \u092e\u093e\u092e\u0942\u0932\u0940 \u0938\u0902\u0926\u0942\u0937\u0923 (\u0909\u0902\u0917\u0932\u093f\u092f\u094b\u0902 \u0915\u0947 \u0928\u093f\u0936\u093e\u0928, \u0927\u0942\u0932) \u092d\u0940 \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u094b \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e \u0938\u0940\u092e\u093e \u0938\u0947 \u092a\u0930\u0947 \u0927\u0915\u0947\u0932 \u0938\u0915\u0924\u093e \u0939\u0948\u0964<\/p>\n<\/p><\/div>\n<p>\u0905\u0927\u093f\u0915 \u0938\u093e\u092e\u093e\u0928\u094d\u092f \u092e\u093e\u092e\u0932\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u090a\u092a\u0930 \u2014 \u092a\u0902\u092a, \u092a\u094d\u0930\u0936\u0902\u0938\u0915, \u0914\u0930 \u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0914\u0926\u094d\u092f\u094b\u0917\u093f\u0915 \u0930\u094b\u091f\u0930 G 2.5 \u092f\u093e G 6.3 \u092a\u0930 \u091a\u0932 \u0930\u0939\u0947 \u2014 \u0906\u092a \u0905\u0935\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u094b \u092e\u093e\u092a \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0938\u0941\u0927\u093e\u0930 \u092d\u093e\u0930 \u0932\u093e\u0917\u0942 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0914\u0930 \u091a\u0941\u0928\u0947 \u0917\u090f \u0917\u094d\u0930\u0947\u0921 \u0915\u0947 \u0935\u093f\u0930\u0941\u0926\u094d\u0927 \u092a\u0930\u093f\u0923\u093e\u092e \u0915\u094b \u0938\u0924\u094d\u092f\u093e\u092a\u093f\u0924 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 <em>in the field<\/em> \u090f\u0915 \u092a\u094b\u0930\u094d\u091f\u0947\u092c\u0932 \u0909\u092a\u0915\u0930\u0923 \u091c\u0948\u0938\u0947 <a href=\"https:\/\/vibromera.eu\/hi\/product\/balanset-1\/\">Balanset-1A<\/a>\u0964 \u0930\u094b\u091f\u0930 \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928 \u0914\u0930 \u0938\u0947\u0935\u093e \u0917\u0924\u093f \u0926\u0930\u094d\u091c \u0915\u0930\u0947\u0902, \u092e\u0936\u0940\u0928 \u0915\u094b \u0938\u094d\u0925\u093e\u0928 \u092a\u0930 \u0938\u0902\u0924\u0941\u0932\u093f\u0924 \u0915\u0930\u0947\u0902, \u0914\u0930 \u0938\u0949\u092b\u093c\u094d\u091f\u0935\u0947\u092f\u0930 U \u0915\u0940 \u0930\u093f\u092a\u094b\u0930\u094d\u091f \u0915\u0930\u0924\u093e \u0939\u0948<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u0932\u0915\u094d\u0937\u094d\u092f G-\u0917\u094d\u0930\u0947\u0921 \u0915\u0947 \u0935\u093f\u0930\u0941\u0926\u094d\u0927 \u090f\u0915 \u0938\u094d\u092a\u0937\u094d\u091f \u092a\u093e\u0938\/\u092b\u0947\u0932 \u0915\u0947 \u0938\u093e\u0925 \u2014 \u0930\u094b\u091f\u0930 \u0915\u094b \u0939\u091f\u093e\u0928\u0947 \u092f\u093e \u0907\u0938\u0947 \u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0940 \u0926\u0941\u0915\u093e\u0928 \u092e\u0947\u0902 \u092d\u0947\u091c\u0928\u0947 \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0928\u0939\u0940\u0902 \u0939\u0948\u0964<\/p>\n<div class=\"info-box success\">\n<div class=\"box-title\">\u0907\u0915\u093e\u0907\u092f\u094b\u0902 \u0915\u0947 \u092c\u0940\u091a \u0930\u0942\u092a\u093e\u0902\u0924\u0930\u0923<\/div>\n<p>\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u093e\u0930\u094d\u092f \u092e\u0947\u0902 \u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0907\u0915\u093e\u0908 \u0930\u0942\u092a\u093e\u0902\u0924\u0930\u0923:<\/p>\n<p>1 \u0917\u094d\u0930\u093e\u092e\u00b7\u092e\u093f\u092e\u0940 = 1 \u092e\u093f\u0932\u0940\u0917\u094d\u0930\u093e\u092e\u00b7\u092e\u0940 = 0.001 \u0915\u093f\u0932\u094b\u0917\u094d\u0930\u093e\u092e\u00b7\u092e\u093f\u092e\u0940 = 1000 \u092e\u093e\u0907\u0915\u094d\u0930\u094b\u0917\u094d\u0930\u093e\u092e\u00b7\u092e\u0940<\/p>\n<p>1 \u0914\u0902\u0938 \u0907\u0902\u091a = 720 \u0917\u094d\u0930\u093e\u092e \u092e\u093f\u092e\u0940 (\u0907\u0902\u092a\u0940\u0930\u093f\u092f\u0932 \u092a\u094d\u0930\u0923\u093e\u0932\u0940, \u091c\u094b \u0905\u092d\u0940 \u092d\u0940 \u0915\u0941\u091b \u0905\u092e\u0947\u0930\u093f\u0915\u0940 \u0909\u0926\u094d\u092f\u094b\u0917\u094b\u0902 \u092e\u0947\u0902 \u0909\u092a\u092f\u094b\u0917 \u0915\u0940 \u091c\u093e\u0924\u0940 \u0939\u0948)<\/p>\n<p>\u0908<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u092e\u093e\u0907\u0915\u094d\u0930\u094b\u092e\u0940\u091f\u0930 \u092e\u0947\u0902 = \u0908<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u0917\u094d\u0930\u093e\u092e\u00b7\u092e\u093f\u092e\u0940\/\u0915\u093f\u0932\u094b\u0917\u094d\u0930\u093e\u092e \u092e\u0947\u0902 (\u0938\u0902\u0916\u094d\u092f\u093e\u0924\u094d\u092e\u0915 \u0930\u0942\u092a \u0938\u0947 \u0938\u092e\u093e\u0928 \u2014 \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928 \u0915\u0947\u0902\u0926\u094d\u0930 \u0915\u093e \u0905\u0902\u0924\u0930 \u0935\u093f\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0947 \u092c\u0930\u093e\u092c\u0930 \u0939\u094b\u0924\u093e \u0939\u0948)<\/p>\n<\/p><\/div>\n<h2 id=\"two-plane\">\u0926\u094b-\u0924\u0932\u0940\u092f \u0938\u0902\u0924\u0941\u0932\u0928 \u2014 \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e \u0915\u093e \u0935\u093f\u092d\u093e\u091c\u0928<\/h2>\n<p>\u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u092b\u0949\u0930\u094d\u092e\u0942\u0932\u093e \u0915\u0940 \u0917\u0923\u0928\u093e \u0915\u0930\u0924\u093e \u0939\u0948 <em>\u0915\u0941\u0932<\/em> \u092a\u0942\u0930\u0947 \u0930\u094b\u091f\u0930 \u0915\u0947 \u0932\u093f\u090f \u0938\u094d\u0935\u0940\u0915\u093e\u0930\u094d\u092f \u0905\u0935\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928\u0964 \u0909\u0928 \u0930\u094b\u091f\u0930 \u0915\u0947 \u0932\u093f\u090f \u091c\u093f\u0928\u094d\u0939\u0947\u0902 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u0948 <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/two-plane-balancing\/\">\u0926\u094b \u0935\u093f\u092e\u093e\u0928<\/a> (<a href=\"https:\/\/vibromera.eu\/hi\/glossary\/dynamic-balancing\/\">\u0917\u0924\u093f\u0936\u0940\u0932<\/a>) \u0938\u0902\u0924\u0941\u0932\u0928 \u2014 \u091c\u094b \u0905\u0927\u093f\u0915\u093e\u0902\u0936 \u0914\u0926\u094d\u092f\u094b\u0917\u093f\u0915 \u0930\u094b\u091f\u0930\u094d\u0938 \u0915\u0947 \u0932\u093f\u090f \u0939\u0948 \u091c\u0939\u093e\u0902 \u0932\u0902\u092c\u093e\u0908-\u0938\u0947-\u0935\u094d\u092f\u093e\u0938 \u0915\u093e \u0905\u0928\u0941\u092a\u093e\u0924 \u0932\u0917\u092d\u0917 0.5 \u0938\u0947 \u0905\u0927\u093f\u0915 \u0939\u0948 \u2014 \u092f\u0939 \u0915\u0941\u0932 \u0938\u0939\u093f\u0937\u094d\u0923\u0941\u0924\u093e \u0926\u094b \u0915\u0947 \u092c\u0940\u091a \u0935\u093f\u0924\u0930\u093f\u0924 \u0915\u0940 \u091c\u093e\u0928\u0940 \u091a\u093e\u0939\u093f\u090f <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/correction-plane\/\">\u0938\u0941\u0927\u093e\u0930 \u0935\u093f\u092e\u093e\u0928<\/a>.<\/p>\n<h3>\u0938\u0939\u093f\u0937\u094d\u0923\u0941\u0924\u093e \u0928\u093f\u0930\u094d\u0927\u093e\u0930\u0923 \u0915\u0947 \u0932\u093f\u090f \u0906\u0908\u090f\u0938\u0913 \u0926\u093f\u0936\u093e\u0928\u093f\u0930\u094d\u0926\u0947\u0936<\/h3>\n<p>ISO 21940-11 \u0930\u094b\u091f\u0930 \u0915\u0940 \u091c\u094d\u092f\u093e\u092e\u093f\u0924\u093f \u0915\u0947 \u0906\u0927\u093e\u0930 \u092a\u0930 \u0915\u0941\u0932 \u0938\u0939\u093f\u0937\u094d\u0923\u0941\u0924\u093e \u0915\u094b \u0935\u093f\u092e\u093e\u0928\u094b\u0902 \u0915\u0947 \u092c\u0940\u091a \u0915\u0948\u0938\u0947 \u0935\u093f\u092d\u093e\u091c\u093f\u0924 \u0915\u0930\u0947\u0902, \u0907\u0938 \u092a\u0930 \u092e\u093e\u0930\u094d\u0917\u0926\u0930\u094d\u0936\u0928 \u092a\u094d\u0930\u0926\u093e\u0928 \u0915\u0930\u0924\u093e \u0939\u0948:<\/p>\n<ul>\n<li><strong>\u0938\u092e\u092e\u093f\u0924 \u0930\u094b\u091f\u0930<\/strong> (\u0924\u0932\u094b\u0902 \u0915\u0947 \u092c\u0940\u091a\u094b\u0902\u092c\u0940\u091a \u0917\u0941\u0930\u0941\u0924\u094d\u0935\u093e\u0915\u0930\u094d\u0937\u0923 \u0915\u0947\u0902\u0926\u094d\u0930): \u0926\u094b\u0928\u094b\u0902 \u0938\u0941\u0927\u093e\u0930 \u0924\u0932\u094b\u0902 \u0915\u0947 \u092c\u0940\u091a 50\/50 \u0935\u093f\u092d\u093e\u091c\u093f\u0924 \u0915\u0930\u0947\u0902\u0964<\/li>\n<li><strong>\u0905\u0938\u092e\u092e\u093f\u0924 \u0930\u094b\u091f\u0930<\/strong> (\u0917\u0941\u0930\u0941\u0924\u094d\u0935\u093e\u0915\u0930\u094d\u0937\u0923 \u0915\u0947\u0902\u0926\u094d\u0930 \u090f\u0915 \u0924\u0932 \u0915\u0947 \u0915\u0930\u0940\u092c \u0939\u094b\u0928\u0947 \u092a\u0930): \u0938\u092e\u093e\u0928\u0941\u092a\u093e\u0924\u093f\u0915 \u0930\u0942\u092a \u0938\u0947 \u0935\u093f\u092d\u093e\u091c\u093f\u0924 \u0915\u0930\u0947\u0902 \u2014 \u0917\u0941\u0930\u0941\u0924\u094d\u0935\u093e\u0915\u0930\u094d\u0937\u0923 \u0915\u0947\u0902\u0926\u094d\u0930 \u0915\u0947 \u0915\u0930\u0940\u092c \u0938\u094d\u0925\u093f\u0924 \u0924\u0932 \u0915\u094b \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e \u0915\u093e \u0905\u0927\u093f\u0915 \u0939\u093f\u0938\u094d\u0938\u093e \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0939\u094b\u0924\u093e \u0939\u0948\u0964 \u092e\u093e\u0928\u0915 \u0907\u0938 \u0917\u0923\u0928\u093e \u0915\u0947 \u0932\u093f\u090f \u0938\u0942\u0924\u094d\u0930 \u092a\u094d\u0930\u0926\u093e\u0928 \u0915\u0930\u0924\u093e \u0939\u0948\u0964<\/li>\n<li><strong>\u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0928\u093f\u092f\u092e:<\/strong> \u092f\u0942<sub>\u090f<\/sub> \/ \u092f\u0942<sub>\u092c\u0940<\/sub> = \u090f\u0932<sub>\u092c\u0940<\/sub> \/ \u090f\u0932<sub>\u090f<\/sub>, \u091c\u0939\u093e\u0901 L<sub>\u090f<\/sub> \u0914\u0930 \u090f\u0932<sub>\u092c\u0940<\/sub> \u092f\u0947 \u0915\u094d\u0930\u092e\u0936\u0903 \u0917\u0941\u0930\u0941\u0924\u094d\u0935\u093e\u0915\u0930\u094d\u0937\u0923 \u0915\u0947\u0902\u0926\u094d\u0930 \u0938\u0947 \u0924\u0932 A \u0914\u0930 B \u0924\u0915 \u0915\u0940 \u0926\u0942\u0930\u093f\u092f\u093e\u0901 \u0939\u0948\u0902\u0964<\/li>\n<\/ul>\n<div class=\"info-box warning\">\n<div class=\"box-title\">\u0938\u094d\u0925\u093f\u0930 \u092c\u0928\u093e\u092e \u092f\u0941\u0917\u0932 \u0905\u0938\u0902\u0924\u0941\u0932\u0928<\/div>\n<p>\u091c\u092c \u0915\u0941\u0932 \u0905\u0935\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u094b \u0926\u094b \u0924\u0932\u094b\u0902 \u0915\u0947 \u092c\u0940\u091a \u0935\u093f\u092d\u093e\u091c\u093f\u0924 \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948, \u0924\u094b <em>\u0935\u0947\u0915\u094d\u091f\u0930 \u092f\u094b\u0917<\/em> \u0926\u094b \u0938\u092e\u0924\u0932 \u0905\u0938\u0902\u0924\u0941\u0932\u0928\u094b\u0902 \u092e\u0947\u0902 \u0938\u0947 U \u0938\u0947 \u0905\u0927\u093f\u0915 \u0928\u0939\u0940\u0902 \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f\u0964<sub>\u092a\u094d\u0930\u0924\u093f<\/sub>. \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0935\u093f\u092e\u093e\u0928 \u0915\u094b \u0915\u0941\u0932 \u0915\u0947 \u0906\u0927\u0947 \u0915\u0947 \u0935\u093f\u0930\u0941\u0926\u094d\u0927 \u0938\u094d\u0935\u0924\u0902\u0924\u094d\u0930 \u0930\u0942\u092a \u0938\u0947 \u091c\u093e\u0902\u091a\u0928\u093e \u090f\u0915 \u0910\u0938\u0940 \u0938\u094d\u0925\u093f\u0924\u093f \u0915\u094b \u091b\u094b\u0921\u093c \u0938\u0915\u0924\u093e \u0939\u0948 \u091c\u0939\u093e\u0902 \u0926\u094b\u0928\u094b\u0902 \u0935\u093f\u092e\u093e\u0928\u094b\u0902 \u092e\u0947\u0902 \u0938\u094d\u0935\u0940\u0915\u093e\u0930\u094d\u092f \u0935\u094d\u092f\u0915\u094d\u0924\u093f\u0917\u0924 \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0939\u0948 \u0932\u0947\u0915\u093f\u0928 \u0938\u0902\u092f\u094b\u091c\u0928 (\u0935\u093f\u0936\u0947\u0937\u0915\u0930 <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/couple-unbalance\/\">\u092f\u0941\u0917\u0932 \u0905\u0938\u0902\u0924\u0941\u0932\u0928<\/a>) \u0938\u0940\u092e\u093e \u0938\u0947 \u0905\u0927\u093f\u0915 \u0939\u0948\u0964 \u0906\u0927\u0941\u0928\u093f\u0915 \u0938\u0902\u0924\u0941\u0932\u0928 \u092e\u0936\u0940\u0928\u0947\u0902 \u0906\u092e\u0924\u094c\u0930 \u092a\u0930 \u0935\u094d\u092f\u0915\u094d\u0924\u093f\u0917\u0924 \u0935\u093f\u092e\u093e\u0928 \u0938\u0939\u093f\u0937\u094d\u0923\u0941\u0924\u093e \u0914\u0930 \u0915\u0941\u0932 \u0905\u0935\u0936\u093f\u0937\u094d\u091f \u0926\u094b\u0928\u094b\u0902 \u0915\u0940 \u091c\u093e\u0902\u091a \u0915\u0930\u0924\u0940 \u0939\u0948\u0902\u0964<\/p>\n<\/p><\/div>\n<h3>\u090f\u0915\u0932-\u0924\u0932 \u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u092c \u092a\u0930\u094d\u092f\u093e\u092a\u094d\u0924 \u0939\u094b\u0924\u093e \u0939\u0948?<\/h3>\n<p><a href=\"https:\/\/vibromera.eu\/hi\/glossary\/single-plane-balancing\/\">\u090f\u0915\u0932 \u0935\u093f\u092e\u093e\u0928<\/a> (<a href=\"https:\/\/vibromera.eu\/hi\/glossary\/static-balancing\/\">\u0938\u094d\u0925\u093f\u0930<\/a>) \u0938\u0902\u0924\u0941\u0932\u0928 \u092a\u0930\u094d\u092f\u093e\u092a\u094d\u0924 \u0939\u0948 \u091c\u092c:<\/p>\n<ul>\n<li>\u0930\u094b\u091f\u0930 \u090f\u0915 \u092a\u0924\u0932\u0940 \u0921\u093f\u0938\u094d\u0915 \u0939\u0948 (\u0932\u0902\u092c\u093e\u0908\/\u0935\u094d\u092f\u093e\u0938 \u0905\u0928\u0941\u092a\u093e\u0924 \u0932\u0917\u092d\u0917 0.5 \u0938\u0947 \u0915\u092e \u0939\u0948)\u0964<\/li>\n<li>\u0938\u0902\u091a\u093e\u0932\u0928 \u0917\u0924\u093f \u092a\u0939\u0932\u0940 \u0938\u0947 \u092c\u0939\u0941\u0924 \u0915\u092e \u0939\u0948 <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/critical-speed\/\">\u0915\u094d\u0930\u093e\u0902\u0924\u093f\u0915 \u0917\u0924\u093f<\/a><\/li>\n<li>\u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917 \u091a\u0930\u092e \u0938\u091f\u0940\u0915\u0924\u093e \u0915\u0940 \u092e\u093e\u0902\u0917 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u093e \u0939\u0948 (G 6.3 \u092f\u093e \u092e\u094b\u091f\u0947)<\/li>\n<li>\u0909\u0926\u093e\u0939\u0930\u0923: \u092a\u0902\u0916\u0947 \u0915\u0947 \u092c\u094d\u0932\u0947\u0921, \u0917\u094d\u0930\u093e\u0907\u0902\u0921\u093f\u0902\u0917 \u0935\u094d\u0939\u0940\u0932, \u092a\u0941\u0932\u0940, \u092c\u094d\u0930\u0947\u0915 \u0921\u093f\u0938\u094d\u0915, \u092b\u094d\u0932\u093e\u0908\u0935\u094d\u0939\u0940\u0932<\/li>\n<\/ul>\n<p>\u0926\u094b-\u0924\u0932\u0940\u092f \u0938\u0902\u0924\u0941\u0932\u0928 \u0924\u092c \u0906\u0935\u0936\u094d\u092f\u0915 \u0939\u094b\u0924\u093e \u0939\u0948 \u091c\u092c \u0930\u094b\u091f\u0930 \u0915\u0940 \u0905\u0915\u094d\u0937\u0940\u092f \u0932\u0902\u092c\u093e\u0908 \u0915\u093e\u092b\u0940 \u0905\u0927\u093f\u0915 \u0939\u094b, \u091c\u092c \u092f\u0941\u0917\u094d\u092e \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0940 \u0906\u0936\u0902\u0915\u093e \u0939\u094b (\u0909\u0926\u093e\u0939\u0930\u0923 \u0915\u0947 \u0932\u093f\u090f, \u0915\u0908 \u0918\u091f\u0915\u094b\u0902 \u0938\u0947 \u0938\u0902\u092f\u094b\u091c\u0928 \u0915\u0947 \u092c\u093e\u0926), \u092f\u093e \u091c\u092c \u0909\u091a\u094d\u091a \u092a\u0930\u093f\u0936\u0941\u0926\u094d\u0927\u0924\u093e \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u094b\u0964<\/p>\n<h2 id=\"common-mistakes\">\u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0917\u0932\u0924\u093f\u092f\u093e\u0901 \u0914\u0930 \u092d\u094d\u0930\u093e\u0902\u0924\u093f\u092f\u093e\u0901<\/h2>\n<h3>1. \u0938\u0947\u0935\u093e \u0917\u0924\u093f \u0915\u0947 \u0938\u094d\u0925\u093e\u0928 \u092a\u0930 \u0938\u0902\u0924\u0941\u0932\u0928 \u0917\u0924\u093f \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0928\u093e<\/h3>\n<p>\u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0917\u0923\u0928\u093e \u092e\u0947\u0902 \u0938\u092c\u0938\u0947 \u0917\u0902\u092d\u0940\u0930 \u0924\u094d\u0930\u0941\u091f\u093f\u0964 \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e \u0938\u0942\u0924\u094d\u0930 \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u0948 <em>\u0905\u0927\u093f\u0915\u0924\u092e \u0938\u0947\u0935\u093e \u0917\u0924\u093f<\/em> \u2014 \u0935\u093e\u0938\u094d\u0924\u0935\u093f\u0915 \u0938\u0902\u091a\u093e\u0932\u0928 \u092e\u0947\u0902 \u0930\u094b\u091f\u0930 \u0926\u094d\u0935\u093e\u0930\u093e \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u0940 \u091c\u093e\u0928\u0947 \u0935\u093e\u0932\u0940 \u0905\u0927\u093f\u0915\u0924\u092e RPM\u0964 \u0915\u092e \u0917\u0924\u093f \u0935\u093e\u0932\u0940 \u092c\u0948\u0932\u0947\u0902\u0938\u093f\u0902\u0917 \u092e\u0936\u0940\u0928\u0947\u0902 300-600 RPM \u092a\u0930 \u091a\u0932 \u0938\u0915\u0924\u0940 \u0939\u0948\u0902, \u0932\u0947\u0915\u093f\u0928 \u091f\u0949\u0932\u0930\u0947\u0902\u0938 \u0915\u0940 \u0917\u0923\u0928\u093e \u092a\u0930\u093f\u091a\u093e\u0932\u0928 \u0917\u0924\u093f (\u091c\u0948\u0938\u0947, 3600 RPM) \u092a\u0930 \u0915\u0940 \u091c\u093e\u0928\u0940 \u091a\u093e\u0939\u093f\u090f\u0964 \u092c\u0948\u0932\u0947\u0902\u0938\u093f\u0902\u0917 \u0917\u0924\u093f \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u091f\u0949\u0932\u0930\u0947\u0902\u0938 6-12 \u0917\u0941\u0928\u093e \u0905\u0927\u093f\u0915 \u0922\u0940\u0932\u0940 \u0939\u094b \u091c\u093e\u090f\u0917\u0940\u0964<\/p>\n<h3>2. \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0915\u094b \u0915\u0902\u092a\u0928 \u0938\u094d\u0924\u0930 \u0938\u0947 \u092d\u094d\u0930\u092e\u093f\u0924 \u0915\u0930\u0928\u093e<\/h3>\n<p>G 2.5 \u0915\u093e \u092e\u0924\u0932\u092c \u092f\u0939 \u0928\u0939\u0940\u0902 \u0939\u0948 \u0915\u093f \u092e\u0936\u0940\u0928 2.5 \u092e\u093f\u092e\u0940\/\u0938\u0947\u0915\u0902\u0921 \u0915\u0940 \u0917\u0924\u093f \u0938\u0947 \u0915\u0902\u092a\u0928 \u0915\u0930\u0947\u0917\u0940\u0964 G \u0917\u094d\u0930\u0947\u0921 \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928 \u0915\u0947\u0902\u0926\u094d\u0930 \u0915\u0947 \u092a\u0930\u093f\u0927\u0940\u092f \u0935\u0947\u0917 \u0915\u094b \u0926\u0930\u094d\u0936\u093e\u0924\u093e \u0939\u0948, \u0928 \u0915\u093f \u092e\u0936\u0940\u0928 \u0915\u0947 \u092c\u093e\u0939\u0930\u0940 \u0906\u0935\u0930\u0923 \u092a\u0930 \u092e\u093e\u092a\u0947 \u0917\u090f \u0915\u0902\u092a\u0928 \u0915\u094b\u0964 \u0935\u093e\u0938\u094d\u0924\u0935\u093f\u0915 \u0915\u0902\u092a\u0928 \u0915\u0908 \u0905\u0924\u093f\u0930\u093f\u0915\u094d\u0924 \u0915\u093e\u0930\u0915\u094b\u0902 \u092a\u0930 \u0928\u093f\u0930\u094d\u092d\u0930 \u0915\u0930\u0924\u093e \u0939\u0948: \u092c\u0947\u092f\u0930\u093f\u0902\u0917 \u0915\u0940 \u0915\u0920\u094b\u0930\u0924\u093e, \u0938\u092a\u094b\u0930\u094d\u091f \u0938\u0902\u0930\u091a\u0928\u093e, \u0905\u0935\u092e\u0902\u0926\u0928 \u0914\u0930 \u0915\u0902\u092a\u0928 \u0915\u0947 \u0905\u0928\u094d\u092f \u0938\u094d\u0930\u094b\u0924\u0964 G 2.5 \u092a\u0930 \u0938\u0902\u0924\u0941\u0932\u093f\u0924 \u092e\u0936\u0940\u0928 \u0915\u0947 \u092c\u093e\u0939\u0930\u0940 \u0906\u0935\u0930\u0923 \u092a\u0930 \u0907\u0928 \u0915\u093e\u0930\u0915\u094b\u0902 \u0915\u0947 \u0906\u0927\u093e\u0930 \u092a\u0930 0.5 \u092e\u093f\u092e\u0940\/\u0938\u0947\u0915\u0902\u0921 \u092f\u093e 5 \u092e\u093f\u092e\u0940\/\u0938\u0947\u0915\u0902\u0921 \u0915\u093e \u0915\u0902\u092a\u0928 \u092e\u093e\u092a\u093e \u091c\u093e \u0938\u0915\u0924\u093e \u0939\u0948\u0964<\/p>\n<h3>3. \u092a\u0930\u093f\u0936\u0941\u0926\u094d\u0927\u0924\u093e \u0915\u093e \u0905\u0924\u094d\u092f\u0927\u093f\u0915 \u0928\u093f\u0930\u094d\u0927\u093e\u0930\u0923<\/h3>\n<p>G 1.0 \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f \u0915\u0930\u0928\u093e \u091c\u092c G 6.3 \u092a\u0930\u094d\u092f\u093e\u092a\u094d\u0924 \u0939\u0948, \u0938\u092e\u092f \u0914\u0930 \u092a\u0948\u0938\u0947 \u0915\u094b \u092c\u0930\u094d\u092c\u093e\u0926 \u0915\u0930\u0924\u093e \u0939\u0948\u0964 G-\u0917\u094d\u0930\u0947\u0921 \u092e\u0947\u0902 \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0915\u0926\u092e \u0938\u0902\u0924\u0941\u0932\u0928 \u092a\u094d\u0930\u092f\u093e\u0938 \u0914\u0930 \u0932\u093e\u0917\u0924 \u0915\u094b \u0932\u0917\u092d\u0917 \u0926\u094b\u0917\u0941\u0928\u093e \u0915\u0930 \u0926\u0947\u0924\u093e \u0939\u0948\u0964 \u090f\u0915 \u0915\u0947\u0928\u094d\u0926\u094d\u0930\u093e\u092a\u0938\u093e\u0930\u0940 \u092a\u0902\u092a \u092a\u094d\u0930\u094b\u092a\u0947\u0932\u0930 \u0915\u094b G 6.3 \u0915\u0940 \u092c\u091c\u093e\u092f G 1.0 \u0915\u0947 \u0932\u093f\u090f \u0938\u0902\u0924\u0941\u0932\u093f\u0924 \u0915\u0930\u0928\u093e \u0938\u0902\u0924\u0941\u0932\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u093e\u092b\u0940 \u0905\u0927\u093f\u0915 \u0916\u0930\u094d\u091a\u0940\u0932\u093e \u0939\u0948, \u0932\u0947\u0915\u093f\u0928 \u092a\u0902\u092a \u0938\u0902\u092d\u0935\u0924\u0903 \u0915\u094b\u0908 \u091a\u093f\u0915\u0928\u093e \u0928\u0939\u0940\u0902 \u091a\u0932\u0947\u0917\u093e \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u0905\u0928\u094d\u092f \u0915\u0902\u092a\u0928 \u0938\u094d\u0930\u094b\u0924 (<a href=\"https:\/\/vibromera.eu\/hi\/glossary\/misalignment\/\">\u092e\u093f\u0938\u0932\u093f\u0917\u094d\u0928\u094d\u092e\u0947\u0902\u091f<\/a>, <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/hydraulic-forces\/\">\u0939\u093e\u0907\u0921\u094d\u0930\u094b\u0932\u093f\u0915 \u092c\u0932<\/a>, \u092c\u0947\u092f\u0930\u093f\u0902\u0917 \u0936\u094b\u0930) \u092a\u094d\u0930\u092d\u093e\u0935\u0940 \u0939\u094b\u0924\u0947 \u0939\u0948\u0902\u0964<\/p>\n<h3>4. \u0935\u093e\u0938\u094d\u0924\u0935\u093f\u0915 \u0926\u0941\u0928\u093f\u092f\u093e \u0915\u0940 \u092c\u093e\u0927\u093e\u0913\u0902 \u0915\u094b \u0905\u0928\u0926\u0947\u0916\u093e \u0915\u0930\u0928\u093e<\/h3>\n<p>\u0917\u0923\u0928\u093e \u0915\u0940 \u0917\u0908 \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e, \u0938\u0902\u0924\u0941\u0932\u0928 \u092e\u0936\u0940\u0928 \u0915\u0940 \u0938\u0902\u0935\u0947\u0926\u0928\u0936\u0940\u0932\u0924\u093e \u092f\u093e \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u0930\u0928\u0947 \u092f\u094b\u0917\u094d\u092f \u0938\u0941\u0927\u093e\u0930 \u092a\u0930\u093f\u0936\u0941\u0926\u094d\u0927\u0924\u093e \u0938\u0947 \u0915\u092e \u0939\u094b \u0938\u0915\u0924\u0940 \u0939\u0948\u0964 \u092f\u0926\u093f U<sub>\u092a\u094d\u0930\u0924\u093f<\/sub> \u0917\u0923\u0928\u093e 0.5 g\u00b7mm \u0924\u0915 \u0915\u0940 \u091c\u093e \u0938\u0915\u0924\u0940 \u0939\u0948, \u0932\u0947\u0915\u093f\u0928 \u092c\u0948\u0932\u0947\u0902\u0938\u093f\u0902\u0917 \u092e\u0936\u0940\u0928 \u0915\u0947\u0935\u0932 1 g\u00b7mm \u0924\u0915 \u0939\u0940 \u0938\u091f\u0940\u0915 \u092e\u093e\u092a \u0926\u0947 \u0938\u0915\u0924\u0940 \u0939\u0948\u0964 \u092c\u0947\u0939\u0924\u0930 \u0909\u092a\u0915\u0930\u0923 \u0915\u0947 \u092c\u093f\u0928\u093e \u0935\u093f\u0928\u093f\u0930\u094d\u0926\u0947\u0936 \u092a\u0942\u0930\u093e \u0928\u0939\u0940\u0902 \u0915\u093f\u092f\u093e \u091c\u093e \u0938\u0915\u0924\u093e\u0964 \u0939\u092e\u0947\u0936\u093e \u092f\u0939 \u0938\u0941\u0928\u093f\u0936\u094d\u091a\u093f\u0924 \u0915\u0930\u0947\u0902 \u0915\u093f \u0909\u092a\u0932\u092c\u094d\u0927 \u092c\u0948\u0932\u0947\u0902\u0938\u093f\u0902\u0917 \u0909\u092a\u0915\u0930\u0923 \u0935\u093e\u0938\u094d\u0924\u0935 \u092e\u0947\u0902 \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e \u092a\u094d\u0930\u093e\u092a\u094d\u0924 \u0915\u0930 \u0938\u0915\u0924\u093e \u0939\u0948\u0964<\/p>\n<h3>5. \u092b\u093f\u091f-\u0905\u092a \u091f\u0949\u0932\u0930\u0947\u0902\u0938 \u0915\u094b \u0927\u094d\u092f\u093e\u0928 \u092e\u0947\u0902 \u0928 \u0930\u0916\u0928\u093e<\/h3>\n<p>\u092c\u0948\u0932\u0947\u0902\u0938\u093f\u0902\u0917 \u092e\u0936\u0940\u0928 \u092a\u0930 \u092a\u0942\u0930\u0940 \u0924\u0930\u0939 \u0938\u0947 \u0938\u0902\u0924\u0941\u0932\u093f\u0924 \u0930\u094b\u091f\u0930, \u0915\u0940\u0935\u0947 \u0915\u094d\u0932\u0940\u092f\u0930\u0947\u0902\u0938, \u0915\u092a\u0932\u093f\u0902\u0917 \u090f\u0915\u094d\u0938\u0947\u0928\u094d\u091f\u094d\u0930\u093f\u0938\u093f\u091f\u0940, \u0925\u0930\u094d\u092e\u0932 \u0935\u0943\u0926\u094d\u0927\u093f \u0914\u0930 \u092e\u093e\u0909\u0902\u091f\u093f\u0902\u0917 \u091f\u0949\u0932\u0930\u0947\u0902\u0938 \u0915\u0947 \u0915\u093e\u0930\u0923 \u0907\u0902\u0938\u094d\u091f\u0949\u0932\u0947\u0936\u0928 \u0915\u0947 \u0938\u092e\u092f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0926\u093f\u0916\u093e \u0938\u0915\u0924\u093e \u0939\u0948\u0964 \u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f, ISO \u092e\u093e\u0928\u0915 \u0907\u0902\u0938\u094d\u091f\u0949\u0932\u0947\u0936\u0928 \u0938\u0947 \u0938\u0902\u092c\u0902\u0927\u093f\u0924 \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u092a\u0930\u093f\u0935\u0930\u094d\u0924\u0928\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u0915\u0941\u0932 \u091f\u0949\u0932\u0930\u0947\u0902\u0938 \u0915\u093e 20\u201330% \u0906\u0930\u0915\u094d\u0937\u093f\u0924 \u0915\u0930\u0928\u0947 \u0915\u0940 \u0905\u0928\u0941\u0936\u0902\u0938\u093e \u0915\u0930\u0924\u093e \u0939\u0948\u0964<\/p>\n<h3>6. \u0932\u091a\u0940\u0932\u0947 \u0930\u094b\u091f\u0930\u094b\u0902 \u092a\u0930 \u0915\u0920\u094b\u0930 \u0930\u094b\u091f\u0930 \u092e\u093e\u0928\u0915\u094b\u0902 \u0915\u094b \u0932\u093e\u0917\u0942 \u0915\u0930\u0928\u093e<\/h3>\n<p>ISO 21940-11 G-\u0917\u094d\u0930\u0947\u0921 \u0928\u093f\u092e\u094d\u0928\u0932\u093f\u0916\u093f\u0924 \u092a\u0930 \u0932\u093e\u0917\u0942 \u0939\u094b\u0924\u0947 \u0939\u0948\u0902: <em>\u0915\u0920\u094b\u0930 \u0930\u094b\u091f\u0930<\/em> \u2014 \u0930\u094b\u091f\u0930 \u091c\u094b \u0905\u092a\u0928\u0940 \u092a\u0939\u0932\u0940 \u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0917\u0924\u093f \u0938\u0947 \u092c\u0939\u0941\u0924 \u0915\u092e \u0911\u092a\u0930\u0947\u091f \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0930\u094b\u091f\u0930 \u091c\u094b \u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0917\u0924\u093f \u0915\u0947 \u092e\u093e\u0927\u094d\u092f\u092e \u0938\u0947 \u092f\u093e \u0909\u0938\u0915\u0947 \u092a\u093e\u0938 \u0911\u092a\u0930\u0947\u091f \u0915\u0930\u0924\u0947 \u0939\u0948\u0902 (<a href=\"https:\/\/vibromera.eu\/hi\/glossary\/flexible-rotor\/\">\u0932\u091a\u0940\u0932\u0947 \u0930\u094b\u091f\u0930<\/a>) \u0915\u0947 \u0905\u0928\u0941\u0938\u093e\u0930 \u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u0948 <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/iso-21940-12\/\">\u0906\u0908\u090f\u0938\u0913 21940-12<\/a>, \u091c\u094b \u090f\u0915 \u092e\u094c\u0932\u093f\u0915 \u0930\u0942\u092a \u0938\u0947 \u092d\u093f\u0928\u094d\u0928 \u0926\u0943\u0937\u094d\u091f\u093f\u0915\u094b\u0923 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930\u0924\u093e \u0939\u0948\u0964 \u090f\u0915 \u0932\u091a\u0940\u0932\u0947 \u0930\u094b\u091f\u0930 \u092a\u0930 G-\u0917\u094d\u0930\u0947\u0921 \u0932\u093e\u0917\u0942 \u0915\u0930\u0928\u093e \u0916\u0924\u0930\u0928\u093e\u0915 \u0930\u0942\u092a \u0938\u0947 \u0905\u092a\u0930\u094d\u092f\u093e\u092a\u094d\u0924 \u0939\u094b \u0938\u0915\u0924\u093e \u0939\u0948\u0964<\/p>\n<h2 id=\"importance\">\u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0915\u094d\u092f\u094b\u0902 \u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0939\u0948\u0902?<\/h2>\n<h3>\u092e\u093e\u0928\u0915\u0940\u0915\u0930\u0923 \u0914\u0930 \u0938\u0902\u091a\u093e\u0930<\/h3>\n<p>\u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0938\u0902\u0924\u0941\u0932\u0928 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0915\u0947 \u0932\u093f\u090f \u090f\u0915 \u0938\u093e\u0930\u094d\u0935\u092d\u094c\u092e\u093f\u0915 \u092d\u093e\u0937\u093e \u092a\u094d\u0930\u0926\u093e\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u090f\u0915 \u0928\u093f\u0930\u094d\u092e\u093e\u0924\u093e \u092f\u0939 \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f \u0915\u0930 \u0938\u0915\u0924\u093e \u0939\u0948 \u0915\u093f \u092a\u0902\u092a \u0907\u092e\u094d\u092a\u0947\u0932\u0930 \u0915\u094b &quot;\u0906\u0908\u090f\u0938\u0913 21940-11 \u0915\u0947 \u0905\u0928\u0941\u0938\u093e\u0930 \u091c\u0940 6.3 \u092a\u0930 \u0938\u0902\u0924\u0941\u0932\u093f\u0924&quot; \u0939\u094b\u0928\u093e \u091a\u093e\u0939\u093f\u090f, \u0914\u0930 \u0926\u0941\u0928\u093f\u092f\u093e \u092d\u0930 \u092e\u0947\u0902 \u0915\u094b\u0908 \u092d\u0940 \u0938\u0902\u0924\u0941\u0932\u0928 \u0938\u0941\u0935\u093f\u0927\u093e \u092f\u0939 \u0938\u092e\u091d \u091c\u093e\u090f\u0917\u0940 \u0915\u093f \u0915\u093f\u0938 \u0938\u091f\u0940\u0915\u0924\u093e \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u0948\u0964 \u0907\u0938\u0938\u0947 \u0905\u0938\u094d\u092a\u0937\u094d\u091f\u0924\u093e \u0926\u0942\u0930 \u0939\u094b\u0924\u0940 \u0939\u0948, \u0906\u092a\u0942\u0930\u094d\u0924\u093f\u0915\u0930\u094d\u0924\u093e\u0913\u0902 \u0914\u0930 \u0917\u094d\u0930\u093e\u0939\u0915\u094b\u0902 \u0915\u0947 \u092c\u0940\u091a \u0935\u093f\u0935\u093e\u0926\u094b\u0902 \u0915\u094b \u0930\u094b\u0915\u093e \u091c\u093e \u0938\u0915\u0924\u093e \u0939\u0948, \u0914\u0930 \u0935\u0948\u0936\u094d\u0935\u093f\u0915 \u0906\u092a\u0942\u0930\u094d\u0924\u093f \u0936\u094d\u0930\u0943\u0902\u0916\u0932\u093e\u0913\u0902 \u092e\u0947\u0902 \u090f\u0915\u0938\u092e\u093e\u0928 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0938\u0941\u0928\u093f\u0936\u094d\u091a\u093f\u0924 \u0939\u094b\u0924\u0940 \u0939\u0948\u0964.<\/p>\n<h3>\u0905\u0924\u093f\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u094b \u0930\u094b\u0915\u0928\u093e<\/h3>\n<p>\u0930\u094b\u091f\u0930 \u0915\u094b \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0938\u0947 \u0905\u0927\u093f\u0915 \u0938\u091f\u0940\u0915 \u091f\u0949\u0932\u0930\u0947\u0902\u0938 \u092a\u0930 \u0938\u0902\u0924\u0941\u0932\u093f\u0924 \u0915\u0930\u0928\u093e \u092e\u0939\u0902\u0917\u093e \u0914\u0930 \u0938\u092e\u092f \u0932\u0947\u0928\u0947 \u0935\u093e\u0932\u093e \u0939\u094b\u0924\u093e \u0939\u0948\u0964 \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u091a\u0930\u0923 \u0915\u0947 \u0938\u093e\u0925 \u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0940 \u0932\u093e\u0917\u0924 \u0932\u0917\u092d\u0917 \u0926\u094b\u0917\u0941\u0928\u0940 \u0939\u094b \u091c\u093e\u0924\u0940 \u0939\u0948 \u0915\u094d\u092f\u094b\u0902\u0915\u093f \u0907\u0938\u0915\u0947 \u0932\u093f\u090f \u0905\u0927\u093f\u0915 \u0938\u0941\u0927\u093e\u0930 \u092a\u094d\u0930\u0915\u094d\u0930\u093f\u092f\u093e\u0913\u0902, \u092c\u0947\u0939\u0924\u0930 \u092e\u093e\u092a\u0928 \u0915\u094d\u0937\u092e\u0924\u093e \u0914\u0930 \u0905\u0927\u093f\u0915 \u092e\u0936\u0940\u0928 \u0938\u092e\u092f \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u094b\u0924\u0940 \u0939\u0948\u0964 \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0907\u0902\u091c\u0940\u0928\u093f\u092f\u0930\u094b\u0902 \u0915\u094b \u092a\u0930\u093f\u0936\u0941\u0926\u094d\u0927\u0924\u093e \u0915\u093e \u090f\u0915 \u0915\u093f\u092b\u093e\u092f\u0924\u0940 \u0938\u094d\u0924\u0930 \u091a\u0941\u0928\u0928\u0947 \u092e\u0947\u0902 \u092e\u0926\u0926 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902 \u091c\u094b \u0905\u0928\u093e\u0935\u0936\u094d\u092f\u0915 \u092a\u0930\u093f\u0936\u0941\u0926\u094d\u0927\u0924\u093e \u092a\u0930 \u0938\u0902\u0938\u093e\u0927\u0928\u094b\u0902 \u0915\u094b \u092c\u0930\u094d\u092c\u093e\u0926 \u0915\u093f\u090f \u092c\u093f\u0928\u093e \u0905\u0928\u0941\u092a\u094d\u0930\u092f\u094b\u0917 \u0915\u0947 \u0932\u093f\u090f &quot;\u092a\u0930\u094d\u092f\u093e\u092a\u094d\u0924&quot; \u0939\u094b\u0924\u093e \u0939\u0948\u0964.<\/p>\n<h3>\u0935\u093f\u0936\u094d\u0935\u0938\u0928\u0940\u092f\u0924\u093e \u0914\u0930 \u092c\u093f\u092f\u0930\u093f\u0902\u0917 \u0915\u0947 \u091c\u0940\u0935\u0928\u0915\u093e\u0932 \u0915\u094b \u0938\u0941\u0928\u093f\u0936\u094d\u091a\u093f\u0924 \u0915\u0930\u0928\u093e<\/h3>\n<p>\u0938\u0939\u0940 \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0915\u093e \u091a\u092f\u0928 \u092f\u0939 \u0938\u0941\u0928\u093f\u0936\u094d\u091a\u093f\u0924 \u0915\u0930\u0924\u093e \u0939\u0948 \u0915\u093f \u092e\u0936\u0940\u0928 \u0938\u094d\u0935\u0940\u0915\u093e\u0930\u094d\u092f \u0915\u0902\u092a\u0928 \u0938\u094d\u0924\u0930\u094b\u0902 \u0915\u0947 \u0938\u093e\u0925 \u0915\u093e\u092e \u0915\u0930\u0947, \u091c\u093f\u0938\u0938\u0947 \u092c\u093f\u092f\u0930\u093f\u0902\u0917, \u0938\u0940\u0932, \u0915\u092a\u0932\u093f\u0902\u0917 \u0914\u0930 \u0938\u0939\u093e\u092f\u0915 \u0938\u0902\u0930\u091a\u0928\u093e\u0913\u0902 \u092a\u0930 \u0917\u0924\u093f\u0936\u0940\u0932 \u092d\u093e\u0930 \u0938\u0940\u0927\u0947 \u0915\u092e \u0939\u094b \u091c\u093e\u0924\u093e \u0939\u0948\u0964 \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u092c\u0932 \u0914\u0930 \u092c\u093f\u092f\u0930\u093f\u0902\u0917 \u0915\u0947 \u091c\u0940\u0935\u0928\u0915\u093e\u0932 \u0915\u0947 \u092c\u0940\u091a \u092e\u0939\u0924\u094d\u0935\u092a\u0942\u0930\u094d\u0923 \u0938\u0902\u092c\u0902\u0927 \u0939\u0948: \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u094b 50% \u0924\u0915 \u0915\u092e \u0915\u0930\u0928\u0947 \u0938\u0947 \u092c\u093f\u092f\u0930\u093f\u0902\u0917 \u0915\u093e \u091c\u0940\u0935\u0928\u0915\u093e\u0932 8 \u0917\u0941\u0928\u093e \u0924\u0915 \u092c\u0922\u093c \u0938\u0915\u0924\u093e \u0939\u0948 (\u092c\u0947\u092f\u0930\u093f\u0902\u0917 \u0915\u0947 \u091c\u0940\u0935\u0928\u0915\u093e\u0932 \u0915\u0940 \u0917\u0923\u0928\u093e \u092e\u0947\u0902 \u0918\u0928 \u0938\u0902\u092c\u0902\u0927 \u0915\u0947 \u0915\u093e\u0930\u0923)\u0964 \u0909\u091a\u093f\u0924 \u0938\u0902\u0924\u0941\u0932\u0928 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0909\u092a\u0932\u092c\u094d\u0927 \u0938\u092c\u0938\u0947 \u0915\u093f\u092b\u093e\u092f\u0924\u0940 \u0935\u093f\u0936\u094d\u0935\u0938\u0928\u0940\u092f\u0924\u093e \u0938\u0941\u0927\u093e\u0930\u094b\u0902 \u092e\u0947\u0902 \u0938\u0947 \u090f\u0915 \u0939\u0948\u0964<\/p>\n<h3>\u0928\u093f\u092f\u093e\u092e\u0915 \u090f\u0935\u0902 \u0938\u0902\u0935\u093f\u0926\u093e\u0924\u094d\u092e\u0915 \u0905\u0928\u0941\u092a\u093e\u0932\u0928<\/h3>\n<p>\u0915\u0908 \u0909\u0926\u094d\u092f\u094b\u0917 \u092e\u093e\u0928\u0915 \u0914\u0930 \u0909\u092a\u0915\u0930\u0923 \u0935\u093f\u0928\u093f\u0930\u094d\u0926\u0947\u0936 ISO G-\u0917\u094d\u0930\u0947\u0921 \u0915\u094b \u0905\u0928\u093f\u0935\u093e\u0930\u094d\u092f \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0915\u0947 \u0930\u0942\u092a \u092e\u0947\u0902 \u0938\u0902\u0926\u0930\u094d\u092d\u093f\u0924 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u092a\u0947\u091f\u094d\u0930\u094b\u0932\u093f\u092f\u092e \u0909\u0926\u094d\u092f\u094b\u0917 \u0915\u0947 \u0909\u092a\u0915\u0930\u0923\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f API \u092e\u093e\u0928\u0915, \u0935\u093f\u0926\u094d\u092f\u0941\u0924 \u092e\u094b\u091f\u0930\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f IEC \u092e\u093e\u0928\u0915 \u0914\u0930 \u0930\u0915\u094d\u0937\u093e \u0909\u092a\u0915\u0930\u0923\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u0938\u0948\u0928\u094d\u092f \u0935\u093f\u0928\u093f\u0930\u094d\u0926\u0947\u0936 \u0938\u092d\u0940 ISO G-\u0917\u094d\u0930\u0947\u0921 \u092a\u094d\u0930\u0923\u093e\u0932\u0940 \u0915\u094b \u0938\u0902\u0926\u0930\u094d\u092d\u093f\u0924 \u092f\u093e \u0905\u092a\u0928\u093e\u0924\u0947 \u0939\u0948\u0902\u0964 \u0907\u0928 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e\u0913\u0902 \u0915\u093e \u0905\u0928\u0941\u092a\u093e\u0932\u0928 \u0905\u0915\u094d\u0938\u0930 \u0938\u0902\u0935\u093f\u0926\u093e\u0924\u094d\u092e\u0915 \u0930\u0942\u092a \u0938\u0947 \u092c\u093e\u0927\u094d\u092f\u0915\u093e\u0930\u0940 \u0939\u094b\u0924\u093e \u0939\u0948 \u0914\u0930 \u0932\u0947\u0916\u093e\u092a\u0930\u0940\u0915\u094d\u0937\u093e \u092f\u093e \u0938\u0924\u094d\u092f\u093e\u092a\u0928 \u0915\u0947 \u0905\u0927\u0940\u0928 \u0939\u094b \u0938\u0915\u0924\u093e \u0939\u0948\u0964<\/p>\n<h3>\u092a\u0942\u0930\u094d\u0935\u093e\u0928\u0941\u092e\u093e\u0928\u093f\u0924 \u0930\u0916\u0930\u0916\u093e\u0935 \u0906\u0927\u093e\u0930\u092d\u0942\u0924 \u0930\u0947\u0916\u093e<\/h3>\n<p>\u091c\u092c \u090f\u0915 \u0930\u094b\u091f\u0930 \u0915\u094b \u090f\u0915 \u091c\u094d\u091e\u093e\u0924 G-\u0917\u094d\u0930\u0947\u0921 \u0915\u0947 \u0932\u093f\u090f \u0938\u0902\u0924\u0941\u0932\u093f\u0924 \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948 \u0914\u0930 \u092a\u094d\u0930\u093e\u0930\u0902\u092d\u093f\u0915 \u0915\u0902\u092a\u0928 \u0938\u094d\u0924\u0930 \u092a\u094d\u0930\u0932\u0947\u0916\u093f\u0924 \u0939\u094b\u0924\u093e \u0939\u0948, \u0924\u094b \u092c\u093e\u0926 \u0915\u0940 \u0915\u0902\u092a\u0928 \u092e\u093e\u092a \u0907\u0938\u0915\u0947 \u0935\u093f\u0930\u0941\u0926\u094d\u0927 \u0924\u0941\u0932\u0928\u093e \u0915\u0940 \u091c\u093e \u0938\u0915\u0924\u0940 \u0939\u0948 <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/baseline\/\">\u0906\u0927\u093e\u0930\u092d\u0942\u0924<\/a>. \u092e\u0947\u0902 \u0915\u094b\u0908 \u0935\u0943\u0926\u094d\u0927\u093f <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/running-speed\/\">1\u00d7 \u0906\u0930\u092a\u0940\u090f\u092e<\/a> \u0915\u0902\u092a\u0928 \u0924\u0941\u0930\u0902\u0924 \u0935\u093f\u0915\u0938\u093f\u0924 \u0939\u094b \u0930\u0939\u0947 \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u094b \u0907\u0902\u0917\u093f\u0924 \u0915\u0930\u0924\u093e \u0939\u0948 (\u0915\u094d\u0937\u0930\u0923, \u0938\u0902\u091a\u092f, \u092d\u093e\u0917 \u0939\u093e\u0928\u093f, \u092f\u093e \u0925\u0930\u094d\u092e\u0932 \u092c\u094b\u0907\u0902\u0917 \u0938\u0947), \u0938\u0915\u094d\u0930\u093f\u092f \u0938\u0915\u094d\u0937\u092e \u0915\u0930\u0924\u093e \u0939\u0948 <a href=\"https:\/\/vibromera.eu\/hi\/glossary\/predictive-maintenance\/\">maintenance<\/a> \u0928\u0941\u0915\u0938\u093e\u0928 \u0939\u094b\u0928\u0947 \u0938\u0947 \u092a\u0939\u0932\u0947\u0964<\/p>\n<div class=\"info-box success\">\n<div class=\"box-title\">\u0935\u093e\u0907\u092c\u094d\u0930\u094b\u092e\u0947\u0930\u093e \u092c\u0948\u0932\u0947\u0902\u0938\u0938\u0947\u091f \u0909\u092a\u0915\u0930\u0923 \u0914\u0930 \u091c\u0940-\u0917\u094d\u0930\u0947\u0921<\/div>\n<p>The <a href=\"https:\/\/vibromera.eu\/hi\/product\/balanset-1\/\">Balanset-1A<\/a> and <a href=\"https:\/\/vibromera.eu\/hi\/product\/balanset-4\/\">\u092c\u0948\u0932\u0947\u0902\u0938\u0947\u0902\u091f-4<\/a> \u092a\u094b\u0930\u094d\u091f\u0947\u092c\u0932 \u092c\u0948\u0932\u0947\u0902\u0938\u093f\u0902\u0917 \u0921\u093f\u0935\u093e\u0907\u0938 \u0905\u092a\u0928\u0947 \u0938\u0949\u092b\u093c\u094d\u091f\u0935\u0947\u092f\u0930 \u092e\u0947\u0902 \u0938\u0940\u0927\u0947 G-\u0917\u094d\u0930\u0947\u0921 \u0935\u093f\u0928\u093f\u0930\u094d\u0926\u0947\u0936\u0928 \u0915\u093e \u0938\u092e\u0930\u094d\u0925\u0928 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964 \u0911\u092a\u0930\u0947\u091f\u0930 \u0935\u093e\u0902\u091b\u093f\u0924 G-\u0917\u094d\u0930\u0947\u0921, \u0930\u094b\u091f\u0930 \u0926\u094d\u0930\u0935\u094d\u092f\u092e\u093e\u0928 \u0914\u0930 \u092a\u0930\u093f\u091a\u093e\u0932\u0928 \u0917\u0924\u093f \u0926\u0930\u094d\u091c \u0915\u0930\u0924\u0947 \u0939\u0948\u0902, \u0914\u0930 \u0921\u093f\u0935\u093e\u0907\u0938 \u0938\u094d\u0935\u091a\u093e\u0932\u093f\u0924 \u0930\u0942\u092a \u0938\u0947 \u0905\u0928\u0941\u092e\u0947\u092f \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e \u0915\u0940 \u0917\u0923\u0928\u093e \u0915\u0930\u0924\u093e \u0939\u0948 \u0914\u0930 \u092c\u0948\u0932\u0947\u0902\u0938\u093f\u0902\u0917 \u092a\u094d\u0930\u0915\u094d\u0930\u093f\u092f\u093e \u0915\u0947 \u0926\u094c\u0930\u093e\u0928 \u092a\u093e\u0938\/\u092b\u0947\u0932 \u0938\u094d\u0925\u093f\u0924\u093f \u092a\u094d\u0930\u0926\u0930\u094d\u0936\u093f\u0924 \u0915\u0930\u0924\u093e \u0939\u0948\u0964 \u0907\u0938\u0938\u0947 \u092e\u0948\u0928\u094d\u092f\u0941\u0905\u0932 \u0917\u0923\u0928\u093e \u0915\u0940 \u0924\u094d\u0930\u0941\u091f\u093f\u092f\u093e\u0902 \u0938\u092e\u093e\u092a\u094d\u0924 \u0939\u094b \u091c\u093e\u0924\u0940 \u0939\u0948\u0902 \u0914\u0930 ISO \u092e\u093e\u0928\u0915\u094b\u0902 \u0915\u0947 \u0938\u093e\u0925 \u0928\u093f\u0930\u0902\u0924\u0930 \u0905\u0928\u0941\u092a\u093e\u0932\u0928 \u0938\u0941\u0928\u093f\u0936\u094d\u091a\u093f\u0924 \u0939\u094b\u0924\u093e \u0939\u0948\u0964<\/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\/hi\/glossary\/\">\u2190 \u0936\u092c\u094d\u0926\u093e\u0935\u0932\u0940 \u0905\u0928\u0941\u0915\u094d\u0930\u092e\u0923\u093f\u0915\u093e \u092a\u0930 \u0935\u093e\u092a\u0938<\/a><\/p>\n<\/article>\n<p>      <!-- TOC SIDEBAR --><\/p>\n<aside class=\"toc-sidebar\">\n<div class=\"toc-box\">\n<h3>\u0907\u0938 \u092a\u0943\u0937\u094d\u0920 \u092a\u0930<\/h3>\n<p>          <a href=\"#calculator\">\u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u0948\u0932\u0915\u0941\u0932\u0947\u091f\u0930<\/a><br \/>\n          <a href=\"#grade-overview\">\u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0915\u093e \u0905\u0935\u0932\u094b\u0915\u0928<\/a><br \/>\n          <a href=\"#full-table\">\u092a\u0942\u0930\u094d\u0923 \u0906\u0908\u090f\u0938\u0913 \u0924\u093e\u0932\u093f\u0915\u093e<\/a><br \/>\n          <a href=\"#definition\">\u092a\u0930\u093f\u092d\u093e\u0937\u093e<\/a><br \/>\n          <a class=\"sub\" href=\"#definition\">\u0910\u0924\u093f\u0939\u093e\u0938\u093f\u0915 \u0938\u0902\u0926\u0930\u094d\u092d<\/a><br \/>\n          <a href=\"#how-it-works\">\u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u0915\u0948\u0938\u0947 \u0915\u093e\u092e \u0915\u0930\u0924\u0947 \u0939\u0948\u0902<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\u092e\u0941\u0916\u094d\u092f \u0938\u0942\u0924\u094d\u0930<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\u091a\u0930\u094b\u0902 \u0915\u0940 \u0935\u094d\u092f\u093e\u0916\u094d\u092f\u093e<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\u091c\u094d\u092f\u093e\u092e\u093f\u0924\u0940\u092f \u0935\u094d\u092f\u093e\u0916\u094d\u092f\u093e<\/a><br \/>\n          <a href=\"#selecting\">\u0917\u094d\u0930\u0947\u0921 \u0915\u093e \u091a\u092f\u0928 \u0915\u0930\u0928\u093e<\/a><br \/>\n          <a class=\"sub\" href=\"#selecting\">\u0928\u093f\u0930\u094d\u0923\u092f \u0915\u093e\u0930\u0915<\/a><br \/>\n          <a class=\"sub\" href=\"#selecting\">\u0909\u0926\u094d\u092f\u094b\u0917 \u0915\u0940 \u0938\u093f\u092b\u093e\u0930\u093f\u0936\u0947\u0902<\/a><br \/>\n          <a href=\"#practical\">\u0935\u094d\u092f\u093e\u0935\u0939\u093e\u0930\u093f\u0915 \u0909\u0926\u093e\u0939\u0930\u0923<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\u092a\u0902\u092a \u0907\u092e\u094d\u092a\u0947\u0932\u0930<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\u092a\u0902\u0916\u0947 \u0915\u093e \u0930\u094b\u091f\u0930<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\u091f\u0930\u094d\u092c\u094b\u091a\u093e\u0930\u094d\u091c\u0930<\/a><br \/>\n          <a href=\"#two-plane\">\u0926\u094b-\u0924\u0932 \u0938\u0902\u0924\u0941\u0932\u0928<\/a><br \/>\n          <a href=\"#common-mistakes\">\u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0917\u0932\u0924\u093f\u092f\u093e\u0902<\/a><br \/>\n          <a href=\"#importance\">\u092f\u0939 \u0915\u094d\u092f\u094b\u0902 \u092e\u093e\u092f\u0928\u0947 \u0930\u0916\u0924\u0940 \u0939\u0948<\/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);\">\u0935\u093e\u0907\u092c\u094d\u0930\u094b\u092e\u0947\u0930\u093e \u0909\u092a\u0915\u0930\u0923<\/h3>\n<p style=\"color: rgba(255,255,255,0.6); font-size: 13px; margin-bottom: 12px;\">\u092a\u094b\u0930\u094d\u091f\u0947\u092c\u0932 \u092c\u0948\u0932\u0947\u0902\u0938\u093f\u0902\u0917 \u0921\u093f\u0935\u093e\u0907\u0938 \u091c\u093f\u0928\u092e\u0947\u0902 ISO G-\u0917\u094d\u0930\u0947\u0921 \u091f\u0949\u0932\u0930\u0947\u0902\u0938 \u0917\u0923\u0928\u093e \u0915\u0940 \u0938\u0941\u0935\u093f\u0927\u093e \u0905\u0902\u0924\u0930\u094d\u0928\u093f\u0939\u093f\u0924 \u0939\u0948\u0964<\/p>\n<p>          <a href=\"https:\/\/vibromera.eu\/hi\/product\/balanset-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\/hi\/product\/balanset-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>\u092a\u0947\u0936\u0947\u0935\u0930 \u092a\u094b\u0930\u094d\u091f\u0947\u092c\u0932 \u092c\u0948\u0932\u0947\u0902\u0938\u093f\u0902\u0917 \u0909\u092a\u0915\u0930\u0923<\/h2>\n<p>\u0935\u093e\u0907\u092c\u094d\u0930\u094b\u092e\u0947\u0930\u093e \u0915\u0947 \u092c\u0948\u0932\u0947\u0902\u0938\u0947\u091f \u0909\u092a\u0915\u0930\u0923\u094b\u0902 \u0915\u0947 \u0938\u093e\u0925 \u092b\u0940\u0932\u094d\u0921 \u092e\u0947\u0902 \u0906\u0908\u090f\u0938\u0913 \u091c\u0940-\u0917\u094d\u0930\u0947\u0921 \u092e\u093e\u0928\u0915\u094b\u0902 \u0915\u0947 \u0905\u0928\u0941\u0938\u093e\u0930 \u0930\u094b\u091f\u0930\u094d\u0938 \u0915\u094b \u0938\u0902\u0924\u0941\u0932\u093f\u0924 \u0915\u0930\u0947\u0902 - \u0905\u0902\u0924\u0930\u094d\u0928\u093f\u0930\u094d\u092e\u093f\u0924 \u091f\u0949\u0932\u0930\u0947\u0902\u0938 \u0917\u0923\u0928\u093e, \u0926\u094b-\u092a\u094d\u0932\u0947\u0928 \u0915\u094d\u0937\u092e\u0924\u093e, \u0915\u093f\u092b\u093e\u092f\u0924\u0940 \u0915\u0940\u092e\u0924\u094b\u0902 \u092a\u0930 \u092a\u0947\u0936\u0947\u0935\u0930 \u092a\u0930\u093f\u0923\u093e\u092e\u0964.<\/p>\n<p>    <a href=\"https:\/\/vibromera.eu\/hi\/shop\/\" class=\"cta-btn\">\u0909\u092a\u0915\u0930\u0923 \u092c\u094d\u0930\u093e\u0909\u091c\u093c \u0915\u0930\u0947\u0902 \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\/hi\/glossary\/\">\u2190 \u0936\u092c\u094d\u0926\u093e\u0935\u0932\u0940 \u092a\u0930 \u0935\u093e\u092a\u0938<\/a> &nbsp;|&nbsp; <a href=\"https:\/\/vibromera.eu\/hi\/\">\u0935\u093e\u0907\u092c\u094d\u0930\u094b\u092e\u0947\u0930\u093e.\u092f\u0942<\/a><\/p>\n<\/p><\/div>\n<\/footer>\n<hr>\n<p><a href=\"https:\/\/vibromera.eu\/hi\/glossary\/\">\u2190 \u092e\u0941\u0916\u094d\u092f \u0938\u0942\u091a\u0915\u093e\u0902\u0915 \u092a\u0930 \u0935\u093e\u092a\u0938 \u091c\u093e\u090f\u0901<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>\u0906\u0908\u090f\u0938\u0913 \u092e\u093e\u0928\u0915\u094b\u0902 \u0938\u0947 \u0938\u0902\u0924\u0941\u0932\u0928 \u0917\u0941\u0923\u0935\u0924\u094d\u0924\u093e \u0917\u094d\u0930\u0947\u0921 (\u091c\u0940-\u0917\u094d\u0930\u0947\u0921) \u0915\u0947 \u092c\u093e\u0930\u0947 \u092e\u0947\u0902 \u091c\u093e\u0928\u0947\u0902, \u092f\u0939 \u090f\u0915 \u092a\u094d\u0930\u0923\u093e\u0932\u0940 \u0939\u0948 \u091c\u093f\u0938\u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0935\u093f\u092d\u093f\u0928\u094d\u0928 \u092a\u094d\u0930\u0915\u093e\u0930 \u0915\u0947 \u0930\u094b\u091f\u0930\u094b\u0902 \u0915\u0947 \u0932\u093f\u090f \u0938\u094d\u0935\u0940\u0915\u093e\u0930\u094d\u092f \u0905\u0935\u0936\u093f\u0937\u094d\u091f \u0905\u0938\u0902\u0924\u0941\u0932\u0928 \u0915\u094b \u0928\u093f\u0930\u094d\u0926\u093f\u0937\u094d\u091f \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0915\u093f\u092f\u093e \u091c\u093e\u0924\u093e \u0939\u0948\u0964<\/p>","protected":false},"featured_media":0,"template":"","meta":{"ai_generated_summary":"","footnotes":""},"categories":[109,111],"tags":[],"class_list":["post-130","glossary","type-glossary","status-publish","hentry","category-glossary","category-rotor-balancing"],"_links":{"self":[{"href":"https:\/\/vibromera.eu\/hi\/wp-json\/wp\/v2\/glossary\/130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vibromera.eu\/hi\/wp-json\/wp\/v2\/glossary"}],"about":[{"href":"https:\/\/vibromera.eu\/hi\/wp-json\/wp\/v2\/types\/glossary"}],"version-history":[{"count":5,"href":"https:\/\/vibromera.eu\/hi\/wp-json\/wp\/v2\/glossary\/130\/revisions"}],"predecessor-version":[{"id":101732,"href":"https:\/\/vibromera.eu\/hi\/wp-json\/wp\/v2\/glossary\/130\/revisions\/101732"}],"wp:attachment":[{"href":"https:\/\/vibromera.eu\/hi\/wp-json\/wp\/v2\/media?parent=130"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vibromera.eu\/hi\/wp-json\/wp\/v2\/categories?post=130"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vibromera.eu\/hi\/wp-json\/wp\/v2\/tags?post=130"}],"curies":[{"name":"\u0921\u092c\u094d\u0932\u094d\u092f\u0942\u092a\u0940","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}