SlideShare a Scribd company logo
1 of 32
BATCH ONE SIZE WITH INDUSTRIAL
SEMANTICS
The advantages of analytical solutions in manufacturing automation
and how to create the environment to make them work for you
OUR COMPANY
25.11.2018 Our company PAGE 2
450EMPLOYEES IN 13COUNTRIES ...
… generated sales revenue of EUR 100 million in 2017.
THE WORLD OF WEISS COMPONENTS
UNPARALLELED DIVERSITY
WE KNOW WHAT YOU ARE TALKING ABOUT
25.11.2018 Our customers PAGE 5
Automotive Medical /
pharmaceutical
Food Machinery and plant
engineering
Consumer / electronics
A SELECTION OF OUR CUSTOMERS
25.11.2018 Our customers PAGE 6
1 Types and qualities of knowledge
2 Knowledge engineering using AutomationML
3 Semantic interoperability – RAMI4.0
4 Expert systems and the software stack of truth
5 Autonomous system- and process engineering for unique products
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 7
TYPES AND QUALITIES OF KNOWLEDGE
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 8
» Immanuel Kant
* Critique of the pure Reason
A Priori
•Knowledge is necessary
and universal
•Rules of Logic
•Axioms of Mathematics
A Posteriori
•Based on Experience
•Knowledge is Intuition
•All Sciences, including
•“Laws” of physics
TYPES AND QUALITIES OF KNOWLEDGE
25.11.2018 Towards Batch One Size with Industrial Semantics
» Albert Einstein
“How can it be that mathematics, being after all a product of
human thought which is independent of experience, is so
admirably appropriate to the objects of reality?”
PAGE 9
TYPES AND QUALITIES OF KNOWLEDGE
25.11.2018 Towards Batch One Size with Industrial Semantics
Deep?
PAGE 10
Deep!
TYPES AND QUALITIES OF KNOWLEDGE
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 11
Deep?
Praxis / Machine Learning
» Can only Interpolate
» Domain Specific
» Subject to Bias / Prejudice
» Computationally expensive
Deep!
Theory / Analytical Models
» Can Extrapolate
» Broadly applicable
» Unbiased
» Computationally cheap
TYPES AND QUALITIES OF KNOWLEDGE
A Priori
Knowledge
Exact
Sciences
Analytical
Models
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 12
Leverage Engineering
Knowledge
Let the computer
reason upon it
Use data-driven as a
last resource
1 Types and qualities of knowledge
2 Knowledge engineering using AutomationML
3 Semantic interoperability – RAMI4.0
4 Expert systems and the software stack of truth
5 Autonomous system- and process engineering for unique products
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 13
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 14
KNOWLEDGE ENGINEERING USING
AUTOMATIONML
Source:
AutomationML in a Nutshell
Nicole Schmidt, Arndt Lüder
State: November 2015
» Open Association since
2009
» XML-Based data format
» Industry 4.0 Standard
 IEC 62714
 IEC 62424
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 15
KNOWLEDGE ENGINEERING USING
AUTOMATIONML
Source:
AutomationML in a Nutshell
Nicole Schmidt, Arndt Lüder
State: November 2015
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 16
KNOWLEDGE ENGINEERING USING
AUTOMATIONML
Source:
AutomationML in a Nutshell
Nicole Schmidt, Arndt Lüder
State: November 2015
AutomationML
Taxonomy
Hierarchy
RolesInterfaces
External
References
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 18
KNOWLEDGE ENGINEERING USING
AUTOMATIONML
Geometry:
Collada
Logic:
PLCOpen
XML
Semantic
Reference:
eCl@ss
1 Types and qualities of knowledge
2 Knowledge engineering using AutomationML
3 Semantic interoperability – RAMI4.0
4 Expert systems and the software stack of truth
5 Autonomous system- and process engineering for unique products
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 20
SEMANTIC INTEROPERABILITY – RAMI4.0
HTTP://I40.SEMANTIC-INTEROPERABILITY.ORG/
25.11.2018
Towards Batch One Size with Industrial Semantics PAGE 22
SEMANTIC INTEROPERABILITY – RAMI4.0
HTTP://I40.SEMANTIC-INTEROPERABILITY.ORG/
25.11.2018
Towards Batch One Size with Industrial Semantics PAGE 23
Semantic References
•Objects and Properties referred globally
•Unified Classification
•Standardized Parameter Sets
•Language-Neutral
Queries:
•What is the average Power Factor of ALL my
electric motors weighted by nominal power?
•Which are ALL my ball screws past warranty?
•Which machine tool is most likely to cause a
downtime?
1 Types and qualities of knowledge
2 Knowledge engineering using AutomationML
3 Semantic interoperability – RAMI4.0
4 Expert systems and the software stack of truth
5 Autonomous system- and process engineering for unique products
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 24
EXPERT SYSTEMS / SOFTWARE STACK OF TRUTH
AI
Symbolic
Logic Based
Knowledge
Based
Subsymbolic
Autonomous
Systems
Distributed AI
Statistical
Probabilistic
ML
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 25
Facts
Rules
Queries
Prolog, 1972
Declarative Rules Language
Modus Ponens, backward chaining
Engine
Datalog…RuleML…Drools…
EXPERT SYSTEMS / SOFTWARE STACK OF TRUTH
SEMANTIC WEB
» Proposed by Sir Tim Berners-Lee
- Inventor of the WWW
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 26
“I have a dream for the Web [in which
computers] become capable of analyzing
all the data on the Web – the content,
links, and transactions between people
and computers. A "Semantic Web",
which makes this possible, has yet to
emerge, but when it does, the day-to-day
mechanisms of trade, bureaucracy and
our daily lives will be handled by
machines talking to machines. The
"intelligent agents" people have touted
for ages will finally materialize.[6]”
EXPERT SYSTEMS / SOFTWARE STACK OF TRUTH
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 28
»The Semantic WEB failed.
»But we will save it. And
I4.0 will be born.
 Engineering Ontologies
 Ecossystem Data Exchange
 Querying complex problems
