SlideShare a Scribd company logo
1 of 21
Download to read offline
Presented to: PAW Manufacturing
The information depicted or described herein are exclusive property of BEET, LLC., and Soliton Technologies, Inc, and are
submitted in confidence. Permission to use or reproduce in any way this proprietary information is expressly withheld.
Applying Machine Learning to
Optimize Manufacturing Operation Cycle Time
Presented by:
Girish Rao, Beet Analytics
Anish Mathews, Soliton Technologies, Inc.
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
Who Are We?
Process
Visibility
System
answers 3 questions in manufacturing process –
 What is wrong NOW?
 What MIGHT go wrong?
 Where is the HIDDEN CAPACITY?
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
Customers and Partners
Customers
Potential New Customers
Partners & Resellers
Potential New Partners
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
Human Heartbeat
Envision - Process EKG
• Visual (Invisible to Visible)
• Easy to Interpret
• Life Saving (Prevent Heart Attack)
• Visual (Invisible to Visible)
• Easy to Interpret/Immediate Actionable
• Keep the line Running (Prevent Downtime)
Over 12 Awarded & Pending Patents covering the GUI, Data
Collection, Processing and Analytics
“Machine” Heartbeat
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
Machine Heartbeat
Single cycle sequence
(35.2 seconds) for a large
CNC cutting machine,
displayed by ENVISION,
the time losses are clearly
visualized
Warning (fix now) Watch (pay attention)Good (under baseline)Baseline
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
SEQ1
SEQ4
SEQN
SEQ1
SEQ4
SEQN
Duration
TimeOne Machine Cycle
SEQ1
SEQ4
T1 T2
Duration
TimeOne Machine Cycle T1 T2
Cycle Time = T1 Cycle Time = T2
Duration
Time
SEQ 4 Historian
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
Fault
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
SEQ4
Duration
Time
SEQ4
Fault
SEQ4
Factory Information System
(ActivPlant based)
ENVISION captures every motion event, and delivers actionable information
at the Point of Event
ENVISIONtm
Captures Device Level
Performance Erosion
before a breakdown
The Breakdown may
have been prevented
with ENVISION
Visualize What Is Failing Before It’s Too Late
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
• Cycle time of each individual motion element, and comparison against established
baseline
• Overall cycle time of motion groups and assets
• Machine state data – Auto, Blocked, Starved
• Fault and warning message data
• Notes and comments regarding machine issues or fixes
Data available for Analytics
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
Use Case for Advanced Analytics
• Envision data from an OEM’s robotic assembly line
• The line has about 900 motion elements with an average cycle time of 48 secs
• The line generates approximately 1.3 million cycle records a day
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
Cycle Time Deterioration
ENVISION history screen capture shows
• Negative trend starts on 4/22, ≈ .3 sec. to .5 sec. over baseline
• As of 5/14, the plant is working on a fix
• As of 5/17 cycles are mostly “Watch/Yellow”, .3-.5 sec over cycle
time
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
 How to best set control limits for individual motions?
 Can we predict how long before the unplanned downtime is going to happen?
 Can we define patterns to identify the root cause of the issues?
Questions Regarding a Motion
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
Phased Approach with Soliton
Phase 1
• Develop data distribution and control
limits algorithm
Phase 2
• Develop prediction model to predict
potential failures
Phase 3
• Develop model to determine root cause
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
Setting Control Limits for Individual Motions
Envision
• Envision (Web App) calls the C# DLL with the
data for calculating the Mean and the
tolerance limits
Soliton’s
DLL
• Developed in C# .NET
• Call Python distributable and sends the result
back
Python
• Fit the data to multiple distributions
• Pick the best distribution that fits
• Return the result
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
Distribution Details
Source: Wikipedia
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
Picking the closest fit distribution
• Log likelihood test
• Modified KS Stat Test
http://www.weibull.com/hotwire/issue71/relbasics71.htm
http://www.itl.nist.gov/div898/handbook/eda/section3/eda35g.htm
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
Evaluation of DLL
• Generated 2500 test data set - 500 each for Uniform,
Normal, Lognormal, Weibull and Exponential distributions
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
Evaluation of DLL
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
Current Status & Next Steps
• Data distribution module integration testing with Envision
• Phase 2
• Identification of right data parameters for building predictive models for
workstation down
• Develop predictive model and filter out false positives
• Phase 3
• Root cause and variability analysis
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved. 18
1ST SPAC 2ND SPAC
LAST SPAC
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved. 19
Trend and Variance
- Visually SPAC RIGHT (all 3) seem
to exhibit two distinct
characteristics
- A clear upward trend (non-
stationarity)
- A change in variance (around
a mean trend) in the
event_length
- We need to statistically test both
of these characteristics
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved. 20
Trend Analysis
- Key Question:
- How to avoid false
positives/negatives?
- Window 1 would extrapolate to
an earlier upward trend (false
positive)
- Window 2 would extrapolate to
a downward trend (false
negative)
- We could develop weighting
factors based on event_length
magnitudes
Presented to: PAW Manufacturing
(C) Beet LLC., and Soliton Technologies Inc. All rights reserved.
Thank You!
www.beet.com
www.solitontech.com

