Upload folder using huggingface_hub
Browse files- MFG_005_main_schema.json +120 -0
- README.md +481 -0
- bottleneck_analysis_report.csv +236 -0
- downtime_pareto.csv +7 -0
- mfg005_synthetic_line_performance.csv +0 -0
- oee_summary_by_line.csv +37 -0
- throughput_vs_takt.csv +0 -0
MFG_005_main_schema.json
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"line_id": "str",
|
| 3 |
+
"plant_id": "str",
|
| 4 |
+
"work_center_id": "str",
|
| 5 |
+
"shift_id": "str",
|
| 6 |
+
"shift_date": "str",
|
| 7 |
+
"shift_number": "int64",
|
| 8 |
+
"shift_duration_minutes": "float64",
|
| 9 |
+
"product_id": "str",
|
| 10 |
+
"product_family": "str",
|
| 11 |
+
"production_order_id": "str",
|
| 12 |
+
"line_type": "str",
|
| 13 |
+
"automation_level": "str",
|
| 14 |
+
"number_of_stations": "int64",
|
| 15 |
+
"line_configuration": "str",
|
| 16 |
+
"plant_location": "str",
|
| 17 |
+
"industry_sector": "str",
|
| 18 |
+
"takt_time_seconds": "float64",
|
| 19 |
+
"designed_cycle_time_seconds": "float64",
|
| 20 |
+
"actual_cycle_time_avg_seconds": "float64",
|
| 21 |
+
"actual_cycle_time_std_seconds": "float64",
|
| 22 |
+
"actual_cycle_time_min_seconds": "float64",
|
| 23 |
+
"actual_cycle_time_max_seconds": "float64",
|
| 24 |
+
"cycle_time_percentile_p50": "float64",
|
| 25 |
+
"cycle_time_percentile_p95": "float64",
|
| 26 |
+
"cycle_time_cov": "float64",
|
| 27 |
+
"bottleneck_station_id": "str",
|
| 28 |
+
"bottleneck_cycle_time_seconds": "float64",
|
| 29 |
+
"bottleneck_utilisation_pct": "float64",
|
| 30 |
+
"secondary_bottleneck_station_id": "str",
|
| 31 |
+
"cycle_time_loss_seconds": "float64",
|
| 32 |
+
"planned_production_quantity": "int64",
|
| 33 |
+
"actual_production_quantity": "int64",
|
| 34 |
+
"good_units_produced": "int64",
|
| 35 |
+
"defective_units_produced": "int64",
|
| 36 |
+
"scrap_units": "int64",
|
| 37 |
+
"rework_units": "int64",
|
| 38 |
+
"throughput_rate_actual_uph": "float64",
|
| 39 |
+
"throughput_rate_design_uph": "float64",
|
| 40 |
+
"throughput_rate_ratio": "float64",
|
| 41 |
+
"rolled_throughput_yield_pct": "float64",
|
| 42 |
+
"total_parts_processed": "int64",
|
| 43 |
+
"wip_queue_avg_units": "float64",
|
| 44 |
+
"wip_queue_max_units": "int64",
|
| 45 |
+
"output_variance_pct": "float64",
|
| 46 |
+
"units_per_operator_hour": "float64",
|
| 47 |
+
"planned_production_time_minutes": "float64",
|
| 48 |
+
"available_time_minutes": "float64",
|
| 49 |
+
"oee_availability": "float64",
|
| 50 |
+
"oee_performance": "float64",
|
| 51 |
+
"oee_quality": "float64",
|
| 52 |
+
"oee_overall": "float64",
|
| 53 |
+
"teep_pct": "float64",
|
| 54 |
+
"loading_pct": "float64",
|
| 55 |
+
"availability_loss_minutes": "float64",
|
| 56 |
+
"performance_loss_units": "float64",
|
| 57 |
+
"quality_loss_units": "int64",
|
| 58 |
+
"six_big_losses_breakdown": "str",
|
| 59 |
+
"oee_benchmark_class": "str",
|
| 60 |
+
"oee_loss_primary_driver": "str",
|
| 61 |
+
"changeover_time_minutes": "float64",
|
| 62 |
+
"changeover_count": "int64",
|
| 63 |
+
"downtime_unplanned_minutes": "float64",
|
| 64 |
+
"downtime_planned_minutes": "float64",
|
| 65 |
+
"downtime_event_count": "int64",
|
| 66 |
+
"mtbf_minutes": "float64",
|
| 67 |
+
"mttr_minutes": "float64",
|
| 68 |
+
"largest_downtime_event_minutes": "float64",
|
| 69 |
+
"equipment_failure_flag": "str",
|
| 70 |
+
"downtime_category_mechanical": "float64",
|
| 71 |
+
"downtime_category_electrical": "float64",
|
| 72 |
+
"downtime_category_tooling": "float64",
|
| 73 |
+
"downtime_category_material": "float64",
|
| 74 |
+
"downtime_category_operator": "float64",
|
| 75 |
+
"downtime_category_quality_hold": "float64",
|
| 76 |
+
"planned_maintenance_flag": "str",
|
| 77 |
+
"maintenance_type_last": "str",
|
| 78 |
+
"equipment_age_years": "float64",
|
| 79 |
+
"equipment_condition_score": "float64",
|
| 80 |
+
"operator_headcount_planned": "int64",
|
| 81 |
+
"operator_headcount_actual": "int64",
|
| 82 |
+
"operator_utilisation_pct": "float64",
|
| 83 |
+
"operator_skill_level_avg": "str",
|
| 84 |
+
"absenteeism_rate_pct": "float64",
|
| 85 |
+
"overtime_hours": "float64",
|
| 86 |
+
"ergonomic_incident_flag": "str",
|
| 87 |
+
"operator_variance_flag": "str",
|
| 88 |
+
"cross_training_ratio_pct": "float64",
|
| 89 |
+
"shift_supervisor_id": "str",
|
| 90 |
+
"defect_rate_ppm": "float64",
|
| 91 |
+
"sigma_level": "float64",
|
| 92 |
+
"cpk_primary_characteristic": "float64",
|
| 93 |
+
"cp_primary_characteristic": "float64",
|
| 94 |
+
"primary_defect_type": "str",
|
| 95 |
+
"secondary_defect_type": "str",
|
| 96 |
+
"inspection_method": "str",
|
| 97 |
+
"spc_control_chart_flag": "str",
|
| 98 |
+
"control_chart_out_of_control": "str",
|
| 99 |
+
"quality_alert_issued": "str",
|
| 100 |
+
"customer_complaint_flag": "str",
|
| 101 |
+
"first_pass_yield_pct": "float64",
|
| 102 |
+
"right_first_time_pct": "float64",
|
| 103 |
+
"energy_consumption_kwh": "float64",
|
| 104 |
+
"energy_per_good_unit_kwh": "float64",
|
| 105 |
+
"peak_demand_kw": "float64",
|
| 106 |
+
"compressed_air_consumption_m3": "float64",
|
| 107 |
+
"coolant_consumption_litres": "float64",
|
| 108 |
+
"energy_efficiency_score": "float64",
|
| 109 |
+
"carbon_footprint_kg_co2": "float64",
|
| 110 |
+
"direct_labour_cost_usd": "float64",
|
| 111 |
+
"overhead_cost_usd": "float64",
|
| 112 |
+
"material_cost_per_unit_usd": "float64",
|
| 113 |
+
"scrap_cost_usd": "float64",
|
| 114 |
+
"rework_cost_usd": "float64",
|
| 115 |
+
"downtime_cost_per_minute_usd": "int64",
|
| 116 |
+
"total_downtime_cost_usd": "float64",
|
| 117 |
+
"cost_of_poor_quality_usd": "float64",
|
| 118 |
+
"value_added_ratio_pct": "float64",
|
| 119 |
+
"production_cost_per_unit_usd": "float64"
|
| 120 |
+
}
|
README.md
ADDED
|
@@ -0,0 +1,481 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
- tabular-regression
|
| 6 |
+
- time-series-forecasting
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
tags:
|
| 10 |
+
- synthetic
|
| 11 |
+
- manufacturing
|
| 12 |
+
- oee
|
| 13 |
+
- overall-equipment-effectiveness
|
| 14 |
+
- line-performance
|
| 15 |
+
- takt-time
|
| 16 |
+
- cycle-time
|
| 17 |
+
- bottleneck-analysis
|
| 18 |
+
- theory-of-constraints
|
| 19 |
+
- toc
|
| 20 |
+
- lean-manufacturing
|
| 21 |
+
- six-big-losses
|
| 22 |
+
- tpm
|
| 23 |
+
- total-productive-maintenance
|
| 24 |
+
- nakajima
|
| 25 |
+
- goldratt
|
| 26 |
+
- womack
|
| 27 |
+
- mes
|
| 28 |
+
- manufacturing-execution-system
|
| 29 |
+
- iso-22400
|
| 30 |
+
- semi-e10
|
| 31 |
+
- shift-performance
|
| 32 |
+
- mtbf
|
| 33 |
+
- mttr
|
| 34 |
+
- first-pass-yield
|
| 35 |
+
- value-added-ratio
|
| 36 |
+
- lean-six-sigma
|
| 37 |
+
- throughput-optimization
|
| 38 |
+
- changeover
|
| 39 |
+
- smed
|
| 40 |
+
pretty_name: "MFG-005 — Manufacturing Line Performance Dataset (Sample)"
|
| 41 |
+
size_categories:
|
| 42 |
+
- 1K<n<10K
|
| 43 |
+
---
|
| 44 |
+
|
| 45 |
+
# MFG-005 — Manufacturing Line Performance Dataset (Sample)
|
| 46 |
+
|
| 47 |
+
A schema-identical preview of **MFG-005**, the XpertSystems.ai synthetic
|
| 48 |
+
**shift-level manufacturing line performance** dataset for OEE ML,
|
| 49 |
+
Theory of Constraints bottleneck analysis, Six Big Losses prediction,
|
| 50 |
+
Lean Six Sigma improvement targeting, MES analytics, and Industrie 4.0
|
| 51 |
+
production research. The full product covers 10,000-100,000 records.
|
| 52 |
+
This sample is HF-sized at 3,000 records.
|
| 53 |
+
|
| 54 |
+
> **Built by** XpertSystems.ai — Synthetic Data Platform
|
| 55 |
+
> **Contact** [pradeep@xpertsystems.ai](mailto:pradeep@xpertsystems.ai) · [xpertsystems.ai](https://xpertsystems.ai)
|
| 56 |
+
> **License** CC-BY-NC-4.0 (sample); commercial license available for the full product.
|
| 57 |
+
|
| 58 |
+
---
|
| 59 |
+
|
| 60 |
+
## What MFG-005 does — completing the 5-SKU Manufacturing vertical
|
| 61 |
+
|
| 62 |
+
MFG-005 is the **fifth Manufacturing & Industrial Systems SKU** in the
|
| 63 |
+
XpertSystems catalog, completing a comprehensive Manufacturing vertical
|
| 64 |
+
covering BOTH reliability engineering AND quality + operations
|
| 65 |
+
management:
|
| 66 |
+
|
| 67 |
+
| SKU | Domain | Granularity | Primary Audience |
|
| 68 |
+
|---|---|---|---|
|
| 69 |
+
| MGG-001 | Reliability — sensor streams | 1-min to 1-hr | IIoT, anomaly detection |
|
| 70 |
+
| MFG-002 | Reliability — failure events | One row per event | CMMS, reliability engineering |
|
| 71 |
+
| MFG-003 | Reliability — RUL training | Multi-obs per asset | PdM ML, PHM Society |
|
| 72 |
+
| MFG-004 | Quality — inspection records | One row per inspection | QMS, SPC, MSA, 6 Sigma |
|
| 73 |
+
| **MFG-005** | **Operations — line performance** | **One row per shift × line** | **MES, OEE, TPM, Lean** |
|
| 74 |
+
|
| 75 |
+
Where MFG-004 captures **per-part quality** (inspection-record granularity),
|
| 76 |
+
MFG-005 captures **per-shift line performance** (production-system
|
| 77 |
+
granularity). This is the data shape that flows into MES (Manufacturing
|
| 78 |
+
Execution Systems) like Rockwell PlantPAx, Siemens Opcenter (formerly
|
| 79 |
+
SIMATIC IT), GE Digital Plant Applications (formerly Proficy),
|
| 80 |
+
Wonderware MES (AVEVA), Honeywell Forge, and SAP Digital Manufacturing.
|
| 81 |
+
|
| 82 |
+
| Buyer Persona | Use Case |
|
| 83 |
+
|---|---|
|
| 84 |
+
| **MES Vendors (Rockwell, Siemens Opcenter, GE Digital, AVEVA Wonderware, Honeywell Forge, SAP DM)** | OEE/TPM workflow training data |
|
| 85 |
+
| **OEE Software (Vorne XL, FactoryTalk Analytics, OEE Toolkit)** | OEE benchmarking + Six Big Losses ML |
|
| 86 |
+
| **Lean Manufacturing Consultancies (Toyota, Shingo Institute, Lean Enterprise Institute)** | OEE improvement case-study data |
|
| 87 |
+
| **TPM (Total Productive Maintenance) Programs** | Six Big Losses framework training |
|
| 88 |
+
| **Theory of Constraints (TOC) Practitioners (Goldratt Institute)** | Bottleneck analysis ML |
|
| 89 |
+
| **Lean Six Sigma (Shingo / TPS)** | Value-added ratio improvement targeting |
|
| 90 |
+
| **Production Engineering** | Takt time vs cycle time optimization |
|
| 91 |
+
| **SMED (Single-Minute Exchange of Die)** | Changeover time reduction |
|
| 92 |
+
| **Industrie 4.0 / Smart Factory** | Digital twin training data |
|
| 93 |
+
| **Energy Management (ISO 50001)** | Energy per good unit ML |
|
| 94 |
+
|
| 95 |
+
This is the substrate **MES vendors, OEE software companies, Lean Six
|
| 96 |
+
Sigma consultancies, Theory of Constraints practitioners, TPM programs,
|
| 97 |
+
and Industrie 4.0 research programs** have been waiting for: a coherent
|
| 98 |
+
shift-level line performance dataset where OEE A×P×Q decomposition ×
|
| 99 |
+
Six Big Losses × bottleneck utilization × cycle time vs takt time × FPY
|
| 100 |
+
× energy × cost all interact with **Nakajima 1988 / Goldratt 1984 /
|
| 101 |
+
Womack 1990 / SEMI E10 / ISO 22400-grade calibration**.
|
| 102 |
+
|
| 103 |
+
---
|
| 104 |
+
|
| 105 |
+
## What's inside — five related CSV files
|
| 106 |
+
|
| 107 |
+
MFG-005 is a **multi-output relational** dataset with five CSVs sharing
|
| 108 |
+
`line_id` as join key.
|
| 109 |
+
|
| 110 |
+
| File | Rows (sample) | Columns | Size |
|
| 111 |
+
|---|---:|---:|---|
|
| 112 |
+
| `mfg005_synthetic_line_performance.csv` | 3,000 | 118 | ~2.3 MB |
|
| 113 |
+
| `throughput_vs_takt.csv` | 3,000 | 11 | ~316 KB |
|
| 114 |
+
| `bottleneck_analysis_report.csv` | 235 | 5 | ~14 KB |
|
| 115 |
+
| `oee_summary_by_line.csv` | 36 | 9 | ~5 KB |
|
| 116 |
+
| `downtime_pareto.csv` | 6 | 3 | ~360 B |
|
| 117 |
+
|
| 118 |
+
Plus `mfg005_metadata.json` with run configuration.
|
| 119 |
+
|
| 120 |
+
Schemas are provided in five matching JSON files.
|
| 121 |
+
|
| 122 |
+
### Main schema module structure (118 columns total)
|
| 123 |
+
|
| 124 |
+
| Module | Cols | Coverage |
|
| 125 |
+
|---|---:|---|
|
| 126 |
+
| Line identity | 16 | line_id, plant_id, work_center_id, shift_id, date, shift number, duration, product_id, family, line_type, automation level, stations, configuration, plant location, sector, production order |
|
| 127 |
+
| Cycle time | 14 | takt time, designed CT, actual CT avg/std/min/max, P50/P95, CoV, bottleneck station + CT + util, secondary bottleneck, CT loss |
|
| 128 |
+
| Production volume | 14 | planned/actual quantity, good/defective/scrap/rework units, throughput actual/design UPH, ratio, RTY, total parts, WIP queue avg/max, output variance, UPH per operator |
|
| 129 |
+
| OEE (Nakajima 1988) | 13 | planned production time, available time, A/P/Q components, OEE overall, TEEP, Loading, A/P/Q losses, Six Big Losses breakdown, OEE benchmark class, primary loss driver |
|
| 130 |
+
| Changeover & downtime | 17 | changeover time + count, unplanned/planned DT, DT events, MTBF, MTTR, largest DT, equipment failure flag, 6 downtime categories (mech/elec/tool/material/operator/quality), planned maintenance, last maintenance type |
|
| 131 |
+
| Equipment | 2 | age years, condition score |
|
| 132 |
+
| Operator | 10 | headcount planned/actual, utilization, skill level avg, absenteeism, overtime, ergonomic incidents, variance flag, cross-training ratio, supervisor |
|
| 133 |
+
| Quality | 11 | defect rate PPM, sigma level, Cpk + Cp primary, primary + secondary defect type, inspection method, SPC chart flag, OOC flag, quality alert, customer complaint, FPY, RFT |
|
| 134 |
+
| Energy & sustainability | 7 | energy kWh + per good unit, peak demand, compressed air, coolant, energy efficiency, carbon footprint |
|
| 135 |
+
| Cost | 12 | direct labour, overhead, material per unit, scrap, rework, downtime cost per min + total, COPQ, value-added ratio, production cost per unit |
|
| 136 |
+
|
| 137 |
+
---
|
| 138 |
+
|
| 139 |
+
## Calibration sources
|
| 140 |
+
|
| 141 |
+
Every distribution is anchored to **named manufacturing engineering
|
| 142 |
+
standards or canonical frameworks**. The headline anchors are
|
| 143 |
+
**Nakajima 1988** (Total Productive Maintenance / OEE framework),
|
| 144 |
+
**Goldratt 1984** (Theory of Constraints), and **Womack 1990 Lean
|
| 145 |
+
Thinking**. Other anchors:
|
| 146 |
+
|
| 147 |
+
- **Nakajima 1988 Introduction to TPM** — Six Big Losses framework
|
| 148 |
+
(equipment failure, setup/adjustment, idling/minor stops, reduced
|
| 149 |
+
speed, process defects, startup yield loss); OEE = A × P × Q
|
| 150 |
+
decomposition.
|
| 151 |
+
- **Goldratt 1984 The Goal + Theory of Constraints** — bottleneck
|
| 152 |
+
identification, drum-buffer-rope synchronization, throughput
|
| 153 |
+
optimization.
|
| 154 |
+
- **Womack 1990 The Machine That Changed the World + Lean Thinking** —
|
| 155 |
+
value-added ratio, 8 wastes (muda), value stream mapping.
|
| 156 |
+
- **Ohno 1988 Toyota Production System** — takt time, standard work,
|
| 157 |
+
cycle time stability.
|
| 158 |
+
- **SEMI E10 Standard** — equipment performance metrics for
|
| 159 |
+
semiconductor manufacturing.
|
| 160 |
+
- **ISO 22400-1/-2** — KPIs for manufacturing operations management
|
| 161 |
+
(OEE, NEE, OEE_PR, Quality Rate).
|
| 162 |
+
- **ANSI/ISA-95** — enterprise-control system integration.
|
| 163 |
+
- **SAE J4000** — Identification and Measurement of Best Practice in
|
| 164 |
+
Implementation of Lean Operation.
|
| 165 |
+
- **ARC Advisory Group + SME (Society of Manufacturing Engineers)
|
| 166 |
+
Industry Benchmarks** — OEE/availability/performance benchmarks by
|
| 167 |
+
sector.
|
| 168 |
+
- **Shingo Prize Model + Toyota Production System** — operational
|
| 169 |
+
excellence assessment framework.
|
| 170 |
+
- **AIAG / VDA standards** — automotive manufacturing benchmarks.
|
| 171 |
+
- **SMED (Single-Minute Exchange of Die) — Shingo 1985** — changeover
|
| 172 |
+
time reduction methodology.
|
| 173 |
+
- **ISO 50001** — energy management systems for manufacturing.
|
| 174 |
+
- **Pyzdek 2003 Six Sigma Handbook + Motorola 1986** — sigma level
|
| 175 |
+
framework for manufacturing line quality.
|
| 176 |
+
|
| 177 |
+
---
|
| 178 |
+
|
| 179 |
+
## Validation scorecard
|
| 180 |
+
|
| 181 |
+
The wrapper ships a 10-metric Nakajima/TOC/Lean/ISO 22400-anchored
|
| 182 |
+
scorecard (`validation_scorecard.json`) that re-scores the dataset on
|
| 183 |
+
every generation. Default seed 42 result:
|
| 184 |
+
|
| 185 |
+
| ID | Metric | Target | Observed | Source |
|
| 186 |
+
|---|---|---|---:|---|
|
| 187 |
+
| M01 | OEE Overall Mean | 0.53–0.77 | **0.653** | **Nakajima 1988 / ARC / SME** |
|
| 188 |
+
| M02 | OEE Availability | 0.75–0.95 | **0.858** | **Nakajima 1988 / SMRP** |
|
| 189 |
+
| M03 | OEE Quality (FLOOR ≥95%) | ≥0.95 | **0.994** | **Nakajima 1988 / Six Sigma** |
|
| 190 |
+
| M04 | Bottleneck Utilization % | 82–102 | **95.01** | **Goldratt 1984 TOC** |
|
| 191 |
+
| M05 | World-Class OEE Share (≥0.85) | 0.00–0.20 | **0.065** | Nakajima 1988 / ARC |
|
| 192 |
+
| M06 | Performance Loss Primary Driver | 0.40–0.90 | **0.752** | **Six Big Losses / TPM** |
|
| 193 |
+
| M07 | Sigma Level Mean (FLOOR ≥2.5σ) | ≥2.5σ | **4.67σ** | Motorola 1986 / ASQ |
|
| 194 |
+
| M08 | Throughput Ratio | 0.60–1.00 | **0.819** | **ISO 22400-2 / SEMI E10** |
|
| 195 |
+
| M09 | Cycle Time CoV (CEILING ≤0.23) | ≤0.23 | **0.094** | **Lean / Toyota Production System** |
|
| 196 |
+
| M10 | Value-Added Ratio % (FLOOR ≥25%) | ≥25% | **50.10** | **Womack 1990 Lean Thinking** |
|
| 197 |
+
|
| 198 |
+
**Grade: A+ (100/100). Verified across seeds 42, 7, 123, 2024, 99, 1.**
|
| 199 |
+
|
| 200 |
+
**Standout calibration depth — this is the most precisely-centered
|
| 201 |
+
Manufacturing SKU**:
|
| 202 |
+
- **M01 OEE 65.28% vs target 65%** — *0.28pp deviation* 🎯
|
| 203 |
+
- **M02 Availability 85.84% vs target 85%** — *0.84pp deviation* 🎯
|
| 204 |
+
- **M10 Value-added ratio 50.10% vs Womack target 50%** — *0.10pp deviation* 🎯
|
| 205 |
+
- **M08 Throughput ratio 0.819 vs target 0.80** — *1.9pp deviation*
|
| 206 |
+
|
| 207 |
+
**OEE A×P×Q math verifies**: 0.858 × 0.763 × 0.994 = **0.651** (matches
|
| 208 |
+
observed OEE 0.653 within rounding).
|
| 209 |
+
|
| 210 |
+
**OEE by sector** reproduces published Nakajima benchmarks:
|
| 211 |
+
- Medical 0.69, Pharma 0.67, Industrial 0.65, Electronics 0.66,
|
| 212 |
+
Automotive 0.64, Food/Bev 0.65
|
| 213 |
+
|
| 214 |
+
**Six Big Losses primary driver** matches TPM textbook: performance_loss
|
| 215 |
+
75% / availability_loss 25% / quality_loss <1% (mature plants are
|
| 216 |
+
performance-bound, not availability-bound or quality-bound).
|
| 217 |
+
|
| 218 |
+
---
|
| 219 |
+
|
| 220 |
+
## Suggested use cases
|
| 221 |
+
|
| 222 |
+
- **OEE prediction ML** — line characteristics + shift features ×
|
| 223 |
+
OEE overall prediction (regression).
|
| 224 |
+
- **Six Big Losses classification** — multi-class classifier for
|
| 225 |
+
primary OEE loss driver (equipment failure / setup / idling /
|
| 226 |
+
reduced speed / process defects / startup yield).
|
| 227 |
+
- **Bottleneck identification (TOC)** — line topology + cycle times
|
| 228 |
+
× bottleneck station prediction.
|
| 229 |
+
- **Takt time vs cycle time gap analysis** — designed CT + automation
|
| 230 |
+
+ skill × actual CT prediction.
|
| 231 |
+
- **Throughput optimization** — actual/design UPH ratio prediction
|
| 232 |
+
for capacity planning.
|
| 233 |
+
- **Changeover time reduction (SMED)** — changeover_time +
|
| 234 |
+
changeover_count × throughput impact modeling.
|
| 235 |
+
- **Lean value-added improvement** — value_added_ratio × waste
|
| 236 |
+
category for 8-wastes (muda) prioritization.
|
| 237 |
+
- **Energy efficiency benchmarking** — energy_per_good_unit + peak
|
| 238 |
+
demand × sector for ISO 50001 EnPI baselining.
|
| 239 |
+
- **Cost-of-poor-quality modeling** — scrap + rework + COPQ × defect
|
| 240 |
+
type × economic outcomes.
|
| 241 |
+
- **Downtime Pareto analysis** — 6 downtime category aggregates ×
|
| 242 |
+
improvement targeting (mechanical-dominant lines vs
|
| 243 |
+
electrical-dominant).
|
| 244 |
+
- **Operator productivity** — headcount + skill_level + cross-training
|
| 245 |
+
× OEE for HR + Lean training ROI modeling.
|
| 246 |
+
|
| 247 |
+
---
|
| 248 |
+
|
| 249 |
+
## Loading
|
| 250 |
+
|
| 251 |
+
```python
|
| 252 |
+
from datasets import load_dataset
|
| 253 |
+
|
| 254 |
+
main = load_dataset(
|
| 255 |
+
"xpertsystems/mfg005-sample",
|
| 256 |
+
data_files="mfg005_synthetic_line_performance.csv",
|
| 257 |
+
split="train",
|
| 258 |
+
)
|
| 259 |
+
oee_summary = load_dataset(
|
| 260 |
+
"xpertsystems/mfg005-sample",
|
| 261 |
+
data_files="oee_summary_by_line.csv",
|
| 262 |
+
split="train",
|
| 263 |
+
)
|
| 264 |
+
```
|
| 265 |
+
|
| 266 |
+
Or with pandas directly:
|
| 267 |
+
|
| 268 |
+
```python
|
| 269 |
+
import pandas as pd
|
| 270 |
+
from huggingface_hub import hf_hub_download
|
| 271 |
+
|
| 272 |
+
main_path = hf_hub_download(
|
| 273 |
+
repo_id="xpertsystems/mfg005-sample",
|
| 274 |
+
filename="mfg005_synthetic_line_performance.csv",
|
| 275 |
+
repo_type="dataset",
|
| 276 |
+
)
|
| 277 |
+
df = pd.read_csv(main_path)
|
| 278 |
+
|
| 279 |
+
# OEE A×P×Q decomposition by sector
|
| 280 |
+
for sector, sub in df.groupby("industry_sector"):
|
| 281 |
+
a = sub["oee_availability"].mean()
|
| 282 |
+
p = sub["oee_performance"].mean()
|
| 283 |
+
q = sub["oee_quality"].mean()
|
| 284 |
+
oee = sub["oee_overall"].mean()
|
| 285 |
+
print(f"{sector:14s}: OEE={oee:.3f} = A({a:.3f}) × P({p:.3f}) × Q({q:.3f})")
|
| 286 |
+
|
| 287 |
+
# Six Big Losses primary driver distribution
|
| 288 |
+
print(df["oee_loss_primary_driver"].value_counts(normalize=True))
|
| 289 |
+
|
| 290 |
+
# Bottleneck utilization by line type (TOC)
|
| 291 |
+
bn_by_type = df.groupby("line_type")["bottleneck_utilisation_pct"].mean()
|
| 292 |
+
print(bn_by_type.sort_values(ascending=False))
|
| 293 |
+
```
|
| 294 |
+
|
| 295 |
+
Five schema JSON files are bundled for pipeline integration:
|
| 296 |
+
|
| 297 |
+
```python
|
| 298 |
+
import json
|
| 299 |
+
schema_main = json.load(open("MFG_005_main_schema.json"))
|
| 300 |
+
schema_oee = json.load(open("MFG_005_oee_summary_schema.json"))
|
| 301 |
+
schema_bn = json.load(open("MFG_005_bottleneck_schema.json"))
|
| 302 |
+
schema_takt = json.load(open("MFG_005_throughput_schema.json"))
|
| 303 |
+
schema_dt = json.load(open("MFG_005_downtime_pareto_schema.json"))
|
| 304 |
+
```
|
| 305 |
+
|
| 306 |
+
This dataset is **cross-sectional with shift-level granularity** —
|
| 307 |
+
one row per shift × line, ordered by shift_date but not strictly
|
| 308 |
+
longitudinal per asset. For time-series shift trend analysis, group
|
| 309 |
+
by `line_id` and sort by `shift_date`.
|
| 310 |
+
|
| 311 |
+
---
|
| 312 |
+
|
| 313 |
+
## Schema highlights
|
| 314 |
+
|
| 315 |
+
**Line identity** — `line_id`, `plant_id`, `work_center_id`, `shift_id`,
|
| 316 |
+
`shift_date`, `shift_number` ∈ {1, 2, 3}, `shift_duration_minutes`,
|
| 317 |
+
`product_id`, `product_family`, `production_order_id`, `line_type` ∈
|
| 318 |
+
{assembly_line, machining_cell, packaging_line, fabrication,
|
| 319 |
+
chemical_process, discrete_manufacturing, batch_process,
|
| 320 |
+
continuous_process, hybrid}, `automation_level` ∈ {manual,
|
| 321 |
+
semi_automated, highly_automated, lights_out, cobotic},
|
| 322 |
+
`number_of_stations`, `line_configuration` ∈ {serial, parallel,
|
| 323 |
+
u_shaped, flexible, transfer_line, job_shop}, `plant_location` (12
|
| 324 |
+
global locations), `industry_sector` ∈ {automotive, electronics,
|
| 325 |
+
pharma, food_bev, aerospace, industrial, consumer, medical, chemical,
|
| 326 |
+
packaging}.
|
| 327 |
+
|
| 328 |
+
**Cycle time** — `takt_time_seconds`, `designed_cycle_time_seconds`,
|
| 329 |
+
`actual_cycle_time_avg_seconds`, std/min/max, P50/P95, `cycle_time_cov`,
|
| 330 |
+
`bottleneck_station_id`, `bottleneck_cycle_time_seconds`,
|
| 331 |
+
`bottleneck_utilisation_pct`, `secondary_bottleneck_station_id`,
|
| 332 |
+
`cycle_time_loss_seconds`.
|
| 333 |
+
|
| 334 |
+
**Production volume** — `planned_production_quantity`,
|
| 335 |
+
`actual_production_quantity`, `good_units_produced`,
|
| 336 |
+
`defective_units_produced`, `scrap_units`, `rework_units`,
|
| 337 |
+
`throughput_rate_actual_uph`, `throughput_rate_design_uph`,
|
| 338 |
+
`throughput_rate_ratio`, `rolled_throughput_yield_pct`,
|
| 339 |
+
`total_parts_processed`, `wip_queue_avg_units`, `wip_queue_max_units`,
|
| 340 |
+
`output_variance_pct`, `units_per_operator_hour`.
|
| 341 |
+
|
| 342 |
+
**OEE (Nakajima 1988)** — `planned_production_time_minutes`,
|
| 343 |
+
`available_time_minutes`, `oee_availability`, `oee_performance`,
|
| 344 |
+
`oee_quality`, `oee_overall`, `teep_pct`, `loading_pct`,
|
| 345 |
+
`availability_loss_minutes`, `performance_loss_units`,
|
| 346 |
+
`quality_loss_units`, `six_big_losses_breakdown`, `oee_benchmark_class`
|
| 347 |
+
∈ {world_class, good, average, poor}, `oee_loss_primary_driver` ∈
|
| 348 |
+
{availability_loss, performance_loss, quality_loss}.
|
| 349 |
+
|
| 350 |
+
**Changeover & downtime** — `changeover_time_minutes`,
|
| 351 |
+
`changeover_count`, `downtime_unplanned_minutes`,
|
| 352 |
+
`downtime_planned_minutes`, `downtime_event_count`, `mtbf_minutes`,
|
| 353 |
+
`mttr_minutes`, `largest_downtime_event_minutes`,
|
| 354 |
+
`equipment_failure_flag`, `downtime_category_mechanical`,
|
| 355 |
+
`downtime_category_electrical`, `downtime_category_tooling`,
|
| 356 |
+
`downtime_category_material`, `downtime_category_operator`,
|
| 357 |
+
`downtime_category_quality_hold`, `planned_maintenance_flag`,
|
| 358 |
+
`maintenance_type_last` ∈ {predictive, preventive, corrective,
|
| 359 |
+
emergency}.
|
| 360 |
+
|
| 361 |
+
**Equipment** — `equipment_age_years`, `equipment_condition_score`.
|
| 362 |
+
|
| 363 |
+
**Operator** — `operator_headcount_planned`, `operator_headcount_actual`,
|
| 364 |
+
`operator_utilisation_pct`, `operator_skill_level_avg` ∈ {trainee,
|
| 365 |
+
semi_skilled, skilled, expert, multi_skilled}, `absenteeism_rate_pct`,
|
| 366 |
+
`overtime_hours`, `ergonomic_incident_flag`, `operator_variance_flag`,
|
| 367 |
+
`cross_training_ratio_pct`, `shift_supervisor_id`.
|
| 368 |
+
|
| 369 |
+
**Quality** — `defect_rate_ppm`, `sigma_level`,
|
| 370 |
+
`cpk_primary_characteristic`, `cp_primary_characteristic`,
|
| 371 |
+
`primary_defect_type`, `secondary_defect_type`, `inspection_method`,
|
| 372 |
+
`spc_control_chart_flag`, `control_chart_out_of_control`,
|
| 373 |
+
`quality_alert_issued`, `customer_complaint_flag`,
|
| 374 |
+
`first_pass_yield_pct`, `right_first_time_pct`.
|
| 375 |
+
|
| 376 |
+
**Energy & sustainability** — `energy_consumption_kwh`,
|
| 377 |
+
`energy_per_good_unit_kwh`, `peak_demand_kw`,
|
| 378 |
+
`compressed_air_consumption_m3`, `coolant_consumption_litres`,
|
| 379 |
+
`energy_efficiency_score`, `carbon_footprint_kg_co2`.
|
| 380 |
+
|
| 381 |
+
**Cost** — `direct_labour_cost_usd`, `overhead_cost_usd`,
|
| 382 |
+
`material_cost_per_unit_usd`, `scrap_cost_usd`, `rework_cost_usd`,
|
| 383 |
+
`downtime_cost_per_minute_usd`, `total_downtime_cost_usd`,
|
| 384 |
+
`cost_of_poor_quality_usd`, `value_added_ratio_pct`,
|
| 385 |
+
`production_cost_per_unit_usd`.
|
| 386 |
+
|
| 387 |
+
---
|
| 388 |
+
|
| 389 |
+
## Calibration notes & limitations
|
| 390 |
+
|
| 391 |
+
In the spirit of honest synthetic data, a few things buyers of the sample
|
| 392 |
+
should know:
|
| 393 |
+
|
| 394 |
+
1. **Industry sector mix is skewed at n=3,000**. Only 6 of 10 configured
|
| 395 |
+
sectors are well-represented (industrial 38%, electronics 24%,
|
| 396 |
+
automotive 22%, with smaller pharma/medical/food-bev shares). The
|
| 397 |
+
full product (10K-100K records) distributes evenly across all 10
|
| 398 |
+
sectors. For sector-specific modeling at this sample size, filter
|
| 399 |
+
carefully or use the full product.
|
| 400 |
+
|
| 401 |
+
2. **TEEP averages 20.3% and Loading 31.1%** — both significantly below
|
| 402 |
+
typical 24/7 plant values. TEEP = OEE × Loading; the generator's
|
| 403 |
+
Loading parameter reflects partial-utilization plants (e.g., 1-2
|
| 404 |
+
shifts/day rather than continuous 3-shift). For 24/7 continuous-
|
| 405 |
+
process plants, the full product supports configurable Loading
|
| 406 |
+
targets.
|
| 407 |
+
|
| 408 |
+
3. **Quality component of OEE is 99.36%** (very high). Real-world OEE
|
| 409 |
+
quality components vary: world-class >99%, typical 95-99%, low-yield
|
| 410 |
+
<95%. The generator centers Quality at the upper end; for lower-yield
|
| 411 |
+
modeling (electronics PCB rework, pharmaceutical batch yield), the
|
| 412 |
+
full product calibrates per sector.
|
| 413 |
+
|
| 414 |
+
4. **Absenteeism averages 8.5%** — above typical industrial 3-5%. The
|
| 415 |
+
generator's absenteeism model is skewed slightly high; for benchmark
|
| 416 |
+
absenteeism modeling, target 3-5% in the full product configuration.
|
| 417 |
+
|
| 418 |
+
5. **Scrap cost ($2/shift) and rework cost ($9/shift) are very low** in
|
| 419 |
+
absolute terms because they're rolled up into the broader COPQ
|
| 420 |
+
metric ($1,901/shift). For per-event cost modeling, use the COPQ
|
| 421 |
+
composite rather than the scrap/rework components individually.
|
| 422 |
+
|
| 423 |
+
6. **OEE by automation level is non-monotonic**: cobotic 0.69 > lights_out
|
| 424 |
+
0.68 ≈ manual 0.68 > semi-auto 0.65 > highly_auto 0.62. This
|
| 425 |
+
reflects the real-world observation that highly-automated lines
|
| 426 |
+
often have more downtime than well-run manual lines — automation
|
| 427 |
+
amplifies both performance AND failure modes. For automation-ROI
|
| 428 |
+
modeling, this non-monotonicity is realistic.
|
| 429 |
+
|
| 430 |
+
7. **Cycle time exceeds takt time on 81% of shifts** (CT > takt). This
|
| 431 |
+
is realistic — most production lines run slower than designed takt
|
| 432 |
+
under real-world conditions (downtime, setup, quality losses). The
|
| 433 |
+
takt time represents customer-demand-driven design rate; actual CT
|
| 434 |
+
includes all losses.
|
| 435 |
+
|
| 436 |
+
8. **MTBF 199 minutes / MTTR 17 minutes** — realistic shift-level
|
| 437 |
+
reliability metrics. Different from MFG-002/MFG-003 which use
|
| 438 |
+
hours-scale MTBF (asset-level vs shift-level reliability differs).
|
| 439 |
+
|
| 440 |
+
9. **6 downtime categories show realistic Pareto** (mechanical 30 min >
|
| 441 |
+
electrical 12 > tooling 8 > quality 5 > material 5 > operator 2).
|
| 442 |
+
Mechanical dominance reflects rotating-equipment-heavy fleet; for
|
| 443 |
+
electronics/assembly lines, the full product supports different
|
| 444 |
+
downtime Pareto profiles.
|
| 445 |
+
|
| 446 |
+
10. **Deterministic seeding.** Wrapper invokes the generator via
|
| 447 |
+
subprocess with explicit `--seed` parameter. Seed sweep verifies
|
| 448 |
+
Grade A+ across {42, 7, 123, 2024, 99, 1}.
|
| 449 |
+
|
| 450 |
+
---
|
| 451 |
+
|
| 452 |
+
## Commercial / full product
|
| 453 |
+
|
| 454 |
+
The full **MFG-005** product covers 10,000-100,000 shift records with
|
| 455 |
+
configurable `--automation_profile` (modern_greenfield /
|
| 456 |
+
brownfield_mixed / manual_intensive / lights_out), `--oee_target_class`
|
| 457 |
+
(world_class / good / average / poor / mixed), refined sector-specific
|
| 458 |
+
OEE benchmarks per Nakajima 1988 published targets, configurable
|
| 459 |
+
absenteeism profiles per region (US/EU/APAC industrial benchmarks),
|
| 460 |
+
24/7 vs 2-shift vs 1-shift Loading configurations, pre-built feature
|
| 461 |
+
engineering pipelines for OEE prediction ML (shift lag features,
|
| 462 |
+
rolling MTBF/MTTR, seasonal patterns), Industrie 4.0 / smart factory
|
| 463 |
+
extension columns (digital twin sync flags, edge compute latency,
|
| 464 |
+
OPC-UA tag counts), and energy management ISO 50001 baseline /
|
| 465 |
+
performance period decomposition for EnPI tracking. Available under
|
| 466 |
+
commercial license — contact
|
| 467 |
+
[pradeep@xpertsystems.ai](mailto:pradeep@xpertsystems.ai).
|
| 468 |
+
|
| 469 |
+
XpertSystems.ai also publishes synthetic data products across **Oil &
|
| 470 |
+
Gas** (17 SKUs, OREDA/ISO 14224/API/IPIECA standards),
|
| 471 |
+
**Healthcare/Neurology** (10 SKUs, ENROLL-HD/PRO-ACT/TRACK-HD/CLARITY-AD
|
| 472 |
+
clinical trial calibration), and **Manufacturing** (5 SKUs covering
|
| 473 |
+
reliability engineering AND quality + operations management):
|
| 474 |
+
|
| 475 |
+
- **MGG-001**: Factory Sensor Dataset (IIoT sensor streams)
|
| 476 |
+
- **MFG-002**: Machine Failure Event Records (CMMS, ISO 14224)
|
| 477 |
+
- **MFG-003**: Predictive Maintenance Dataset (RUL ML training)
|
| 478 |
+
- **MFG-004**: Quality Control Dataset (SPC, MSA, 6 Sigma)
|
| 479 |
+
- **MFG-005**: Manufacturing Line Performance (OEE, TPM, Lean) — this SKU
|
| 480 |
+
|
| 481 |
+
Catalog: [huggingface.co/xpertsystems](https://huggingface.co/xpertsystems).
|
bottleneck_analysis_report.csv
ADDED
|
@@ -0,0 +1,236 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
line_id,bottleneck_station_id,count,avg_utilisation,avg_oee
|
| 2 |
+
MFG-LINE-PLT-003-02,WC-001,80,89.884875,0.6279275
|
| 3 |
+
MFG-LINE-PLT-004-04,WC-002,48,94.04416666666667,0.6862229166666666
|
| 4 |
+
MFG-LINE-PLT-004-02,WC-002,47,96.31595744680853,0.7125510638297872
|
| 5 |
+
MFG-LINE-PLT-004-04,WC-001,43,96.06395348837209,0.6663046511627907
|
| 6 |
+
MFG-LINE-PLT-007-02,WC-001,43,95.16790697674418,0.6387348837209302
|
| 7 |
+
MFG-LINE-PLT-004-02,WC-001,41,95.13707317073171,0.6882707317073171
|
| 8 |
+
MFG-LINE-PLT-005-03,WC-001,40,91.84049999999999,0.5897025
|
| 9 |
+
MFG-LINE-PLT-002-01,WC-001,39,91.92435897435898,0.6008538461538462
|
| 10 |
+
MFG-LINE-PLT-002-01,WC-002,38,92.0621052631579,0.6191973684210526
|
| 11 |
+
MFG-LINE-PLT-005-03,WC-002,37,92.32243243243242,0.626791891891892
|
| 12 |
+
MFG-LINE-PLT-003-03,WC-003,35,93.326,0.6066542857142857
|
| 13 |
+
MFG-LINE-PLT-009-02,WC-003,35,93.02085714285714,0.6492314285714286
|
| 14 |
+
MFG-LINE-PLT-005-05,WC-002,34,92.21764705882353,0.6850882352941177
|
| 15 |
+
MFG-LINE-PLT-008-01,WC-002,33,94.57484848484847,0.7093666666666666
|
| 16 |
+
MFG-LINE-PLT-004-06,WC-003,30,96.19366666666666,0.6537366666666667
|
| 17 |
+
MFG-LINE-PLT-004-06,WC-002,30,95.42333333333333,0.6787500000000001
|
| 18 |
+
MFG-LINE-PLT-007-02,WC-002,29,92.07689655172413,0.6342
|
| 19 |
+
MFG-LINE-PLT-005-05,WC-003,28,91.88642857142858,0.6346357142857143
|
| 20 |
+
MFG-LINE-PLT-010-01,WC-001,28,94.81821428571428,0.6649035714285715
|
| 21 |
+
MFG-LINE-PLT-003-03,WC-001,28,92.30321428571428,0.5970928571428571
|
| 22 |
+
MFG-LINE-PLT-005-05,WC-001,27,91.71962962962962,0.6549703703703704
|
| 23 |
+
MFG-LINE-PLT-003-03,WC-002,26,92.84461538461538,0.6337153846153847
|
| 24 |
+
MFG-LINE-PLT-009-02,WC-002,26,93.07153846153847,0.6903615384615385
|
| 25 |
+
MFG-LINE-PLT-008-01,WC-001,26,94.43923076923078,0.6400730769230769
|
| 26 |
+
MFG-LINE-PLT-005-04,WC-001,26,95.1226923076923,0.6693961538461538
|
| 27 |
+
MFG-LINE-PLT-010-01,WC-002,25,94.93520000000001,0.630584
|
| 28 |
+
MFG-LINE-PLT-004-06,WC-001,24,95.82000000000001,0.6868375000000001
|
| 29 |
+
MFG-LINE-PLT-005-01,WC-004,24,96.04916666666666,0.6655708333333333
|
| 30 |
+
MFG-LINE-PLT-005-04,WC-003,23,95.37913043478262,0.5863565217391304
|
| 31 |
+
MFG-LINE-PLT-008-01,WC-003,23,95.43782608695653,0.6720086956521739
|
| 32 |
+
MFG-LINE-PLT-002-04,WC-002,22,98.98409090909091,0.6873363636363636
|
| 33 |
+
MFG-LINE-PLT-005-04,WC-002,22,94.95181818181818,0.6470727272727272
|
| 34 |
+
MFG-LINE-PLT-010-01,WC-003,22,94.25409090909092,0.6259454545454545
|
| 35 |
+
MFG-LINE-PLT-003-05,WC-005,21,96.39047619047619,0.7002238095238095
|
| 36 |
+
MFG-LINE-PLT-004-03,WC-004,21,92.83999999999999,0.5693952380952381
|
| 37 |
+
MFG-LINE-PLT-009-02,WC-001,21,92.50619047619048,0.6672238095238094
|
| 38 |
+
MFG-LINE-PLT-010-02,WC-005,21,98.09666666666668,0.6575000000000001
|
| 39 |
+
MFG-LINE-PLT-004-03,WC-005,20,93.611,0.5859650000000001
|
| 40 |
+
MFG-LINE-PLT-001-02,WC-001,20,97.602,0.699355
|
| 41 |
+
MFG-LINE-PLT-002-04,WC-005,19,98.80894736842106,0.6276315789473684
|
| 42 |
+
MFG-LINE-PLT-002-04,WC-001,19,98.51789473684211,0.6705473684210526
|
| 43 |
+
MFG-LINE-PLT-005-01,WC-001,19,96.50684210526316,0.6101578947368421
|
| 44 |
+
MFG-LINE-PLT-003-05,WC-003,19,97.06052631578947,0.688442105263158
|
| 45 |
+
MFG-LINE-PLT-010-02,WC-002,19,97.47684210526316,0.6579947368421053
|
| 46 |
+
MFG-LINE-PLT-008-02,WC-006,18,95.21833333333333,0.67985
|
| 47 |
+
MFG-LINE-PLT-004-07,WC-003,18,93.51777777777778,0.5494222222222223
|
| 48 |
+
MFG-LINE-PLT-004-03,WC-003,18,93.44388888888889,0.6089666666666667
|
| 49 |
+
MFG-LINE-PLT-010-03,WC-007,18,99.04944444444445,0.6184888888888889
|
| 50 |
+
MFG-LINE-PLT-010-01,WC-004,18,94.5488888888889,0.5975111111111111
|
| 51 |
+
MFG-LINE-PLT-005-04,WC-004,17,96.12647058823529,0.6424647058823529
|
| 52 |
+
MFG-LINE-PLT-005-01,WC-002,17,95.53058823529412,0.6395823529411765
|
| 53 |
+
MFG-LINE-PLT-004-05,WC-009,17,94.27705882352942,0.6749764705882353
|
| 54 |
+
MFG-LINE-PLT-003-05,WC-001,17,96.92117647058824,0.7377294117647059
|
| 55 |
+
MFG-LINE-PLT-010-02,WC-004,17,96.86529411764707,0.7275999999999999
|
| 56 |
+
MFG-LINE-PLT-005-02,WC-006,16,96.629375,0.73854375
|
| 57 |
+
MFG-LINE-PLT-005-02,WC-002,16,94.3625,0.68521875
|
| 58 |
+
MFG-LINE-PLT-005-02,WC-001,16,95.3825,0.7520375
|
| 59 |
+
MFG-LINE-PLT-004-07,WC-001,16,93.3725,0.5733
|
| 60 |
+
MFG-LINE-PLT-004-03,WC-001,16,93.913125,0.61240625
|
| 61 |
+
MFG-LINE-PLT-002-04,WC-003,16,98.08625,0.6825625
|
| 62 |
+
MFG-LINE-PLT-008-02,WC-002,16,96.44875,0.757475
|
| 63 |
+
MFG-LINE-PLT-010-02,WC-003,15,98.82333333333334,0.6550933333333333
|
| 64 |
+
MFG-LINE-PLT-001-02,WC-005,15,97.454,0.69206
|
| 65 |
+
MFG-LINE-PLT-004-07,WC-005,15,92.90066666666667,0.6278333333333334
|
| 66 |
+
MFG-LINE-PLT-004-07,WC-004,15,93.40799999999999,0.5814133333333333
|
| 67 |
+
MFG-LINE-PLT-005-02,WC-005,15,95.13266666666667,0.7562
|
| 68 |
+
MFG-LINE-PLT-010-04,WC-007,15,97.70599999999999,0.66216
|
| 69 |
+
MFG-LINE-PLT-005-02,WC-003,15,95.06466666666667,0.68764
|
| 70 |
+
MFG-LINE-PLT-005-01,WC-003,14,95.11500000000001,0.6354857142857143
|
| 71 |
+
MFG-LINE-PLT-004-07,WC-002,14,93.22,0.6304071428571428
|
| 72 |
+
MFG-LINE-PLT-001-01,WC-010,14,92.76857142857143,0.6337071428571429
|
| 73 |
+
MFG-LINE-PLT-010-04,WC-003,14,97.67214285714286,0.6545285714285713
|
| 74 |
+
MFG-LINE-PLT-008-02,WC-005,14,95.01357142857144,0.6985571428571429
|
| 75 |
+
MFG-LINE-PLT-006-01,WC-012,14,98.65785714285714,0.6700857142857143
|
| 76 |
+
MFG-LINE-PLT-005-02,WC-004,14,95.425,0.7456214285714287
|
| 77 |
+
MFG-LINE-PLT-008-02,WC-001,13,94.95307692307694,0.6398923076923076
|
| 78 |
+
MFG-LINE-PLT-010-04,WC-008,13,98.0469230769231,0.6889000000000001
|
| 79 |
+
MFG-LINE-PLT-010-03,WC-002,13,98.56692307692309,0.5905692307692307
|
| 80 |
+
MFG-LINE-PLT-010-03,WC-008,13,99.02769230769232,0.6313538461538462
|
| 81 |
+
MFG-LINE-PLT-002-04,WC-004,13,99.22307692307693,0.6258615384615385
|
| 82 |
+
MFG-LINE-PLT-004-03,WC-002,13,93.35384615384615,0.5422384615384616
|
| 83 |
+
MFG-LINE-PLT-003-05,WC-002,13,96.04461538461538,0.6785769230769231
|
| 84 |
+
MFG-LINE-PLT-003-04,WC-008,13,93.91,0.6380615384615385
|
| 85 |
+
MFG-LINE-PLT-003-04,WC-007,13,93.87230769230769,0.7102153846153847
|
| 86 |
+
MFG-LINE-PLT-001-01,WC-009,13,93.11846153846153,0.6815307692307692
|
| 87 |
+
MFG-LINE-PLT-002-02,WC-006,13,92.98230769230769,0.7008153846153846
|
| 88 |
+
MFG-LINE-PLT-001-02,WC-004,12,96.4825,0.6720833333333333
|
| 89 |
+
MFG-LINE-PLT-010-03,WC-004,12,99.23666666666668,0.6270583333333334
|
| 90 |
+
MFG-LINE-PLT-005-06,WC-007,12,93.75583333333333,0.6057333333333333
|
| 91 |
+
MFG-LINE-PLT-007-01,WC-009,12,93.16083333333334,0.6769
|
| 92 |
+
MFG-LINE-PLT-008-02,WC-004,12,95.80416666666667,0.7072166666666666
|
| 93 |
+
MFG-LINE-PLT-004-01,WC-010,12,94.28833333333334,0.60155
|
| 94 |
+
MFG-LINE-PLT-004-01,WC-004,12,94.2525,0.5295833333333334
|
| 95 |
+
MFG-LINE-PLT-001-02,WC-002,12,97.56166666666667,0.6617583333333333
|
| 96 |
+
MFG-LINE-PLT-001-01,WC-007,12,92.82583333333334,0.6665833333333334
|
| 97 |
+
MFG-LINE-PLT-003-04,WC-003,12,94.08916666666666,0.7154416666666666
|
| 98 |
+
MFG-LINE-PLT-003-05,WC-004,12,96.51666666666667,0.7305666666666667
|
| 99 |
+
MFG-LINE-PLT-001-02,WC-003,11,98.82090909090908,0.6974454545454546
|
| 100 |
+
MFG-LINE-PLT-002-02,WC-002,11,92.79727272727273,0.7693727272727273
|
| 101 |
+
MFG-LINE-PLT-002-04,WC-006,11,98.55636363636364,0.6809545454545455
|
| 102 |
+
MFG-LINE-PLT-001-01,WC-001,11,93.00727272727273,0.672209090909091
|
| 103 |
+
MFG-LINE-PLT-005-06,WC-010,11,94.51,0.5762545454545455
|
| 104 |
+
MFG-LINE-PLT-010-03,WC-005,11,97.92636363636365,0.6090818181818182
|
| 105 |
+
MFG-LINE-PLT-004-01,WC-008,11,94.66999999999999,0.624
|
| 106 |
+
MFG-LINE-PLT-004-05,WC-003,11,94.44636363636364,0.6909181818181818
|
| 107 |
+
MFG-LINE-PLT-004-01,WC-003,11,94.69636363636364,0.6175090909090909
|
| 108 |
+
MFG-LINE-PLT-004-05,WC-006,11,94.71636363636365,0.6708363636363637
|
| 109 |
+
MFG-LINE-PLT-005-06,WC-004,10,94.726,0.52451
|
| 110 |
+
MFG-LINE-PLT-002-03,WC-008,10,94.986,0.6814899999999999
|
| 111 |
+
MFG-LINE-PLT-002-03,WC-009,10,93.75399999999999,0.71275
|
| 112 |
+
MFG-LINE-PLT-004-01,WC-006,10,94.83,0.67128
|
| 113 |
+
MFG-LINE-PLT-003-04,WC-002,10,93.82000000000001,0.70253
|
| 114 |
+
MFG-LINE-PLT-003-01,WC-010,10,95.541,0.58551
|
| 115 |
+
MFG-LINE-PLT-008-02,WC-003,10,94.884,0.74427
|
| 116 |
+
MFG-LINE-PLT-007-01,WC-006,10,93.139,0.68632
|
| 117 |
+
MFG-LINE-PLT-010-03,WC-010,10,98.261,0.57165
|
| 118 |
+
MFG-LINE-PLT-006-02,WC-009,10,99.537,0.62115
|
| 119 |
+
MFG-LINE-PLT-006-01,WC-006,10,98.887,0.6790499999999999
|
| 120 |
+
MFG-LINE-PLT-005-06,WC-005,10,94.087,0.6744399999999999
|
| 121 |
+
MFG-LINE-PLT-010-04,WC-004,10,96.988,0.64906
|
| 122 |
+
MFG-LINE-PLT-009-01,WC-001,10,98.85900000000001,0.61395
|
| 123 |
+
MFG-LINE-PLT-010-04,WC-005,9,99.16888888888889,0.7301333333333333
|
| 124 |
+
MFG-LINE-PLT-003-04,WC-005,9,94.68777777777777,0.6602333333333333
|
| 125 |
+
MFG-LINE-PLT-003-04,WC-004,9,94.19777777777777,0.6236777777777778
|
| 126 |
+
MFG-LINE-PLT-005-06,WC-003,9,94.53333333333333,0.5346555555555556
|
| 127 |
+
MFG-LINE-PLT-005-06,WC-001,9,94.14888888888889,0.5572222222222222
|
| 128 |
+
MFG-LINE-PLT-009-01,WC-007,9,98.42555555555556,0.5801222222222222
|
| 129 |
+
MFG-LINE-PLT-010-04,WC-006,9,98.01666666666667,0.6553666666666667
|
| 130 |
+
MFG-LINE-PLT-004-05,WC-002,9,94.43777777777778,0.6790333333333334
|
| 131 |
+
MFG-LINE-PLT-004-01,WC-001,9,93.86999999999999,0.6088666666666667
|
| 132 |
+
MFG-LINE-PLT-006-02,WC-019,9,99.31111111111112,0.630788888888889
|
| 133 |
+
MFG-LINE-PLT-001-01,WC-002,9,92.9688888888889,0.6624
|
| 134 |
+
MFG-LINE-PLT-004-05,WC-005,9,94.91222222222223,0.7459666666666667
|
| 135 |
+
MFG-LINE-PLT-002-03,WC-007,9,95.22111111111111,0.6907000000000001
|
| 136 |
+
MFG-LINE-PLT-002-02,WC-008,9,92.83666666666666,0.7034333333333334
|
| 137 |
+
MFG-LINE-PLT-009-01,WC-006,8,99.6675,0.5983875
|
| 138 |
+
MFG-LINE-PLT-005-06,WC-009,8,93.75125,0.494925
|
| 139 |
+
MFG-LINE-PLT-009-01,WC-005,8,99.42625000000001,0.623725
|
| 140 |
+
MFG-LINE-PLT-009-01,WC-009,8,98.7875,0.644825
|
| 141 |
+
MFG-LINE-PLT-002-02,WC-003,8,93.255,0.7773125
|
| 142 |
+
MFG-LINE-PLT-004-01,WC-007,8,94.4775,0.627075
|
| 143 |
+
MFG-LINE-PLT-003-01,WC-012,8,94.7225,0.6541625
|
| 144 |
+
MFG-LINE-PLT-004-01,WC-002,8,94.37375,0.60225
|
| 145 |
+
MFG-LINE-PLT-004-05,WC-007,8,93.9225,0.66625
|
| 146 |
+
MFG-LINE-PLT-004-05,WC-004,8,94.6525,0.622875
|
| 147 |
+
MFG-LINE-PLT-002-02,WC-004,8,93.20625,0.763825
|
| 148 |
+
MFG-LINE-PLT-002-03,WC-006,8,95.035,0.7264375
|
| 149 |
+
MFG-LINE-PLT-001-01,WC-008,8,92.85875,0.721375
|
| 150 |
+
MFG-LINE-PLT-006-01,WC-007,8,98.61,0.648975
|
| 151 |
+
MFG-LINE-PLT-007-01,WC-001,8,93.25625,0.67405
|
| 152 |
+
MFG-LINE-PLT-006-01,WC-008,8,99.255,0.6215125
|
| 153 |
+
MFG-LINE-PLT-009-01,WC-003,7,97.64142857142858,0.594542857142857
|
| 154 |
+
MFG-LINE-PLT-010-04,WC-002,7,97.18285714285715,0.7918571428571429
|
| 155 |
+
MFG-LINE-PLT-010-03,WC-001,7,97.11142857142856,0.6838571428571428
|
| 156 |
+
MFG-LINE-PLT-010-03,WC-009,7,97.67571428571429,0.6532857142857142
|
| 157 |
+
MFG-LINE-PLT-005-06,WC-008,7,93.89999999999999,0.5781285714285714
|
| 158 |
+
MFG-LINE-PLT-005-06,WC-006,7,95.58,0.6125285714285714
|
| 159 |
+
MFG-LINE-PLT-006-02,WC-014,7,99.42714285714285,0.7186571428571428
|
| 160 |
+
MFG-LINE-PLT-007-01,WC-002,7,93.30571428571429,0.7405857142857143
|
| 161 |
+
MFG-LINE-PLT-004-01,WC-005,7,94.44571428571429,0.6589
|
| 162 |
+
MFG-LINE-PLT-002-03,WC-004,7,94.77,0.5274857142857143
|
| 163 |
+
MFG-LINE-PLT-002-02,WC-007,7,93.21000000000001,0.7342285714285713
|
| 164 |
+
MFG-LINE-PLT-002-02,WC-001,7,92.85857142857142,0.775942857142857
|
| 165 |
+
MFG-LINE-PLT-003-01,WC-011,7,94.73428571428572,0.6325857142857142
|
| 166 |
+
MFG-LINE-PLT-002-03,WC-003,7,94.26285714285714,0.7063428571428572
|
| 167 |
+
MFG-LINE-PLT-002-03,WC-001,7,95.20142857142856,0.7121285714285713
|
| 168 |
+
MFG-LINE-PLT-002-02,WC-010,7,93.31714285714285,0.7005
|
| 169 |
+
MFG-LINE-PLT-003-01,WC-009,7,94.41142857142857,0.5141
|
| 170 |
+
MFG-LINE-PLT-003-01,WC-004,7,94.51714285714286,0.6360428571428571
|
| 171 |
+
MFG-LINE-PLT-004-05,WC-008,7,93.82571428571428,0.5936428571428571
|
| 172 |
+
MFG-LINE-PLT-001-01,WC-004,6,93.11166666666666,0.6128166666666667
|
| 173 |
+
MFG-LINE-PLT-010-03,WC-006,6,97.89333333333333,0.5170166666666667
|
| 174 |
+
MFG-LINE-PLT-010-02,WC-001,6,97.98833333333334,0.6607333333333333
|
| 175 |
+
MFG-LINE-PLT-003-04,WC-006,6,93.27833333333332,0.6807
|
| 176 |
+
MFG-LINE-PLT-003-01,WC-006,6,93.71166666666666,0.6434
|
| 177 |
+
MFG-LINE-PLT-010-04,WC-001,6,96.635,0.7104499999999999
|
| 178 |
+
MFG-LINE-PLT-006-02,WC-017,6,98.625,0.6917833333333334
|
| 179 |
+
MFG-LINE-PLT-006-01,WC-005,6,99.69,0.6219666666666667
|
| 180 |
+
MFG-LINE-PLT-006-01,WC-011,6,98.58,0.6134499999999999
|
| 181 |
+
MFG-LINE-PLT-005-06,WC-002,6,94.78333333333335,0.6201666666666666
|
| 182 |
+
MFG-LINE-PLT-007-01,WC-014,6,93.31,0.68555
|
| 183 |
+
MFG-LINE-PLT-003-01,WC-002,6,95.12333333333333,0.6459833333333332
|
| 184 |
+
MFG-LINE-PLT-003-01,WC-001,6,94.94500000000001,0.597
|
| 185 |
+
MFG-LINE-PLT-003-04,WC-001,6,94.41166666666668,0.62345
|
| 186 |
+
MFG-LINE-PLT-004-05,WC-010,6,95.355,0.6835166666666667
|
| 187 |
+
MFG-LINE-PLT-004-05,WC-001,6,95.64999999999999,0.6927
|
| 188 |
+
MFG-LINE-PLT-003-01,WC-008,6,95.065,0.57785
|
| 189 |
+
MFG-LINE-PLT-002-03,WC-005,6,95.13166666666666,0.6915
|
| 190 |
+
MFG-LINE-PLT-002-03,WC-002,6,94.34833333333334,0.5573666666666667
|
| 191 |
+
MFG-LINE-PLT-009-01,WC-002,6,98.65500000000002,0.6238333333333334
|
| 192 |
+
MFG-LINE-PLT-006-01,WC-002,6,98.085,0.6075
|
| 193 |
+
MFG-LINE-PLT-006-02,WC-004,6,98.96,0.6831833333333334
|
| 194 |
+
MFG-LINE-PLT-007-01,WC-010,6,93.15500000000002,0.7107333333333333
|
| 195 |
+
MFG-LINE-PLT-007-01,WC-005,6,92.73,0.7250166666666668
|
| 196 |
+
MFG-LINE-PLT-007-01,WC-004,6,93.14166666666667,0.7047500000000001
|
| 197 |
+
MFG-LINE-PLT-001-01,WC-005,5,92.774,0.6305400000000001
|
| 198 |
+
MFG-LINE-PLT-002-02,WC-009,5,92.804,0.7094199999999999
|
| 199 |
+
MFG-LINE-PLT-006-01,WC-001,5,99.284,0.5189999999999999
|
| 200 |
+
MFG-LINE-PLT-006-01,WC-004,5,99.22200000000001,0.71854
|
| 201 |
+
MFG-LINE-PLT-006-01,WC-010,5,98.86600000000001,0.6523
|
| 202 |
+
MFG-LINE-PLT-007-01,WC-013,5,92.89200000000001,0.6298
|
| 203 |
+
MFG-LINE-PLT-007-01,WC-003,5,93.46,0.77222
|
| 204 |
+
MFG-LINE-PLT-003-01,WC-007,5,95.114,0.64024
|
| 205 |
+
MFG-LINE-PLT-009-01,WC-010,5,97.848,0.74188
|
| 206 |
+
MFG-LINE-PLT-007-01,WC-015,5,93.046,0.58888
|
| 207 |
+
MFG-LINE-PLT-006-02,WC-006,5,99.62,0.7616799999999999
|
| 208 |
+
MFG-LINE-PLT-007-01,WC-008,5,93.888,0.63506
|
| 209 |
+
MFG-LINE-PLT-002-02,WC-005,4,93.41749999999999,0.7121
|
| 210 |
+
MFG-LINE-PLT-001-01,WC-006,4,93.11,0.70905
|
| 211 |
+
MFG-LINE-PLT-003-01,WC-003,4,94.97749999999999,0.4508
|
| 212 |
+
MFG-LINE-PLT-003-01,WC-005,4,94.18,0.520525
|
| 213 |
+
MFG-LINE-PLT-007-01,WC-011,4,93.4175,0.697475
|
| 214 |
+
MFG-LINE-PLT-009-01,WC-008,4,97.5875,0.713575
|
| 215 |
+
MFG-LINE-PLT-010-03,WC-003,4,98.56,0.6845
|
| 216 |
+
MFG-LINE-PLT-007-01,WC-007,4,93.675,0.722125
|
| 217 |
+
MFG-LINE-PLT-006-02,WC-007,4,99.53750000000001,0.5976250000000001
|
| 218 |
+
MFG-LINE-PLT-006-02,WC-011,4,98.795,0.573975
|
| 219 |
+
MFG-LINE-PLT-006-02,WC-002,4,99.30000000000001,0.707625
|
| 220 |
+
MFG-LINE-PLT-009-01,WC-004,4,99.9,0.576775
|
| 221 |
+
MFG-LINE-PLT-006-02,WC-020,3,99.90000000000002,0.5936
|
| 222 |
+
MFG-LINE-PLT-004-01,WC-009,3,94.32666666666667,0.5450333333333334
|
| 223 |
+
MFG-LINE-PLT-001-01,WC-003,3,93.05333333333333,0.6124999999999999
|
| 224 |
+
MFG-LINE-PLT-006-01,WC-003,3,99.40000000000002,0.6207666666666666
|
| 225 |
+
MFG-LINE-PLT-006-02,WC-003,3,99.90000000000002,0.6919666666666666
|
| 226 |
+
MFG-LINE-PLT-006-02,WC-010,3,99.67333333333333,0.7192666666666666
|
| 227 |
+
MFG-LINE-PLT-006-02,WC-016,3,99.47000000000001,0.6771333333333334
|
| 228 |
+
MFG-LINE-PLT-006-02,WC-018,3,99.10666666666667,0.5238666666666666
|
| 229 |
+
MFG-LINE-PLT-007-01,WC-012,3,93.52666666666669,0.5103666666666667
|
| 230 |
+
MFG-LINE-PLT-006-02,WC-008,3,99.90000000000002,0.646
|
| 231 |
+
MFG-LINE-PLT-002-03,WC-010,2,94.155,0.6374
|
| 232 |
+
MFG-LINE-PLT-006-02,WC-005,2,99.9,0.61195
|
| 233 |
+
MFG-LINE-PLT-006-02,WC-012,2,99.39,0.56705
|
| 234 |
+
MFG-LINE-PLT-006-02,WC-013,1,99.9,0.7049
|
| 235 |
+
MFG-LINE-PLT-006-01,WC-009,1,99.9,0.5643
|
| 236 |
+
MFG-LINE-PLT-006-02,WC-001,1,99.9,0.4648
|
downtime_pareto.csv
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
category,total_minutes,cumulative_pct
|
| 2 |
+
downtime_category_mechanical,91668.1,49.483000695810084
|
| 3 |
+
downtime_category_electrical,35032.7,68.39386629110557
|
| 4 |
+
downtime_category_tooling,23179.5,80.9063020744209
|
| 5 |
+
downtime_category_quality_hold,14965.900000000001,88.98498637259469
|
| 6 |
+
downtime_category_material,13654.2,96.35560699308023
|
| 7 |
+
downtime_category_operator,6751.3,100.0
|
mfg005_synthetic_line_performance.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
oee_summary_by_line.csv
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
line_id,product_family,automation_level,oee_mean,oee_std,availability_mean,performance_mean,quality_mean,shifts
|
| 2 |
+
MFG-LINE-PLT-001-01,pharmaceutical,lights_out,0.6630705882352941,0.135256973962906,0.879489411764706,0.7527611764705882,0.9987811764705883,85
|
| 3 |
+
MFG-LINE-PLT-001-02,pharmaceutical,manual,0.6863714285714285,0.11608507143265154,0.9023657142857142,0.7633714285714286,0.9971071428571429,70
|
| 4 |
+
MFG-LINE-PLT-002-01,electronics_pcb,highly_automated,0.6099064935064935,0.14553807092599008,0.8305454545454545,0.7313363636363637,0.9973090909090909,77
|
| 5 |
+
MFG-LINE-PLT-002-02,electronics_pcb,lights_out,0.7354924050632912,0.11809309319145687,0.9421303797468356,0.781253164556962,0.9992645569620253,79
|
| 6 |
+
MFG-LINE-PLT-002-03,electronics_pcb,highly_automated,0.6716652777777777,0.1467393014165034,0.8871819444444444,0.755073611111111,0.9971652777777779,72
|
| 7 |
+
MFG-LINE-PLT-002-04,electronics_pcb,manual,0.6633450000000001,0.15043081524996024,0.86527,0.7670239999999999,0.9972679999999999,100
|
| 8 |
+
MFG-LINE-PLT-003-01,electronics_pcb,highly_automated,0.5978868421052631,0.16133443388779328,0.792525,0.7501342105263158,0.9984710526315789,76
|
| 9 |
+
MFG-LINE-PLT-003-02,electronics_pcb,semi_automated,0.6279275,0.12840074724239361,0.8282925000000001,0.75794,0.9969775000000001,80
|
| 10 |
+
MFG-LINE-PLT-003-03,electronics_pcb,highly_automated,0.6115516853932584,0.14991755166845386,0.7958640449438202,0.7637617977528091,0.9990123595505618,89
|
| 11 |
+
MFG-LINE-PLT-003-04,electronics_pcb,highly_automated,0.6733115384615385,0.12716329616327543,0.8839051282051281,0.7627935897435898,0.9984051282051283,78
|
| 12 |
+
MFG-LINE-PLT-003-05,electronics_pcb,semi_automated,0.7062780487804878,0.12763767974220191,0.9050890243902439,0.7840878048780487,0.9973695121951219,82
|
| 13 |
+
MFG-LINE-PLT-004-01,industrial_machinery,highly_automated,0.6099428571428572,0.12187925093929565,0.7837802197802197,0.7876417582417582,0.9867714285714285,91
|
| 14 |
+
MFG-LINE-PLT-004-02,industrial_machinery,manual,0.7012386363636364,0.13436692552105667,0.9094647727272727,0.7792431818181819,0.9852818181818183,88
|
| 15 |
+
MFG-LINE-PLT-004-03,industrial_machinery,highly_automated,0.5850636363636363,0.13296919804226912,0.7747147727272726,0.7635727272727273,0.9908420454545456,88
|
| 16 |
+
MFG-LINE-PLT-004-04,industrial_machinery,manual,0.676810989010989,0.12560031798486768,0.8988516483516484,0.7671516483516484,0.9832758241758242,91
|
| 17 |
+
MFG-LINE-PLT-004-05,industrial_machinery,highly_automated,0.6739641304347826,0.13155675462798003,0.8991869565217392,0.7555499999999999,0.9913369565217391,92
|
| 18 |
+
MFG-LINE-PLT-004-06,industrial_machinery,semi_automated,0.672127380952381,0.13887201557956244,0.8829309523809524,0.7665892857142858,0.9921904761904761,84
|
| 19 |
+
MFG-LINE-PLT-004-07,industrial_machinery,highly_automated,0.5900871794871795,0.16196033213151048,0.7915346153846153,0.7485717948717948,0.9861807692307692,78
|
| 20 |
+
MFG-LINE-PLT-005-01,automotive_body,semi_automated,0.639681081081081,0.14228603901101963,0.8408675675675676,0.7570662162162162,0.9976756756756757,74
|
| 21 |
+
MFG-LINE-PLT-005-02,automotive_body,cobotic,0.7272728260869564,0.12344337234757019,0.9274391304347825,0.784132608695652,0.9974891304347827,92
|
| 22 |
+
MFG-LINE-PLT-005-03,automotive_body,highly_automated,0.6075246753246754,0.13644715205591332,0.7954844155844155,0.764422077922078,0.9963467532467533,77
|
| 23 |
+
MFG-LINE-PLT-005-04,automotive_body,semi_automated,0.636909090909091,0.12431824441093484,0.8383420454545455,0.7615681818181819,0.9971204545454545,88
|
| 24 |
+
MFG-LINE-PLT-005-05,automotive_body,lights_out,0.6600786516853933,0.12190186764166094,0.8883202247191012,0.7445786516853933,0.9964539325842696,89
|
| 25 |
+
MFG-LINE-PLT-005-06,automotive_body,highly_automated,0.5779662921348314,0.1473849288765956,0.7793741573033708,0.742094382022472,0.9946988764044944,89
|
| 26 |
+
MFG-LINE-PLT-006-01,food_beverage,semi_automated,0.6398558441558442,0.15433696260004268,0.8102259740259741,0.7840545454545454,0.9968805194805195,77
|
| 27 |
+
MFG-LINE-PLT-006-02,food_beverage,semi_automated,0.652879746835443,0.1382056071256182,0.8397772151898734,0.7777126582278482,0.9976924050632912,79
|
| 28 |
+
MFG-LINE-PLT-007-01,industrial_machinery,lights_out,0.6832402173913044,0.12337509594263069,0.9010695652173912,0.7640076086956522,0.9904978260869565,92
|
| 29 |
+
MFG-LINE-PLT-007-02,industrial_machinery,semi_automated,0.6369083333333333,0.12642748157972436,0.8419013888888889,0.7653541666666667,0.9859972222222222,72
|
| 30 |
+
MFG-LINE-PLT-008-01,medical_devices,semi_automated,0.6769170731707317,0.16345086157421318,0.8823682926829269,0.7661012195121951,0.9933134146341464,82
|
| 31 |
+
MFG-LINE-PLT-008-02,medical_devices,cobotic,0.7034289156626506,0.1201155252146464,0.9171216867469879,0.7694253012048192,0.9978867469879519,83
|
| 32 |
+
MFG-LINE-PLT-009-01,automotive_body,semi_automated,0.6242275362318841,0.12235944263191756,0.8309811594202898,0.7543304347826087,0.9959202898550725,69
|
| 33 |
+
MFG-LINE-PLT-009-02,automotive_body,highly_automated,0.666880487804878,0.13554580241691566,0.8683914634146341,0.7682804878048781,0.9980756097560977,82
|
| 34 |
+
MFG-LINE-PLT-010-01,industrial_machinery,cobotic,0.6334182795698925,0.147628809597229,0.8614591397849463,0.7415817204301075,0.9824688172043011,93
|
| 35 |
+
MFG-LINE-PLT-010-02,industrial_machinery,manual,0.6726846153846154,0.1373111000676865,0.8858833333333334,0.7692064102564102,0.9822961538461539,78
|
| 36 |
+
MFG-LINE-PLT-010-03,industrial_machinery,semi_automated,0.6154356435643564,0.14635290812563884,0.8357970297029702,0.7366069306930694,0.9955128712871287,101
|
| 37 |
+
MFG-LINE-PLT-010-04,industrial_machinery,semi_automated,0.6845457831325301,0.12967254848101872,0.8920698795180723,0.7757433734939759,0.9853722891566264,83
|
throughput_vs_takt.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|