EXPERT SYSTEMS / SOFTWARE STACK OF TRUTH
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 29
Source: AutomationML Analyzer form TU-Wien
http://data.ifs.tuwien.ac.at/aml/analyzer/
What is the weight and power
consumption of the whole system?
SELECT (SUM(xsd:integer(?deviceWeight)) AS ?systemWeight)
(SUM(xsd:integer(?devicePowerConsumption)) AS ?
systemPowerConsumption)
WHERE {
aml:myConveyor aml:hasPart* ?device
?device a aml:InternalElement
?device aml:hasAttribute ?attribute
?attribute aml:hasAttributeName "Weight„
?attribute aml:hasValue ?deviceWeight
?device aml:hasAttribute ?attribute
?attribute aml:hasName "PowerConsumption„
?attribute aml:hasValue ?devicePowerConsumption . }
1 Types and qualities of knowledge
2 Knowledge engineering using AutomationML
3 Semantic interoperability – RAMI4.0
4 Expert systems and the software stack of truth
5 Autonomous system- and process engineering for unique products
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 30
AUTONOMOUS SYSTEM- AND PROCESS
ENGINEERING FOR UNIQUE PRODUCTS
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 31
» How can we produce <this> with the current
resources ?
» What Throughput can be reached if we add
<this> product/process/resource change?
» Which alternatives are there in the market for
<this> linear axis, exceeding its performance
but not its weight?
» Please tune the control loop of <this> 450mm
wafer manipulator eliminating the first 6
eigenfrequencies!
AUTONOMOUS SYSTEM- AND PROCESS
ENGINEERING FOR UNIQUE PRODUCTS
Vendors
Market
Standards
Tech Partners
Manufacturers
Society Batch 1 Size
Self-
Configuring
Production.
Inference
Engines
Expert
Rulebases
Companion
Ontologies
Industrial
Semantics
Product
Models
Analytical
Formulas
0
Experiments
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 32
https://www.symestic.de/de/industrie-4-0.html
AUTONOMOUS SYSTEM- AND PROCESS
ENGINEERING FOR UNIQUE PRODUCTS
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 33
Neo4J, ArangoDB, Jena+Hbase, CumulusRDF+ScyllaDB
Solver1
SPARQL Queries
RDF MathML
Solver2 Eval…
Reasoning Engine
Problem Solution
Vendor AML +
eCl@ss
Your AML +
eCl@ss
AMLO
Ingest
Ingest
MathML
Protégé
Your Rules
BONUS TAKEAWAY
Behold!
• Hire some Mathematicians to
code 400 years of science in
your domain
• Demand AML-Product Models
from ALL your vendors
• Master AML, RDF, OWL and
SPARQL yourself
• Build a powerful, scalable
inference stack
Please!
•Use Simulations, Numeric
Methods and Data-Driven
Learning only as your last
resource
•Mankind has to
spare those
Megawatts to mine
cryptocurrencies
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 34
BIBLIOGRAPHY
» CUDRÉ-MAUROUX, Philippe, et al. NoSQL databases for RDF: an empirical evaluation. In:
International Semantic Web Conference. Springer, Berlin, Heidelberg, 2013. S. 310-325.
» KOVALENKO, Olga, et al. AutomationML Ontology: Modeling Cyber-Physical Systems for
Industry 4.0.
» WAGNER, Constantin, et al. The role of the Industry 4.0 asset administration shell and the
digital twin during the life cycle of a plant. In: Emerging Technologies and Factory Automation
(ETFA), 2017 22nd IEEE International Conference on. IEEE, 2017. S. 1-8.
» FRANCALANZA, Emmanuel; BORG, Jonathan; CONSTANTINESCU, Carmen. A knowledge-based
tool for designing cyber physical production systems. Computers in Industry, 2017, 84. Jg., S.
39-58.
» AutomationML in a Nutshell. Nicole Schmidt, Arndt Lüder State: November 2015
» http://i40.semantic-interoperability.org/
25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 35
www.weiss-international.com
Paulo Zanini
Head of IoT and Digitalization
p.zanini@weiss-gmbh.de
Phone +49 6281 5208-775
PAGE 36

