Free Your Manufacturing Data with Apache PLC4X & MQTT
Copyright © by HiveMQ. All Rights Reserved.
WELCOME
Christofer Dutz Florian Raschbichler
● Senior Software Engineer
at Mapped
● Member of Apache
Software Foundation
● Committer in 13 Apache
Projects
● VP Apache PLC4X Project
linkedin.com/in/christofer-dutz linkedin.com/in/fraschbi/
● Head of Support at
HiveMQ
● 7 years of MQTT
experience
● Blogger & Speaker
● Helped 130+ customers
to go into production with
IoT use cases
Copyright © by HiveMQ. All Rights Reserved.
Current Situation
Copyright © by HiveMQ. All Rights Reserved.
● Most important components: PLCs
○ Little Computers that run machinery
○ Very limited resources (CPU & Memory)
○ Up to Real-Time operation
○ Actually never crash
● Currently the industry is all about industry 4.0
● industry 4.0 is all about AI & Machine Learning
● AI & Machine Learning is all about data
○ It’s actually about lots of data
● Data is everywhere
● Accessing Data is easy (on new PLCs)
○ Using OPC UA or MQTT
Current Situation in Manufacturing/Automation
Copyright © by HiveMQ. All Rights Reserved.
What is OPC UA?
Copyright © by HiveMQ. All Rights Reserved.
Introducing OPC UA
● OPC Unified Architecture
● Standard & Protocol for
○ Platform independent data
exchange
○ Service-Oriented architecture
● Also defines the semantics of data
● Created by the OPC Foundation
● Development time: about 10 years
● Sort of final version released 2 years ago
Copyright © by HiveMQ. All Rights Reserved.
Problems with OPC UA?
● A highly complex standard
● Incompatible Asset Administration Shells
● Need to add application-server to PLC
● Great for accessing small amounts of
data (for Dashboards, Logging, etc.)
● Inacceptable performance when
accessing large amounts of data -
especially at high frequencies (for AI &
Machine learning)
Copyright © by HiveMQ. All Rights Reserved.
What is MQTT?
Copyright © by HiveMQ. All Rights Reserved.
Introducing MQTT
● IoT messaging protocol
● Publish/subscribe
● Minimal overhead for client and
bandwidth
● Lightweight client implementations
● Designed for reliable communications
over unreliable channels
● 3 Quality of Service (QoS) levels
● MQTT 5 is required for IIoT
Copyright © by HiveMQ. All Rights Reserved.
Publish / Subscribe Pattern
Copyright © by HiveMQ. All Rights Reserved.
MQTT Pub/Sub Advantages
• Push Communication
• Message filtering based on subjects topics
• Synchronization Decoupling
• Time Decoupling
• Space Decoupling
• Dynamic Topics
Copyright © by HiveMQ. All Rights Reserved.
So why not just concentrate on MQTT?
● Industrial Hardware usually built for
lifespans of 20 years
● MQTT enabled PLCs available for 1-2
years
● Assuming that every PLC built into
machinery in the last 2 years supports
MQTT:
○ 5% of machinery replaced per year
○ -> Max. 10% availability
● What to do with the remaining >90%?
Copyright © by HiveMQ. All Rights Reserved.
MQTT Open Standard - Freedom¹
● Free and open ISO standard
● OASIS standard
● Technical committee of users
● Periodic improvements
Copyright © by HiveMQ. All Rights Reserved.
● Accessing data on PLCs older than 1-2 years is
difficult
○ Hundreds (if not even thousands) of protocols
○ Incompatibilities between manufacturers
○ Most have absolutely no security
○ Those with security features mostly
implemented in a useless fashion
● Especially when using OPC UA mostly performance
is unacceptable for:
○ Lots of data
○ In high frequencies
Current Situation in Manufacturing/Automation
Copyright © by HiveMQ. All Rights Reserved.
● Usage of integration platforms
○ Extremely expensive
○ Usually Monoliths -> Don’t scale well
● Usage of commercial or open-source drivers
○ Commercial usually == Expensive
○ Open-Source mostly:
■ Very old projects
■ Badly maintained
■ Bady licensed
● Usage of (hardware) gateways
○ Gateway PLCs
○ Protocol Adapters/Gateways
Current Solutions
Copyright © by HiveMQ. All Rights Reserved.
Introducing Apache PLC4X
Copyright © by HiveMQ. All Rights Reserved.
Apache PLC4X Open Source - Freedom²
“PLC4X is a set of libraries for communicating
with industrial programmable logic controllers
(PLCs) using a variety of protocols but with a
shared API”
Copyright © by HiveMQ. All Rights Reserved.
Supported Operations:
● Read ✓
● Write ✓
● Subscribe ✓
○ On value change
○ Cyclic
○ Events
● Browse ✗
● Execute ✗
Apache PLC4X Implementation
Copyright © by HiveMQ. All Rights Reserved.
Supported Protocols:
● Siemens S7 ✓
● Beckhoff ADS ✓
● Modbus ✓
● EtherNet/IP ✓
● OPC-UA ✓
● Firmata ✓
● KnxNet/IP ✓
● CAN ✓
Apache PLC4X Implementation - Freedom³
● Allen-Bradley AB-ETH ✗
● Allen-Bradley DF1 ✗
● BacNet ✗
● Emerson DeltaV ✗
● Luxtronic ✗
● Siemens S7 (TIA) ✗
● ProfiNet ✗
● …
Copyright © by HiveMQ. All Rights Reserved.
Supported Languages:
● Java ✓
● Go ✓
● C ✗
● Python ✗
● C# ✗
● C++ ✗
● ...
Apache PLC4X Implementation - Freedom³
Copyright © by HiveMQ. All Rights Reserved.
● One API for all drivers
● One software can handle any type of machinery
○ Different Vendors in different Plants
○ Upgrading / Replacing machinery
● No need to retrofit existing machinery
● No license costs
● Passive-Mode drivers
Apache PLC4X USPs - Freedom⁴
Copyright © by HiveMQ. All Rights Reserved.
Apache PLC4X Passive - Mode Drivers
● Secure by design
● Only listen to network traffic
● Make data in production network available 100% secure
● No need to validate/certify drivers
● Support subscription API
Copyright © by HiveMQ. All Rights Reserved.
Apache PLC4X Passive-Mode Drivers
● Wiesemann & Theis GmbH built “Data-Diode”
● Explicitly built for usage with Apache PLC4X passive-mode drivers
● Product name: Fix Defined Firewall
● https://www.wut.de/e-55312-ww-dade-000.php
Copyright © by HiveMQ. All Rights Reserved.
Apache PLC4X Commercial Support
● https://industrial-opensource.com
● 14 Businesses around Apache PLC4X and other Apache IoT project
● Formed alliance for providing support for IoT Open-Source projects
● Services:
○ Trainings & Workshops
○ Consulting Services
○ Implementation (assistance)
○ Technical Support
○ Legal Consulting
Copyright © by HiveMQ. All Rights Reserved.
Tit
MQTT for the new and upcoming devices
Apache PLC4X for all the existing & old
Machines
Perfect Match
Copyright © by HiveMQ. All Rights Reserved.
Demo Time
Copyright © by HiveMQ. All Rights Reserved.
Data-Diode
Copyright © by HiveMQ. All Rights Reserved.
Demo Setup
Copyright © by HiveMQ. All Rights Reserved.
Demo Client
• Go to:
http://www.hivemq.com/demos/websocket-client/
• connect to Host: broker.hivemq.com with Port: 8000
• Subscribe to topic plc4x/sorting-line-topic
Copyright © by HiveMQ. All Rights Reserved.
Questions?
THANK YOU
Copyright © by HiveMQ. All Rights Reserved.
Stay updated on upcoming webinars
Subscribe to our Newsletternewsletter.social/hivemq
Reach out to HiveMQ Community Forum if you have
questions
Submit your question now!