More Related Content

What's hot

Webinar: Hoe houdt u de marge op peil bij de huidige record hoge energieprijzen
Webinar: Hoe houdt u de marge op peil bij de huidige record hoge energieprijzenWebinar: Hoe houdt u de marge op peil bij de huidige record hoge energieprijzen
Webinar: Hoe houdt u de marge op peil bij de huidige record hoge energieprijzenStork
 
Data Science At Scale for IoT on the Pivotal Platform
Data Science At Scale for IoT on the Pivotal PlatformData Science At Scale for IoT on the Pivotal Platform
Data Science At Scale for IoT on the Pivotal PlatformGautam S. Muralidhar
 
Coppertree Energy Metering and Dashboards
Coppertree Energy Metering and Dashboards Coppertree Energy Metering and Dashboards
Coppertree Energy Metering and Dashboards CopperTree Analytics
 
Enabling DataOps with Unified Data Lineage
Enabling DataOps with Unified Data LineageEnabling DataOps with Unified Data Lineage
Enabling DataOps with Unified Data LineageMANTA
 
White paper - Robust firmware development for wind applications through HiL/S...
White paper - Robust firmware development for wind applications through HiL/S...White paper - Robust firmware development for wind applications through HiL/S...
White paper - Robust firmware development for wind applications through HiL/S...Ingeteam Wind Energy
 
Dr. Stefan Schwarz - Data is the New Oil
Dr. Stefan Schwarz - Data is the New OilDr. Stefan Schwarz - Data is the New Oil
Dr. Stefan Schwarz - Data is the New OilStefan Schwarz
 
Internet Of Things: How Data Science Driven Software is Eating the Connected ...
Internet Of Things: How Data Science Driven Software is Eating the Connected ...Internet Of Things: How Data Science Driven Software is Eating the Connected ...
Internet Of Things: How Data Science Driven Software is Eating the Connected ...Sarah Aerni
 
Case Study - Smart SCADA And The Use of Digital Twins In Renewable Energy Plants
Case Study - Smart SCADA And The Use of Digital Twins In Renewable Energy PlantsCase Study - Smart SCADA And The Use of Digital Twins In Renewable Energy Plants
Case Study - Smart SCADA And The Use of Digital Twins In Renewable Energy PlantsIngeteam Wind Energy
 
Optimizing connected system performance md&m-anaheim-sandhi bhide 02-07-2017
Optimizing connected system performance md&m-anaheim-sandhi bhide 02-07-2017Optimizing connected system performance md&m-anaheim-sandhi bhide 02-07-2017
Optimizing connected system performance md&m-anaheim-sandhi bhide 02-07-2017sandhibhide
 
IkeGPS Electra Case Study
IkeGPS Electra Case StudyIkeGPS Electra Case Study
IkeGPS Electra Case StudyGlobalgeoGNSS
 
Increasing ROI Through Simulation and the 'Digital Twin'
Increasing ROI Through Simulation and the 'Digital Twin'Increasing ROI Through Simulation and the 'Digital Twin'
Increasing ROI Through Simulation and the 'Digital Twin'GSE Systems, Inc.
 
Strata aerni 2015_09_30_1315
Strata aerni 2015_09_30_1315Strata aerni 2015_09_30_1315
Strata aerni 2015_09_30_1315Sarah Aerni
 