More Related Content

Similar to Towards batch one size with industrial semantics email

New Trends in Data Management in the Information Industries
New Trends in Data Management in the Information Industries New Trends in Data Management in the Information Industries
New Trends in Data Management in the Information Industries Matt Turner
 
Industrial production process visualization with the Elastic Stack in real-ti...
Industrial production process visualization with the Elastic Stack in real-ti...Industrial production process visualization with the Elastic Stack in real-ti...
Industrial production process visualization with the Elastic Stack in real-ti...Elasticsearch
 
Reconfigurable Computing
Reconfigurable ComputingReconfigurable Computing
Reconfigurable Computingppd1961
 
MLSEV Virtual. ML Platformization and AutoML in the Enterprise
MLSEV Virtual. ML Platformization and AutoML in the EnterpriseMLSEV Virtual. ML Platformization and AutoML in the Enterprise
MLSEV Virtual. ML Platformization and AutoML in the EnterpriseBigML, Inc
 
Cwin16 tls-partner-mark logic-an innovation journey in manufacturing
Cwin16 tls-partner-mark logic-an innovation journey in manufacturingCwin16 tls-partner-mark logic-an innovation journey in manufacturing
Cwin16 tls-partner-mark logic-an innovation journey in manufacturingCapgemini
 
DutchMLSchool. ML for Energy Trading and Automotive Sector
DutchMLSchool. ML for Energy Trading and Automotive SectorDutchMLSchool. ML for Energy Trading and Automotive Sector
DutchMLSchool. ML for Energy Trading and Automotive SectorBigML, Inc
 
Business Ecosystems Internet of Things at ABB
Business Ecosystems Internet of Things at ABBBusiness Ecosystems Internet of Things at ABB
Business Ecosystems Internet of Things at ABBMikko Marsio
 
Real-time processing of large amounts of data
Real-time processing of large amounts of dataReal-time processing of large amounts of data
Real-time processing of large amounts of dataconfluent
 
Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...
Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...
Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...Ed Fernandez
 
Industry 4.0: Merging Internet and Factories
Industry 4.0: Merging Internet and FactoriesIndustry 4.0: Merging Internet and Factories
Industry 4.0: Merging Internet and FactoriesFabernovel
 
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...Rockwell Automation
 
