====== Control Chart - Processo XYZ ====== ===== Dati di Controllo ===== ^ Anno ^ Valore ^ CL ^ UCL ^ LCL ^ Note ^ | 2021 | 23.5 | 25 | 30 | 20 | OK | | 2022 | 24.1 | 25 | 30 | 20 | OK | | 2023 | 26.2 | 25 | 30 | 20 | OK | | 2024 | 31.2 | 25 | 30 | 20 | **FUORI CONTROLLO** | | 2025 | 24.8 | 25 | 30 | 20 | OK | | 2026 | 24.3 | 25 | 30 | 20 | OK | | 2027 | 25.7 | 25 | 30 | 20 | OK | | 2028 | 23.9 | 25 | 30 | 20 | OK | | 2029 | 25.2 | 25 | 30 | 20 | OK | | 2030 | 24.6 | 25 | 30 | 20 | OK | ===== Grafico di Controllo ===== { "chart": { "type": "line", "height": 450, "toolbar": { "show": true, "tools": { "download": true, "zoom": true, "pan": true } } }, "title": { "text": "Control Chart - Processo XYZ", "align": "center", "style": { "fontSize": "16px", "fontWeight": "bold" } }, "series": [ { "name": "Valori Misurati", "data": [23.5, 24.1, 26.2, 31.2, 24.8, 24.3, 25.7, 23.9, 25.2, 24.6] }, { "name": "CL (Linea Centrale)", "data": [25, 25, 25, 25, 25, 25, 25, 25, 25, 25] }, { "name": "UCL (Limite Superiore)", "data": [30, 30, 30, 30, 30, 30, 30, 30, 30, 30] }, { "name": "LCL (Limite Inferiore)", "data": [20, 20, 20, 20, 20, 20, 20, 20, 20, 20] } ], "xaxis": { "categories": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], "title": { "text": "Numero Campione", "style": { "fontSize": "14px" } } }, "yaxis": { "title": { "text": "Valore Misurato", "style": { "fontSize": "14px" } }, "min": 15, "max": 35 }, "stroke": { "width": [4, 2, 2, 2], "dashArray": [0, 5, 3, 3] }, "markers": { "size": [7, 0, 0, 0], "colors": ["#0066CC", "#00AA00", "#FF0000", "#FF0000"], "hover": { "size": 9 } }, "colors": ["#0066CC", "#00AA00", "#FF0000", "#FF0000"], "legend": { "position": "top", "horizontalAlign": "center" }, "grid": { "show": true, "strokeDashArray": 2, "borderColor": "#e0e0e0" }, "tooltip": { "shared": true, "intersect": false } } ===== Analisi ===== **Status del Processo:** ⚠️ **ATTENZIONE - Processo fuori controllo** **Osservazioni:** * **Campione #4:** Valore 31.2 superiore a UCL (30.0) * **Trend:** Processo generalmente stabile eccetto il punto critico * **Azione richiesta:** Investigazione immediata **Prossimi Step:** - [ ] Verificare calibrazione strumenti - [ ] Analizzare cause speciali per campione #4 - [ ] Documentare azioni correttive - [ ] Monitoraggio continuo