“Bad-Sheet” Routing

“Bad-Sheet” Routing

AI/ML
IoT
About the Task
Develop a solution to detect defective sheets early, reduce waste, and optimize production efficiency.
results
Achieved a 0.7–1.1% reduction in press rejects by proactively diverting defective sheets.
results
Saved materials and energy by preventing defective sheets from entering the press line.
Services used
Build Product
Build Strategy

The table of content

BUSINESS CONTEXT

The client is an engineered wood products manufacturer with a focus on veneer-based panel production. Their production lines process thousands of sheets daily, with strict quality requirements for moisture content, thickness uniformity, and visual surface quality. The company employs over 1,000 staff in production, quality assurance, and process engineering and is recognized for its  sustainability initiatives in the wood processing sector.

Before this project, defective sheets were primarily identified through manual inspections or post-press quality checks. This approach caused wasted material, excessive energy consumption, and increased operational downtime due to press jams or rejected batches. The client sought a data-driven, real-time solution to identify defective sheets early, route them appropriately, and provide full traceability for continuous process improvement.

Business Challenge 1: Reducing Press Rejects and Material Waste

Manual inspection methods and reactive quality control led to unnecessary pressing of defective sheets, resulting in higher energy consumption, glue waste, and a 3–5% reject rate. The business goal was to implement a system capable of detecting defective sheets in real time and automatically routing them to repair or alternate processing lines, reducing rejects while minimizing human intervention.

Technical Challenge 1: High-Fidelity, Per-Sheet Data Processing

Technically, the challenge was to capture, synchronize, and analyze multiple per-sheet sensor streams, including moisture content, thickness measurements, and visual inspection data. Inline sensors generated high-resolution data at different sampling frequencies, and combining these inputs into a unified, actionable metric required robust feature engineering and real-time scoring capability.

Delivery Challenge 1: Integration with Existing Production and Control Systems

The solution needed to integrate seamlessly with existing Siemens S7-1500 PLCs, Edge Gateways, and historians (InfluxDB or PI) to ensure full traceability. It also had to support automated routing via diverter gates and sorting mechanisms while providing dashboards for operators and engineers. Achieving reliable routing in real time without disrupting production cycles posed significant delivery and operational challenges.

Solution 1: Data Collection and Integration

To capture all relevant information per sheet, we integrated multiple sensor systems:

  • Sheet Identification: Each veneer sheet was assigned a unique SheetID using inline barcode or QR-code scanners (e.g., Cognex DataMan 370) synchronized with PLC cycles.
  • Moisture Measurement: Inline moisture analyzers (contact brush type) provided per-sheet readings, delivered via OPC UA to the historian.
  • Thickness Measurement: High-precision caliper rollers recorded multiple points per sheet to detect deviations from nominal thickness.
  • Visual Quality Inspection: ROSI grayscale cameras provided per-sheet defect detection for cracks, knots, or scratches.

All sensor data was transmitted via PROFINET and OPC UA through the Edge Gateway to the historian, ensuring reliable traceability from individual sheets to production events and downstream quality outcomes.

Solution 2: Feature Engineering and Risk Scoring

We transformed raw measurements into actionable per-sheet features and batch-level derived metrics:

  • Per-Sheet Inputs: Moisture deviation from target, thickness deviation, defect flags/grayscale intensity, sheet position in batch.
  • Derived Metrics: Batch averages, weighted defect severity scores based on ROSI intensity maps, and a combined risk score calculated as
    Risk=w1⋅MoistureDeviation+w2⋅ThicknessDeviation+w3⋅DefectScore.\text{Risk} = w_1 \cdot \text{MoistureDeviation} + w_2 \cdot \text{ThicknessDeviation} + w_3 \cdot \text{DefectScore}.Risk=w1​⋅MoistureDeviation+w2​⋅ThicknessDeviation+w3​⋅DefectScore.
  • Contextual Features: Batch ID, shift, operator ID, and sequence information enabled models to account for operational variations.

This approach allowed us to standardize sheet-level data for both rule-based and machine learning analytics, supporting precise routing decisions and continuous process monitoring.

Solution 3: Analytics and Modeling Approach

