Calculate and display OEE and other shift metrics
Opened this issue · 3 comments
availability = active / available time
performance (efficiency) = rate/optimal rate [get every minute]
quality = good/total parts
oee = availability * performance * quality
For first pass simplicity we could have a fixed optimal rate and available times, eg specify them in setup.yaml?
cm: Yes , 200ppm, and 8-5
use bins for calculations?
extend to performance and quality?
I'll work on Availability, since I need to modify the existing availability.js plugin.
Then I'll need to modify the database to handle Performance and Quality also, in the bins table and metrics view.
The Quality plugin would poll the db for s1-l1-pcgood and s1-l1-pcall, divide them, maybe write as s1-l1-quality?
due january
metrics needed:
Machine PPM parts per minute
Current PPM / Performance
Shift parts produced
Shift current parts produced performance
Shift reject count
Shift Downtime Minutes
Shift downtime availability performance
shift reject performance