{"id":4006,"date":"2026-05-07T09:48:04","date_gmt":"2026-05-07T09:48:04","guid":{"rendered":"https:\/\/richongroup.com\/?page_id=4006"},"modified":"2026-07-21T08:44:25","modified_gmt":"2026-07-21T08:44:25","slug":"indonesia-6000pcs-egg-tray-plant","status":"publish","type":"page","link":"https:\/\/richongroup.com\/ru\/projects\/indonesia-6000pcs-egg-tray-plant\/","title":{"rendered":"\u0418\u043d\u0434\u043e\u043d\u0435\u0437\u0438\u044f, \u043f\u043b\u0430\u043d \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430 \u043b\u043e\u0442\u043a\u043e\u0432 \u0434\u043b\u044f \u044f\u0438\u0446 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u044c\u044e 6000\u20136500 \u0448\u0442.\/\u0447\u0430\u0441. \u0421\u043f\u0440\u0430\u0432\u043e\u0447\u043d\u0438\u043a \u043f\u043e \u043f\u043b\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044e \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u0430."},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-9c0be71e alignfull uagb-is-root-container\">\n<style>\n\/* ===== RICHON INDONESIA PROJECT PAGE \/ GLOBAL ===== *\/\n.richon-id-page{\n  --richon-primary:#17B7CC;\n  --richon-primary-dark:#119db0;\n  --richon-text:#183642;\n  --richon-muted:#5f7680;\n  --richon-bg:#f4f8fa;\n  --richon-card:#ffffff;\n  --richon-border:#dbe8ec;\n  --richon-shadow:0 14px 36px rgba(16,63,74,.08);\n  --richon-radius:20px;\n  --richon-radius-sm:14px;\n  --richon-max:1240px;\n  font-family:Arial, Helvetica, sans-serif;\n  color:var(--richon-text);\n}\n\n.richon-id-page *,\n.richon-id-page *::before,\n.richon-id-page *::after{\n  box-sizing:border-box;\n}\n\n.richon-id-page .richon-container{\n  width:100%;\n  max-width:var(--richon-max);\n  margin:0 auto;\n  padding:0 20px;\n}\n\n.richon-id-page .richon-section{\n  padding:72px 0;\n}\n\n.richon-id-page .richon-section--light{\n  background:#ffffff;\n}\n\n.richon-id-page .richon-section--soft{\n  background:var(--richon-bg);\n}\n\n.richon-id-page .richon-title{\n  margin:0 0 16px;\n  font-size:38px;\n  line-height:1.2;\n  font-weight:800;\n  color:var(--richon-text);\n}\n\n.richon-id-page .richon-subtitle{\n  max-width:880px;\n  margin:0 0 18px;\n  font-size:17px;\n  line-height:1.85;\n  color:var(--richon-muted);\n}\n\n.richon-id-page .richon-kicker{\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  margin-bottom:16px;\n  color:var(--richon-primary);\n  font-size:13px;\n  font-weight:800;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.richon-id-page .richon-kicker::before{\n  content:\"\";\n  width:36px;\n  height:2px;\n  background:var(--richon-primary);\n  display:inline-block;\n}\n\n.richon-id-page .richon-grid-2{\n  display:grid;\n  grid-template-columns:1.08fr .92fr;\n  gap:34px;\n  align-items:center;\n}\n\n.richon-id-page .richon-grid-2.equal{\n  grid-template-columns:1fr 1fr;\n}\n\n.richon-id-page .richon-grid-3{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:22px;\n}\n\n.richon-id-page .richon-grid-4{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:18px;\n}\n\n.richon-id-page .richon-card{\n  background:var(--richon-card);\n  border:1px solid var(--richon-border);\n  border-radius:var(--richon-radius);\n  box-shadow:var(--richon-shadow);\n}\n\n.richon-id-page .richon-media{\n  overflow:hidden;\n  border-radius:var(--richon-radius);\n  border:1px solid var(--richon-border);\n  background:#fff;\n  box-shadow:var(--richon-shadow);\n}\n\n.richon-id-page .richon-media img{\n  width:100%;\n  height:auto;\n  display:block;\n}\n\n.richon-id-page .richon-list{\n  margin:0;\n  padding:0;\n  list-style:none;\n}\n\n.richon-id-page .richon-list li{\n  position:relative;\n  padding-left:18px;\n  margin-bottom:12px;\n  color:var(--richon-muted);\n  line-height:1.8;\n}\n\n.richon-id-page .richon-list li::before{\n  content:\"\";\n  position:absolute;\n  left:0;\n  top:12px;\n  width:8px;\n  height:8px;\n  border-radius:50%;\n  background:var(--richon-primary);\n}\n\n.richon-id-page .richon-btns{\n  display:flex;\n  flex-wrap:wrap;\n  gap:14px;\n}\n\n.richon-id-page .richon-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  min-height:50px;\n  padding:0 22px;\n  border-radius:999px;\n  font-size:15px;\n  font-weight:800;\n  text-decoration:none !important;\n  transition:.28s ease;\n}\n\n.richon-id-page .richon-btn--primary{\n  color:#fff !important;\n  background:var(--richon-primary);\n  box-shadow:0 12px 24px rgba(23,183,204,.22);\n}\n\n.richon-id-page .richon-btn--primary:hover{\n  background:var(--richon-primary-dark);\n  transform:translateY(-2px);\n}\n\n.richon-id-page .richon-btn--secondary{\n  color:var(--richon-text) !important;\n  background:#fff;\n  border:1px solid var(--richon-border);\n}\n\n.richon-id-page .richon-btn--secondary:hover{\n  border-color:var(--richon-primary);\n  color:var(--richon-primary) !important;\n  transform:translateY(-2px);\n}\n\n.richon-id-page .richon-stat{\n  padding:22px 20px;\n  border-radius:16px;\n  background:#fff;\n  border:1px solid var(--richon-border);\n  box-shadow:var(--richon-shadow);\n}\n\n.richon-id-page .richon-stat h3{\n  margin:0 0 8px;\n  font-size:15px;\n  font-weight:800;\n  color:var(--richon-text);\n}\n\n.richon-id-page .richon-stat p{\n  margin:0;\n  color:var(--richon-muted);\n  font-size:15px;\n  line-height:1.75;\n}\n\n.richon-id-page .richon-note{\n  margin-top:16px;\n  padding:16px 18px;\n  border-left:4px solid var(--richon-primary);\n  background:#eef9fb;\n  border-radius:12px;\n  color:var(--richon-muted);\n  line-height:1.8;\n  font-size:14px;\n}\n\n.richon-id-page .richon-link-list{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:14px;\n  margin-top:24px;\n}\n\n.richon-id-page .richon-link-list a{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:12px;\n  padding:16px 18px;\n  text-decoration:none !important;\n  color:var(--richon-text) !important;\n  border:1px solid var(--richon-border);\n  border-radius:14px;\n  background:#fff;\n  transition:.28s ease;\n}\n\n.richon-id-page .richon-link-list a:hover{\n  border-color:var(--richon-primary);\n  transform:translateY(-2px);\n  box-shadow:var(--richon-shadow);\n}\n\n.richon-id-page .richon-link-list a span:last-child{\n  color:var(--richon-primary);\n  font-weight:800;\n}\n\n.richon-id-page .richon-small{\n  font-size:14px;\n  line-height:1.8;\n  color:var(--richon-muted);\n}\n\n@media (max-width:992px){\n  .richon-id-page .richon-grid-2,\n  .richon-id-page .richon-grid-2.equal,\n  .richon-id-page .richon-grid-3,\n  .richon-id-page .richon-grid-4,\n  .richon-id-page .richon-link-list{\n    grid-template-columns:1fr;\n  }\n\n  .richon-id-page .richon-title{\n    font-size:32px;\n  }\n}\n\n@media (max-width:768px){\n  .richon-id-page .richon-section{\n    padding:56px 0;\n  }\n\n  .richon-id-page .richon-title{\n    font-size:28px;\n  }\n\n  .richon-id-page .richon-subtitle{\n    font-size:16px;\n  }\n\n  .richon-id-page .richon-btns{\n    flex-direction:column;\n    align-items:stretch;\n  }\n\n  .richon-id-page .richon-btn{\n    width:100%;\n  }\n}\n<\/style>\n\n<div class=\"richon-id-page\">\n\n\n\n<style>\n\/* ===== MODULE 1 \/ HERO ===== *\/\n.richon-id-hero{\n  position:relative;\n  width:100%;\n  min-height:680px;\n  display:flex;\n  align-items:center;\n  overflow:hidden;\n  background:#0f2832;\n}\n\n.richon-id-hero__bg{\n  position:absolute;\n  inset:0;\n  z-index:1;\n}\n\n.richon-id-hero__bg img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  display:block;\n  transform:scale(1.03);\n  opacity:.48;\n}\n\n.richon-id-hero__overlay{\n  position:absolute;\n  inset:0;\n  z-index:2;\n  background:\n    linear-gradient(90deg, rgba(7,26,33,.88) 0%, rgba(8,31,40,.78) 34%, rgba(10,38,49,.56) 62%, rgba(11,41,52,.38) 100%);\n}\n\n.richon-id-hero__container{\n  position:relative;\n  z-index:3;\n  width:100%;\n  max-width:1240px;\n  margin:0 auto;\n  padding:96px 20px;\n}\n\n.richon-id-hero__inner{\n  max-width:820px;\n}\n\n.richon-id-hero__eyebrow{\n  display:inline-flex;\n  align-items:center;\n  min-height:40px;\n  padding:0 16px;\n  margin-bottom:18px;\n  border-radius:999px;\n  background:rgba(23,183,204,.18);\n  border:1px solid rgba(255,255,255,.16);\n  color:#ffffff !important;\n  font-size:13px;\n  font-weight:800;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.richon-id-hero h1{\n  margin:0 0 18px;\n  color:#ffffff !important;\n  font-size:54px;\n  line-height:1.12;\n  font-weight:800;\n  letter-spacing:-.02em;\n}\n\n.richon-id-hero p{\n  margin:0 0 30px;\n  max-width:760px;\n  color:rgba(255,255,255,.92) !important;\n  font-size:18px;\n  line-height:1.9;\n}\n\n.richon-id-hero__tags{\n  display:flex;\n  flex-wrap:wrap;\n  gap:12px;\n  margin-top:24px;\n}\n\n.richon-id-hero__tag{\n  display:inline-flex;\n  align-items:center;\n  min-height:38px;\n  padding:0 14px;\n  border-radius:999px;\n  border:1px solid rgba(255,255,255,.14);\n  background:rgba(255,255,255,.10);\n  color:#fff !important;\n  font-size:13px;\n  font-weight:700;\n}\n\n@media (max-width:768px){\n  .richon-id-hero{\n    min-height:auto;\n  }\n\n  .richon-id-hero__container{\n    padding:74px 18px 68px;\n  }\n\n  .richon-id-hero h1{\n    font-size:36px;\n    line-height:1.18;\n  }\n\n  .richon-id-hero p{\n    font-size:16px;\n    line-height:1.8;\n  }\n}\n<\/style>\n\n<section class=\"richon-id-hero\">\n  <div class=\"richon-id-hero__bg\">\n    <img decoding=\"async\" src=\"https:\/\/richongroup.com\/wp-content\/uploads\/2026\/05\/indonesia-rem6-8-egg-tray-plant-hero.webp\"\n         alt=\"Indonesia 6000\u20136500 pcs\/h egg tray plant planning reference with metal drying system showing production line and industrial workshop environment\"\n         loading=\"eager\">\n  <\/div>\n\n  <div class=\"richon-id-hero__overlay\"><\/div>\n\n  <div class=\"richon-id-hero__container\">\n    <div class=\"richon-id-hero__inner\">\n      <span class=\"richon-id-hero__eyebrow\">Country Planning Reference<\/span>\n\n      <h1>Indonesia 6000\u20136500 pcs\/h Egg Tray Plant Planning Reference<\/h1>\n\n      <p>\n        This page presents a planning reference for an Indonesia egg tray plant using a REM6-8 configuration and a normal capacity range of 6000\u20136500 pcs\/h. Exact output depends on final configuration and operating conditions.\n      <\/p>\n\n      <div class=\"richon-btns\">\n        <a class=\"richon-btn richon-btn--primary\" href=\"\/contact\/\">Get Project Proposal<\/a>\n        <a class=\"richon-btn richon-btn--secondary\" href=\"\/products\/egg-tray-production-line\/\">View Egg Tray Line<\/a>\n      <\/div>\n\n      <div class=\"richon-id-hero__tags\">\n        <span class=\"richon-id-hero__tag\">REM6-8 Reference<\/span>\n        <span class=\"richon-id-hero__tag\">6000\u20136500 pcs\/h<\/span>\n        <span class=\"richon-id-hero__tag\">Metal Drying System<\/span>\n        <span class=\"richon-id-hero__tag\">Indonesia Project<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"richon-section richon-section--light\">\n  <div class=\"richon-container\">\n    <div class=\"richon-kicker\">Planning Reference Snapshot<\/div>\n    <h2 class=\"richon-title\">Planning Reference Overview<\/h2>\n    <p class=\"richon-subtitle\">\n      This Indonesia egg tray plant planning reference is built around the REM6-8 configuration, a normal 6000\u20136500 pcs\/h capacity range and a metal drying system. It supports configuration evaluation without claiming a delivered customer project.\n    <\/p>\n\n    <div class=\"richon-grid-2\">\n      <div class=\"richon-media\">\n        <img decoding=\"async\" src=\"https:\/\/richongroup.com\/wp-content\/uploads\/2026\/05\/indonesia-egg-tray-plant-project-overview.webp\"\n             alt=\"Indonesia egg tray plant planning reference overview showing production line workflow and factory environment\"\n             loading=\"lazy\">\n      <\/div>\n\n      <div class=\"richon-card\" style=\"padding:28px;\">\n        <div class=\"richon-grid-2 equal\" style=\"gap:16px;\">\n          <div class=\"richon-stat\">\n            <h3>Project Type<\/h3>\n            <p>Egg Tray Plant Project<\/p>\n          <\/div>\n          <div class=\"richon-stat\">\n            <h3>Market Reference<\/h3>\n            <p>Indonesia<\/p>\n          <\/div>\n          <div class=\"richon-stat\">\n            <h3>Model Reference<\/h3>\n            <p>REM6-8<\/p>\n          <\/div>\n          <div class=\"richon-stat\">\n            <h3>Capacity Range<\/h3>\n            <p>6000\u20136500 pcs\/h<\/p>\n          <\/div>\n          <div class=\"richon-stat\">\n            <h3>Raw Material<\/h3>\n            <p>Waste Paper \/ Recycled Paper<\/p>\n          <\/div>\n          <div class=\"richon-stat\">\n            <h3>Drying System<\/h3>\n            <p>Metal Dryer<\/p>\n          <\/div>\n          <div class=\"richon-stat\">\n            <h3>Product Type<\/h3>\n            <p>Paper Egg Trays<\/p>\n          <\/div>\n          <div class=\"richon-stat\">\n            <h3>Planning Focus<\/h3>\n            <p>Stable Output, All-Weather Drying, Factory Standardization<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"richon-note\">\n          REM6-8 is used here as the main project reference because it matches the 6000\u20136500 pcs\/h capacity range and better fits a metal drying system project aimed at higher continuity and more standardized production management.\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"richon-section richon-section--soft\">\n  <div class=\"richon-container\">\n    <div class=\"richon-kicker\">Drying Logic<\/div>\n    <h2 class=\"richon-title\">Why Metal Drying Is Considered for This Indonesia Planning Reference<\/h2>\n    <p class=\"richon-subtitle\">\n      For Indonesia projects that require more stable daily output and less dependence on seasonal weather changes, a metal drying system can be a more suitable solution. It supports stronger production rhythm control and helps reduce drying uncertainty during long rainy periods.\n    <\/p>\n\n    <div class=\"richon-grid-2\">\n      <div>\n        <ul class=\"richon-list\">\n          <li>Metal drying is better suited to year-round production where outdoor drying conditions may fluctuate significantly.<\/li>\n          <li>It supports more stable tray moisture control and helps improve overall drying consistency.<\/li>\n          <li>It is more suitable for buyers targeting higher commercial output and more standardized factory operation.<\/li>\n          <li>It reduces dependence on climate changes and helps stabilize the daily production rhythm.<\/li>\n          <li>For Indonesia-type projects, it is often more aligned with factories that prioritize continuity over the lowest initial drying investment.<\/li>\n        <\/ul>\n\n        <div class=\"richon-note\">\n          If you want to compare different drying methods, you can also review our\n          <a href=\"\/products\/egg-tray-production-line\/egg-tray-dryer-system\/\" style=\"color:#17B7CC;font-weight:700;text-decoration:none;\">egg tray dryer system page<\/a>\n          and\n          <a href=\"\/knowledge-center\/drying-system-comparison\/\" style=\"color:#17B7CC;font-weight:700;text-decoration:none;\">drying system comparison guide<\/a>.\n        <\/div>\n      <\/div>\n\n      <div class=\"richon-media\">\n        <img decoding=\"async\" src=\"https:\/\/richongroup.com\/wp-content\/uploads\/2026\/05\/indonesia-metal-drying-system-project.webp\"\n             alt=\"egg tray drying system planning for Indonesia factory planning reference with production line connection and metal dryer configuration\"\n             loading=\"lazy\">\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"richon-section richon-section--light\">\n  <div class=\"richon-container\">\n    <div class=\"richon-kicker\">Capacity Matching<\/div>\n    <h2 class=\"richon-title\">Why REM6-8 Is a Better Fit for This Capacity Range<\/h2>\n    <p class=\"richon-subtitle\">\n      REM6-8 is a stronger fit for Indonesia projects in the 6000 pcs\/h class because it is better aligned with higher commercial output, stronger workflow continuity, and a more integrated drying route. It is more suitable for buyers moving beyond mid-range setups into a more standardized plant structure.\n    <\/p>\n\n    <div class=\"richon-grid-4\">\n      <div class=\"richon-card\" style=\"padding:24px;\">\n        <h3 style=\"margin:0 0 10px;font-size:19px;\">Higher Output Class<\/h3>\n        <p class=\"richon-small\">\n          REM6-8 is positioned for projects targeting 6000\u20136500 pcs\/h, making it more suitable for larger daily supply needs.\n        <\/p>\n      <\/div>\n\n      <div class=\"richon-card\" style=\"padding:24px;\">\n        <h3 style=\"margin:0 0 10px;font-size:19px;\">Better Dryer Matching<\/h3>\n        <p class=\"richon-small\">\n          A higher-capacity line works better when the drying system can support a more continuous and controlled process route.\n        <\/p>\n      <\/div>\n\n      <div class=\"richon-card\" style=\"padding:24px;\">\n        <h3 style=\"margin:0 0 10px;font-size:19px;\">Commercial Factory Logic<\/h3>\n        <p class=\"richon-small\">\n          This type of project is more suitable for buyers planning a stronger commercial production structure rather than a basic starter setup.\n        <\/p>\n      <\/div>\n\n      <div class=\"richon-card\" style=\"padding:24px;\">\n        <h3 style=\"margin:0 0 10px;font-size:19px;\">Workflow Continuity<\/h3>\n        <p class=\"richon-small\">\n          The line is better matched to a factory that values stable throughput, section coordination, and more consistent finished product output.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"richon-note\">\n      For related solution planning, you can also review our\n      <a href=\"\/capacity-solutions\/6000-egg-tray-production-line\/\" style=\"color:#17B7CC;font-weight:700;text-decoration:none;\">6000 pcs\/h capacity solution page<\/a>\n      and our\n      <a href=\"\/products\/egg-tray-production-line\/\" style=\"color:#17B7CC;font-weight:700;text-decoration:none;\">production line overview<\/a>.\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"richon-section richon-section--soft\">\n  <div class=\"richon-container\">\n    <div class=\"richon-kicker\">Line Configuration<\/div>\n    <h2 class=\"richon-title\">Production Line Configuration Logic<\/h2>\n    <p class=\"richon-subtitle\">\n      This Indonesia project should be understood as a full production system rather than a single machine purchase. The line connects pulping, forming, metal drying, and finished product handling into one coordinated factory process.\n    <\/p>\n\n    <div class=\"richon-grid-4\">\n      <div class=\"richon-card\" style=\"padding:24px;\">\n        <h3 style=\"margin:0 0 10px;font-size:19px;\">1. Pulping Section<\/h3>\n        <p class=\"richon-small\">\n          Waste paper is prepared into workable pulp, creating the raw material foundation for stable downstream forming and drying.\n        <\/p>\n      <\/div>\n\n      <div class=\"richon-card\" style=\"padding:24px;\">\n        <h3 style=\"margin:0 0 10px;font-size:19px;\">2. Forming Section<\/h3>\n        <p class=\"richon-small\">\n          The forming section should match the target output and connect smoothly to the drying section for a stronger production rhythm.\n        <\/p>\n      <\/div>\n\n      <div class=\"richon-card\" style=\"padding:24px;\">\n        <h3 style=\"margin:0 0 10px;font-size:19px;\">3. Metal Drying Section<\/h3>\n        <p class=\"richon-small\">\n          Continuous metal drying helps maintain a more predictable drying cycle, which is especially valuable in climate-sensitive project environments.\n        <\/p>\n      <\/div>\n\n      <div class=\"richon-card\" style=\"padding:24px;\">\n        <h3 style=\"margin:0 0 10px;font-size:19px;\">4. Output &#038; Packing<\/h3>\n        <p class=\"richon-small\">\n          Finished trays should move out of the line efficiently so stacking, packing, and internal transfer remain smooth and manageable.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"richon-note\">\n      To understand the full production route, you can also visit our\n      <a href=\"\/products\/egg-tray-production-line\/\" style=\"color:#17B7CC;font-weight:700;text-decoration:none;\">egg tray production line page<\/a>\n      and\n      <a href=\"\/knowledge-center\/egg-tray-production-process\/\" style=\"color:#17B7CC;font-weight:700;text-decoration:none;\">egg tray production process guide<\/a>.\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"richon-section richon-section--light\">\n  <div class=\"richon-container\">\n    <div class=\"richon-kicker\">Factory Layout<\/div>\n    <h2 class=\"richon-title\">Typical Factory Layout Logic<\/h2>\n    <p class=\"richon-subtitle\">\n      For a REM6-8 project with metal drying system, factory layout should support section connection, maintenance access, operator movement, and finished product transfer. A better layout improves real operating efficiency and helps the plant remain easier to manage over time.\n    <\/p>\n\n    <div class=\"richon-grid-2\">\n      <div class=\"richon-media\">\n        <img decoding=\"async\" src=\"https:\/\/richongroup.com\/wp-content\/uploads\/2026\/05\/indonesia-egg-tray-plant-layout.webp\"\n             alt=\"typical factory layout logic for indonesia egg tray plant showing raw material area pulp area drying system molding system packaging system and finish product area\"\n             loading=\"lazy\">\n      <\/div>\n\n      <div class=\"richon-card\" style=\"padding:28px;\">\n        <ul class=\"richon-list\">\n          <li><strong>Raw Material Area:<\/strong> Waste paper receiving and pre-handling should stay close to the pulping section.<\/li>\n          <li><strong>Pulp Area:<\/strong> Pulp preparation and circulation should support stable supply to the forming section.<\/li>\n          <li><strong>Molding System:<\/strong> The forming area should connect cleanly into the drying route with minimal unnecessary transfer.<\/li>\n          <li><strong>Drying System:<\/strong> Metal dryer position should allow continuous tray movement and easier operating supervision.<\/li>\n          <li><strong>Packaging System:<\/strong> Finished tray handling should avoid congestion and keep the output route efficient.<\/li>\n          <li><strong>Finish Product Area:<\/strong> Final tray storage should be easy to access for packing and dispatch preparation.<\/li>\n        <\/ul>\n\n        <div class=\"richon-note\">\n          For broader planning logic, this module can also be used together with a dedicated\n          <a href=\"https:\/\/richongroup.com\/knowledge-center\/egg-tray-factory-layout-guide\/\" style=\"color:#17B7CC;font-weight:700;text-decoration:none;\">factory layout guide<\/a>\n          during project evaluation.\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"richon-section richon-section--soft\">\n  <div class=\"richon-container\">\n    <div class=\"richon-kicker\">Raw Material Planning<\/div>\n    <h2 class=\"richon-title\">Raw Material and Production Planning<\/h2>\n    <p class=\"richon-subtitle\">\n      Even in a higher-standard project with metal drying, stable production still depends on raw material preparation. Waste paper suitability, pulp consistency, and forming condition all affect the final drying result and overall product quality.\n    <\/p>\n\n    <div class=\"richon-grid-2\">\n      <div>\n        <ul class=\"richon-list\">\n          <li>Waste paper quality should be evaluated based on local collection stability and fiber suitability.<\/li>\n          <li>Raw material preparation influences pulp stability, forming quality, and drying consistency across the full line.<\/li>\n          <li>Metal drying improves drying control, but it does not replace proper raw material management and pulp preparation.<\/li>\n          <li>A more stable pre-drying tray condition helps the dryer section work more efficiently and predictably.<\/li>\n          <li>For commercial-scale projects, raw material planning should be treated as part of production planning, not only as a purchasing detail.<\/li>\n        <\/ul>\n\n        <div class=\"richon-note\">\n          For more information, please see our\n          <a href=\"\/knowledge-center\/egg-tray-raw-materials\/\" style=\"color:#17B7CC;font-weight:700;text-decoration:none;\">egg tray raw materials guide<\/a>.\n        <\/div>\n      <\/div>\n\n      <div class=\"richon-media\">\n        <img decoding=\"async\" src=\"https:\/\/richongroup.com\/wp-content\/uploads\/2026\/05\/indonesia-waste-paper-pulping-planning.webp\"\n             alt=\"waste paper pulping and raw material planning for Indonesia egg tray plant planning reference with workers and pulping preparation area\"\n             loading=\"lazy\">\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"richon-section richon-section--light\">\n  <div class=\"richon-container\">\n    <div class=\"richon-kicker\">Project Positioning<\/div>\n    <h2 class=\"richon-title\">Investment &#038; Project Positioning Snapshot<\/h2>\n    <p class=\"richon-subtitle\">\n      This configuration is more suitable for buyers who are planning a more standardized egg tray plant and who value year-round stability, controlled drying, and stronger production continuity over the lowest initial drying investment.\n    <\/p>\n\n    <div class=\"richon-grid-3\">\n      <div class=\"richon-card\" style=\"padding:24px;\">\n        <h3 style=\"margin:0 0 10px;font-size:20px;\">Higher-Standard Planning<\/h3>\n        <p class=\"richon-small\">\n          REM6-8 with metal drying system is better suited to factories aiming for stronger output control and more professional plant operation.\n        <\/p>\n      <\/div>\n\n      <div class=\"richon-card\" style=\"padding:24px;\">\n        <h3 style=\"margin:0 0 10px;font-size:20px;\">All-Weather Production Logic<\/h3>\n        <p class=\"richon-small\">\n          A metal drying line is more suitable for projects that want to reduce dependence on climate variation and maintain a steadier production rhythm.\n        <\/p>\n      <\/div>\n\n      <div class=\"richon-card\" style=\"padding:24px;\">\n        <h3 style=\"margin:0 0 10px;font-size:20px;\">Commercial Supply Orientation<\/h3>\n        <p class=\"richon-small\">\n          This setup is more appropriate for buyers targeting stronger daily supply reliability and more consistent finished product output.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"richon-note\">\n      If you want to further evaluate project investment logic, please review our\n      <a href=\"\/products\/egg-tray-production-line\/cost-investment-analysis\/\" style=\"color:#17B7CC;font-weight:700;text-decoration:none;\">cost and investment analysis page<\/a>\n      or\n      <a href=\"\/contact\/\" style=\"color:#17B7CC;font-weight:700;text-decoration:none;\">contact us directly<\/a>\n      for project discussion.\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"richon-section richon-section--soft\">\n  <div class=\"richon-container\">\n    <div class=\"richon-kicker\">Engineering Notes<\/div>\n    <h2 class=\"richon-title\">Engineering Notes from Richon Team<\/h2>\n    <p class=\"richon-subtitle\">\n      In actual project implementation, the success of a higher-capacity metal drying line depends on section coordination, layout planning, installation quality, and operator training. Below are the key engineering priorities we emphasize for this type of project.\n    <\/p>\n\n    <div class=\"richon-grid-2\">\n      <div class=\"richon-media\">\n        <img decoding=\"async\" src=\"https:\/\/richongroup.com\/wp-content\/uploads\/2026\/05\/indonesia-egg-tray-plant-engineering-team.webp\"\n             alt=\"engineering team reviewing Indonesia egg tray plant planning reference implementation and production planning inside factory\"\n             loading=\"lazy\">\n      <\/div>\n\n      <div>\n        <div class=\"richon-card\" style=\"padding:26px; margin-bottom:18px;\">\n          <h3 style=\"margin:0 0 12px;font-size:20px;\">Drying Strategy Should Match Climate Reality<\/h3>\n          <p class=\"richon-small\">\n            Metal drying is more suitable where weather changes can disrupt production rhythm. It allows the factory to manage a more stable operating window.\n          <\/p>\n        <\/div>\n\n        <div class=\"richon-card\" style=\"padding:26px; margin-bottom:18px;\">\n          <h3 style=\"margin:0 0 12px;font-size:20px;\">Higher-Capacity Lines Need Stronger Coordination<\/h3>\n          <p class=\"richon-small\">\n            At this production scale, pulping, forming, drying, and output handling must be balanced carefully to achieve real operating efficiency.\n          <\/p>\n        <\/div>\n\n        <div class=\"richon-card\" style=\"padding:26px;\">\n          <h3 style=\"margin:0 0 12px;font-size:20px;\">Installation, Commissioning, and Training Matter<\/h3>\n          <p class=\"richon-small\">\n            Equipment delivery is only one part of the project. On-site installation support, commissioning, and training are essential for stable long-line operation.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"richon-note\">\n      You can also browse other\n      <a href=\"\/projects\/\" style=\"color:#17B7CC;font-weight:700;text-decoration:none;\">project case studies<\/a>\n      for more planning references.\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"richon-section richon-section--light\">\n  <div class=\"richon-container\">\n    <div class=\"richon-kicker\">Related Pages<\/div>\n    <h2 class=\"richon-title\">Related Equipment Pages and Planning Guides<\/h2>\n    <p class=\"richon-subtitle\">\n      If you are comparing equipment configurations, drying methods, or plant planning routes, the following pages can help you continue your evaluation more efficiently.\n    <\/p>\n\n    <div class=\"richon-link-list\">\n      <a href=\"\/projects\/\"><span>More Project Case Studies<\/span><span>View<\/span><\/a>\n      <a href=\"\/products\/egg-tray-production-line\/\"><span>Egg Tray Production Line<\/span><span>View<\/span><\/a>\n      <a href=\"\/products\/egg-tray-production-line\/egg-tray-dryer-system\/\"><span>Egg Tray Dryer System<\/span><span>View<\/span><\/a>\n      <a href=\"\/knowledge-center\/drying-system-comparison\/\"><span>Drying System Comparison<\/span><span>View<\/span><\/a>\n      <a href=\"\/knowledge-center\/egg-tray-raw-materials\/\"><span>Egg Tray Raw Materials Guide<\/span><span>View<\/span><\/a>\n      <a href=\"\/knowledge-center\/egg-tray-production-process\/\"><span>Egg Tray Production Process<\/span><span>View<\/span><\/a>\n      <a href=\"\/capacity-solutions\/6000-egg-tray-production-line\/\"><span>6000 pcs\/h Capacity Solution<\/span><span>View<\/span><\/a>\n      <a href=\"\/contact\/\"><span>Contact Richon Engineers<\/span><span>View<\/span><\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<section class=\"richon-section richon-section--soft\">\n  <div class=\"richon-container\">\n    <div class=\"richon-card\" style=\"padding:42px 34px; background:linear-gradient(135deg,#ffffff 0%,#eef9fb 100%);\">\n      <div class=\"richon-grid-2 equal\" style=\"align-items:center;\">\n        <div>\n          <div class=\"richon-kicker\">Get Proposal<\/div>\n          <h2 class=\"richon-title\" style=\"margin-bottom:14px;\">Need an Indonesia Metal Drying Egg Tray Plant Proposal?<\/h2>\n          <p class=\"richon-subtitle\" style=\"margin-bottom:0;\">\n            Tell us your target capacity, raw material type, energy preference, factory size, and whether you need more stable year-round production. Our engineers can help you evaluate a suitable REM6-8 project configuration and factory planning route.\n          <\/p>\n        <\/div>\n\n        <div>\n          <ul class=\"richon-list\" style=\"margin-bottom:24px;\">\n            <li>REM6-8 project configuration recommendation<\/li>\n            <li>Metal drying system selection support<\/li>\n            <li>Factory layout planning guidance<\/li>\n            <li>Installation and commissioning discussion<\/li>\n          <\/ul>\n\n          <div class=\"richon-btns\">\n            <a class=\"richon-btn richon-btn--primary\" href=\"\/contact\/\">Get Project Recommendation<\/a>\n            <a class=\"richon-btn richon-btn--secondary\" href=\"\/contact\/\">Contact Richon Engineers<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-8da91147 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"WebSite\",\n      \"@id\": \"https:\/\/richongroup.com\/#website\",\n      \"url\": \"https:\/\/richongroup.com\/\",\n      \"name\": \"Richon\",\n      \"inLanguage\": \"en-US\"\n    },\n    {\n      \"@type\": \"WebPage\",\n      \"@id\": \"https:\/\/richongroup.com\/projects\/indonesia-6000pcs-egg-tray-plant\/#webpage\",\n      \"url\": \"https:\/\/richongroup.com\/projects\/indonesia-6000pcs-egg-tray-plant\/\",\n      \"name\": \"Indonesia 6000\u20136500 pcs\/h Egg Tray Plant Planning Reference | Richon\",\n      \"description\": \"Plan an Indonesia egg tray plant with REM6-8, a 6000\u20136500 pcs\/h capacity range and metal drying considerations. Planning reference only.\",\n      \"isPartOf\": {\n        \"@id\": \"https:\/\/richongroup.com\/#website\"\n      },\n      \"breadcrumb\": {\n        \"@id\": \"https:\/\/richongroup.com\/projects\/indonesia-6000pcs-egg-tray-plant\/#breadcrumb\"\n      },\n      \"about\": {\n        \"@type\": \"Thing\",\n        \"name\": \"Indonesia 6000\u20136500 pcs\/h egg tray plant planning reference\"\n      },\n      \"primaryImageOfPage\": {\n        \"@type\": \"ImageObject\",\n        \"url\": \"https:\/\/richongroup.com\/wp-content\/uploads\/2026\/04\/indonesia-rem6-8-egg-tray-plant-hero.webp\"\n      },\n      \"inLanguage\": \"en-US\"\n    },\n    {\n      \"@type\": \"BreadcrumbList\",\n      \"@id\": \"https:\/\/richongroup.com\/projects\/indonesia-6000pcs-egg-tray-plant\/#breadcrumb\",\n      \"itemListElement\": [\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 1,\n          \"name\": \"Home\",\n          \"item\": \"https:\/\/richongroup.com\/\"\n        },\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 2,\n          \"name\": \"Projects\",\n          \"item\": \"https:\/\/richongroup.com\/projects\/\"\n        },\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 3,\n          \"name\": \"Indonesia 6000\u20136500 pcs\/h Egg Tray Plant Planning Reference\",\n          \"item\": \"https:\/\/richongroup.com\/projects\/indonesia-6000pcs-egg-tray-plant\/\"\n        }\n      ]\n    }\n  ]\n}\n<\/script>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-56d31c1c alignfull uagb-is-root-container\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<style>\n  #richon-global-floating-contact {\n    position: fixed !important;\n    right: 24px !important;\n    bottom: 24px !important;\n    left: auto !important;\n    top: auto !important;\n    z-index: 2147483647 !important;\n\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    gap: 8px !important;\n\n    width: max-content !important;\n    min-width: 0 !important;\n    max-width: calc(100vw - 48px) !important;\n    height: 44px !important;\n    min-height: 44px !important;\n    padding: 0 16px !important;\n    margin: 0 !important;\n    box-sizing: border-box !important;\n\n    border: 0 !important;\n    border-radius: 22px !important;\n    background: #17B7CC !important;\n    color: #ffffff !important;\n    font-size: 15px !important;\n    font-weight: 700 !important;\n    line-height: 1 !important;\n    letter-spacing: 0 !important;\n    white-space: nowrap !important;\n    text-decoration: none !important;\n\n    box-shadow: 0 7px 18px rgba(15, 43, 50, 0.24) !important;\n    animation: richon-contact-motion 2.8s ease-in-out infinite !important;\n  }\n\n  #richon-global-floating-contact i {\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    width: 18px !important;\n    height: 18px !important;\n    flex: 0 0 18px !important;\n    margin: 0 !important;\n    color: #ffffff !important;\n    font-size: 16px !important;\n    line-height: 1 !important;\n  }\n\n  #richon-global-floating-contact span {\n    display: inline-block !important;\n    width: auto !important;\n    margin: 0 !important;\n    color: inherit !important;\n    font-size: inherit !important;\n    line-height: 1 !important;\n    white-space: nowrap !important;\n  }\n\n  #richon-global-floating-contact:hover {\n    background: #fcb900 !important;\n    color: #ffffff !important;\n    box-shadow: 0 9px 20px rgba(15, 43, 50, 0.28) !important;\n    animation-play-state: paused !important;\n    transform: translateY(-2px) !important;\n  }\n\n  #richon-global-floating-contact:hover i {\n    color: #ffffff !important;\n  }\n\n  @keyframes richon-contact-motion {\n    0%, 100% {\n      transform: translateY(0);\n    }\n\n    50% {\n      transform: translateY(-4px);\n    }\n  }\n\n  @media (max-width: 768px) {\n    #richon-global-floating-contact {\n      right: 14px !important;\n      bottom: 76px !important;\n      max-width: calc(100vw - 28px) !important;\n      height: 42px !important;\n      min-height: 42px !important;\n      padding: 0 14px !important;\n      border-radius: 21px !important;\n      gap: 7px !important;\n      font-size: 14px !important;\n    }\n\n    #richon-global-floating-contact i {\n      width: 17px !important;\n      height: 17px !important;\n      flex-basis: 17px !important;\n      font-size: 15px !important;\n    }\n  }\n<\/style>\n\n<a\n  id=\"richon-global-floating-contact\"\n  href=\"https:\/\/richongroup.com\/contact\/\"\n  aria-label=\"Contact Richon\"\n>\n  <i class=\"fas fa-envelope\" aria-hidden=\"true\"><\/i>\n  <span>contact-us<\/span>\n<\/a>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Country Planning Reference Indonesia 6000\u20136500 pcs\/h Egg Tray Plant Planning Reference This page presents a planning reference for an Indonesia [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":2497,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-4006","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Indonesia Egg Tray Plant Plan 6000\u20136500 pcs\/h | Richon<\/title>\n<meta name=\"description\" content=\"Plan an Indonesia egg tray plant with REM6-8, a 6000\u20136500 pcs\/h capacity range and metal drying considerations. Planning reference only.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/richongroup.com\/ru\/projects\/indonesia-6000pcs-egg-tray-plant\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Indonesia Egg Tray Plant Plan 6000\u20136500 pcs\/h | Richon\" \/>\n<meta property=\"og:description\" content=\"Plan an Indonesia egg tray plant with REM6-8, a 6000\u20136500 pcs\/h capacity range and metal drying considerations. Planning reference only.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/richongroup.com\/ru\/projects\/indonesia-6000pcs-egg-tray-plant\/\" \/>\n<meta property=\"og:site_name\" content=\"richongroup.com\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-21T08:44:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/richongroup.com\/wp-content\/uploads\/2026\/05\/indonesia-rem6-8-egg-tray-plant-hero.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 \u043c\u0438\u043d\u0443\u0442\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Indonesia Egg Tray Plant Plan 6000\u20136500 pcs\/h | Richon","description":"Plan an Indonesia egg tray plant with REM6-8, a 6000\u20136500 pcs\/h capacity range and metal drying considerations. Planning reference only.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/richongroup.com\/ru\/projects\/indonesia-6000pcs-egg-tray-plant\/","og_locale":"ru_RU","og_type":"article","og_title":"Indonesia Egg Tray Plant Plan 6000\u20136500 pcs\/h | Richon","og_description":"Plan an Indonesia egg tray plant with REM6-8, a 6000\u20136500 pcs\/h capacity range and metal drying considerations. Planning reference only.","og_url":"https:\/\/richongroup.com\/ru\/projects\/indonesia-6000pcs-egg-tray-plant\/","og_site_name":"richongroup.com","article_modified_time":"2026-07-21T08:44:25+00:00","og_image":[{"url":"https:\/\/richongroup.com\/wp-content\/uploads\/2026\/05\/indonesia-rem6-8-egg-tray-plant-hero.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"9 \u043c\u0438\u043d\u0443\u0442"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/richongroup.com\/projects\/indonesia-6000pcs-egg-tray-plant\/","url":"https:\/\/richongroup.com\/projects\/indonesia-6000pcs-egg-tray-plant\/","name":"Indonesia Egg Tray Plant Plan 6000\u20136500 pcs\/h | Richon","isPartOf":{"@id":"https:\/\/richongroup.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/richongroup.com\/projects\/indonesia-6000pcs-egg-tray-plant\/#primaryimage"},"image":{"@id":"https:\/\/richongroup.com\/projects\/indonesia-6000pcs-egg-tray-plant\/#primaryimage"},"thumbnailUrl":"https:\/\/richongroup.com\/wp-content\/uploads\/2026\/05\/indonesia-rem6-8-egg-tray-plant-hero.webp","datePublished":"2026-05-07T09:48:04+00:00","dateModified":"2026-07-21T08:44:25+00:00","description":"Plan an Indonesia egg tray plant with REM6-8, a 6000\u20136500 pcs\/h capacity range and metal drying considerations. Planning reference only.","breadcrumb":{"@id":"https:\/\/richongroup.com\/projects\/indonesia-6000pcs-egg-tray-plant\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/richongroup.com\/projects\/indonesia-6000pcs-egg-tray-plant\/"]}]},{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/richongroup.com\/projects\/indonesia-6000pcs-egg-tray-plant\/#primaryimage","url":"https:\/\/richongroup.com\/wp-content\/uploads\/2026\/05\/indonesia-rem6-8-egg-tray-plant-hero.webp","contentUrl":"https:\/\/richongroup.com\/wp-content\/uploads\/2026\/05\/indonesia-rem6-8-egg-tray-plant-hero.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/richongroup.com\/projects\/indonesia-6000pcs-egg-tray-plant\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/richongroup.com\/"},{"@type":"ListItem","position":2,"name":"Projects","item":"https:\/\/richongroup.com\/projects\/"},{"@type":"ListItem","position":3,"name":"Indonesia 6000\u20136500 pcs\/h Egg Tray Plant Planning Reference"}]},{"@type":"WebSite","@id":"https:\/\/richongroup.com\/#website","url":"https:\/\/richongroup.com\/","name":"richongroup.com","description":"\u042d\u043a\u043e\u043b\u043e\u0433\u0438\u0447\u043d\u043e\u0435 \u0438 \u0432\u044b\u0441\u043e\u043a\u043e\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u0434\u043b\u044f \u0444\u043e\u0440\u043c\u043e\u0432\u0430\u043d\u0438\u044f \u0446\u0435\u043b\u043b\u044e\u043b\u043e\u0437\u044b \u0434\u043b\u044f \u044d\u043a\u043e\u043b\u043e\u0433\u0438\u0447\u043d\u043e\u0439 \u0443\u043f\u0430\u043a\u043e\u0432\u043a\u0438.","publisher":{"@id":"https:\/\/richongroup.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/richongroup.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/richongroup.com\/#organization","name":"richongroup.com","url":"https:\/\/richongroup.com\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/richongroup.com\/#\/schema\/logo\/image\/","url":"https:\/\/richongroup.com\/wp-content\/uploads\/2025\/09\/cropped-Richon-logo-1.png","contentUrl":"https:\/\/richongroup.com\/wp-content\/uploads\/2025\/09\/cropped-Richon-logo-1.png","width":3159,"height":1020,"caption":"richongroup.com"},"image":{"@id":"https:\/\/richongroup.com\/#\/schema\/logo\/image\/"}}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"Rico Lee","author_link":"https:\/\/richongroup.com\/ru\/author\/lee53684gmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"Country Planning Reference Indonesia 6000\u20136500 pcs\/h Egg Tray Plant Planning Reference This page presents a planning reference for an Indonesia [&hellip;]","_links":{"self":[{"href":"https:\/\/richongroup.com\/ru\/wp-json\/wp\/v2\/pages\/4006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/richongroup.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/richongroup.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/richongroup.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/richongroup.com\/ru\/wp-json\/wp\/v2\/comments?post=4006"}],"version-history":[{"count":14,"href":"https:\/\/richongroup.com\/ru\/wp-json\/wp\/v2\/pages\/4006\/revisions"}],"predecessor-version":[{"id":4571,"href":"https:\/\/richongroup.com\/ru\/wp-json\/wp\/v2\/pages\/4006\/revisions\/4571"}],"up":[{"embeddable":true,"href":"https:\/\/richongroup.com\/ru\/wp-json\/wp\/v2\/pages\/2497"}],"wp:attachment":[{"href":"https:\/\/richongroup.com\/ru\/wp-json\/wp\/v2\/media?parent=4006"}],"curies":[{"name":"WP","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}