spatial-monorepo / verticals/src / OEELineData
Interface: OEELineData
Defined in: packages/verticals/src/components/FactoryProfile.tsx:72
Computed OEE entry with composite score and sparkline history.
Properties
availability
availability:
number
Defined in: packages/verticals/src/components/FactoryProfile.tsx:74
color
color:
string
Defined in: packages/verticals/src/components/FactoryProfile.tsx:80
Colour derived from composite: green >0.85, amber 0.60-0.85, red <0.60.
composite
composite:
number
Defined in: packages/verticals/src/components/FactoryProfile.tsx:78
Composite OEE = availability x performance x quality (0-1).
history
history:
number[]
Defined in: packages/verticals/src/components/FactoryProfile.tsx:82
Ring buffer of last 8 composite readings for sparkline (0-1 each).
lineId
lineId:
string
Defined in: packages/verticals/src/components/FactoryProfile.tsx:73
performance
performance:
number
Defined in: packages/verticals/src/components/FactoryProfile.tsx:75
quality
quality:
number
Defined in: packages/verticals/src/components/FactoryProfile.tsx:76
