From c56d2f21890a73f1b43ae949d1a77e6fb39de1cc Mon Sep 17 00:00:00 2001 From: gontcharovd Date: Mon, 21 Apr 2025 09:01:57 +0000 Subject: [PATCH] Fix minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4e399a..47372bf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Let's see how to implement such a pipeline ## Why OEE? Overall Equipment Effectiveness (OEE) is a measure of how well a manufacturing operation is utilized (facilities, time and material) compared to its full potential, during the periods when it is scheduled to run. [References](https://en.wikipedia.org/wiki/Overall_equipment_effectiveness). -OEE is the industry standard for measuring manufacturing productivity. OEE is calculated using 3 atttributes +OEE is the industry standard for measuring manufacturing productivity. OEE is calculated using 3 attributes 1. **Availability:** accounts for planned and unplanned stoppages, percentage of scheduled time that the operation is/was available to operate. *i.e.* __(Healthy_time - Error_time)/(Total_time)__ 2. **Performance:** measure of speed at which the work happens, percentage of its designed speed. *i.e.* __Healthy_time/ Total_time__