The system leveraged a combination of deterministic rules and optional machine learning classifiers:

  • Rule-Based Thresholds: Moisture outside ±X%, thickness outside ±Y mm, or ROSI defect severity above Z automatically flagged sheets for diversion.
  • Machine Learning Model: Random Forest or Gradient Boosted Trees trained on historical sheets labeled “pass” or “reject,” using features such as moisture, thickness, defect scores, and sequence position to predict rejection probability.
  • Routing Logic: Scoring outputs triggered PLC or HMI-based control signals to diverter gates, automatically routing defective sheets to repair stations, alternate press lines, or rejection bins.

This hybrid approach ensured immediate operational improvements while providing flexibility for model-driven optimization over time.

Solution 4: Deployment and Real-Time Integration

The system was deployed to support fully automated, per-sheet routing:

  • Data Flow: Sensors → S7-1500 PLC → Edge Gateway → Historian → ML scoring engine → PLC control outputs.
  • Automation: Flagged sheets generated real-time control signals, diverting them to designated repair or alternate press lines.
  • Dashboards: Grafana and PowerBI visualizations provided operators with per-shift statistics, including percentage of flagged sheets, yield improvements, and cumulative defect trends.
  • Operator Workflow: Automation reduced reliance on manual inspection, minimizing errors and improving efficiency.

Solution 5: Continuous Monitoring and Traceability

Full per-sheet traceability enabled root-cause analysis and process optimization:

  • Audit Trail: Each sheet’s measurements, defect detection, and routing decisions were logged, allowing engineers to analyze trends and identify upstream causes of defects.
  • Performance Metrics: Dashboards tracked reject reduction, material savings, and energy efficiency improvements per batch and per shift.
  • Feedback Loop: Outcomes from routed sheets were fed back into the machine learning models for continuous improvement.

Key Results and Business Value

  1. Yield Improvement: Achieved a 0.7–1.1% reduction in press rejects by proactively diverting defective sheets.
  2. Material and Energy Savings: Reduced wasted glue, energy, and raw materials by preventing defective sheets from entering production.
  3. Operational Efficiency: Reduced downtime caused by press jams or quality complaints and decreased manual inspection workload.
  4. Full Traceability: Enabled per-sheet audit trails for root-cause analysis, process optimization, and regulatory compliance.
  5. Payback Period: Total Initial Investment / Net Annual Savings = $532,320 / $443,600 = 1.2 years (or about 14.4 months)

Features Delivered

  1. Real-Time Sheet Detection: High-resolution moisture, thickness, and visual defect data captured per sheet.
  2. Feature Engineering and Risk Scoring: Combined per-sheet and batch-level metrics for precise decision-making.
  3. Hybrid Analytics: Rule-based thresholds supplemented with machine learning classifiers to predict rejection probability.
  4. Automated Routing and Dashboards: Diverter gate control integrated with PLC/HMI and visualizations in Grafana/PowerBI for operators and engineers.

The “Bad-Sheet” detection and routing project demonstrates how real-time analytics can significantly improve yield, reduce waste, and enhance operational efficiency in veneer production. By combining high-resolution per-sheet sensor data, feature engineering, hybrid analytics, and automated PLC-controlled routing, the client achieved:

  • 0.7–1.1% reduction in press rejects,
  • material and energy savings,
  • improved operational efficiency, and
  • full traceability for root-cause analysis.

This case highlights the value of integrating advanced analytics with industrial control systems to deliver measurable business and operational outcomes in a data-driven manufacturing environment.

Screenshot 4 – Bad-Sheet” Routing
Screenshot 4 – Bad-Sheet” Routing

TECHNICAL DETAILS

Data Collection & Sources

SheetID is a unique identifier for each veneer sheet or panel, generated via inline barcode or QR-code scanners (e.g., Cognex DataMan 370) and timestamped to synchronize with PLC cycles on the Siemens S7-1500.

Veneer moisture (Veneer.Moisture) is measured by an inline moisture analyzer (e.g., R3 series, contact brush sensor), with per-sheet readings delivered via OPC UA at the end of each sheet pass.

Thickness (Veneer.Thickness) is recorded using high-precision sensors with 0.1 mm tolerance (e.g., Siempelkamp caliper rollers), logging multiple points per sheet to detect non-uniformity.

