====== Control Chart Dashboard ======
===== π Parametri di Controllo =====
^ Parametro ^ Valore ^ Calcolo ^
| Media (CL) | 25.0 | ΞΌ |
| Limite Superiore (UCL) | 30.0 | ΞΌ + 3Ο |
| Limite Inferiore (LCL) | 20.0 | ΞΌ - 3Ο |
| Deviazione Standard | 1.67 | Ο |
| Capability Index | 1.0 | Cp |
===== π Grafico di Controllo =====
{
"chart": {
"type": "line",
"height": 400,
"background": "#fafafa"
},
"title": {
"text": "Monitoraggio Processo - Ultimo Periodo"
},
"series": [
{
"name": "π‘ Valori",
"data": [23.5, 24.1, 26.2, 31.2, 24.8, 24.3, 25.7, 23.9, 25.2, 24.6],
"color": "#0066CC"
},
{
"name": "π― Target (CL)",
"data": [25, 25, 25, 25, 25, 25, 25, 25, 25, 25],
"color": "#00AA00"
},
{
"name": "π¨ Limiti",
"data": [30, 30, 30, 30, 30, 30, 30, 30, 30, 30],
"color": "#FF4444"
},
{
"name": "π¨ Limiti",
"data": [20, 20, 20, 20, 20, 20, 20, 20, 20, 20],
"color": "#FF4444"
}
],
"xaxis": {
"categories": ["Lun", "Mar", "Mer", "Gio", "Ven", "Lun", "Mar", "Mer", "Gio", "Ven"],
"title": { "text": "Giorno della Settimana" }
},
"yaxis": {
"title": { "text": "Valore QualitΓ " }
},
"stroke": {
"width": [4, 2, 2, 2],
"dashArray": [0, 5, 3, 3]
},
"markers": {
"size": [8, 0, 0, 0]
},
"annotations": {
"points": [
{
"x": 4,
"y": 31.2,
"marker": {
"size": 10,
"fillColor": "#FF0000"
},
"label": {
"text": "FUORI CONTROLLO!",
"style": {
"color": "#fff",
"background": "#FF0000"
}
}
}
]
}
}
===== π Dati Dettagliati =====
^ # ^ Data ^ Valore ^ Status ^
| 1 | 2025-06-23 | 23.5 | β
OK |
| 2 | 2025-06-24 | 24.1 | β
OK |
| 3 | 2025-06-25 | 26.2 | β
OK |
| 4 | 2025-06-26 | 31.2 | β **FUORI** |
| 5 | 2025-06-27 | 24.8 | β
OK |
| 6 | 2025-06-30 | 24.3 | β
OK |
| 7 | 2025-07-01 | 25.7 | β
OK |
| 8 | 2025-07-02 | 23.9 | β
OK |
| 9 | 2025-07-03 | 25.2 | β
OK |
| 10 | 2025-07-04 | 24.6 | β
OK |
===== π― KPI e Azioni =====
**Performance:**
* **Punti in controllo:** 9/10 (90%)
* **Capability:** Processo capace
* **Trend:** Stabile
**Azioni Immediate:**
- [x] Alert inviato al supervisore
- [ ] Calibrazione strumento #4
- [ ] Training operatore Marco
- [ ] Revisione procedura
===== π Note Processo =====
**Buone Pratiche:**
* Controllare calibrazione ogni lunedì
* Rotazione operatori per evitare bias
* Documentare sempre le anomalie
**Attenzione:** Il campione #4 richiede investigazione immediata. Non procedere senza azioni correttive.