====== Control Chart - Linea Produzione A ====== ===== Parametri ===== ^ Parametro ^ Valore ^ | Media (CL) | 25.5 | | Limite Superiore (UCL) | 30.0 | | Limite Inferiore (LCL) | 20.0 | | Deviazione Standard | 1.67 | { "chart": { "type": "line", "height": 400, "toolbar": { "show": true } }, "title": { "text": "Control Chart - Ultimo Periodo", "align": "center" }, "series": [{ "name": "Misurazioni", "data": [23.5, 24.1, 26.2, 31.2, 24.8, 24.3, 25.7, 23.9, 25.2, 24.6] }], "annotations": { "yaxis": [ { "y": 30, "borderColor": "#FF0000", "strokeDashArray": 5, "label": { "text": "UCL", "style": { "color": "#FF0000" }} }, { "y": 25, "borderColor": "#00AA00", "label": { "text": "CL", "style": { "color": "#00AA00" }} }, { "y": 20, "borderColor": "#FF0000", "strokeDashArray": 5, "label": { "text": "LCL", "style": { "color": "#FF0000" }} } ] }, "xaxis": { "categories": [1,2,3,4,5,6,7,8,9,10], "title": { "text": "Campione" } }, "yaxis": { "title": { "text": "Valore" } } } ===== Analisi ===== **Status:** ⚠️ Processo fuori controllo **Osservazioni:** * Campione #4: 31.2 > UCL (30.0) * Processo stabile negli altri punti **Azioni:** - [ ] Investigare causa campione #4 - [ ] Verificare calibrazione - [ ] Aggiornare limiti se necessario