Data Centers in the age of the Industrial Internet
Data Centers in the age of the Industrial InternetData Centers in the age of the Industrial Internet
Data Centers in the age of the Industrial InternetGE_India
 
Predicting medical tests results using Driverless AI
Predicting medical tests results using Driverless AIPredicting medical tests results using Driverless AI
Predicting medical tests results using Driverless AIAlexander Gedranovich
 
Private Cloud Delivers Big Data in Oil & Gas v4
Private Cloud Delivers Big Data in Oil & Gas v4Private Cloud Delivers Big Data in Oil & Gas v4
Private Cloud Delivers Big Data in Oil & Gas v4Andy Moore
 
Capturing Data and Improving Outcomes for Humans and Machines Using the Inter...
Capturing Data and Improving Outcomes for Humans and Machines Using the Inter...Capturing Data and Improving Outcomes for Humans and Machines Using the Inter...
Capturing Data and Improving Outcomes for Humans and Machines Using the Inter...Altoros
 
Accelerating Real-Time Analytics Insights Through Hadoop Open Source Ecosystem
Accelerating Real-Time Analytics Insights Through Hadoop Open Source EcosystemAccelerating Real-Time Analytics Insights Through Hadoop Open Source Ecosystem
Accelerating Real-Time Analytics Insights Through Hadoop Open Source EcosystemDataWorks Summit
 
Capitaliser sur la valeur de l’IoT : comment démarrer sa transformation numér...
Capitaliser sur la valeur de l’IoT : comment démarrer sa transformation numér...Capitaliser sur la valeur de l’IoT : comment démarrer sa transformation numér...
Capitaliser sur la valeur de l’IoT : comment démarrer sa transformation numér...Greg Eva
 

What's hot (20)

Webinar: Hoe houdt u de marge op peil bij de huidige record hoge energieprijzen
Webinar: Hoe houdt u de marge op peil bij de huidige record hoge energieprijzenWebinar: Hoe houdt u de marge op peil bij de huidige record hoge energieprijzen
Webinar: Hoe houdt u de marge op peil bij de huidige record hoge energieprijzen
 
Data Science At Scale for IoT on the Pivotal Platform
Data Science At Scale for IoT on the Pivotal PlatformData Science At Scale for IoT on the Pivotal Platform
Data Science At Scale for IoT on the Pivotal Platform
 
Coppertree Energy Metering and Dashboards
Coppertree Energy Metering and Dashboards Coppertree Energy Metering and Dashboards
Coppertree Energy Metering and Dashboards
 
Enabling DataOps with Unified Data Lineage
Enabling DataOps with Unified Data LineageEnabling DataOps with Unified Data Lineage
Enabling DataOps with Unified Data Lineage
 
White paper - Robust firmware development for wind applications through HiL/S...
White paper - Robust firmware development for wind applications through HiL/S...White paper - Robust firmware development for wind applications through HiL/S...
White paper - Robust firmware development for wind applications through HiL/S...
 
Dr. Stefan Schwarz - Data is the New Oil
Dr. Stefan Schwarz - Data is the New OilDr. Stefan Schwarz - Data is the New Oil
Dr. Stefan Schwarz - Data is the New Oil
 
Internet Of Things: How Data Science Driven Software is Eating the Connected ...
Internet Of Things: How Data Science Driven Software is Eating the Connected ...Internet Of Things: How Data Science Driven Software is Eating the Connected ...
Internet Of Things: How Data Science Driven Software is Eating the Connected ...
 
Case Study - Smart SCADA And The Use of Digital Twins In Renewable Energy Plants
Case Study - Smart SCADA And The Use of Digital Twins In Renewable Energy PlantsCase Study - Smart SCADA And The Use of Digital Twins In Renewable Energy Plants
Case Study - Smart SCADA And The Use of Digital Twins In Renewable Energy Plants
 
Connecting assets and facilities with IoT
Connecting assets and facilities with IoTConnecting assets and facilities with IoT
Connecting assets and facilities with IoT
 
