SlideShare a Scribd company logo
1 of 25
Download to read offline
EDGE PATTERNS IN THE IIOT
BRAD NICHOLAS
CHICAGO IOT MEETUP
MARCH 2017
2Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
AGENDA
01 3 minutes about Uptake
02 Some key considerations
03 The 3 patterns
04 Manufacturing discussion / Q&A
3Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
Uptake at a glance
AEROSPACE AGRICULTURE CONSTRUCTION ENERGY
104M
predictions
generated to date
2014
founded in Chicago
82%
across Data Science
& Engineering
700 Employees
Uptake has developed partnerships in:
HEALTHCARE MINING RAIL RETAIL
Uptake selected as the hottest
startup of 2015 – beating out
Uber and Slack. – Dec 2015
Uptake’s Industry Thought Leaders featured in:
4Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
Our platform is purpose-built to deliver actionable insights and
recommendations into workflow, empowering people to create value
Raw Data Data Ingestion Platform Apps
Data Science Engines
Data Integrity
Software Development Kit
Failure Prediction
Anomaly Detection
Recommendations
Event / Alert Filtering
Data Operations Center
Normalization &
Cleansing
End to end visibility
Encryption in transit
and at rest
API Portal
Developer
Content
Mgmt.
App Store
Tools
Assets
Customers
ERP
Contextual
• Weather
• Social Media
• 3rd party
Sample Apps:
• Condition-
Based
Monitoring
• Supply Chain
Optimization
• Fuel and
Energy
Management
• Performance
Optimization
Workflow Integration
Examples:
• Automated
locomotive
re-routing
• Automated
parts
ordering
• Automated
maintenance
scheduling
END-TO-END CYBER, INFORMATION, AND OPERATIONAL SECURITY
5Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
About Me
I run the IoT team at Uptake
bradn
www.linkedin.com/in/bradn
Automotive, Manufacturing,
Consulting, Telecom, Startups
EE MBA
Fun fact: I “OEM+” hack & restore
German cars
6Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
We’re hiring.
https://boards.greenhouse.io/uptake
Come see me if you’re interested in IoT, device management, embedded programming, crypto
Key Considerations
02
8Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
Digitization is lagging in many industry sectors that need IIoT
MGI Industry Digitization Index
http://www.mckinsey.com/industries/high-tech/our-insights/digital-america-a-tale-of-the-haves-and-have-mores
• Quasi-public and/or highly localized
sectors are lagging in digitization
• Labor-intensive sectors need digital
tools for the workforce
• Knowledge-intensive sectors are
already highly digitized
• Capital-intensive sectors have high
IoT potential
• Service sectors can digitize customer
transactions
• B2B sectors can benefit from
expanded digital engagement
6
5
1
2
3
4
9Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
3 essential elements to IIoT value creation
Data Ingestion
“Sense”
Analytics
“Infer”
Workflow
“Act”
10Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
IIC’s reference model for industrial analytics covers most of the bases
Multi-tiered approach
Sensing vs Actuating
Different time horizons
Open vs Closed loop
Source: Industrial Internet Consortium IIRA http://www.iiconsortium.org/IIRA.htm
11Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
Where you compute affects many things
There is no one architecture that will address everything.
But there are certainly some common questions to answer
Proximity
Response
Time
Node
Computing
Capacity
Bandwidth
Consumed
Focal
Points
Exceptions
Sense Act
12Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
How you are able to connect also affects what you can do
Latency, bandwidth, cost and complexity are usually not as optimal as you want them to be
MobileLocal IndividualSite
13Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
Other key IIoT needs, beyond strong security & viable economics
Separation of Concerns is essential
Key to managing complexity, achieving
maintainability and resilience
https://effectivesoftwaredesign.com/2012/02/05/separation-of-concerns/
IP protection is crucial
Data rights management for both original
and derived data, at rest and in flight, all
nodes, including authorized use
https://motherboard.vice.com/en_us/article/why-american-farmers-are-
hacking-their-tractors-with-ukrainian-firmware
Heterogeneity is unavoidable
Computing environments
Node state
Mobility vs fixed location
Networking options and node availability
Domain responsibility
IT/OT barrier is literally a real thing
Operational control comes first
Skills/expertise is very different
Most capital equipment is decades old and
relies on physical security
http://blog.iiconsortium.org/2016/08/it-vs-ot-for-the-industrial-internet-two-
sides-of-the-same-coin.html
The 3 patterns
03
15Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
3 patterns seem to address most IIoT deployment scenarios
Physical Edge
On-device IoT node
Platform &
Applications
Cloud Edge
reverse CDN for
the physical web
Edge Gateway
“On location”
connectivity node
16Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
The Cloud Edge is effectively the ‘virtual physical web’
A hybrid node that serves as a “concentrator” or “reverse CDN” for the physical web.
It can isolate IoT traffic and service cloud-based applications with anything they need from the
physical web
Concentrates physical web data streams
Interacts with Edge Gateways and higher end Physical Edge nodes
Serves web APIs to cloud applications
You can train ML using the data on this node.
You could continually train ML given sufficient compute capacity and data.
You can distribute its contents via CDN, subject to data rights management
17Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
The Physical Edge interacts directly with IIoT data sources
Protects the OT layer and hosts specialized, “high interaction” IoT processes
Serves as a direct data extraction point for physical web data generated by a machine or process
Protects machine / process operation at all costs, even if data extraction compromised
Runs on-machine / on-process analytics functions
Protects OEM and machine owner IP by enforcing data rights management at the source, under terms
suitable to the IP owners
Must be designed and deployed in collaboration with machine / process OEMs and operators
Provides much richer data access capabilities
18Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
The Edge Gateway
Resides in proximity to physical web nodes and handles connectivity gaps
Manages “inter physical web” IoT interactions that aren’t needed to control things
Primary function is to monitor physical web machines / processes
Eliminates the need for physical web devices to interact with the Cloud Edge directly
Queues on premise when backhaul connectivity is unavailable, restricted due to cost or otherwise unusable
Speaks local machine dialects
19Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
The 3 edge patterns can be implemented flexibly
Physical Edge nodes deployed on advanced machines with excellent connectivity can connect
directly to Cloud Edge nodes – without an Edge Gateway
Cloud Edge nodes could be deployed anywhere connectivity to other edge nodes and “data
center quality” bandwidth is available
• A very high end physical web machine or process
• At a fixed location like an airport terminal
Edge Gateway nodes could be co-deployed with Physical Web nodes as long as suitable
backhaul connectivity to a Cloud Edge node is available
Discussion
Applying the edge patterns in manufacturing
04
21Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
OEE - Overall Equipment Effectiveness
Total Productive Maintenance
Seiichi Nakajima 1982-1984
www.AMTonline.org
http://capstonemetrics.com/files/whitepaper-oeeoverview.pdf
OEE = Availability x Performance x Quality
TEEP = Loading x OEE
22Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
OEE & TEEP let you keep score, but that’s about it.
• They’re useful, but reactive, not predictive
• What are the historical causes of poor OEE? Are they clearly
understood? Are they static or do things change over time?
• Are there ways to recognize patterns in historical data that can provide
advanced indication of those causes developing?
• Can you act on those causes?
• How much time would you have to act?
• What would you need to improve your ability to predict issues and act
on those predictions?
23Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
Discussion
Some potential improvements - beyond normal operations
Physical Web node functions
Vibration analytics for rotational and reciprocating machinery
Additional process quality instrumentation
Detailed / granular OEE data collection via SCADA and machine control integrations
Physical Web and Cloud Edge node functions
Event correlation analytics
24Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx
This is the tip of the iceberg
A lot of critical questions have been left unanswered here. Great discussion topics!
Greenfield vs Brownfield (factory fit vs retrofit)
Remote device management
Compute capacity
System operations
Additional material:
McKinsey Analytics Report
http://www.mckinsey.com/business-functions/mckinsey-analytics/our-insights/the-age-of-analytics-competing-in-a-data-driven-world?cid=analytics-alt-mgi-mgi-oth-1612
Peter Levine – The End of Cloud Computing
http://a16z.com/2016/12/16/the-end-of-cloud-computing/
Frank Chen – Deep Learning and Machine Learning Primer
http://a16z.com/2016/06/10/ai-deep-learning-machines/
Thank You

