Statistiche di produzione
@if (RecMSE != null) { @($"ODL: {RecMSE.IdxOdl}") } else { n.a. }
Data di inizio
@if (RecMSE != null) {
@($"{RecMSE.DataInizioOdl:yyyy/MM/dd}")
@($"{RecMSE.DataInizioOdl:HH: mm}")
} else {
n.a.
}
Cod Articolo
@if (RecMSE != null) {
@RecMSE.CodArticolo
} else {
n.a.
}
Nr Pezzi lanciati
@if (RecMSE != null) {
@($"{RecMSE.NumPezzi}") pz.
} else {
n.a.
}
Nr Pezzi confermati
@if (RecMSE != null) {
@($"{RecMSE.PezziConf}") pz.
} else {
n.a.
}
Nr pezzi fatti
@if (RecMSE != null) {
(@($"{RecMSE.PezziProd}") pz.)
} else {
n.a.
}
Efficienza globale
@if (RecMSE != null) {
@RecMSE.OEE_tot
(@RecMSE.OEE_RT_tot)
} else {
n.a.
}
Efficienza lavoro
@if (RecMSE != null) {
@RecMSE.OEE_wrk
(@RecMSE.OEE_RT_wrk)
} else {
n.a.
}
Efficienza teorica
@if (RecMSE != null) {
@RecMSE.OEE_run
(@RecMSE.OEE_RT_run)
} else {
n.a.
}
Tc medio
@if (RecMSE != null) {
@($"{RecMSE.TCMedio:0.###}")
(@($"{RecMSE.TCMedioRt:0.###}"))
} else {
n.a.
}
Tc lavoro
@if (RecMSE != null) {
@($"{RecMSE.TCLav:0.###}")
(@($"{RecMSE.TCLavRT:0.###}"))
} else {
n.a.
}
Tc tecnico
@if (RecMSE != null) {
@($"{RecMSE.TCEff:0.###}")
(@($"{RecMSE.TCEffRT:0.###}"))
} else {
n.a.
}
Tc impostato
@if (RecMSE != null) {
@($"{RecMSE.TCAssegnato:0.###}")
} else {
n.a.
}