Optimizing connected system performance md&m-anaheim-sandhi bhide 02-07-2017
Optimizing connected system performance md&m-anaheim-sandhi bhide 02-07-2017Optimizing connected system performance md&m-anaheim-sandhi bhide 02-07-2017
Optimizing connected system performance md&m-anaheim-sandhi bhide 02-07-2017
 
IkeGPS Electra Case Study
IkeGPS Electra Case StudyIkeGPS Electra Case Study
IkeGPS Electra Case Study
 
Increasing ROI Through Simulation and the 'Digital Twin'
Increasing ROI Through Simulation and the 'Digital Twin'Increasing ROI Through Simulation and the 'Digital Twin'
Increasing ROI Through Simulation and the 'Digital Twin'
 
Strata aerni 2015_09_30_1315
Strata aerni 2015_09_30_1315Strata aerni 2015_09_30_1315
Strata aerni 2015_09_30_1315
 
Data Centers in the age of the Industrial Internet
Data Centers in the age of the Industrial InternetData Centers in the age of the Industrial Internet
Data Centers in the age of the Industrial Internet
 
Predicting medical tests results using Driverless AI
Predicting medical tests results using Driverless AIPredicting medical tests results using Driverless AI
Predicting medical tests results using Driverless AI
 
Private Cloud Delivers Big Data in Oil & Gas v4
Private Cloud Delivers Big Data in Oil & Gas v4Private Cloud Delivers Big Data in Oil & Gas v4
Private Cloud Delivers Big Data in Oil & Gas v4
 
Capturing Data and Improving Outcomes for Humans and Machines Using the Inter...
Capturing Data and Improving Outcomes for Humans and Machines Using the Inter...Capturing Data and Improving Outcomes for Humans and Machines Using the Inter...
Capturing Data and Improving Outcomes for Humans and Machines Using the Inter...
 
Accelerating Real-Time Analytics Insights Through Hadoop Open Source Ecosystem
Accelerating Real-Time Analytics Insights Through Hadoop Open Source EcosystemAccelerating Real-Time Analytics Insights Through Hadoop Open Source Ecosystem
Accelerating Real-Time Analytics Insights Through Hadoop Open Source Ecosystem
 
Capitaliser sur la valeur de l’IoT : comment démarrer sa transformation numér...
Capitaliser sur la valeur de l’IoT : comment démarrer sa transformation numér...Capitaliser sur la valeur de l’IoT : comment démarrer sa transformation numér...
Capitaliser sur la valeur de l’IoT : comment démarrer sa transformation numér...
 
Manufacturing Analytics
Manufacturing AnalyticsManufacturing Analytics
Manufacturing Analytics
 

Similar to 1120 rao mathew

Nonfunctional Testing: Examine the Other Side of the Coin
Nonfunctional Testing: Examine the Other Side of the CoinNonfunctional Testing: Examine the Other Side of the Coin
Nonfunctional Testing: Examine the Other Side of the CoinTechWell
 
Continuous Performance Testing: The New Standard
Continuous Performance Testing: The New StandardContinuous Performance Testing: The New Standard
Continuous Performance Testing: The New StandardTechWell
 
Mobile App Testing: Design Automation Patterns You Should Use
Mobile App Testing: Design Automation Patterns You Should UseMobile App Testing: Design Automation Patterns You Should Use
Mobile App Testing: Design Automation Patterns You Should UseTechWell
 
Autopiloting Realtime Processing in Heron
Autopiloting Realtime Processing in HeronAutopiloting Realtime Processing in Heron
Autopiloting Realtime Processing in HeronStreamlio
 
Service Assurance Constructs for Achieving Network Transformation by Sunku Ra...
Service Assurance Constructs for Achieving Network Transformation by Sunku Ra...Service Assurance Constructs for Achieving Network Transformation by Sunku Ra...
Service Assurance Constructs for Achieving Network Transformation by Sunku Ra...Liz Warner
 
Service Assurance Constructs for Achieving Network Transformation - Sunku Ran...
Service Assurance Constructs for Achieving Network Transformation - Sunku Ran...Service Assurance Constructs for Achieving Network Transformation - Sunku Ran...
Service Assurance Constructs for Achieving Network Transformation - Sunku Ran...Liz Warner
 
ThoughtWorks Continuous Delivery
ThoughtWorks Continuous DeliveryThoughtWorks Continuous Delivery
ThoughtWorks Continuous DeliveryKyle Hodgson
 