ROSI defects and grayscale scores are obtained through inline visual inspection using optical or grayscale cameras (e.g., Siempelkamp ROSI Analyzer), providing per-sheet defect flags for cracks, knots, and scratches. All sensor data is integrated through the Siemens S7-1500 PLC, then transmitted via PROFINET and OPC UA through the Edge Gateway to a historian (InfluxDB or PI), ensuring full traceability of each sheet’s data to production events.

Feature Engineering

Input features for the rule or machine learning model include moisture deviation from target (%), thickness deviation from nominal (mm), defect flags or grayscale score intensity, and the sheet’s position within the batch or sequence. Derived features consist of average moisture and thickness per batch, a weighted defect severity score based on the ROSI grayscale map, and a combined risk score calculated as, for example, Risk = w₁·MoistureDeviation + w₂·ThicknessDeviation + w₃·DefectScore.

Analytics / Modeling Approach

Rule-based logic involves setting thresholds such as moisture outside ±X% or thickness outside ±Y mm, and ROSI defects above severity Z to automatically mark sheets. Sheets flagged as “bad” are rerouted for repair, rejection, or separation to a different press line. An optional machine learning classifier, using algorithms like Random Forest or Gradient Boosted Trees, can be trained on historical sheets labeled as “pass” or “reject” from press output. Input features include moisture, thickness, defect maps, and sequence in the batch, with the output providing the probability of rejection or yield loss. Deployment can be edge- or cloud-based, with scoring results triggering routing logic in the PLC or HMI.

Deployment / Integration

The data flow starts with sensors transmitting data to the S7-1500 PLC, then through the Edge Gateway to the historian and the ML scoring engine. Flagged sheets generate control signals sent back to diverter gates or sorting mechanisms on the production line. Dashboards in Grafana or PowerBI visualize per-shift statistics, including the percentage of bad sheets and yield improvements. Operator actions include automatically routing flagged sheets to a separate press or repair station, reducing the human inspection workload and preventing defective sheets from reaching the press.

Build Product
Build Strategy

Our success stories

“Bad-Sheet” Routing

“Bad-Sheet” Routing

Automated system for detecting and routing defective veneer sheets using real-time sensor data and analytics.
AI/ML
IoT

Early Fan Failure Detection

Plant A deployed an on-prem predictive maintenance system for fans, reducing unplanned downtime by 38%.
AI/ML
Predictive Hydraulic Filter Change

Predictive Hydraulic Filter Change

Predictive maintenance system for hydraulic filters reduced downtime and optimized maintenance scheduling in a large industrial plant.
IoT
AI/ML

Infinity Technologies in PetTech

A smart genetic testing platform that helps pet owners and breeders easily access and understand their pets’ DNA insights through a single digital solution.
AI/ML
IoT
Mobile Development

Intelligent Budgeting: How AI-Powered Financial Planning Transforms Business Strategy

A case study on how intelligent budgeting transformed financial planning, decision-making, and organizational agility.
AI/ML
CRM/ERP
Smarter Product Management Through Interactive Constructors and Real-Time Analytics

Smarter Product Management Through Interactive Constructors and Real-Time Analytics

An interactive, analytics-powered product constructor enabled smarter pricing, faster product decisions, and improved profitability across a complex portfolio.
AI/ML
CRM/ERP
The Power of Precision: How One Company Achieved 99.1% Sales Forecast Accuracy

The Power of Precision: How One Company Achieved 99.1% Sales Forecast Accuracy

A large-scale sales forecasting system achieved 99.1% accuracy across hundreds of products using data-driven, automated models.
AI/ML
CRM/ERP
Smarter Energy Forecasting in Manufacturing

Smarter Energy Forecasting in Manufacturing: Turning Data Into Cost Savings

A real-world case study on how predictive energy forecasting helps manufacturers cut costs and improve efficiency.
IoT
AI/ML
CRM/ERP
Smarter Hatching: How Predictive Modeling Transforms Poultry Incubation

Smarter Hatching: How Predictive Modeling Transforms Poultry Incubation

A poultry farm used AI and real-time data to optimize incubation, improving chick quality and operational efficiency.
AI/ML
IoT
Web Development
Predictive Analytics in Healthcare: The Future of Cardiovascular Risk Detection

