返回用例模板 使用模板
BUILD_DASHBOARD
Smart Factory Operations Command Center: Production, Quality & Machine Health

Description
This comprehensive dashboard integrates production logs, quality records, and machine sensor data to provide a holistic view of shop floor performance. It features a comparative analysis of production adherence by line, a root cause drill-down into the top 5 defect reasons, an hourly correlation monitor for energy and temperature, and a diagnostic heatmap identifying the top 10 high-waste machines. These visualizations collectively empower managers to optimize output, reduce scrap, and prevent equipment overheating.
Input Settings
Action: dashboardDeep Think: falseWeb Search: Disable
Recommended Prompt
Please treat the five uploaded CSV files as a single relational dataset and generate a professional, light-themed manufacturing dashboard containing four specific, visually distinct charts. I need you to ensure zero label overlapping by applying data filtering where necessary. First, create a clustered bar chart by joining the production and machine tables to compare the total 'TargetOutput' versus 'ActualOutput', grouped by 'LineID'. Second, design a Sunburst chart or nested Donut chart to visualize defects, placing 'DefectReason' on the inner ring and 'Severity' on the outer ring; crucially, filter this to display only the top 5 most frequent defect reasons to ensure the chart remains clean and readable. Third, build a dual-axis combination chart with 'Hour' on the x-axis, showing average 'PowerConsumption_KWh' as bars on the left axis and average 'Temperature_C' as a smooth line on the right axis. Finally, you must generate a matrix heatmap to diagnose waste, where the x-axis is 'Hour', the y-axis is 'MachineName', and the color intensity represents the Scrap Rate (calculated as ScrapParts divided by ActualOutput), but strictly filter the y-axis to show only the top 10 machines with the highest total scrap rates to prevent visual clutter.
Sample Datasets
dim_machines.csv
815 B
dim_products.csv
243 B
fact_defects.csv
176.45 KB
fact_energy.csv
255.79 KB
fact_production_hourly.csv
430.86 KB