Platform Observability and Infrastructure Closed Loops
Platform Observability and Infrastructure Closed LoopsPlatform Observability and Infrastructure Closed Loops
Platform Observability and Infrastructure Closed LoopsLiz Warner
 
STATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTEL
STATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTELSTATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTEL
STATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTELThe Linux Foundation
 
BIST (Built-in-Self-Test) Features for Electronic Valve Actuators
BIST (Built-in-Self-Test) Features for Electronic Valve ActuatorsBIST (Built-in-Self-Test) Features for Electronic Valve Actuators
BIST (Built-in-Self-Test) Features for Electronic Valve ActuatorsMead O'Brien, Inc.
 
Puppeting in a Highly Regulated Industry
Puppeting in a Highly Regulated IndustryPuppeting in a Highly Regulated Industry
Puppeting in a Highly Regulated IndustryPuppet
 
Model-Based Design & Analysis.ppt
Model-Based Design & Analysis.pptModel-Based Design & Analysis.ppt
Model-Based Design & Analysis.pptRajuRaju183149
 
geaazrhszegsr wrrathet eTETR Etrsfe deaFddaewe te3thr esesSEeee
geaazrhszegsr wrrathet eTETR Etrsfe deaFddaewe te3thr esesSEeeegeaazrhszegsr wrrathet eTETR Etrsfe deaFddaewe te3thr esesSEeee
geaazrhszegsr wrrathet eTETR Etrsfe deaFddaewe te3thr esesSEeeemariogultom6
 
Condition Based Monitoring Solution_Rockwell Automation
Condition Based Monitoring Solution_Rockwell Automation Condition Based Monitoring Solution_Rockwell Automation
Condition Based Monitoring Solution_Rockwell Automation Shawn Lim
 
Supporting Enterprise System Rollouts with Splunk
Supporting Enterprise System Rollouts with SplunkSupporting Enterprise System Rollouts with Splunk
Supporting Enterprise System Rollouts with SplunkErin Sweeney
 

Similar to 1120 rao mathew (20)

1030 iordanescu
1030 iordanescu1030 iordanescu
1030 iordanescu
 
Mathworks CAE simulation suite – case in point from automotive and aerospace.
Mathworks CAE simulation suite – case in point from automotive and aerospace.Mathworks CAE simulation suite – case in point from automotive and aerospace.
Mathworks CAE simulation suite – case in point from automotive and aerospace.
 
Batch Process Analytics
Batch Process Analytics Batch Process Analytics
Batch Process Analytics
 
Nonfunctional Testing: Examine the Other Side of the Coin
Nonfunctional Testing: Examine the Other Side of the CoinNonfunctional Testing: Examine the Other Side of the Coin
Nonfunctional Testing: Examine the Other Side of the Coin
 
Continuous Performance Testing: The New Standard
Continuous Performance Testing: The New StandardContinuous Performance Testing: The New Standard
Continuous Performance Testing: The New Standard
 
Mobile App Testing: Design Automation Patterns You Should Use
Mobile App Testing: Design Automation Patterns You Should UseMobile App Testing: Design Automation Patterns You Should Use
Mobile App Testing: Design Automation Patterns You Should Use
 
Autopiloting Realtime Processing in Heron
Autopiloting Realtime Processing in HeronAutopiloting Realtime Processing in Heron
Autopiloting Realtime Processing in Heron
 
Service Assurance Constructs for Achieving Network Transformation by Sunku Ra...
Service Assurance Constructs for Achieving Network Transformation by Sunku Ra...Service Assurance Constructs for Achieving Network Transformation by Sunku Ra...
Service Assurance Constructs for Achieving Network Transformation by Sunku Ra...
 
Service Assurance Constructs for Achieving Network Transformation - Sunku Ran...
Service Assurance Constructs for Achieving Network Transformation - Sunku Ran...Service Assurance Constructs for Achieving Network Transformation - Sunku Ran...
Service Assurance Constructs for Achieving Network Transformation - Sunku Ran...
 
ThoughtWorks Continuous Delivery
ThoughtWorks Continuous DeliveryThoughtWorks Continuous Delivery
ThoughtWorks Continuous Delivery
 
