GithubHelp home page GithubHelp logo

databricks-industry-solutions / factory-optimization Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 6.0 50 KB

Overall Equipment Effectiveness: Performant and Scalable End-to-End Equipment Monitoring

Home Page: https://www.databricks.com/solutions/accelerators/overall-equipment-effectiveness

License: Other

Python 100.00%
databricks-industry-solutions iot lakehouse mfg

factory-optimization's Introduction

Scenario - Track KPIs to increase plant capacity

An Aerospace manufacturing company has launched a Factory of the Future manufacturing initiative to streamline operations and increase production capacity at its plants and production lines.

Leveraging a Lakehouse Architecture Plant Managers can assess KPIs to calculate shift effectiveness and communicate with equipment operators and then adjust the factory equipment accordingly.

This requires real-time KPIs tracking based on multiple datasources, including our factories sensor and external sources, to answer questions such as:

  • What's my current avilability
  • What was my past Performance
  • Do I have a factory under-performing and perform root cause analysis
  • ...

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.

OEE is the industry standard for measuring manufacturing productivity. OEE is calculated using 3 atttributes

  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
  3. Quality: percentage of good units produced compared to the total units planned/produced. i.e. (Total Parts Made - Defective Parts Made)/Total Parts Made

The Medallion Architecture for IOT data

Fundamental to the lakehouse view of ETL/ELT is the usage of a multi-hop data architecture known as the medallion architecture.

This is the flow we'll be implementing.

  • Incremental ingestion of data from the sensor / IOT devices
  • Cleanup the data and extract required informations
  • Consume our worksforce dataset coming from our SalesForce integration
  • Merge both dataset and compute real-time aggregation based on a temporal window.

Databricks Lakehouse let you do all in one open place, without the need to move the data into a proprietary data warehouse - thus maintaining coherency and a single source of truth for our data.

In addition to this pipeline, predictive analysis / forecast can easily be added in this pipeline to add more values, such as:

  • Predictive Maintenance
  • Anomaly detection
  • ...

© 2022 Databricks, Inc. All rights reserved. The source in this notebook is provided subject to the Databricks License [https://databricks.com/db-license-source]. All included or referenced third party libraries are subject to the licenses set forth below.

To run this accelerator, clone this repo into a Databricks workspace. Attach the RUNME notebook to any cluster running a DBR 11.0 or later runtime, and execute the notebook via Run-All. A multi-step-job describing the accelerator pipeline will be created, and the link will be provided. Execute the multi-step-job to see how the pipeline runs.

The job configuration is written in the RUNME notebook in json format. The cost associated with running the accelerator is the user's responsibility.

factory-optimization's People

Contributors

danielsparing avatar dbbnicole avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

factory-optimization's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.