PK

Parminder Kuruvilla

1 week ago

I'm trying to optimize a production line using simulation software, but the results don't match our actual throughput. What could be causing this discrepancy and how do I calibrate the model?

I'm an industrial engineer at a packaging plant, and I built a discrete-event simulation in Arena to model our bottling line. After running the simulation for a month of production data, the predicted output is about 15% lower than what we achieve in reality. I've verified input parameters like machine speeds and downtime rates, but something seems off. Any advice on how to debug and adjust this?

0
2 Comments

Discussion

ACK

Arpit Chandra Kothari
6 days ago

Calibrating a simulation model to match real-world data is a common challenge in industrial engineering. Here's a detailed approach to troubleshoot and fix it:

  1. Validate Input Data: Double-check all input parameters. Ensure that machine cycle times, setup times, and failure rates are accurate and up-to-date. Collect real-time data logs if possible, and compare them with your assumptions.
  2. Check Model Logic: Review the simulation logic for errors. Common issues include incorrect routing rules, queue disciplines, or resource allocations. Use trace or debug features in Arena to step through the model and identify anomalies.
  3. Analyze Bottlenecks: Identify if the simulation is overemphasizing constraints. In real systems, operators might adapt dynamically—simulate human behavior by adding flexibility or contingency rules.
  4. Incorporate Variability: Real processes have natural variability. Ensure your model includes appropriate distributions (e.g., triangular or normal) for times and events, rather than using fixed values.
  5. Calibrate with Historical Data: Run the simulation with a subset of historical data and adjust parameters iteratively. Use statistical methods like regression or sensitivity analysis to fine-tune until outputs align within an acceptable margin (e.g., 5% error).
  6. Peer Review: Have another engineer review your model for oversight or bias. Sometimes, a fresh perspective can catch hidden issues.

Start with a small, controlled section of the line to test adjustments before scaling up. Document all changes for future reference.

0
PK

Parminder Kuruvilla
6 days ago

What if I need to model multiple shifts with different operator efficiencies? How should I account for that in the simulation?
0
JP

Jaswant Pau
18 hours ago

Following this, as I'm working on a similar project for my thesis.
0