Platform Observability and Infrastructure Closed Loops
Platform Observability and Infrastructure Closed LoopsPlatform Observability and Infrastructure Closed Loops
Platform Observability and Infrastructure Closed Loops
 
STATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTEL
STATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTELSTATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTEL
STATUS UPDATE OF COLO PROJECT XIAOWEI YANG, HUAWEI AND WILL AULD, INTEL
 
Machine Learning Impact on IoT - Part 2
Machine Learning Impact on IoT - Part 2Machine Learning Impact on IoT - Part 2
Machine Learning Impact on IoT - Part 2
 
BIST (Built-in-Self-Test) Features for Electronic Valve Actuators
BIST (Built-in-Self-Test) Features for Electronic Valve ActuatorsBIST (Built-in-Self-Test) Features for Electronic Valve Actuators
BIST (Built-in-Self-Test) Features for Electronic Valve Actuators
 
Puppeting in a Highly Regulated Industry
Puppeting in a Highly Regulated IndustryPuppeting in a Highly Regulated Industry
Puppeting in a Highly Regulated Industry
 
Model-Based Design & Analysis.ppt
Model-Based Design & Analysis.pptModel-Based Design & Analysis.ppt
Model-Based Design & Analysis.ppt
 
geaazrhszegsr wrrathet eTETR Etrsfe deaFddaewe te3thr esesSEeee
geaazrhszegsr wrrathet eTETR Etrsfe deaFddaewe te3thr esesSEeeegeaazrhszegsr wrrathet eTETR Etrsfe deaFddaewe te3thr esesSEeee
geaazrhszegsr wrrathet eTETR Etrsfe deaFddaewe te3thr esesSEeee
 
Healthcare IT
Healthcare ITHealthcare IT
Healthcare IT
 
Condition Based Monitoring Solution_Rockwell Automation
Condition Based Monitoring Solution_Rockwell Automation Condition Based Monitoring Solution_Rockwell Automation
Condition Based Monitoring Solution_Rockwell Automation
 
Supporting Enterprise System Rollouts with Splunk
Supporting Enterprise System Rollouts with SplunkSupporting Enterprise System Rollouts with Splunk
Supporting Enterprise System Rollouts with Splunk
 

More from Rising Media, Inc.

1415 track 1 wu_using his laptop
1415 track 1 wu_using his laptop1415 track 1 wu_using his laptop
1415 track 1 wu_using his laptopRising Media, Inc.
 
1620 keynote olson_using our laptop
1620 keynote olson_using our laptop1620 keynote olson_using our laptop
1620 keynote olson_using our laptopRising Media, Inc.
 
1530 track 2 stuart_using our laptop
1530 track 2 stuart_using our laptop1530 track 2 stuart_using our laptop
1530 track 2 stuart_using our laptopRising Media, Inc.
 
1530 track 1 fader_using our laptop
1530 track 1 fader_using our laptop1530 track 1 fader_using our laptop
1530 track 1 fader_using our laptopRising Media, Inc.
 
1215 daa lunch owusu_using our laptop
1215 daa lunch owusu_using our laptop1215 daa lunch owusu_using our laptop
1215 daa lunch owusu_using our laptopRising Media, Inc.
 
1215 daa lunch a bos intro slides_using our laptop
1215 daa lunch a bos intro slides_using our laptop1215 daa lunch a bos intro slides_using our laptop
1215 daa lunch a bos intro slides_using our laptopRising Media, Inc.
 
855 sponsor movassate_using our laptop
855 sponsor movassate_using our laptop855 sponsor movassate_using our laptop
855 sponsor movassate_using our laptopRising Media, Inc.
 
1325 keynote yale_pdf shareable
1325 keynote yale_pdf shareable1325 keynote yale_pdf shareable
1325 keynote yale_pdf shareableRising Media, Inc.
 
905 keynote peele_using our laptop
905 keynote peele_using our laptop905 keynote peele_using our laptop
905 keynote peele_using our laptopRising Media, Inc.
 

More from Rising Media, Inc. (20)

1415 track 1 wu_using his laptop
1415 track 1 wu_using his laptop1415 track 1 wu_using his laptop
1415 track 1 wu_using his laptop
 