More Related Content

PDF
Simplified IoT Operations With HiveMQ and Datadog
PPTX
Inntroduction to MQTT Sparkplug with HiveMQ and Opto22
PDF
Software-Infrastrukturen modernisieren in der Produktion - Digitale Transform...
PDF
Introduction to MQTT Sparkplug: Plug 'n Play Interoperability for IIoT
PDF
Modernizing the Manufacturing Industry with MQTT and Kafka
PDF
Modernizing the Manufacturing Industry with Kafka and MQTT
PDF
HiveMQ + Kafka - The Ideal Solution for IoT MQTT Data Integration
PDF
Best Practices for Streaming Connected Car Data with MQTT & Kafka
Simplified IoT Operations With HiveMQ and Datadog
Inntroduction to MQTT Sparkplug with HiveMQ and Opto22
Software-Infrastrukturen modernisieren in der Produktion - Digitale Transform...
Introduction to MQTT Sparkplug: Plug 'n Play Interoperability for IIoT
Modernizing the Manufacturing Industry with MQTT and Kafka
Modernizing the Manufacturing Industry with Kafka and MQTT
HiveMQ + Kafka - The Ideal Solution for IoT MQTT Data Integration
Best Practices for Streaming Connected Car Data with MQTT & Kafka

Similar to Free Your Manufacturing Data with Apache PLC4X & MQTT (20)