Artificial Intelligence: Context of application of AI in Chemicals
Artificial Intelligence: Context of application of AI in ChemicalsArtificial Intelligence: Context of application of AI in Chemicals
Artificial Intelligence: Context of application of AI in Chemicalsaccenture
 
Optimizing your SparkML pipelines using the latest features in Spark 2.3
Optimizing your SparkML pipelines using the latest features in Spark 2.3Optimizing your SparkML pipelines using the latest features in Spark 2.3
Optimizing your SparkML pipelines using the latest features in Spark 2.3DataWorks Summit
 
Real-Time Analytics with Confluent and MemSQL
Real-Time Analytics with Confluent and MemSQLReal-Time Analytics with Confluent and MemSQL
Real-Time Analytics with Confluent and MemSQLSingleStore
 
Search-based business intelligence and reverse data engineering with Apache Solr
Search-based business intelligence and reverse data engineering with Apache SolrSearch-based business intelligence and reverse data engineering with Apache Solr
Search-based business intelligence and reverse data engineering with Apache SolrMario-Leander Reimer
 
Arcelormittal @ Scilab Conference 2018
Arcelormittal @ Scilab Conference 2018Arcelormittal @ Scilab Conference 2018
Arcelormittal @ Scilab Conference 2018Scilab
 
Semantic Web for Advanced Engineering
Semantic Web for Advanced EngineeringSemantic Web for Advanced Engineering
Semantic Web for Advanced EngineeringMarta Sabou
 
AutomationML: A Model-Driven View
AutomationML: A Model-Driven ViewAutomationML: A Model-Driven View
AutomationML: A Model-Driven ViewLuca Berardinelli
 
Building the Ideal Stack for Machine Learning
Building the Ideal Stack for Machine LearningBuilding the Ideal Stack for Machine Learning
Building the Ideal Stack for Machine LearningSingleStore
 

Similar to Towards batch one size with industrial semantics email (20)

New Trends in Data Management in the Information Industries
New Trends in Data Management in the Information Industries New Trends in Data Management in the Information Industries
New Trends in Data Management in the Information Industries
 
Industrial production process visualization with the Elastic Stack in real-ti...
Industrial production process visualization with the Elastic Stack in real-ti...Industrial production process visualization with the Elastic Stack in real-ti...
Industrial production process visualization with the Elastic Stack in real-ti...
 
Reconfigurable Computing
Reconfigurable ComputingReconfigurable Computing
Reconfigurable Computing
 
MLSEV Virtual. ML Platformization and AutoML in the Enterprise
MLSEV Virtual. ML Platformization and AutoML in the EnterpriseMLSEV Virtual. ML Platformization and AutoML in the Enterprise
MLSEV Virtual. ML Platformization and AutoML in the Enterprise
 
Cwin16 tls-partner-mark logic-an innovation journey in manufacturing
Cwin16 tls-partner-mark logic-an innovation journey in manufacturingCwin16 tls-partner-mark logic-an innovation journey in manufacturing
Cwin16 tls-partner-mark logic-an innovation journey in manufacturing
 
DutchMLSchool. ML for Energy Trading and Automotive Sector
DutchMLSchool. ML for Energy Trading and Automotive SectorDutchMLSchool. ML for Energy Trading and Automotive Sector
DutchMLSchool. ML for Energy Trading and Automotive Sector
 
Business Ecosystems Internet of Things at ABB
Business Ecosystems Internet of Things at ABBBusiness Ecosystems Internet of Things at ABB
Business Ecosystems Internet of Things at ABB
 
Real-time processing of large amounts of data
Real-time processing of large amounts of dataReal-time processing of large amounts of data
Real-time processing of large amounts of data
 
Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...
Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...
Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...
 
Industry 4.0: Merging Internet and Factories
Industry 4.0: Merging Internet and FactoriesIndustry 4.0: Merging Internet and Factories
Industry 4.0: Merging Internet and Factories
 
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...
 
Artificial Intelligence: Context of application of AI in Chemicals
Artificial Intelligence: Context of application of AI in ChemicalsArtificial Intelligence: Context of application of AI in Chemicals
Artificial Intelligence: Context of application of AI in Chemicals
 
Optimizing your SparkML pipelines using the latest features in Spark 2.3
Optimizing your SparkML pipelines using the latest features in Spark 2.3Optimizing your SparkML pipelines using the latest features in Spark 2.3
Optimizing your SparkML pipelines using the latest features in Spark 2.3
 