Matt gershoff
Matt gershoffMatt gershoff
Matt gershoff
 
Keynote adam greco
Keynote adam grecoKeynote adam greco
Keynote adam greco
 
1620 keynote olson_using our laptop
1620 keynote olson_using our laptop1620 keynote olson_using our laptop
1620 keynote olson_using our laptop
 
1530 track 2 stuart_using our laptop
1530 track 2 stuart_using our laptop1530 track 2 stuart_using our laptop
1530 track 2 stuart_using our laptop
 
1530 track 1 fader_using our laptop
1530 track 1 fader_using our laptop1530 track 1 fader_using our laptop
1530 track 1 fader_using our laptop
 
1415 track 2 richardson
1415 track 2 richardson1415 track 2 richardson
1415 track 2 richardson
 
1215 daa lunch owusu_using our laptop
1215 daa lunch owusu_using our laptop1215 daa lunch owusu_using our laptop
1215 daa lunch owusu_using our laptop
 
1215 daa lunch a bos intro slides_using our laptop
1215 daa lunch a bos intro slides_using our laptop1215 daa lunch a bos intro slides_using our laptop
1215 daa lunch a bos intro slides_using our laptop
 
915 e metrics_claudia perlich
915 e metrics_claudia perlich915 e metrics_claudia perlich
915 e metrics_claudia perlich
 
855 sponsor movassate_using our laptop
855 sponsor movassate_using our laptop855 sponsor movassate_using our laptop
855 sponsor movassate_using our laptop
 
1615 plack using our laptop
1615 plack using our laptop1615 plack using our laptop
1615 plack using our laptop
 
1530 rimmele do not share
1530 rimmele do not share1530 rimmele do not share
1530 rimmele do not share
 
1325 keynote yale_pdf shareable
1325 keynote yale_pdf shareable1325 keynote yale_pdf shareable
1325 keynote yale_pdf shareable
 
1115 fiztgerald schuchardt
1115 fiztgerald schuchardt1115 fiztgerald schuchardt
1115 fiztgerald schuchardt
 
1000 kondic do not share
1000 kondic do not share1000 kondic do not share
1000 kondic do not share
 
905 keynote peele_using our laptop
905 keynote peele_using our laptop905 keynote peele_using our laptop
905 keynote peele_using our laptop
 
Stephen morse sharable
Stephen morse sharableStephen morse sharable
Stephen morse sharable
 
Elder shareable
Elder shareableElder shareable
Elder shareable
 
1115 ramirez using our laptop
1115 ramirez using our laptop1115 ramirez using our laptop
1115 ramirez using our laptop
 

Recently uploaded