PDF
Connecting the Smart Factory to the Cloud
PDF
MQTT AS A KEY TECHNOLOGY FOR INDUSTRY 4.0 & IIoT
PDF
Debugging MQTT Client Communications With MQTT.fx and HiveMQ Cloud
PDF
HiveMQ + Kafka: The ideal solution for IoT MQTT data integration
PDF
Connecting the smart factory to the cloud with MQTT and Sparkplug
PDF
Industrial transformation-simplified-with-mqtt-and-sparkplug
PPTX
MQTT 5: Why you need it and potential pitfalls
PDF
Introducing HiveMQ Cloud
PDF
HiveMQ Cloud - The Cloud Native IoT Messaging Layer
PDF
Mqtt.fx on hive mq cloud
PDF
MQTT.fx on HiveMQ Cloud Testing MQTT in the Cloud
PDF
IoT Security Issues and MQTT
PDF
HiveMQ Cloud Webinar
PPTX
Media processing with serverless architecture
PDF
Io t meetup-detroit-mqtt-5
PDF
How to Use InfluxDB to Visualize and Monitor MQTT Messages in an IIoT System
PDF
MQTT 5 - Why You Need It and Potential Pitfalls
PPTX
Turn Any Panel PC Into an Ignition HMI
PDF
UC18NA-D3D202-Dianomic-IZoratti-Introduction-To-FogLAMP.pdf
PDF
Iot in-production
Connecting the Smart Factory to the Cloud
MQTT AS A KEY TECHNOLOGY FOR INDUSTRY 4.0 & IIoT
Debugging MQTT Client Communications With MQTT.fx and HiveMQ Cloud
HiveMQ + Kafka: The ideal solution for IoT MQTT data integration
Connecting the smart factory to the cloud with MQTT and Sparkplug
Industrial transformation-simplified-with-mqtt-and-sparkplug
MQTT 5: Why you need it and potential pitfalls
Introducing HiveMQ Cloud
HiveMQ Cloud - The Cloud Native IoT Messaging Layer
Mqtt.fx on hive mq cloud
MQTT.fx on HiveMQ Cloud Testing MQTT in the Cloud
IoT Security Issues and MQTT
HiveMQ Cloud Webinar
Media processing with serverless architecture
Io t meetup-detroit-mqtt-5
How to Use InfluxDB to Visualize and Monitor MQTT Messages in an IIoT System
MQTT 5 - Why You Need It and Potential Pitfalls
Turn Any Panel PC Into an Ignition HMI
UC18NA-D3D202-Dianomic-IZoratti-Introduction-To-FogLAMP.pdf
Iot in-production
Ad

More from HiveMQ (17)