Real-Time Analytics with Confluent and MemSQL
Real-Time Analytics with Confluent and MemSQLReal-Time Analytics with Confluent and MemSQL
Real-Time Analytics with Confluent and MemSQL
 
Search-based business intelligence and reverse data engineering with Apache Solr
Search-based business intelligence and reverse data engineering with Apache SolrSearch-based business intelligence and reverse data engineering with Apache Solr
Search-based business intelligence and reverse data engineering with Apache Solr
 
Solve system problems with predictive analytics
Solve system problems with predictive analyticsSolve system problems with predictive analytics
Solve system problems with predictive analytics
 
Arcelormittal @ Scilab Conference 2018
Arcelormittal @ Scilab Conference 2018Arcelormittal @ Scilab Conference 2018
Arcelormittal @ Scilab Conference 2018
 
Semantic Web for Advanced Engineering
Semantic Web for Advanced EngineeringSemantic Web for Advanced Engineering
Semantic Web for Advanced Engineering
 
AutomationML: A Model-Driven View
AutomationML: A Model-Driven ViewAutomationML: A Model-Driven View
AutomationML: A Model-Driven View
 
Building the Ideal Stack for Machine Learning
Building the Ideal Stack for Machine LearningBuilding the Ideal Stack for Machine Learning
Building the Ideal Stack for Machine Learning
 

Recently uploaded

Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 

Recently uploaded (20)

🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 

