{"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\/th\/glossary\/g-grade\/","title":{"rendered":"\u0e40\u0e01\u0e23\u0e14\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e21\u0e14\u0e38\u0e25 (G-Grades) \u0e04\u0e37\u0e2d\u0e2d\u0e30\u0e44\u0e23?"},"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\/th\/\">\u0e2b\u0e19\u0e49\u0e32\u0e41\u0e23\u0e01<\/a> \u2192 <a href=\"https:\/\/vibromera.eu\/th\/glossary\/\">\u0e04\u0e33\u0e28\u0e31\u0e1e\u0e17\u0e4c<\/a> \u2192 \u0e40\u0e01\u0e23\u0e14\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\n    <\/div>\n<h1>\u0e04\u0e27\u0e32\u0e21\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08 <span>\u0e40\u0e01\u0e23\u0e14\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25<\/span> (\u0e40\u0e01\u0e23\u0e14 G)<\/h1>\n<p class=\"subtitle\">\u0e23\u0e30\u0e1a\u0e1a\u0e01\u0e32\u0e23\u0e08\u0e33\u0e41\u0e19\u0e01\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e15\u0e32\u0e21\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e15\u0e01\u0e04\u0e49\u0e32\u0e07\u0e17\u0e35\u0e48\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e44\u0e14\u0e49 \u2014 \u0e15\u0e31\u0e49\u0e07\u0e41\u0e15\u0e48\u0e44\u0e08\u0e42\u0e23\u0e2a\u0e42\u0e04\u0e1b\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e2a\u0e39\u0e07\u0e17\u0e35\u0e48 G0.4 \u0e44\u0e1b\u0e08\u0e19\u0e16\u0e36\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e14\u0e35\u0e40\u0e0b\u0e25\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e23\u0e37\u0e2d\u0e40\u0e14\u0e34\u0e19\u0e17\u0e30\u0e40\u0e25\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e17\u0e35\u0e48 G4000 \u0e04\u0e23\u0e1a\u0e04\u0e23\u0e31\u0e19\u0e14\u0e49\u0e27\u0e22\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e04\u0e33\u0e19\u0e27\u0e13 \u0e15\u0e32\u0e23\u0e32\u0e07\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07 \u0e41\u0e25\u0e30\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34.<\/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\/th\/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\/th\/product\/balanset-1\/\" title=\"\u0e1a\u0e32\u0e25\u0e32\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e41\u0e1a\u0e1a\u0e1e\u0e01\u0e1e\u0e32\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19 Balanset-1A\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Balanset-1A \u0e0a\u0e38\u0e14\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e41\u0e1a\u0e1a\u0e1e\u0e01\u0e1e\u0e32\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\u0e04\u0e23\u0e1a\u0e0a\u0e38\u0e14\" 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\/th\/product-category\/devices\/\" rel=\"tag\">\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c<\/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\/th\/product\/balanset-1\/\" title=\"\u0e1a\u0e32\u0e25\u0e32\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e41\u0e1a\u0e1a\u0e1e\u0e01\u0e1e\u0e32\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19 Balanset-1A\">\u0e1a\u0e32\u0e25\u0e32\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e41\u0e1a\u0e1a\u0e1e\u0e01\u0e1e\u0e32\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19 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> + \u0e20\u0e32\u0e29\u0e35\u0e21\u0e39\u0e25\u0e04\u0e48\u0e32\u0e40\u0e1e\u0e34\u0e48\u0e21 (\u0e16\u0e49\u0e32\u0e21\u0e35)<\/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=\"\/th\/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=\"\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\" 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=\"\/th\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=986\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_986\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"986\" data-product_sku=\"BS-1\" aria-label=\"Add to cart: \u201cPortable balancer &amp; Vibration analyzer Balanset-1A\u201d\" rel=\"nofollow\" data-success_message=\"\u201cPortable balancer &amp; Vibration analyzer Balanset-1A\u201d has been added to your cart\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32<\/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\/th\/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\/th\/product\/vibration-sensor\/\" title=\"\u0e40\u0e0b\u0e47\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\">\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=\"\u0e40\u0e0b\u0e47\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e27\u0e31\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19 Balanset-1A \u0e41\u0e1a\u0e1a\u0e0b\u0e39\u0e21\u0e43\u0e01\u0e25\u0e49\" 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\/th\/product-category\/parts\/\" rel=\"tag\">\u0e2d\u0e30\u0e44\u0e2b\u0e25\u0e48<\/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\/th\/product\/vibration-sensor\/\" title=\"\u0e40\u0e0b\u0e47\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\">\u0e40\u0e0b\u0e47\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19<\/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> + \u0e20\u0e32\u0e29\u0e35\u0e21\u0e39\u0e25\u0e04\u0e48\u0e32\u0e40\u0e1e\u0e34\u0e48\u0e21 (\u0e16\u0e49\u0e32\u0e21\u0e35)<\/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=\"\/th\/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=\"\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\" 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=\"\/th\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1820\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1820\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1820\" data-product_sku=\"VS-1\" aria-label=\"Add to cart: \u201cVibration sensor\u201d\" rel=\"nofollow\" data-success_message=\"\u201cVibration sensor\u201d has been added to your cart\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32<\/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\/th\/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\/th\/product\/optical-sensor-for-balanset-and-arbalance\/\" title=\"\u0e2d\u0e2d\u0e1b\u0e15\u0e34\u0e04\u0e31\u0e25\u0e40\u0e0b\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c (\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e27\u0e31\u0e14\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e23\u0e2d\u0e1a\u0e41\u0e1a\u0e1a\u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c)\">\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=\"\u0e2d\u0e2d\u0e1b\u0e15\u0e34\u0e04\u0e31\u0e25\u0e40\u0e0b\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c (\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e27\u0e31\u0e14\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e23\u0e2d\u0e1a\u0e41\u0e1a\u0e1a\u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c)\" 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\/th\/product-category\/parts\/\" rel=\"tag\">\u0e2d\u0e30\u0e44\u0e2b\u0e25\u0e48<\/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\/th\/product\/optical-sensor-for-balanset-and-arbalance\/\" title=\"\u0e2d\u0e2d\u0e1b\u0e15\u0e34\u0e04\u0e31\u0e25\u0e40\u0e0b\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c (\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e27\u0e31\u0e14\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e23\u0e2d\u0e1a\u0e41\u0e1a\u0e1a\u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c)\">\u0e2d\u0e2d\u0e1b\u0e15\u0e34\u0e04\u0e31\u0e25\u0e40\u0e0b\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c (\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e27\u0e31\u0e14\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e23\u0e2d\u0e1a\u0e41\u0e1a\u0e1a\u0e40\u0e25\u0e40\u0e0b\u0e2d\u0e23\u0e4c)<\/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> + \u0e20\u0e32\u0e29\u0e35\u0e21\u0e39\u0e25\u0e04\u0e48\u0e32\u0e40\u0e1e\u0e34\u0e48\u0e21 (\u0e16\u0e49\u0e32\u0e21\u0e35)<\/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=\"\/th\/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=\"\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\" 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=\"\/th\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1832\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1832\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1832\" data-product_sku=\"Tach-1\" aria-label=\"Add to cart: \u201cOptical Sensor (Laser Tachometer)\u201d\" rel=\"nofollow\" data-success_message=\"\u201cOptical Sensor (Laser Tachometer)\u201d has been added to your cart\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32<\/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\/th\/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\/th\/product\/balanset-4\/\" title=\"\u0e1a\u0e32\u0e25\u0e31\u0e19\u0e40\u0e0b\u0e47\u0e15-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=\"\u0e0a\u0e38\u0e14\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c Vibromera: \u0e01\u0e23\u0e30\u0e40\u0e1b\u0e4b\u0e32\u0e1e\u0e01\u0e1e\u0e32, \u0e15\u0e31\u0e27\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e20\u0e32\u0e1e\u0e2a\u0e31\u0e0d\u0e0d\u0e32\u0e13\u0e2b\u0e25\u0e32\u0e22\u0e0a\u0e48\u0e2d\u0e07\u0e2a\u0e31\u0e0d\u0e0d\u0e32\u0e13, \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e27\u0e34\u0e40\u0e04\u0e23\u0e32\u0e30\u0e2b\u0e4c\u0e41\u0e1a\u0e1a\u0e1e\u0e01\u0e1e\u0e32, \u0e10\u0e32\u0e19\u0e41\u0e21\u0e48\u0e40\u0e2b\u0e25\u0e47\u0e01, \u0e40\u0e0b\u0e47\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c\u0e27\u0e31\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19 \u0e41\u0e25\u0e30\u0e2a\u0e32\u0e22\u0e40\u0e04\u0e40\u0e1a\u0e34\u0e25\u0e41\u0e1a\u0e1a\u0e02\u0e14.\" 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\/th\/product-category\/devices\/\" rel=\"tag\">\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c<\/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\/th\/product\/balanset-4\/\" title=\"\u0e1a\u0e32\u0e25\u0e31\u0e19\u0e40\u0e0b\u0e47\u0e15-4\">\u0e1a\u0e32\u0e25\u0e31\u0e19\u0e40\u0e0b\u0e47\u0e15-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> + \u0e20\u0e32\u0e29\u0e35\u0e21\u0e39\u0e25\u0e04\u0e48\u0e32\u0e40\u0e1e\u0e34\u0e48\u0e21 (\u0e16\u0e49\u0e32\u0e21\u0e35)<\/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=\"\/th\/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=\"\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\" 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=\"\/th\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1833\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1833\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1833\" data-product_sku=\"BS-4\" aria-label=\"Add to cart: \u201cBalanset-4\u201d\" rel=\"nofollow\" data-success_message=\"\u201cBalanset-4\u201d has been added to your cart\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32<\/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\/th\/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\/th\/product\/magnet-stand\/\" title=\"\u0e02\u0e32\u0e15\u0e31\u0e49\u0e07\u0e41\u0e21\u0e48\u0e40\u0e2b\u0e25\u0e47\u0e01 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=\"\u0e10\u0e32\u0e19\u0e41\u0e21\u0e48\u0e40\u0e2b\u0e25\u0e47\u0e01.\" 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\/th\/product-category\/parts\/\" rel=\"tag\">\u0e2d\u0e30\u0e44\u0e2b\u0e25\u0e48<\/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\/th\/product\/magnet-stand\/\" title=\"\u0e02\u0e32\u0e15\u0e31\u0e49\u0e07\u0e41\u0e21\u0e48\u0e40\u0e2b\u0e25\u0e47\u0e01 Insize-60-kgf\">\u0e02\u0e32\u0e15\u0e31\u0e49\u0e07\u0e41\u0e21\u0e48\u0e40\u0e2b\u0e25\u0e47\u0e01 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> + \u0e20\u0e32\u0e29\u0e35\u0e21\u0e39\u0e25\u0e04\u0e48\u0e32\u0e40\u0e1e\u0e34\u0e48\u0e21 (\u0e16\u0e49\u0e32\u0e21\u0e35)<\/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=\"\/th\/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=\"\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\" 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=\"\/th\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1852\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1852\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1852\" data-product_sku=\"MS-1\" aria-label=\"Add to cart: \u201cMagnetic Stand Insize-60-kgf\u201d\" rel=\"nofollow\" data-success_message=\"\u201cMagnetic Stand Insize-60-kgf\u201d has been added to your cart\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32<\/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\/th\/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\/th\/product\/reflective-tape\/\" title=\"\u0e40\u0e17\u0e1b\u0e2a\u0e30\u0e17\u0e49\u0e2d\u0e19\u0e41\u0e2a\u0e07\">\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=\"\u0e40\u0e17\u0e1b\u0e2a\u0e30\u0e17\u0e49\u0e2d\u0e19\u0e41\u0e2a\u0e07\" 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\/th\/product-category\/parts\/\" rel=\"tag\">\u0e2d\u0e30\u0e44\u0e2b\u0e25\u0e48<\/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\/th\/product\/reflective-tape\/\" title=\"\u0e40\u0e17\u0e1b\u0e2a\u0e30\u0e17\u0e49\u0e2d\u0e19\u0e41\u0e2a\u0e07\">\u0e40\u0e17\u0e1b\u0e2a\u0e30\u0e17\u0e49\u0e2d\u0e19\u0e41\u0e2a\u0e07<\/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> + \u0e20\u0e32\u0e29\u0e35\u0e21\u0e39\u0e25\u0e04\u0e48\u0e32\u0e40\u0e1e\u0e34\u0e48\u0e21 (\u0e16\u0e49\u0e32\u0e21\u0e35)<\/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=\"\/th\/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=\"\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\" 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=\"\/th\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=2329\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2329\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2329\" data-product_sku=\"rt-1\" aria-label=\"Add to cart: \u201cReflective tape\u201d\" rel=\"nofollow\" data-success_message=\"\u201cReflective tape\u201d has been added to your cart\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32<\/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\/th\/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\/th\/product\/dynamic-balancer-balanset-1a\/\" title=\"\u0e44\u0e14\u0e19\u0e32\u0e21\u0e34\u0e01\u0e1a\u0e32\u0e25\u0e32\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c \u201cBalanset-1A\u201d OEM\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u0e0a\u0e38\u0e14 Balanset-1A \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e0a\u0e38\u0e14\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e15\u0e48\u0e2d, \u0e40\u0e0b\u0e47\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c, \u0e21\u0e32\u0e15\u0e23\u0e27\u0e31\u0e14\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e23\u0e2d\u0e1a \u0e41\u0e25\u0e30\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e40\u0e2a\u0e23\u0e34\u0e21\" 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\/th\/product-category\/devices\/\" rel=\"tag\">\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c<\/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\/th\/product\/dynamic-balancer-balanset-1a\/\" title=\"\u0e44\u0e14\u0e19\u0e32\u0e21\u0e34\u0e01\u0e1a\u0e32\u0e25\u0e32\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c \u201cBalanset-1A\u201d OEM\">\u0e44\u0e14\u0e19\u0e32\u0e21\u0e34\u0e01\u0e1a\u0e32\u0e25\u0e32\u0e19\u0e40\u0e0b\u0e2d\u0e23\u0e4c \u201cBalanset-1A\u201d OEM<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>1,735.00<\/span> + \u0e20\u0e32\u0e29\u0e35\u0e21\u0e39\u0e25\u0e04\u0e48\u0e32\u0e40\u0e1e\u0e34\u0e48\u0e21 (\u0e16\u0e49\u0e32\u0e21\u0e35)<\/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=\"\/th\/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=\"\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32\" 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=\"\/th\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=4193\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_4193\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"4193\" data-product_sku=\"BS-1OEM\" aria-label=\"Add to cart: \u201cDynamic balancer \u201cBalanset-1A\u201d OEM\u201d\" rel=\"nofollow\" data-success_message=\"\u201cDynamic balancer \u201cBalanset-1A\u201d OEM\u201d has been added to your cart\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\u0e2b\u0e22\u0e34\u0e1a\u0e43\u0e2a\u0e48\u0e15\u0e30\u0e01\u0e23\u0e49\u0e32<\/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 \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e04\u0e33\u0e19\u0e27\u0e13<\/a><br \/>\n    <a href=\"#grade-overview\">\ud83d\udcca \u0e20\u0e32\u0e1e\u0e23\u0e27\u0e21\u0e40\u0e01\u0e23\u0e14<\/a><br \/>\n    <a href=\"#full-table\">\ud83d\udccb \u0e15\u0e32\u0e23\u0e32\u0e07 ISO<\/a><br \/>\n    <a href=\"#definition\">\ud83d\udcd0 \u0e04\u0e33\u0e19\u0e34\u0e22\u0e32\u0e21<\/a><br \/>\n    <a href=\"#how-it-works\">\ud83d\udd22 \u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19<\/a><br \/>\n    <a href=\"#selecting\">\ud83c\udfaf \u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e40\u0e01\u0e23\u0e14<\/a><br \/>\n    <a href=\"#practical\">\ud83d\udee0 \u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34<\/a><br \/>\n    <a href=\"#two-plane\">\u2696 \u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e2a\u0e2d\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a<\/a><br \/>\n    <a href=\"#common-mistakes\">\u26a0 \u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e17\u0e35\u0e48\u0e1e\u0e1a\u0e1a\u0e48\u0e2d\u0e22<\/a><br \/>\n    <a href=\"#importance\">\ud83d\udca1 \u0e17\u0e33\u0e44\u0e21\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e19\u0e35\u0e49\u0e16\u0e36\u0e07\u0e2a\u0e33\u0e04\u0e31\u0e0d<\/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\">\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e04\u0e33\u0e19\u0e27\u0e13\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15<\/h2>\n<p class=\"panel-subtitle\">\u0e04\u0e33\u0e19\u0e27\u0e13 U<sub>\u0e15\u0e48\u0e2d<\/sub> \u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07\u0e15\u0e32\u0e21\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO 21940-11 (\u0e40\u0e14\u0e34\u0e21\u0e04\u0e37\u0e2d ISO 1940-1)<\/p>\n<div class=\"calc-form\">\n<div class=\"form-group\">\n            <label>\u0e40\u0e01\u0e23\u0e14 G<\/label><br \/>\n            <select id=\"gGrade\"><option value=\"0.4\">G 0.4 \u2014 \u0e44\u0e08\u0e42\u0e23\u0e2a\u0e42\u0e04\u0e1b, \u0e41\u0e01\u0e19\u0e2b\u0e21\u0e38\u0e19\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e2a\u0e39\u0e07<\/option><option value=\"0.7\">G 0.7 \u2014 \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e40\u0e08\u0e35\u0e22\u0e23\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14<\/option><option value=\"1\">G 1.0 \u2014 \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e40\u0e08\u0e35\u0e22\u0e23, \u0e21\u0e2d\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e02\u0e19\u0e32\u0e14\u0e40\u0e25\u0e47\u0e01<\/option><option value=\"1.5\">G 1.5 \u2014 \u0e44\u0e14\u0e23\u0e1f\u0e4c\u0e40\u0e2a\u0e35\u0e22\u0e07\/\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d<\/option><option value=\"2.5\" selected>G 2.5 \u2014 \u0e01\u0e31\u0e07\u0e2b\u0e31\u0e19, \u0e21\u0e2d\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48, \u0e1b\u0e31\u0e4a\u0e21<\/option><option value=\"4\">G 4.0 \u2014 \u0e04\u0e2d\u0e21\u0e40\u0e1e\u0e23\u0e2a\u0e40\u0e0b\u0e2d\u0e23\u0e4c \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b<\/option><option value=\"6.3\">G 6.3 \u2014 \u0e1e\u0e31\u0e14\u0e25\u0e21, \u0e25\u0e49\u0e2d\u0e0a\u0e48\u0e27\u0e22\u0e41\u0e23\u0e07, \u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e43\u0e19\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15<\/option><option value=\"10\">G 10 \u2014 \u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e14\u0e35\u0e40\u0e0b\u0e25\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e23\u0e37\u0e2d\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b<\/option><option value=\"16\">G 16 \u2014 \u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07 (\u0e23\u0e16\u0e1a\u0e23\u0e23\u0e17\u0e38\u0e01, \u0e2b\u0e31\u0e27\u0e23\u0e16\u0e08\u0e31\u0e01\u0e23)<\/option><option value=\"25\">G 25 \u2014 \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e01\u0e25\u0e01\u0e32\u0e23\u0e40\u0e01\u0e29\u0e15\u0e23<\/option><option value=\"40\">G 40 \u2014 \u0e25\u0e49\u0e2d\u0e23\u0e16\u0e22\u0e19\u0e15\u0e4c \u0e40\u0e1e\u0e25\u0e32\u0e02\u0e31\u0e1a<\/option><option value=\"100\">G 100 \u2014 \u0e0a\u0e38\u0e14\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e14\u0e35\u0e40\u0e0b\u0e25\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e23\u0e37\u0e2d\u0e40\u0e14\u0e34\u0e19\u0e17\u0e30\u0e40\u0e25\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e15\u0e48\u0e33<\/option><option value=\"250\">G 250 \u2014 \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e14\u0e35\u0e40\u0e0b\u0e25\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e15\u0e48\u0e33 (\u0e1a\u0e19\u0e2a\u0e1b\u0e23\u0e34\u0e07)<\/option><option value=\"630\">G 630 \u2014 \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e25\u0e39\u0e01\u0e2a\u0e39\u0e1a\u0e2b\u0e22\u0e32\u0e1a<\/option><option value=\"4000\">G 4000 \u2014 \u0e2b\u0e22\u0e32\u0e1a\u0e21\u0e32\u0e01 (\u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e1a\u0e19\u0e2a\u0e1b\u0e23\u0e34\u0e07)<\/option><\/select>\n          <\/div>\n<div class=\"form-group\">\n            <label>\u0e21\u0e27\u0e25\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c <span class=\"unit\">(\u0e01\u0e34\u0e42\u0e25\u0e01\u0e23\u0e31\u0e21)<\/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>\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e19\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23 <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>\u0e08\u0e33\u0e19\u0e27\u0e19\u0e23\u0e30\u0e19\u0e32\u0e1a <span class=\"unit\">(\u0e41\u0e01\u0e49\u0e44\u0e02)<\/span><\/label><br \/>\n            <select id=\"numPlanes\"><option value=\"1\">\u0e41\u0e1a\u0e1a\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e40\u0e14\u0e35\u0e22\u0e27<\/option><option value=\"2\" selected>\u0e2a\u0e2d\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a<\/option><\/select>\n          <\/div>\n<p>          <button class=\"calc-btn\" onclick=\"calculate()\">\u0e04\u0e33\u0e19\u0e27\u0e13\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15 \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\">\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e04\u0e33\u0e19\u0e27\u0e13\u0e44\u0e14\u0e49<\/h2>\n<p class=\"panel-subtitle\">\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07\u0e08\u0e32\u0e01\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO 21940-11<\/p>\n<div id=\"resultsArea\">\n<div class=\"results-empty\">\n            <span class=\"icon\">\u2696<\/span><br \/>\n            \u0e1b\u0e49\u0e2d\u0e19\u0e04\u0e48\u0e32\u0e1e\u0e32\u0e23\u0e32\u0e21\u0e34\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e02\u0e2d\u0e07\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e41\u0e25\u0e49\u0e27\u0e04\u0e25\u0e34\u0e01 \u0e04\u0e33\u0e19\u0e27\u0e13<br \/>\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e14\u0e39\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e44\u0e14\u0e49\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>\u0e20\u0e32\u0e1e\u0e23\u0e27\u0e21\u0e40\u0e01\u0e23\u0e14 G \u2014 \u0e42\u0e14\u0e22\u0e2a\u0e31\u0e07\u0e40\u0e02\u0e1b<\/h2>\n<p>\u0e01\u0e32\u0e23\u0e4c\u0e14\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e22\u0e48\u0e2d\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e01\u0e23\u0e14\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e01\u0e31\u0e19\u0e1a\u0e48\u0e2d\u0e22\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e43\u0e19\u0e07\u0e32\u0e19\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21<\/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 \u0e21\u0e34\u0e25\u0e25\u0e34\u0e40\u0e21\u0e15\u0e23\u0e15\u0e48\u0e2d\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e2a\u0e39\u0e07\u0e1e\u0e34\u0e40\u0e28\u0e29<\/strong><br \/>\n          \u0e44\u0e08\u0e42\u0e23\u0e2a\u0e42\u0e04\u0e1b \u0e41\u0e01\u0e19\u0e2b\u0e21\u0e38\u0e19\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e2a\u0e39\u0e07 \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e17\u0e31\u0e19\u0e15\u0e01\u0e23\u0e23\u0e21\/\u0e1c\u0e48\u0e32\u0e15\u0e31\u0e14\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e2a\u0e39\u0e07 \u0e25\u0e49\u0e2d\u0e1b\u0e0f\u0e34\u0e01\u0e34\u0e23\u0e34\u0e22\u0e32\u0e02\u0e2d\u0e07\u0e14\u0e32\u0e27\u0e40\u0e17\u0e35\u0e22\u0e21\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card precision\">\n<div class=\"gc-grade\">\u0e08\u0e35 1.0<\/div>\n<div class=\"gc-velocity\">1.0 \u0e21\u0e34\u0e25\u0e25\u0e34\u0e40\u0e21\u0e15\u0e23\u0e15\u0e48\u0e2d\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e2a\u0e39\u0e07<\/strong><br \/>\n          \u0e0a\u0e38\u0e14\u0e02\u0e31\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e40\u0e08\u0e35\u0e22\u0e23, \u0e21\u0e2d\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e44\u0e1f\u0e1f\u0e49\u0e32\u0e02\u0e19\u0e32\u0e14\u0e40\u0e25\u0e47\u0e01, \u0e41\u0e01\u0e19\u0e2b\u0e21\u0e38\u0e19\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e2a\u0e39\u0e07, \u0e2e\u0e32\u0e23\u0e4c\u0e14\u0e14\u0e34\u0e2a\u0e01\u0e4c\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c\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 \u0e21\u0e34\u0e25\u0e25\u0e34\u0e40\u0e21\u0e15\u0e23\u0e15\u0e48\u0e2d\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19<\/strong><br \/>\n          \u0e01\u0e31\u0e07\u0e2b\u0e31\u0e19\u0e01\u0e4a\u0e32\u0e0b\/\u0e44\u0e2d\u0e19\u0e49\u0e33, \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e33\u0e40\u0e19\u0e34\u0e14\u0e44\u0e1f\u0e1f\u0e49\u0e32, \u0e21\u0e2d\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e44\u0e1f\u0e1f\u0e49\u0e32\u0e02\u0e19\u0e32\u0e14\u0e01\u0e25\u0e32\u0e07\/\u0e43\u0e2b\u0e0d\u0e48, \u0e40\u0e17\u0e2d\u0e23\u0e4c\u0e42\u0e1a\u0e0a\u0e32\u0e23\u0e4c\u0e08\u0e40\u0e08\u0e2d\u0e23\u0e4c, \u0e23\u0e30\u0e1a\u0e1a\u0e02\u0e31\u0e1a\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e01\u0e25\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 \u0e21\u0e34\u0e25\u0e25\u0e34\u0e40\u0e21\u0e15\u0e23\u0e15\u0e48\u0e2d\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b<\/strong><br \/>\n          \u0e1e\u0e31\u0e14\u0e25\u0e21, \u0e43\u0e1a\u0e1e\u0e31\u0e14\u0e1b\u0e31\u0e4a\u0e21, \u0e25\u0e49\u0e2d\u0e0a\u0e48\u0e27\u0e22\u0e41\u0e23\u0e07, \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e41\u0e22\u0e01\u0e2a\u0e32\u0e23, \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e42\u0e23\u0e07\u0e07\u0e32\u0e19\u0e41\u0e1b\u0e23\u0e23\u0e39\u0e1b, \u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e1b\u0e23\u0e31\u0e1a\u0e2d\u0e32\u0e01\u0e32\u0e28\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card general\">\n<div class=\"gc-grade\">\u0e08\u0e35 16<\/div>\n<div class=\"gc-velocity\">16 \u0e21\u0e34\u0e25\u0e25\u0e34\u0e40\u0e21\u0e15\u0e23\u0e15\u0e48\u0e2d\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e2b\u0e22\u0e32\u0e1a<\/strong><br \/>\n          \u0e23\u0e30\u0e1a\u0e1a\u0e02\u0e31\u0e1a\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07 (\u0e23\u0e16\u0e1a\u0e23\u0e23\u0e17\u0e38\u0e01, \u0e2b\u0e31\u0e27\u0e23\u0e16\u0e08\u0e31\u0e01\u0e23), \u0e0a\u0e34\u0e49\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e01\u0e25\u0e01\u0e32\u0e23\u0e40\u0e01\u0e29\u0e15\u0e23, \u0e0a\u0e38\u0e14\u0e25\u0e49\u0e2d\u0e23\u0e16\u0e22\u0e19\u0e15\u0e4c\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card general\">\n<div class=\"gc-grade\">\u0e08\u0e35 40<\/div>\n<div class=\"gc-velocity\">40 \u0e21\u0e34\u0e25\u0e25\u0e34\u0e40\u0e21\u0e15\u0e23\u0e15\u0e48\u0e2d\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0e2b\u0e19\u0e31\u0e01 \/ \u0e22\u0e32\u0e19\u0e22\u0e19\u0e15\u0e4c<\/strong><br \/>\n          \u0e25\u0e49\u0e2d\u0e23\u0e16\u0e22\u0e19\u0e15\u0e4c \u0e40\u0e1e\u0e25\u0e32\u0e02\u0e31\u0e1a \u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e14\u0e35\u0e40\u0e0b\u0e25\u0e17\u0e32\u0e07\u0e17\u0e30\u0e40\u0e25\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e17\u0e35\u0e48\u0e17\u0e33\u0e07\u0e32\u0e19\u0e0a\u0e49\u0e32\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card coarse\">\n<div class=\"gc-grade\">\u0e08\u0e35 100<\/div>\n<div class=\"gc-velocity\">100 \u0e21\u0e21.\/\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0e2b\u0e22\u0e32\u0e1a\u0e21\u0e32\u0e01<\/strong><br \/>\n          \u0e0a\u0e38\u0e14\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e14\u0e35\u0e40\u0e0b\u0e25\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e15\u0e48\u0e33\u0e41\u0e1a\u0e1a\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c, \u0e0a\u0e38\u0e14\u0e02\u0e31\u0e1a\u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e14\u0e35\u0e40\u0e0b\u0e25\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e23\u0e37\u0e2d\u0e40\u0e14\u0e34\u0e19\u0e17\u0e30\u0e40\u0e25\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e15\u0e48\u0e33 (\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e41\u0e19\u0e48\u0e19\u0e2b\u0e19\u0e32)\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card coarse\">\n<div class=\"gc-grade\">\u0e08\u0e35 630+<\/div>\n<div class=\"gc-velocity\">630\u20134000 \u0e21\u0e21.\/\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35<\/div>\n<div class=\"gc-apps\">\n          <strong>\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e25\u0e39\u0e01\u0e2a\u0e39\u0e1a<\/strong><br \/>\n          \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e25\u0e39\u0e01\u0e2a\u0e39\u0e1a\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e1a\u0e19\u0e41\u0e17\u0e48\u0e19\u0e22\u0e36\u0e14\u0e41\u0e1a\u0e1a\u0e22\u0e37\u0e14\u0e2b\u0e22\u0e38\u0e48\u0e19 \u0e23\u0e30\u0e1a\u0e1a\u0e02\u0e31\u0e1a\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e1a\u0e19\u0e41\u0e17\u0e48\u0e19\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e41\u0e1a\u0e1a\u0e22\u0e37\u0e14\u0e2b\u0e22\u0e38\u0e48\u0e19\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 \u0e40\u0e01\u0e23\u0e14\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e15\u0e32\u0e21 ISO 21940-11 \u0e09\u0e1a\u0e31\u0e1a\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c \u2014 \u0e15\u0e32\u0e23\u0e32\u0e07\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c<\/div>\n<table>\n<thead>\n<tr>\n<th>\u0e40\u0e01\u0e23\u0e14 G<\/th>\n<th>e<sub>\u0e15\u0e48\u0e2d<\/sub> \u00d7 \u03c9 (\u0e21\u0e21.\/\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35)<\/th>\n<th>\u0e04\u0e25\u0e32\u0e2a\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33<\/th>\n<th>\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\/\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"mono\">\u0e08\u0e35 4000<\/td>\n<td class=\"mono\">4000<\/td>\n<td><span class=\"tag coarse\">\u0e2b\u0e22\u0e32\u0e1a\u0e21\u0e32\u0e01<\/span><\/td>\n<td>\u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e02\u0e2d\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e14\u0e35\u0e40\u0e0b\u0e25\u0e17\u0e32\u0e07\u0e17\u0e30\u0e40\u0e25\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e15\u0e48\u0e33 (\u0e1a\u0e19\u0e41\u0e17\u0e48\u0e19\u0e22\u0e36\u0e14\u0e41\u0e1a\u0e1a\u0e22\u0e37\u0e14\u0e2b\u0e22\u0e38\u0e48\u0e19) \u0e17\u0e35\u0e48\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e42\u0e14\u0e22\u0e18\u0e23\u0e23\u0e21\u0e0a\u0e32\u0e15\u0e34<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0e08\u0e35 1600<\/td>\n<td class=\"mono\">1600<\/td>\n<td><span class=\"tag coarse\">\u0e2b\u0e22\u0e32\u0e1a\u0e21\u0e32\u0e01<\/span><\/td>\n<td>\u0e23\u0e30\u0e1a\u0e1a\u0e02\u0e31\u0e1a\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e02\u0e2d\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e14\u0e35\u0e40\u0e0b\u0e25\u0e17\u0e32\u0e07\u0e17\u0e30\u0e40\u0e25\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e17\u0e35\u0e48\u0e17\u0e33\u0e07\u0e32\u0e19\u0e0a\u0e49\u0e32 (\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e41\u0e19\u0e48\u0e19\u0e2b\u0e19\u0e32)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0e08\u0e35 630<\/td>\n<td class=\"mono\">630<\/td>\n<td><span class=\"tag coarse\">\u0e2b\u0e22\u0e32\u0e1a<\/span><\/td>\n<td>\u0e23\u0e30\u0e1a\u0e1a\u0e02\u0e31\u0e1a\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e02\u0e2d\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e25\u0e39\u0e01\u0e2a\u0e39\u0e1a\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e17\u0e35\u0e48\u0e2b\u0e21\u0e38\u0e19\u0e40\u0e23\u0e47\u0e27\u0e41\u0e25\u0e30\u0e21\u0e35\u0e08\u0e33\u0e19\u0e27\u0e19\u0e01\u0e23\u0e30\u0e1a\u0e2d\u0e01\u0e2a\u0e39\u0e1a\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e25\u0e02\u0e04\u0e35\u0e48<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0e08\u0e35 250<\/td>\n<td class=\"mono\">250<\/td>\n<td><span class=\"tag coarse\">\u0e2b\u0e22\u0e32\u0e1a<\/span><\/td>\n<td>\u0e23\u0e30\u0e1a\u0e1a\u0e02\u0e31\u0e1a\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e02\u0e2d\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e25\u0e39\u0e01\u0e2a\u0e39\u0e1a\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e17\u0e35\u0e48\u0e17\u0e33\u0e07\u0e32\u0e19\u0e14\u0e49\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e2a\u0e39\u0e07\u0e41\u0e25\u0e30\u0e21\u0e35\u0e08\u0e33\u0e19\u0e27\u0e19\u0e01\u0e23\u0e30\u0e1a\u0e2d\u0e01\u0e2a\u0e39\u0e1a\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e25\u0e02\u0e04\u0e39\u0e48<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0e08\u0e35 100<\/td>\n<td class=\"mono\">100<\/td>\n<td><span class=\"tag general\">\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b<\/span><\/td>\n<td>\u0e0a\u0e38\u0e14\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e25\u0e39\u0e01\u0e2a\u0e39\u0e1a\u0e41\u0e1a\u0e1a\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c; \u0e23\u0e30\u0e1a\u0e1a\u0e02\u0e31\u0e1a\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e02\u0e2d\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e14\u0e35\u0e40\u0e0b\u0e25\u0e17\u0e32\u0e07\u0e17\u0e30\u0e40\u0e25\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e15\u0e48\u0e33 (\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e41\u0e19\u0e48\u0e19\u0e2b\u0e19\u0e32)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0e08\u0e35 40<\/td>\n<td class=\"mono\">40<\/td>\n<td><span class=\"tag general\">\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b<\/span><\/td>\n<td>\u0e25\u0e49\u0e2d\u0e23\u0e16\u0e22\u0e19\u0e15\u0e4c \u0e02\u0e2d\u0e1a\u0e25\u0e49\u0e2d \u0e0a\u0e38\u0e14\u0e25\u0e49\u0e2d; \u0e40\u0e1e\u0e25\u0e32\u0e02\u0e31\u0e1a; \u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e14\u0e35\u0e40\u0e0b\u0e25\u0e02\u0e19\u0e32\u0e14\u0e43\u0e2b\u0e0d\u0e48\u0e41\u0e25\u0e30\u0e23\u0e2d\u0e1a\u0e15\u0e48\u0e33\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e23\u0e37\u0e2d\u0e40\u0e14\u0e34\u0e19\u0e17\u0e30\u0e40\u0e25<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0e08\u0e35 25<\/td>\n<td class=\"mono\">25<\/td>\n<td><span class=\"tag general\">\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b<\/span><\/td>\n<td>\u0e0a\u0e34\u0e49\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e01\u0e25\u0e01\u0e32\u0e23\u0e40\u0e01\u0e29\u0e15\u0e23; \u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e02\u0e2d\u0e07\u0e23\u0e16\u0e1a\u0e23\u0e23\u0e17\u0e38\u0e01\u0e41\u0e25\u0e30\u0e2b\u0e31\u0e27\u0e23\u0e16\u0e08\u0e31\u0e01\u0e23<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0e08\u0e35 16<\/td>\n<td class=\"mono\">16<\/td>\n<td><span class=\"tag general\">\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b<\/span><\/td>\n<td>\u0e0a\u0e34\u0e49\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e1a\u0e14\/\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e17\u0e32\u0e07\u0e01\u0e32\u0e23\u0e40\u0e01\u0e29\u0e15\u0e23; \u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e23\u0e16\u0e1a\u0e23\u0e23\u0e17\u0e38\u0e01\/\u0e2b\u0e31\u0e27\u0e23\u0e16\u0e08\u0e31\u0e01\u0e23; \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e23\u0e16\u0e22\u0e19\u0e15\u0e4c (\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e1e\u0e34\u0e40\u0e28\u0e29)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0e08\u0e35 10<\/td>\n<td class=\"mono\">10<\/td>\n<td><span class=\"tag standard\">\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19<\/span><\/td>\n<td>\u0e0a\u0e38\u0e14\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e14\u0e35\u0e40\u0e0b\u0e25\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e23\u0e37\u0e2d\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b; \u0e23\u0e30\u0e1a\u0e1a\u0e02\u0e31\u0e1a\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e19\u0e15\u0e4c\u0e17\u0e35\u0e48\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e1e\u0e34\u0e40\u0e28\u0e29<\/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\">\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19<\/span><\/td>\n<td>\u0e1e\u0e31\u0e14\u0e25\u0e21; \u0e25\u0e49\u0e2d\u0e0a\u0e48\u0e27\u0e22\u0e41\u0e23\u0e07; \u0e43\u0e1a\u0e1e\u0e31\u0e14\u0e1b\u0e31\u0e4a\u0e21; \u0e16\u0e31\u0e07\u0e1b\u0e31\u0e48\u0e19\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07; \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e42\u0e23\u0e07\u0e07\u0e32\u0e19\u0e41\u0e1b\u0e23\u0e23\u0e39\u0e1b; \u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0e08\u0e35 4<\/td>\n<td class=\"mono\">4<\/td>\n<td><span class=\"tag standard\">\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19<\/span><\/td>\n<td>\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e04\u0e2d\u0e21\u0e40\u0e1e\u0e23\u0e2a\u0e40\u0e0b\u0e2d\u0e23\u0e4c (\u0e41\u0e1a\u0e1a\u0e41\u0e02\u0e47\u0e07); \u0e2d\u0e32\u0e23\u0e4c\u0e21\u0e32\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e21\u0e2d\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e44\u0e1f\u0e1f\u0e49\u0e32; \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e1e\u0e34\u0e40\u0e28\u0e29<\/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\">\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19<\/span><\/td>\n<td>\u0e01\u0e31\u0e07\u0e2b\u0e31\u0e19\u0e01\u0e4a\u0e32\u0e0b\/\u0e44\u0e2d\u0e19\u0e49\u0e33; \u0e43\u0e1a\u0e1e\u0e31\u0e14\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e33\u0e40\u0e19\u0e34\u0e14\u0e44\u0e1f\u0e1f\u0e49\u0e32\u0e40\u0e17\u0e2d\u0e23\u0e4c\u0e42\u0e1a; \u0e40\u0e17\u0e2d\u0e23\u0e4c\u0e42\u0e1a\u0e0a\u0e32\u0e23\u0e4c\u0e08\u0e40\u0e08\u0e2d\u0e23\u0e4c; \u0e23\u0e30\u0e1a\u0e1a\u0e02\u0e31\u0e1a\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e01\u0e25; \u0e21\u0e2d\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e44\u0e1f\u0e1f\u0e49\u0e32\u0e02\u0e19\u0e32\u0e14\u0e01\u0e25\u0e32\u0e07\/\u0e43\u0e2b\u0e0d\u0e48; \u0e1b\u0e31\u0e4a\u0e21\u0e17\u0e35\u0e48\u0e21\u0e35\u0e23\u0e30\u0e1a\u0e1a\u0e02\u0e31\u0e1a\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e14\u0e49\u0e27\u0e22\u0e01\u0e31\u0e07\u0e2b\u0e31\u0e19<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0e08\u0e35 1.5<\/td>\n<td class=\"mono\">1.5<\/td>\n<td><span class=\"tag precision\">\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33<\/span><\/td>\n<td>\u0e44\u0e14\u0e23\u0e1f\u0e4c\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e2a\u0e35\u0e22\u0e07\/\u0e27\u0e34\u0e14\u0e35\u0e42\u0e2d\u0e40\u0e17\u0e1b; \u0e44\u0e14\u0e23\u0e1f\u0e4c\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e2d<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0e08\u0e35 1.0<\/td>\n<td class=\"mono\">1.0<\/td>\n<td><span class=\"tag precision\">\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33<\/span><\/td>\n<td>\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e02\u0e31\u0e1a\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e40\u0e08\u0e35\u0e22\u0e23; \u0e21\u0e2d\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e44\u0e1f\u0e1f\u0e49\u0e32\u0e02\u0e19\u0e32\u0e14\u0e40\u0e25\u0e47\u0e01 (\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e1e\u0e34\u0e40\u0e28\u0e29); \u0e14\u0e23\u0e31\u0e21\/\u0e14\u0e34\u0e2a\u0e01\u0e4c\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e08\u0e33\u0e04\u0e2d\u0e21\u0e1e\u0e34\u0e27\u0e40\u0e15\u0e2d\u0e23\u0e4c<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u0e08\u0e35 0.7<\/td>\n<td class=\"mono\">0.7<\/td>\n<td><span class=\"tag precision\">\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33<\/span><\/td>\n<td>\u0e41\u0e01\u0e19\u0e2b\u0e21\u0e38\u0e19\u0e02\u0e2d\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e40\u0e08\u0e35\u0e22\u0e23\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e2a\u0e39\u0e07; \u0e2d\u0e32\u0e23\u0e4c\u0e40\u0e21\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e21\u0e2d\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e2a\u0e39\u0e07<\/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\">\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e2a\u0e39\u0e07\u0e1e\u0e34\u0e40\u0e28\u0e29<\/span><\/td>\n<td>\u0e41\u0e01\u0e19\u0e2b\u0e21\u0e38\u0e19\u0e02\u0e2d\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e40\u0e08\u0e35\u0e22\u0e23\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14; \u0e44\u0e08\u0e42\u0e23\u0e2a\u0e42\u0e04\u0e1b; \u0e25\u0e49\u0e2d\u0e1b\u0e0f\u0e34\u0e01\u0e34\u0e23\u0e34\u0e22\u0e32\u0e02\u0e2d\u0e07\u0e14\u0e32\u0e27\u0e40\u0e17\u0e35\u0e22\u0e21<\/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 \u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e04\u0e33\u0e19\u0e27\u0e13\u0e44\u0e27\u0e49\u0e25\u0e48\u0e27\u0e07\u0e2b\u0e19\u0e49\u0e32 \u2014 \u0e2a\u0e16\u0e32\u0e19\u0e01\u0e32\u0e23\u0e13\u0e4c\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b\u0e17\u0e35\u0e48 G 2.5 \u0e41\u0e25\u0e30 G 6.3<\/div>\n<table>\n<thead>\n<tr>\n<th>\u0e21\u0e27\u0e25\u0e02\u0e2d\u0e07\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c (\u0e01\u0e01.)<\/th>\n<th>\u0e23\u0e2d\u0e1a\u0e15\u0e48\u0e2d\u0e19\u0e32\u0e17\u0e35<\/th>\n<th>U<sub>\u0e15\u0e48\u0e2d<\/sub> \u0e17\u0e35\u0e48 G 2.5 (\u0e01\u0e23\u0e31\u0e21\u00b7\u0e21\u0e21.)<\/th>\n<th>U<sub>\u0e15\u0e48\u0e2d<\/sub> \u0e17\u0e35\u0e48 G 6.3 (\u0e01\u0e23\u0e31\u0e21\u00b7\u0e21\u0e21.)<\/th>\n<th>e<sub>\u0e15\u0e48\u0e2d<\/sub> \u0e17\u0e35\u0e48 G 2.5 (\u00b5m)<\/th>\n<th>e<sub>\u0e15\u0e48\u0e2d<\/sub> \u0e17\u0e35\u0e48 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 \u0e01\u0e32\u0e23\u0e40\u0e1b\u0e23\u0e35\u0e22\u0e1a\u0e40\u0e17\u0e35\u0e22\u0e1a\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO 21940-11 \u0e01\u0e31\u0e1a\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e17\u0e35\u0e48\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07<\/div>\n<table>\n<thead>\n<tr>\n<th>\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19<\/th>\n<th>\u0e2a\u0e16\u0e32\u0e19\u0e30<\/th>\n<th>\u0e02\u0e2d\u0e1a\u0e40\u0e02\u0e15<\/th>\n<th>\u0e04\u0e27\u0e32\u0e21\u0e41\u0e15\u0e01\u0e15\u0e48\u0e32\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e33\u0e04\u0e31\u0e0d<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>ISO 21940-11:2016<\/td>\n<td><span class=\"tag standard\">\u0e01\u0e23\u0e30\u0e41\u0e2a\u0e44\u0e1f\u0e1f\u0e49\u0e32<\/span><\/td>\n<td>\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e14\u0e49\u0e32\u0e19\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e41\u0e1a\u0e1a\u0e41\u0e02\u0e47\u0e07<\/td>\n<td>\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e2a\u0e32\u0e01\u0e25\u0e09\u0e1a\u0e31\u0e1a\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19; \u0e43\u0e0a\u0e49\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48 ISO 1940-1<\/td>\n<\/tr>\n<tr>\n<td>ISO 1940-1:2003<\/td>\n<td><span class=\"tag general\">\u0e16\u0e39\u0e01\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48<\/span><\/td>\n<td>\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25 (\u0e09\u0e1a\u0e31\u0e1a\u0e40\u0e14\u0e34\u0e21)<\/td>\n<td>\u0e23\u0e30\u0e1a\u0e1a\u0e40\u0e01\u0e23\u0e14 G \u0e40\u0e14\u0e34\u0e21 \u0e22\u0e31\u0e07\u0e04\u0e07\u0e21\u0e35\u0e01\u0e32\u0e23\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07\u0e01\u0e31\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e41\u0e1e\u0e23\u0e48\u0e2b\u0e25\u0e32\u0e22\u0e43\u0e19\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21<\/td>\n<\/tr>\n<tr>\n<td>ISO 21940-12<\/td>\n<td><span class=\"tag standard\">\u0e01\u0e23\u0e30\u0e41\u0e2a\u0e44\u0e1f\u0e1f\u0e49\u0e32<\/span><\/td>\n<td>\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e41\u0e1a\u0e1a\u0e22\u0e37\u0e14\u0e2b\u0e22\u0e38\u0e48\u0e19<\/td>\n<td>\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e41\u0e1a\u0e1a\u0e22\u0e37\u0e14\u0e2b\u0e22\u0e38\u0e48\u0e19\u0e17\u0e35\u0e48\u0e17\u0e33\u0e07\u0e32\u0e19\u0e43\u0e01\u0e25\u0e49\/\u0e2a\u0e39\u0e07\u0e01\u0e27\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e27\u0e34\u0e01\u0e24\u0e15<\/td>\n<\/tr>\n<tr>\n<td>API 610 \/ 611 \/ 612 \/ 617<\/td>\n<td><span class=\"tag precision\">\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21<\/span><\/td>\n<td>\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e2b\u0e21\u0e38\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e1b\u0e34\u0e42\u0e15\u0e23\u0e40\u0e25\u0e35\u0e22\u0e21\/\u0e01\u0e4a\u0e32\u0e0b<\/td>\n<td>\u0e42\u0e14\u0e22\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b\u0e08\u0e30\u0e23\u0e30\u0e1a\u0e38\u0e04\u0e48\u0e32 4W\/N (\u2248 G 1.0) \u0e0b\u0e36\u0e48\u0e07\u0e40\u0e02\u0e49\u0e21\u0e07\u0e27\u0e14\u0e01\u0e27\u0e48\u0e32\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO G 2.5<\/td>\n<\/tr>\n<tr>\n<td>ANSI S2.19<\/td>\n<td><span class=\"tag standard\">\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e0a\u0e32\u0e15\u0e34<\/span><\/td>\n<td>\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e0a\u0e32\u0e15\u0e34\u0e02\u0e2d\u0e07\u0e2a\u0e2b\u0e23\u0e31\u0e10\u0e2d\u0e40\u0e21\u0e23\u0e34\u0e01\u0e32<\/td>\n<td>\u0e43\u0e19\u0e17\u0e32\u0e07\u0e40\u0e17\u0e04\u0e19\u0e34\u0e04\u0e41\u0e25\u0e49\u0e27\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e01\u0e31\u0e1a\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO 1940-1 (\u0e17\u0e35\u0e48\u0e19\u0e33\u0e21\u0e32\u0e43\u0e0a\u0e49) \u0e17\u0e38\u0e01\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e23<\/td>\n<\/tr>\n<tr>\n<td>VDI 2060<\/td>\n<td><span class=\"tag general\">\u0e16\u0e39\u0e01\u0e41\u0e17\u0e19\u0e17\u0e35\u0e48<\/span><\/td>\n<td>\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e02\u0e2d\u0e07\u0e40\u0e22\u0e2d\u0e23\u0e21\u0e19\u0e35 (\u0e43\u0e19\u0e2d\u0e14\u0e35\u0e15)<\/td>\n<td>\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e19\u0e01\u0e33\u0e40\u0e19\u0e34\u0e14\u0e02\u0e2d\u0e07 ISO 1940; \u0e41\u0e25\u0e30\u0e27\u0e32\u0e07\u0e23\u0e32\u0e01\u0e10\u0e32\u0e19\u0e41\u0e19\u0e27\u0e04\u0e34\u0e14\u0e40\u0e01\u0e23\u0e14 G<\/td>\n<\/tr>\n<tr>\n<td>DIN ISO 21940-11<\/td>\n<td><span class=\"tag standard\">\u0e01\u0e23\u0e30\u0e41\u0e2a\u0e44\u0e1f\u0e1f\u0e49\u0e32<\/span><\/td>\n<td>\u0e01\u0e32\u0e23\u0e19\u0e33\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO 21940-11 \u0e21\u0e32\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e40\u0e22\u0e2d\u0e23\u0e21\u0e19\u0e35<\/td>\n<td>\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e01\u0e31\u0e1a\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO 21940-11 \u0e17\u0e38\u0e01\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e23 \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e04\u0e33\u0e41\u0e1b\u0e25\u0e20\u0e32\u0e29\u0e32\u0e40\u0e22\u0e2d\u0e23\u0e21\u0e31\u0e19<\/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>\u0e04\u0e33\u0e08\u0e33\u0e01\u0e31\u0e14\u0e04\u0e27\u0e32\u0e21: \u0e40\u0e01\u0e23\u0e14\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e04\u0e37\u0e2d\u0e2d\u0e30\u0e44\u0e23?<\/h2>\n<p>A <strong>\u0e40\u0e01\u0e23\u0e14\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e21\u0e14\u0e38\u0e25<\/strong>\u0e21\u0e31\u0e01\u0e40\u0e23\u0e35\u0e22\u0e01\u0e01\u0e31\u0e19\u0e27\u0e48\u0e32 <strong>\u0e40\u0e01\u0e23\u0e14 G<\/strong>, \u0e40\u0e1b\u0e47\u0e19\u0e23\u0e30\u0e1a\u0e1a\u0e01\u0e32\u0e23\u0e08\u0e33\u0e41\u0e19\u0e01\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e42\u0e14\u0e22\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO \u0e42\u0e14\u0e22\u0e40\u0e09\u0e1e\u0e32\u0e30 <a href=\"https:\/\/vibromera.eu\/th\/glossary\/iso-21940-11\/\">ISO 21940-11:2016<\/a>, \u0e0b\u0e36\u0e48\u0e07\u0e21\u0e32\u0e41\u0e17\u0e19 ISO 1940-1:2003 \u0e09\u0e1a\u0e31\u0e1a\u0e40\u0e01\u0e48\u0e32 \u2014 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e23\u0e30\u0e1a\u0e38\u0e02\u0e35\u0e14\u0e08\u0e33\u0e01\u0e31\u0e14\u0e17\u0e35\u0e48\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e44\u0e14\u0e49\u0e02\u0e2d\u0e07 <a href=\"https:\/\/vibromera.eu\/th\/glossary\/residual-unbalance\/\">\u0e2a\u0e48\u0e27\u0e19\u0e17\u0e35\u0e48\u0e40\u0e2b\u0e25\u0e37\u0e2d<\/a> <a href=\"https:\/\/vibromera.eu\/th\/glossary\/unbalance\/\">\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25<\/a> \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a <a href=\"https:\/\/vibromera.eu\/th\/glossary\/rigid-rotor\/\">\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e41\u0e02\u0e47\u0e07<\/a>\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e27\u0e34\u0e18\u0e35\u0e19\u0e35\u0e49\u0e43\u0e2b\u0e49\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e17\u0e35\u0e48\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e43\u0e19\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e2a\u0e32\u0e01\u0e25\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23 \u0e1c\u0e39\u0e49\u0e1c\u0e25\u0e34\u0e15 \u0e41\u0e25\u0e30\u0e1a\u0e38\u0e04\u0e25\u0e32\u0e01\u0e23\u0e0b\u0e48\u0e2d\u0e21\u0e1a\u0e33\u0e23\u0e38\u0e07 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e43\u0e2b\u0e49\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e21\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e40\u0e09\u0e1e\u0e32\u0e30<\/p>\n<p>\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e40\u0e01\u0e23\u0e14 G \u0e40\u0e0a\u0e48\u0e19 G6.3 \u0e2b\u0e23\u0e37\u0e2d G2.5 \u0e41\u0e2a\u0e14\u0e07\u0e16\u0e36\u0e07\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e40\u0e0a\u0e34\u0e07\u0e21\u0e38\u0e21\u0e04\u0e07\u0e17\u0e35\u0e48\u0e02\u0e2d\u0e07\u0e08\u0e38\u0e14\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e01\u0e25\u0e32\u0e07\u0e21\u0e27\u0e25\u0e02\u0e2d\u0e07\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e0b\u0e36\u0e48\u0e07\u0e27\u0e31\u0e14\u0e40\u0e1b\u0e47\u0e19\u0e21\u0e34\u0e25\u0e25\u0e34\u0e40\u0e21\u0e15\u0e23\u0e15\u0e48\u0e2d\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 (\u0e21\u0e21.\/\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35) \u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e19\u0e35\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e1c\u0e25\u0e04\u0e39\u0e13\u0e02\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e08\u0e33\u0e40\u0e1e\u0e32\u0e30 (\u0e04\u0e27\u0e32\u0e21\u0e40\u0e22\u0e37\u0e49\u0e2d\u0e07\u0e28\u0e39\u0e19\u0e22\u0e4c) \u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e40\u0e0a\u0e34\u0e07\u0e21\u0e38\u0e21\u0e02\u0e2d\u0e07\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 \u0e15\u0e31\u0e27\u0e40\u0e25\u0e02 G \u0e17\u0e35\u0e48\u0e15\u0e48\u0e33\u0e01\u0e27\u0e48\u0e32\u0e22\u0e48\u0e2d\u0e21\u0e2b\u0e21\u0e32\u0e22\u0e16\u0e36\u0e07\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e17\u0e35\u0e48\u0e2a\u0e39\u0e07\u0e01\u0e27\u0e48\u0e32\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e41\u0e04\u0e1a\u0e01\u0e27\u0e48\u0e32\u0e40\u0e2a\u0e21\u0e2d.<\/p>\n<div class=\"info-box\">\n<div class=\"box-title\">\u0e41\u0e19\u0e27\u0e04\u0e34\u0e14\u0e2a\u0e33\u0e04\u0e31\u0e0d\u0e40\u0e1a\u0e37\u0e49\u0e2d\u0e07\u0e2b\u0e25\u0e31\u0e07\u0e40\u0e01\u0e23\u0e14 G<\/div>\n<p>\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e31\u0e08\u0e09\u0e23\u0e34\u0e22\u0e30\u0e02\u0e2d\u0e07\u0e23\u0e30\u0e1a\u0e1a G-grade \u0e2d\u0e22\u0e39\u0e48\u0e17\u0e35\u0e48\u0e01\u0e32\u0e23\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e27\u0e48\u0e32 <a href=\"https:\/\/vibromera.eu\/th\/glossary\/vibration-severity\/\">\u0e04\u0e27\u0e32\u0e21\u0e23\u0e38\u0e19\u0e41\u0e23\u0e07\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19<\/a> \u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e02\u0e36\u0e49\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e01\u0e31\u0e1a\u0e1b\u0e23\u0e34\u0e21\u0e32\u0e13\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27 \u0e41\u0e15\u0e48\u0e22\u0e31\u0e07\u0e02\u0e36\u0e49\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e01\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e19\u0e01\u0e32\u0e23\u0e2b\u0e21\u0e38\u0e19\u0e02\u0e2d\u0e07\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e14\u0e49\u0e27\u0e22 \u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25 10 g\u00b7mm \u0e17\u0e35\u0e48\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27 30,000 RPM \u0e08\u0e30\u0e01\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e40\u0e01\u0e34\u0e14\u0e41\u0e23\u0e07\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25 10 g\u00b7mm \u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e19\u0e17\u0e35\u0e48\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27 1,500 RPM \u0e2d\u0e22\u0e48\u0e32\u0e07\u0e21\u0e32\u0e01 \u0e40\u0e01\u0e23\u0e14 G \u0e2a\u0e30\u0e17\u0e49\u0e2d\u0e19\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c\u0e19\u0e35\u0e49\u0e14\u0e49\u0e27\u0e22\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e15\u0e31\u0e27\u0e40\u0e14\u0e35\u0e22\u0e27\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e44\u0e14\u0e49\u0e42\u0e14\u0e22\u0e44\u0e21\u0e48\u0e02\u0e36\u0e49\u0e19\u0e01\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27 \u0e17\u0e33\u0e43\u0e2b\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e2a\u0e32\u0e01\u0e25<\/p>\n<\/p><\/div>\n<h3>\u0e1a\u0e23\u0e34\u0e1a\u0e17\u0e17\u0e32\u0e07\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c<\/h3>\n<p>\u0e41\u0e19\u0e27\u0e04\u0e34\u0e14\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e40\u0e01\u0e23\u0e14 G \u0e21\u0e35\u0e15\u0e49\u0e19\u0e01\u0e33\u0e40\u0e19\u0e34\u0e14\u0e43\u0e19\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e40\u0e22\u0e2d\u0e23\u0e21\u0e19\u0e35\u0e08\u0e32\u0e01\u0e41\u0e19\u0e27\u0e17\u0e32\u0e07 VDI 2060 \u0e43\u0e19\u0e0a\u0e48\u0e27\u0e07\u0e17\u0e28\u0e27\u0e23\u0e23\u0e29 1960 \u0e15\u0e48\u0e2d\u0e21\u0e32\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e43\u0e19\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e2a\u0e32\u0e01\u0e25\u0e43\u0e19\u0e0a\u0e37\u0e48\u0e2d ISO 1940 \u0e43\u0e19\u0e1b\u0e35 1973 \u0e41\u0e25\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e41\u0e01\u0e49\u0e44\u0e02\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e21\u0e35\u0e19\u0e31\u0e22\u0e2a\u0e33\u0e04\u0e31\u0e0d\u0e43\u0e19\u0e1b\u0e35 2003 (ISO 1940-1:2003) \u0e41\u0e25\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14\u0e43\u0e19\u0e0a\u0e38\u0e14\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO 21940 \u0e43\u0e19\u0e1b\u0e35 2016 \u0e41\u0e21\u0e49\u0e27\u0e48\u0e32\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e25\u0e02\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e08\u0e30\u0e21\u0e35\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07 \u0e41\u0e15\u0e48\u0e23\u0e30\u0e1a\u0e1a\u0e40\u0e01\u0e23\u0e14 G \u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19\u0e41\u0e25\u0e30\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e04\u0e33\u0e19\u0e27\u0e13\u0e22\u0e31\u0e07\u0e04\u0e07\u0e2a\u0e2d\u0e14\u0e04\u0e25\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e21\u0e32\u0e19\u0e32\u0e19\u0e01\u0e27\u0e48\u0e32 50 \u0e1b\u0e35 \u0e17\u0e33\u0e43\u0e2b\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e43\u0e19\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e17\u0e32\u0e07\u0e40\u0e17\u0e04\u0e19\u0e34\u0e04\u0e17\u0e35\u0e48\u0e21\u0e35\u0e40\u0e2a\u0e16\u0e35\u0e22\u0e23\u0e20\u0e32\u0e1e\u0e41\u0e25\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e01\u0e27\u0e49\u0e32\u0e07\u0e02\u0e27\u0e32\u0e07\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e43\u0e19\u0e2a\u0e32\u0e02\u0e32\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e23\u0e21\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e01\u0e25.<\/p>\n<h2 id=\"how-it-works\">\u0e23\u0e30\u0e1a\u0e1a\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e40\u0e01\u0e23\u0e14 G \u0e17\u0e33\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e23? \u0e04\u0e13\u0e34\u0e15\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07<\/h2>\n<p>G-Grade \u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48 <a href=\"https:\/\/vibromera.eu\/th\/glossary\/balancing-tolerance\/\">\u0e04\u0e48\u0e32\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e01\u0e32\u0e23\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25<\/a> \u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22\u0e42\u0e14\u0e22\u0e15\u0e31\u0e27\u0e21\u0e31\u0e19\u0e40\u0e2d\u0e07 \u0e41\u0e15\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e1e\u0e32\u0e23\u0e32\u0e21\u0e34\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e2a\u0e33\u0e04\u0e31\u0e0d\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e04\u0e33\u0e19\u0e27\u0e13\u0e04\u0e48\u0e32\u0e14\u0e31\u0e07\u0e01\u0e25\u0e48\u0e32\u0e27 \u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c\u0e17\u0e32\u0e07\u0e04\u0e13\u0e34\u0e15\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07 G-grade \u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e21\u0e27\u0e25\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e22\u0e2d\u0e21\u0e43\u0e2b\u0e49\u0e44\u0e14\u0e49 \u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e34\u0e48\u0e07\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e48\u0e2d\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e08\u0e23\u0e34\u0e07 \u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e02\u0e49\u0e32\u0e21\u0e01\u0e32\u0e23\u0e04\u0e33\u0e19\u0e27\u0e13\u0e14\u0e49\u0e27\u0e22\u0e21\u0e37\u0e2d\u0e44\u0e14\u0e49\u0e14\u0e49\u0e27\u0e22 <a href=\"https:\/\/vibromera.eu\/th\/calculators\/residual-unbalance-iso1940\/\">\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e04\u0e33\u0e19\u0e27\u0e13\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e15\u0e01\u0e04\u0e49\u0e32\u0e07 (ISO 21940-11)<\/a>.<\/p>\n<h3>\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c\u0e2b\u0e25\u0e31\u0e01<\/h3>\n<p>\u0e40\u0e01\u0e23\u0e14 G \u0e41\u0e2a\u0e14\u0e07\u0e16\u0e36\u0e07\u0e1c\u0e25\u0e04\u0e39\u0e13\u0e02\u0e2d\u0e07\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e08\u0e33\u0e40\u0e1e\u0e32\u0e30\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15 (\u0e04\u0e27\u0e32\u0e21\u0e40\u0e22\u0e37\u0e49\u0e2d\u0e07\u0e28\u0e39\u0e19\u0e22\u0e4c, e)<sub>\u0e15\u0e48\u0e2d<\/sub>) \u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e40\u0e0a\u0e34\u0e07\u0e21\u0e38\u0e21 (\u03c9) \u0e02\u0e2d\u0e07\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c:<\/p>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\u0e04\u0e33\u0e08\u0e33\u0e01\u0e31\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19<\/div>\n<div class=\"formula-main\">G = e<sub>\u0e15\u0e48\u0e2d<\/sub> \u00d7 \u03c9<\/div>\n<div class=\"formula-note\">\u0e42\u0e14\u0e22\u0e17\u0e35\u0e48 e<sub>\u0e15\u0e48\u0e2d<\/sub> \u0e21\u0e35\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e40\u0e1b\u0e47\u0e19\u0e21\u0e34\u0e25\u0e25\u0e34\u0e40\u0e21\u0e15\u0e23 (\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e42\u0e04\u0e23\u0e40\u0e21\u0e15\u0e23 \u00f7 1000) \u0e41\u0e25\u0e30 \u03c9 \u0e21\u0e35\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e23\u0e40\u0e14\u0e35\u0e22\u0e19\/\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35<\/div>\n<\/p><\/div>\n<p>\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01 \u03c9 = 2\u03c0 \u00d7 n \/ 60 (\u0e42\u0e14\u0e22\u0e17\u0e35\u0e48 n \u0e04\u0e37\u0e2d RPM) \u0e41\u0e25\u0e30\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e41\u0e17\u0e19\u0e04\u0e48\u0e32\u0e25\u0e07\u0e44\u0e1b \u0e40\u0e23\u0e32\u0e08\u0e30\u0e44\u0e14\u0e49\u0e2a\u0e39\u0e15\u0e23\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e1b\u0e23\u0e30\u0e08\u0e33\u0e43\u0e19\u0e01\u0e32\u0e23\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e14\u0e31\u0e07\u0e19\u0e35\u0e49:<\/p>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e08\u0e33\u0e40\u0e1e\u0e32\u0e30\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15 (\u0e04\u0e27\u0e32\u0e21\u0e40\u0e22\u0e37\u0e49\u0e2d\u0e07\u0e28\u0e39\u0e19\u0e22\u0e4c)<\/div>\n<div class=\"formula-main\">e<sub>\u0e15\u0e48\u0e2d<\/sub> = (G \u00d7 1000 \u00d7 60) \/ (2\u03c0 \u00d7 n) = 9549 \u00d7 G \/ n<\/div>\n<div class=\"formula-note\">\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e21\u0e35\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e40\u0e1b\u0e47\u0e19 \u00b5m (\u0e44\u0e21\u0e42\u0e04\u0e23\u0e40\u0e21\u0e15\u0e23) \u2014 \u0e0b\u0e36\u0e48\u0e07\u0e40\u0e17\u0e48\u0e32\u0e01\u0e31\u0e1a g\u00b7mm\/kg \u0e40\u0e0a\u0e48\u0e19\u0e01\u0e31\u0e19<\/div>\n<\/p><\/div>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e15\u0e01\u0e04\u0e49\u0e32\u0e07\u0e17\u0e35\u0e48\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e44\u0e14\u0e49 (\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34)<\/div>\n<div class=\"formula-main\">U<sub>\u0e15\u0e48\u0e2d<\/sub> = e<sub>\u0e15\u0e48\u0e2d<\/sub> \u00d7 M = (9549 \u00d7 G \u00d7 M) \/ n<\/div>\n<div class=\"formula-note\">U<sub>\u0e15\u0e48\u0e2d<\/sub> \u0e43\u0e19\u0e2b\u0e19\u0e48\u0e27\u0e22 g\u00b7mm, M \u0e43\u0e19\u0e2b\u0e19\u0e48\u0e27\u0e22 kg, n \u0e43\u0e19\u0e2b\u0e19\u0e48\u0e27\u0e22 RPM \u0e04\u0e48\u0e32\u0e04\u0e07\u0e17\u0e35\u0e48 9549 \u2248 60000\/(2\u03c0).<\/div>\n<\/p><\/div>\n<h3>\u0e17\u0e33\u0e04\u0e27\u0e32\u0e21\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e15\u0e31\u0e27\u0e41\u0e1b\u0e23\u0e15\u0e48\u0e32\u0e07\u0e46<\/h3>\n<table class=\"article-table\">\n<thead>\n<tr>\n<th>\u0e15\u0e31\u0e27\u0e41\u0e1b\u0e23<\/th>\n<th>\u0e0a\u0e37\u0e48\u0e2d<\/th>\n<th>\u0e2b\u0e19\u0e48\u0e27\u0e22<\/th>\n<th>\u0e04\u0e33\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"mono\">G<\/td>\n<td>\u0e40\u0e01\u0e23\u0e14\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e21\u0e14\u0e38\u0e25<\/td>\n<td>\u0e21\u0e21.\/\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35<\/td>\n<td>\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e42\u0e14\u0e22\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 (\u0e40\u0e0a\u0e48\u0e19 2.5, 6.3)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">e<sub>\u0e15\u0e48\u0e2d<\/sub><\/td>\n<td>\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e44\u0e14\u0e49<\/td>\n<td>\u0e44\u0e21\u0e42\u0e04\u0e23\u0e40\u0e21\u0e15\u0e23 \u0e2b\u0e23\u0e37\u0e2d \u0e01\u0e23\u0e31\u0e21\u00b7\u0e21\u0e21.\/\u0e01\u0e01.<\/td>\n<td>\u0e01\u0e32\u0e23\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e15\u0e31\u0e27\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e02\u0e2d\u0e07\u0e08\u0e38\u0e14\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e01\u0e25\u0e32\u0e07\u0e21\u0e27\u0e25\u0e08\u0e32\u0e01\u0e08\u0e38\u0e14\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e01\u0e25\u0e32\u0e07\u0e17\u0e32\u0e07\u0e40\u0e23\u0e02\u0e32\u0e04\u0e13\u0e34\u0e15 \u0e15\u0e48\u0e2d\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e21\u0e27\u0e25<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">U<sub>\u0e15\u0e48\u0e2d<\/sub><\/td>\n<td>\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e15\u0e01\u0e04\u0e49\u0e32\u0e07\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15<\/td>\n<td>\u0e01\u0e23\u0e31\u0e21\u00b7\u0e21\u0e21.<\/td>\n<td>\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22 \u2014 \u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e17\u0e35\u0e48\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e2d\u0e22\u0e39\u0e48\u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e17\u0e33\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e41\u0e25\u0e49\u0e27<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">M<\/td>\n<td>\u0e21\u0e27\u0e25\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c<\/td>\n<td>kg<\/td>\n<td>\u0e21\u0e27\u0e25\u0e23\u0e27\u0e21\u0e02\u0e2d\u0e07\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e01\u0e33\u0e25\u0e31\u0e07\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">n<\/td>\n<td>\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14<\/td>\n<td>\u0e23\u0e2d\u0e1a\u0e15\u0e48\u0e2d\u0e19\u0e32\u0e17\u0e35<\/td>\n<td>\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e17\u0e35\u0e48\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e08\u0e30\u0e44\u0e1b\u0e16\u0e36\u0e07\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\u03c9<\/td>\n<td>\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e40\u0e0a\u0e34\u0e07\u0e21\u0e38\u0e21<\/td>\n<td>rad\/s<\/td>\n<td>\u03c9 = 2\u03c0 \u00d7 n \/ 60; \u0e43\u0e0a\u0e49\u0e43\u0e19\u0e04\u0e33\u0e08\u0e33\u0e01\u0e31\u0e14\u0e04\u0e27\u0e32\u0e21\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"info-box warning\">\n<div class=\"box-title\">\u0e2a\u0e33\u0e04\u0e31\u0e0d: \u0e42\u0e1b\u0e23\u0e14\u0e43\u0e0a\u0e49\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14<\/div>\n<p>\u0e04\u0e48\u0e32 RPM \u0e43\u0e19\u0e2a\u0e39\u0e15\u0e23\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e17\u0e35\u0e48\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e08\u0e30\u0e2b\u0e21\u0e38\u0e19\u0e44\u0e14\u0e49\u0e43\u0e19\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e08\u0e23\u0e34\u0e07 \u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e02\u0e2d\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25 \u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e1a\u0e19\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e15\u0e48\u0e33\u0e17\u0e35\u0e48 300 RPM \u0e41\u0e15\u0e48\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e08\u0e23\u0e34\u0e07\u0e17\u0e35\u0e48 12,000 RPM \u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e04\u0e33\u0e19\u0e27\u0e13\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48 12,000 RPM \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e08\u0e30\u0e1b\u0e23\u0e31\u0e1a\u0e41\u0e01\u0e49\u0e15\u0e32\u0e21\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19 \u0e41\u0e15\u0e48\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e19\u0e31\u0e49\u0e19\u0e16\u0e39\u0e01\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e42\u0e14\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e19\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19.<\/p>\n<\/p><\/div>\n<h3>\u0e01\u0e32\u0e23\u0e15\u0e35\u0e04\u0e27\u0e32\u0e21\u0e17\u0e32\u0e07\u0e40\u0e23\u0e02\u0e32\u0e04\u0e13\u0e34\u0e15<\/h3>\n<p>\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO \u0e43\u0e0a\u0e49\u0e41\u0e1c\u0e19\u0e20\u0e39\u0e21\u0e34\u0e41\u0e1a\u0e1a\u0e25\u0e2d\u0e01\u0e32\u0e23\u0e34\u0e17\u0e36\u0e21 \u0e42\u0e14\u0e22\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e23\u0e2d\u0e1a\u0e02\u0e2d\u0e07\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c (RPM) \u0e2d\u0e22\u0e39\u0e48\u0e1a\u0e19\u0e41\u0e01\u0e19\u0e19\u0e2d\u0e19 \u0e41\u0e25\u0e30\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e08\u0e33\u0e40\u0e1e\u0e32\u0e30\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15 (e<sub>\u0e15\u0e48\u0e2d<\/sub> (\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e40\u0e1b\u0e47\u0e19 g\u00b7mm\/kg) \u0e1a\u0e19\u0e41\u0e01\u0e19\u0e15\u0e31\u0e49\u0e07 \u0e41\u0e15\u0e48\u0e25\u0e30\u0e04\u0e48\u0e32 G-grade \u0e08\u0e30\u0e1b\u0e23\u0e32\u0e01\u0e0f\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e2a\u0e49\u0e19\u0e17\u0e41\u0e22\u0e07\u0e21\u0e38\u0e21\u0e15\u0e23\u0e07\u0e1a\u0e19\u0e41\u0e1c\u0e19\u0e20\u0e39\u0e21\u0e34 log-log \u0e19\u0e35\u0e49 \u0e01\u0e32\u0e23\u0e41\u0e2a\u0e14\u0e07\u0e1c\u0e25\u0e17\u0e35\u0e48\u0e2a\u0e27\u0e22\u0e07\u0e32\u0e21\u0e19\u0e35\u0e49\u0e41\u0e2a\u0e14\u0e07\u0e43\u0e2b\u0e49\u0e40\u0e2b\u0e47\u0e19\u0e27\u0e48\u0e32:<\/p>\n<ul>\n<li>\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e04\u0e48\u0e32 G-grade \u0e43\u0e14\u0e46 \u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e2d\u0e07\u0e40\u0e17\u0e48\u0e32\u0e08\u0e30\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e08\u0e33\u0e40\u0e1e\u0e32\u0e30\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e25\u0e14\u0e25\u0e07\u0e04\u0e23\u0e36\u0e48\u0e07\u0e2b\u0e19\u0e36\u0e48\u0e07<\/li>\n<li>\u0e40\u0e2a\u0e49\u0e19\u0e23\u0e30\u0e14\u0e31\u0e1a G \u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e15\u0e34\u0e14\u0e01\u0e31\u0e19\u0e08\u0e30\u0e04\u0e31\u0e48\u0e19\u0e14\u0e49\u0e27\u0e22\u0e1b\u0e31\u0e08\u0e08\u0e31\u0e22 2.5 (\u0e25\u0e33\u0e14\u0e31\u0e1a\u0e04\u0e37\u0e2d: 0.4, 1.0, 2.5, 6.3, 16, 40, 100, 250, 630, 1600, 4000)<\/li>\n<li>\u0e01\u0e32\u0e23\u0e40\u0e27\u0e49\u0e19\u0e23\u0e30\u0e22\u0e30\u0e41\u0e1a\u0e1a\u0e25\u0e2d\u0e01\u0e32\u0e23\u0e34\u0e17\u0e36\u0e21\u0e2b\u0e21\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e27\u0e48\u0e32\u0e41\u0e15\u0e48\u0e25\u0e30\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e41\u0e2a\u0e14\u0e07\u0e16\u0e36\u0e07\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e23\u0e39\u0e49\u0e04\u0e27\u0e32\u0e21\u0e23\u0e38\u0e19\u0e41\u0e23\u0e07\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e43\u0e01\u0e25\u0e49\u0e40\u0e04\u0e35\u0e22\u0e07\u0e01\u0e31\u0e19<\/li>\n<\/ul>\n<h2 id=\"selecting\">\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e40\u0e01\u0e23\u0e14 G \u0e17\u0e35\u0e48\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e21\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13<\/h2>\n<p>\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e40\u0e01\u0e23\u0e14 G \u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e19\u0e31\u0e49\u0e19\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e1b\u0e31\u0e08\u0e08\u0e31\u0e22\u0e2b\u0e25\u0e32\u0e22\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e23\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25 (\u0e42\u0e14\u0e22\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e15\u0e31\u0e49\u0e07\u0e43\u0e08) \u0e44\u0e14\u0e49\u0e41\u0e01\u0e48 \u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e19\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19 \u0e04\u0e27\u0e32\u0e21\u0e41\u0e02\u0e47\u0e07\u0e41\u0e23\u0e07\u0e02\u0e2d\u0e07\u0e42\u0e04\u0e23\u0e07\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a \u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e02\u0e2d\u0e07\u0e41\u0e1a\u0e23\u0e34\u0e48\u0e07 \u0e41\u0e25\u0e30\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e44\u0e14\u0e49 \u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO \u0e43\u0e2b\u0e49\u0e04\u0e33\u0e41\u0e19\u0e30\u0e19\u0e33\u0e1c\u0e48\u0e32\u0e19\u0e15\u0e32\u0e23\u0e32\u0e07\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 \u0e41\u0e15\u0e48\u0e22\u0e31\u0e07\u0e21\u0e35\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e23\u0e1e\u0e34\u0e08\u0e32\u0e23\u0e13\u0e32\u0e43\u0e19\u0e17\u0e32\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e2d\u0e35\u0e01\u0e2b\u0e25\u0e32\u0e22\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e23:<\/p>\n<h3>\u0e1b\u0e31\u0e08\u0e08\u0e31\u0e22\u0e43\u0e19\u0e01\u0e32\u0e23\u0e15\u0e31\u0e14\u0e2a\u0e34\u0e19\u0e43\u0e08<\/h3>\n<ul>\n<li><strong>\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e19\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19:<\/strong> \u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e2b\u0e21\u0e38\u0e19\u0e40\u0e23\u0e47\u0e27\u0e02\u0e36\u0e49\u0e19\u0e42\u0e14\u0e22\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b\u0e15\u0e49\u0e2d\u0e07\u0e43\u0e0a\u0e49\u0e40\u0e01\u0e23\u0e14\u0e17\u0e35\u0e48\u0e40\u0e02\u0e49\u0e21\u0e07\u0e27\u0e14\u0e01\u0e27\u0e48\u0e32 \u0e40\u0e1e\u0e23\u0e32\u0e30 <a href=\"https:\/\/vibromera.eu\/th\/glossary\/centrifugal-force\/\">\u0e41\u0e23\u0e07\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e2b\u0e19\u0e35\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e01\u0e25\u0e32\u0e07<\/a> \u0e08\u0e32\u0e01\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e08\u0e30\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e02\u0e36\u0e49\u0e19\u0e15\u0e32\u0e21\u0e01\u0e33\u0e25\u0e31\u0e07\u0e2a\u0e2d\u0e07\u0e02\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27 (F = m \u00d7 e \u00d7 \u03c9\u00b2) \u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27 30,000 RPM \u0e08\u0e30\u0e01\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e40\u0e01\u0e34\u0e14\u0e41\u0e23\u0e07\u0e08\u0e32\u0e01\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e40\u0e14\u0e35\u0e22\u0e27\u0e01\u0e31\u0e19\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27 3,000 RPM \u0e16\u0e36\u0e07 100 \u0e40\u0e17\u0e48\u0e32<\/li>\n<li><strong>\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e15\u0e25\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e1b\u0e37\u0e19:<\/strong> \u0e15\u0e25\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e1b\u0e37\u0e19\u0e40\u0e21\u0e47\u0e14\u0e01\u0e25\u0e34\u0e49\u0e07\u0e17\u0e19\u0e15\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e44\u0e14\u0e49\u0e19\u0e49\u0e2d\u0e22\u0e01\u0e27\u0e48\u0e32\u0e15\u0e25\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e1b\u0e37\u0e19\u0e1f\u0e34\u0e25\u0e4c\u0e21\u0e19\u0e49\u0e33\u0e21\u0e31\u0e19 (<a href=\"https:\/\/vibromera.eu\/th\/glossary\/journal-bearing\/\">\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e19\u0e31\u0e25<\/a>) \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e15\u0e25\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e1b\u0e37\u0e19\u0e40\u0e21\u0e47\u0e14\u0e01\u0e25\u0e34\u0e49\u0e07\u0e2d\u0e32\u0e08\u0e15\u0e49\u0e2d\u0e07\u0e43\u0e0a\u0e49\u0e40\u0e01\u0e23\u0e14\u0e17\u0e35\u0e48\u0e40\u0e02\u0e49\u0e21\u0e07\u0e27\u0e14\u0e01\u0e27\u0e48\u0e32\u0e04\u0e33\u0e41\u0e19\u0e30\u0e19\u0e33\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e23\u0e30\u0e14\u0e31\u0e1a<\/li>\n<li><strong>\u0e04\u0e27\u0e32\u0e21\u0e41\u0e02\u0e47\u0e07\u0e41\u0e23\u0e07\u0e02\u0e2d\u0e07\u0e42\u0e04\u0e23\u0e07\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a:<\/strong> \u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e17\u0e35\u0e48\u0e22\u0e37\u0e14\u0e2b\u0e22\u0e38\u0e48\u0e19\u0e44\u0e14\u0e49 (\u0e40\u0e0a\u0e48\u0e19 \u0e22\u0e32\u0e07\u0e23\u0e2d\u0e07 \u0e2a\u0e1b\u0e23\u0e34\u0e07\u0e01\u0e31\u0e19\u0e2a\u0e31\u0e48\u0e19) \u0e08\u0e30\u0e2a\u0e48\u0e07\u0e1c\u0e48\u0e32\u0e19\u0e41\u0e23\u0e07\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\u0e44\u0e14\u0e49\u0e19\u0e49\u0e2d\u0e22\u0e01\u0e27\u0e48\u0e32\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e41\u0e1a\u0e1a\u0e41\u0e02\u0e47\u0e07 \u0e41\u0e15\u0e48\u0e01\u0e47\u0e2d\u0e32\u0e08\u0e21\u0e35\u0e1b\u0e31\u0e0d\u0e2b\u0e32\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e40\u0e23\u0e42\u0e0b\u0e41\u0e19\u0e19\u0e0b\u0e4c\u0e44\u0e14\u0e49 \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e41\u0e02\u0e47\u0e07\u0e08\u0e30\u0e44\u0e27\u0e15\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32<\/li>\n<li><strong>\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e14\u0e49\u0e32\u0e19\u0e2a\u0e34\u0e48\u0e07\u0e41\u0e27\u0e14\u0e25\u0e49\u0e2d\u0e21:<\/strong> \u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e40\u0e2a\u0e35\u0e22\u0e07\u0e23\u0e1a\u0e01\u0e27\u0e19\u0e15\u0e48\u0e33 (\u0e40\u0e0a\u0e48\u0e19 \u0e23\u0e30\u0e1a\u0e1a\u0e1b\u0e23\u0e31\u0e1a\u0e2d\u0e32\u0e01\u0e32\u0e28\u0e43\u0e19\u0e42\u0e23\u0e07\u0e1e\u0e22\u0e32\u0e1a\u0e32\u0e25 \u0e2a\u0e15\u0e39\u0e14\u0e34\u0e42\u0e2d\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e40\u0e2a\u0e35\u0e22\u0e07) \u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\u0e15\u0e48\u0e33 (\u0e40\u0e0a\u0e48\u0e19 \u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15\u0e40\u0e0b\u0e21\u0e34\u0e04\u0e2d\u0e19\u0e14\u0e31\u0e01\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e2b\u0e49\u0e2d\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23\u0e14\u0e49\u0e32\u0e19\u0e41\u0e2a\u0e07) \u0e2d\u0e32\u0e08\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e40\u0e02\u0e49\u0e21\u0e07\u0e27\u0e14\u0e17\u0e35\u0e48\u0e2a\u0e39\u0e07\u0e01\u0e27\u0e48\u0e32\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 1-2 \u0e23\u0e30\u0e14\u0e31\u0e1a.<\/li>\n<li><strong>\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e14\u0e49\u0e32\u0e19\u0e2d\u0e32\u0e22\u0e38\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e41\u0e1a\u0e23\u0e34\u0e48\u0e07:<\/strong> \u0e2b\u0e32\u0e01\u0e2d\u0e32\u0e22\u0e38\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e15\u0e25\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e1b\u0e37\u0e19\u0e17\u0e35\u0e48\u0e22\u0e32\u0e27\u0e19\u0e32\u0e19\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e34\u0e48\u0e07\u0e2a\u0e33\u0e04\u0e31\u0e0d (\u0e40\u0e0a\u0e48\u0e19 \u0e41\u0e17\u0e48\u0e19\u0e02\u0e38\u0e14\u0e40\u0e08\u0e32\u0e30\u0e19\u0e2d\u0e01\u0e0a\u0e32\u0e22\u0e1d\u0e31\u0e48\u0e07 \u0e2a\u0e16\u0e32\u0e19\u0e17\u0e35\u0e48\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e43\u0e19\u0e1e\u0e37\u0e49\u0e19\u0e17\u0e35\u0e48\u0e2b\u0e48\u0e32\u0e07\u0e44\u0e01\u0e25) \u0e01\u0e32\u0e23\u0e23\u0e30\u0e1a\u0e38\u0e40\u0e01\u0e23\u0e14 G \u0e17\u0e35\u0e48\u0e40\u0e02\u0e49\u0e21\u0e07\u0e27\u0e14\u0e21\u0e32\u0e01\u0e02\u0e36\u0e49\u0e19\u0e08\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e25\u0e14\u0e20\u0e32\u0e23\u0e30\u0e44\u0e14\u0e19\u0e32\u0e21\u0e34\u0e01\u0e1a\u0e19\u0e15\u0e25\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e1b\u0e37\u0e19 \u0e0b\u0e36\u0e48\u0e07\u0e08\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e22\u0e37\u0e14\u0e2d\u0e32\u0e22\u0e38\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 L10 \u0e02\u0e2d\u0e07\u0e15\u0e25\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e1b\u0e37\u0e19\u0e44\u0e14\u0e49\u0e42\u0e14\u0e22\u0e15\u0e23\u0e07. <a href=\"https:\/\/vibromera.eu\/th\/calculators\/bearing-load\/\">\u0e2d\u0e32\u0e22\u0e38\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 L10<\/a>.<\/li>\n<\/ul>\n<h3>\u0e04\u0e33\u0e41\u0e19\u0e30\u0e19\u0e33\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21<\/h3>\n<table class=\"article-table\">\n<thead>\n<tr>\n<th>\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21 \/ \u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19<\/th>\n<th>\u0e40\u0e01\u0e23\u0e14 G \u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b<\/th>\n<th>\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15\u0e1e\u0e25\u0e31\u0e07\u0e07\u0e32\u0e19 (\u0e01\u0e31\u0e07\u0e2b\u0e31\u0e19)<\/td>\n<td class=\"mono\">G 2.5 \u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e02\u0e49\u0e21\u0e07\u0e27\u0e14\u0e01\u0e27\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19<\/td>\n<td>\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 API \u0e21\u0e31\u0e01\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e43\u0e2b\u0e49\u0e40\u0e17\u0e35\u0e22\u0e1a\u0e40\u0e17\u0e48\u0e32\u0e01\u0e31\u0e1a G 1.0<\/td>\n<\/tr>\n<tr>\n<td>\u0e19\u0e49\u0e33\u0e21\u0e31\u0e19\u0e41\u0e25\u0e30\u0e01\u0e4a\u0e32\u0e0b (\u0e1b\u0e31\u0e4a\u0e21, \u0e04\u0e2d\u0e21\u0e40\u0e1e\u0e23\u0e2a\u0e40\u0e0b\u0e2d\u0e23\u0e4c)<\/td>\n<td class=\"mono\">G 2.5<\/td>\n<td>\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 API 610\/617 \u0e23\u0e30\u0e1a\u0e38\u0e27\u0e48\u0e32 4W\/N \u2248 G 1.0 \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e23\u0e13\u0e35\u0e27\u0e34\u0e01\u0e24\u0e15<\/td>\n<\/tr>\n<tr>\n<td>\u0e23\u0e30\u0e1a\u0e1a\u0e1b\u0e23\u0e31\u0e1a\u0e2d\u0e32\u0e01\u0e32\u0e28 (\u0e1e\u0e31\u0e14\u0e25\u0e21, \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e40\u0e1b\u0e48\u0e32\u0e25\u0e21)<\/td>\n<td class=\"mono\">G 6.3<\/td>\n<td>G 2.5 \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e44\u0e27\u0e15\u0e48\u0e2d\u0e40\u0e2a\u0e35\u0e22\u0e07\u0e23\u0e1a\u0e01\u0e27\u0e19<\/td>\n<\/tr>\n<tr>\n<td>\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e01\u0e25<\/td>\n<td class=\"mono\">G 1.0 \u2013 G 2.5<\/td>\n<td>\u0e41\u0e01\u0e19\u0e2b\u0e21\u0e38\u0e19\u0e40\u0e08\u0e35\u0e22\u0e23\u0e2d\u0e32\u0e08\u0e15\u0e49\u0e2d\u0e07\u0e43\u0e0a\u0e49 G 0.4<\/td>\n<\/tr>\n<tr>\n<td>\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e1c\u0e25\u0e34\u0e15\u0e01\u0e23\u0e30\u0e14\u0e32\u0e29\/\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1e\u0e34\u0e21\u0e1e\u0e4c<\/td>\n<td class=\"mono\">G 2.5 \u2013 G 6.3<\/td>\n<td>\u0e02\u0e36\u0e49\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e01\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e02\u0e2d\u0e07\u0e25\u0e39\u0e01\u0e01\u0e25\u0e34\u0e49\u0e07\u0e41\u0e25\u0e30\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e1e\u0e34\u0e21\u0e1e\u0e4c<\/td>\n<\/tr>\n<tr>\n<td>\u0e01\u0e32\u0e23\u0e17\u0e33\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e07\/\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15\u0e1b\u0e39\u0e19\u0e0b\u0e35\u0e40\u0e21\u0e19\u0e15\u0e4c (\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1a\u0e14\u0e2b\u0e34\u0e19, \u0e42\u0e23\u0e07\u0e42\u0e21\u0e48)<\/td>\n<td class=\"mono\">G 6.3 \u2013 G 16<\/td>\n<td>\u0e2a\u0e20\u0e32\u0e1e\u0e41\u0e27\u0e14\u0e25\u0e49\u0e2d\u0e21\u0e23\u0e38\u0e19\u0e41\u0e23\u0e07; \u0e2d\u0e32\u0e08\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e1a\u0e23\u0e23\u0e25\u0e38\u0e04\u0e48\u0e32\u0e17\u0e35\u0e48\u0e40\u0e02\u0e49\u0e21\u0e07\u0e27\u0e14\u0e01\u0e27\u0e48\u0e32\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49<\/td>\n<\/tr>\n<tr>\n<td>\u0e22\u0e32\u0e19\u0e22\u0e19\u0e15\u0e4c (\u0e40\u0e1e\u0e25\u0e32\u0e02\u0e49\u0e2d\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07)<\/td>\n<td class=\"mono\">G 16 \u2013 G 40<\/td>\n<td>\u0e23\u0e16\u0e22\u0e19\u0e15\u0e4c\u0e19\u0e31\u0e48\u0e07\u0e2a\u0e48\u0e27\u0e19\u0e1a\u0e38\u0e04\u0e04\u0e25\u0e42\u0e14\u0e22\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b\u0e43\u0e0a\u0e49\u0e40\u0e01\u0e23\u0e14 G 16; \u0e23\u0e16\u0e1a\u0e23\u0e23\u0e17\u0e38\u0e01\u0e43\u0e0a\u0e49\u0e40\u0e01\u0e23\u0e14 G 25\u201340<\/td>\n<\/tr>\n<tr>\n<td>\u0e01\u0e32\u0e23\u0e41\u0e1b\u0e23\u0e23\u0e39\u0e1b\u0e2d\u0e32\u0e2b\u0e32\u0e23<\/td>\n<td class=\"mono\">G 6.3<\/td>\n<td>\u0e01\u0e32\u0e23\u0e2d\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2a\u0e38\u0e02\u0e2d\u0e19\u0e32\u0e21\u0e31\u0e22\u0e2d\u0e32\u0e08\u0e08\u0e33\u0e01\u0e31\u0e14\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02<\/td>\n<\/tr>\n<tr>\n<td>\u0e07\u0e32\u0e19\u0e44\u0e21\u0e49 (\u0e43\u0e1a\u0e40\u0e25\u0e37\u0e48\u0e2d\u0e22, \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e44\u0e2a\u0e44\u0e21\u0e49)<\/td>\n<td class=\"mono\">G 2.5 \u2013 G 6.3<\/td>\n<td>\u0e40\u0e01\u0e23\u0e14\u0e17\u0e35\u0e48\u0e2a\u0e39\u0e07\u0e02\u0e36\u0e49\u0e19\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e1e\u0e37\u0e49\u0e19\u0e1c\u0e34\u0e27<\/td>\n<\/tr>\n<tr>\n<td>\u0e21\u0e2d\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e44\u0e1f\u0e1f\u0e49\u0e32 (\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b)<\/td>\n<td class=\"mono\">G 2.5<\/td>\n<td>\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 IEC 60034-14 \u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07\u0e16\u0e36\u0e07\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e19\u0e35\u0e49\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e21\u0e2d\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e2a\u0e48\u0e27\u0e19\u0e43\u0e2b\u0e0d\u0e48<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"practical\">\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e04\u0e33\u0e19\u0e27\u0e13\u0e40\u0e0a\u0e34\u0e07\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34<\/h2>\n<div class=\"example-block\">\n<div class=\"example-title\">\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e17\u0e35\u0e48 1: \u0e43\u0e1a\u0e1e\u0e31\u0e14\u0e1b\u0e31\u0e4a\u0e21\u0e41\u0e23\u0e07\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07<\/div>\n<p><strong>\u0e17\u0e35\u0e48\u0e43\u0e2b\u0e49\u0e44\u0e27\u0e49:<\/strong> \u0e43\u0e1a\u0e1e\u0e31\u0e14\u0e1b\u0e31\u0e4a\u0e21 \u0e21\u0e27\u0e25 = 12 \u0e01\u0e01. \u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e23\u0e2d\u0e1a\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 = 2950 \u0e23\u0e2d\u0e1a\u0e15\u0e48\u0e2d\u0e19\u0e32\u0e17\u0e35 \u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19: \u0e42\u0e23\u0e07\u0e07\u0e32\u0e19\u0e41\u0e1b\u0e23\u0e23\u0e39\u0e1b \u2192 ISO \u0e41\u0e19\u0e30\u0e19\u0e33 G 6.3.<\/p>\n<p><strong>\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e17\u0e35\u0e48 1 \u2014 \u0e04\u0e33\u0e19\u0e27\u0e13\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e40\u0e08\u0e32\u0e30\u0e08\u0e07:<\/strong><\/p>\n<p>e<sub>\u0e15\u0e48\u0e2d<\/sub> = 9549 \u00d7 G \/ n = 9549 \u00d7 6.3 \/ 2950 = <strong>20.4 \u0e44\u0e21\u0e42\u0e04\u0e23\u0e40\u0e21\u0e15\u0e23<\/strong> (\u0e2b\u0e23\u0e37\u0e2d 20.4 \u0e01\u0e23\u0e31\u0e21\u00b7\u0e21\u0e21.\/\u0e01\u0e01.)<\/p>\n<p><strong>\u0e02\u0e31\u0e49\u0e19\u0e15\u0e2d\u0e19\u0e17\u0e35\u0e48 2 \u2014 \u0e04\u0e33\u0e19\u0e27\u0e13\u0e22\u0e2d\u0e14\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14:<\/strong><\/p>\n<p>U<sub>\u0e15\u0e48\u0e2d<\/sub> = e<sub>\u0e15\u0e48\u0e2d<\/sub> \u00d7 M = 20.4 \u00d7 12 = <strong>244.8 \u0e01\u0e23\u0e31\u0e21\u00b7\u0e21\u0e21.<\/strong><\/p>\n<p><strong>\u0e01\u0e32\u0e23\u0e15\u0e35\u0e04\u0e27\u0e32\u0e21:<\/strong> \u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e15\u0e01\u0e04\u0e49\u0e32\u0e07\u0e2b\u0e25\u0e31\u0e07\u0e01\u0e32\u0e23\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e40\u0e01\u0e34\u0e19 244.8 \u0e01\u0e23\u0e31\u0e21\u00b7\u0e21\u0e34\u0e25\u0e25\u0e34\u0e40\u0e21\u0e15\u0e23 \u0e2b\u0e32\u0e01\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e43\u0e19\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e40\u0e14\u0e35\u0e22\u0e27 \u0e04\u0e48\u0e32\u0e19\u0e35\u0e49\u0e04\u0e37\u0e2d\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e23\u0e27\u0e21 \u0e2b\u0e32\u0e01\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e43\u0e19\u0e2a\u0e2d\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a \u0e04\u0e48\u0e32\u0e23\u0e27\u0e21\u0e19\u0e35\u0e49\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e41\u0e1a\u0e48\u0e07\u0e40\u0e09\u0e25\u0e35\u0e48\u0e22\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e41\u0e01\u0e49\u0e44\u0e02\u0e17\u0e31\u0e49\u0e07\u0e2a\u0e2d\u0e07 (\u0e42\u0e14\u0e22\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b\u0e04\u0e37\u0e2d 50\/50 \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e41\u0e1a\u0e1a\u0e2a\u0e21\u0e21\u0e32\u0e15\u0e23)<\/p>\n<\/p><\/div>\n<div class=\"example-block\">\n<div class=\"example-title\">\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e17\u0e35\u0e48 2: \u0e43\u0e1a\u0e1e\u0e31\u0e14\u0e1e\u0e31\u0e14\u0e25\u0e21\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21<\/div>\n<p><strong>\u0e17\u0e35\u0e48\u0e43\u0e2b\u0e49\u0e44\u0e27\u0e49:<\/strong> \u0e0a\u0e38\u0e14\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e1e\u0e31\u0e14\u0e25\u0e21 \u0e21\u0e27\u0e25 = 85 \u0e01\u0e01. \u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 = 1480 \u0e23\u0e2d\u0e1a\u0e15\u0e48\u0e2d\u0e19\u0e32\u0e17\u0e35 \u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19: \u0e01\u0e32\u0e23\u0e23\u0e30\u0e1a\u0e32\u0e22\u0e2d\u0e32\u0e01\u0e32\u0e28 \u2192 G 6.3.<\/p>\n<p><strong>\u0e01\u0e32\u0e23\u0e04\u0e33\u0e19\u0e27\u0e13:<\/strong><\/p>\n<p>U<sub>\u0e15\u0e48\u0e2d<\/sub> = (9549 \u00d7 6.3 \u00d7 85) \/ 1480 = <strong>3454 \u0e01\u0e23\u0e31\u0e21\u00b7\u0e21\u0e21.<\/strong><\/p>\n<p>e<sub>\u0e15\u0e48\u0e2d<\/sub> = 3454 \/ 85 = <strong>40.6 \u0e44\u0e21\u0e42\u0e04\u0e23\u0e40\u0e21\u0e15\u0e23<\/strong><\/p>\n<p><strong>\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e43\u0e19\u0e2a\u0e2d\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a:<\/strong> U<sub>\u0e15\u0e48\u0e2d<\/sub> \u0e15\u0e48\u0e2d\u0e23\u0e30\u0e19\u0e32\u0e1a \u2248 3454 \/ 2 = <strong>1727 \u0e01\u0e23\u0e31\u0e21\u00b7\u0e21\u0e21. \u0e15\u0e48\u0e2d\u0e23\u0e30\u0e19\u0e32\u0e1a<\/strong><\/p>\n<\/p><\/div>\n<div class=\"example-block\">\n<div class=\"example-title\">\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e17\u0e35\u0e48 3: \u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e40\u0e17\u0e2d\u0e23\u0e4c\u0e42\u0e1a\u0e0a\u0e32\u0e23\u0e4c\u0e08\u0e40\u0e08\u0e2d\u0e23\u0e4c (\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e2a\u0e39\u0e07)<\/div>\n<p><strong>\u0e17\u0e35\u0e48\u0e43\u0e2b\u0e49\u0e44\u0e27\u0e49:<\/strong> \u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e40\u0e17\u0e2d\u0e23\u0e4c\u0e42\u0e1a\u0e0a\u0e32\u0e23\u0e4c\u0e08\u0e40\u0e08\u0e2d\u0e23\u0e4c \u0e21\u0e27\u0e25 = 0.8 \u0e01\u0e01. \u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 = 90,000 \u0e23\u0e2d\u0e1a\u0e15\u0e48\u0e2d\u0e19\u0e32\u0e17\u0e35 \u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19: \u0e40\u0e17\u0e2d\u0e23\u0e4c\u0e42\u0e1a\u0e23\u0e16\u0e22\u0e19\u0e15\u0e4c \u2192 G 2.5.<\/p>\n<p><strong>\u0e01\u0e32\u0e23\u0e04\u0e33\u0e19\u0e27\u0e13:<\/strong><\/p>\n<p>U<sub>\u0e15\u0e48\u0e2d<\/sub> = (9549 \u00d7 2.5 \u00d7 0.8) \/ 90000 = <strong>0.212 \u0e01\u0e23\u0e31\u0e21\u00b7\u0e21\u0e21.<\/strong><\/p>\n<p>e<sub>\u0e15\u0e48\u0e2d<\/sub> = 0.212 \/ 0.8 = <strong>0.265 \u0e44\u0e21\u0e42\u0e04\u0e23\u0e40\u0e21\u0e15\u0e23<\/strong><\/p>\n<p><strong>\u0e2b\u0e21\u0e32\u0e22\u0e40\u0e2b\u0e15\u0e38:<\/strong> \u0e17\u0e35\u0e48\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e2a\u0e39\u0e07\u0e21\u0e32\u0e01 \u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e08\u0e30\u0e19\u0e49\u0e2d\u0e22\u0e21\u0e32\u0e01\u0e08\u0e19\u0e41\u0e17\u0e1a\u0e44\u0e21\u0e48\u0e21\u0e35\u0e40\u0e25\u0e22 \u0e19\u0e35\u0e48\u0e04\u0e37\u0e2d\u0e40\u0e2b\u0e15\u0e38\u0e1c\u0e25\u0e27\u0e48\u0e32\u0e17\u0e33\u0e44\u0e21\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e40\u0e17\u0e2d\u0e23\u0e4c\u0e42\u0e1a\u0e0a\u0e32\u0e23\u0e4c\u0e08\u0e40\u0e08\u0e2d\u0e23\u0e4c\u0e08\u0e36\u0e07\u0e15\u0e49\u0e2d\u0e07\u0e43\u0e0a\u0e49\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e17\u0e35\u0e48\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e2a\u0e39\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e1e\u0e34\u0e40\u0e28\u0e29 \u0e41\u0e25\u0e30\u0e17\u0e33\u0e44\u0e21\u0e41\u0e21\u0e49\u0e41\u0e15\u0e48\u0e2a\u0e34\u0e48\u0e07\u0e1b\u0e19\u0e40\u0e1b\u0e37\u0e49\u0e2d\u0e19\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e40\u0e25\u0e47\u0e01\u0e19\u0e49\u0e2d\u0e22 (\u0e23\u0e2d\u0e22\u0e19\u0e34\u0e49\u0e27\u0e21\u0e37\u0e2d \u0e1d\u0e38\u0e48\u0e19) \u0e01\u0e47\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e40\u0e01\u0e34\u0e19\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e14\u0e49.<\/p>\n<\/p><\/div>\n<p>\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e23\u0e13\u0e35\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b\u0e14\u0e49\u0e32\u0e19\u0e1a\u0e19 \u2014 \u0e1b\u0e31\u0e4a\u0e21 \u0e1e\u0e31\u0e14\u0e25\u0e21 \u0e41\u0e25\u0e30\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e17\u0e33\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48 G 2.5 \u0e2b\u0e23\u0e37\u0e2d G 6.3 \u2014 \u0e04\u0e38\u0e13\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e27\u0e31\u0e14\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d \u0e43\u0e2a\u0e48\u0e19\u0e49\u0e33\u0e2b\u0e19\u0e31\u0e01\u0e41\u0e01\u0e49\u0e44\u0e02 \u0e41\u0e25\u0e30\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e1c\u0e25\u0e40\u0e17\u0e35\u0e22\u0e1a\u0e01\u0e31\u0e1a\u0e40\u0e01\u0e23\u0e14\u0e17\u0e35\u0e48\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e14\u0e49 <em>\u0e43\u0e19\u0e20\u0e32\u0e04\u0e2a\u0e19\u0e32\u0e21<\/em> \u0e14\u0e49\u0e27\u0e22\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e21\u0e37\u0e2d\u0e1e\u0e01\u0e1e\u0e32 \u0e40\u0e0a\u0e48\u0e19 <a href=\"https:\/\/vibromera.eu\/th\/product\/balanset-1\/\">Balanset-1A<\/a>. \u0e1b\u0e49\u0e2d\u0e19\u0e21\u0e27\u0e25\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 \u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e43\u0e19\u0e15\u0e33\u0e41\u0e2b\u0e19\u0e48\u0e07\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 \u0e41\u0e25\u0e49\u0e27\u0e0b\u0e2d\u0e1f\u0e15\u0e4c\u0e41\u0e27\u0e23\u0e4c\u0e08\u0e30\u0e23\u0e32\u0e22\u0e07\u0e32\u0e19 U<sub>\u0e15\u0e48\u0e2d<\/sub> \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e01\u0e32\u0e23\u0e1c\u0e48\u0e32\u0e19\/\u0e44\u0e21\u0e48\u0e1c\u0e48\u0e32\u0e19\u0e40\u0e17\u0e35\u0e22\u0e1a\u0e01\u0e31\u0e1a G-grade \u0e40\u0e1b\u0e49\u0e32\u0e2b\u0e21\u0e32\u0e22\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e0a\u0e31\u0e14\u0e40\u0e08\u0e19 \u2014 \u0e44\u0e21\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e16\u0e2d\u0e14\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e2b\u0e23\u0e37\u0e2d\u0e2a\u0e48\u0e07\u0e40\u0e02\u0e49\u0e32\u0e23\u0e49\u0e32\u0e19\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25<\/p>\n<div class=\"info-box success\">\n<div class=\"box-title\">\u0e01\u0e32\u0e23\u0e41\u0e1b\u0e25\u0e07\u0e2b\u0e19\u0e48\u0e27\u0e22<\/div>\n<p>\u0e01\u0e32\u0e23\u0e41\u0e1b\u0e25\u0e07\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b\u0e43\u0e19\u0e01\u0e32\u0e23\u0e04\u0e33\u0e19\u0e27\u0e13\u0e2a\u0e21\u0e14\u0e38\u0e25:<\/p>\n<p>1 \u0e01\u0e23\u0e31\u0e21\u00b7\u0e21\u0e21. = 1 \u0e21\u0e01.\u00b7\u0e21. = 0.001 \u0e01\u0e01.\u00b7\u0e21\u0e21. = 1000 \u0e44\u0e21\u0e42\u0e04\u0e23\u0e01\u0e23\u0e31\u0e21\u00b7\u0e21.<\/p>\n<p>1 \u0e2d\u0e2d\u0e19\u0e0b\u0e4c\u00b7\u0e19\u0e34\u0e49\u0e27 = 720 \u0e01\u0e23\u0e31\u0e21\u00b7\u0e21\u0e34\u0e25\u0e25\u0e34\u0e40\u0e21\u0e15\u0e23 (\u0e23\u0e30\u0e1a\u0e1a\u0e2b\u0e19\u0e48\u0e27\u0e22\u0e27\u0e31\u0e14\u0e41\u0e1a\u0e1a\u0e2d\u0e34\u0e21\u0e1e\u0e35\u0e40\u0e23\u0e35\u0e22\u0e25 \u0e0b\u0e36\u0e48\u0e07\u0e22\u0e31\u0e07\u0e04\u0e07\u0e43\u0e0a\u0e49\u0e01\u0e31\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e1a\u0e49\u0e32\u0e07\u0e43\u0e19\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e1a\u0e32\u0e07\u0e41\u0e2b\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e2a\u0e2b\u0e23\u0e31\u0e10\u0e2d\u0e40\u0e21\u0e23\u0e34\u0e01\u0e32)<\/p>\n<p>e<sub>\u0e15\u0e48\u0e2d<\/sub> \u0e43\u0e19\u0e2b\u0e19\u0e48\u0e27\u0e22 \u00b5m = e<sub>\u0e15\u0e48\u0e2d<\/sub> \u0e43\u0e19\u0e2b\u0e19\u0e48\u0e27\u0e22 g\u00b7mm\/kg (\u0e15\u0e31\u0e27\u0e40\u0e25\u0e02\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e01\u0e31\u0e19\u0e17\u0e38\u0e01\u0e1b\u0e23\u0e30\u0e01\u0e32\u0e23 \u2014 \u0e01\u0e32\u0e23\u0e40\u0e1a\u0e35\u0e48\u0e22\u0e07\u0e40\u0e1a\u0e19\u0e02\u0e2d\u0e07\u0e08\u0e38\u0e14\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e01\u0e25\u0e32\u0e07\u0e21\u0e27\u0e25\u0e40\u0e17\u0e48\u0e32\u0e01\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e08\u0e33\u0e40\u0e1e\u0e32\u0e30)<\/p>\n<\/p><\/div>\n<h2 id=\"two-plane\">\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e2a\u0e2d\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a \u2014 \u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e2a\u0e23\u0e23\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19<\/h2>\n<p>\u0e2a\u0e39\u0e15\u0e23\u0e40\u0e01\u0e23\u0e14 G \u0e04\u0e33\u0e19\u0e27\u0e13 <em>\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14<\/em> \u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14 \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23 <a href=\"https:\/\/vibromera.eu\/th\/glossary\/two-plane-balancing\/\">\u0e2a\u0e2d\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a<\/a> (<a href=\"https:\/\/vibromera.eu\/th\/glossary\/dynamic-balancing\/\">\u0e1e\u0e25\u0e27\u0e31\u0e15<\/a>) \u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25 \u2014 \u0e0b\u0e36\u0e48\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e01\u0e23\u0e13\u0e35\u0e2a\u0e48\u0e27\u0e19\u0e43\u0e2b\u0e0d\u0e48\u0e02\u0e2d\u0e07\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e43\u0e19\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e17\u0e35\u0e48\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e2a\u0e48\u0e27\u0e19\u0e04\u0e27\u0e32\u0e21\u0e22\u0e32\u0e27\u0e15\u0e48\u0e2d\u0e40\u0e2a\u0e49\u0e19\u0e1c\u0e48\u0e32\u0e19\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e01\u0e25\u0e32\u0e07\u0e40\u0e01\u0e34\u0e19 0.5 \u0e42\u0e14\u0e22\u0e1b\u0e23\u0e30\u0e21\u0e32\u0e13 \u2014 \u0e04\u0e27\u0e32\u0e21\u0e40\u0434\u043e\u043fusk \u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e19\u0e35\u0e49\u0e08\u0e30\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e23\u0e30\u0e08\u0e32\u0e22\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e2a\u0e2d\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a <a href=\"https:\/\/vibromera.eu\/th\/glossary\/correction-plane\/\">\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02<\/a>.<\/p>\n<h3>\u0e2b\u0e25\u0e31\u0e01\u0e40\u0e01\u0e13\u0e11\u0e4c ISO \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e2a\u0e23\u0e23\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19<\/h3>\n<p>ISO 21940-11 \u0e43\u0e2b\u0e49\u0e41\u0e19\u0e27\u0e17\u0e32\u0e07\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e41\u0e1a\u0e48\u0e07\u0e04\u0e27\u0e32\u0e21\u0e40\u0434\u043e\u043fusk \u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e15\u0e32\u0e21\u0e23\u0e39\u0e1b\u0e17\u0e23\u0e07\u0e40\u0e23\u0e02\u0e32\u0e04\u0e13\u0e34\u0e15\u0e02\u0e2d\u0e07\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c:<\/p>\n<ul>\n<li><strong>\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e2a\u0e21\u0e21\u0e32\u0e15\u0e23<\/strong> (\u0e08\u0e38\u0e14\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e16\u0e48\u0e27\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e01\u0e36\u0e48\u0e07\u0e01\u0e25\u0e32\u0e07\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a): \u0e41\u0e1a\u0e48\u0e07\u0e04\u0e23\u0e36\u0e48\u0e07\u0e40\u0e17\u0e48\u0e32\u0e46 \u0e01\u0e31\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e41\u0e01\u0e49\u0e44\u0e02\u0e17\u0e31\u0e49\u0e07\u0e2a\u0e2d\u0e07.<\/li>\n<li><strong>\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e41\u0e1a\u0e1a\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e21\u0e32\u0e15\u0e23<\/strong> (\u0e08\u0e38\u0e14\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e16\u0e48\u0e27\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e01\u0e25\u0e49\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e43\u0e14\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32): \u0e41\u0e1a\u0e48\u0e07\u0e2a\u0e48\u0e27\u0e19\u0e15\u0e32\u0e21\u0e2a\u0e31\u0e14\u0e2a\u0e48\u0e27\u0e19 \u2014 \u0e23\u0e30\u0e19\u0e32\u0e1a\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e01\u0e25\u0e49\u0e08\u0e38\u0e14\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e16\u0e48\u0e27\u0e07\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e2a\u0e48\u0e27\u0e19\u0e41\u0e1a\u0e48\u0e07\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32 \u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e44\u0e14\u0e49\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e2a\u0e39\u0e15\u0e23\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e04\u0e33\u0e19\u0e27\u0e13\u0e19\u0e35\u0e49\u0e44\u0e27\u0e49\u0e41\u0e25\u0e49\u0e27.<\/li>\n<li><strong>\u0e01\u0e0e\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b:<\/strong> U<sub>A<\/sub> \/ U<sub>B<\/sub> = L<sub>B<\/sub> \/ L<sub>A<\/sub>, \u0e42\u0e14\u0e22\u0e17\u0e35\u0e48 L<sub>A<\/sub> \u0e41\u0e25\u0e30 L<sub>B<\/sub> \u0e04\u0e37\u0e2d\u0e23\u0e30\u0e22\u0e30\u0e2b\u0e48\u0e32\u0e07\u0e08\u0e32\u0e01\u0e08\u0e38\u0e14\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e01\u0e25\u0e32\u0e07\u0e21\u0e27\u0e25\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a A \u0e41\u0e25\u0e30 B \u0e15\u0e32\u0e21\u0e25\u0e33\u0e14\u0e31\u0e1a.<\/li>\n<\/ul>\n<div class=\"info-box warning\">\n<div class=\"box-title\">\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e2a\u0e16\u0e34\u0e15\u0e40\u0e17\u0e35\u0e22\u0e1a\u0e01\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e41\u0e1a\u0e1a\u0e04\u0e31\u0e1b\u0e40\u0e1b\u0e34\u0e25<\/div>\n<p>\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e1c\u0e25\u0e23\u0e27\u0e21\u0e02\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e2d\u0e22\u0e39\u0e48\u0e16\u0e39\u0e01\u0e41\u0e1a\u0e48\u0e07\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e2a\u0e2d\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a <em>\u0e1c\u0e25\u0e23\u0e27\u0e21\u0e40\u0e27\u0e01\u0e40\u0e15\u0e2d\u0e23\u0e4c<\/em> \u0e02\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e43\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2a\u0e2d\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e21\u0e48\u0e40\u0e01\u0e34\u0e19 U<sub>\u0e15\u0e48\u0e2d<\/sub>. \u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e41\u0e15\u0e48\u0e25\u0e30\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e41\u0e22\u0e01\u0e01\u0e31\u0e19\u0e40\u0e17\u0e35\u0e22\u0e1a\u0e01\u0e31\u0e1a\u0e04\u0e23\u0e36\u0e48\u0e07\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e02\u0e2d\u0e07\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14\u0e2d\u0e32\u0e08\u0e1e\u0e25\u0e32\u0e14\u0e2a\u0e20\u0e32\u0e27\u0e30\u0e17\u0e35\u0e48\u0e17\u0e31\u0e49\u0e07\u0e2a\u0e2d\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e41\u0e15\u0e48\u0e25\u0e30\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e17\u0e35\u0e48\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e44\u0e14\u0e49 \u0e41\u0e15\u0e48\u0e01\u0e32\u0e23\u0e23\u0e27\u0e21\u0e01\u0e31\u0e19 (\u0e42\u0e14\u0e22\u0e40\u0e09\u0e1e\u0e32\u0e30\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e22\u0e34\u0e48\u0e07 <a href=\"https:\/\/vibromera.eu\/th\/glossary\/couple-unbalance\/\">\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e41\u0e1a\u0e1a\u0e04\u0e39\u0e48<\/a>) \u0e40\u0e01\u0e34\u0e19\u0e02\u0e35\u0e14 \u0e08\u0e33\u0e01\u0e31\u0e14 \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e2a\u0e21\u0e31\u0e22\u0e43\u0e2b\u0e21\u0e48\u0e42\u0e14\u0e22\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e17\u0e31\u0e49\u0e07\u0e04\u0e27\u0e32\u0e21\u0e40\u0434\u043e\u043fu\u0441\u043a \u0e02\u0e2d\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e41\u0e15\u0e48\u0e25\u0e30\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e04\u0e07\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14<\/p>\n<\/p><\/div>\n<h3>\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e14\u0e49\u0e27\u0e22\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e40\u0e14\u0e35\u0e22\u0e27\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e1e\u0e2d\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e43\u0e14?<\/h3>\n<p><a href=\"https:\/\/vibromera.eu\/th\/glossary\/single-plane-balancing\/\">\u0e41\u0e1a\u0e1a\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e40\u0e14\u0e35\u0e22\u0e27<\/a> (<a href=\"https:\/\/vibromera.eu\/th\/glossary\/static-balancing\/\">\u0e04\u0e07\u0e17\u0e35\u0e48<\/a>) \u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e1e\u0e2d\u0e40\u0e21\u0e37\u0e48\u0e2d:<\/p>\n<ul>\n<li>\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e40\u0e1b\u0e47\u0e19\u0e41\u0e1c\u0e48\u0e19\u0e14\u0e34\u0e2a\u0e01\u0e4c\u0e1a\u0e32\u0e07 (\u0e2d\u0e31\u0e15\u0e23\u0e32\u0e2a\u0e48\u0e27\u0e19 L\/D \u0e19\u0e49\u0e2d\u0e22\u0e01\u0e27\u0e48\u0e32\u0e1b\u0e23\u0e30\u0e21\u0e32\u0e13 0.5)<\/li>\n<li>\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e19\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e15\u0e48\u0e33\u0e01\u0e27\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e27\u0e34\u0e01\u0e24\u0e15\u0e41\u0e23\u0e01 <a href=\"https:\/\/vibromera.eu\/th\/glossary\/critical-speed\/\">\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e27\u0e34\u0e01\u0e24\u0e15<\/a><\/li>\n<li>\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14 (G 6.3 \u0e2b\u0e23\u0e37\u0e2d\u0e2b\u0e22\u0e32\u0e1a\u0e01\u0e27\u0e48\u0e32)<\/li>\n<li>\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e0a\u0e48\u0e19: \u0e43\u0e1a\u0e1e\u0e31\u0e14\u0e25\u0e21, \u0e25\u0e49\u0e2d\u0e40\u0e08\u0e35\u0e22\u0e23, \u0e23\u0e2d\u0e01, \u0e08\u0e32\u0e19\u0e40\u0e1a\u0e23\u0e01, \u0e25\u0e49\u0e2d\u0e0a\u0e48\u0e27\u0e22\u0e41\u0e23\u0e07<\/li>\n<\/ul>\n<p>\u0e01\u0e32\u0e23\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e43\u0e19\u0e2a\u0e2d\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e34\u0e48\u0e07\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e22\u0e32\u0e27\u0e15\u0e32\u0e21\u0e41\u0e19\u0e27\u0e41\u0e01\u0e19\u0e21\u0e32\u0e01 \u0e40\u0e21\u0e37\u0e48\u0e2d\u0e04\u0e32\u0e14\u0e27\u0e48\u0e32\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e41\u0e1a\u0e1a\u0e04\u0e31\u0e1b\u0e40\u0e1b\u0e34\u0e25 (\u0e40\u0e0a\u0e48\u0e19 \u0e2b\u0e25\u0e31\u0e07\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e08\u0e32\u0e01\u0e0a\u0e34\u0e49\u0e19\u0e2a\u0e48\u0e27\u0e19\u0e2b\u0e25\u0e32\u0e22\u0e0a\u0e34\u0e49\u0e19) \u0e2b\u0e23\u0e37\u0e2d\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e2a\u0e39\u0e07<\/p>\n<h2 id=\"common-mistakes\">\u0e04\u0e27\u0e32\u0e21\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e1c\u0e34\u0e14\u0e17\u0e35\u0e48\u0e1e\u0e1a\u0e1a\u0e48\u0e2d\u0e22<\/h2>\n<h3>1. \u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e41\u0e17\u0e19\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19<\/h3>\n<p>\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e17\u0e35\u0e48\u0e2a\u0e33\u0e04\u0e31\u0e0d\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14\u0e43\u0e19\u0e01\u0e32\u0e23\u0e04\u0e33\u0e19\u0e27\u0e13\u0e40\u0e01\u0e23\u0e14 G \u0e04\u0e37\u0e2d \u0e2a\u0e39\u0e15\u0e23\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e43\u0e0a\u0e49 <em>\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14<\/em> \u2014 \u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e23\u0e2d\u0e1a\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e17\u0e35\u0e48\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e2b\u0e21\u0e38\u0e19\u0e44\u0e14\u0e49\u0e43\u0e19\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e08\u0e23\u0e34\u0e07 \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e15\u0e48\u0e33\u0e2d\u0e32\u0e08\u0e17\u0e33\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48 300\u2013600 \u0e23\u0e2d\u0e1a\u0e15\u0e48\u0e2d\u0e19\u0e32\u0e17\u0e35 \u0e41\u0e15\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e04\u0e33\u0e19\u0e27\u0e13\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e19\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19 (\u0e40\u0e0a\u0e48\u0e19 3600 \u0e23\u0e2d\u0e1a\u0e15\u0e48\u0e2d\u0e19\u0e32\u0e17\u0e35) \u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e08\u0e30\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e2b\u0e25\u0e27\u0e21\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b 6\u201312 \u0e40\u0e17\u0e48\u0e32.<\/p>\n<h3>2. \u0e2a\u0e31\u0e1a\u0e2a\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e40\u0e01\u0e23\u0e14 G \u0e01\u0e31\u0e1a\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19<\/h3>\n<p>\u0e04\u0e48\u0e32 G 2.5 \u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e2b\u0e21\u0e32\u0e22\u0e04\u0e27\u0e32\u0e21\u0e27\u0e48\u0e32\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e08\u0e30\u0e2a\u0e31\u0e48\u0e19\u0e14\u0e49\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27 2.5 \u0e21\u0e21.\/\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 \u0e04\u0e48\u0e32 G-grade \u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e16\u0e36\u0e07\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e23\u0e2d\u0e1a\u0e19\u0e2d\u0e01\u0e02\u0e2d\u0e07\u0e08\u0e38\u0e14\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e01\u0e25\u0e32\u0e07\u0e21\u0e27\u0e25 \u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e27\u0e31\u0e14\u0e44\u0e14\u0e49\u0e1a\u0e19\u0e15\u0e31\u0e27\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07 \u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\u0e08\u0e23\u0e34\u0e07\u0e02\u0e36\u0e49\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e01\u0e31\u0e1a\u0e1b\u0e31\u0e08\u0e08\u0e31\u0e22\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e2d\u0e35\u0e01\u0e2b\u0e25\u0e32\u0e22\u0e2d\u0e22\u0e48\u0e32\u0e07 \u0e40\u0e0a\u0e48\u0e19 \u0e04\u0e27\u0e32\u0e21\u0e41\u0e02\u0e47\u0e07\u0e02\u0e2d\u0e07\u0e41\u0e1a\u0e23\u0e34\u0e48\u0e07 \u0e42\u0e04\u0e23\u0e07\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a \u0e01\u0e32\u0e23\u0e2b\u0e19\u0e48\u0e27\u0e07 \u0e41\u0e25\u0e30\u0e41\u0e2b\u0e25\u0e48\u0e07\u0e01\u0e33\u0e40\u0e19\u0e34\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\u0e2d\u0e37\u0e48\u0e19\u0e46 \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e17\u0e35\u0e48\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e15\u0e32\u0e21\u0e04\u0e48\u0e32 G 2.5 \u0e2d\u0e32\u0e08\u0e27\u0e31\u0e14\u0e44\u0e14\u0e49 0.5 \u0e21\u0e21.\/\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 \u0e2b\u0e23\u0e37\u0e2d 5 \u0e21\u0e21.\/\u0e27\u0e34\u0e19\u0e32\u0e17\u0e35 \u0e1a\u0e19\u0e15\u0e31\u0e27\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07 \u0e02\u0e36\u0e49\u0e19\u0e2d\u0e22\u0e39\u0e48\u0e01\u0e31\u0e1a\u0e1b\u0e31\u0e08\u0e08\u0e31\u0e22\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49<\/p>\n<h3>3. \u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e17\u0e35\u0e48\u0e2a\u0e39\u0e07\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b<\/h3>\n<p>\u0e01\u0e32\u0e23\u0e23\u0e30\u0e1a\u0e38 G 1.0 \u0e40\u0e21\u0e37\u0e48\u0e2d G 6.3 \u0e40\u0e1e\u0e35\u0e22\u0e07\u0e1e\u0e2d\u0e08\u0e30\u0e40\u0e2a\u0e35\u0e22\u0e40\u0e27\u0e25\u0e32\u0e41\u0e25\u0e30\u0e40\u0e07\u0e34\u0e19 \u0e41\u0e15\u0e48\u0e25\u0e30\u0e02\u0e31\u0e49\u0e19\u0e17\u0e35\u0e48\u0e41\u0e19\u0e48\u0e19\u0e02\u0e36\u0e49\u0e19\u0e43\u0e19\u0e40\u0e01\u0e23\u0e14 G \u0e08\u0e30\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e04\u0e27\u0e32\u0e21\u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e41\u0e25\u0e30\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e1b\u0e23\u0e30\u0e21\u0e32\u0e13\u0e2a\u0e2d\u0e07\u0e40\u0e17\u0e48\u0e32 \u0e43\u0e1a\u0e1e\u0e31\u0e14\u0e1b\u0e31\u0e4a\u0e21\u0e41\u0e23\u0e07\u0e40\u0e2b\u0e27\u0e35\u0e48\u0e22\u0e07\u0e17\u0e35\u0e48\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e40\u0e1b\u0e47\u0e19 G 1.0 \u0e41\u0e17\u0e19 G 6.3 \u0e21\u0e35\u0e04\u0e48\u0e32\u0e43\u0e0a\u0e49\u0e08\u0e48\u0e32\u0e22\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e21\u0e32\u0e01 \u0e41\u0e15\u0e48\u0e1b\u0e31\u0e4a\u0e21\u0e21\u0e31\u0e01\u0e08\u0e30\u0e44\u0e21\u0e48\u0e17\u0e33\u0e07\u0e32\u0e19\u0e23\u0e32\u0e1a\u0e23\u0e37\u0e48\u0e19\u0e02\u0e36\u0e49\u0e19\u0e40\u0e1e\u0e23\u0e32\u0e30\u0e41\u0e2b\u0e25\u0e48\u0e07\u0e17\u0e35\u0e48\u0e21\u0e32\u0e02\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\u0e2d\u0e37\u0e48\u0e19 (<a href=\"https:\/\/vibromera.eu\/th\/glossary\/misalignment\/\">\u0e01\u0e32\u0e23\u0e08\u0e31\u0e14\u0e15\u0e33\u0e41\u0e2b\u0e19\u0e48\u0e07\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07<\/a>, <a href=\"https:\/\/vibromera.eu\/th\/glossary\/hydraulic-forces\/\">\u0e41\u0e23\u0e07\u0e44\u0e2e\u0e14\u0e23\u0e2d\u0e25\u0e34\u0e01<\/a>, \u0e40\u0e2a\u0e35\u0e22\u0e07\u0e08\u0e32\u0e01\u0e15\u0e25\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e1b\u0e37\u0e19) \u0e04\u0e23\u0e2d\u0e1a\u0e07\u0e33<\/p>\n<h3>4. \u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e01\u0e40\u0e09\u0e22\u0e15\u0e48\u0e2d\u0e02\u0e49\u0e2d\u0e08\u0e33\u0e01\u0e31\u0e14\u0e43\u0e19\u0e42\u0e25\u0e01\u0e41\u0e2b\u0e48\u0e07\u0e04\u0e27\u0e32\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e08\u0e23\u0e34\u0e07<\/h3>\n<p>\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e04\u0e33\u0e19\u0e27\u0e13\u0e44\u0e14\u0e49\u0e2d\u0e32\u0e08\u0e19\u0e49\u0e2d\u0e22\u0e01\u0e27\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e27\u0e02\u0e2d\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e2b\u0e23\u0e37\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e43\u0e19\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e17\u0e35\u0e48\u0e17\u0e33\u0e44\u0e14\u0e49 \u0e2b\u0e32\u0e01 U<sub>\u0e15\u0e48\u0e2d<\/sub> \u0e04\u0e33\u0e19\u0e27\u0e13\u0e44\u0e14\u0e49 0.5 \u0e01\u0e23\u0e31\u0e21\u00b7\u0e21\u0e34\u0e25\u0e25\u0e34\u0e40\u0e21\u0e15\u0e23 \u0e41\u0e15\u0e48\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e41\u0e22\u0e01\u0e41\u0e22\u0e30\u0e44\u0e14\u0e49\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e40\u0e1e\u0e35\u0e22\u0e07 1 \u0e01\u0e23\u0e31\u0e21\u00b7\u0e21\u0e34\u0e25\u0e25\u0e34\u0e40\u0e21\u0e15\u0e23\u0e40\u0e17\u0e48\u0e32\u0e19\u0e31\u0e49\u0e19 \u0e08\u0e36\u0e07\u0e44\u0e21\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e23\u0e07\u0e15\u0e32\u0e21\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e44\u0e14\u0e49\u0e2b\u0e32\u0e01\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e17\u0e35\u0e48\u0e14\u0e35\u0e01\u0e27\u0e48\u0e32\u0e19\u0e35\u0e49 \u0e04\u0e27\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e40\u0e2a\u0e21\u0e2d\u0e27\u0e48\u0e32\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e21\u0e35\u0e2d\u0e22\u0e39\u0e48\u0e19\u0e31\u0e49\u0e19\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e17\u0e33\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e14\u0e49\u0e15\u0e32\u0e21\u0e17\u0e35\u0e48\u0e23\u0e30\u0e1a\u0e38\u0e44\u0e27\u0e49\u0e08\u0e23\u0e34\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e44\u0e21\u0e48<\/p>\n<h3>5. \u0e44\u0e21\u0e48\u0e04\u0e33\u0e19\u0e36\u0e07\u0e16\u0e36\u0e07\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a<\/h3>\n<p>\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c\u0e41\u0e1a\u0e1a\u0e1a\u0e19\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25 \u0e2d\u0e32\u0e08\u0e41\u0e2a\u0e14\u0e07\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e08\u0e23\u0e34\u0e07 \u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e23\u0e30\u0e22\u0e30\u0e2b\u0e48\u0e32\u0e07\u0e02\u0e2d\u0e07\u0e23\u0e48\u0e2d\u0e07\u0e25\u0e34\u0e48\u0e21 \u0e04\u0e27\u0e32\u0e21\u0e40\u0e22\u0e37\u0e49\u0e2d\u0e07\u0e28\u0e39\u0e19\u0e22\u0e4c\u0e02\u0e2d\u0e07\u0e02\u0e49\u0e2d\u0e15\u0e48\u0e2d \u0e01\u0e32\u0e23\u0e02\u0e22\u0e32\u0e22\u0e15\u0e31\u0e27\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e04\u0e27\u0e32\u0e21\u0e23\u0e49\u0e2d\u0e19 \u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e43\u0e19\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07 \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e17\u0e35\u0e48\u0e2a\u0e33\u0e04\u0e31\u0e0d \u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO \u0e41\u0e19\u0e30\u0e19\u0e33\u0e43\u0e2b\u0e49\u0e2a\u0e33\u0e23\u0e2d\u0e07\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14 20\u201330% \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e02\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e34\u0e14\u0e15\u0e31\u0e49\u0e07.<\/p>\n<h3>6. \u0e01\u0e32\u0e23\u0e19\u0e33\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e41\u0e02\u0e47\u0e07\u0e21\u0e32\u0e43\u0e0a\u0e49\u0e01\u0e31\u0e1a\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e22\u0e37\u0e14\u0e2b\u0e22\u0e38\u0e48\u0e19<\/h3>\n<p>\u0e40\u0e01\u0e23\u0e14 G \u0e15\u0e32\u0e21 ISO 21940-11 \u0e43\u0e0a\u0e49\u0e01\u0e31\u0e1a <em>\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e41\u0e1a\u0e1a\u0e41\u0e02\u0e47\u0e07<\/em> \u2014 \u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e17\u0e33\u0e07\u0e32\u0e19\u0e15\u0e48\u0e33\u0e01\u0e27\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e27\u0e34\u0e01\u0e24\u0e15\u0e41\u0e23\u0e01\u0e02\u0e2d\u0e07\u0e21\u0e31\u0e19\u0e21\u0e32\u0e01 \u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e1c\u0e48\u0e32\u0e19\u0e2b\u0e23\u0e37\u0e2d\u0e17\u0e33\u0e07\u0e32\u0e19\u0e43\u0e01\u0e25\u0e49\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e27\u0e34\u0e01\u0e24\u0e15 (<a href=\"https:\/\/vibromera.eu\/th\/glossary\/flexible-rotor\/\">\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e41\u0e1a\u0e1a\u0e22\u0e37\u0e14\u0e2b\u0e22\u0e38\u0e48\u0e19<\/a>) \u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e15\u0e32\u0e21 <a href=\"https:\/\/vibromera.eu\/th\/glossary\/iso-21940-12\/\">ISO 21940-12<\/a>, \u0e0b\u0e36\u0e48\u0e07\u0e43\u0e0a\u0e49\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e17\u0e35\u0e48\u0e41\u0e15\u0e01\u0e15\u0e48\u0e32\u0e07\u0e42\u0e14\u0e22\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19 \u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e40\u0e01\u0e23\u0e14 G \u0e01\u0e31\u0e1a\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e22\u0e37\u0e14\u0e2b\u0e22\u0e38\u0e48\u0e19\u0e44\u0e14\u0e49\u0e2d\u0e32\u0e08\u0e44\u0e21\u0e48\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e1e\u0e2d\u0e2b\u0e23\u0e37\u0e2d\u0e2d\u0e32\u0e08\u0e40\u0e1b\u0e47\u0e19\u0e2d\u0e31\u0e19\u0e15\u0e23\u0e32\u0e22\u0e23\u0e49\u0e32\u0e22\u0e41\u0e23\u0e07<\/p>\n<h2 id=\"importance\">\u0e17\u0e33\u0e44\u0e21\u0e40\u0e01\u0e23\u0e14 G \u0e16\u0e36\u0e07\u0e2a\u0e33\u0e04\u0e31\u0e0d?<\/h2>\n<h3>\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e2a\u0e37\u0e48\u0e2d\u0e2a\u0e32\u0e23<\/h3>\n<p>\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 G-grade \u0e40\u0e1b\u0e47\u0e19\u0e20\u0e32\u0e29\u0e32\u0e2a\u0e32\u0e01\u0e25\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25 \u0e1c\u0e39\u0e49\u0e1c\u0e25\u0e34\u0e15\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e23\u0e30\u0e1a\u0e38\u0e27\u0e48\u0e32\u0e43\u0e1a\u0e1e\u0e31\u0e14\u0e1b\u0e31\u0e4a\u0e21\u0e15\u0e49\u0e2d\u0e07 &quot;\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e43\u0e2b\u0e49\u0e44\u0e14\u0e49 G 6.3 \u0e15\u0e32\u0e21\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO 21940-11&quot; \u0e41\u0e25\u0e30\u0e42\u0e23\u0e07\u0e07\u0e32\u0e19\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e43\u0e14\u0e46 \u0e17\u0e31\u0e48\u0e27\u0e42\u0e25\u0e01\u0e08\u0e30\u0e40\u0e02\u0e49\u0e32\u0e43\u0e08\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e0a\u0e31\u0e14\u0e40\u0e08\u0e19\u0e27\u0e48\u0e32\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e43\u0e14 \u0e2a\u0e34\u0e48\u0e07\u0e19\u0e35\u0e49\u0e0a\u0e48\u0e27\u0e22\u0e02\u0e08\u0e31\u0e14\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e38\u0e21\u0e40\u0e04\u0e23\u0e37\u0e2d \u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e02\u0e49\u0e2d\u0e1e\u0e34\u0e1e\u0e32\u0e17\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e0b\u0e31\u0e1e\u0e1e\u0e25\u0e32\u0e22\u0e40\u0e2d\u0e2d\u0e23\u0e4c\u0e41\u0e25\u0e30\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 \u0e41\u0e25\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e21\u0e48\u0e33\u0e40\u0e2a\u0e21\u0e2d\u0e17\u0e31\u0e48\u0e27\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e48\u0e27\u0e07\u0e42\u0e0b\u0e48\u0e2d\u0e38\u0e1b\u0e17\u0e32\u0e19\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e42\u0e25\u0e01.<\/p>\n<h3>\u0e01\u0e32\u0e23\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e01\u0e32\u0e23\u0e40\u0e2a\u0e35\u0e22\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e21\u0e32\u0e01\u0e40\u0e01\u0e34\u0e19\u0e44\u0e1b<\/h3>\n<p>\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e43\u0e2b\u0e49\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e41\u0e04\u0e1a\u0e01\u0e27\u0e48\u0e32\u0e17\u0e35\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e19\u0e31\u0e49\u0e19\u0e21\u0e35\u0e23\u0e32\u0e04\u0e32\u0e41\u0e1e\u0e07\u0e41\u0e25\u0e30\u0e43\u0e0a\u0e49\u0e40\u0e27\u0e25\u0e32\u0e19\u0e32\u0e19 \u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e43\u0e2b\u0e49\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e41\u0e04\u0e1a\u0e25\u0e07\u0e41\u0e15\u0e48\u0e25\u0e30\u0e02\u0e31\u0e49\u0e19\u0e15\u0e32\u0e21\u0e23\u0e30\u0e14\u0e31\u0e1a G-grade \u0e08\u0e30\u0e17\u0e33\u0e43\u0e2b\u0e49\u0e15\u0e49\u0e19\u0e17\u0e38\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e02\u0e36\u0e49\u0e19\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e2d\u0e07\u0e40\u0e17\u0e48\u0e32\u0e42\u0e14\u0e22\u0e1b\u0e23\u0e30\u0e21\u0e32\u0e13 \u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e43\u0e0a\u0e49\u0e01\u0e32\u0e23\u0e41\u0e01\u0e49\u0e44\u0e02\u0e2b\u0e25\u0e32\u0e22\u0e23\u0e2d\u0e1a\u0e21\u0e32\u0e01\u0e02\u0e36\u0e49\u0e19 \u0e04\u0e27\u0e32\u0e21\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e19\u0e01\u0e32\u0e23\u0e27\u0e31\u0e14\u0e17\u0e35\u0e48\u0e25\u0e30\u0e40\u0e2d\u0e35\u0e22\u0e14\u0e02\u0e36\u0e49\u0e19 \u0e41\u0e25\u0e30\u0e40\u0e27\u0e25\u0e32\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e17\u0e35\u0e48\u0e22\u0e32\u0e27\u0e19\u0e32\u0e19\u0e02\u0e36\u0e49\u0e19 G-grade \u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e27\u0e34\u0e28\u0e27\u0e01\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e43\u0e19\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e17\u0e35\u0e48\u0e1b\u0e23\u0e30\u0e2b\u0e22\u0e31\u0e14\u0e41\u0e25\u0e30 &quot;\u0e14\u0e35\u0e1e\u0e2d&quot; \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e42\u0e14\u0e22\u0e44\u0e21\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e2a\u0e34\u0e49\u0e19\u0e40\u0e1b\u0e25\u0e37\u0e2d\u0e07\u0e17\u0e23\u0e31\u0e1e\u0e22\u0e32\u0e01\u0e23\u0e44\u0e1b\u0e01\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e41\u0e21\u0e48\u0e19\u0e22\u0e33\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19.<\/p>\n<h3>\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e30\u0e01\u0e31\u0e19\u0e04\u0e27\u0e32\u0e21\u0e19\u0e48\u0e32\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e16\u0e37\u0e2d\u0e41\u0e25\u0e30\u0e2d\u0e32\u0e22\u0e38\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e15\u0e25\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e1b\u0e37\u0e19<\/h3>\n<p>\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e40\u0e01\u0e23\u0e14 G \u0e17\u0e35\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07\u0e08\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e31\u0e01\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e14\u0e49\u0e27\u0e22\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e44\u0e14\u0e49 \u0e0b\u0e36\u0e48\u0e07\u0e08\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e25\u0e14\u0e20\u0e32\u0e23\u0e30\u0e44\u0e14\u0e19\u0e32\u0e21\u0e34\u0e01\u0e1a\u0e19\u0e15\u0e25\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e1b\u0e37\u0e19 \u0e0b\u0e35\u0e25 \u0e02\u0e49\u0e2d\u0e15\u0e48\u0e2d \u0e41\u0e25\u0e30\u0e42\u0e04\u0e23\u0e07\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e42\u0e14\u0e22\u0e15\u0e23\u0e07 \u0e04\u0e27\u0e32\u0e21\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e41\u0e23\u0e07\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e41\u0e25\u0e30\u0e2d\u0e32\u0e22\u0e38\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e15\u0e25\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e1b\u0e37\u0e19\u0e19\u0e31\u0e49\u0e19\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e04\u0e31\u0e0d\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e21\u0e32\u0e01 \u0e01\u0e32\u0e23\u0e25\u0e14\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e25\u0e07\u0e14\u0e49\u0e27\u0e22 50% \u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2d\u0e32\u0e22\u0e38\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 L10 \u0e02\u0e2d\u0e07\u0e15\u0e25\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e1b\u0e37\u0e19\u0e44\u0e14\u0e49\u0e16\u0e36\u0e07 8 \u0e40\u0e17\u0e48\u0e32 (\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c\u0e41\u0e1a\u0e1a\u0e25\u0e39\u0e01\u0e1a\u0e32\u0e28\u0e01\u0e4c\u0e43\u0e19\u0e01\u0e32\u0e23\u0e04\u0e33\u0e19\u0e27\u0e13\u0e2d\u0e32\u0e22\u0e38\u0e01\u0e32\u0e23\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e15\u0e25\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e1b\u0e37\u0e19) \u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e40\u0e2b\u0e21\u0e32\u0e30\u0e2a\u0e21\u0e40\u0e1b\u0e47\u0e19\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e43\u0e19\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e1b\u0e23\u0e38\u0e07\u0e04\u0e27\u0e32\u0e21\u0e19\u0e48\u0e32\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e16\u0e37\u0e2d\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e\u0e04\u0e38\u0e49\u0e21\u0e04\u0e48\u0e32\u0e17\u0e35\u0e48\u0e2a\u0e38\u0e14.<\/p>\n<h3>\u0e01\u0e32\u0e23\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e15\u0e32\u0e21\u0e01\u0e0e\u0e23\u0e30\u0e40\u0e1a\u0e35\u0e22\u0e1a\u0e41\u0e25\u0e30\u0e2a\u0e31\u0e0d\u0e0d\u0e32<\/h3>\n<p>\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e41\u0e25\u0e30\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e08\u0e33\u0e19\u0e27\u0e19\u0e21\u0e32\u0e01\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07\u0e16\u0e36\u0e07\u0e40\u0e01\u0e23\u0e14 ISO G \u0e40\u0e1b\u0e47\u0e19\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e1a\u0e31\u0e07\u0e04\u0e31\u0e1a \u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 API \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e43\u0e19\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21\u0e1b\u0e34\u0e42\u0e15\u0e23\u0e40\u0e25\u0e35\u0e22\u0e21 \u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 IEC \u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e21\u0e2d\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e44\u0e1f\u0e1f\u0e49\u0e32 \u0e41\u0e25\u0e30\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e17\u0e32\u0e07\u0e17\u0e2b\u0e32\u0e23\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e1b\u0e49\u0e2d\u0e07\u0e01\u0e31\u0e19\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28 \u0e25\u0e49\u0e27\u0e19\u0e2d\u0e49\u0e32\u0e07\u0e2d\u0e34\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e19\u0e33\u0e23\u0e30\u0e1a\u0e1a\u0e40\u0e01\u0e23\u0e14 ISO G \u0e21\u0e32\u0e43\u0e0a\u0e49 \u0e01\u0e32\u0e23\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e15\u0e32\u0e21\u0e02\u0e49\u0e2d\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e2b\u0e25\u0e48\u0e32\u0e19\u0e35\u0e49\u0e21\u0e31\u0e01\u0e21\u0e35\u0e1c\u0e25\u0e1c\u0e39\u0e01\u0e1e\u0e31\u0e19\u0e15\u0e32\u0e21\u0e2a\u0e31\u0e0d\u0e0d\u0e32\u0e41\u0e25\u0e30\u0e2d\u0e32\u0e08\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e2b\u0e23\u0e37\u0e2d\u0e22\u0e37\u0e19\u0e22\u0e31\u0e19.<\/p>\n<h3>\u0e40\u0e01\u0e13\u0e11\u0e4c\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19\u0e01\u0e32\u0e23\u0e1a\u0e33\u0e23\u0e38\u0e07\u0e23\u0e31\u0e01\u0e29\u0e32\u0e40\u0e0a\u0e34\u0e07\u0e04\u0e32\u0e14\u0e01\u0e32\u0e23\u0e13\u0e4c<\/h3>\n<p>\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e15\u0e32\u0e21\u0e40\u0e01\u0e23\u0e14 G \u0e17\u0e35\u0e48\u0e17\u0e23\u0e32\u0e1a \u0e41\u0e25\u0e30\u0e21\u0e35\u0e01\u0e32\u0e23\u0e1a\u0e31\u0e19\u0e17\u0e36\u0e01\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19 \u0e01\u0e32\u0e23\u0e27\u0e31\u0e14\u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\u0e43\u0e19\u0e20\u0e32\u0e22\u0e2b\u0e25\u0e31\u0e07\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1b\u0e23\u0e35\u0e22\u0e1a\u0e40\u0e17\u0e35\u0e22\u0e1a\u0e01\u0e31\u0e1a <a href=\"https:\/\/vibromera.eu\/th\/glossary\/baseline\/\">\u0e40\u0e2a\u0e49\u0e19\u0e10\u0e32\u0e19<\/a>. \u0e01\u0e32\u0e23\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e02\u0e36\u0e49\u0e19\u0e43\u0e14\u0e46 \u0e43\u0e19 <a href=\"https:\/\/vibromera.eu\/th\/glossary\/running-speed\/\">1\u00d7 \u0e23\u0e2d\u0e1a\u0e15\u0e48\u0e2d\u0e19\u0e32\u0e17\u0e35<\/a> \u0e01\u0e32\u0e23\u0e2a\u0e31\u0e48\u0e19\u0e2a\u0e30\u0e40\u0e17\u0e37\u0e2d\u0e19\u0e41\u0e2a\u0e14\u0e07\u0e27\u0e48\u0e32\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e01\u0e33\u0e25\u0e31\u0e07\u0e40\u0e01\u0e34\u0e14\u0e02\u0e36\u0e49\u0e19\u0e17\u0e31\u0e19\u0e17\u0e35 (\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e2a\u0e36\u0e01\u0e01\u0e23\u0e48\u0e32\u0e19 \u0e01\u0e32\u0e23\u0e2a\u0e30\u0e2a\u0e21 \u0e01\u0e32\u0e23\u0e2a\u0e39\u0e0d\u0e40\u0e2a\u0e35\u0e22\u0e0a\u0e34\u0e49\u0e19\u0e2a\u0e48\u0e27\u0e19 \u0e2b\u0e23\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e14\u0e31\u0e14\u0e15\u0e31\u0e27\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u0e08\u0e32\u0e01\u0e04\u0e27\u0e32\u0e21\u0e23\u0e49\u0e2d\u0e19) \u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e15\u0e31\u0e14\u0e2a\u0e34\u0e19\u0e43\u0e08\u0e40\u0e0a\u0e34\u0e07\u0e23\u0e38\u0e01\u0e44\u0e14\u0e49 <a href=\"https:\/\/vibromera.eu\/th\/glossary\/predictive-maintenance\/\">\u0e01\u0e32\u0e23\u0e1a\u0e33\u0e23\u0e38\u0e07\u0e23\u0e31\u0e01\u0e29\u0e32<\/a> \u0e01\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e08\u0e30\u0e40\u0e01\u0e34\u0e14\u0e04\u0e27\u0e32\u0e21\u0e40\u0e2a\u0e35\u0e22\u0e2b\u0e32\u0e22<\/p>\n<div class=\"info-box success\">\n<div class=\"box-title\">\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25 Vibromera \u0e41\u0e25\u0e30\u0e40\u0e01\u0e23\u0e14 G<\/div>\n<p>\u0e17\u0e35\u0e48 <a href=\"https:\/\/vibromera.eu\/th\/product\/balanset-1\/\">Balanset-1A<\/a> \u0e41\u0e25\u0e30 <a href=\"https:\/\/vibromera.eu\/th\/product\/balanset-4\/\">\u0e1a\u0e32\u0e25\u0e31\u0e19\u0e40\u0e0b\u0e47\u0e15-4<\/a> \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e41\u0e1a\u0e1a\u0e1e\u0e01\u0e1e\u0e32\u0e23\u0e2d\u0e07\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e01\u0e33\u0e2b\u0e19\u0e14\u0e40\u0e01\u0e23\u0e14 G \u0e44\u0e14\u0e49\u0e42\u0e14\u0e22\u0e15\u0e23\u0e07\u0e43\u0e19\u0e0b\u0e2d\u0e1f\u0e15\u0e4c\u0e41\u0e27\u0e23\u0e4c \u0e1c\u0e39\u0e49\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e07\u0e32\u0e19\u0e1b\u0e49\u0e2d\u0e19\u0e40\u0e01\u0e23\u0e14 G \u0e17\u0e35\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23 \u0e21\u0e27\u0e25\u0e02\u0e2d\u0e07\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c \u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e40\u0e23\u0e47\u0e27\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19 \u0e08\u0e32\u0e01\u0e19\u0e31\u0e49\u0e19\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e08\u0e30\u0e04\u0e33\u0e19\u0e27\u0e13\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e17\u0e35\u0e48\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a\u0e44\u0e14\u0e49\u0e42\u0e14\u0e22\u0e2d\u0e31\u0e15\u0e42\u0e19\u0e21\u0e31\u0e15\u0e34 \u0e41\u0e25\u0e30\u0e41\u0e2a\u0e14\u0e07\u0e2a\u0e16\u0e32\u0e19\u0e30\u0e1c\u0e48\u0e32\u0e19\/\u0e44\u0e21\u0e48\u0e1c\u0e48\u0e32\u0e19\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e01\u0e23\u0e30\u0e1a\u0e27\u0e19\u0e01\u0e32\u0e23\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25 \u0e0b\u0e36\u0e48\u0e07\u0e0a\u0e48\u0e27\u0e22\u0e25\u0e14\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e04\u0e33\u0e19\u0e27\u0e13\u0e14\u0e49\u0e27\u0e22\u0e15\u0e19\u0e40\u0e2d\u0e07 \u0e41\u0e25\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e44\u0e1b\u0e15\u0e32\u0e21\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO \u0e2d\u0e22\u0e48\u0e32\u0e07\u0e2a\u0e21\u0e48\u0e33\u0e40\u0e2a\u0e21\u0e2d<\/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\/th\/glossary\/\">\u2190 \u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e14\u0e31\u0e0a\u0e19\u0e35\u0e04\u0e33\u0e28\u0e31\u0e1e\u0e17\u0e4c<\/a><\/p>\n<\/article>\n<p>      <!-- TOC SIDEBAR --><\/p>\n<aside class=\"toc-sidebar\">\n<div class=\"toc-box\">\n<h3>\u0e43\u0e19\u0e2b\u0e19\u0e49\u0e32\u0e19\u0e35\u0e49<\/h3>\n<p>          <a href=\"#calculator\">\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e04\u0e33\u0e19\u0e27\u0e13\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25<\/a><br \/>\n          <a href=\"#grade-overview\">\u0e20\u0e32\u0e1e\u0e23\u0e27\u0e21\u0e40\u0e01\u0e23\u0e14 G<\/a><br \/>\n          <a href=\"#full-table\">\u0e15\u0e32\u0e23\u0e32\u0e07 ISO \u0e09\u0e1a\u0e31\u0e1a\u0e40\u0e15\u0e47\u0e21<\/a><br \/>\n          <a href=\"#definition\">\u0e04\u0e33\u0e19\u0e34\u0e22\u0e32\u0e21<\/a><br \/>\n          <a class=\"sub\" href=\"#definition\">\u0e1a\u0e23\u0e34\u0e1a\u0e17\u0e17\u0e32\u0e07\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c<\/a><br \/>\n          <a href=\"#how-it-works\">\u0e27\u0e34\u0e18\u0e35\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e40\u0e01\u0e23\u0e14 G<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\u0e2a\u0e39\u0e15\u0e23\u0e2b\u0e25\u0e31\u0e01<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\u0e15\u0e31\u0e27\u0e41\u0e1b\u0e23\u0e17\u0e35\u0e48\u0e2d\u0e18\u0e34\u0e1a\u0e32\u0e22\u0e44\u0e27\u0e49<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\u0e01\u0e32\u0e23\u0e15\u0e35\u0e04\u0e27\u0e32\u0e21\u0e17\u0e32\u0e07\u0e40\u0e23\u0e02\u0e32\u0e04\u0e13\u0e34\u0e15<\/a><br \/>\n          <a href=\"#selecting\">\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e40\u0e01\u0e23\u0e14<\/a><br \/>\n          <a class=\"sub\" href=\"#selecting\">\u0e1b\u0e31\u0e08\u0e08\u0e31\u0e22\u0e43\u0e19\u0e01\u0e32\u0e23\u0e15\u0e31\u0e14\u0e2a\u0e34\u0e19\u0e43\u0e08<\/a><br \/>\n          <a class=\"sub\" href=\"#selecting\">\u0e04\u0e33\u0e41\u0e19\u0e30\u0e19\u0e33\u0e08\u0e32\u0e01\u0e20\u0e32\u0e04\u0e2d\u0e38\u0e15\u0e2a\u0e32\u0e2b\u0e01\u0e23\u0e23\u0e21<\/a><br \/>\n          <a href=\"#practical\">\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e01\u0e32\u0e23\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\u0e43\u0e1a\u0e1e\u0e31\u0e14\u0e1b\u0e31\u0e4a\u0e21<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\u0e43\u0e1a\u0e1e\u0e31\u0e14\u0e1e\u0e31\u0e14\u0e25\u0e21<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\u0e40\u0e17\u0e2d\u0e23\u0e4c\u0e42\u0e1a\u0e0a\u0e32\u0e23\u0e4c\u0e08\u0e40\u0e08\u0e2d\u0e23\u0e4c<\/a><br \/>\n          <a href=\"#two-plane\">\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e2a\u0e2d\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a<\/a><br \/>\n          <a href=\"#common-mistakes\">\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14\u0e17\u0e31\u0e48\u0e27\u0e44\u0e1b<\/a><br \/>\n          <a href=\"#importance\">\u0e40\u0e2b\u0e15\u0e38\u0e43\u0e14\u0e08\u0e36\u0e07\u0e2a\u0e33\u0e04\u0e31\u0e0d<\/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);\">\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c Vibromera<\/h3>\n<p style=\"color: rgba(255,255,255,0.6); font-size: 13px; margin-bottom: 12px;\">\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e16\u0e48\u0e27\u0e07\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e41\u0e1a\u0e1a\u0e1e\u0e01\u0e1e\u0e32\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e23\u0e30\u0e1a\u0e1a\u0e04\u0e33\u0e19\u0e27\u0e13\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e40\u0e01\u0e23\u0e14 G \u0e15\u0e32\u0e21\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO \u0e43\u0e19\u0e15\u0e31\u0e27<\/p>\n<p>          <a href=\"https:\/\/vibromera.eu\/th\/product\/balanset-1\/\" style=\"display: block; padding: 8px 14px; background: var(--blue); color: white; border-radius: 6px; text-align: center; font-weight: 600; font-size: 14px; text-decoration: none; margin-bottom: 8px; border-left: none;\">Balanset-1A \u2192<\/a><br \/>\n          <a href=\"https:\/\/vibromera.eu\/th\/product\/balanset-4\/\" style=\"display: block; padding: 8px 14px; background: rgba(255,255,255,0.1); color: white; border-radius: 6px; text-align: center; font-weight: 600; font-size: 14px; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); border-left: none;\">Balanset-4 \u2192<\/a>\n        <\/div>\n<\/aside><\/div>\n<\/p><\/div>\n<p><\/main><\/p>\n<p><!-- SHOP CTA --><\/p>\n<section class=\"shop-cta\">\n<div class=\"container\">\n<h2>\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e41\u0e1a\u0e1a\u0e1e\u0e01\u0e1e\u0e32\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e21\u0e37\u0e2d\u0e2d\u0e32\u0e0a\u0e35\u0e1e<\/h2>\n<p>\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e43\u0e1a\u0e1e\u0e31\u0e14\u0e43\u0e2b\u0e49\u0e44\u0e14\u0e49\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO G-grade \u0e43\u0e19\u0e20\u0e32\u0e04\u0e2a\u0e19\u0e32\u0e21\u0e14\u0e49\u0e27\u0e22\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c Balanset \u0e02\u0e2d\u0e07 Vibromera \u2014 \u0e21\u0e35\u0e23\u0e30\u0e1a\u0e1a\u0e04\u0e33\u0e19\u0e27\u0e13\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e14\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e43\u0e19\u0e15\u0e31\u0e27 \u0e04\u0e27\u0e32\u0e21\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e43\u0e19\u0e01\u0e32\u0e23\u0e1b\u0e23\u0e31\u0e1a\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e2a\u0e2d\u0e07\u0e23\u0e30\u0e19\u0e32\u0e1a \u0e43\u0e2b\u0e49\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e21\u0e37\u0e2d\u0e2d\u0e32\u0e0a\u0e35\u0e1e\u0e43\u0e19\u0e23\u0e32\u0e04\u0e32\u0e17\u0e35\u0e48\u0e08\u0e31\u0e1a\u0e15\u0e49\u0e2d\u0e07\u0e44\u0e14\u0e49.<\/p>\n<p>    <a href=\"https:\/\/vibromera.eu\/th\/shop\/\" class=\"cta-btn\">\u0e40\u0e23\u0e35\u0e22\u0e01\u0e14\u0e39\u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c \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\/th\/glossary\/\">\u2190 \u0e01\u0e25\u0e31\u0e1a\u0e44\u0e1b\u0e22\u0e31\u0e07\u0e2d\u0e20\u0e34\u0e18\u0e32\u0e19\u0e28\u0e31\u0e1e\u0e17\u0e4c<\/a> &nbsp;|&nbsp; <a href=\"https:\/\/vibromera.eu\/th\/\">vibromera.eu<\/a><\/p>\n<\/p><\/div>\n<\/footer>\n<hr>\n<p><a href=\"https:\/\/vibromera.eu\/th\/glossary\/\">\u2190 \u0e01\u0e25\u0e31\u0e1a\u0e2a\u0e39\u0e48\u0e14\u0e31\u0e0a\u0e19\u0e35\u0e2b\u0e25\u0e31\u0e01<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>\u0e40\u0e23\u0e35\u0e22\u0e19\u0e23\u0e39\u0e49\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e40\u0e01\u0e23\u0e14\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e21\u0e14\u0e38\u0e25 (G-Grades) \u0e15\u0e32\u0e21\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 ISO \u0e0b\u0e36\u0e48\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e23\u0e30\u0e1a\u0e1a\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e01\u0e32\u0e23\u0e23\u0e30\u0e1a\u0e38\u0e04\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e44\u0e21\u0e48\u0e2a\u0e21\u0e14\u0e38\u0e25\u0e17\u0e35\u0e48\u0e40\u0e2b\u0e25\u0e37\u0e2d\u0e17\u0e35\u0e48\u0e2d\u0e19\u0e38\u0e0d\u0e32\u0e15\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e42\u0e23\u0e40\u0e15\u0e2d\u0e23\u0e4c\u0e1b\u0e23\u0e30\u0e40\u0e20\u0e17\u0e15\u0e48\u0e32\u0e07\u0e46<\/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\/th\/wp-json\/wp\/v2\/glossary\/130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vibromera.eu\/th\/wp-json\/wp\/v2\/glossary"}],"about":[{"href":"https:\/\/vibromera.eu\/th\/wp-json\/wp\/v2\/types\/glossary"}],"version-history":[{"count":5,"href":"https:\/\/vibromera.eu\/th\/wp-json\/wp\/v2\/glossary\/130\/revisions"}],"predecessor-version":[{"id":101732,"href":"https:\/\/vibromera.eu\/th\/wp-json\/wp\/v2\/glossary\/130\/revisions\/101732"}],"wp:attachment":[{"href":"https:\/\/vibromera.eu\/th\/wp-json\/wp\/v2\/media?parent=130"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vibromera.eu\/th\/wp-json\/wp\/v2\/categories?post=130"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vibromera.eu\/th\/wp-json\/wp\/v2\/tags?post=130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}