(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxolyaivanovalion
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts ServiceSapana Sha
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad EscortsCall girls in Ahmedabad High profile
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystSamantha Rae Coolbeth
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 

Recently uploaded (20)

(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
(PARI) Call Girls Wanowrie ( 7001035870 ) HI-Fi Pune Escorts Service
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
Call Girls In Mahipalpur O9654467111 Escorts Service
Call Girls In Mahipalpur O9654467111  Escorts ServiceCall Girls In Mahipalpur O9654467111  Escorts Service
Call Girls In Mahipalpur O9654467111 Escorts Service
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
(ISHITA) Call Girls Service Hyderabad Call Now 8617697112 Hyderabad Escorts
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data Analyst
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 

1120 rao mathew

  • 1. Presented to: PAW Manufacturing The information depicted or described herein are exclusive property of BEET, LLC., and Soliton Technologies, Inc, and are submitted in confidence. Permission to use or reproduce in any way this proprietary information is expressly withheld. Applying Machine Learning to Optimize Manufacturing Operation Cycle Time Presented by: Girish Rao, Beet Analytics Anish Mathews, Soliton Technologies, Inc.
  • 2. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. Who Are We? Process Visibility System answers 3 questions in manufacturing process –  What is wrong NOW?  What MIGHT go wrong?  Where is the HIDDEN CAPACITY?
  • 3. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. Customers and Partners Customers Potential New Customers Partners & Resellers Potential New Partners
  • 4. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. Human Heartbeat Envision - Process EKG • Visual (Invisible to Visible) • Easy to Interpret • Life Saving (Prevent Heart Attack) • Visual (Invisible to Visible) • Easy to Interpret/Immediate Actionable • Keep the line Running (Prevent Downtime) Over 12 Awarded & Pending Patents covering the GUI, Data Collection, Processing and Analytics “Machine” Heartbeat
  • 5. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. Machine Heartbeat Single cycle sequence (35.2 seconds) for a large CNC cutting machine, displayed by ENVISION, the time losses are clearly visualized Warning (fix now) Watch (pay attention)Good (under baseline)Baseline
  • 6. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. SEQ1 SEQ4 SEQN SEQ1 SEQ4 SEQN Duration TimeOne Machine Cycle SEQ1 SEQ4 T1 T2 Duration TimeOne Machine Cycle T1 T2 Cycle Time = T1 Cycle Time = T2 Duration Time SEQ 4 Historian SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 Fault SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 SEQ4 Duration Time SEQ4 Fault SEQ4 Factory Information System (ActivPlant based) ENVISION captures every motion event, and delivers actionable information at the Point of Event ENVISIONtm Captures Device Level Performance Erosion before a breakdown The Breakdown may have been prevented with ENVISION Visualize What Is Failing Before It’s Too Late
  • 7. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. • Cycle time of each individual motion element, and comparison against established baseline • Overall cycle time of motion groups and assets • Machine state data – Auto, Blocked, Starved • Fault and warning message data • Notes and comments regarding machine issues or fixes Data available for Analytics
  • 8. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. Use Case for Advanced Analytics • Envision data from an OEM’s robotic assembly line • The line has about 900 motion elements with an average cycle time of 48 secs • The line generates approximately 1.3 million cycle records a day
  • 9. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. Cycle Time Deterioration ENVISION history screen capture shows • Negative trend starts on 4/22, ≈ .3 sec. to .5 sec. over baseline • As of 5/14, the plant is working on a fix • As of 5/17 cycles are mostly “Watch/Yellow”, .3-.5 sec over cycle time
  • 10. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved.  How to best set control limits for individual motions?  Can we predict how long before the unplanned downtime is going to happen?  Can we define patterns to identify the root cause of the issues? Questions Regarding a Motion
  • 11. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. Phased Approach with Soliton Phase 1 • Develop data distribution and control limits algorithm Phase 2 • Develop prediction model to predict potential failures Phase 3 • Develop model to determine root cause
  • 12. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. Setting Control Limits for Individual Motions Envision • Envision (Web App) calls the C# DLL with the data for calculating the Mean and the tolerance limits Soliton’s DLL • Developed in C# .NET • Call Python distributable and sends the result back Python • Fit the data to multiple distributions • Pick the best distribution that fits • Return the result
  • 13. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. Distribution Details Source: Wikipedia
  • 14. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. Picking the closest fit distribution • Log likelihood test • Modified KS Stat Test http://www.weibull.com/hotwire/issue71/relbasics71.htm http://www.itl.nist.gov/div898/handbook/eda/section3/eda35g.htm
  • 15. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. Evaluation of DLL • Generated 2500 test data set - 500 each for Uniform, Normal, Lognormal, Weibull and Exponential distributions
  • 16. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. Evaluation of DLL
  • 17. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. Current Status & Next Steps • Data distribution module integration testing with Envision • Phase 2 • Identification of right data parameters for building predictive models for workstation down • Develop predictive model and filter out false positives • Phase 3 • Root cause and variability analysis
  • 18. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. 18 1ST SPAC 2ND SPAC LAST SPAC
  • 19. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. 19 Trend and Variance - Visually SPAC RIGHT (all 3) seem to exhibit two distinct characteristics - A clear upward trend (non- stationarity) - A change in variance (around a mean trend) in the event_length - We need to statistically test both of these characteristics
  • 20. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. 20 Trend Analysis - Key Question: - How to avoid false positives/negatives? - Window 1 would extrapolate to an earlier upward trend (false positive) - Window 2 would extrapolate to a downward trend (false negative) - We could develop weighting factors based on event_length magnitudes
  • 21. Presented to: PAW Manufacturing (C) Beet LLC., and Soliton Technologies Inc. All rights reserved. Thank You! www.beet.com www.solitontech.com