{"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\/el\/glossary\/g-grade\/","title":{"rendered":"\u03a4\u03b9 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bf\u03b9 \u0392\u03b1\u03b8\u03bc\u03bf\u03af \u03a0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u0399\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 (\u0392\u03b1\u03b8\u03bc\u03bf\u03af G);"},"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\/el\/\">\u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u03c3\u03b5\u03bb\u03af\u03b4\u03b1<\/a> \u2192 <a href=\"https:\/\/vibromera.eu\/el\/glossary\/\">\u0393\u03bb\u03c9\u03c3\u03c3\u03ac\u03c1\u03b9\u03bf<\/a> \u2192 \u0392\u03b1\u03b8\u03bc\u03bf\u03af \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2\n    <\/div>\n<h1>\u039a\u03b1\u03c4\u03b1\u03bd\u03cc\u03b7\u03c3\u03b7 <span>\u0392\u03b1\u03b8\u03bc\u03bf\u03af \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2<\/span> (G-Grades)<\/h1>\n<p class=\"subtitle\">\u03a4\u03bf \u03c4\u03c5\u03c0\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf \u03ba\u03b1\u03c4\u03ac ISO \u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 \u03c4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc \u03c4\u03b7\u03c2 \u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae\u03c2 \u03c5\u03c0\u03bf\u03bb\u03b5\u03b9\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 \u2014 \u03b1\u03c0\u03cc \u03b3\u03c5\u03c1\u03bf\u03c3\u03ba\u03cc\u03c0\u03b9\u03b1 \u03b1\u03ba\u03c1\u03b9\u03b2\u03b5\u03af\u03b1\u03c2 \u03c3\u03c4\u03bf G0.4 \u03ad\u03c9\u03c2 \u03b2\u03b1\u03c1\u03b5\u03af\u03c2 \u03bd\u03b1\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c0\u03b5\u03c4\u03c1\u03b5\u03bb\u03b1\u03b9\u03bf\u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03c3\u03c4\u03bf G4000. \u03a0\u03bb\u03ae\u03c1\u03b5\u03c2 \u03bc\u03b5 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae, \u03c0\u03af\u03bd\u03b1\u03ba\u03b5\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac \u03c0\u03b1\u03c1\u03b1\u03b4\u03b5\u03af\u03b3\u03bc\u03b1\u03c4\u03b1.<\/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\/el\/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\/el\/product\/balanset-1\/\" title=\"\u03a6\u03bf\u03c1\u03b7\u03c4\u03cc\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03c4\u03b7\u03c2 &amp; \u03b1\u03bd\u03b1\u03bb\u03c5\u03c4\u03ae\u03c2 \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd 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=\"\u03a0\u03bb\u03ae\u03c1\u03b5\u03c2 \u03ba\u03b9\u03c4 Balanset-1A \u03bc\u03b5 \u03c6\u03bf\u03c1\u03b7\u03c4\u03cc \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03b1\u03c4\u03ae\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03b1\u03bd\u03b1\u03bb\u03c5\u03c4\u03ae \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd\" 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\/el\/product-category\/devices\/\" rel=\"tag\">\u03a3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2<\/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\/el\/product\/balanset-1\/\" title=\"\u03a6\u03bf\u03c1\u03b7\u03c4\u03cc\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03c4\u03b7\u03c2 &amp; \u03b1\u03bd\u03b1\u03bb\u03c5\u03c4\u03ae\u03c2 \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd Balanset-1A\">\u03a6\u03bf\u03c1\u03b7\u03c4\u03cc\u03c2 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03b7\u03c4\u03ae\u03c2 &#038; \u03b1\u03bd\u03b1\u03bb\u03c5\u03c4\u03ae\u03c2 \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd Balanset-1A<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>1,975.00<\/span> + \u03a6\u03a0\u0391 (\u03b5\u03ac\u03bd \u03b9\u03c3\u03c7\u03cd\u03b5\u03b9)<\/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=\"\/el\/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=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9\" 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=\"\/el\/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=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9: \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=\"\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9<\/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\/el\/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\/el\/product\/vibration-sensor\/\" title=\"\u0391\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03b1\u03c2 \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd\">\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=\"\u0391\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03b1\u03c2 \u03b4\u03cc\u03bd\u03b7\u03c3\u03b7\u03c2 Balanset-1A \u03c3\u03b5 \u03ba\u03bf\u03bd\u03c4\u03b9\u03bd\u03cc \u03c0\u03bb\u03ac\u03bd\u03bf\" 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\/el\/product-category\/parts\/\" rel=\"tag\">\u0391\u03bd\u03c4\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac<\/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\/el\/product\/vibration-sensor\/\" title=\"\u0391\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03b1\u03c2 \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd\">\u0391\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03b1\u03c2 \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd<\/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\">&euro;<\/span>90.00<\/span> + \u03a6\u03a0\u0391 (\u03b5\u03ac\u03bd \u03b9\u03c3\u03c7\u03cd\u03b5\u03b9)<\/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=\"\/el\/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=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9\" 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=\"\/el\/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=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9: \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=\"\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9<\/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\/el\/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\/el\/product\/optical-sensor-for-balanset-and-arbalance\/\" title=\"\u039f\u03c0\u03c4\u03b9\u03ba\u03cc\u03c2 \u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03b1\u03c2 (\u03c3\u03c4\u03c1\u03bf\u03c6\u03cc\u03bc\u03b5\u03c4\u03c1\u03bf \u03bb\u03ad\u03b9\u03b6\u03b5\u03c1)\">\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=\"\u039f\u03c0\u03c4\u03b9\u03ba\u03cc\u03c2 \u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03b1\u03c2 (\u03c3\u03c4\u03c1\u03bf\u03c6\u03cc\u03bc\u03b5\u03c4\u03c1\u03bf \u03bb\u03ad\u03b9\u03b6\u03b5\u03c1)\" 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\/el\/product-category\/parts\/\" rel=\"tag\">\u0391\u03bd\u03c4\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac<\/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\/el\/product\/optical-sensor-for-balanset-and-arbalance\/\" title=\"\u039f\u03c0\u03c4\u03b9\u03ba\u03cc\u03c2 \u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03b1\u03c2 (\u03c3\u03c4\u03c1\u03bf\u03c6\u03cc\u03bc\u03b5\u03c4\u03c1\u03bf \u03bb\u03ad\u03b9\u03b6\u03b5\u03c1)\">\u039f\u03c0\u03c4\u03b9\u03ba\u03cc\u03c2 \u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03b1\u03c2 (\u03c3\u03c4\u03c1\u03bf\u03c6\u03cc\u03bc\u03b5\u03c4\u03c1\u03bf \u03bb\u03ad\u03b9\u03b6\u03b5\u03c1)<\/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\">&euro;<\/span>124.00<\/span> + \u03a6\u03a0\u0391 (\u03b5\u03ac\u03bd \u03b9\u03c3\u03c7\u03cd\u03b5\u03b9)<\/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=\"\/el\/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=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9\" 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=\"\/el\/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=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9: \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=\"\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9<\/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\/el\/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\/el\/product\/balanset-4\/\" title=\"Balanset-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=\"\u039a\u03b9\u03c4 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 Vibromera: \u03b8\u03ae\u03ba\u03b7 \u03bc\u03b5\u03c4\u03b1\u03c6\u03bf\u03c1\u03ac\u03c2, \u03c0\u03bf\u03bb\u03c5\u03ba\u03ac\u03bd\u03b1\u03bb\u03bf\u03c2 \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03c4\u03ae\u03c2 \u03c3\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2, \u03c6\u03bf\u03c1\u03b7\u03c4\u03cc\u03c2 \u03b1\u03bd\u03b1\u03bb\u03c5\u03c4\u03ae\u03c2, \u03bc\u03b1\u03b3\u03bd\u03b7\u03c4\u03b9\u03ba\u03ae \u03b2\u03ac\u03c3\u03b7, \u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd \u03ba\u03b1\u03b9 \u03c3\u03c0\u03b5\u03b9\u03c1\u03bf\u03b5\u03b9\u03b4\u03ae \u03ba\u03b1\u03bb\u03ce\u03b4\u03b9\u03b1.\" 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\/el\/product-category\/devices\/\" rel=\"tag\">\u03a3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2<\/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\/el\/product\/balanset-4\/\" title=\"Balanset-4\">Balanset-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\">&euro;<\/span>6,803.00<\/span> + \u03a6\u03a0\u0391 (\u03b5\u03ac\u03bd \u03b9\u03c3\u03c7\u03cd\u03b5\u03b9)<\/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=\"\/el\/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=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9\" 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=\"\/el\/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=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9: \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=\"\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9<\/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\/el\/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\/el\/product\/magnet-stand\/\" title=\"\u039c\u03b1\u03b3\u03bd\u03b7\u03c4\u03b9\u03ba\u03ae \u03b2\u03ac\u03c3\u03b7 Insize 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=\"\u0392\u03ac\u03c3\u03b7 \u03bc\u03b1\u03b3\u03bd\u03ae\u03c4\u03b7.\" 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\/el\/product-category\/parts\/\" rel=\"tag\">\u0391\u03bd\u03c4\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac<\/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\/el\/product\/magnet-stand\/\" title=\"\u039c\u03b1\u03b3\u03bd\u03b7\u03c4\u03b9\u03ba\u03ae \u03b2\u03ac\u03c3\u03b7 Insize 60-kgf\">\u039c\u03b1\u03b3\u03bd\u03b7\u03c4\u03b9\u03ba\u03ae \u03b2\u03ac\u03c3\u03b7 Insize 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\">&euro;<\/span>46.00<\/span> + \u03a6\u03a0\u0391 (\u03b5\u03ac\u03bd \u03b9\u03c3\u03c7\u03cd\u03b5\u03b9)<\/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=\"\/el\/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=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9\" 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=\"\/el\/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=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9: \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=\"\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9<\/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\/el\/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\/el\/product\/reflective-tape\/\" title=\"\u0391\u03bd\u03b1\u03ba\u03bb\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03c4\u03b1\u03b9\u03bd\u03af\u03b1\">\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=\"\u0391\u03bd\u03b1\u03ba\u03bb\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03c4\u03b1\u03b9\u03bd\u03af\u03b1\" 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\/el\/product-category\/parts\/\" rel=\"tag\">\u0391\u03bd\u03c4\u03b1\u03bb\u03bb\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac<\/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\/el\/product\/reflective-tape\/\" title=\"\u0391\u03bd\u03b1\u03ba\u03bb\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03c4\u03b1\u03b9\u03bd\u03af\u03b1\">\u0391\u03bd\u03b1\u03ba\u03bb\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03c4\u03b1\u03b9\u03bd\u03af\u03b1<\/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\">&euro;<\/span>10.00<\/span> + \u03a6\u03a0\u0391 (\u03b5\u03ac\u03bd \u03b9\u03c3\u03c7\u03cd\u03b5\u03b9)<\/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=\"\/el\/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=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9\" 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=\"\/el\/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=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9: \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=\"\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9<\/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\/el\/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\/el\/product\/dynamic-balancer-balanset-1a\/\" title=\"\u0394\u03c5\u03bd\u03b1\u03bc\u03b9\u03ba\u03cc\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03b1\u03b8\u03bc\u03b9\u03c3\u03c4\u03ae\u03c2 &quot;Balanset-1A&quot; OEM\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u03a0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03ba\u03b9\u03c4 Balanset-1A \u03bc\u03b5 \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 \u03b4\u03b9\u03b1\u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2, \u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2, \u03c3\u03c4\u03c1\u03bf\u03c6\u03cc\u03bc\u03b5\u03c4\u03c1\u03bf \u03ba\u03b1\u03b9 \u03b1\u03be\u03b5\u03c3\u03bf\u03c5\u03ac\u03c1\" 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\/el\/product-category\/devices\/\" rel=\"tag\">\u03a3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2<\/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\/el\/product\/dynamic-balancer-balanset-1a\/\" title=\"\u0394\u03c5\u03bd\u03b1\u03bc\u03b9\u03ba\u03cc\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03b1\u03b8\u03bc\u03b9\u03c3\u03c4\u03ae\u03c2 &quot;Balanset-1A&quot; OEM\">\u0394\u03c5\u03bd\u03b1\u03bc\u03b9\u03ba\u03cc\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03b1\u03b8\u03bc\u03b9\u03c3\u03c4\u03ae\u03c2 \"Balanset-1A\" OEM<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>1,735.00<\/span> + \u03a6\u03a0\u0391 (\u03b5\u03ac\u03bd \u03b9\u03c3\u03c7\u03cd\u03b5\u03b9)<\/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=\"\/el\/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=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9\" 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=\"\/el\/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=\"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9: \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=\"\">\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03bf \u03ba\u03b1\u03bb\u03ac\u03b8\u03b9<\/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 \u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2<\/a><br \/>\n    <a href=\"#grade-overview\">\ud83d\udcca \u0395\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 \u03b2\u03b1\u03b8\u03bc\u03ce\u03bd<\/a><br \/>\n    <a href=\"#full-table\">\ud83d\udccb \u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 ISO<\/a><br \/>\n    <a href=\"#definition\">\ud83d\udcd0 \u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2<\/a><br \/>\n    <a href=\"#how-it-works\">\ud83d\udd22 \u03a0\u03ce\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af<\/a><br \/>\n    <a href=\"#selecting\">\ud83c\udfaf \u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd<\/a><br \/>\n    <a href=\"#practical\">\ud83d\udee0 \u03a0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac \u03c0\u03b1\u03c1\u03b1\u03b4\u03b5\u03af\u03b3\u03bc\u03b1\u03c4\u03b1<\/a><br \/>\n    <a href=\"#two-plane\">\u2696 \u0396\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c3\u03b5 \u03b4\u03cd\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03b1<\/a><br \/>\n    <a href=\"#common-mistakes\">\u26a0 \u039a\u03bf\u03b9\u03bd\u03ac \u03bb\u03ac\u03b8\u03b7<\/a><br \/>\n    <a href=\"#importance\">\ud83d\udca1 \u0393\u03b9\u03b1\u03c4\u03af \u03ad\u03c7\u03b5\u03b9 \u03c3\u03b7\u03bc\u03b1\u03c3\u03af\u03b1<\/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\">\u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2<\/h2>\n<p class=\"panel-subtitle\">\u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03af\u03c3\u03c4\u03b5 \u03c4\u03bf U<sub>\u03b1\u03bd\u03ac<\/sub> \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03bf ISO 21940-11 (\u03c0\u03c1\u03ce\u03b7\u03bd ISO 1940-1)<\/p>\n<div class=\"calc-form\">\n<div class=\"form-group\">\n            <label>\u0392\u03b1\u03b8\u03bc\u03cc\u03c2 G<\/label><br \/>\n            <select id=\"gGrade\"><option value=\"0.4\">G 0.4 - \u0393\u03c5\u03c1\u03bf\u03c3\u03ba\u03cc\u03c0\u03b9\u03b1, \u03ac\u03be\u03bf\u03bd\u03b5\u03c2 \u03b1\u03ba\u03c1\u03b9\u03b2\u03b5\u03af\u03b1\u03c2<\/option><option value=\"0.7\">G 0.7 - \u03a4\u03c1\u03b9\u03b2\u03b5\u03af\u03c2 \u03b1\u03ba\u03c1\u03b9\u03b2\u03b5\u03af\u03b1\u03c2<\/option><option value=\"1\">G 1.0 - \u039c\u03b7\u03c7\u03b1\u03bd\u03ad\u03c2 \u03bb\u03b5\u03af\u03b1\u03bd\u03c3\u03b7\u03c2, \u03bc\u03b9\u03ba\u03c1\u03bf\u03af \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2<\/option><option value=\"1.5\">G 1.5 - \u039c\u03bf\u03bd\u03ac\u03b4\u03b5\u03c2 \u03ae\u03c7\u03bf\u03c5\/\u03b2\u03af\u03bd\u03c4\u03b5\u03bf<\/option><option value=\"2.5\" selected>G 2.5 - \u03a3\u03c4\u03c1\u03cc\u03b2\u03b9\u03bb\u03bf\u03b9, \u03bc\u03b5\u03b3\u03ac\u03bb\u03bf\u03b9 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2, \u03b1\u03bd\u03c4\u03bb\u03af\u03b5\u03c2<\/option><option value=\"4\">G 4.0 - \u03a3\u03c5\u03bc\u03c0\u03b9\u03b5\u03c3\u03c4\u03ad\u03c2 \u03b3\u03b5\u03bd\u03b9\u03ba\u03ce\u03bd \u03bc\u03b7\u03c7\u03b1\u03bd\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd<\/option><option value=\"6.3\">G 6.3 - \u0391\u03bd\u03b5\u03bc\u03b9\u03c3\u03c4\u03ae\u03c1\u03b5\u03c2, \u03c3\u03c6\u03cc\u03bd\u03b4\u03c5\u03bb\u03bf\u03b9, \u03b5\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b4\u03b9\u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd<\/option><option value=\"10\">G 10 - \u0393\u03b5\u03bd\u03b9\u03ba\u03ac \u03bd\u03b1\u03c5\u03c4\u03b9\u03bb\u03b9\u03b1\u03ba\u03ac, \u03c3\u03c5\u03b3\u03ba\u03c1\u03bf\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03bd\u03c4\u03af\u03b6\u03b5\u03bb<\/option><option value=\"16\">G 16 - \u03a3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03b9 \u03ac\u03be\u03bf\u03bd\u03b5\u03c2 (\u03c6\u03bf\u03c1\u03c4\u03b7\u03b3\u03ac, \u03bc\u03b7\u03c7\u03b1\u03bd\u03ad\u03c2)<\/option><option value=\"25\">G 25 - \u0393\u03b5\u03c9\u03c1\u03b3\u03b9\u03ba\u03ac \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae\u03bc\u03b1\u03c4\u03b1<\/option><option value=\"40\">G 40 - \u03a4\u03c1\u03bf\u03c7\u03bf\u03af \u03b1\u03c5\u03c4\u03bf\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd, \u03ac\u03be\u03bf\u03bd\u03b5\u03c2 \u03bc\u03b5\u03c4\u03ac\u03b4\u03bf\u03c3\u03b7\u03c2 \u03ba\u03af\u03bd\u03b7\u03c3\u03b7\u03c2<\/option><option value=\"100\">G 100 - \u03a3\u03c5\u03b3\u03ba\u03c1\u03bf\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b1\u03c1\u03b3\u03bf\u03cd \u03bd\u03b1\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd \u03bd\u03c4\u03af\u03b6\u03b5\u03bb<\/option><option value=\"250\">G 250 - \u0391\u03c1\u03b3\u03bf\u03af \u03bc\u03b5\u03b3\u03ac\u03bb\u03bf\u03b9 \u03c0\u03b5\u03c4\u03c1\u03b5\u03bb\u03b1\u03b9\u03bf\u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 (\u03c3\u03b5 \u03b5\u03bb\u03b1\u03c4\u03ae\u03c1\u03b9\u03b1)<\/option><option value=\"630\">G 630 - \u03a7\u03bf\u03bd\u03b4\u03c1\u03bf\u03af \u03c0\u03b1\u03bb\u03b9\u03bd\u03b4\u03c1\u03bf\u03bc\u03b9\u03ba\u03bf\u03af \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2<\/option><option value=\"4000\">G 4000 - \u03a0\u03bf\u03bb\u03cd \u03c7\u03bf\u03bd\u03b4\u03c1\u03bf\u03b5\u03b9\u03b4\u03ad\u03c2 (\u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03c2 \u03ac\u03be\u03bf\u03bd\u03b1\u03c2 \u03c3\u03b5 \u03b5\u03bb\u03b1\u03c4\u03ae\u03c1\u03b9\u03b1)<\/option><\/select>\n          <\/div>\n<div class=\"form-group\">\n            <label>\u039c\u03ac\u03b6\u03b1 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 <span class=\"unit\">(kg)<\/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>\u03a4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 <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>\u0391\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03c9\u03bd <span class=\"unit\">(\u03b4\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7)<\/span><\/label><br \/>\n            <select id=\"numPlanes\"><option value=\"1\">\u039c\u03bf\u03bd\u03cc \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf<\/option><option value=\"2\" selected>\u0394\u03cd\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03b1<\/option><\/select>\n          <\/div>\n<p>          <button class=\"calc-btn\" onclick=\"calculate()\">\u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 \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\">\u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b1\u03bd\u03bf\u03c7\u03ae<\/h2>\n<p class=\"panel-subtitle\">\u0391\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03bf ISO 21940-11<\/p>\n<div id=\"resultsArea\">\n<div class=\"results-empty\">\n            <span class=\"icon\">\u2696<\/span><br \/>\n            \u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03b1\u03c1\u03b1\u03bc\u03ad\u03c4\u03c1\u03bf\u03c5\u03c2 \u03c4\u03bf\u03c5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03ba\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf \u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03af\u03c3\u03c4\u03b5<br \/>\u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b5\u03af\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\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>\u0395\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 G-Grade - \u039c\u03b5 \u03bc\u03b9\u03b1 \u03bc\u03b1\u03c4\u03b9\u03ac<\/h2>\n<p>\u039a\u03ac\u03c1\u03c4\u03b5\u03c2 \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b7\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ac\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03b9\u03bf \u03c3\u03c5\u03c7\u03bd\u03ac \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c5\u03c2 \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd\u03c2 \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 \u03c3\u03c4\u03b7 \u03b2\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03ae \u03c0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae<\/p>\n<\/p><\/div>\n<div class=\"grade-cards\">\n<div class=\"grade-card precision\">\n<div class=\"gc-grade\">G 0.4<\/div>\n<div class=\"gc-velocity\">0,4 mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0395\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ae\u03c2 \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1\u03c2<\/strong><br \/>\n          \u0393\u03c5\u03c1\u03bf\u03c3\u03ba\u03cc\u03c0\u03b9\u03b1, \u03ac\u03c4\u03c1\u03b1\u03ba\u03c4\u03bf\u03b9 \u03b1\u03ba\u03c1\u03b9\u03b2\u03b5\u03af\u03b1\u03c2, \u03bf\u03b4\u03bf\u03bd\u03c4\u03b9\u03b1\u03c4\u03c1\u03b9\u03ba\u03ac\/\u03c7\u03b5\u03b9\u03c1\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ac \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03b1 \u03c5\u03c8\u03b7\u03bb\u03ae\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1\u03c2, \u03b4\u03bf\u03c1\u03c5\u03c6\u03bf\u03c1\u03b9\u03ba\u03bf\u03af \u03c4\u03c1\u03bf\u03c7\u03bf\u03af \u03b1\u03bd\u03c4\u03af\u03b4\u03c1\u03b1\u03c3\u03b7\u03c2\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card precision\">\n<div class=\"gc-grade\">G 1.0<\/div>\n<div class=\"gc-velocity\">1,0 mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\u03a5\u03c8\u03b7\u03bb\u03ae \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1<\/strong><br \/>\n          \u039a\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ce\u03bd \u03bb\u03b5\u03af\u03b1\u03bd\u03c3\u03b7\u03c2, \u03bc\u03b9\u03ba\u03c1\u03bf\u03af \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03b9\u03ba\u03bf\u03af \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2, \u03ac\u03be\u03bf\u03bd\u03b5\u03c2 \u03ba\u03b1\u03c4\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03c5\u03c8\u03b7\u03bb\u03ae\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1\u03c2, \u03c3\u03ba\u03bb\u03b7\u03c1\u03bf\u03af \u03b4\u03af\u03c3\u03ba\u03bf\u03b9 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ce\u03bd\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card standard\">\n<div class=\"gc-grade\">G 2,5<\/div>\n<div class=\"gc-velocity\">2,5 mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\u03a4\u03c5\u03c0\u03b9\u03ba\u03ae \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1<\/strong><br \/>\n          \u03a3\u03c4\u03c1\u03cc\u03b2\u03b9\u03bb\u03bf\u03b9 \u03b1\u03b5\u03c1\u03af\u03bf\u03c5\/\u03b1\u03c4\u03bc\u03bf\u03cd, \u03b3\u03b5\u03bd\u03bd\u03ae\u03c4\u03c1\u03b9\u03b5\u03c2, \u03bc\u03b5\u03c3\u03b1\u03af\u03bf\u03b9\/\u03bc\u03b5\u03b3\u03ac\u03bb\u03bf\u03b9 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2, \u03c5\u03c0\u03b5\u03c1\u03c3\u03c5\u03bc\u03c0\u03b9\u03b5\u03c3\u03c4\u03ad\u03c2, \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03ce\u03bd\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card standard\">\n<div class=\"gc-grade\">G 6.3<\/div>\n<div class=\"gc-velocity\">6,3 mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0393\u03b5\u03bd\u03b9\u03ba\u03ae \u0392\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03ae<\/strong><br \/>\n          \u0391\u03bd\u03b5\u03bc\u03b9\u03c3\u03c4\u03ae\u03c1\u03b5\u03c2, \u03c0\u03c4\u03b5\u03c1\u03c9\u03c4\u03ad\u03c2 \u03b1\u03bd\u03c4\u03bb\u03b9\u03ce\u03bd, \u03c3\u03c6\u03cc\u03bd\u03b4\u03c5\u03bb\u03bf\u03b9, \u03c6\u03c5\u03b3\u03cc\u03ba\u03b5\u03bd\u03c4\u03c1\u03b5\u03c2, \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2, \u03b5\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03cc\u03c2 HVAC\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card general\">\n<div class=\"gc-grade\">G 16<\/div>\n<div class=\"gc-velocity\">16 mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\u03a7\u03bf\u03bd\u03b4\u03c1\u03ae \u03b2\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03ae<\/strong><br \/>\n          \u039a\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03c5 \u03ac\u03be\u03bf\u03bd\u03b1 (\u03c6\u03bf\u03c1\u03c4\u03b7\u03b3\u03ac, \u03b1\u03c4\u03bc\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03ad\u03c2), \u03bc\u03ad\u03c1\u03b7 \u03b3\u03b5\u03c9\u03c1\u03b3\u03b9\u03ba\u03ce\u03bd \u03bc\u03b7\u03c7\u03b1\u03bd\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd, \u03c3\u03c5\u03b3\u03ba\u03c1\u03bf\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c4\u03c1\u03bf\u03c7\u03ce\u03bd \u03b1\u03c5\u03c4\u03bf\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card general\">\n<div class=\"gc-grade\">G 40<\/div>\n<div class=\"gc-velocity\">40 mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0392\u03b1\u03c1\u03ad\u03b1 \/ \u0391\u03c5\u03c4\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b1<\/strong><br \/>\n          \u03a4\u03c1\u03bf\u03c7\u03bf\u03af \u03b1\u03c5\u03c4\u03bf\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd, \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b9\u03bf\u03b9 \u03ac\u03be\u03bf\u03bd\u03b5\u03c2, \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03c5 \u03ac\u03be\u03bf\u03bd\u03b1 \u03b3\u03b9\u03b1 \u03bc\u03b5\u03b3\u03ac\u03bb\u03b5\u03c2 \u03b1\u03c1\u03b3\u03ad\u03c2 \u03bd\u03b1\u03c5\u03c4\u03b9\u03ba\u03ad\u03c2 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ad\u03c2 \u03bd\u03c4\u03af\u03b6\u03b5\u03bb\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card coarse\">\n<div class=\"gc-grade\">G 100<\/div>\n<div class=\"gc-velocity\">100 mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\u03a0\u03bf\u03bb\u03cd \u03c7\u03bf\u03bd\u03c4\u03c1\u03cc<\/strong><br \/>\n          \u03a0\u03bb\u03ae\u03c1\u03b7 \u03c3\u03c5\u03b3\u03ba\u03c1\u03bf\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b1\u03c1\u03b3\u03ce\u03bd \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03c9\u03bd \u03bd\u03c4\u03af\u03b6\u03b5\u03bb, \u03b2\u03c1\u03b1\u03b4\u03cd\u03c2 \u03b8\u03b1\u03bb\u03ac\u03c3\u03c3\u03b9\u03bf\u03c2 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b1\u03c2 \u03bd\u03c4\u03af\u03b6\u03b5\u03bb \u03bc\u03b5 \u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf \u03ac\u03be\u03bf\u03bd\u03b1 (\u03ac\u03ba\u03b1\u03bc\u03c0\u03c4\u03b1 \u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf\u03c2)\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card coarse\">\n<div class=\"gc-grade\">G 630+<\/div>\n<div class=\"gc-velocity\">630-4000 mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0395\u03bc\u03b2\u03bf\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03b9 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2<\/strong><br \/>\n          \u039c\u03b5\u03b3\u03ac\u03bb\u03bf\u03b9 \u03c0\u03b1\u03bb\u03b9\u03bd\u03b4\u03c1\u03bf\u03bc\u03b9\u03ba\u03bf\u03af \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03c3\u03b5 \u03b5\u03bb\u03b1\u03c3\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9\u03c2, \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03c5 \u03ac\u03be\u03bf\u03bd\u03b1 \u03c3\u03b5 \u03b5\u03cd\u03ba\u03b1\u03bc\u03c0\u03c4\u03b1 \u03c3\u03c4\u03b7\u03c1\u03af\u03b3\u03bc\u03b1\u03c4\u03b1\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 \u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03c0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \u03b3\u03b9\u03b1 \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd\u03c2 \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 \u03ba\u03b1\u03c4\u03ac ISO 21940-11<\/div>\n<table>\n<thead>\n<tr>\n<th>\u0392\u03b1\u03b8\u03bc\u03cc\u03c2 G<\/th>\n<th>e<sub>\u03b1\u03bd\u03ac<\/sub> \u00d7 \u03c9 (mm\/s)<\/th>\n<th>\u039a\u03b1\u03c4\u03b7\u03b3\u03bf\u03c1\u03af\u03b1 \u03b1\u03ba\u03c1\u03b9\u03b2\u03b5\u03af\u03b1\u03c2<\/th>\n<th>\u03a4\u03cd\u03c0\u03bf\u03b9 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \/ \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ad\u03c2<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"mono\">G 4000<\/td>\n<td class=\"mono\">4000<\/td>\n<td><span class=\"tag coarse\">\u03a0\u03bf\u03bb\u03cd \u03c7\u03bf\u03bd\u03c4\u03c1\u03cc<\/span><\/td>\n<td>\u039a\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03c5 \u03ac\u03be\u03bf\u03bd\u03b1 \u03bc\u03b5\u03b3\u03ac\u03bb\u03c9\u03bd \u03b1\u03c1\u03b3\u03ce\u03bd \u03bd\u03b1\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03c0\u03b5\u03c4\u03c1\u03b5\u03bb\u03b1\u03b9\u03bf\u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03c9\u03bd (\u03c3\u03b5 \u03b5\u03bb\u03b1\u03c3\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9\u03c2), \u03b5\u03b3\u03b3\u03b5\u03bd\u03ce\u03c2 \u03bc\u03b7 \u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 1600<\/td>\n<td class=\"mono\">1600<\/td>\n<td><span class=\"tag coarse\">\u03a0\u03bf\u03bb\u03cd \u03c7\u03bf\u03bd\u03c4\u03c1\u03cc<\/span><\/td>\n<td>\u039a\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03c5 \u03ac\u03be\u03bf\u03bd\u03b1 \u03bc\u03b5\u03b3\u03ac\u03bb\u03c9\u03bd \u03b1\u03c1\u03b3\u03ce\u03bd \u03bd\u03b1\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03c0\u03b5\u03c4\u03c1\u03b5\u03bb\u03b1\u03b9\u03bf\u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03c9\u03bd (\u03ac\u03ba\u03b1\u03bc\u03c0\u03c4\u03b1 \u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 630<\/td>\n<td class=\"mono\">630<\/td>\n<td><span class=\"tag coarse\">\u03a7\u03bf\u03bd\u03b4\u03c1\u03b9\u03ba\u03cc<\/span><\/td>\n<td>\u039a\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03c5 \u03ac\u03be\u03bf\u03bd\u03b1 \u03bc\u03b5\u03b3\u03ac\u03bb\u03c9\u03bd \u03c0\u03b1\u03bb\u03b9\u03bd\u03b4\u03c1\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03c9\u03bd \u03c4\u03b1\u03c7\u03b5\u03af\u03b1\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 \u03bc\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c4\u03c4\u03cc \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03ba\u03c5\u03bb\u03af\u03bd\u03b4\u03c1\u03c9\u03bd<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 250<\/td>\n<td class=\"mono\">250<\/td>\n<td><span class=\"tag coarse\">\u03a7\u03bf\u03bd\u03b4\u03c1\u03b9\u03ba\u03cc<\/span><\/td>\n<td>\u039a\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03c5 \u03ac\u03be\u03bf\u03bd\u03b1 \u03bc\u03b5\u03b3\u03ac\u03bb\u03c9\u03bd \u03c0\u03b1\u03bb\u03b9\u03bd\u03b4\u03c1\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03c9\u03bd \u03c4\u03b1\u03c7\u03b5\u03af\u03b1\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 \u03bc\u03b5 \u03b6\u03c5\u03b3\u03cc \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03ba\u03c5\u03bb\u03af\u03bd\u03b4\u03c1\u03c9\u03bd<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 100<\/td>\n<td class=\"mono\">100<\/td>\n<td><span class=\"tag general\">\u0393\u03b5\u03bd\u03b9\u03ba\u03ac<\/span><\/td>\n<td>\u03a0\u03bb\u03ae\u03c1\u03b7 \u03c3\u03c5\u03b3\u03ba\u03c1\u03bf\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c0\u03b1\u03bb\u03b9\u03bd\u03b4\u03c1\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03c9\u03bd- \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03c5 \u03ac\u03be\u03bf\u03bd\u03b1 \u03b1\u03c1\u03b3\u03bf\u03cd \u03bd\u03b1\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd \u03bd\u03c4\u03af\u03b6\u03b5\u03bb (\u03ac\u03ba\u03b1\u03bc\u03c0\u03c4\u03b1 \u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 40<\/td>\n<td class=\"mono\">40<\/td>\n<td><span class=\"tag general\">\u0393\u03b5\u03bd\u03b9\u03ba\u03ac<\/span><\/td>\n<td>\u03a4\u03c1\u03bf\u03c7\u03bf\u03af \u03b1\u03c5\u03c4\u03bf\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd, \u03b6\u03ac\u03bd\u03c4\u03b5\u03c2, \u03c3\u03cd\u03bd\u03bf\u03bb\u03b1 \u03c4\u03c1\u03bf\u03c7\u03ce\u03bd- \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b9\u03bf\u03b9 \u03ac\u03be\u03bf\u03bd\u03b5\u03c2- \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03c5 \u03ac\u03be\u03bf\u03bd\u03b1 \u03b3\u03b9\u03b1 \u03bc\u03b5\u03b3\u03ac\u03bb\u03b5\u03c2, \u03b1\u03c1\u03b3\u03ad\u03c2 \u03bd\u03b1\u03c5\u03c4\u03b9\u03ba\u03ad\u03c2 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ad\u03c2 \u03bd\u03c4\u03af\u03b6\u03b5\u03bb<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 25<\/td>\n<td class=\"mono\">25<\/td>\n<td><span class=\"tag general\">\u0393\u03b5\u03bd\u03b9\u03ba\u03ac<\/span><\/td>\n<td>\u039c\u03ad\u03c1\u03b7 \u03b3\u03b5\u03c9\u03c1\u03b3\u03b9\u03ba\u03ce\u03bd \u03bc\u03b7\u03c7\u03b1\u03bd\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd- \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03c5 \u03ac\u03be\u03bf\u03bd\u03b1 \u03b3\u03b9\u03b1 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03c6\u03bf\u03c1\u03c4\u03b7\u03b3\u03ce\u03bd \u03ba\u03b1\u03b9 \u03b1\u03c4\u03bc\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03ce\u03bd<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 16<\/td>\n<td class=\"mono\">16<\/td>\n<td><span class=\"tag general\">\u0393\u03b5\u03bd\u03b9\u03ba\u03ac<\/span><\/td>\n<td>\u039c\u03ad\u03c1\u03b7 \u03bc\u03b7\u03c7\u03b1\u03bd\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03b8\u03c1\u03b1\u03cd\u03c3\u03b7\u03c2\/\u03b3\u03b5\u03c9\u03c1\u03b3\u03af\u03b1\u03c2\u00b7 \u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03b9 \u03ac\u03be\u03bf\u03bd\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03c6\u03bf\u03c1\u03c4\u03b7\u03b3\u03ac\/\u03bb\u03bf\u03ba\u03bf\u03bc\u03bf\u03c4\u03af\u03b2\u03b5\u03c2\u00b7 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03b1\u03c5\u03c4\u03bf\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd (\u03b5\u03b9\u03b4\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 10<\/td>\n<td class=\"mono\">10<\/td>\n<td><span class=\"tag standard\">\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf<\/span><\/td>\n<td>\u03a3\u03c5\u03b3\u03ba\u03c1\u03bf\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b5\u03bd\u03b9\u03ba\u03ce\u03bd \u03bd\u03b1\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03c0\u03b5\u03c4\u03c1\u03b5\u03bb\u03b1\u03b9\u03bf\u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03c9\u03bd- \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03c5 \u03ac\u03be\u03bf\u03bd\u03b1 \u03b3\u03b9\u03b1 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03bc\u03b5 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 6.3<\/td>\n<td class=\"mono\">6.3<\/td>\n<td><span class=\"tag standard\">\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf<\/span><\/td>\n<td>\u0391\u03bd\u03b5\u03bc\u03b9\u03c3\u03c4\u03ae\u03c1\u03b5\u03c2; \u03c3\u03c6\u03cc\u03bd\u03b4\u03c5\u03bb\u03bf\u03b9; \u03c0\u03c4\u03b5\u03c1\u03c9\u03c4\u03ad\u03c2 \u03b1\u03bd\u03c4\u03bb\u03b9\u03ce\u03bd; \u03c4\u03cd\u03bc\u03c0\u03b1\u03bd\u03b1 \u03c6\u03c5\u03b3\u03bf\u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03ce\u03bd \u03bc\u03b7\u03c7\u03b1\u03bd\u03ce\u03bd; \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2; \u03b3\u03b5\u03bd\u03b9\u03ba\u03ae \u03b2\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03ae<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 4<\/td>\n<td class=\"mono\">4<\/td>\n<td><span class=\"tag standard\">\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf<\/span><\/td>\n<td>\u03a1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2 \u03c3\u03c5\u03bc\u03c0\u03b9\u03b5\u03c3\u03c4\u03ce\u03bd (\u03ac\u03ba\u03b1\u03bc\u03c0\u03c4\u03bf\u03b9)- \u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03bf\u03af \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03c9\u03bd- \u03b3\u03b5\u03bd\u03b9\u03ba\u03ac \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b5 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 2,5<\/td>\n<td class=\"mono\">2.5<\/td>\n<td><span class=\"tag standard\">\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf<\/span><\/td>\n<td>\u03a3\u03c4\u03c1\u03cc\u03b2\u03b9\u03bb\u03bf\u03b9 \u03b1\u03b5\u03c1\u03af\u03bf\u03c5\/\u03b1\u03c4\u03bc\u03bf\u03cd- \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2 \u03c3\u03c4\u03c1\u03bf\u03b2\u03b9\u03bb\u03bf\u03b3\u03b5\u03bd\u03bd\u03b7\u03c4\u03c1\u03b9\u03ce\u03bd- \u03c3\u03c4\u03c1\u03bf\u03b2\u03b9\u03bb\u03bf\u03c3\u03c5\u03bc\u03c0\u03b9\u03b5\u03c3\u03c4\u03ad\u03c2- \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03ce\u03bd- \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03b9\u03ba\u03bf\u03af \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03bc\u03b5\u03c3\u03b1\u03af\u03bf\u03c5\/\u03bc\u03b5\u03b3\u03ac\u03bb\u03bf\u03c5 \u03bc\u03b5\u03b3\u03ad\u03b8\u03bf\u03c5\u03c2- \u03b1\u03bd\u03c4\u03bb\u03af\u03b5\u03c2 \u03bc\u03b5 \u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c3\u03c4\u03c1\u03bf\u03b2\u03af\u03bb\u03bf\u03c5<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 1,5<\/td>\n<td class=\"mono\">1.5<\/td>\n<td><span class=\"tag precision\">\u0391\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1<\/span><\/td>\n<td>\u039a\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03bc\u03b1\u03b3\u03bd\u03b7\u03c4\u03bf\u03c6\u03ce\u03bd\u03bf\u03c5 \u03ae\u03c7\u03bf\u03c5\/\u03b2\u03af\u03bd\u03c4\u03b5\u03bf- \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03ba\u03bb\u03c9\u03c3\u03c4\u03bf\u03cb\u03c6\u03b1\u03bd\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ce\u03bd \u03bc\u03b7\u03c7\u03b1\u03bd\u03ce\u03bd<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 1.0<\/td>\n<td class=\"mono\">1.0<\/td>\n<td><span class=\"tag precision\">\u0391\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1<\/span><\/td>\n<td>\u039a\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ce\u03bd \u03bb\u03b5\u03af\u03b1\u03bd\u03c3\u03b7\u03c2\u00b7 \u03bc\u03b9\u03ba\u03c1\u03bf\u03af \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03b9\u03ba\u03bf\u03af \u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03bf\u03af (\u03b5\u03b9\u03b4\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2)\u00b7 \u03c4\u03cd\u03bc\u03c0\u03b1\u03bd\u03b1\/\u03b4\u03af\u03c3\u03ba\u03bf\u03b9 \u03bc\u03bd\u03ae\u03bc\u03b7\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ce\u03bd<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 0,7<\/td>\n<td class=\"mono\">0.7<\/td>\n<td><span class=\"tag precision\">\u0391\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1<\/span><\/td>\n<td>\u0386\u03be\u03bf\u03bd\u03b5\u03c2 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ce\u03bd \u03bb\u03b5\u03af\u03b1\u03bd\u03c3\u03b7\u03c2 \u03b1\u03ba\u03c1\u03b9\u03b2\u03b5\u03af\u03b1\u03c2- \u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03bf\u03af \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03c9\u03bd \u03c5\u03c8\u03b7\u03bb\u03ae\u03c2 \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1\u03c2<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 0.4<\/td>\n<td class=\"mono\">0.4<\/td>\n<td><span class=\"tag precision\">\u0395\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ae\u03c2 \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1\u03c2<\/span><\/td>\n<td>\u0391\u03c4\u03c1\u03ac\u03ba\u03c4\u03bf\u03c5\u03c2 \u03bb\u03b5\u03b9\u03b1\u03bd\u03c4\u03ae\u03c1\u03c9\u03bd \u03b1\u03ba\u03c1\u03b9\u03b2\u03b5\u03af\u03b1\u03c2- \u03b3\u03c5\u03c1\u03bf\u03c3\u03ba\u03cc\u03c0\u03b9\u03b1- \u03c4\u03c1\u03bf\u03c7\u03bf\u03af \u03b1\u03bd\u03c4\u03af\u03b4\u03c1\u03b1\u03c3\u03b7\u03c2 \u03b4\u03bf\u03c1\u03c5\u03c6\u03cc\u03c1\u03c9\u03bd<\/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 \u03a0\u03c1\u03bf\u03cb\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b1\u03bd\u03bf\u03c7\u03ad\u03c2 - \u039a\u03bf\u03b9\u03bd\u03ac \u03c3\u03b5\u03bd\u03ac\u03c1\u03b9\u03b1 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \u03c3\u03b5 G 2.5 \u03ba\u03b1\u03b9 G 6.3<\/div>\n<table>\n<thead>\n<tr>\n<th>\u039c\u03ac\u03b6\u03b1 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 (kg)<\/th>\n<th>\u03a3\u03c4\u03c1\u03bf\u03c6\u03ad\u03c2\/\u03bb\u03b5\u03c0\u03c4\u03cc<\/th>\n<th>U<sub>\u03b1\u03bd\u03ac<\/sub> \u03c3\u03b5 G 2,5 (g-mm)<\/th>\n<th>U<sub>\u03b1\u03bd\u03ac<\/sub> \u03c3\u03b5 G 6,3 (g-mm)<\/th>\n<th>e<sub>\u03b1\u03bd\u03ac<\/sub> \u03c3\u03b5 G 2,5 (\u00b5m)<\/th>\n<th>e<sub>\u03b1\u03bd\u03ac<\/sub> \u03c3\u03b5 G 6,3 (\u00b5m)<\/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 \u03a3\u03cd\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 ISO 21940-11 \u03bc\u03b5 \u03c4\u03b1 \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1<\/div>\n<table>\n<thead>\n<tr>\n<th>\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf<\/th>\n<th>\u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7<\/th>\n<th>\u03a0\u03b5\u03b4\u03af\u03bf \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2<\/th>\n<th>\u0392\u03b1\u03c3\u03b9\u03ba\u03ae \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03ac<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>ISO 21940-11:2016<\/td>\n<td><span class=\"tag standard\">\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd<\/span><\/td>\n<td>\u0391\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03ac\u03ba\u03b1\u03bc\u03c0\u03c4\u03bf\u03c5\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2<\/td>\n<td>\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd \u03b4\u03b9\u03b5\u03b8\u03bd\u03ad\u03c2 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf\u00b7 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03b8\u03b9\u03c3\u03c4\u03ac \u03c4\u03bf ISO 1940-1<\/td>\n<\/tr>\n<tr>\n<td>ISO 1940-1:2003<\/td>\n<td><span class=\"tag general\">\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03b8\u03b7\u03ba\u03b5<\/span><\/td>\n<td>\u0391\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 (\u03c0\u03b1\u03bb\u03b1\u03b9\u03cc \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf)<\/td>\n<td>\u03a4\u03bf \u03af\u03b4\u03b9\u03bf \u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 G-grade- \u03b5\u03be\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af \u03bd\u03b1 \u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b1\u03b9 \u03b5\u03c5\u03c1\u03ad\u03c9\u03c2 \u03c3\u03c4\u03b7 \u03b2\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03af\u03b1<\/td>\n<\/tr>\n<tr>\n<td>ISO 21940-12<\/td>\n<td><span class=\"tag standard\">\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd<\/span><\/td>\n<td>\u0394\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03b5\u03cd\u03ba\u03b1\u03bc\u03c0\u03c4\u03bf\u03c5\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2<\/td>\n<td>\u0395\u03cd\u03ba\u03b1\u03bc\u03c0\u03c4\u03bf\u03b9 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd \u03ba\u03bf\u03bd\u03c4\u03ac\/\u03c0\u03ac\u03bd\u03c9 \u03b1\u03c0\u03cc \u03c4\u03b9\u03c2 \u03ba\u03c1\u03af\u03c3\u03b9\u03bc\u03b5\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b5\u03c2<\/td>\n<\/tr>\n<tr>\n<td>API 610 \/ 611 \/ 612 \/ 617<\/td>\n<td><span class=\"tag precision\">\u0392\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03af\u03b1<\/span><\/td>\n<td>\u03a0\u03b5\u03c4\u03c1\u03b5\u03bb\u03b1\u03ca\u03ba\u03cc\u03c2\/\u03b1\u03b5\u03c1\u03b9\u03bf\u03b2\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03cc\u03c2 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c4\u03c1\u03b5\u03c6\u03cc\u03bc\u03b5\u03bd\u03bf\u03c2 \u03b5\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03cc\u03c2<\/td>\n<td>\u03a3\u03c5\u03c7\u03bd\u03ac \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03b6\u03b5\u03b9 4W\/N (\u2248 G 1.0) - \u03b1\u03c5\u03c3\u03c4\u03b7\u03c1\u03cc\u03c4\u03b5\u03c1\u03bf \u03b1\u03c0\u03cc \u03c4\u03bf ISO G 2.5<\/td>\n<\/tr>\n<tr>\n<td>ANSI S2.19<\/td>\n<td><span class=\"tag standard\">\u0395\u03b8\u03bd\u03b9\u03ba\u03ae<\/span><\/td>\n<td>\u0395\u03b8\u03bd\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 \u03c4\u03c9\u03bd \u0397\u03a0\u0391<\/td>\n<td>\u03a4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ac \u03c0\u03b1\u03bd\u03bf\u03bc\u03bf\u03b9\u03cc\u03c4\u03c5\u03c0\u03bf \u03bc\u03b5 \u03c4\u03bf ISO 1940-1 (\u03c5\u03b9\u03bf\u03b8\u03b5\u03c4\u03ae\u03b8\u03b7\u03ba\u03b5)<\/td>\n<\/tr>\n<tr>\n<td>VDI 2060<\/td>\n<td><span class=\"tag general\">\u0391\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03b8\u03b7\u03ba\u03b5<\/span><\/td>\n<td>\u0393\u03b5\u03c1\u03bc\u03b1\u03bd\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 (\u03b9\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc)<\/td>\n<td>\u03a0\u03c1\u03bf\u03ba\u03ac\u03c4\u03bf\u03c7\u03bf\u03c2 \u03c4\u03bf\u03c5 ISO 1940- \u03ba\u03b1\u03b8\u03b9\u03ad\u03c1\u03c9\u03c3\u03b5 \u03c4\u03b7\u03bd \u03ad\u03bd\u03bd\u03bf\u03b9\u03b1 \u03c4\u03bf\u03c5 \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd G.<\/td>\n<\/tr>\n<tr>\n<td>DIN ISO 21940-11<\/td>\n<td><span class=\"tag standard\">\u03a4\u03c1\u03ad\u03c7\u03bf\u03bd<\/span><\/td>\n<td>\u0393\u03b5\u03c1\u03bc\u03b1\u03bd\u03b9\u03ba\u03ae \u03c5\u03b9\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7 \u03c4\u03bf\u03c5 ISO 21940-11<\/td>\n<td>\u038a\u03b4\u03b9\u03bf \u03bc\u03b5 \u03c4\u03bf ISO 21940-11 \u03bc\u03b5 \u03b3\u03b5\u03c1\u03bc\u03b1\u03bd\u03b9\u03ba\u03ae \u03bc\u03b5\u03c4\u03ac\u03c6\u03c1\u03b1\u03c3\u03b7<\/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>\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2: \u03a4\u03b9 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ad\u03bd\u03b1\u03c2 \u03b2\u03b1\u03b8\u03bc\u03cc\u03c2 \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2;<\/h2>\n<p>A <strong>\u0392\u03b1\u03b8\u03bc\u03cc\u03c2 \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2<\/strong>, \u03c0\u03bf\u03c5 \u03c3\u03c5\u03bd\u03ae\u03b8\u03c9\u03c2 \u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b1\u03b9 \u03c9\u03c2 <strong>\u0392\u03b1\u03b8\u03bc\u03cc\u03c2 G<\/strong>, \u03b5\u03af\u03bd\u03b1\u03b9 \u03ad\u03bd\u03b1 \u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 \u03c4\u03b1\u03be\u03b9\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03b1 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 ISO - \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b1 <a href=\"https:\/\/vibromera.eu\/el\/glossary\/iso-21940-11\/\">ISO 21940-11:2016<\/a>, \u03c4\u03bf \u03bf\u03c0\u03bf\u03af\u03bf \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ad\u03c3\u03c4\u03b7\u03c3\u03b5 \u03c4\u03bf \u03c0\u03b1\u03bb\u03b1\u03b9\u03cc\u03c4\u03b5\u03c1\u03bf \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf ISO 1940-1:2003, \u03c0\u03c1\u03bf\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5 \u03bd\u03b1 \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c4\u03bf \u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03cc \u03cc\u03c1\u03b9\u03bf <a href=\"https:\/\/vibromera.eu\/el\/glossary\/residual-unbalance\/\">\u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03bf<\/a> <a href=\"https:\/\/vibromera.eu\/el\/glossary\/unbalance\/\">\u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1<\/a> \u03b3\u03b9\u03b1 \u03ad\u03bd\u03b1 <a href=\"https:\/\/vibromera.eu\/el\/glossary\/rigid-rotor\/\">\u03ac\u03ba\u03b1\u03bc\u03c0\u03c4\u03bf\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2<\/a>\u03b3\u03b9\u03b1 \u03ad\u03bd\u03b1\u03bd \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1. \u03a0\u03b1\u03c1\u03ad\u03c7\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03c4\u03c5\u03c0\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7, \u03b4\u03b9\u03b5\u03b8\u03bd\u03ce\u03c2 \u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7 \u03bc\u03ad\u03b8\u03bf\u03b4\u03bf \u03b3\u03b9\u03b1 \u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03bf\u03cd\u03c2, \u03ba\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03b1\u03c3\u03c4\u03ad\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03cc \u03c3\u03c5\u03bd\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03bf\u03c5\u03bd \u03bc\u03b5 \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1 \u03c0\u03cc\u03c3\u03bf \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03b7\u03b8\u03b5\u03af \u03ad\u03bd\u03b1\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c4\u03bf\u03c5.<\/p>\n<p>\u039f \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 G-Grade - \u03cc\u03c0\u03c9\u03c2 G6.3 \u03ae G2.5 - \u03b1\u03bd\u03c4\u03b9\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b5\u03cd\u03b5\u03b9 \u03bc\u03b9\u03b1 \u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ae \u03c0\u03b5\u03c1\u03b9\u03c6\u03b5\u03c1\u03b5\u03b9\u03b1\u03ba\u03ae \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03c4\u03bf\u03c5 \u03ba\u03ad\u03bd\u03c4\u03c1\u03bf\u03c5 \u03bc\u03ac\u03b6\u03b1\u03c2 \u03c4\u03bf\u03c5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1, \u03bc\u03b5\u03c4\u03c1\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03c3\u03b5 \u03c7\u03b9\u03bb\u03b9\u03bf\u03c3\u03c4\u03ac \u03b1\u03bd\u03ac \u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03bf (mm\/s). \u0397 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03b1\u03c5\u03c4\u03ae \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03bf \u03b3\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03c4\u03b7\u03c2 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ae\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 (\u03b5\u03ba\u03ba\u03b5\u03bd\u03c4\u03c1\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2) \u03ba\u03b1\u03b9 \u03c4\u03b7\u03c2 \u03b3\u03c9\u03bd\u03b9\u03b1\u03ba\u03ae\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c4\u03bf\u03c5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \u03c3\u03c4\u03b7 \u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03b7 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 \u03c4\u03bf\u03c5. \u0388\u03bd\u03b1\u03c2 \u03bc\u03b9\u03ba\u03c1\u03cc\u03c4\u03b5\u03c1\u03bf\u03c2 \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc\u03c2 G \u03c3\u03b7\u03bc\u03b1\u03af\u03bd\u03b5\u03b9 \u03c0\u03ac\u03bd\u03c4\u03b1 \u03c5\u03c8\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c5\u03c3\u03c4\u03b7\u03c1\u03cc\u03c4\u03b5\u03c1\u03b7 \u03b1\u03bd\u03bf\u03c7\u03ae \u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2.<\/p>\n<div class=\"info-box\">\n<div class=\"box-title\">\u0397 \u03b2\u03b1\u03c3\u03b9\u03ba\u03ae \u03b9\u03b4\u03ad\u03b1 \u03c0\u03af\u03c3\u03c9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03c5\u03c2 \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd\u03c2 G<\/div>\n<p>\u0397 \u03b9\u03b4\u03b9\u03bf\u03c6\u03c5\u0390\u03b1 \u03c4\u03bf\u03c5 \u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2 G \u03ad\u03b3\u03ba\u03b5\u03b9\u03c4\u03b1\u03b9 \u03c3\u03c4\u03bf \u03b3\u03b5\u03b3\u03bf\u03bd\u03cc\u03c2 \u03cc\u03c4\u03b9 \u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03b5\u03b9 \u03cc\u03c4\u03b9 <a href=\"https:\/\/vibromera.eu\/el\/glossary\/vibration-severity\/\">\u03ad\u03bd\u03c4\u03b1\u03c3\u03b7 \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd<\/a> \u03b4\u03b5\u03bd \u03b5\u03be\u03b1\u03c1\u03c4\u03ac\u03c4\u03b1\u03b9 \u03bc\u03cc\u03bd\u03bf \u03b1\u03c0\u03cc \u03c4\u03bf \u03bc\u03ad\u03b3\u03b5\u03b8\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2, \u03b1\u03bb\u03bb\u03ac \u03ba\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae\u03c2 \u03c4\u03bf\u03c5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1. \u0388\u03bd\u03b1\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2 \u03bc\u03b5 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 10 g\u00b7mm \u03c3\u03c4\u03b9\u03c2 30.000 \u03c3.\u03b1.\u03bb. \u03c0\u03b1\u03c1\u03ac\u03b3\u03b5\u03b9 \u03c0\u03bf\u03bb\u03cd \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7 \u03b4\u03cd\u03bd\u03b1\u03bc\u03b7 \u03b4\u03cc\u03bd\u03b7\u03c3\u03b7\u03c2 \u03b1\u03c0\u03cc \u03cc,\u03c4\u03b9 \u03b7 \u03af\u03b4\u03b9\u03b1 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 10 g\u00b7mm \u03c3\u03c4\u03b9\u03c2 1.500 \u03c3.\u03b1.\u03bb. \u039f \u03b2\u03b1\u03b8\u03bc\u03cc\u03c2 G \u03b1\u03c0\u03bf\u03c4\u03c5\u03c0\u03ce\u03bd\u03b5\u03b9 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c3\u03c7\u03ad\u03c3\u03b7 \u03c3\u03b5 \u03ad\u03bd\u03b1\u03bd \u03bc\u03cc\u03bd\u03bf \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03c0\u03bf\u03c5 \u03b9\u03c3\u03c7\u03cd\u03b5\u03b9 \u03b1\u03bd\u03b5\u03be\u03ac\u03c1\u03c4\u03b7\u03c4\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1, \u03ba\u03b1\u03b8\u03b9\u03c3\u03c4\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf\u03bd \u03ba\u03b1\u03b8\u03bf\u03bb\u03b9\u03ba\u03cc.<\/p>\n<\/p><\/div>\n<h3>\u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf<\/h3>\n<p>\u0397 \u03ad\u03bd\u03bd\u03bf\u03b9\u03b1 \u03c4\u03bf\u03c5 \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd G \u03c0\u03c1\u03bf\u03ae\u03bb\u03b8\u03b5 \u03b1\u03c0\u03cc \u03c4\u03b7 \u0393\u03b5\u03c1\u03bc\u03b1\u03bd\u03af\u03b1 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03bf\u03b4\u03b7\u03b3\u03af\u03b1 VDI 2060 \u03c4\u03b7 \u03b4\u03b5\u03ba\u03b1\u03b5\u03c4\u03af\u03b1 \u03c4\u03bf\u03c5 1960. \u03a5\u03b9\u03bf\u03b8\u03b5\u03c4\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b4\u03b9\u03b5\u03b8\u03bd\u03ce\u03c2 \u03c9\u03c2 ISO 1940 \u03c4\u03bf 1973, \u03b1\u03bd\u03b1\u03b8\u03b5\u03c9\u03c1\u03ae\u03b8\u03b7\u03ba\u03b5 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac \u03c4\u03bf 2003 (ISO 1940-1:2003) \u03ba\u03b1\u03b9 \u03c0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b1 \u03b5\u03c0\u03b9\u03ba\u03b1\u03b9\u03c1\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5 \u03c9\u03c2 \u03bc\u03ad\u03c1\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03c3\u03b5\u03b9\u03c1\u03ac\u03c2 ISO 21940 \u03c4\u03bf 2016. \u03a0\u03b1\u03c1\u03ac \u03c4\u03b9\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2 \u03c3\u03c4\u03bf\u03bd \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc \u03c4\u03bf\u03c5 \u03c0\u03c1\u03bf\u03c4\u03cd\u03c0\u03bf\u03c5, \u03c4\u03bf \u03b8\u03b5\u03bc\u03b5\u03bb\u03b9\u03ce\u03b4\u03b5\u03c2 \u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03b7 \u03bc\u03ad\u03b8\u03bf\u03b4\u03bf\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd \u03c4\u03bf\u03c5 \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd G \u03c0\u03b1\u03c1\u03ad\u03bc\u03b5\u03b9\u03bd\u03b1\u03bd \u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ac \u03b3\u03b9\u03b1 \u03c0\u03ac\u03bd\u03c9 \u03b1\u03c0\u03cc 50 \u03c7\u03c1\u03cc\u03bd\u03b9\u03b1, \u03ba\u03b1\u03b8\u03b9\u03c3\u03c4\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf \u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b1 \u03c0\u03b9\u03bf \u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ac \u03ba\u03b1\u03b9 \u03b5\u03c5\u03c1\u03ad\u03c9\u03c2 \u03c5\u03b9\u03bf\u03b8\u03b5\u03c4\u03b7\u03bc\u03ad\u03bd\u03b1 \u03c4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ac \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 \u03c3\u03c4\u03bf\u03bd \u03c4\u03bf\u03bc\u03ad\u03b1 \u03c4\u03b7\u03c2 \u03bc\u03b7\u03c7\u03b1\u03bd\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2.<\/p>\n<h2 id=\"how-it-works\">\u03a0\u03ce\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd \u03bf\u03b9 \u03b2\u03b1\u03b8\u03bc\u03bf\u03af G; \u03a4\u03b1 \u03bc\u03b1\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac<\/h2>\n<p>\u03a4\u03bf G-Grade \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03bf \u03c4\u03b5\u03bb\u03b9\u03ba\u03cc <a href=\"https:\/\/vibromera.eu\/el\/glossary\/balancing-tolerance\/\">\u03b1\u03bd\u03bf\u03c7\u03ae \u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2<\/a> \u03c4\u03bf \u03af\u03b4\u03b9\u03bf \u03c4\u03bf G-grade, \u03b1\u03bb\u03bb\u03ac \u03bc\u03ac\u03bb\u03bb\u03bf\u03bd \u03b7 \u03b2\u03b1\u03c3\u03b9\u03ba\u03ae \u03c0\u03b1\u03c1\u03ac\u03bc\u03b5\u03c4\u03c1\u03bf\u03c2 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03cc \u03c4\u03bf\u03c5. \u0397 \u03ba\u03b1\u03c4\u03b1\u03bd\u03cc\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03bc\u03b1\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae\u03c2 \u03c3\u03c7\u03ad\u03c3\u03b7\u03c2 \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03c4\u03bf\u03c5 G-grade, \u03c4\u03b7\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c4\u03bf\u03c5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1, \u03c4\u03b7\u03c2 \u03bc\u03ac\u03b6\u03b1\u03c2 \u03c4\u03bf\u03c5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae. \u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03b1\u03c1\u03b1\u03bb\u03b5\u03af\u03c8\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03bf \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03cc \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf <a href=\"https:\/\/vibromera.eu\/el\/calculators\/residual-unbalance-iso1940\/\">\u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2 \u03c5\u03c0\u03bf\u03bb\u03b5\u03b9\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 (ISO 21940-11)<\/a>.<\/p>\n<h3>\u0397 \u03b2\u03b1\u03c3\u03b9\u03ba\u03ae \u03c3\u03c7\u03ad\u03c3\u03b7<\/h3>\n<p>\u039f \u03b2\u03b1\u03b8\u03bc\u03cc\u03c2 G \u03b1\u03bd\u03c4\u03b9\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b5\u03cd\u03b5\u03b9 \u03c4\u03bf \u03b3\u03b9\u03bd\u03cc\u03bc\u03b5\u03bd\u03bf \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ae\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 (\u03b5\u03ba\u03ba\u03b5\u03bd\u03c4\u03c1\u03cc\u03c4\u03b7\u03c4\u03b1, e<sub>\u03b1\u03bd\u03ac<\/sub>) \u03ba\u03b1\u03b9 \u03c4\u03b7 \u03b3\u03c9\u03bd\u03b9\u03b1\u03ba\u03ae \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 (\u03c9) \u03c4\u03bf\u03c5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1:<\/p>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\u0398\u03b5\u03bc\u03b5\u03bb\u03b9\u03ce\u03b4\u03b7\u03c2 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2<\/div>\n<div class=\"formula-main\">G = e<sub>\u03b1\u03bd\u03ac<\/sub> \u00d7 \u03c9<\/div>\n<div class=\"formula-note\">\u03cc\u03c0\u03bf\u03c5 e<sub>\u03b1\u03bd\u03ac<\/sub> \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03b5 mm (\u03ae \u00b5m \u00f7 1000) \u03ba\u03b1\u03b9 \u03c9 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03b5 rad\/s<\/div>\n<\/p><\/div>\n<p>\u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03cc\u03c4\u03b9 \u03c9 = 2\u03c0 \u00d7 n \/ 60 (\u03cc\u03c0\u03bf\u03c5 n \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 RPM), \u03ba\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03b8\u03b9\u03c3\u03c4\u03ce\u03bd\u03c4\u03b1\u03c2, \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bc\u03b5 \u03bd\u03b1 \u03b5\u03be\u03ac\u03b3\u03bf\u03c5\u03bc\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c4\u03cd\u03c0\u03bf\u03c5\u03c2 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03ba\u03b1\u03b8\u03b7\u03bc\u03b5\u03c1\u03b9\u03bd\u03ac \u03c3\u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2:<\/p>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\u0395\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ae \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 (\u03b5\u03ba\u03ba\u03b5\u03bd\u03c4\u03c1\u03cc\u03c4\u03b7\u03c4\u03b1)<\/div>\n<div class=\"formula-main\">e<sub>\u03b1\u03bd\u03ac<\/sub> = (G \u00d7 1000 \u00d7 60) \/ (2\u03c0 \u00d7 n) = 9549 \u00d7 G \/ n<\/div>\n<div class=\"formula-note\">\u0391\u03c0\u03bf\u03c4\u03ad\u03bb\u03b5\u03c3\u03bc\u03b1 \u03c3\u03b5 \u00b5m (\u03bc\u03b9\u03ba\u03c1\u03cc\u03bc\u03b5\u03c4\u03c1\u03b1) \u2014 \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03af\u03c3\u03bf \u03bc\u03b5 g\u00b7mm\/kg<\/div>\n<\/p><\/div>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\u0395\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03c5\u03c0\u03bf\u03bb\u03b5\u03b9\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 (\u03b7 \u03c0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ae \u03b1\u03bd\u03bf\u03c7\u03ae)<\/div>\n<div class=\"formula-main\">U<sub>\u03b1\u03bd\u03ac<\/sub> = \u03b5<sub>\u03b1\u03bd\u03ac<\/sub> \u00d7 M = (9549 \u00d7 G \u00d7 M) \/ n<\/div>\n<div class=\"formula-note\">U<sub>\u03b1\u03bd\u03ac<\/sub> \u03c3\u03b5 g\u00b7mm, M \u03c3\u03b5 kg, n \u03c3\u03b5 RPM. \u0397 \u03c3\u03c4\u03b1\u03b8\u03b5\u03c1\u03ac 9549 \u2248 60000\/(2\u03c0).<\/div>\n<\/p><\/div>\n<h3>\u039a\u03b1\u03c4\u03b1\u03bd\u03cc\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03bc\u03b5\u03c4\u03b1\u03b2\u03bb\u03b7\u03c4\u03ce\u03bd<\/h3>\n<table class=\"article-table\">\n<thead>\n<tr>\n<th>\u039c\u03b5\u03c4\u03b1\u03b2\u03bb\u03b7\u03c4\u03ae<\/th>\n<th>\u038c\u03bd\u03bf\u03bc\u03b1<\/th>\n<th>\u039c\u03bf\u03bd\u03ac\u03b4\u03b5\u03c2<\/th>\n<th>\u03a0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"mono\">G<\/td>\n<td>\u0392\u03b1\u03b8\u03bc\u03cc\u03c2 \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2<\/td>\n<td>mm\/s<\/td>\n<td>\u03a4\u03bf \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 ISO \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae (\u03c0.\u03c7. 2.5, 6.3)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">e<sub>\u03b1\u03bd\u03ac<\/sub><\/td>\n<td>\u0395\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ae \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1<\/td>\n<td>\u00b5m \u03ae g\u00b7mm\/kg<\/td>\n<td>\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03b7 \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03bc\u03b5\u03c4\u03b1\u03c4\u03cc\u03c0\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03ba\u03ad\u03bd\u03c4\u03c1\u03bf\u03c5 \u03bc\u03ac\u03b6\u03b1\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf \u03b3\u03b5\u03c9\u03bc\u03b5\u03c4\u03c1\u03b9\u03ba\u03cc \u03ba\u03ad\u03bd\u03c4\u03c1\u03bf, \u03b1\u03bd\u03ac \u03bc\u03bf\u03bd\u03ac\u03b4\u03b1 \u03bc\u03ac\u03b6\u03b1\u03c2<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">U<sub>\u03b1\u03bd\u03ac<\/sub><\/td>\n<td>\u0395\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03c5\u03c0\u03bf\u03bb\u03b5\u03b9\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1<\/td>\n<td>g\u00b7mm<\/td>\n<td>\u0397 \u03c4\u03b5\u03bb\u03b9\u03ba\u03ae \u03c4\u03b9\u03bc\u03ae \u03b1\u03bd\u03bf\u03c7\u03ae\u03c2 - \u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03b7 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 \u03c0\u03bf\u03c5 \u03b1\u03c0\u03bf\u03bc\u03ad\u03bd\u03b5\u03b9 \u03bc\u03b5\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">M<\/td>\n<td>\u039c\u03ac\u03b6\u03b1 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1<\/td>\n<td>kg<\/td>\n<td>\u03a3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u03bc\u03ac\u03b6\u03b1 \u03c4\u03bf\u03c5 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03bf\u03cd\u03bc\u03b5\u03bd\u03bf\u03c5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">n<\/td>\n<td>\u039c\u03ad\u03b3\u03b9\u03c3\u03c4\u03b7 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2<\/td>\n<td>\u03a3\u03c4\u03c1\u03bf\u03c6\u03ad\u03c2\/\u03bb\u03b5\u03c0\u03c4\u03cc<\/td>\n<td>\u0397 \u03c5\u03c8\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ae \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b5\u03c0\u03b9\u03c4\u03cd\u03c7\u03b5\u03b9 \u03bf \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2 \u03c3\u03b5 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u03c9<\/td>\n<td>\u0393\u03c9\u03bd\u03b9\u03b1\u03ba\u03ae \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1<\/td>\n<td>\u03b1\u03ba\u03c4\u03af\u03bd\u03b9\u03bf\/\u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03cc\u03bb\u03b5\u03c0\u03c4\u03bf<\/td>\n<td>\u03c9 = 2\u03c0 \u00d7 n \/ 60- \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9 \u03c3\u03c4\u03bf\u03bd \u03b8\u03b5\u03bc\u03b5\u03bb\u03b9\u03ce\u03b4\u03b7 \u03bf\u03c1\u03b9\u03c3\u03bc\u03cc<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"info-box warning\">\n<div class=\"box-title\">\u03a3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03cc: \u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03b7 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2<\/div>\n<p>\u0397 RPM \u03c3\u03c4\u03bf\u03bd \u03c4\u03cd\u03c0\u03bf \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03b7 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03c6\u03c4\u03ac\u03c3\u03b5\u03b9 \u03bf \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2 \u03c3\u03c4\u03b7\u03bd \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 - \u03cc\u03c7\u03b9 \u03b7 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03c4\u03b7\u03c2 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae\u03c2 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2. \u0393\u03b9\u03b1 \u03ad\u03bd\u03b1\u03bd \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \u03c0\u03bf\u03c5 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03b1\u03b8\u03bc\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 \u03b1\u03c1\u03b3\u03ae\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c3\u03c4\u03b9\u03c2 300 \u03c3\u03c4\u03c1\u03bf\u03c6\u03ad\u03c2 \u03b1\u03bd\u03ac \u03bb\u03b5\u03c0\u03c4\u03cc, \u03b1\u03bb\u03bb\u03ac \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af \u03c3\u03c4\u03b9\u03c2 12.000 \u03c3\u03c4\u03c1\u03bf\u03c6\u03ad\u03c2 \u03b1\u03bd\u03ac \u03bb\u03b5\u03c0\u03c4\u03cc, \u03b7 \u03b1\u03bd\u03bf\u03c7\u03ae \u03c4\u03bf\u03c5 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b9\u03c2 12.000 \u03c3\u03c4\u03c1\u03bf\u03c6\u03ad\u03c2 \u03b1\u03bd\u03ac \u03bb\u03b5\u03c0\u03c4\u03cc. \u0397 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2 \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03bd\u03b5\u03b9 \u03c3\u03c4\u03b7\u03bd \u03b1\u03bd\u03bf\u03c7\u03ae, \u03b1\u03bb\u03bb\u03ac \u03b7 \u03b1\u03bd\u03bf\u03c7\u03ae \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2.<\/p>\n<\/p><\/div>\n<h3>\u0397 \u03b3\u03b5\u03c9\u03bc\u03b5\u03c4\u03c1\u03b9\u03ba\u03ae \u03b5\u03c1\u03bc\u03b7\u03bd\u03b5\u03af\u03b1<\/h3>\n<p>\u03a4\u03bf \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf ISO \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af \u03ad\u03bd\u03b1 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b8\u03bc\u03b9\u03ba\u03cc \u03b4\u03b9\u03ac\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03c4\u03bf\u03c5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 (RPM) \u03c3\u03c4\u03bf\u03bd \u03bf\u03c1\u03b9\u03b6\u03cc\u03bd\u03c4\u03b9\u03bf \u03ac\u03be\u03bf\u03bd\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ae \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 (e<sub>\u03b1\u03bd\u03ac<\/sub> \u03c3\u03b5 g-mm\/kg) \u03c3\u03c4\u03bf\u03bd \u03ba\u03b1\u03c4\u03b1\u03ba\u03cc\u03c1\u03c5\u03c6\u03bf \u03ac\u03be\u03bf\u03bd\u03b1. \u039a\u03ac\u03b8\u03b5 \u03b2\u03b1\u03b8\u03bc\u03af\u03b4\u03b1 G \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c9\u03c2 \u03bc\u03b9\u03b1 \u03b5\u03c5\u03b8\u03b5\u03af\u03b1 \u03b4\u03b9\u03b1\u03b3\u03ce\u03bd\u03b9\u03b1 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae \u03c3\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf \u03b4\u03b9\u03ac\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 log-log. \u0391\u03c5\u03c4\u03ae \u03b7 \u03ba\u03bf\u03bc\u03c8\u03ae \u03b1\u03c0\u03b5\u03b9\u03ba\u03cc\u03bd\u03b9\u03c3\u03b7 \u03b4\u03b5\u03af\u03c7\u03bd\u03b5\u03b9 \u03cc\u03c4\u03b9:<\/p>\n<ul>\n<li>\u0393\u03b9\u03b1 \u03ba\u03ac\u03b8\u03b5 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b7 \u03b2\u03b1\u03b8\u03bc\u03af\u03b4\u03b1 G, \u03bf \u03b4\u03b9\u03c0\u03bb\u03b1\u03c3\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1\u03c2 \u03bc\u03b5\u03b9\u03ce\u03bd\u03b5\u03b9 \u03c3\u03c4\u03bf \u03bc\u03b9\u03c3\u03cc \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ae \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1<\/li>\n<li>\u039f\u03b9 \u03b3\u03b5\u03b9\u03c4\u03bf\u03bd\u03b9\u03ba\u03ad\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2 \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd G \u03b1\u03c0\u03ad\u03c7\u03bf\u03c5\u03bd \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03c4\u03bf\u03c5\u03c2 \u03ba\u03b1\u03c4\u03ac 2,5 \u03c6\u03bf\u03c1\u03ad\u03c2 (\u03b7 \u03b5\u03be\u03ad\u03bb\u03b9\u03be\u03b7 \u03b5\u03af\u03bd\u03b1\u03b9: 0,4, 1,0, 2,5, 6,3, 16, 40, 100, 250, 630, 1600, 4000).<\/li>\n<li>\u0397 \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b8\u03bc\u03b9\u03ba\u03ae \u03b1\u03c0\u03cc\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c3\u03b7\u03bc\u03b1\u03af\u03bd\u03b5\u03b9 \u03cc\u03c4\u03b9 \u03ba\u03ac\u03b8\u03b5 \u03b2\u03b1\u03b8\u03bc\u03af\u03b4\u03b1 \u03b1\u03bd\u03c4\u03b9\u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b5\u03cd\u03b5\u03b9 \u03c0\u03b5\u03c1\u03af\u03c0\u03bf\u03c5 \u03c4\u03b7\u03bd \u03af\u03b4\u03b9\u03b1 \u03b1\u03bd\u03c4\u03b9\u03bb\u03b7\u03c0\u03c4\u03b9\u03ba\u03ae \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03c3\u03c4\u03b7 \u03c3\u03bf\u03b2\u03b1\u03c1\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c4\u03c9\u03bd \u03b4\u03bf\u03bd\u03ae\u03c3\u03b5\u03c9\u03bd.<\/li>\n<\/ul>\n<h2 id=\"selecting\">\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03c4\u03bf\u03c5 \u03c3\u03c9\u03c3\u03c4\u03bf\u03cd \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd G-Grade \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c3\u03b1\u03c2<\/h2>\n<p>\u0397 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03c4\u03bf\u03c5 \u03c3\u03c9\u03c3\u03c4\u03bf\u03cd \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd G \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03c4\u03b7\u03bd \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7 (\u03c7\u03c9\u03c1\u03af\u03c2 \u03bb\u03bf\u03b3\u03bf\u03c0\u03b1\u03af\u03b3\u03bd\u03b9\u03bf) \u03b4\u03b9\u03b1\u03c6\u03cc\u03c1\u03c9\u03bd \u03c0\u03b1\u03c1\u03b1\u03b3\u03cc\u03bd\u03c4\u03c9\u03bd: \u03c4\u03b7\u03c2 \u03c0\u03c1\u03bf\u03b2\u03bb\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2 \u03c4\u03bf\u03c5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1, \u03c4\u03b7\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2, \u03c4\u03b7\u03c2 \u03b1\u03ba\u03b1\u03bc\u03c8\u03af\u03b1\u03c2 \u03c4\u03b7\u03c2 \u03b4\u03bf\u03bc\u03ae\u03c2 \u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2, \u03c4\u03bf\u03c5 \u03c4\u03cd\u03c0\u03bf\u03c5 \u03c1\u03bf\u03c5\u03bb\u03b5\u03bc\u03ac\u03bd \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ce\u03bd \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03c9\u03bd \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd. \u03a4\u03bf \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf ISO \u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03b8\u03bf\u03b4\u03ae\u03b3\u03b7\u03c3\u03b7 \u03bc\u03ad\u03c3\u03c9 \u03c4\u03bf\u03c5 \u03c0\u03af\u03bd\u03b1\u03ba\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ce\u03bd \u03c4\u03bf\u03c5, \u03b1\u03bb\u03bb\u03ac \u03b9\u03c3\u03c7\u03cd\u03bf\u03c5\u03bd \u03b4\u03b9\u03ac\u03c6\u03bf\u03c1\u03b5\u03c2 \u03c0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b5\u03ba\u03c4\u03b9\u03bc\u03ae\u03c3\u03b5\u03b9\u03c2:<\/p>\n<h3>\u03a0\u03b1\u03c1\u03ac\u03b3\u03bf\u03bd\u03c4\u03b5\u03c2 \u03b1\u03c0\u03cc\u03c6\u03b1\u03c3\u03b7\u03c2<\/h3>\n<ul>\n<li><strong>\u03a4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2:<\/strong> \u039f\u03b9 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2 \u03c5\u03c8\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03b7\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd \u03b3\u03b5\u03bd\u03b9\u03ba\u03ac \u03b1\u03c5\u03c3\u03c4\u03b7\u03c1\u03cc\u03c4\u03b5\u03c1\u03bf\u03c5\u03c2 \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd\u03c2 \u03b5\u03c0\u03b5\u03b9\u03b4\u03ae <a href=\"https:\/\/vibromera.eu\/el\/glossary\/centrifugal-force\/\">\u03c6\u03c5\u03b3\u03cc\u03ba\u03b5\u03bd\u03c4\u03c1\u03bf\u03c2 \u03b4\u03cd\u03bd\u03b1\u03bc\u03b7<\/a> \u03b7 \u03b4\u03cd\u03bd\u03b1\u03bc\u03b7 \u03c0\u03bf\u03c5 \u03c0\u03c1\u03bf\u03ba\u03b1\u03bb\u03b5\u03af\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 \u03b1\u03c5\u03be\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03c4\u03bf \u03c4\u03b5\u03c4\u03c1\u03ac\u03b3\u03c9\u03bd\u03bf \u03c4\u03b7\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1\u03c2 (F = m \u00d7 e \u00d7 \u03c9\u00b2). \u0388\u03bd\u03b1\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2 \u03c0\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c4\u03c1\u03ad\u03c6\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5 30.000 \u03c3.\u03b1.\u03bb. \u03c0\u03b1\u03c1\u03ac\u03b3\u03b5\u03b9 100 \u03c6\u03bf\u03c1\u03ad\u03c2 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7 \u03b4\u03cd\u03bd\u03b1\u03bc\u03b7 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03af\u03b4\u03b9\u03b1 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 \u03c3\u03b5 \u03c3\u03cd\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7 \u03bc\u03b5 \u03ad\u03bd\u03b1\u03bd \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \u03c0\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c4\u03c1\u03ad\u03c6\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5 3.000 \u03c3.\u03b1.\u03bb.<\/li>\n<li><strong>\u03a4\u03cd\u03c0\u03bf\u03c2 \u03c1\u03bf\u03c5\u03bb\u03b5\u03bc\u03ac\u03bd:<\/strong> \u03a4\u03b1 \u03c1\u03bf\u03c5\u03bb\u03b5\u03bc\u03ac\u03bd \u03bc\u03b5 \u03c3\u03c6\u03b1\u03b9\u03c1\u03af\u03b4\u03b9\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bb\u03b9\u03b3\u03cc\u03c4\u03b5\u03c1\u03bf \u03b1\u03bd\u03b8\u03b5\u03ba\u03c4\u03b9\u03ba\u03ac \u03c3\u03c4\u03b7\u03bd \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 \u03c3\u03b5 \u03c3\u03cd\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7 \u03bc\u03b5 \u03c4\u03b1 \u03c1\u03bf\u03c5\u03bb\u03b5\u03bc\u03ac\u03bd \u03c5\u03b3\u03c1\u03bf\u03cd \u03c6\u03b9\u03bb\u03bc (<a href=\"https:\/\/vibromera.eu\/el\/glossary\/journal-bearing\/\">\u03bf\u03bb\u03b9\u03c3\u03b8\u03b7\u03c1\u03bf\u03cd<\/a>) \u03c1\u03bf\u03c5\u03bb\u03b5\u03bc\u03ac\u03bd. \u03a4\u03b1 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b5 \u03c1\u03bf\u03c5\u03bb\u03b5\u03bc\u03ac\u03bd \u03b5\u03bd\u03b4\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd \u03ad\u03bd\u03b1\u03bd \u03b2\u03b1\u03b8\u03bc\u03cc \u03b1\u03c5\u03c3\u03c4\u03b7\u03c1\u03cc\u03c4\u03b5\u03c1\u03bf \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c4\u03c5\u03c0\u03b9\u03ba\u03ae \u03c3\u03cd\u03c3\u03c4\u03b1\u03c3\u03b7.<\/li>\n<li><strong>\u0391\u03ba\u03b1\u03bc\u03c8\u03af\u03b1 \u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2:<\/strong> \u03a4\u03b1 \u03b5\u03cd\u03ba\u03b1\u03bc\u03c0\u03c4\u03b1 \u03c3\u03c4\u03b7\u03c1\u03af\u03b3\u03bc\u03b1\u03c4\u03b1 (\u03b5\u03bb\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03c3\u03c4\u03b7\u03c1\u03af\u03b3\u03bc\u03b1\u03c4\u03b1, \u03b1\u03c0\u03bf\u03bc\u03bf\u03bd\u03c9\u03c4\u03ad\u03c2 \u03b5\u03bb\u03b1\u03c4\u03b7\u03c1\u03af\u03c9\u03bd) \u03b5\u03bd\u03b9\u03c3\u03c7\u03cd\u03bf\u03c5\u03bd \u03c4\u03b7 \u03bc\u03b5\u03c4\u03ac\u03b4\u03bf\u03c3\u03b7 \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd \u03bb\u03b9\u03b3\u03cc\u03c4\u03b5\u03c1\u03bf \u03b1\u03c0\u03cc \u03c4\u03b1 \u03ac\u03ba\u03b1\u03bc\u03c0\u03c4\u03b1 \u03c3\u03c4\u03b7\u03c1\u03af\u03b3\u03bc\u03b1\u03c4\u03b1, \u03b1\u03bb\u03bb\u03ac \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03ad\u03c7\u03bf\u03c5\u03bd \u03c0\u03c1\u03bf\u03b2\u03bb\u03ae\u03bc\u03b1\u03c4\u03b1 \u03c3\u03c5\u03bd\u03c4\u03bf\u03bd\u03b9\u03c3\u03bc\u03bf\u03cd. \u039f\u03b9 \u03ac\u03ba\u03b1\u03bc\u03c0\u03c4\u03b1 \u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c4\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ad\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b9\u03bf \u03b5\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b5\u03c2 \u03c3\u03c4\u03b9\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b5\u03c2.<\/li>\n<li><strong>\u03a0\u03b5\u03c1\u03b9\u03b2\u03b1\u03bb\u03bb\u03bf\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2:<\/strong> \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ad\u03c2 \u03c0\u03bf\u03c5 \u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd \u03c7\u03b1\u03bc\u03b7\u03bb\u03cc \u03b8\u03cc\u03c1\u03c5\u03b2\u03bf (HVAC \u03c3\u03b5 \u03bd\u03bf\u03c3\u03bf\u03ba\u03bf\u03bc\u03b5\u03af\u03b1, \u03c3\u03c4\u03bf\u03cd\u03bd\u03c4\u03b9\u03bf \u03b7\u03c7\u03bf\u03b3\u03c1\u03ac\u03c6\u03b7\u03c3\u03b7\u03c2) \u03ae \u03c7\u03b1\u03bc\u03b7\u03bb\u03bf\u03cd\u03c2 \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03bf\u03cd\u03c2 (\u03ba\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae \u03b7\u03bc\u03b9\u03b1\u03b3\u03c9\u03b3\u03ce\u03bd, \u03bf\u03c0\u03c4\u03b9\u03ba\u03ac \u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c1\u03b9\u03b1) \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd \u03b2\u03b1\u03b8\u03bc\u03af\u03b4\u03b5\u03c2 1-2 \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03b1 \u03b1\u03c5\u03c3\u03c4\u03b7\u03c1\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf.<\/li>\n<li><strong>\u03a0\u03c1\u03bf\u03c3\u03b4\u03bf\u03ba\u03af\u03b5\u03c2 \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1\u03c2 \u03b6\u03c9\u03ae\u03c2:<\/strong> \u0395\u03ac\u03bd \u03b7 \u03c0\u03b1\u03c1\u03b1\u03c4\u03b5\u03c4\u03b1\u03bc\u03ad\u03bd\u03b7 \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 \u03b6\u03c9\u03ae\u03c2 \u03c4\u03c9\u03bd \u03c1\u03bf\u03c5\u03bb\u03b5\u03bc\u03ac\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03c1\u03af\u03c3\u03b9\u03bc\u03b7 (\u03c5\u03c0\u03b5\u03c1\u03ac\u03ba\u03c4\u03b9\u03b5\u03c2 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2, \u03b1\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2), \u03bf \u03c0\u03c1\u03bf\u03c3\u03b4\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b5\u03bd\u03cc\u03c2 \u03b1\u03c5\u03c3\u03c4\u03b7\u03c1\u03cc\u03c4\u03b5\u03c1\u03bf\u03c5 \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd G \u03bc\u03b5\u03b9\u03ce\u03bd\u03b5\u03b9 \u03c4\u03b1 \u03b4\u03c5\u03bd\u03b1\u03bc\u03b9\u03ba\u03ac \u03c6\u03bf\u03c1\u03c4\u03af\u03b1 \u03c3\u03c4\u03b1 \u03c1\u03bf\u03c5\u03bb\u03b5\u03bc\u03ac\u03bd, \u03c0\u03b1\u03c1\u03b1\u03c4\u03b5\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ac\u03bc\u03b5\u03c3\u03b1 \u03c4\u03b7 \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 \u03b6\u03c9\u03ae\u03c2 \u03c4\u03bf\u03c5\u03c2 L10. <a href=\"https:\/\/vibromera.eu\/el\/calculators\/bearing-load\/\">L10 \u03b6\u03c9\u03ae<\/a>.<\/li>\n<\/ul>\n<h3>\u03a3\u03c5\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ac \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03ba\u03bb\u03ac\u03b4\u03bf<\/h3>\n<table class=\"article-table\">\n<thead>\n<tr>\n<th>\u0392\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03af\u03b1 \/ \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae<\/th>\n<th>\u03a4\u03c5\u03c0\u03b9\u03ba\u03cc\u03c2 \u0392\u03b1\u03b8\u03bc\u03cc\u03c2 G<\/th>\n<th>\u03a3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\u03a0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03b9\u03ba\u03ae\u03c2 \u03b5\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1\u03c2 (\u03c4\u03bf\u03c5\u03c1\u03bc\u03c0\u03af\u03bd\u03b5\u03c2)<\/td>\n<td class=\"mono\">G 2.5 \u03ae \u03b1\u03c5\u03c3\u03c4\u03b7\u03c1\u03cc\u03c4\u03b5\u03c1\u03bf<\/td>\n<td>\u03a4\u03b1 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 API \u03c3\u03c5\u03c7\u03bd\u03ac \u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd \u03b9\u03c3\u03bf\u03b4\u03cd\u03bd\u03b1\u03bc\u03bf G 1.0<\/td>\n<\/tr>\n<tr>\n<td>\u03a0\u03b5\u03c4\u03c1\u03ad\u03bb\u03b1\u03b9\u03bf \u03ba\u03b1\u03b9 \u03c6\u03c5\u03c3\u03b9\u03ba\u03cc \u03b1\u03ad\u03c1\u03b9\u03bf (\u03b1\u03bd\u03c4\u03bb\u03af\u03b5\u03c2, \u03c3\u03c5\u03bc\u03c0\u03b9\u03b5\u03c3\u03c4\u03ad\u03c2)<\/td>\n<td class=\"mono\">G 2,5<\/td>\n<td>\u03a4\u03bf API 610\/617 \u03bf\u03c1\u03af\u03b6\u03b5\u03b9 4W\/N \u2248 G 1.0 \u03b3\u03b9\u03b1 \u03ba\u03c1\u03af\u03c3\u03b9\u03bc\u03b1<\/td>\n<\/tr>\n<tr>\n<td>HVAC (\u03b1\u03bd\u03b5\u03bc\u03b9\u03c3\u03c4\u03ae\u03c1\u03b5\u03c2, \u03c6\u03c5\u03c3\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2)<\/td>\n<td class=\"mono\">G 6.3<\/td>\n<td>G 2.5 \u03b3\u03b9\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ad\u03c2 \u03b5\u03c5\u03b1\u03af\u03c3\u03b8\u03b7\u03c4\u03b5\u03c2 \u03c3\u03c4\u03bf \u03b8\u03cc\u03c1\u03c5\u03b2\u03bf<\/td>\n<\/tr>\n<tr>\n<td>\u0395\u03c1\u03b3\u03b1\u03bb\u03b5\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03ad\u03c2<\/td>\n<td class=\"mono\">G 1.0 \u2013 G 2.5<\/td>\n<td>\u039f\u03b9 \u03ac\u03be\u03bf\u03bd\u03b5\u03c2 \u03bb\u03b5\u03af\u03b1\u03bd\u03c3\u03b7\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd G 0,4<\/td>\n<\/tr>\n<tr>\n<td>\u039c\u03b7\u03c7\u03b1\u03bd\u03ad\u03c2 \u03c7\u03b1\u03c1\u03c4\u03b9\u03bf\u03cd\/\u03b5\u03ba\u03c4\u03cd\u03c0\u03c9\u03c3\u03b7\u03c2<\/td>\n<td class=\"mono\">G 2.5 \u2013 G 6.3<\/td>\n<td>\u0395\u03be\u03b1\u03c1\u03c4\u03ac\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03c4\u03bf\u03c5 \u03ba\u03c5\u03bb\u03af\u03bd\u03b4\u03c1\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b5\u03ba\u03c4\u03cd\u03c0\u03c9\u03c3\u03b7\u03c2<\/td>\n<\/tr>\n<tr>\n<td>\u039f\u03c1\u03c5\u03c7\u03b5\u03af\u03b1\/\u03c4\u03c3\u03b9\u03bc\u03ad\u03bd\u03c4\u03bf (\u03b8\u03c1\u03b1\u03c5\u03c3\u03c4\u03ae\u03c1\u03b5\u03c2, \u03bc\u03cd\u03bb\u03bf\u03b9)<\/td>\n<td class=\"mono\">G 6.3 \u2013 G 16<\/td>\n<td>\u03a3\u03ba\u03bb\u03b7\u03c1\u03cc \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd- \u03b1\u03c5\u03c3\u03c4\u03b7\u03c1\u03cc\u03c4\u03b5\u03c1\u03bf \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bc\u03b7\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c6\u03b9\u03ba\u03c4\u03cc<\/td>\n<\/tr>\n<tr>\n<td>\u0391\u03c5\u03c4\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03bf (\u03c3\u03c4\u03c1\u03bf\u03c6\u03b1\u03bb\u03bf\u03c6\u03cc\u03c1\u03bf\u03b9 \u03ac\u03be\u03bf\u03bd\u03b5\u03c2)<\/td>\n<td class=\"mono\">G 16 - G 40<\/td>\n<td>\u0395\u03c0\u03b9\u03b2\u03b1\u03c4\u03b9\u03ba\u03ac \u03b1\u03c5\u03c4\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03b1 \u03c3\u03c5\u03bd\u03ae\u03b8\u03c9\u03c2 G 16- \u03c6\u03bf\u03c1\u03c4\u03b7\u03b3\u03ac G 25-40<\/td>\n<\/tr>\n<tr>\n<td>\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c4\u03c1\u03bf\u03c6\u03af\u03bc\u03c9\u03bd<\/td>\n<td class=\"mono\">G 6.3<\/td>\n<td>\u039f \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c5\u03b3\u03b9\u03b5\u03b9\u03bd\u03ae\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03c4\u03b9\u03c2 \u03bc\u03b5\u03b8\u03cc\u03b4\u03bf\u03c5\u03c2 \u03b4\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7\u03c2<\/td>\n<\/tr>\n<tr>\n<td>\u039e\u03c5\u03bb\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03ad\u03c2 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2 (\u03bb\u03b5\u03c0\u03af\u03b4\u03b5\u03c2 \u03c0\u03c1\u03b9\u03bf\u03bd\u03b9\u03bf\u03cd, \u03c0\u03bb\u03ac\u03bd\u03b5\u03c2)<\/td>\n<td class=\"mono\">G 2.5 \u2013 G 6.3<\/td>\n<td>\u03a5\u03c8\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03bf\u03b9 \u03b2\u03b1\u03b8\u03bc\u03bf\u03af \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c6\u03ac\u03bd\u03b5\u03b9\u03b1\u03c2<\/td>\n<\/tr>\n<tr>\n<td>\u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03b9\u03ba\u03bf\u03af \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 (\u03b3\u03b5\u03bd\u03b9\u03ba\u03ac)<\/td>\n<td class=\"mono\">G 2,5<\/td>\n<td>\u03a4\u03bf IEC 60034-14 \u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b5\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03b1\u03c5\u03c4\u03cc \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf\u03c5\u03c2 \u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"practical\">\u03a0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac \u03c0\u03b1\u03c1\u03b1\u03b4\u03b5\u03af\u03b3\u03bc\u03b1\u03c4\u03b1 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd<\/h2>\n<div class=\"example-block\">\n<div class=\"example-title\">\u03a0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1 1: \u03a0\u03c4\u03b5\u03c1\u03c9\u03c4\u03ae \u03c6\u03c5\u03b3\u03bf\u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03ae\u03c2 \u03b1\u03bd\u03c4\u03bb\u03af\u03b1\u03c2<\/div>\n<p><strong>\u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03bf:<\/strong> \u03a0\u03c4\u03b5\u03c1\u03c9\u03c4\u03ae \u03b1\u03bd\u03c4\u03bb\u03af\u03b1\u03c2, \u03bc\u03ac\u03b6\u03b1 = 12 kg, \u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03b7 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 = 2950 RPM, \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae: \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u2192 ISO \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac G 6.3.<\/p>\n<p><strong>\u0392\u03ae\u03bc\u03b1 1 - \u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ae\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2:<\/strong><\/p>\n<p>e<sub>\u03b1\u03bd\u03ac<\/sub> = 9549 \u00d7 G \/ n = 9549 \u00d7 6,3 \/ 2950 = <strong>20,4 \u00b5m<\/strong> (\u03ae 20,4 g\u00b7mm\/kg)<\/p>\n<p><strong>\u0392\u03ae\u03bc\u03b1 2 - \u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2:<\/strong><\/p>\n<p>U<sub>\u03b1\u03bd\u03ac<\/sub> = \u03b5<sub>\u03b1\u03bd\u03ac<\/sub> \u00d7 M = 20,4 \u00d7 12 = <strong>244,8 g\u00b7mm<\/strong><\/p>\n<p><strong>\u0395\u03c1\u03bc\u03b7\u03bd\u03b5\u03af\u03b1:<\/strong> \u0397 \u03b5\u03bd\u03b1\u03c0\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5\u03c3\u03b1 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 \u03bc\u03b5\u03c4\u03ac \u03c4\u03b7 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7 \u03b4\u03b5\u03bd \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c5\u03c0\u03b5\u03c1\u03b2\u03b1\u03af\u03bd\u03b5\u03b9 \u03c4\u03b1 244,8 g\u00b7mm. \u03a3\u03b5 \u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03bc\u03cc\u03bd\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf, \u03b1\u03c5\u03c4\u03ae \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u03b1\u03bd\u03bf\u03c7\u03ae. \u0395\u03ac\u03bd \u03b7 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7 \u03b3\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03b4\u03cd\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03b1, \u03b7 \u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u03b1\u03c5\u03c4\u03ae \u03b1\u03bd\u03bf\u03c7\u03ae \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03bd\u03b5\u03bc\u03b7\u03b8\u03b5\u03af \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03c4\u03c9\u03bd \u03b4\u03cd\u03bf \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03c9\u03bd \u03b4\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7\u03c2 (\u03c3\u03c5\u03bd\u03ae\u03b8\u03c9\u03c2 50\/50 \u03b3\u03b9\u03b1 \u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03c1\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2).<\/p>\n<\/p><\/div>\n<div class=\"example-block\">\n<div class=\"example-title\">\u03a0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1 2: \u0392\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03cc\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2 \u03b1\u03bd\u03b5\u03bc\u03b9\u03c3\u03c4\u03ae\u03c1\u03b1<\/div>\n<p><strong>\u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03bf:<\/strong> \u03a3\u03c5\u03b3\u03ba\u03c1\u03cc\u03c4\u03b7\u03bc\u03b1 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \u03b1\u03bd\u03b5\u03bc\u03b9\u03c3\u03c4\u03ae\u03c1\u03b1, \u03bc\u03ac\u03b6\u03b1 = 85 kg, \u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03b7 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 = 1480 RPM, \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae: \u03b5\u03be\u03b1\u03b5\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u2192 G 6.3.<\/p>\n<p><strong>\u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2:<\/strong><\/p>\n<p>U<sub>\u03b1\u03bd\u03ac<\/sub> = (9549 \u00d7 6,3 \u00d7 85) \/ 1480 = <strong>3454 g\u00b7mm<\/strong><\/p>\n<p>e<sub>\u03b1\u03bd\u03ac<\/sub> = 3454 \/ 85 = <strong>40,6 \u00b5m<\/strong><\/p>\n<p><strong>\u0393\u03b9\u03b1 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c3\u03b5 \u03b4\u03cd\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03b1:<\/strong> U<sub>\u03b1\u03bd\u03ac<\/sub> \u03b1\u03bd\u03ac \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u2248 3454 \/ 2 = <strong>1727 g\u00b7mm \u03b1\u03bd\u03ac \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf<\/strong><\/p>\n<\/p><\/div>\n<div class=\"example-block\">\n<div class=\"example-title\">\u03a0\u03b1\u03c1\u03ac\u03b4\u03b5\u03b9\u03b3\u03bc\u03b1 3: \u03a1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2 \u03c3\u03c4\u03c1\u03bf\u03b2\u03b9\u03bb\u03bf\u03c3\u03c5\u03bc\u03c0\u03b9\u03b5\u03c3\u03c4\u03ae (\u03c5\u03c8\u03b7\u03bb\u03ae \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1)<\/div>\n<p><strong>\u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03bf:<\/strong> \u03a1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2 \u03c3\u03c4\u03c1\u03bf\u03b2\u03b9\u03bb\u03bf\u03c3\u03c5\u03bc\u03c0\u03b9\u03b5\u03c3\u03c4\u03ae, \u03bc\u03ac\u03b6\u03b1 = 0,8 kg, \u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03b7 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 = 90.000 RPM, \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae: \u03c3\u03c4\u03c1\u03bf\u03b2\u03b9\u03bb\u03bf\u03c3\u03c5\u03bc\u03c0\u03b9\u03b5\u03c3\u03c4\u03ae\u03c2 \u03b1\u03c5\u03c4\u03bf\u03ba\u03b9\u03bd\u03ae\u03c4\u03c9\u03bd \u2192 G 2,5.<\/p>\n<p><strong>\u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc\u03c2:<\/strong><\/p>\n<p>U<sub>\u03b1\u03bd\u03ac<\/sub> = (9549 \u00d7 2,5 \u00d7 0,8) \/ 90000 = <strong>0,212 g-mm<\/strong><\/p>\n<p>e<sub>\u03b1\u03bd\u03ac<\/sub> = 0.212 \/ 0.8 = <strong>0,265 \u00b5m<\/strong><\/p>\n<p><strong>\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03c3\u03b7:<\/strong> \u03a3\u03b5 \u03b5\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03c5\u03c8\u03b7\u03bb\u03ad\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b5\u03c2, \u03b7 \u03b1\u03bd\u03bf\u03c7\u03ae \u03b3\u03af\u03bd\u03b5\u03c4\u03b1\u03b9 \u03b5\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b9\u03ba\u03c1\u03ae. \u0391\u03c5\u03c4\u03cc\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bf \u03bb\u03cc\u03b3\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03bf\u03c0\u03bf\u03af\u03bf \u03b7 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7 \u03c3\u03c4\u03c1\u03bf\u03b2\u03b9\u03bb\u03bf\u03c3\u03c5\u03bc\u03c0\u03b9\u03b5\u03c3\u03c4\u03ce\u03bd \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03b5\u03be\u03b5\u03b9\u03b4\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03bf \u03b5\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03cc \u03c5\u03c8\u03b7\u03bb\u03ae\u03c2 \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03bf\u03c0\u03bf\u03af\u03bf \u03b1\u03ba\u03cc\u03bc\u03b7 \u03ba\u03b1\u03b9 \u03bc\u03b9\u03b1 \u03bc\u03b9\u03ba\u03c1\u03ae \u03bc\u03cc\u03bb\u03c5\u03bd\u03c3\u03b7 (\u03b4\u03b1\u03ba\u03c4\u03c5\u03bb\u03b9\u03ba\u03ac \u03b1\u03c0\u03bf\u03c4\u03c5\u03c0\u03ce\u03bc\u03b1\u03c4\u03b1, \u03c3\u03ba\u03cc\u03bd\u03b7) \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c9\u03b8\u03ae\u03c3\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 \u03c0\u03ad\u03c1\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03b1\u03bd\u03bf\u03c7\u03ae.<\/p>\n<\/p><\/div>\n<p>\u0393\u03b9\u03b1 \u03c4\u03b9\u03c2 \u03c0\u03b9\u03bf \u03c3\u03c5\u03bd\u03b7\u03b8\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03c0\u03b5\u03c1\u03b9\u03c0\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bf\u03c5 \u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03b8\u03b7\u03ba\u03b1\u03bd \u03c0\u03b1\u03c1\u03b1\u03c0\u03ac\u03bd\u03c9 \u2014 \u03b1\u03bd\u03c4\u03bb\u03af\u03b5\u03c2, \u03b1\u03bd\u03b5\u03bc\u03b9\u03c3\u03c4\u03ae\u03c1\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03b3\u03b5\u03bd\u03b9\u03ba\u03ac \u03b2\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03bf\u03af \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd \u03bc\u03b5 G 2,5 \u03ae G 6,3 \u2014 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03bc\u03b5\u03c4\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03bb\u03b5\u03b9\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1, \u03bd\u03b1 \u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b1 \u03b4\u03b9\u03bf\u03c1\u03b8\u03c9\u03c4\u03b9\u03ba\u03ac \u03b2\u03ac\u03c1\u03b7 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03b5\u03c0\u03b1\u03bb\u03b7\u03b8\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03b1\u03c0\u03bf\u03c4\u03ad\u03bb\u03b5\u03c3\u03bc\u03b1 \u03c3\u03b5 \u03c3\u03c7\u03ad\u03c3\u03b7 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u03b2\u03b1\u03b8\u03bc\u03cc <em>\u03b5\u03c0\u03b9\u03c4\u03cc\u03c0\u03bf\u03c5<\/em> \u03bc\u03b5 \u03ad\u03bd\u03b1 \u03c6\u03bf\u03c1\u03b7\u03c4\u03cc \u03cc\u03c1\u03b3\u03b1\u03bd\u03bf \u03cc\u03c0\u03c9\u03c2 \u03c4\u03bf <a href=\"https:\/\/vibromera.eu\/el\/%cf%80%cf%81%ce%bf%cf%8a%cf%8c%ce%bd\/balanset-1\/\">Balanset-1A<\/a>. \u0395\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03bc\u03ac\u03b6\u03b1 \u03c4\u03bf\u03c5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2, \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae \u03c3\u03c4\u03b7 \u03b8\u03ad\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03bf \u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03b9\u03ba\u03cc \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03af\u03b6\u03b5\u03b9 \u03c4\u03bf U<sub>\u03b1\u03bd\u03ac<\/sub> \u03bc\u03b1\u03b6\u03af \u03bc\u03b5 \u03bc\u03b9\u03b1 \u03c3\u03b1\u03c6\u03ae \u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u00ab\u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1\/\u03b1\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1\u00bb \u03c3\u03b5 \u03c3\u03c7\u03ad\u03c3\u03b7 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03b5\u03c0\u03b9\u03b4\u03b9\u03c9\u03ba\u03cc\u03bc\u03b5\u03bd\u03bf \u03b2\u03b1\u03b8\u03bc\u03cc G \u2014 \u03c7\u03c9\u03c1\u03af\u03c2 \u03bd\u03b1 \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03c3\u03c5\u03bd\u03b1\u03c1\u03bc\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \u03ae \u03bd\u03b1 \u03c4\u03bf\u03bd \u03c3\u03c4\u03b5\u03af\u03bb\u03b5\u03c4\u03b5 \u03c3\u03b5 \u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c1\u03b9\u03bf \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2.<\/p>\n<div class=\"info-box success\">\n<div class=\"box-title\">\u039c\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ae \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03bc\u03bf\u03bd\u03ac\u03b4\u03c9\u03bd<\/div>\n<p>\u03a3\u03c5\u03bd\u03ae\u03b8\u03b5\u03b9\u03c2 \u03bc\u03b5\u03c4\u03b1\u03c4\u03c1\u03bf\u03c0\u03ad\u03c2 \u03bc\u03bf\u03bd\u03ac\u03b4\u03c9\u03bd \u03c3\u03c4\u03b7\u03bd \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2:<\/p>\n<p>1 g\u00b7mm = 1 mg\u00b7m = 0.001 kg\u00b7mm = 1000 \u00b5g\u00b7m<\/p>\n<p>1 oz\u00b7in = 720 g\u00b7mm (\u03b1\u03c5\u03c4\u03bf\u03ba\u03c1\u03b1\u03c4\u03bf\u03c1\u03b9\u03ba\u03ac \u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1, \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03b1\u03ba\u03cc\u03bc\u03b7 \u03c3\u03b5 \u03bf\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b2\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03af\u03b5\u03c2 \u03c4\u03c9\u03bd \u0397\u03a0\u0391)<\/p>\n<p>e<sub>\u03b1\u03bd\u03ac<\/sub> \u03c3\u03b5 \u03bcm = e<sub>\u03b1\u03bd\u03ac<\/sub> \u03c3\u03b5 g\u00b7mm\/kg (\u03b1\u03c1\u03b9\u03b8\u03bc\u03b7\u03c4\u03b9\u03ba\u03ac \u03c0\u03b1\u03bd\u03bf\u03bc\u03bf\u03b9\u03cc\u03c4\u03c5\u03c0\u03b1 \u2014 \u03b7 \u03bc\u03b5\u03c4\u03b1\u03c4\u03cc\u03c0\u03b9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03ba\u03ad\u03bd\u03c4\u03c1\u03bf\u03c5 \u03bc\u03ac\u03b6\u03b1\u03c2 \u03b9\u03c3\u03bf\u03cd\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03b9\u03b4\u03b9\u03ba\u03ae \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1)<\/p>\n<\/p><\/div>\n<h2 id=\"two-plane\">\u0396\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c3\u03b5 \u03b4\u03cd\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03b1 \u2014 \u039a\u03b1\u03c4\u03b1\u03bd\u03bf\u03bc\u03ae \u03c4\u03b7\u03c2 \u03b1\u03bd\u03bf\u03c7\u03ae\u03c2<\/h2>\n<p>\u039f \u03c4\u03cd\u03c0\u03bf\u03c2 G-grade \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03af\u03b6\u03b5\u03b9 \u03c4\u03bf <em>\u03c3\u03cd\u03bd\u03bf\u03bb\u03bf<\/em> \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03c5\u03c0\u03bf\u03bb\u03b5\u03b9\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 \u03b3\u03b9\u03b1 \u03bf\u03bb\u03cc\u03ba\u03bb\u03b7\u03c1\u03bf \u03c4\u03bf\u03bd \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1. \u0393\u03b9\u03b1 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd <a href=\"https:\/\/vibromera.eu\/el\/glossary\/two-plane-balancing\/\">\u03b4\u03cd\u03bf \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03c9\u03bd<\/a> (<a href=\"https:\/\/vibromera.eu\/el\/glossary\/dynamic-balancing\/\">\u03b4\u03c5\u03bd\u03b1\u03bc\u03b9\u03ba\u03cc<\/a>) \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7 \u2014 \u03ba\u03ac\u03c4\u03b9 \u03c0\u03bf\u03c5 \u03b9\u03c3\u03c7\u03cd\u03b5\u03b9 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf\u03c5\u03c2 \u03b2\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2, \u03cc\u03c0\u03bf\u03c5 \u03b7 \u03b1\u03bd\u03b1\u03bb\u03bf\u03b3\u03af\u03b1 \u03bc\u03ae\u03ba\u03bf\u03c5\u03c2 \u03c0\u03c1\u03bf\u03c2 \u03b4\u03b9\u03ac\u03bc\u03b5\u03c4\u03c1\u03bf \u03c5\u03c0\u03b5\u03c1\u03b2\u03b1\u03af\u03bd\u03b5\u03b9 \u03c0\u03b5\u03c1\u03af\u03c0\u03bf\u03c5 \u03c4\u03bf 0,5 \u2014 \u03b1\u03c5\u03c4\u03ae \u03b7 \u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u03b1\u03bd\u03bf\u03c7\u03ae \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ba\u03b1\u03c4\u03b1\u03bd\u03ad\u03bc\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03c4\u03c9\u03bd \u03b4\u03cd\u03bf <a href=\"https:\/\/vibromera.eu\/el\/glossary\/correction-plane\/\">\u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03b1 \u03b4\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7\u03c2<\/a>.<\/p>\n<h3>\u039a\u03b1\u03c4\u03b5\u03c5\u03b8\u03c5\u03bd\u03c4\u03ae\u03c1\u03b9\u03b5\u03c2 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03c2 ISO \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03ba\u03b1\u03c4\u03b1\u03bd\u03bf\u03bc\u03ae \u03b1\u03bd\u03bf\u03c7\u03ae\u03c2<\/h3>\n<p>\u03a4\u03bf \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf ISO 21940-11 \u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03b9 \u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2 \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf \u03ba\u03b1\u03c4\u03b1\u03bd\u03bf\u03bc\u03ae\u03c2 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae\u03c2 \u03b1\u03bd\u03bf\u03c7\u03ae\u03c2 \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03c4\u03c9\u03bd \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03c9\u03bd \u03bc\u03b5 \u03b2\u03ac\u03c3\u03b7 \u03c4\u03b7 \u03b3\u03b5\u03c9\u03bc\u03b5\u03c4\u03c1\u03af\u03b1 \u03c4\u03bf\u03c5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1:<\/p>\n<ul>\n<li><strong>\u03a3\u03c5\u03bc\u03bc\u03b5\u03c4\u03c1\u03b9\u03ba\u03bf\u03af \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2<\/strong> (\u03ba\u03ad\u03bd\u03c4\u03c1\u03bf \u03b2\u03ac\u03c1\u03bf\u03c5\u03c2 \u03c3\u03c4\u03b7 \u03bc\u03ad\u03c3\u03b7 \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03c4\u03c9\u03bd \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03c9\u03bd): \u039c\u03bf\u03b9\u03c1\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 50\/50 \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03c4\u03c9\u03bd \u03b4\u03cd\u03bf \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03c9\u03bd \u03b4\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7\u03c2.<\/li>\n<li><strong>\u0391\u03c3\u03cd\u03bc\u03bc\u03b5\u03c4\u03c1\u03bf\u03b9 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2<\/strong> (\u03ba\u03ad\u03bd\u03c4\u03c1\u03bf \u03b2\u03ac\u03c1\u03bf\u03c5\u03c2 \u03c0\u03b9\u03bf \u03ba\u03bf\u03bd\u03c4\u03ac \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf): \u03a4\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03c0\u03bf\u03c5 \u03b2\u03c1\u03af\u03c3\u03ba\u03b5\u03c4\u03b1\u03b9 \u03c0\u03b9\u03bf \u03ba\u03bf\u03bd\u03c4\u03ac \u03c3\u03c4\u03bf \u03ba\u03ad\u03bd\u03c4\u03c1\u03bf \u03b2\u03ac\u03c1\u03bf\u03c5\u03c2 \u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf \u03bc\u03b5\u03c1\u03af\u03b4\u03b9\u03bf \u03c4\u03b7\u03c2 \u03b1\u03bd\u03bf\u03c7\u03ae\u03c2. \u03a4\u03bf \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf \u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03b9 \u03c4\u03cd\u03c0\u03bf\u03c5\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03cc \u03b1\u03c5\u03c4\u03cc.<\/li>\n<li><strong>\u0393\u03b5\u03bd\u03b9\u03ba\u03cc\u03c2 \u03ba\u03b1\u03bd\u03cc\u03bd\u03b1\u03c2:<\/strong> U<sub>A<\/sub> \/ U<sub>B<\/sub> = L<sub>B<\/sub> \/ L<sub>A<\/sub>, \u03cc\u03c0\u03bf\u03c5 L<sub>A<\/sub> \u03ba\u03b1\u03b9 L<sub>B<\/sub> \u03b5\u03af\u03bd\u03b1\u03b9 \u03bf\u03b9 \u03b1\u03c0\u03bf\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u03c4\u03bf\u03c5 \u03ba\u03ad\u03bd\u03c4\u03c1\u03bf\u03c5 \u03b2\u03ac\u03c1\u03bf\u03c5\u03c2 \u03b1\u03c0\u03cc \u03c4\u03b1 \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03b1 \u0391 \u03ba\u03b1\u03b9 \u0392 \u03b1\u03bd\u03c4\u03af\u03c3\u03c4\u03bf\u03b9\u03c7\u03b1.<\/li>\n<\/ul>\n<div class=\"info-box warning\">\n<div class=\"box-title\">\u03a3\u03c4\u03b1\u03c4\u03b9\u03ba\u03ae \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 \u03ad\u03bd\u03b1\u03bd\u03c4\u03b9 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 \u03b6\u03b5\u03cd\u03b3\u03bf\u03c5\u03c2<\/div>\n<p>\u038c\u03c4\u03b1\u03bd \u03b7 \u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u03c5\u03c0\u03bf\u03bb\u03b5\u03b9\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 \u03ba\u03b1\u03c4\u03b1\u03bd\u03ad\u03bc\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03b4\u03cd\u03bf \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03c9\u03bd, \u03c4\u03bf <em>\u03b4\u03b9\u03b1\u03bd\u03c5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03ac\u03b8\u03c1\u03bf\u03b9\u03c3\u03bc\u03b1<\/em> \u03c4\u03c9\u03bd \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03b9\u03ce\u03bd \u03c3\u03c4\u03b1 \u03b4\u03cd\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03b1 \u03b4\u03b5\u03bd \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c5\u03c0\u03b5\u03c1\u03b2\u03b1\u03af\u03bd\u03b5\u03b9 \u03c4\u03bf U<sub>\u03b1\u03bd\u03ac<\/sub>. \u0391\u03bd \u03b1\u03c0\u03bb\u03ce\u03c2 \u03b5\u03bb\u03ad\u03b3\u03be\u03bf\u03c5\u03bc\u03b5 \u03ba\u03ac\u03b8\u03b5 \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03be\u03b5\u03c7\u03c9\u03c1\u03b9\u03c3\u03c4\u03ac \u03c3\u03b5 \u03c3\u03c7\u03ad\u03c3\u03b7 \u03bc\u03b5 \u03c4\u03bf \u03bc\u03b9\u03c3\u03cc \u03c4\u03bf\u03c5 \u03c3\u03c5\u03bd\u03cc\u03bb\u03bf\u03c5, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03b1\u03c1\u03b1\u03b2\u03bb\u03ad\u03c8\u03bf\u03c5\u03bc\u03b5 \u03bc\u03b9\u03b1 \u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7 \u03cc\u03c0\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03b4\u03cd\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03b1 \u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03b6\u03bf\u03c5\u03bd \u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ae \u03bc\u03b5\u03bc\u03bf\u03bd\u03c9\u03bc\u03ad\u03bd\u03b7 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1, \u03b1\u03bb\u03bb\u03ac \u03bf \u03c3\u03c5\u03bd\u03b4\u03c5\u03b1\u03c3\u03bc\u03cc\u03c2 \u03c4\u03bf\u03c5\u03c2 (\u03b9\u03b4\u03b9\u03b1\u03af\u03c4\u03b5\u03c1\u03b1 <a href=\"https:\/\/vibromera.eu\/el\/glossary\/couple-unbalance\/\">\u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 \u03b6\u03b5\u03c5\u03b3\u03b1\u03c1\u03b9\u03bf\u03cd<\/a>) \u03c5\u03c0\u03b5\u03c1\u03b2\u03b1\u03af\u03bd\u03b5\u03b9 \u03c4\u03bf \u03cc\u03c1\u03b9\u03bf. \u039f\u03b9 \u03c3\u03cd\u03b3\u03c7\u03c1\u03bf\u03bd\u03b5\u03c2 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ad\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 \u03b5\u03bb\u03ad\u03b3\u03c7\u03bf\u03c5\u03bd \u03c3\u03c5\u03bd\u03ae\u03b8\u03c9\u03c2 \u03c4\u03cc\u03c3\u03bf \u03c4\u03b9\u03c2 \u03b1\u03c4\u03bf\u03bc\u03b9\u03ba\u03ad\u03c2 \u03b1\u03bd\u03bf\u03c7\u03ad\u03c2 \u03c4\u03c9\u03bd \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03c9\u03bd \u03cc\u03c3\u03bf \u03ba\u03b1\u03b9 \u03c4\u03b7 \u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae \u03c5\u03c0\u03bf\u03bb\u03b5\u03b9\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1.<\/p>\n<\/p><\/div>\n<h3>\u03a0\u03cc\u03c4\u03b5 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c0\u03b1\u03c1\u03ba\u03ae\u03c2 \u03b7 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7 \u03b5\u03bd\u03cc\u03c2 \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03bf\u03c5;<\/h3>\n<p><a href=\"https:\/\/vibromera.eu\/el\/glossary\/single-plane-balancing\/\">\u039c\u03bf\u03bd\u03cc \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf<\/a> (<a href=\"https:\/\/vibromera.eu\/el\/glossary\/static-balancing\/\">\u03a3\u03c4\u03b1\u03c4\u03b9\u03ba\u03cc<\/a>) \u03b7 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c0\u03b1\u03c1\u03ba\u03ae\u03c2 \u03cc\u03c4\u03b1\u03bd:<\/p>\n<ul>\n<li>\u039f \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ad\u03bd\u03b1\u03c2 \u03bb\u03b5\u03c0\u03c4\u03cc\u03c2 \u03b4\u03af\u03c3\u03ba\u03bf\u03c2 (\u03bb\u03cc\u03b3\u03bf\u03c2 L\/D \u03bc\u03b9\u03ba\u03c1\u03cc\u03c4\u03b5\u03c1\u03bf\u03c2 \u03b1\u03c0\u03cc \u03c0\u03b5\u03c1\u03af\u03c0\u03bf\u03c5 0,5)<\/li>\n<li>\u0397 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b1\u03c1\u03ba\u03b5\u03c4\u03ac \u03c7\u03b1\u03bc\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03b7 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c0\u03c1\u03ce\u03c4\u03b7 <a href=\"https:\/\/vibromera.eu\/el\/glossary\/critical-speed\/\">\u03ba\u03c1\u03af\u03c3\u03b9\u03bc\u03b7 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1<\/a><\/li>\n<li>\u0397 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03b4\u03b5\u03bd \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03b5\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03ae \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1 (G 6,3 \u03ae \u03bb\u03b9\u03b3\u03cc\u03c4\u03b5\u03c1\u03bf \u03b1\u03c5\u03c3\u03c4\u03b7\u03c1\u03cc)<\/li>\n<li>\u03a0\u03b1\u03c1\u03b1\u03b4\u03b5\u03af\u03b3\u03bc\u03b1\u03c4\u03b1: \u03c0\u03c4\u03b5\u03c1\u03cd\u03b3\u03b9\u03b1 \u03b1\u03bd\u03b5\u03bc\u03b9\u03c3\u03c4\u03ae\u03c1\u03c9\u03bd, \u03c4\u03c1\u03bf\u03c7\u03bf\u03af \u03bb\u03b5\u03af\u03b1\u03bd\u03c3\u03b7\u03c2, \u03c4\u03c1\u03bf\u03c7\u03b1\u03bb\u03af\u03b5\u03c2, \u03b4\u03af\u03c3\u03ba\u03bf\u03b9 \u03c6\u03c1\u03ad\u03bd\u03c9\u03bd, \u03c3\u03c6\u03cc\u03bd\u03b4\u03c5\u03bb\u03bf\u03b9.<\/li>\n<\/ul>\n<p>\u0397 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7 \u03b4\u03cd\u03bf \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03c9\u03bd \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03cc\u03c4\u03b1\u03bd \u03bf \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2 \u03ad\u03c7\u03b5\u03b9 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03cc \u03b1\u03be\u03bf\u03bd\u03b9\u03ba\u03cc \u03bc\u03ae\u03ba\u03bf\u03c2, \u03cc\u03c4\u03b1\u03bd \u03b1\u03bd\u03b1\u03bc\u03ad\u03bd\u03b5\u03c4\u03b1\u03b9 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 \u03b6\u03b5\u03cd\u03b3\u03bf\u03c5\u03c2 (\u03c0.\u03c7. \u03bc\u03b5\u03c4\u03ac \u03c4\u03b7 \u03c3\u03c5\u03bd\u03b1\u03c1\u03bc\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u03b1\u03c0\u03cc \u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ac \u03b5\u03be\u03b1\u03c1\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1) \u03ae \u03cc\u03c4\u03b1\u03bd \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03c5\u03c8\u03b7\u03bb\u03ae \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1.<\/p>\n<h2 id=\"common-mistakes\">\u03a3\u03c5\u03bd\u03b7\u03b8\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1 \u03bb\u03ac\u03b8\u03b7 \u03ba\u03b1\u03b9 \u03c0\u03b1\u03c1\u03b1\u03bd\u03bf\u03ae\u03c3\u03b5\u03b9\u03c2<\/h2>\n<h3>1. \u03a7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 \u03b1\u03bd\u03c4\u03af \u03c4\u03b7\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2<\/h3>\n<p>\u03a4\u03bf \u03c0\u03b9\u03bf \u03ba\u03c1\u03af\u03c3\u03b9\u03bc\u03bf \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2 \u03c4\u03bf\u03c5 \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd G. \u039f \u03c4\u03cd\u03c0\u03bf\u03c2 \u03b1\u03bd\u03bf\u03c7\u03ae\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af <em>\u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03b7 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2<\/em> - \u03b7 \u03c5\u03c8\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03b7 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae\u03c2 \u03c0\u03bf\u03c5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03b3\u03c7\u03ac\u03bd\u03b5\u03b9 \u03bf \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1. \u039f\u03b9 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ad\u03c2 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2 \u03c7\u03b1\u03bc\u03b7\u03bb\u03ae\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd \u03c3\u03c4\u03b9\u03c2 300-600 \u03c3\u03c4\u03c1\u03bf\u03c6\u03ad\u03c2 \u03b1\u03bd\u03ac \u03bb\u03b5\u03c0\u03c4\u03cc, \u03b1\u03bb\u03bb\u03ac \u03b7 \u03b1\u03bd\u03bf\u03c7\u03ae \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7\u03bd \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 (\u03c0.\u03c7. 3600 \u03c3\u03c4\u03c1\u03bf\u03c6\u03ad\u03c2 \u03b1\u03bd\u03ac \u03bb\u03b5\u03c0\u03c4\u03cc). \u0397 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1\u03c2 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2 \u03b8\u03b1 \u03ad\u03b4\u03b9\u03bd\u03b5 \u03bc\u03b9\u03b1 \u03b1\u03bd\u03bf\u03c7\u03ae 6-12 \u03c6\u03bf\u03c1\u03ad\u03c2 \u03c0\u03b9\u03bf \u03c7\u03b1\u03bb\u03b1\u03c1\u03ae.<\/p>\n<h3>2. \u03a3\u03cd\u03b3\u03c7\u03c5\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd G-Grade \u03bc\u03b5 \u03c4\u03bf \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd<\/h3>\n<p>\u03a4\u03bf G 2,5 \u03b4\u03b5\u03bd \u03c3\u03b7\u03bc\u03b1\u03af\u03bd\u03b5\u03b9 \u03cc\u03c4\u03b9 \u03c4\u03bf \u03bc\u03b7\u03c7\u03ac\u03bd\u03b7\u03bc\u03b1 \u03b8\u03b1 \u03b4\u03bf\u03bd\u03b5\u03af\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 2,5 mm\/s. \u039f \u03b2\u03b1\u03b8\u03bc\u03cc\u03c2 G \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03ac\u03c6\u03b5\u03b9 \u03c4\u03b7\u03bd \u03c0\u03b5\u03c1\u03b9\u03c6\u03b5\u03c1\u03b5\u03b9\u03b1\u03ba\u03ae \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03c4\u03bf\u03c5 \u03ba\u03ad\u03bd\u03c4\u03c1\u03bf\u03c5 \u03bc\u03ac\u03b6\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03cc\u03c7\u03b9 \u03c4\u03b7 \u03b4\u03cc\u03bd\u03b7\u03c3\u03b7 \u03c0\u03bf\u03c5 \u03bc\u03b5\u03c4\u03c1\u03ac\u03c4\u03b1\u03b9 \u03c3\u03c4\u03bf \u03c0\u03b5\u03c1\u03af\u03b2\u03bb\u03b7\u03bc\u03b1 \u03c4\u03bf\u03c5 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2. \u0397 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b4\u03cc\u03bd\u03b7\u03c3\u03b7 \u03b5\u03be\u03b1\u03c1\u03c4\u03ac\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c0\u03bf\u03bb\u03bb\u03bf\u03cd\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf\u03c5\u03c2 \u03c0\u03b1\u03c1\u03ac\u03b3\u03bf\u03bd\u03c4\u03b5\u03c2: \u03c4\u03b7 \u03b4\u03c5\u03c3\u03ba\u03b1\u03bc\u03c8\u03af\u03b1 \u03c4\u03c9\u03bd \u03c1\u03bf\u03c5\u03bb\u03b5\u03bc\u03ac\u03bd, \u03c4\u03b7 \u03b4\u03bf\u03bc\u03ae \u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2, \u03c4\u03b7\u03bd \u03b1\u03c0\u03cc\u03c3\u03b2\u03b5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03ac\u03bb\u03bb\u03b5\u03c2 \u03c0\u03b7\u03b3\u03ad\u03c2 \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd. \u039c\u03b9\u03b1 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae \u03c0\u03bf\u03c5 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03b1\u03b8\u03bc\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c3\u03b5 G 2,5 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bc\u03b5\u03c4\u03c1\u03ac 0,5 mm\/s \u03ae 5 mm\/s \u03c3\u03c4\u03bf \u03c0\u03b5\u03c1\u03af\u03b2\u03bb\u03b7\u03bc\u03b1 \u03b1\u03bd\u03ac\u03bb\u03bf\u03b3\u03b1 \u03bc\u03b5 \u03b1\u03c5\u03c4\u03bf\u03cd\u03c2 \u03c4\u03bf\u03c5\u03c2 \u03c0\u03b1\u03c1\u03ac\u03b3\u03bf\u03bd\u03c4\u03b5\u03c2.<\/p>\n<h3>3. \u03a5\u03c0\u03b5\u03c1\u03b2\u03bf\u03bb\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03bf\u03c3\u03b4\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03b7\u03c2 \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1\u03c2<\/h3>\n<p>\u039f \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd G 1.0, \u03cc\u03c4\u03b1\u03bd \u03b1\u03c1\u03ba\u03b5\u03af \u03bf \u03b2\u03b1\u03b8\u03bc\u03cc\u03c2 G 6.3, \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03af \u03c3\u03c0\u03b1\u03c4\u03ac\u03bb\u03b7 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03c7\u03c1\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd. \u039a\u03ac\u03b8\u03b5 \u03b2\u03b1\u03b8\u03bc\u03cc\u03c2 \u03b1\u03c5\u03c3\u03c4\u03b7\u03c1\u03cc\u03c4\u03b5\u03c1\u03b7\u03c2 \u03c0\u03c1\u03bf\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 G \u03b4\u03b9\u03c0\u03bb\u03b1\u03c3\u03b9\u03ac\u03b6\u03b5\u03b9 \u03c0\u03b5\u03c1\u03af\u03c0\u03bf\u03c5 \u03c4\u03bf\u03bd \u03cc\u03b3\u03ba\u03bf \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03bf \u03ba\u03cc\u03c3\u03c4\u03bf\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2. \u0397 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7 \u03b5\u03bd\u03cc\u03c2 \u03c0\u03c4\u03b5\u03c1\u03c5\u03b3\u03af\u03bf\u03c5 \u03c6\u03c5\u03b3\u03bf\u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03ae\u03c2 \u03b1\u03bd\u03c4\u03bb\u03af\u03b1\u03c2 \u03c3\u03b5 \u03b2\u03b1\u03b8\u03bc\u03cc G 1.0 \u03b1\u03bd\u03c4\u03af \u03b3\u03b9\u03b1 G 6.3 \u03ba\u03bf\u03c3\u03c4\u03af\u03b6\u03b5\u03b9 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03bf, \u03b1\u03bb\u03bb\u03ac \u03b7 \u03b1\u03bd\u03c4\u03bb\u03af\u03b1 \u03c0\u03b9\u03b8\u03b1\u03bd\u03cc\u03c4\u03b1\u03c4\u03b1 \u03b4\u03b5\u03bd \u03b8\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af \u03c0\u03b9\u03bf \u03bf\u03bc\u03b1\u03bb\u03ac, \u03b5\u03c0\u03b5\u03b9\u03b4\u03ae \u03ac\u03bb\u03bb\u03b5\u03c2 \u03c0\u03b7\u03b3\u03ad\u03c2 \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd (<a href=\"https:\/\/vibromera.eu\/el\/glossary\/misalignment\/\">\u03ba\u03b1\u03ba\u03ae \u03b5\u03c5\u03b8\u03c5\u03b3\u03c1\u03ac\u03bc\u03bc\u03b9\u03c3\u03b7<\/a>, <a href=\"https:\/\/vibromera.eu\/el\/glossary\/hydraulic-forces\/\">\u03c5\u03b4\u03c1\u03b1\u03c5\u03bb\u03b9\u03ba\u03ad\u03c2 \u03b4\u03c5\u03bd\u03ac\u03bc\u03b5\u03b9\u03c2<\/a>, \u03b8\u03cc\u03c1\u03c5\u03b2\u03bf\u03c2 \u03c1\u03bf\u03c5\u03bb\u03b5\u03bc\u03ac\u03bd) \u03ba\u03c5\u03c1\u03b9\u03b1\u03c1\u03c7\u03bf\u03cd\u03bd.<\/p>\n<h3>4. \u0391\u03b3\u03bd\u03cc\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03c0\u03b5\u03c1\u03b9\u03bf\u03c1\u03b9\u03c3\u03bc\u03ce\u03bd \u03c4\u03bf\u03c5 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd \u03ba\u03cc\u03c3\u03bc\u03bf\u03c5<\/h3>\n<p>\u0397 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03b6\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b1\u03bd\u03bf\u03c7\u03ae \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b9\u03ba\u03c1\u03cc\u03c4\u03b5\u03c1\u03b7 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03b5\u03c5\u03b1\u03b9\u03c3\u03b8\u03b7\u03c3\u03af\u03b1 \u03c4\u03b7\u03c2 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 \u03ae \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c4\u03b5\u03cd\u03be\u03b9\u03bc\u03b7 \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1 \u03b4\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7\u03c2. \u0395\u03ac\u03bd U<sub>\u03b1\u03bd\u03ac<\/sub> \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03af\u03b6\u03b5\u03b9 \u03c3\u03b5 0,5 g-mm \u03b1\u03bb\u03bb\u03ac \u03b7 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03bd\u03b1\u03bb\u03cd\u03c3\u03b5\u03b9 \u03bc\u03cc\u03bd\u03bf \u03c3\u03b5 1 g-mm, \u03b7 \u03c0\u03c1\u03bf\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ae \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b9\u03ba\u03b1\u03bd\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03c7\u03c9\u03c1\u03af\u03c2 \u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf \u03b5\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03cc. \u0395\u03bb\u03ad\u03b3\u03c7\u03b5\u03c4\u03b5 \u03c0\u03ac\u03bd\u03c4\u03bf\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03bf \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03bf\u03c2 \u03b5\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b5\u03c0\u03b9\u03c4\u03cd\u03c7\u03b5\u03b9 \u03c0\u03c1\u03ac\u03b3\u03bc\u03b1\u03c4\u03b9 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03b4\u03b9\u03b1\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03b7 \u03b1\u03bd\u03bf\u03c7\u03ae.<\/p>\n<h3>5. \u039c\u03b7 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c4\u03c9\u03bd \u03b1\u03bd\u03bf\u03c7\u03ce\u03bd \u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae\u03c2<\/h3>\n<p>\u0388\u03bd\u03b1\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2 \u03c0\u03bf\u03c5 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03b1\u03b8\u03bc\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c4\u03ad\u03bb\u03b5\u03b9\u03b1 \u03c3\u03b5 \u03bc\u03b9\u03b1 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03b1\u03c1\u03bf\u03c5\u03c3\u03b9\u03ac\u03c3\u03b5\u03b9 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7\u03bd \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03bb\u03cc\u03b3\u03c9 \u03c4\u03c9\u03bd \u03b4\u03b9\u03b1\u03ba\u03ad\u03bd\u03c9\u03bd \u03c4\u03b7\u03c2 \u03b1\u03c5\u03bb\u03ac\u03ba\u03c9\u03c3\u03b7\u03c2 \u03c3\u03c6\u03ae\u03bd\u03b1\u03c2, \u03c4\u03b7\u03c2 \u03b5\u03ba\u03ba\u03b5\u03bd\u03c4\u03c1\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c4\u03b7\u03c2 \u03b6\u03b5\u03cd\u03be\u03b7\u03c2, \u03c4\u03b7\u03c2 \u03b8\u03b5\u03c1\u03bc\u03b9\u03ba\u03ae\u03c2 \u03b4\u03b9\u03b1\u03c3\u03c4\u03bf\u03bb\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03c9\u03bd \u03b1\u03bd\u03bf\u03c7\u03ce\u03bd \u03c4\u03bf\u03c0\u03bf\u03b8\u03ad\u03c4\u03b7\u03c3\u03b7\u03c2. \u0393\u03b9\u03b1 \u03ba\u03c1\u03af\u03c3\u03b9\u03bc\u03b5\u03c2 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ad\u03c2, \u03c4\u03bf \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf ISO \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac \u03c4\u03b7\u03bd \u03ba\u03c1\u03ac\u03c4\u03b7\u03c3\u03b7 20-30% \u03c4\u03b7\u03c2 \u03c3\u03c5\u03bd\u03bf\u03bb\u03b9\u03ba\u03ae\u03c2 \u03b1\u03bd\u03bf\u03c7\u03ae\u03c2 \u03b3\u03b9\u03b1 \u03bc\u03b5\u03c4\u03b1\u03c4\u03bf\u03c0\u03af\u03c3\u03b5\u03b9\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 \u03c0\u03bf\u03c5 \u03c3\u03c7\u03b5\u03c4\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7.<\/p>\n<h3>6. \u0395\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c0\u03c1\u03bf\u03c4\u03cd\u03c0\u03c9\u03bd \u03ac\u03ba\u03b1\u03bc\u03c0\u03c4\u03bf\u03c5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \u03c3\u03b5 \u03b5\u03cd\u03ba\u03b1\u03bc\u03c0\u03c4\u03bf\u03c5\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2<\/h3>\n<p>\u039f\u03b9 \u03b2\u03b1\u03b8\u03bc\u03bf\u03af G \u03c4\u03bf\u03c5 ISO 21940-11 \u03b9\u03c3\u03c7\u03cd\u03bf\u03c5\u03bd \u03b3\u03b9\u03b1 <em>\u03ac\u03ba\u03b1\u03bc\u03c0\u03c4\u03bf\u03b9 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2<\/em> \u2014 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd \u03c3\u03b5 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c0\u03bf\u03bb\u03cd \u03c7\u03b1\u03bc\u03b7\u03bb\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c0\u03c1\u03ce\u03c4\u03b7 \u03ba\u03c1\u03af\u03c3\u03b9\u03bc\u03b7 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03ac \u03c4\u03bf\u03c5\u03c2. \u03a1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03c6\u03c4\u03ac\u03bd\u03bf\u03c5\u03bd \u03ae \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd \u03ba\u03bf\u03bd\u03c4\u03ac \u03c3\u03c4\u03b9\u03c2 \u03ba\u03c1\u03af\u03c3\u03b9\u03bc\u03b5\u03c2 \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b5\u03c2 (<a href=\"https:\/\/vibromera.eu\/el\/glossary\/flexible-rotor\/\">\u03b5\u03cd\u03ba\u03b1\u03bc\u03c0\u03c4\u03bf\u03b9 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2<\/a>) \u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bd \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7 \u03b1\u03bd\u03ac <a href=\"https:\/\/vibromera.eu\/el\/glossary\/iso-21940-12\/\">ISO 21940-12<\/a>, \u03b7 \u03bf\u03c0\u03bf\u03af\u03b1 \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03b5\u03af \u03bc\u03b9\u03b1 \u03c1\u03b9\u03b6\u03b9\u03ba\u03ac \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03ae \u03c0\u03c1\u03bf\u03c3\u03ad\u03b3\u03b3\u03b9\u03c3\u03b7. \u0397 \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03b2\u03b1\u03b8\u03bc\u03ce\u03bd G \u03c3\u03b5 \u03ad\u03bd\u03b1\u03bd \u03b5\u03cd\u03ba\u03b1\u03bc\u03c0\u03c4\u03bf \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b4\u03b5\u03b9\u03c7\u03b8\u03b5\u03af \u03b5\u03c0\u03b9\u03ba\u03af\u03bd\u03b4\u03c5\u03bd\u03b1 \u03b1\u03bd\u03b5\u03c0\u03b1\u03c1\u03ba\u03ae\u03c2.<\/p>\n<h2 id=\"importance\">\u0393\u03b9\u03b1\u03c4\u03af \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2 \u03bf\u03b9 \u03b2\u03b1\u03b8\u03bc\u03bf\u03af G;<\/h2>\n<h3>\u03a4\u03c5\u03c0\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1<\/h3>\n<p>\u039f\u03b9 \u03b2\u03b1\u03b8\u03bc\u03bf\u03af G \u03c0\u03b1\u03c1\u03ad\u03c7\u03bf\u03c5\u03bd \u03bc\u03b9\u03b1 \u03c0\u03b1\u03b3\u03ba\u03cc\u03c3\u03bc\u03b9\u03b1 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c4\u03b7\u03c2 \u03b6\u03c5\u03b3\u03b1\u03c1\u03b9\u03ac\u03c2. \u0388\u03bd\u03b1\u03c2 \u03ba\u03b1\u03c4\u03b1\u03c3\u03ba\u03b5\u03c5\u03b1\u03c3\u03c4\u03ae\u03c2 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03ba\u03b1\u03b8\u03bf\u03c1\u03af\u03c3\u03b5\u03b9 \u03cc\u03c4\u03b9 \u03b7 \u03c0\u03c4\u03b5\u03c1\u03c9\u03c4\u03ae \u03bc\u03b9\u03b1\u03c2 \u03b1\u03bd\u03c4\u03bb\u03af\u03b1\u03c2 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \"\u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03b1\u03b8\u03bc\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7 \u03bc\u03b5 G 6,3 \u03ba\u03b1\u03c4\u03ac ISO 21940-11\" \u03ba\u03b1\u03b9 \u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 \u03c0\u03b1\u03b3\u03ba\u03bf\u03c3\u03bc\u03af\u03c9\u03c2 \u03b8\u03b1 \u03ba\u03b1\u03c4\u03b1\u03bb\u03ac\u03b2\u03b5\u03b9 \u03b1\u03ba\u03c1\u03b9\u03b2\u03ce\u03c2 \u03c4\u03b7\u03bd \u03b1\u03c0\u03b1\u03b9\u03c4\u03bf\u03cd\u03bc\u03b5\u03bd\u03b7 \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1. \u0391\u03c5\u03c4\u03cc \u03b5\u03be\u03b1\u03bb\u03b5\u03af\u03c6\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b1\u03c3\u03ac\u03c6\u03b5\u03b9\u03b1, \u03b1\u03c0\u03bf\u03c4\u03c1\u03ad\u03c0\u03b5\u03b9 \u03c4\u03b9\u03c2 \u03b4\u03b9\u03b1\u03c6\u03c9\u03bd\u03af\u03b5\u03c2 \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03c0\u03c1\u03bf\u03bc\u03b7\u03b8\u03b5\u03c5\u03c4\u03ce\u03bd \u03ba\u03b1\u03b9 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd \u03ba\u03b1\u03b9 \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03b5\u03b9 \u03c4\u03b7 \u03c3\u03c5\u03bd\u03b5\u03c0\u03ae \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c3\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03c0\u03b1\u03b3\u03ba\u03cc\u03c3\u03bc\u03b9\u03b5\u03c2 \u03b1\u03bb\u03c5\u03c3\u03af\u03b4\u03b5\u03c2 \u03b5\u03c6\u03bf\u03b4\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd.<\/p>\n<h3>\u03a0\u03c1\u03cc\u03bb\u03b7\u03c8\u03b7 \u03c4\u03b7\u03c2 \u03c5\u03c0\u03b5\u03c1\u03b2\u03bf\u03bb\u03b9\u03ba\u03ae\u03c2 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2<\/h3>\n<p>\u0397 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7 \u03b5\u03bd\u03cc\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \u03bc\u03b5 \u03b1\u03c5\u03c3\u03c4\u03b7\u03c1\u03cc\u03c4\u03b5\u03c1\u03b7 \u03b1\u03bd\u03bf\u03c7\u03ae \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03b1\u03c0\u03b1\u03c1\u03b1\u03af\u03c4\u03b7\u03c4\u03b7 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03b1\u03c0\u03b1\u03bd\u03b7\u03c1\u03ae \u03ba\u03b1\u03b9 \u03c7\u03c1\u03bf\u03bd\u03bf\u03b2\u03cc\u03c1\u03b1. \u039a\u03ac\u03b8\u03b5 \u03b2\u03b1\u03b8\u03bc\u03af\u03b4\u03b1 \u03b1\u03c5\u03c3\u03c4\u03b7\u03c1\u03cc\u03c4\u03b5\u03c1\u03b7\u03c2 \u03b1\u03bd\u03bf\u03c7\u03ae\u03c2 G \u03c0\u03b5\u03c1\u03af\u03c0\u03bf\u03c5 \u03b4\u03b9\u03c0\u03bb\u03b1\u03c3\u03b9\u03ac\u03b6\u03b5\u03b9 \u03c4\u03bf \u03ba\u03cc\u03c3\u03c4\u03bf\u03c2 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2, \u03b5\u03c0\u03b5\u03b9\u03b4\u03ae \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03ae\u03c8\u03b5\u03b9\u03c2 \u03b4\u03b9\u03cc\u03c1\u03b8\u03c9\u03c3\u03b7\u03c2, \u03bb\u03b5\u03c0\u03c4\u03cc\u03c4\u03b5\u03c1\u03b7 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bc\u03ad\u03c4\u03c1\u03b7\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03bf \u03c7\u03c1\u03cc\u03bd\u03bf \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae\u03c2. \u039f\u03b9 \u03b2\u03b1\u03b8\u03bc\u03af\u03b4\u03b5\u03c2 G \u03b2\u03bf\u03b7\u03b8\u03bf\u03cd\u03bd \u03c4\u03bf\u03c5\u03c2 \u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03bf\u03cd\u03c2 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03bf\u03c5\u03bd \u03ad\u03bd\u03b1 \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03cc \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1\u03c2 \u03c0\u03bf\u03c5 \u03b5\u03af\u03bd\u03b1\u03b9 \"\u03b1\u03c1\u03ba\u03b5\u03c4\u03ac \u03ba\u03b1\u03bb\u03cc\" \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae \u03c7\u03c9\u03c1\u03af\u03c2 \u03bd\u03b1 \u03c3\u03c0\u03b1\u03c4\u03b1\u03bb\u03bf\u03cd\u03bd \u03c0\u03cc\u03c1\u03bf\u03c5\u03c2 \u03c3\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c4\u03c4\u03ae \u03b1\u03ba\u03c1\u03af\u03b2\u03b5\u03b9\u03b1.<\/p>\n<h3>\u0395\u03be\u03b1\u03c3\u03c6\u03ac\u03bb\u03b9\u03c3\u03b7 \u03b1\u03be\u03b9\u03bf\u03c0\u03b9\u03c3\u03c4\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1\u03c2 \u03b6\u03c9\u03ae\u03c2 \u03c1\u03bf\u03c5\u03bb\u03b5\u03bc\u03ac\u03bd<\/h3>\n<p>\u0397 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03c4\u03bf\u03c5 \u03c3\u03c9\u03c3\u03c4\u03bf\u03cd \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd G \u03b5\u03be\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03b6\u03b5\u03b9 \u03cc\u03c4\u03b9 \u03c4\u03bf \u03bc\u03b7\u03c7\u03ac\u03bd\u03b7\u03bc\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b5\u03af \u03bc\u03b5 \u03b1\u03c0\u03bf\u03b4\u03b5\u03ba\u03c4\u03ac \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03b1 \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd, \u03bc\u03b5\u03b9\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ac\u03bc\u03b5\u03c3\u03b1 \u03c4\u03b1 \u03b4\u03c5\u03bd\u03b1\u03bc\u03b9\u03ba\u03ac \u03c6\u03bf\u03c1\u03c4\u03af\u03b1 \u03c3\u03c4\u03b1 \u03ad\u03b4\u03c1\u03b1\u03bd\u03b1, \u03c4\u03b9\u03c2 \u03c4\u03c3\u03b9\u03bc\u03bf\u03cd\u03c7\u03b5\u03c2, \u03c4\u03bf\u03c5\u03c2 \u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b9\u03c2 \u03b4\u03bf\u03bc\u03ad\u03c2 \u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2. \u0397 \u03c3\u03c7\u03ad\u03c3\u03b7 \u03bc\u03b5\u03c4\u03b1\u03be\u03cd \u03c4\u03b7\u03c2 \u03b4\u03cd\u03bd\u03b1\u03bc\u03b7\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1\u03c2 \u03b6\u03c9\u03ae\u03c2 \u03c4\u03c9\u03bd \u03c1\u03bf\u03c5\u03bb\u03b5\u03bc\u03ac\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03c1\u03b1\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae: \u03b7 \u03bc\u03b5\u03af\u03c9\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 \u03ba\u03b1\u03c4\u03ac 50% \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b1\u03c5\u03be\u03ae\u03c3\u03b5\u03b9 \u03c4\u03b7 \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 \u03b6\u03c9\u03ae\u03c2 \u03c4\u03c9\u03bd \u03c1\u03bf\u03c5\u03bb\u03b5\u03bc\u03ac\u03bd L10 \u03ba\u03b1\u03c4\u03ac 8 \u03c6\u03bf\u03c1\u03ad\u03c2 (\u03bb\u03cc\u03b3\u03c9 \u03c4\u03b7\u03c2 \u03ba\u03c5\u03b2\u03b9\u03ba\u03ae\u03c2 \u03c3\u03c7\u03ad\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd\u03c2 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1\u03c2 \u03b6\u03c9\u03ae\u03c2 \u03c4\u03c9\u03bd \u03c1\u03bf\u03c5\u03bb\u03b5\u03bc\u03ac\u03bd). \u0397 \u03c3\u03c9\u03c3\u03c4\u03ae \u03c0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03af\u03b1 \u03b1\u03c0\u03cc \u03c4\u03b9\u03c2 \u03c0\u03b9\u03bf \u03b1\u03c0\u03bf\u03b4\u03bf\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b2\u03b5\u03bb\u03c4\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2 \u03b1\u03be\u03b9\u03bf\u03c0\u03b9\u03c3\u03c4\u03af\u03b1\u03c2 \u03c0\u03bf\u03c5 \u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd.<\/p>\n<h3>\u039a\u03b1\u03bd\u03bf\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae \u03ba\u03b1\u03b9 \u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03b9\u03ba\u03ae \u03c3\u03c5\u03bc\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7<\/h3>\n<p>\u03a0\u03bf\u03bb\u03bb\u03ac \u03b2\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03b9\u03ba\u03ac \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2 \u03b5\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03bf\u03cd \u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03bf\u03c5\u03bd \u03c9\u03c2 \u03c5\u03c0\u03bf\u03c7\u03c1\u03b5\u03c9\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c4\u03bf\u03c5\u03c2 \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd\u03c2 G \u03c4\u03bf\u03c5 ISO. \u03a4\u03b1 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 API \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03b5\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03cc \u03c4\u03b7\u03c2 \u03c0\u03b5\u03c4\u03c1\u03b5\u03bb\u03b1\u03ca\u03ba\u03ae\u03c2 \u03b2\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03af\u03b1\u03c2, \u03c4\u03b1 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 IEC \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03ba\u03b9\u03bd\u03b7\u03c4\u03ae\u03c1\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03bf\u03b9 \u03c3\u03c4\u03c1\u03b1\u03c4\u03b9\u03c9\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c0\u03c1\u03bf\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03b1\u03bc\u03c5\u03bd\u03c4\u03b9\u03ba\u03cc \u03b5\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03cc \u03b1\u03bd\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03b1\u03b9 \u03ae \u03c5\u03b9\u03bf\u03b8\u03b5\u03c4\u03bf\u03cd\u03bd \u03c4\u03bf \u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 ISO G-grade. \u0397 \u03c3\u03c5\u03bc\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03bc\u03b5 \u03b1\u03c5\u03c4\u03ad\u03c2 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03c5\u03c7\u03bd\u03ac \u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03b9\u03ba\u03ac \u03b4\u03b5\u03c3\u03bc\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03ba\u03b1\u03b9 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c5\u03c0\u03cc\u03ba\u03b5\u03b9\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf \u03ae \u03b5\u03c0\u03b1\u03bb\u03ae\u03b8\u03b5\u03c5\u03c3\u03b7.<\/p>\n<h3>\u0392\u03b1\u03c3\u03b9\u03ba\u03ae \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae \u03c0\u03c1\u03bf\u03b3\u03bd\u03c9\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2 \u03c3\u03c5\u03bd\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7\u03c2<\/h3>\n<p>\u038c\u03c4\u03b1\u03bd \u03ad\u03bd\u03b1\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2 \u03ad\u03c7\u03b5\u03b9 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03b7\u03b8\u03b5\u03af \u03c3\u03b5 \u03b3\u03bd\u03c9\u03c3\u03c4\u03cc \u03b2\u03b1\u03b8\u03bc\u03cc G \u03ba\u03b1\u03b9 \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03c4\u03b1\u03b3\u03c1\u03b1\u03c6\u03b5\u03af \u03c4\u03bf \u03b1\u03c1\u03c7\u03b9\u03ba\u03cc \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd, \u03bf\u03b9 \u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03bc\u03b5\u03c4\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2 \u03ba\u03c1\u03b1\u03b4\u03b1\u03c3\u03bc\u03ce\u03bd \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03c3\u03c5\u03b3\u03ba\u03c1\u03b9\u03b8\u03bf\u03cd\u03bd \u03bc\u03b5 \u03b1\u03c5\u03c4\u03cc <a href=\"https:\/\/vibromera.eu\/el\/glossary\/baseline\/\">\u03b3\u03c1\u03b1\u03bc\u03bc\u03ae \u03b2\u03ac\u03c3\u03b7\u03c2<\/a>. \u039f\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03b1\u03cd\u03be\u03b7\u03c3\u03b7 \u03c3\u03b5 <a href=\"https:\/\/vibromera.eu\/el\/glossary\/running-speed\/\">1\u00d7 \u03a3.\u0391.\u039b.<\/a> \u0397 \u03b4\u03cc\u03bd\u03b7\u03c3\u03b7 \u03c5\u03c0\u03bf\u03b4\u03b7\u03bb\u03ce\u03bd\u03b5\u03b9 \u03b1\u03bc\u03ad\u03c3\u03c9\u03c2 \u03c4\u03b7\u03bd \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 (\u03bb\u03cc\u03b3\u03c9 \u03b4\u03b9\u03ac\u03b2\u03c1\u03c9\u03c3\u03b7\u03c2, \u03c3\u03c5\u03c3\u03c3\u03ce\u03c1\u03b5\u03c5\u03c3\u03b7\u03c2, \u03b1\u03c0\u03ce\u03bb\u03b5\u03b9\u03b1\u03c2 \u03c4\u03bc\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03ae \u03b8\u03b5\u03c1\u03bc\u03b9\u03ba\u03ae\u03c2 \u03c0\u03b1\u03c1\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7\u03c2), \u03b5\u03c0\u03b9\u03c4\u03c1\u03ad\u03c0\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03bb\u03b7\u03c0\u03c4\u03b9\u03ba\u03ae <a href=\"https:\/\/vibromera.eu\/el\/glossary\/predictive-maintenance\/\">\u03c3\u03c5\u03bd\u03c4\u03ae\u03c1\u03b7\u03c3\u03b7<\/a> \u03c0\u03c1\u03b9\u03bd \u03c0\u03c1\u03bf\u03ba\u03bb\u03b7\u03b8\u03b5\u03af \u03b6\u03b7\u03bc\u03b9\u03ac.<\/p>\n<div class=\"info-box success\">\n<div class=\"box-title\">\u0395\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03cc\u03c2 Vibromera Balanset \u03ba\u03b1\u03b9 G-Grades<\/div>\n<p>\u03a4\u03bf <a href=\"https:\/\/vibromera.eu\/el\/%cf%80%cf%81%ce%bf%cf%8a%cf%8c%ce%bd\/balanset-1\/\">Balanset-1A<\/a> \u03ba\u03b1\u03b9 <a href=\"https:\/\/vibromera.eu\/el\/%cf%80%cf%81%ce%bf%cf%8a%cf%8c%ce%bd\/balanset-4-2\/\">Balanset-4<\/a> \u03bf\u03b9 \u03c6\u03bf\u03c1\u03b7\u03c4\u03ad\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2 \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03c5\u03bd \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03b4\u03b9\u03b1\u03b3\u03c1\u03b1\u03c6\u03ad\u03c2 G-grade \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03c3\u03c4\u03bf \u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03b9\u03ba\u03cc \u03c4\u03bf\u03c5\u03c2. \u039f\u03b9 \u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ad\u03c2 \u03b5\u03b9\u03c3\u03ac\u03b3\u03bf\u03c5\u03bd \u03c4\u03bf\u03bd \u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b7\u03c4\u03cc \u03b2\u03b1\u03b8\u03bc\u03cc G, \u03c4\u03b7 \u03bc\u03ac\u03b6\u03b1 \u03c4\u03bf\u03c5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03c4\u03b1\u03c7\u03cd\u03c4\u03b7\u03c4\u03b1 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03af\u03b6\u03b5\u03b9 \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7 \u03b1\u03bd\u03bf\u03c7\u03ae \u03ba\u03b1\u03b9 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03b5\u03b9 \u03c4\u03b7\u03bd \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1\u03c2\/\u03b1\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1\u03c2 \u03ba\u03b1\u03c4\u03ac \u03c4\u03b7 \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1\u03c2 \u03b5\u03be\u03b9\u03c3\u03bf\u03c1\u03c1\u03cc\u03c0\u03b7\u03c3\u03b7\u03c2. \u039c\u03b5 \u03c4\u03bf\u03bd \u03c4\u03c1\u03cc\u03c0\u03bf \u03b1\u03c5\u03c4\u03cc \u03b5\u03be\u03b1\u03bb\u03b5\u03af\u03c6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c4\u03b1 \u03c3\u03c6\u03ac\u03bb\u03bc\u03b1\u03c4\u03b1 \u03c7\u03b5\u03b9\u03c1\u03bf\u03ba\u03af\u03bd\u03b7\u03c4\u03bf\u03c5 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03bf\u03cd \u03ba\u03b1\u03b9 \u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03b7 \u03c3\u03c5\u03bd\u03b5\u03c0\u03ae\u03c2 \u03c3\u03c5\u03bc\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03bc\u03b5 \u03c4\u03b1 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 ISO.<\/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\/el\/glossary\/\">\u2190 \u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c3\u03c4\u03bf \u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf \u0393\u03bb\u03c9\u03c3\u03c3\u03b1\u03c1\u03af\u03bf\u03c5<\/a><\/p>\n<\/article>\n<p>      <!-- TOC SIDEBAR --><\/p>\n<aside class=\"toc-sidebar\">\n<div class=\"toc-box\">\n<h3>\u03a3\u03b5 \u03b1\u03c5\u03c4\u03ae \u03c4\u03b7 \u03c3\u03b5\u03bb\u03af\u03b4\u03b1<\/h3>\n<p>          <a href=\"#calculator\">\u03a5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2<\/a><br \/>\n          <a href=\"#grade-overview\">\u0395\u03c0\u03b9\u03c3\u03ba\u03cc\u03c0\u03b7\u03c3\u03b7 G-Grade<\/a><br \/>\n          <a href=\"#full-table\">\u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03c0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 ISO<\/a><br \/>\n          <a href=\"#definition\">\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2<\/a><br \/>\n          <a class=\"sub\" href=\"#definition\">\u0399\u03c3\u03c4\u03bf\u03c1\u03b9\u03ba\u03cc \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf<\/a><br \/>\n          <a href=\"#how-it-works\">\u03a0\u03ce\u03c2 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03bd \u03bf\u03b9 \u03b2\u03b1\u03b8\u03bc\u03af\u03b4\u03b5\u03c2 G-Grades<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\u0392\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03c6\u03cc\u03c1\u03bc\u03bf\u03c5\u03bb\u03b5\u03c2<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\u0395\u03be\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 \u03bc\u03b5\u03c4\u03b1\u03b2\u03bb\u03b7\u03c4\u03ad\u03c2<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\u0393\u03b5\u03c9\u03bc\u03b5\u03c4\u03c1\u03b9\u03ba\u03ae \u03b5\u03c1\u03bc\u03b7\u03bd\u03b5\u03af\u03b1<\/a><br \/>\n          <a href=\"#selecting\">\u0395\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03b2\u03b1\u03b8\u03bc\u03bf\u03cd<\/a><br \/>\n          <a class=\"sub\" href=\"#selecting\">\u03a0\u03b1\u03c1\u03ac\u03b3\u03bf\u03bd\u03c4\u03b5\u03c2 \u03b1\u03c0\u03cc\u03c6\u03b1\u03c3\u03b7\u03c2<\/a><br \/>\n          <a class=\"sub\" href=\"#selecting\">\u03a3\u03c5\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u03c4\u03b7\u03c2 \u03b2\u03b9\u03bf\u03bc\u03b7\u03c7\u03b1\u03bd\u03af\u03b1\u03c2<\/a><br \/>\n          <a href=\"#practical\">\u03a0\u03c1\u03b1\u03ba\u03c4\u03b9\u03ba\u03ac \u03c0\u03b1\u03c1\u03b1\u03b4\u03b5\u03af\u03b3\u03bc\u03b1\u03c4\u03b1<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\u03a0\u03c4\u03b5\u03c1\u03c9\u03c4\u03ae \u03b1\u03bd\u03c4\u03bb\u03af\u03b1\u03c2<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\u03a1\u03cc\u03c4\u03bf\u03c1\u03b1\u03c2 \u03b1\u03bd\u03b5\u03bc\u03b9\u03c3\u03c4\u03ae\u03c1\u03b1<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\u03a3\u03c4\u03c1\u03bf\u03b2\u03b9\u03bb\u03bf\u03c3\u03c5\u03bc\u03c0\u03b9\u03b5\u03c3\u03c4\u03ae\u03c2<\/a><br \/>\n          <a href=\"#two-plane\">\u0396\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7 \u03b4\u03cd\u03bf \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03c9\u03bd<\/a><br \/>\n          <a href=\"#common-mistakes\">\u03a3\u03c5\u03bd\u03b7\u03b8\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1 \u03bb\u03ac\u03b8\u03b7<\/a><br \/>\n          <a href=\"#importance\">\u0393\u03b9\u03b1\u03c4\u03af \u03ad\u03c7\u03b5\u03b9 \u03c3\u03b7\u03bc\u03b1\u03c3\u03af\u03b1<\/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);\">\u0395\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03cc\u03c2 Vibromera<\/h3>\n<p style=\"color: rgba(255,255,255,0.6); font-size: 13px; margin-bottom: 12px;\">\u03a6\u03bf\u03c1\u03b7\u03c4\u03ad\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2 \u03bc\u03b5 \u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03bf \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03cc \u03b1\u03bd\u03bf\u03c7\u03ae\u03c2 ISO G-grade.<\/p>\n<p>          <a href=\"https:\/\/vibromera.eu\/el\/%cf%80%cf%81%ce%bf%cf%8a%cf%8c%ce%bd\/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\/el\/%cf%80%cf%81%ce%bf%cf%8a%cf%8c%ce%bd\/balanset-4-2\/\" 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>\u0395\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc\u03c2 \u03c6\u03bf\u03c1\u03b7\u03c4\u03cc\u03c2 \u03b5\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b6\u03c5\u03b3\u03bf\u03c3\u03c4\u03ac\u03b8\u03bc\u03b9\u03c3\u03b7\u03c2<\/h2>\n<p>\u0399\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03ae\u03c3\u03c4\u03b5 \u03c1\u03cc\u03c4\u03bf\u03c1\u03b5\u03c2 \u03c3\u03cd\u03bc\u03c6\u03c9\u03bd\u03b1 \u03bc\u03b5 \u03c4\u03b1 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 ISO G \u03c3\u03c4\u03bf \u03c0\u03b5\u03b4\u03af\u03bf \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2 Balanset \u03c4\u03b7\u03c2 Vibromera - \u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03cc\u03c2 \u03b1\u03bd\u03bf\u03c7\u03ce\u03bd, \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b4\u03cd\u03bf \u03b5\u03c0\u03b9\u03c0\u03ad\u03b4\u03c9\u03bd, \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u03c3\u03b5 \u03c0\u03c1\u03bf\u03c3\u03b9\u03c4\u03ad\u03c2 \u03c4\u03b9\u03bc\u03ad\u03c2.<\/p>\n<p>    <a href=\"https:\/\/vibromera.eu\/el\/shop\/\" class=\"cta-btn\">\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03b5\u03be\u03bf\u03c0\u03bb\u03b9\u03c3\u03bc\u03bf\u03cd \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\/el\/glossary\/\">\u2190 \u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c3\u03c4\u03bf \u0393\u03bb\u03c9\u03c3\u03c3\u03ac\u03c1\u03b9\u03bf<\/a> &nbsp;|&nbsp; <a href=\"https:\/\/vibromera.eu\/el\/\">vibromera.eu<\/a><\/p>\n<\/p><\/div>\n<\/footer>\n<hr>\n<p><a href=\"https:\/\/vibromera.eu\/el\/glossary\/\">\u2190 \u0395\u03c0\u03b9\u03c3\u03c4\u03c1\u03bf\u03c6\u03ae \u03c3\u03c4\u03bf \u039a\u03cd\u03c1\u03b9\u03bf \u0395\u03c5\u03c1\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>\u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03c5\u03c2 \u0392\u03b1\u03b8\u03bc\u03bf\u03cd\u03c2 \u03a0\u03bf\u03b9\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u0399\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 (G-Grades) \u03b1\u03c0\u03cc \u03c4\u03b1 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 ISO, \u03ad\u03bd\u03b1 \u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03ba\u03b1\u03b8\u03bf\u03c1\u03b9\u03c3\u03bc\u03cc \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c4\u03c1\u03b5\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03c5\u03c0\u03bf\u03bb\u03b5\u03b9\u03c0\u03cc\u03bc\u03b5\u03bd\u03b7\u03c2 \u03b1\u03bd\u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c4\u03cd\u03c0\u03bf\u03c5\u03c2 \u03c1\u03cc\u03c4\u03bf\u03c1\u03c9\u03bd.<\/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\/el\/wp-json\/wp\/v2\/glossary\/130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vibromera.eu\/el\/wp-json\/wp\/v2\/glossary"}],"about":[{"href":"https:\/\/vibromera.eu\/el\/wp-json\/wp\/v2\/types\/glossary"}],"version-history":[{"count":5,"href":"https:\/\/vibromera.eu\/el\/wp-json\/wp\/v2\/glossary\/130\/revisions"}],"predecessor-version":[{"id":101732,"href":"https:\/\/vibromera.eu\/el\/wp-json\/wp\/v2\/glossary\/130\/revisions\/101732"}],"wp:attachment":[{"href":"https:\/\/vibromera.eu\/el\/wp-json\/wp\/v2\/media?parent=130"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vibromera.eu\/el\/wp-json\/wp\/v2\/categories?post=130"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vibromera.eu\/el\/wp-json\/wp\/v2\/tags?post=130"}],"curies":[{"name":"\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}