PDF
Testing the Scalability of a Robust IoT System with Confidence
PDF
Designing an Edge to Cloud Architecture for IIoT
PDF
What's New in HiveMQ [Inside the Upcoming HiveMQ 4.7 Release]
PDF
HiveMQ & HighByte Presents: Building an Enterprise Unified Namespace (UNS) to...
PDF
How MQTT 5 Makes Difficult IoT Use Cases Possible
PDF
How to Monitor and Observe IoT and MQTT Applications with HiveMQ
PDF
Revolutionizing IoT Testing - A Sneak Peek of HiveMQ Swarm
PDF
Build Your Own HiveMQ Extension
PDF
How to Set up, Run and Scale a Secure MQTT Broker on Kubernetes
PDF
MQTT - The Key to Scalable Reliable Connected Car Platforms
PDF
Implementing the 5 Pillars of IT Security for MQTT
PDF
4 Paradigm Shifts for the Connected Car of the Future
PDF
Lightweight and Scalable IoT Messaging with MQTT
PDF
Machine to Machine Communication with Microsoft Azure IoT Edge & HiveMQ
PDF
Building Scalable & Reliable MQTT Clients for Enterprise Computing
PDF
How to Stream IoT MQTT Messages Into the Azure Event Hubs Service
PDF
Back to Basics: An Introduction to MQTT
Testing the Scalability of a Robust IoT System with Confidence
Designing an Edge to Cloud Architecture for IIoT
What's New in HiveMQ [Inside the Upcoming HiveMQ 4.7 Release]
HiveMQ & HighByte Presents: Building an Enterprise Unified Namespace (UNS) to...
How MQTT 5 Makes Difficult IoT Use Cases Possible
How to Monitor and Observe IoT and MQTT Applications with HiveMQ
Revolutionizing IoT Testing - A Sneak Peek of HiveMQ Swarm
Build Your Own HiveMQ Extension
How to Set up, Run and Scale a Secure MQTT Broker on Kubernetes
MQTT - The Key to Scalable Reliable Connected Car Platforms
Implementing the 5 Pillars of IT Security for MQTT
4 Paradigm Shifts for the Connected Car of the Future
Lightweight and Scalable IoT Messaging with MQTT
Machine to Machine Communication with Microsoft Azure IoT Edge & HiveMQ
Building Scalable & Reliable MQTT Clients for Enterprise Computing
How to Stream IoT MQTT Messages Into the Azure Event Hubs Service
Back to Basics: An Introduction to MQTT
Ad

Recently uploaded (20)

PDF
Data Virtualization in Action: Scaling APIs and Apps with FME
PDF
Early detection and classification of bone marrow changes in lumbar vertebrae...
PDF
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
PPT
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
PDF
Lung cancer patients survival prediction using outlier detection and optimize...
PDF
Taming the Chaos: How to Turn Unstructured Data into Decisions
PPTX
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
PPTX
Training Program for knowledge in solar cell and solar industry
PDF
Statistics on Ai - sourced from AIPRM.pdf
PDF
NewMind AI Weekly Chronicles – August ’25 Week IV
PDF
Rapid Prototyping: A lecture on prototyping techniques for interface design
PPTX
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
PDF
4 layer Arch & Reference Arch of IoT.pdf
DOCX
Basics of Cloud Computing - Cloud Ecosystem
PPTX
MuleSoft-Compete-Deck for midddleware integrations
PDF
Enhancing plagiarism detection using data pre-processing and machine learning...
PPTX
Module 1 Introduction to Web Programming .pptx
PPTX
Custom Battery Pack Design Considerations for Performance and Safety
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PDF
Convolutional neural network based encoder-decoder for efficient real-time ob...
Data Virtualization in Action: Scaling APIs and Apps with FME
Early detection and classification of bone marrow changes in lumbar vertebrae...
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
Galois Field Theory of Risk: A Perspective, Protocol, and Mathematical Backgr...
Lung cancer patients survival prediction using outlier detection and optimize...
Taming the Chaos: How to Turn Unstructured Data into Decisions
GROUP4NURSINGINFORMATICSREPORT-2 PRESENTATION
Training Program for knowledge in solar cell and solar industry
Statistics on Ai - sourced from AIPRM.pdf
NewMind AI Weekly Chronicles – August ’25 Week IV
Rapid Prototyping: A lecture on prototyping techniques for interface design
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
4 layer Arch & Reference Arch of IoT.pdf
Basics of Cloud Computing - Cloud Ecosystem
MuleSoft-Compete-Deck for midddleware integrations
Enhancing plagiarism detection using data pre-processing and machine learning...
Module 1 Introduction to Web Programming .pptx
Custom Battery Pack Design Considerations for Performance and Safety
sustainability-14-14877-v2.pddhzftheheeeee
Convolutional neural network based encoder-decoder for efficient real-time ob...