More Related Content

What's hot

Industrial IoT and OT/IT Convergence
Industrial IoT and OT/IT ConvergenceIndustrial IoT and OT/IT Convergence
Industrial IoT and OT/IT Convergence
Michelle Holley
 
Smart Factory Technology Road Mapping Initiative_The Intent of Things and Ana...
Smart Factory Technology Road Mapping Initiative_The Intent of Things and Ana...Smart Factory Technology Road Mapping Initiative_The Intent of Things and Ana...
Smart Factory Technology Road Mapping Initiative_The Intent of Things and Ana...
Paul Fechtelkotter
 

What's hot (20)

Industry 4.0 PPT PDF for Smart Manufacturing using IIoT (Industrial IoT i.e. ...
Industry 4.0 PPT PDF for Smart Manufacturing using IIoT (Industrial IoT i.e. ...Industry 4.0 PPT PDF for Smart Manufacturing using IIoT (Industrial IoT i.e. ...
Industry 4.0 PPT PDF for Smart Manufacturing using IIoT (Industrial IoT i.e. ...
 
Next Dimension IIoT Presentation
Next Dimension IIoT PresentationNext Dimension IIoT Presentation
Next Dimension IIoT Presentation
 
AI as a Catalyst for IoT
AI as a Catalyst for IoTAI as a Catalyst for IoT
AI as a Catalyst for IoT
 
É possível existir segurança para IoT?
É possível existir segurança para IoT?É possível existir segurança para IoT?
É possível existir segurança para IoT?
 
Industry week webinar on IIot and data visualzation
    Industry week webinar on IIot and data visualzation    Industry week webinar on IIot and data visualzation
Industry week webinar on IIot and data visualzation
 
Industrial IoT and OT/IT Convergence
Industrial IoT and OT/IT ConvergenceIndustrial IoT and OT/IT Convergence
Industrial IoT and OT/IT Convergence
 
Intelligent Maintenance: Mapping the #IIoT Process
Intelligent Maintenance: Mapping the #IIoT ProcessIntelligent Maintenance: Mapping the #IIoT Process
Intelligent Maintenance: Mapping the #IIoT Process
 
Smart Factory Technology Road Mapping Initiative_The Intent of Things and Ana...
Smart Factory Technology Road Mapping Initiative_The Intent of Things and Ana...Smart Factory Technology Road Mapping Initiative_The Intent of Things and Ana...
Smart Factory Technology Road Mapping Initiative_The Intent of Things and Ana...
 
IoT-Use-Case-eBook
IoT-Use-Case-eBookIoT-Use-Case-eBook
IoT-Use-Case-eBook
 
eBook-IoTPractice
eBook-IoTPracticeeBook-IoTPractice
eBook-IoTPractice
 
IBM Internet of Things Offerings
IBM Internet of Things OfferingsIBM Internet of Things Offerings
IBM Internet of Things Offerings
 
Journey to Industry 4.0 and beyond with Cognitive Manufacturing
Journey to Industry 4.0 and beyond with Cognitive ManufacturingJourney to Industry 4.0 and beyond with Cognitive Manufacturing
Journey to Industry 4.0 and beyond with Cognitive Manufacturing
 
Industry 4.0 Smart Factory IoT Solutions- building the digital enterprise to ...
Industry 4.0 Smart Factory IoT Solutions- building the digital enterprise to ...Industry 4.0 Smart Factory IoT Solutions- building the digital enterprise to ...
Industry 4.0 Smart Factory IoT Solutions- building the digital enterprise to ...
 
Robert Harrison, WMG - IIoT and Industry 4.0 in Automation Systems Engineering
Robert Harrison, WMG - IIoT and Industry 4.0 in Automation Systems EngineeringRobert Harrison, WMG - IIoT and Industry 4.0 in Automation Systems Engineering
Robert Harrison, WMG - IIoT and Industry 4.0 in Automation Systems Engineering
 
What is a smart factory
What is a smart factoryWhat is a smart factory
What is a smart factory
 
The Most Definitive guide to Industrial IoT Implementation
The Most Definitive guide to Industrial IoT ImplementationThe Most Definitive guide to Industrial IoT Implementation
The Most Definitive guide to Industrial IoT Implementation
 
2015-09-16 IoT in Oil and Gas Conference
2015-09-16 IoT in Oil and Gas Conference2015-09-16 IoT in Oil and Gas Conference
2015-09-16 IoT in Oil and Gas Conference
 
Connected barrels_IoT in Oil and Gas_deloitte
Connected barrels_IoT in Oil and Gas_deloitteConnected barrels_IoT in Oil and Gas_deloitte
Connected barrels_IoT in Oil and Gas_deloitte
 
Industry 4.0 Security
Industry 4.0 SecurityIndustry 4.0 Security
Industry 4.0 Security
 
Strong Security Elements for IoT Manufacturing
Strong Security Elements for IoT Manufacturing Strong Security Elements for IoT Manufacturing
Strong Security Elements for IoT Manufacturing
 

Viewers also liked

SNViz: Analysis-oriented Visualization for the Internet of Things
SNViz: Analysis-oriented Visualization for the Internet of ThingsSNViz: Analysis-oriented Visualization for the Internet of Things
SNViz: Analysis-oriented Visualization for the Internet of Things
benaam
 

Viewers also liked (18)

IIoT : Old Wine in a New Bottle?
IIoT : Old Wine in a New Bottle?IIoT : Old Wine in a New Bottle?
IIoT : Old Wine in a New Bottle?
 
How to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheHow to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your Niche
 
Multi-model database
Multi-model databaseMulti-model database
Multi-model database
 
Introducción
IntroducciónIntroducción
Introducción
 
Análisis y construcción con regla y compás clase 1 geometria
Análisis y construcción con regla y compás clase 1 geometriaAnálisis y construcción con regla y compás clase 1 geometria
Análisis y construcción con regla y compás clase 1 geometria
 
The 15th Annual Logistics and Supply Chain Management Conference (VCML2015) F...
The 15th Annual Logistics and Supply Chain Management Conference (VCML2015) F...The 15th Annual Logistics and Supply Chain Management Conference (VCML2015) F...
The 15th Annual Logistics and Supply Chain Management Conference (VCML2015) F...
 
Scaling and Measurement techniques
Scaling and Measurement techniquesScaling and Measurement techniques
Scaling and Measurement techniques
 
Asesoria platos tipicos colombianos diana
Asesoria platos tipicos colombianos   dianaAsesoria platos tipicos colombianos   diana
Asesoria platos tipicos colombianos diana
 
San Jose Sustainability CEE 224Y Final Presentation
San Jose Sustainability CEE 224Y Final PresentationSan Jose Sustainability CEE 224Y Final Presentation
San Jose Sustainability CEE 224Y Final Presentation
 
THE COCA COLA COMPANY WORLD WIDE MARKET SHARE 2015
THE COCA COLA COMPANY WORLD WIDE  MARKET SHARE 2015THE COCA COLA COMPANY WORLD WIDE  MARKET SHARE 2015
THE COCA COLA COMPANY WORLD WIDE MARKET SHARE 2015
 
Data analysis and Presentation
Data analysis and PresentationData analysis and Presentation
Data analysis and Presentation
 
Sosiaalisen median perusteita ja ajankohtaiskatsaus
 Sosiaalisen median perusteita ja ajankohtaiskatsaus Sosiaalisen median perusteita ja ajankohtaiskatsaus
Sosiaalisen median perusteita ja ajankohtaiskatsaus
 
Visualization of IoT data 
with minecraft
Visualization of IoT data 
with minecraftVisualization of IoT data 
with minecraft
Visualization of IoT data 
with minecraft
 
SNViz: Analysis-oriented Visualization for the Internet of Things
SNViz: Analysis-oriented Visualization for the Internet of ThingsSNViz: Analysis-oriented Visualization for the Internet of Things
SNViz: Analysis-oriented Visualization for the Internet of Things
 
Internet of Things Primer
Internet of Things PrimerInternet of Things Primer
Internet of Things Primer
 
Space Rovers and Surgical Robots: System Architecture Lessons from Mars
Space Rovers and Surgical Robots: System Architecture Lessons from MarsSpace Rovers and Surgical Robots: System Architecture Lessons from Mars
Space Rovers and Surgical Robots: System Architecture Lessons from Mars
 
Cybersecurity Spotlight: Looking under the Hood at Data Breaches and Hardenin...
Cybersecurity Spotlight: Looking under the Hood at Data Breaches and Hardenin...Cybersecurity Spotlight: Looking under the Hood at Data Breaches and Hardenin...
Cybersecurity Spotlight: Looking under the Hood at Data Breaches and Hardenin...
 
Learn About FACE Aligned Reference Platform: Built on COTS and DO-178C Certif...
Learn About FACE Aligned Reference Platform: Built on COTS and DO-178C Certif...Learn About FACE Aligned Reference Platform: Built on COTS and DO-178C Certif...
Learn About FACE Aligned Reference Platform: Built on COTS and DO-178C Certif...
 

Similar to Edge patterns in the IIoT

Deep Learning Approaches for Information Centric Network and Internet of Things
Deep Learning Approaches for Information Centric Network and Internet of ThingsDeep Learning Approaches for Information Centric Network and Internet of Things
Deep Learning Approaches for Information Centric Network and Internet of Things
ijtsrd
 

Similar to Edge patterns in the IIoT (20)

20180115 Mobile AIoT Networking-ftsai
20180115 Mobile AIoT Networking-ftsai20180115 Mobile AIoT Networking-ftsai
20180115 Mobile AIoT Networking-ftsai
 
Industrial IoT is coming
Industrial IoT is comingIndustrial IoT is coming
Industrial IoT is coming
 
Bridgera enterprise IoT Software Solutions
Bridgera enterprise IoT Software SolutionsBridgera enterprise IoT Software Solutions
Bridgera enterprise IoT Software Solutions
 
Internet of Things (IoT) Outlook Survey
Internet of Things (IoT) Outlook SurveyInternet of Things (IoT) Outlook Survey
Internet of Things (IoT) Outlook Survey
 
1213532535.pdf
1213532535.pdf1213532535.pdf
1213532535.pdf
 
Mature Field Redevelopments: How to Stay Relevant for the Foreseeable Future
Mature Field Redevelopments: How to Stay Relevant for the Foreseeable FutureMature Field Redevelopments: How to Stay Relevant for the Foreseeable Future
Mature Field Redevelopments: How to Stay Relevant for the Foreseeable Future
 
IoT to Cloud: Middle Layer (e.g Gateway, Hubs, Fog, Edge Computing)
IoT to Cloud: Middle Layer (e.g Gateway, Hubs, Fog, Edge Computing)IoT to Cloud: Middle Layer (e.g Gateway, Hubs, Fog, Edge Computing)
IoT to Cloud: Middle Layer (e.g Gateway, Hubs, Fog, Edge Computing)
 
Iot tunisia forum 2017 internet of things trends_directions and opportunit...
Iot tunisia forum 2017    internet of things trends_directions and opportunit...Iot tunisia forum 2017    internet of things trends_directions and opportunit...
Iot tunisia forum 2017 internet of things trends_directions and opportunit...
 
A Review: The Internet of Things Using Fog Computing
A Review: The Internet of Things Using Fog ComputingA Review: The Internet of Things Using Fog Computing
A Review: The Internet of Things Using Fog Computing
 
NUS-ISS Learning Day 2018- Harnessing the power of cloud solutions in urban a...
NUS-ISS Learning Day 2018- Harnessing the power of cloud solutions in urban a...NUS-ISS Learning Day 2018- Harnessing the power of cloud solutions in urban a...
NUS-ISS Learning Day 2018- Harnessing the power of cloud solutions in urban a...
 
Project Topics on Information Technology
Project Topics on Information TechnologyProject Topics on Information Technology
Project Topics on Information Technology
 
Deep Learning Approaches for Information Centric Network and Internet of Things
Deep Learning Approaches for Information Centric Network and Internet of ThingsDeep Learning Approaches for Information Centric Network and Internet of Things
Deep Learning Approaches for Information Centric Network and Internet of Things
 
iDate: AI and blockchain
iDate: AI and blockchainiDate: AI and blockchain
iDate: AI and blockchain
 
Towards a Resource Slice Interoperability Hub for IoT
Towards a Resource Slice Interoperability Hub for IoTTowards a Resource Slice Interoperability Hub for IoT
Towards a Resource Slice Interoperability Hub for IoT
 
IoT Interfaces to Cloud + Big Data
 IoT Interfaces to Cloud + Big Data IoT Interfaces to Cloud + Big Data
IoT Interfaces to Cloud + Big Data
 
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCOEl IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
 
Gartner IO 2018 Keynote Presentation: Architect a Digital-Ready Infrastructure
Gartner IO 2018 Keynote Presentation: Architect a Digital-Ready InfrastructureGartner IO 2018 Keynote Presentation: Architect a Digital-Ready Infrastructure
Gartner IO 2018 Keynote Presentation: Architect a Digital-Ready Infrastructure
 
Niclas Elfström
Niclas ElfströmNiclas Elfström
Niclas Elfström
 
Oracle Digital Business Transformation and Internet of Things by Ermin Prašović
Oracle Digital Business Transformation and Internet of Things by Ermin PrašovićOracle Digital Business Transformation and Internet of Things by Ermin Prašović
Oracle Digital Business Transformation and Internet of Things by Ermin Prašović
 
Data Virtualization: An Introduction
Data Virtualization: An IntroductionData Virtualization: An Introduction
Data Virtualization: An Introduction
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Recently uploaded (20)

AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by Anitaraj
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 

Edge patterns in the IIoT

  • 1. EDGE PATTERNS IN THE IIOT BRAD NICHOLAS CHICAGO IOT MEETUP MARCH 2017
  • 2. 2Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx AGENDA 01 3 minutes about Uptake 02 Some key considerations 03 The 3 patterns 04 Manufacturing discussion / Q&A
  • 3. 3Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx Uptake at a glance AEROSPACE AGRICULTURE CONSTRUCTION ENERGY 104M predictions generated to date 2014 founded in Chicago 82% across Data Science & Engineering 700 Employees Uptake has developed partnerships in: HEALTHCARE MINING RAIL RETAIL Uptake selected as the hottest startup of 2015 – beating out Uber and Slack. – Dec 2015 Uptake’s Industry Thought Leaders featured in:
  • 4. 4Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx Our platform is purpose-built to deliver actionable insights and recommendations into workflow, empowering people to create value Raw Data Data Ingestion Platform Apps Data Science Engines Data Integrity Software Development Kit Failure Prediction Anomaly Detection Recommendations Event / Alert Filtering Data Operations Center Normalization & Cleansing End to end visibility Encryption in transit and at rest API Portal Developer Content Mgmt. App Store Tools Assets Customers ERP Contextual • Weather • Social Media • 3rd party Sample Apps: • Condition- Based Monitoring • Supply Chain Optimization • Fuel and Energy Management • Performance Optimization Workflow Integration Examples: • Automated locomotive re-routing • Automated parts ordering • Automated maintenance scheduling END-TO-END CYBER, INFORMATION, AND OPERATIONAL SECURITY
  • 5. 5Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx About Me I run the IoT team at Uptake bradn www.linkedin.com/in/bradn Automotive, Manufacturing, Consulting, Telecom, Startups EE MBA Fun fact: I “OEM+” hack & restore German cars
  • 6. 6Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx We’re hiring. https://boards.greenhouse.io/uptake Come see me if you’re interested in IoT, device management, embedded programming, crypto
  • 8. 8Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx Digitization is lagging in many industry sectors that need IIoT MGI Industry Digitization Index http://www.mckinsey.com/industries/high-tech/our-insights/digital-america-a-tale-of-the-haves-and-have-mores • Quasi-public and/or highly localized sectors are lagging in digitization • Labor-intensive sectors need digital tools for the workforce • Knowledge-intensive sectors are already highly digitized • Capital-intensive sectors have high IoT potential • Service sectors can digitize customer transactions • B2B sectors can benefit from expanded digital engagement 6 5 1 2 3 4
  • 9. 9Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx 3 essential elements to IIoT value creation Data Ingestion “Sense” Analytics “Infer” Workflow “Act”
  • 10. 10Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx IIC’s reference model for industrial analytics covers most of the bases Multi-tiered approach Sensing vs Actuating Different time horizons Open vs Closed loop Source: Industrial Internet Consortium IIRA http://www.iiconsortium.org/IIRA.htm
  • 11. 11Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx Where you compute affects many things There is no one architecture that will address everything. But there are certainly some common questions to answer Proximity Response Time Node Computing Capacity Bandwidth Consumed Focal Points Exceptions Sense Act
  • 12. 12Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx How you are able to connect also affects what you can do Latency, bandwidth, cost and complexity are usually not as optimal as you want them to be MobileLocal IndividualSite
  • 13. 13Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx Other key IIoT needs, beyond strong security & viable economics Separation of Concerns is essential Key to managing complexity, achieving maintainability and resilience https://effectivesoftwaredesign.com/2012/02/05/separation-of-concerns/ IP protection is crucial Data rights management for both original and derived data, at rest and in flight, all nodes, including authorized use https://motherboard.vice.com/en_us/article/why-american-farmers-are- hacking-their-tractors-with-ukrainian-firmware Heterogeneity is unavoidable Computing environments Node state Mobility vs fixed location Networking options and node availability Domain responsibility IT/OT barrier is literally a real thing Operational control comes first Skills/expertise is very different Most capital equipment is decades old and relies on physical security http://blog.iiconsortium.org/2016/08/it-vs-ot-for-the-industrial-internet-two- sides-of-the-same-coin.html
  • 15. 15Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx 3 patterns seem to address most IIoT deployment scenarios Physical Edge On-device IoT node Platform & Applications Cloud Edge reverse CDN for the physical web Edge Gateway “On location” connectivity node
  • 16. 16Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx The Cloud Edge is effectively the ‘virtual physical web’ A hybrid node that serves as a “concentrator” or “reverse CDN” for the physical web. It can isolate IoT traffic and service cloud-based applications with anything they need from the physical web Concentrates physical web data streams Interacts with Edge Gateways and higher end Physical Edge nodes Serves web APIs to cloud applications You can train ML using the data on this node. You could continually train ML given sufficient compute capacity and data. You can distribute its contents via CDN, subject to data rights management
  • 17. 17Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx The Physical Edge interacts directly with IIoT data sources Protects the OT layer and hosts specialized, “high interaction” IoT processes Serves as a direct data extraction point for physical web data generated by a machine or process Protects machine / process operation at all costs, even if data extraction compromised Runs on-machine / on-process analytics functions Protects OEM and machine owner IP by enforcing data rights management at the source, under terms suitable to the IP owners Must be designed and deployed in collaboration with machine / process OEMs and operators Provides much richer data access capabilities
  • 18. 18Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx The Edge Gateway Resides in proximity to physical web nodes and handles connectivity gaps Manages “inter physical web” IoT interactions that aren’t needed to control things Primary function is to monitor physical web machines / processes Eliminates the need for physical web devices to interact with the Cloud Edge directly Queues on premise when backhaul connectivity is unavailable, restricted due to cost or otherwise unusable Speaks local machine dialects
  • 19. 19Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx The 3 edge patterns can be implemented flexibly Physical Edge nodes deployed on advanced machines with excellent connectivity can connect directly to Cloud Edge nodes – without an Edge Gateway Cloud Edge nodes could be deployed anywhere connectivity to other edge nodes and “data center quality” bandwidth is available • A very high end physical web machine or process • At a fixed location like an airport terminal Edge Gateway nodes could be co-deployed with Physical Web nodes as long as suitable backhaul connectivity to a Cloud Edge node is available
  • 20. Discussion Applying the edge patterns in manufacturing 04
  • 21. 21Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx OEE - Overall Equipment Effectiveness Total Productive Maintenance Seiichi Nakajima 1982-1984 www.AMTonline.org http://capstonemetrics.com/files/whitepaper-oeeoverview.pdf OEE = Availability x Performance x Quality TEEP = Loading x OEE
  • 22. 22Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx OEE & TEEP let you keep score, but that’s about it. • They’re useful, but reactive, not predictive • What are the historical causes of poor OEE? Are they clearly understood? Are they static or do things change over time? • Are there ways to recognize patterns in historical data that can provide advanced indication of those causes developing? • Can you act on those causes? • How much time would you have to act? • What would you need to improve your ability to predict issues and act on those predictions?
  • 23. 23Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx Discussion Some potential improvements - beyond normal operations Physical Web node functions Vibration analytics for rotational and reciprocating machinery Additional process quality instrumentation Detailed / granular OEE data collection via SCADA and machine control integrations Physical Web and Cloud Edge node functions Event correlation analytics
  • 24. 24Copyright © 2017 Uptake23-Mar-17Brad Nicholas – Chicago IoT March 2017.pptx This is the tip of the iceberg A lot of critical questions have been left unanswered here. Great discussion topics! Greenfield vs Brownfield (factory fit vs retrofit) Remote device management Compute capacity System operations Additional material: McKinsey Analytics Report http://www.mckinsey.com/business-functions/mckinsey-analytics/our-insights/the-age-of-analytics-competing-in-a-data-driven-world?cid=analytics-alt-mgi-mgi-oth-1612 Peter Levine – The End of Cloud Computing http://a16z.com/2016/12/16/the-end-of-cloud-computing/ Frank Chen – Deep Learning and Machine Learning Primer http://a16z.com/2016/06/10/ai-deep-learning-machines/