SlideShare ist ein Scribd-Unternehmen logo
1 von 39
Downloaden Sie, um offline zu lesen
IoT analytics: There’s not
just predictive maintenance
Dr. Boris Adryan
Head of IoT & Data Analytics
Zühlke Engineering GmbH
@BorisAdryan
Presented at Consortium for the 4th Revolution Executive Briefing Day (C4IR-1
Cambridge, UK 2-3 February 2017 www.cir-strategy.com/events
Zühlke: Empowering Ideas
Business Innovation - from idea to market success
founded in 1968
> 8.000 projects
800 employees
120 million EUR turnover (2015)
key verticals:
manufacturing, systems engineering
medical & pharma
financial sector
consumer products
The Internet of Things
is a key ingredient to merge the digital
and the real world to provide novel
business opportunities.
Your partner for business innovation
Zühlke Engineering unites business &
technological competence: digital
solutions for a connected world.
The Internet of Things
Yes, but why?
IoT
M2M
asset
tracking
remote
access
information
systems new business
models
supply & demand
maintenance
pay-per-use third-party
apps
firmware
updates
customer
support
predictive
maintenance
condition
monitoring
supply chain
management
Only today!
Live and exclusive at C4IR:
Mostly NDA stuff.
Predictive maintenance
Case study: Drill bit of a milling machine
Image source:
Wikipedia
• industrial drilling is highly automated
(CNC)
• the drill bit is an expensive
consumable
• changing the drill bit too late can
• impinge on product quality
• destroy the product
• destroy the machine
often: condition-based replacement
Maintenance strategy
not considering remaining useful lifetime
often, the “condition” can only be guessed
best approximation: time in use
based on statistical considerations
(still a guess, but it’s educated!)
predictive!
Predictive maintenance
Remaining useful lifetime
“some
quantitative
measure”
bad
good
time
“critical”
change
here!
not
here
definitely
not here! f(t)
Predictive maintenance
Remaining useful lifetime
time
g(t)
h(t)
i(t)
f(t) = c1 g(t) + c2 h(t) + c3 i(t) + …
hard to
measure
easier to
measure
Predictive maintenance
Remaining useful lifetime
param 1
param 2
param 3
param 4
param 5
param 6
target
condition-based
‘safe point’
critical
threshold
RUL, param 1-6
dependent
t
obtain training data in
experimental setup
our f(t)
our g(t), h(t), i(t) + …
data recording model building test use in production
data recording
(production system)
evaluation
raw data clean-up
feature
engineering
model
learning
model
selection
labour intense compute intensebrain intense
Machine learning pipeline
development
production
The Internet of Things
data storage+
compute
distributed local experimental
pipeline complex simple simple
model building hit-or-miss hit-or-miss simple
model update complex simple simple
production system “lab”
Learning on development vs
production system
data
resources
proddev
Edge, fog and cloud computing
Edge
Pro:
- immediate compression from raw
data to actionable information
- cuts down traffic
- fast response
Con:
- loses potentially valuable raw data
- developing analytics on embedded
systems requires specialists
- compute costs valuable battery life
Cloud
Pro:
- compute power
- scalability
- familiarity for developers
- integration centre across
all data sources
- cheapest ‘real-time’
option
Con:
- traffic
Fog
Pro:
- same as Edge
- closer to ‘normal’ development work
- gateways often mains-powered
Con:
- loses potentially valuable raw data
The same principles apply,
even if it’s not strictly IoT
Analytical response times for IoT
microseconds
to seconds
seconds to
minutes
minutes
to hours
hours to
weeks
on
device
on
stream
in batch
am I falling?
counteract
battery level
should I land?
how many
times did I
stall?
what’s the best
weather for
flying?
in process
in database
operational insight
performance insight
strategic insight
e.g. Kalman filter
e.g. with machine learning
e.g. rules engine
e.g. summary stats
Be as fast as you must.
But don’t be any faster
just for the sake of it.
Summary: IoT Data Analytics (I)
Data analytics can be a
deal sweetener!
39% of survey participants
are worried about the
upfront investment for an
industrial IoT solution.
CASE 1: Smart Parking
Westminster Parking Trial
https://www.westminster.gov.uk/new-trial-improve-conditions-disabled-drivers
IoT solution
service company
~750 independent parking
lots with a total of
>3,500 individual spaces
access to
Optimal sensor deployment
Optimal sensor deployment
labour:
expensive
sensor:
cheap
While the cost of the sensors is falling (and follows
Moore’s Law), digging them in and out for deployment
and maintenance is a significant cost factor.
Can we learn an optimal
deployment and sampling pattern?
•sampling rate of 5-10 min
•data over 2 weeks in May 2015
•overall 2.6 million data points
Can we make the customer’s budget go further by
• reducing the number of sensors in a geographic area?
• lowering the sampling rate for better battery life?
Good news: temporal occupancy
pattern roughly predicts neighbours
lots in Southampton
lots around
the corner of
each other
750 parking lots
A caveat: Is a high-degree of correlation
a function of parking lot size?
finding two lots of 20
spaces that correlate
finding two lots of 3
spaces that correlate
0:00 12:00 23:59
0:00 12:00 23:59
“more likely”
“less likely”
Bootstrapping in DBSCAN clusters
Simulation: Swap the occupancy vectors between parking
lots of similar size and test per grid cell if these lots still
correlate
Stratification strategy
3 lots with cc > 0.5
2 spaces
4 spaces
4 spaces
Test:
1. Take occupancy profile of
ONE random 2-space parking
lot and TWO random 4-space
parking lots.
2. Determine cc.
3. Repeat n times and get a cc
distribution for that parking lot
combination.
Combining stats with street knowledge
Even a temporary survey would have allowed us to make
a recommendation: 60% of the sensors at half the time
are effectively sufficient for the use case.
Summary: IoT Data Analytics (II)
Data analytics can be a
deal sweetener!
39% of survey participants
are worried about the
upfront investment for an
industrial IoT solution.
CASE 2: Asset Tracking
IoT - is it worth it?
The upgrade of a ‘dumb’ asset to
a ‘smart’ asset is an investment.
time,
money
Asset monitoring
base
Monday
WednesdayTraditional process
• small maintenance task
(if needed)
• weekly site visits to all
assets
• two independent tours
• time to reach asset is
main contributor to cost
• traffic-dependent
Data sources
Let’s assume the future isn’t going to be
much different than the past…
• log from past site visits: approx. likelihood for maintenance
• a collection of traffic data that’s somewhat representative
Log from previous visits
Monday tours
Wednesday
tours
Maintenance likelihood
• test for dependency
between Monday and
Wednesday tours
none
• test for dependency
within tours
none
The assumption of temporal
uniformity is reasonable.
Monte Carlo simulations
p1(need today)
patterns for a
demand-driven tour
‘cost function’:
sum of edges
base
default tour
base
p2(need today)
p3(need today)
p4(need today)
p5(need today)
p6(need today)
Travelling salesman problem
what’s the most
reasonable tour
from to ,
visiting all ?
heuristic search
is good enough,
but requires a
distance matrix
Traffic harvesting
• based on Google API
• generate a distribution
of travel times for each
edge in the graph,
dependent on time of
day (weekdays only)
IoT - is it worth it?
cost
awaiting
confirmation!
weeks
cost
weeks
Preliminary data taken from manual surveys, along with
‘open data’ and other sources can help making an
educated guess of the business value of an IoT solution.
Summary: IoT Data Analytics (III)
Dr. Boris Adryan
eMail: boad@zuehlke.com
Twitter: @BorisAdryan
www.linkedin.com/in/
borisadryan
Thank you!

Weitere ähnliche Inhalte

Andere mochten auch

Making Smarter Systems with IoT and Analytics
Making Smarter Systems with IoT and AnalyticsMaking Smarter Systems with IoT and Analytics
Making Smarter Systems with IoT and AnalyticsWSO2
 
Global C4IR-1 Masterclass Beart - DevicePilot 2017
Global C4IR-1 Masterclass Beart - DevicePilot 2017Global C4IR-1 Masterclass Beart - DevicePilot 2017
Global C4IR-1 Masterclass Beart - DevicePilot 2017Justin Hayward
 
What is predictive maintenance?
What is predictive maintenance?What is predictive maintenance?
What is predictive maintenance?Danko Nikolic
 
IoT Analytics: Using Analytics to Generate High Value from IoT in the Real World
IoT Analytics: Using Analytics to Generate High Value from IoT in the Real WorldIoT Analytics: Using Analytics to Generate High Value from IoT in the Real World
IoT Analytics: Using Analytics to Generate High Value from IoT in the Real WorldMIT Enterprise Forum Cambridge
 
AWS re:Invent 2016: Understanding IoT Data: How to Leverage Amazon Kinesis in...
AWS re:Invent 2016: Understanding IoT Data: How to Leverage Amazon Kinesis in...AWS re:Invent 2016: Understanding IoT Data: How to Leverage Amazon Kinesis in...
AWS re:Invent 2016: Understanding IoT Data: How to Leverage Amazon Kinesis in...Amazon Web Services
 
Predictive maintenance
Predictive maintenancePredictive maintenance
Predictive maintenanceJames Shearer
 
Global C4IR-1 Masterclass Cambridge - Sharratt WSP 2017
Global C4IR-1 Masterclass Cambridge - Sharratt WSP 2017Global C4IR-1 Masterclass Cambridge - Sharratt WSP 2017
Global C4IR-1 Masterclass Cambridge - Sharratt WSP 2017Justin Hayward
 
Data Analytics in your IoT Solution Fukiat Julnual, Technical Evangelist, Mic...
Data Analytics in your IoT SolutionFukiat Julnual, Technical Evangelist, Mic...Data Analytics in your IoT SolutionFukiat Julnual, Technical Evangelist, Mic...
Data Analytics in your IoT Solution Fukiat Julnual, Technical Evangelist, Mic...BAINIDA
 
Big Data Analytics & IoT Challenges
Big Data Analytics & IoT ChallengesBig Data Analytics & IoT Challenges
Big Data Analytics & IoT ChallengesBig Data for You
 
IoT Analytics from Edge to Cloud - using IBM Informix
IoT Analytics from Edge to Cloud - using IBM InformixIoT Analytics from Edge to Cloud - using IBM Informix
IoT Analytics from Edge to Cloud - using IBM InformixPradeep Muthalpuredathe
 
Hacking health: IoT, analytics and other trends
Hacking health: IoT, analytics and other trendsHacking health: IoT, analytics and other trends
Hacking health: IoT, analytics and other trendsJim Boland
 
IoT Analytics Company Presentation
IoT Analytics Company Presentation IoT Analytics Company Presentation
IoT Analytics Company Presentation IoTAnalytics
 
[Tutorial] building machine learning models for predictive maintenance applic...
[Tutorial] building machine learning models for predictive maintenance applic...[Tutorial] building machine learning models for predictive maintenance applic...
[Tutorial] building machine learning models for predictive maintenance applic...PAPIs.io
 
User and IoT Data Analytics
User and IoT Data AnalyticsUser and IoT Data Analytics
User and IoT Data AnalyticsEricsson
 
Arrelic_Overview_2016
Arrelic_Overview_2016Arrelic_Overview_2016
Arrelic_Overview_2016DEEPAK SAHOO
 
Cover instalasi(biru)
Cover instalasi(biru)Cover instalasi(biru)
Cover instalasi(biru)Indra Lukmana
 
The (R)evolution of Predictive Operations & Maintenance
The (R)evolution of Predictive Operations & MaintenanceThe (R)evolution of Predictive Operations & Maintenance
The (R)evolution of Predictive Operations & MaintenanceCapgemini
 
MONETIZABLE VALUE CREATION WITH INDUSTRIAL IoT
MONETIZABLE VALUE CREATION WITH INDUSTRIAL IoTMONETIZABLE VALUE CREATION WITH INDUSTRIAL IoT
MONETIZABLE VALUE CREATION WITH INDUSTRIAL IoTugkaz
 
Arrelic company brochure
Arrelic company brochureArrelic company brochure
Arrelic company brochureArrelic
 

Andere mochten auch (20)

Making Smarter Systems with IoT and Analytics
Making Smarter Systems with IoT and AnalyticsMaking Smarter Systems with IoT and Analytics
Making Smarter Systems with IoT and Analytics
 
Global C4IR-1 Masterclass Beart - DevicePilot 2017
Global C4IR-1 Masterclass Beart - DevicePilot 2017Global C4IR-1 Masterclass Beart - DevicePilot 2017
Global C4IR-1 Masterclass Beart - DevicePilot 2017
 
What is predictive maintenance?
What is predictive maintenance?What is predictive maintenance?
What is predictive maintenance?
 
IoT Analytics: Using Analytics to Generate High Value from IoT in the Real World
IoT Analytics: Using Analytics to Generate High Value from IoT in the Real WorldIoT Analytics: Using Analytics to Generate High Value from IoT in the Real World
IoT Analytics: Using Analytics to Generate High Value from IoT in the Real World
 
AWS re:Invent 2016: Understanding IoT Data: How to Leverage Amazon Kinesis in...
AWS re:Invent 2016: Understanding IoT Data: How to Leverage Amazon Kinesis in...AWS re:Invent 2016: Understanding IoT Data: How to Leverage Amazon Kinesis in...
AWS re:Invent 2016: Understanding IoT Data: How to Leverage Amazon Kinesis in...
 
Predictive maintenance
Predictive maintenancePredictive maintenance
Predictive maintenance
 
Global C4IR-1 Masterclass Cambridge - Sharratt WSP 2017
Global C4IR-1 Masterclass Cambridge - Sharratt WSP 2017Global C4IR-1 Masterclass Cambridge - Sharratt WSP 2017
Global C4IR-1 Masterclass Cambridge - Sharratt WSP 2017
 
Data Analytics for IoT
Data Analytics for IoT Data Analytics for IoT
Data Analytics for IoT
 
Data Analytics in your IoT Solution Fukiat Julnual, Technical Evangelist, Mic...
Data Analytics in your IoT SolutionFukiat Julnual, Technical Evangelist, Mic...Data Analytics in your IoT SolutionFukiat Julnual, Technical Evangelist, Mic...
Data Analytics in your IoT Solution Fukiat Julnual, Technical Evangelist, Mic...
 
Big Data Analytics & IoT Challenges
Big Data Analytics & IoT ChallengesBig Data Analytics & IoT Challenges
Big Data Analytics & IoT Challenges
 
IoT Analytics from Edge to Cloud - using IBM Informix
IoT Analytics from Edge to Cloud - using IBM InformixIoT Analytics from Edge to Cloud - using IBM Informix
IoT Analytics from Edge to Cloud - using IBM Informix
 
Hacking health: IoT, analytics and other trends
Hacking health: IoT, analytics and other trendsHacking health: IoT, analytics and other trends
Hacking health: IoT, analytics and other trends
 
IoT Analytics Company Presentation
IoT Analytics Company Presentation IoT Analytics Company Presentation
IoT Analytics Company Presentation
 
[Tutorial] building machine learning models for predictive maintenance applic...
[Tutorial] building machine learning models for predictive maintenance applic...[Tutorial] building machine learning models for predictive maintenance applic...
[Tutorial] building machine learning models for predictive maintenance applic...
 
User and IoT Data Analytics
User and IoT Data AnalyticsUser and IoT Data Analytics
User and IoT Data Analytics
 
Arrelic_Overview_2016
Arrelic_Overview_2016Arrelic_Overview_2016
Arrelic_Overview_2016
 
Cover instalasi(biru)
Cover instalasi(biru)Cover instalasi(biru)
Cover instalasi(biru)
 
The (R)evolution of Predictive Operations & Maintenance
The (R)evolution of Predictive Operations & MaintenanceThe (R)evolution of Predictive Operations & Maintenance
The (R)evolution of Predictive Operations & Maintenance
 
MONETIZABLE VALUE CREATION WITH INDUSTRIAL IoT
MONETIZABLE VALUE CREATION WITH INDUSTRIAL IoTMONETIZABLE VALUE CREATION WITH INDUSTRIAL IoT
MONETIZABLE VALUE CREATION WITH INDUSTRIAL IoT
 
Arrelic company brochure
Arrelic company brochureArrelic company brochure
Arrelic company brochure
 

Ähnlich wie Global C4IR-1 Masterclass Adryan - Zuehlke Engineering 2017

Zühlke Meetup - Mai 2017
Zühlke Meetup - Mai 2017Zühlke Meetup - Mai 2017
Zühlke Meetup - Mai 2017Boris Adryan
 
Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16
Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16
Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16Boris Adryan
 
Miguel Angel Perdiguero - Head of BIG data & analytics Atos Iberia - semanain...
Miguel Angel Perdiguero - Head of BIG data & analytics Atos Iberia - semanain...Miguel Angel Perdiguero - Head of BIG data & analytics Atos Iberia - semanain...
Miguel Angel Perdiguero - Head of BIG data & analytics Atos Iberia - semanain...COIICV
 
Making Actionable Decisions at the Network's Edge
Making Actionable Decisions at the Network's EdgeMaking Actionable Decisions at the Network's Edge
Making Actionable Decisions at the Network's EdgeCognizant
 
Just because you can doesn't mean that you should - thingmonk 2016
Just because you can doesn't mean that you should - thingmonk 2016Just because you can doesn't mean that you should - thingmonk 2016
Just because you can doesn't mean that you should - thingmonk 2016Boris Adryan
 
Future-Proofing Your Business with Technology
Future-Proofing Your Business with TechnologyFuture-Proofing Your Business with Technology
Future-Proofing Your Business with TechnologySkoda Minotti
 
Proof of concepts and use cases with IoT technologies
Proof of concepts and use cases with IoT technologiesProof of concepts and use cases with IoT technologies
Proof of concepts and use cases with IoT technologiesHeikki Ailisto
 
Predictive Analytics: Why (I)IoT Is Different
Predictive Analytics: Why (I)IoT Is DifferentPredictive Analytics: Why (I)IoT Is Different
Predictive Analytics: Why (I)IoT Is DifferentAltoros
 
Big Data : Risks and Opportunities
Big Data : Risks and OpportunitiesBig Data : Risks and Opportunities
Big Data : Risks and OpportunitiesKenny Huang Ph.D.
 
An emulation framework for IoT, Fog, and Edge Applications
An emulation framework for IoT, Fog, and Edge ApplicationsAn emulation framework for IoT, Fog, and Edge Applications
An emulation framework for IoT, Fog, and Edge ApplicationsMoysisSymeonides
 
Key Data Management Requirements for the IoT
Key Data Management Requirements for the IoTKey Data Management Requirements for the IoT
Key Data Management Requirements for the IoTMongoDB
 
Barga ACM DEBS 2013 Keynote
Barga ACM DEBS 2013 KeynoteBarga ACM DEBS 2013 Keynote
Barga ACM DEBS 2013 KeynoteRoger Barga
 
Fin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIsFin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIsRobert Greiner
 
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...Provectus
 
Architecting IoT with Machine Learning
Architecting IoT with Machine LearningArchitecting IoT with Machine Learning
Architecting IoT with Machine LearningRudradeb Mitra
 
ParStream - Big Data for Business Users
ParStream - Big Data for Business UsersParStream - Big Data for Business Users
ParStream - Big Data for Business UsersParStream Inc.
 
Fog Computing Reality Check: Real World Applications and Architectures
Fog Computing Reality Check: Real World Applications and ArchitecturesFog Computing Reality Check: Real World Applications and Architectures
Fog Computing Reality Check: Real World Applications and ArchitecturesBiren Gandhi
 
Building a reliable and scalable IoT platform with MongoDB and HiveMQ
Building a reliable and scalable IoT platform with MongoDB and HiveMQBuilding a reliable and scalable IoT platform with MongoDB and HiveMQ
Building a reliable and scalable IoT platform with MongoDB and HiveMQDominik Obermaier
 
Big Data, Physics, and the Industrial Internet: How Modeling & Analytics are ...
Big Data, Physics, and the Industrial Internet: How Modeling & Analytics are ...Big Data, Physics, and the Industrial Internet: How Modeling & Analytics are ...
Big Data, Physics, and the Industrial Internet: How Modeling & Analytics are ...mattdenesuk
 

Ähnlich wie Global C4IR-1 Masterclass Adryan - Zuehlke Engineering 2017 (20)

Zühlke Meetup - Mai 2017
Zühlke Meetup - Mai 2017Zühlke Meetup - Mai 2017
Zühlke Meetup - Mai 2017
 
Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16
Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16
Mehr und schneller ist nicht automatisch besser - data2day, 06.10.16
 
Miguel Angel Perdiguero - Head of BIG data & analytics Atos Iberia - semanain...
Miguel Angel Perdiguero - Head of BIG data & analytics Atos Iberia - semanain...Miguel Angel Perdiguero - Head of BIG data & analytics Atos Iberia - semanain...
Miguel Angel Perdiguero - Head of BIG data & analytics Atos Iberia - semanain...
 
Making Actionable Decisions at the Network's Edge
Making Actionable Decisions at the Network's EdgeMaking Actionable Decisions at the Network's Edge
Making Actionable Decisions at the Network's Edge
 
Just because you can doesn't mean that you should - thingmonk 2016
Just because you can doesn't mean that you should - thingmonk 2016Just because you can doesn't mean that you should - thingmonk 2016
Just because you can doesn't mean that you should - thingmonk 2016
 
Future-Proofing Your Business with Technology
Future-Proofing Your Business with TechnologyFuture-Proofing Your Business with Technology
Future-Proofing Your Business with Technology
 
Michael Hummel - Stop Storing Data! - Parstream
Michael Hummel - Stop Storing Data! - ParstreamMichael Hummel - Stop Storing Data! - Parstream
Michael Hummel - Stop Storing Data! - Parstream
 
Proof of concepts and use cases with IoT technologies
Proof of concepts and use cases with IoT technologiesProof of concepts and use cases with IoT technologies
Proof of concepts and use cases with IoT technologies
 
Predictive Analytics: Why (I)IoT Is Different
Predictive Analytics: Why (I)IoT Is DifferentPredictive Analytics: Why (I)IoT Is Different
Predictive Analytics: Why (I)IoT Is Different
 
Big Data : Risks and Opportunities
Big Data : Risks and OpportunitiesBig Data : Risks and Opportunities
Big Data : Risks and Opportunities
 
An emulation framework for IoT, Fog, and Edge Applications
An emulation framework for IoT, Fog, and Edge ApplicationsAn emulation framework for IoT, Fog, and Edge Applications
An emulation framework for IoT, Fog, and Edge Applications
 
Key Data Management Requirements for the IoT
Key Data Management Requirements for the IoTKey Data Management Requirements for the IoT
Key Data Management Requirements for the IoT
 
Barga ACM DEBS 2013 Keynote
Barga ACM DEBS 2013 KeynoteBarga ACM DEBS 2013 Keynote
Barga ACM DEBS 2013 Keynote
 
Fin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIsFin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIs
 
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
Data Summer Conf 2018, “Architecting IoT system with Machine Learning (ENG)” ...
 
Architecting IoT with Machine Learning
Architecting IoT with Machine LearningArchitecting IoT with Machine Learning
Architecting IoT with Machine Learning
 
ParStream - Big Data for Business Users
ParStream - Big Data for Business UsersParStream - Big Data for Business Users
ParStream - Big Data for Business Users
 
Fog Computing Reality Check: Real World Applications and Architectures
Fog Computing Reality Check: Real World Applications and ArchitecturesFog Computing Reality Check: Real World Applications and Architectures
Fog Computing Reality Check: Real World Applications and Architectures
 
Building a reliable and scalable IoT platform with MongoDB and HiveMQ
Building a reliable and scalable IoT platform with MongoDB and HiveMQBuilding a reliable and scalable IoT platform with MongoDB and HiveMQ
Building a reliable and scalable IoT platform with MongoDB and HiveMQ
 
Big Data, Physics, and the Industrial Internet: How Modeling & Analytics are ...
Big Data, Physics, and the Industrial Internet: How Modeling & Analytics are ...Big Data, Physics, and the Industrial Internet: How Modeling & Analytics are ...
Big Data, Physics, and the Industrial Internet: How Modeling & Analytics are ...
 

Mehr von Justin Hayward

Grid-scale energy storage
Grid-scale energy storageGrid-scale energy storage
Grid-scale energy storageJustin Hayward
 
Life Sciences Investment Platform
Life Sciences Investment PlatformLife Sciences Investment Platform
Life Sciences Investment PlatformJustin Hayward
 
Grand challenges for engineering
Grand challenges for engineeringGrand challenges for engineering
Grand challenges for engineeringJustin Hayward
 
Inkjet in advanced manufacturing
Inkjet in advanced manufacturingInkjet in advanced manufacturing
Inkjet in advanced manufacturingJustin Hayward
 
Materials, energy, storage and heat transfer
Materials, energy, storage and heat transferMaterials, energy, storage and heat transfer
Materials, energy, storage and heat transferJustin Hayward
 
Materials and processes
Materials and processesMaterials and processes
Materials and processesJustin Hayward
 
Connectivity and IoT Ecosystems
Connectivity and IoT EcosystemsConnectivity and IoT Ecosystems
Connectivity and IoT EcosystemsJustin Hayward
 
Top 5 breakthroughs in energy storage materials
Top 5 breakthroughs in energy storage materialsTop 5 breakthroughs in energy storage materials
Top 5 breakthroughs in energy storage materialsJustin Hayward
 
Graphene heating for wearable devices
Graphene heating for wearable devicesGraphene heating for wearable devices
Graphene heating for wearable devicesJustin Hayward
 
Industry digitalisation
Industry digitalisationIndustry digitalisation
Industry digitalisationJustin Hayward
 
Energy storage materials
Energy storage materialsEnergy storage materials
Energy storage materialsJustin Hayward
 
Breakthroughs in new materials
Breakthroughs in new materialsBreakthroughs in new materials
Breakthroughs in new materialsJustin Hayward
 
Building intelligent robots
Building intelligent robotsBuilding intelligent robots
Building intelligent robotsJustin Hayward
 

Mehr von Justin Hayward (20)

Grid-scale energy storage
Grid-scale energy storageGrid-scale energy storage
Grid-scale energy storage
 
Life Sciences Investment Platform
Life Sciences Investment PlatformLife Sciences Investment Platform
Life Sciences Investment Platform
 
Polymer Applications
Polymer ApplicationsPolymer Applications
Polymer Applications
 
Flexible Organic LCD
Flexible Organic LCDFlexible Organic LCD
Flexible Organic LCD
 
Grand challenges for engineering
Grand challenges for engineeringGrand challenges for engineering
Grand challenges for engineering
 
Inkjet in advanced manufacturing
Inkjet in advanced manufacturingInkjet in advanced manufacturing
Inkjet in advanced manufacturing
 
Materials, energy, storage and heat transfer
Materials, energy, storage and heat transferMaterials, energy, storage and heat transfer
Materials, energy, storage and heat transfer
 
Graphene@Manchester
Graphene@ManchesterGraphene@Manchester
Graphene@Manchester
 
Scaling Stories
Scaling StoriesScaling Stories
Scaling Stories
 
Flying better
Flying betterFlying better
Flying better
 
Ready for take off
Ready for take offReady for take off
Ready for take off
 
Materials and processes
Materials and processesMaterials and processes
Materials and processes
 
Connectivity and IoT Ecosystems
Connectivity and IoT EcosystemsConnectivity and IoT Ecosystems
Connectivity and IoT Ecosystems
 
Top 5 breakthroughs in energy storage materials
Top 5 breakthroughs in energy storage materialsTop 5 breakthroughs in energy storage materials
Top 5 breakthroughs in energy storage materials
 
Graphene heating for wearable devices
Graphene heating for wearable devicesGraphene heating for wearable devices
Graphene heating for wearable devices
 
Industry digitalisation
Industry digitalisationIndustry digitalisation
Industry digitalisation
 
Energy storage materials
Energy storage materialsEnergy storage materials
Energy storage materials
 
AI and automation
AI and automationAI and automation
AI and automation
 
Breakthroughs in new materials
Breakthroughs in new materialsBreakthroughs in new materials
Breakthroughs in new materials
 
Building intelligent robots
Building intelligent robotsBuilding intelligent robots
Building intelligent robots
 

Kürzlich hochgeladen

Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 

Kürzlich hochgeladen (20)

Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 

Global C4IR-1 Masterclass Adryan - Zuehlke Engineering 2017

  • 1. IoT analytics: There’s not just predictive maintenance Dr. Boris Adryan Head of IoT & Data Analytics Zühlke Engineering GmbH @BorisAdryan Presented at Consortium for the 4th Revolution Executive Briefing Day (C4IR-1 Cambridge, UK 2-3 February 2017 www.cir-strategy.com/events
  • 2. Zühlke: Empowering Ideas Business Innovation - from idea to market success founded in 1968 > 8.000 projects 800 employees 120 million EUR turnover (2015) key verticals: manufacturing, systems engineering medical & pharma financial sector consumer products The Internet of Things is a key ingredient to merge the digital and the real world to provide novel business opportunities. Your partner for business innovation Zühlke Engineering unites business & technological competence: digital solutions for a connected world.
  • 4. Yes, but why? IoT M2M asset tracking remote access information systems new business models supply & demand maintenance pay-per-use third-party apps firmware updates customer support predictive maintenance condition monitoring supply chain management
  • 5. Only today! Live and exclusive at C4IR: Mostly NDA stuff.
  • 6. Predictive maintenance Case study: Drill bit of a milling machine Image source: Wikipedia • industrial drilling is highly automated (CNC) • the drill bit is an expensive consumable • changing the drill bit too late can • impinge on product quality • destroy the product • destroy the machine
  • 7. often: condition-based replacement Maintenance strategy not considering remaining useful lifetime often, the “condition” can only be guessed best approximation: time in use based on statistical considerations (still a guess, but it’s educated!) predictive!
  • 8. Predictive maintenance Remaining useful lifetime “some quantitative measure” bad good time “critical” change here! not here definitely not here! f(t)
  • 9. Predictive maintenance Remaining useful lifetime time g(t) h(t) i(t) f(t) = c1 g(t) + c2 h(t) + c3 i(t) + … hard to measure easier to measure
  • 10. Predictive maintenance Remaining useful lifetime param 1 param 2 param 3 param 4 param 5 param 6 target condition-based ‘safe point’ critical threshold RUL, param 1-6 dependent t obtain training data in experimental setup our f(t) our g(t), h(t), i(t) + …
  • 11. data recording model building test use in production data recording (production system) evaluation raw data clean-up feature engineering model learning model selection labour intense compute intensebrain intense Machine learning pipeline development production
  • 12. The Internet of Things data storage+ compute
  • 13. distributed local experimental pipeline complex simple simple model building hit-or-miss hit-or-miss simple model update complex simple simple production system “lab” Learning on development vs production system data resources proddev
  • 14. Edge, fog and cloud computing Edge Pro: - immediate compression from raw data to actionable information - cuts down traffic - fast response Con: - loses potentially valuable raw data - developing analytics on embedded systems requires specialists - compute costs valuable battery life Cloud Pro: - compute power - scalability - familiarity for developers - integration centre across all data sources - cheapest ‘real-time’ option Con: - traffic Fog Pro: - same as Edge - closer to ‘normal’ development work - gateways often mains-powered Con: - loses potentially valuable raw data
  • 15. The same principles apply, even if it’s not strictly IoT
  • 16. Analytical response times for IoT microseconds to seconds seconds to minutes minutes to hours hours to weeks on device on stream in batch am I falling? counteract battery level should I land? how many times did I stall? what’s the best weather for flying? in process in database operational insight performance insight strategic insight e.g. Kalman filter e.g. with machine learning e.g. rules engine e.g. summary stats
  • 17. Be as fast as you must. But don’t be any faster just for the sake of it. Summary: IoT Data Analytics (I)
  • 18. Data analytics can be a deal sweetener! 39% of survey participants are worried about the upfront investment for an industrial IoT solution. CASE 1: Smart Parking
  • 19. Westminster Parking Trial https://www.westminster.gov.uk/new-trial-improve-conditions-disabled-drivers IoT solution service company ~750 independent parking lots with a total of >3,500 individual spaces access to Optimal sensor deployment
  • 20. Optimal sensor deployment labour: expensive sensor: cheap While the cost of the sensors is falling (and follows Moore’s Law), digging them in and out for deployment and maintenance is a significant cost factor.
  • 21. Can we learn an optimal deployment and sampling pattern? •sampling rate of 5-10 min •data over 2 weeks in May 2015 •overall 2.6 million data points Can we make the customer’s budget go further by • reducing the number of sensors in a geographic area? • lowering the sampling rate for better battery life?
  • 22. Good news: temporal occupancy pattern roughly predicts neighbours lots in Southampton lots around the corner of each other 750 parking lots
  • 23. A caveat: Is a high-degree of correlation a function of parking lot size? finding two lots of 20 spaces that correlate finding two lots of 3 spaces that correlate 0:00 12:00 23:59 0:00 12:00 23:59 “more likely” “less likely”
  • 24. Bootstrapping in DBSCAN clusters Simulation: Swap the occupancy vectors between parking lots of similar size and test per grid cell if these lots still correlate
  • 25. Stratification strategy 3 lots with cc > 0.5 2 spaces 4 spaces 4 spaces Test: 1. Take occupancy profile of ONE random 2-space parking lot and TWO random 4-space parking lots. 2. Determine cc. 3. Repeat n times and get a cc distribution for that parking lot combination.
  • 26. Combining stats with street knowledge
  • 27. Even a temporary survey would have allowed us to make a recommendation: 60% of the sensors at half the time are effectively sufficient for the use case. Summary: IoT Data Analytics (II)
  • 28. Data analytics can be a deal sweetener! 39% of survey participants are worried about the upfront investment for an industrial IoT solution. CASE 2: Asset Tracking
  • 29. IoT - is it worth it? The upgrade of a ‘dumb’ asset to a ‘smart’ asset is an investment. time, money
  • 30. Asset monitoring base Monday WednesdayTraditional process • small maintenance task (if needed) • weekly site visits to all assets • two independent tours • time to reach asset is main contributor to cost • traffic-dependent
  • 31. Data sources Let’s assume the future isn’t going to be much different than the past… • log from past site visits: approx. likelihood for maintenance • a collection of traffic data that’s somewhat representative
  • 32. Log from previous visits Monday tours Wednesday tours
  • 33. Maintenance likelihood • test for dependency between Monday and Wednesday tours none • test for dependency within tours none The assumption of temporal uniformity is reasonable.
  • 34. Monte Carlo simulations p1(need today) patterns for a demand-driven tour ‘cost function’: sum of edges base default tour base p2(need today) p3(need today) p4(need today) p5(need today) p6(need today)
  • 35. Travelling salesman problem what’s the most reasonable tour from to , visiting all ? heuristic search is good enough, but requires a distance matrix
  • 36. Traffic harvesting • based on Google API • generate a distribution of travel times for each edge in the graph, dependent on time of day (weekdays only)
  • 37. IoT - is it worth it? cost awaiting confirmation! weeks cost weeks
  • 38. Preliminary data taken from manual surveys, along with ‘open data’ and other sources can help making an educated guess of the business value of an IoT solution. Summary: IoT Data Analytics (III)
  • 39. Dr. Boris Adryan eMail: boad@zuehlke.com Twitter: @BorisAdryan www.linkedin.com/in/ borisadryan Thank you!