Free Your Manufacturing Data with Apache PLC4X & MQTT

  • 2. Copyright © by HiveMQ. All Rights Reserved. WELCOME Christofer Dutz Florian Raschbichler ● Senior Software Engineer at Mapped ● Member of Apache Software Foundation ● Committer in 13 Apache Projects ● VP Apache PLC4X Project linkedin.com/in/christofer-dutz linkedin.com/in/fraschbi/ ● Head of Support at HiveMQ ● 7 years of MQTT experience ● Blogger & Speaker ● Helped 130+ customers to go into production with IoT use cases
  • 3. Copyright © by HiveMQ. All Rights Reserved. Current Situation
  • 4. Copyright © by HiveMQ. All Rights Reserved. ● Most important components: PLCs ○ Little Computers that run machinery ○ Very limited resources (CPU & Memory) ○ Up to Real-Time operation ○ Actually never crash ● Currently the industry is all about industry 4.0 ● industry 4.0 is all about AI & Machine Learning ● AI & Machine Learning is all about data ○ It’s actually about lots of data ● Data is everywhere ● Accessing Data is easy (on new PLCs) ○ Using OPC UA or MQTT Current Situation in Manufacturing/Automation
  • 5. Copyright © by HiveMQ. All Rights Reserved. What is OPC UA?
  • 6. Copyright © by HiveMQ. All Rights Reserved. Introducing OPC UA ● OPC Unified Architecture ● Standard & Protocol for ○ Platform independent data exchange ○ Service-Oriented architecture ● Also defines the semantics of data ● Created by the OPC Foundation ● Development time: about 10 years ● Sort of final version released 2 years ago
  • 7. Copyright © by HiveMQ. All Rights Reserved. Problems with OPC UA? ● A highly complex standard ● Incompatible Asset Administration Shells ● Need to add application-server to PLC ● Great for accessing small amounts of data (for Dashboards, Logging, etc.) ● Inacceptable performance when accessing large amounts of data - especially at high frequencies (for AI & Machine learning)
  • 8. Copyright © by HiveMQ. All Rights Reserved. What is MQTT?
  • 9. Copyright © by HiveMQ. All Rights Reserved. Introducing MQTT ● IoT messaging protocol ● Publish/subscribe ● Minimal overhead for client and bandwidth ● Lightweight client implementations ● Designed for reliable communications over unreliable channels ● 3 Quality of Service (QoS) levels ● MQTT 5 is required for IIoT
  • 10. Copyright © by HiveMQ. All Rights Reserved. Publish / Subscribe Pattern
  • 11. Copyright © by HiveMQ. All Rights Reserved. MQTT Pub/Sub Advantages • Push Communication • Message filtering based on subjects topics • Synchronization Decoupling • Time Decoupling • Space Decoupling • Dynamic Topics
  • 12. Copyright © by HiveMQ. All Rights Reserved. So why not just concentrate on MQTT? ● Industrial Hardware usually built for lifespans of 20 years ● MQTT enabled PLCs available for 1-2 years ● Assuming that every PLC built into machinery in the last 2 years supports MQTT: ○ 5% of machinery replaced per year ○ -> Max. 10% availability ● What to do with the remaining >90%?
  • 13. Copyright © by HiveMQ. All Rights Reserved. MQTT Open Standard - Freedom¹ ● Free and open ISO standard ● OASIS standard ● Technical committee of users ● Periodic improvements
  • 14. Copyright © by HiveMQ. All Rights Reserved. ● Accessing data on PLCs older than 1-2 years is difficult ○ Hundreds (if not even thousands) of protocols ○ Incompatibilities between manufacturers ○ Most have absolutely no security ○ Those with security features mostly implemented in a useless fashion ● Especially when using OPC UA mostly performance is unacceptable for: ○ Lots of data ○ In high frequencies Current Situation in Manufacturing/Automation
  • 15. Copyright © by HiveMQ. All Rights Reserved. ● Usage of integration platforms ○ Extremely expensive ○ Usually Monoliths -> Don’t scale well ● Usage of commercial or open-source drivers ○ Commercial usually == Expensive ○ Open-Source mostly: ■ Very old projects ■ Badly maintained ■ Bady licensed ● Usage of (hardware) gateways ○ Gateway PLCs ○ Protocol Adapters/Gateways Current Solutions
  • 16. Copyright © by HiveMQ. All Rights Reserved. Introducing Apache PLC4X
  • 17. Copyright © by HiveMQ. All Rights Reserved. Apache PLC4X Open Source - Freedom² “PLC4X is a set of libraries for communicating with industrial programmable logic controllers (PLCs) using a variety of protocols but with a shared API”
  • 18. Copyright © by HiveMQ. All Rights Reserved. Supported Operations: ● Read ✓ ● Write ✓ ● Subscribe ✓ ○ On value change ○ Cyclic ○ Events ● Browse ✗ ● Execute ✗ Apache PLC4X Implementation
  • 19. Copyright © by HiveMQ. All Rights Reserved. Supported Protocols: ● Siemens S7 ✓ ● Beckhoff ADS ✓ ● Modbus ✓ ● EtherNet/IP ✓ ● OPC-UA ✓ ● Firmata ✓ ● KnxNet/IP ✓ ● CAN ✓ Apache PLC4X Implementation - Freedom³ ● Allen-Bradley AB-ETH ✗ ● Allen-Bradley DF1 ✗ ● BacNet ✗ ● Emerson DeltaV ✗ ● Luxtronic ✗ ● Siemens S7 (TIA) ✗ ● ProfiNet ✗ ● …
  • 20. Copyright © by HiveMQ. All Rights Reserved. Supported Languages: ● Java ✓ ● Go ✓ ● C ✗ ● Python ✗ ● C# ✗ ● C++ ✗ ● ... Apache PLC4X Implementation - Freedom³
  • 21. Copyright © by HiveMQ. All Rights Reserved. ● One API for all drivers ● One software can handle any type of machinery ○ Different Vendors in different Plants ○ Upgrading / Replacing machinery ● No need to retrofit existing machinery ● No license costs ● Passive-Mode drivers Apache PLC4X USPs - Freedom⁴
  • 22. Copyright © by HiveMQ. All Rights Reserved. Apache PLC4X Passive - Mode Drivers ● Secure by design ● Only listen to network traffic ● Make data in production network available 100% secure ● No need to validate/certify drivers ● Support subscription API
  • 23. Copyright © by HiveMQ. All Rights Reserved. Apache PLC4X Passive-Mode Drivers ● Wiesemann & Theis GmbH built “Data-Diode” ● Explicitly built for usage with Apache PLC4X passive-mode drivers ● Product name: Fix Defined Firewall ● https://www.wut.de/e-55312-ww-dade-000.php
  • 24. Copyright © by HiveMQ. All Rights Reserved. Apache PLC4X Commercial Support ● https://industrial-opensource.com ● 14 Businesses around Apache PLC4X and other Apache IoT project ● Formed alliance for providing support for IoT Open-Source projects ● Services: ○ Trainings & Workshops ○ Consulting Services ○ Implementation (assistance) ○ Technical Support ○ Legal Consulting
  • 25. Copyright © by HiveMQ. All Rights Reserved. Tit MQTT for the new and upcoming devices Apache PLC4X for all the existing & old Machines Perfect Match
  • 26. Copyright © by HiveMQ. All Rights Reserved. Demo Time
  • 27. Copyright © by HiveMQ. All Rights Reserved. Data-Diode
  • 28. Copyright © by HiveMQ. All Rights Reserved. Demo Setup
  • 29. Copyright © by HiveMQ. All Rights Reserved. Demo Client • Go to: http://www.hivemq.com/demos/websocket-client/ • connect to Host: broker.hivemq.com with Port: 8000 • Subscribe to topic plc4x/sorting-line-topic
  • 30. Copyright © by HiveMQ. All Rights Reserved. Questions?
  • 31. THANK YOU Copyright © by HiveMQ. All Rights Reserved. Stay updated on upcoming webinars Subscribe to our Newsletternewsletter.social/hivemq Reach out to HiveMQ Community Forum if you have questions Submit your question now!