Towards batch one size with industrial semantics email

  • 1. BATCH ONE SIZE WITH INDUSTRIAL SEMANTICS The advantages of analytical solutions in manufacturing automation and how to create the environment to make them work for you
  • 2. OUR COMPANY 25.11.2018 Our company PAGE 2
  • 3. 450EMPLOYEES IN 13COUNTRIES ... … generated sales revenue of EUR 100 million in 2017.
  • 4. THE WORLD OF WEISS COMPONENTS UNPARALLELED DIVERSITY
  • 5. WE KNOW WHAT YOU ARE TALKING ABOUT 25.11.2018 Our customers PAGE 5 Automotive Medical / pharmaceutical Food Machinery and plant engineering Consumer / electronics
  • 6. A SELECTION OF OUR CUSTOMERS 25.11.2018 Our customers PAGE 6
  • 7. 1 Types and qualities of knowledge 2 Knowledge engineering using AutomationML 3 Semantic interoperability – RAMI4.0 4 Expert systems and the software stack of truth 5 Autonomous system- and process engineering for unique products 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 7
  • 8. TYPES AND QUALITIES OF KNOWLEDGE 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 8 » Immanuel Kant * Critique of the pure Reason A Priori •Knowledge is necessary and universal •Rules of Logic •Axioms of Mathematics A Posteriori •Based on Experience •Knowledge is Intuition •All Sciences, including •“Laws” of physics
  • 9. TYPES AND QUALITIES OF KNOWLEDGE 25.11.2018 Towards Batch One Size with Industrial Semantics » Albert Einstein “How can it be that mathematics, being after all a product of human thought which is independent of experience, is so admirably appropriate to the objects of reality?” PAGE 9
  • 10. TYPES AND QUALITIES OF KNOWLEDGE 25.11.2018 Towards Batch One Size with Industrial Semantics Deep? PAGE 10 Deep!
  • 11. TYPES AND QUALITIES OF KNOWLEDGE 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 11 Deep? Praxis / Machine Learning » Can only Interpolate » Domain Specific » Subject to Bias / Prejudice » Computationally expensive Deep! Theory / Analytical Models » Can Extrapolate » Broadly applicable » Unbiased » Computationally cheap
  • 12. TYPES AND QUALITIES OF KNOWLEDGE A Priori Knowledge Exact Sciences Analytical Models 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 12 Leverage Engineering Knowledge Let the computer reason upon it Use data-driven as a last resource
  • 13. 1 Types and qualities of knowledge 2 Knowledge engineering using AutomationML 3 Semantic interoperability – RAMI4.0 4 Expert systems and the software stack of truth 5 Autonomous system- and process engineering for unique products 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 13
  • 14. 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 14 KNOWLEDGE ENGINEERING USING AUTOMATIONML Source: AutomationML in a Nutshell Nicole Schmidt, Arndt Lüder State: November 2015 » Open Association since 2009 » XML-Based data format » Industry 4.0 Standard  IEC 62714  IEC 62424
  • 15. 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 15 KNOWLEDGE ENGINEERING USING AUTOMATIONML Source: AutomationML in a Nutshell Nicole Schmidt, Arndt Lüder State: November 2015
  • 16. 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 16 KNOWLEDGE ENGINEERING USING AUTOMATIONML Source: AutomationML in a Nutshell Nicole Schmidt, Arndt Lüder State: November 2015 AutomationML Taxonomy Hierarchy RolesInterfaces External References
  • 17. 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 18 KNOWLEDGE ENGINEERING USING AUTOMATIONML Geometry: Collada Logic: PLCOpen XML Semantic Reference: eCl@ss
  • 18. 1 Types and qualities of knowledge 2 Knowledge engineering using AutomationML 3 Semantic interoperability – RAMI4.0 4 Expert systems and the software stack of truth 5 Autonomous system- and process engineering for unique products 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 20
  • 19. SEMANTIC INTEROPERABILITY – RAMI4.0 HTTP://I40.SEMANTIC-INTEROPERABILITY.ORG/ 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 22
  • 20. SEMANTIC INTEROPERABILITY – RAMI4.0 HTTP://I40.SEMANTIC-INTEROPERABILITY.ORG/ 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 23 Semantic References •Objects and Properties referred globally •Unified Classification •Standardized Parameter Sets •Language-Neutral Queries: •What is the average Power Factor of ALL my electric motors weighted by nominal power? •Which are ALL my ball screws past warranty? •Which machine tool is most likely to cause a downtime?
  • 21. 1 Types and qualities of knowledge 2 Knowledge engineering using AutomationML 3 Semantic interoperability – RAMI4.0 4 Expert systems and the software stack of truth 5 Autonomous system- and process engineering for unique products 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 24
  • 22. EXPERT SYSTEMS / SOFTWARE STACK OF TRUTH AI Symbolic Logic Based Knowledge Based Subsymbolic Autonomous Systems Distributed AI Statistical Probabilistic ML 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 25 Facts Rules Queries Prolog, 1972 Declarative Rules Language Modus Ponens, backward chaining Engine Datalog…RuleML…Drools…
  • 23. EXPERT SYSTEMS / SOFTWARE STACK OF TRUTH SEMANTIC WEB » Proposed by Sir Tim Berners-Lee - Inventor of the WWW 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 26 “I have a dream for the Web [in which computers] become capable of analyzing all the data on the Web – the content, links, and transactions between people and computers. A "Semantic Web", which makes this possible, has yet to emerge, but when it does, the day-to-day mechanisms of trade, bureaucracy and our daily lives will be handled by machines talking to machines. The "intelligent agents" people have touted for ages will finally materialize.[6]”
  • 24. EXPERT SYSTEMS / SOFTWARE STACK OF TRUTH 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 28 »The Semantic WEB failed. »But we will save it. And I4.0 will be born.  Engineering Ontologies  Ecossystem Data Exchange  Querying complex problems
  • 25. EXPERT SYSTEMS / SOFTWARE STACK OF TRUTH 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 29 Source: AutomationML Analyzer form TU-Wien http://data.ifs.tuwien.ac.at/aml/analyzer/ What is the weight and power consumption of the whole system? SELECT (SUM(xsd:integer(?deviceWeight)) AS ?systemWeight) (SUM(xsd:integer(?devicePowerConsumption)) AS ? systemPowerConsumption) WHERE { aml:myConveyor aml:hasPart* ?device ?device a aml:InternalElement ?device aml:hasAttribute ?attribute ?attribute aml:hasAttributeName "Weight„ ?attribute aml:hasValue ?deviceWeight ?device aml:hasAttribute ?attribute ?attribute aml:hasName "PowerConsumption„ ?attribute aml:hasValue ?devicePowerConsumption . }
  • 26. 1 Types and qualities of knowledge 2 Knowledge engineering using AutomationML 3 Semantic interoperability – RAMI4.0 4 Expert systems and the software stack of truth 5 Autonomous system- and process engineering for unique products 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 30
  • 27. AUTONOMOUS SYSTEM- AND PROCESS ENGINEERING FOR UNIQUE PRODUCTS 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 31 » How can we produce <this> with the current resources ? » What Throughput can be reached if we add <this> product/process/resource change? » Which alternatives are there in the market for <this> linear axis, exceeding its performance but not its weight? » Please tune the control loop of <this> 450mm wafer manipulator eliminating the first 6 eigenfrequencies!
  • 28. AUTONOMOUS SYSTEM- AND PROCESS ENGINEERING FOR UNIQUE PRODUCTS Vendors Market Standards Tech Partners Manufacturers Society Batch 1 Size Self- Configuring Production. Inference Engines Expert Rulebases Companion Ontologies Industrial Semantics Product Models Analytical Formulas 0 Experiments 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 32 https://www.symestic.de/de/industrie-4-0.html
  • 29. AUTONOMOUS SYSTEM- AND PROCESS ENGINEERING FOR UNIQUE PRODUCTS 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 33 Neo4J, ArangoDB, Jena+Hbase, CumulusRDF+ScyllaDB Solver1 SPARQL Queries RDF MathML Solver2 Eval… Reasoning Engine Problem Solution Vendor AML + eCl@ss Your AML + eCl@ss AMLO Ingest Ingest MathML Protégé Your Rules
  • 30. BONUS TAKEAWAY Behold! • Hire some Mathematicians to code 400 years of science in your domain • Demand AML-Product Models from ALL your vendors • Master AML, RDF, OWL and SPARQL yourself • Build a powerful, scalable inference stack Please! •Use Simulations, Numeric Methods and Data-Driven Learning only as your last resource •Mankind has to spare those Megawatts to mine cryptocurrencies 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 34
  • 31. BIBLIOGRAPHY » CUDRÉ-MAUROUX, Philippe, et al. NoSQL databases for RDF: an empirical evaluation. In: International Semantic Web Conference. Springer, Berlin, Heidelberg, 2013. S. 310-325. » KOVALENKO, Olga, et al. AutomationML Ontology: Modeling Cyber-Physical Systems for Industry 4.0. » WAGNER, Constantin, et al. The role of the Industry 4.0 asset administration shell and the digital twin during the life cycle of a plant. In: Emerging Technologies and Factory Automation (ETFA), 2017 22nd IEEE International Conference on. IEEE, 2017. S. 1-8. » FRANCALANZA, Emmanuel; BORG, Jonathan; CONSTANTINESCU, Carmen. A knowledge-based tool for designing cyber physical production systems. Computers in Industry, 2017, 84. Jg., S. 39-58. » AutomationML in a Nutshell. Nicole Schmidt, Arndt Lüder State: November 2015 » http://i40.semantic-interoperability.org/ 25.11.2018 Towards Batch One Size with Industrial Semantics PAGE 35
  • 32. www.weiss-international.com Paulo Zanini Head of IoT and Digitalization p.zanini@weiss-gmbh.de Phone +49 6281 5208-775 PAGE 36

Editor's Notes

  1. WEISS has enjoyed dynamic growth in the last few years. We have faced the global challenges head on and established an international network of companies that generated sales revenue of €100 million with around 450 employees in 2017.   We have employees in Europe, America and Asia. Our teams are interdisciplinary and include engineers, technicians, designers, programmers and consultants - all of whom have many years of experience. These different knowledge backgrounds form the basis for our intelligent mechatronic modules.
  2. A very wide range of rotary indexing tables is available with different drive types and sizes. No other company has such a broad product portfolio. The large range of handling units supplements this: Pick&Place, axes, rotating units - all available in a wide range of versions. Control systems, software. Also superstructures and substructures, frames, plates…
  3. Every sector is different and has its own special characteristics. We have therefore structured our organisation by industry segment. That's why we know your industry and your processes. This kind of customer proximity is extremely important to us. It allows us to better understand requirements and link them more effectively with our solution potential.   Our consultants bring their combined practical experience from numerous projects to every meeting. They know what is feasible and what is not.