We use machine learning technology to do auto-translation. Click "English" on top navigation bar to check Chinese version.
Industrial Overall Equipment Effectiveness (OEE) guide with Amazon Web Services IoT SiteWise
Introduction
Overall equipment effectiveness (OEE) is the standard for measuring manufacturing productivity. It encompasses three factors: quality, performance, and availability. Therefore, a score of 100% OEE would mean a manufacturing system is producing only good parts, as fast as possible and with no stop time; in other words, a perfectly utilized production line.
OEE provides important insights about how to improve the manufacturing process by identifying losses, enhancing efficiency, and identifying equipment issues through performance and benchmarking. In this blog post, we look at a Baggage Handling System (BHS), which is a system commonly found at airports, that at first glance is not the traditional manufacturing example for using OEE. However, by correctly identifying the elements that contribute to quality, performance, and availability, we can use OEE to monitor the operations of the BHS. We use
Use case
In this blog post, we will explore a BHS located at a major airport in the middle east region. The customer needed to monitor the system proactively, by integrating the existing equipment on-site with a solution that could provide the data required for this analysis, as well as the capabilities to stream the data to the cloud for further processing. It is important to highlight that this project needed a prompt execution, as the success of this implementation dictated multiple deployments on other customer sites.
The customer worked with partner integrator
Architecture and connectivity
To get the necessary data points for an OEE calculation, Northbay Solutions added additional sensors to the BHS. Similar to industrial environments, the installed hardware at the carousel is required to withstand harsh conditions like dust, water, and physical shocks. As a result, Northbay Solutions utilizes professional industrial grade sensors by IFM Electronics with the respective protection classes (IP67/69K).
The local airport maintenance team mounted the four sensors: two vibration sensors for motor monitoring, one speed sensor for conveyor surveillance, and one photo electric sensor counting the baggage throughput. After the physical hardware was installed, the CloudRail.DMC (Device Management Cloud) was used to provision the sensors and configure the communication to Amazon Web Services IoT SiteWise on the customer’s Amazon Web Services account. For more than 12,000 industrial-grade sensors, the solution automatically identifies the respective datapoints and normalizes them automatically to a JSON-format. This easy provisioning and the clear data structure makes it easy for IT personnel to connect industrial assets to Amazon Web Services IoT. The data then can then be used in services like reporting, condition monitoring, AI/ML, and 3D digital twins.
In addition to the fast connectivity that saves time and money in IoT projects, CloudRail’s fleet management provides feature updates for long-term compatibility and security patches to thousands of gateways.
The BHS solution’s architecture looks as follows:
Sensor data is collected and formatted by CloudRail, which in turn makes it available to Amazon Web Services IoT SiteWise by using Amazon Web Services API calls. This integration is simplified by CloudRail and it is configurable through the
We will discuss how by having the BHS sensor data in Amazon Web Services IoT SiteWise, we can define a model, create an asset from it, and monitor all the sensor data arriving to the cloud. Having this data available in Amazon Web Services IoT SiteWise will allow us to define metrics and data transformation (transforms) that can measure the OEE components: Availability, Performance, and Quality. Finally, we will use Amazon Web Services IoT SiteWise to create a dashboard showing the productivity of the BHS. This dashboard can provide real time insight on all aspects of our BHS and give useful information for further optimization.
Data model definition
Before sending data to Amazon Web Services IoT SiteWise, you must
In addition to the measurements, we will add a few attributes (static data) to the asset model. The attributes represent different values that we need in the OEE calculations, like maximum temperature of the vibration sensors and accepted values for the speed of the BHS.
Calculating OEE
The standard OEE formula is:
Component |
Formula |
---|---|
Availability |
Run_time/(Run_time + Down_time) |
Performance |
((Successes + Failures) / Run_Time) / Ideal_Run_Rate |
Quality |
Successes / (Successes + Failures) |
OEE |
Availability * Quality * Performance |
Where:
- Run_time (seconds): machine total time running without issues over a specified time interval.
- Down_time (seconds): machine total stop time, which is the sum of the machine not running due to a planned activity, a fault and/or being idle over a specified time interval.
- Success: The number of successfully filled units over the specified time interval.
- Failures: The number of unsuccessfully filled units over the specified time interval.
- Ideal_Run_Rate: The machine’s performance over the specified time interval as a percentage out of the ideal run rate (in seconds). In our case the ideal run rate is 300 bags/hour. This value depends on the system and should be obtained from the manufacturer or based on field observation performance.
Having these parameters defined, the next step is to identify the elements that construct the OEE formula from the sensor data arriving to Amazon Web Services IoT SiteWise.
Availability
Availability = Run_time/(Run_time + Down_time)
To calculate Run_time and Down_time, you must define machine states and the variables that dictate the current state. In Amazon Web Services IoT SiteWise, we have
To define what values are acceptable for correct operation we will use attributes from the previously defined Asset Model. Attributes act as a constant that makes the formula easier to read and also allows us to change the values at the asset model level without going to each individual asset to make multiple changes.
Finally, to calculate the availability parameters over a period of time, we add
Quality
Quality = Successes / (Successes + Failures)
For OEE Quality we need to define what constitutes a success and a failure. In our case our unit of production is a counted bag, so how do we define when a bag is counted successfully and when not? There can be multiple ways to enhance this quality process with the use of external systems like image recognition just to name one, but to keep things simple let’s use only the measurements and data that are available from the 4 sensors. First, let’s state that the bags are counted by looking at the distance the photo electric sensor is providing. When an object is passing the band, the distance measured is lower than the base distance and hence an object detected. This is a very simple way to calculate the bags passing, but at the same time is prone to multiple conditions that can impact the accuracy of the measurement.
Successes = sum(Bag_Count) – sum(Dubious_Bag_Count)
Failures = sum(Dubious_Bag_Count)
Quality = Successes / (Successes + Failures)
Remember to use the same metric interval across all calculations.
Performance
Performance = ((Successes + Failures) / Run_Time) / Ideal_Run_Rate
We already have Successes and Failures from our Quality calculation, as well as Run_Time from Availability. Therefore, we just need to define the Ideal_Run_Rate. As mentioned earlier our system performs ideally at 300 bags/hour, which is equivalent to 0.0833333 bags/second.
To capture this value, we use the attribute Ideal_Run_Rate defined at the asset model level.
OEE Value:
Having Availability, Quality, and Performance we proceed to define our last metric for OEE.
OEE = Availability * Quality * Performance
Visualizing OEE in Amazon Web Services IoT SiteWise
Once we have the OEE data incorporated into Amazon Web Services IoT SiteWise, we can create dashboards via Amazon Web Services IoT SiteWise portals to provide consistent views of the data, as well as to define the necessary access for users. Please refer to the
OEE Dashboard
Conclusion
In this blog post, we explored how we can use sensor data from a BHS to extract insightful information from our system, and use this data to get a holistic view of our physical system using the help of the Overall Equipment Effectiveness (OEE) calculation.
Using the CloudRail connectivity solution, we were able to integrate sensors mounted on the BHS within minutes to Amazon Web Services services like Amazon Web Services IoT SiteWise. Having this integration in place allows us to store, transform, and visualize the data coming from the sensors of the system and produce dashboards that deliver real time information about the system’s Performance, Availability and Quality.
To learn more about Amazon Web Services IoT services and Partner solutions please visit this
About the Authors
The mentioned AWS GenAI Services service names relating to generative AI are only available or previewed in the Global Regions. Amazon Web Services China promotes AWS GenAI Services relating to generative AI solely for China-to-global business purposes and/or advanced technology introduction.