Predictive Analytics in Healthcare: The Future of Cardiovascular Risk Detection

Predictive analytics model for early cardiovascular risk detection using non-invasive population data.
AI/ML
CRM/ERP
Smart Fraud Detection: How Predictive Analytics is Reshaping Social Welfare Systems

Smart Fraud Detection: How Predictive Analytics is Reshaping Social Welfare Systems

A public agency used predictive analytics to overhaul fraud detection in social welfare distribution.
AI/ML
Risk-Based Oversight of Social Benefits: Catching Fraud Without Hiring More Staff

Risk-Based Oversight of Social Benefits: Catching Fraud Without Hiring More Staff

Case study: shifting from random checks to risk-based fraud detection in social benefits.
AI/ML
Predicting Employee Turnover: How Data Turns Retention into a Strategy

Predicting Employee Turnover: How Data Turns Retention into a Strategy

This article explores how predictive analytics is transforming employee retention from a reactive process into a strategic advantage.
AI/ML
IoT
CRM/ERP
How Predicting Customer Churn Helps Banks Grow: A Case Study with 1500% ROI

How Predicting Customer Churn Helps Banks Grow: A Case Study with 1500% ROI

A real-world case study showing how predictive analytics helped a bank cut churn by 71% and achieve 1500% ROI through targeted retention.
AI/ML
CRM/ERP
Smarter Compliance: How Automated Risk Assessment Transforms Contractor Fraud Detection in Banking

Smarter Compliance: How Automated Risk Assessment Transforms Contractor Fraud Detection in Banking

This article explores how automated risk classification enhanced fraud detection and compliance efficiency in banking.
AI/ML
Smarter Loan Campaigns with Predictive Models

Smarter Loan Campaigns with Predictive Models

How predictive analytics helps banks improve cross-selling by reducing risk, cutting waste, and targeting the right customers.
CRM/ERP
AI/ML
Predictive Modeling Cuts Marketing Costs by 93% in Banking Campaign

Predictive Modeling Cuts Marketing Costs by 93% in Banking Campaign

A bank applied predictive modeling to identify high-response customers, reducing campaign costs from full budget to just 7% while maintaining results.
AI/ML
Risk-Based Personalization Boosts SME Overdraft Lending

Risk-Based Personalization Boosts SME Overdraft Lending

A major European bank revamped its SME overdraft lending by introducing a data-driven model that adjusted loan limits based on individual risk profiles, boosting both portfolio size and profit.
AI/ML
CRM/ERP
From 4 Months to 30 Minutes: The New Speed of Credit Scoring
August 2025

From 4 Months to 30 Minutes: The New Speed of Credit Scoring

A bank cut credit model time from four months to 30 minutes by automating risk assessment for corporate clients.
AI/ML
Smarter Fields, Smarter Yields: Building a Telemetry Platform for Farm Machinery at Any Scale

Smarter Fields, Smarter Yields: Building a Telemetry Platform for Farm Machinery at Any Scale

Infinity Technologies delivers a cross-platform IoT solution that gives farmers real-time visibility and control over diverse agricultural fleets
IoT
CRM/ERP
Web Development
Harnessing the Sun Smarter: Building a Scalable IoT Platform for Solar System Monitoring

Harnessing the Sun Smarter: Building a Scalable IoT Platform for Solar System Monitoring

Infinity Technologies delivers an intelligent energy monitoring solution that increases solar system efficiency by up to 60%
IoT
Web Development
Mobile Development
Nova Poshta: AI-Powered Warehouse Monitoring for Conveyor Systems

Nova Poshta: AI-Powered Warehouse Monitoring for Conveyor Systems

Infinity Technologies Builds Real-Time Load Balancing and Bottleneck Detection for Ukraine’s Largest Logistics Operator
AI/ML
CRM/ERP
IoT
Web Development
Fitto: IoT Ecosystem That Powers Smart Supplement Consumption

Fitto: IoT Ecosystem That Powers Smart Supplement Consumption

Infinity Technologies Builds a Personalized Health-Tech Platform Combining Smart Hardware, AI, and Cloud
IoT
Mobile Development
Web Development