Reader small image

You're reading from  Hands-On Industrial Internet of Things

Product typeBook
Published inNov 2018
PublisherPackt
ISBN-139781789537222
Edition1st Edition
Right arrow
Authors (2):
Giacomo Veneri
Giacomo Veneri
author image
Giacomo Veneri

Giacomo Veneri graduated in computer science from the University of Siena. He holds a PhD in neuroscience context with various scientific publications. He is Predix Cloud certified and an influencer, as well as SCRUM and Oracle Java certified. He has 18 years' experience as an IT architect and team leader. He has been an expert on IoT in the fields of oil and gas and transportation since 2013. He lives in Tuscany, where he loves cycling.
Read more about Giacomo Veneri

Antonio Capasso
Antonio Capasso
author image
Antonio Capasso

Antonio Capasso graduated in computer automation in 1999 and computer science in 2003 from the University of Naples. He has been working for twenty years on large and complex IT projects related to the industrial world in a variety of fields (automotive, pharma, food and beverage, and oil and gas), in a variety of roles (programmer, analyst, architect, and team leader) with different technologies and software. Since 2011, he has been involved in building and securing industrial IoT infrastructure. He currently lives in Tuscany, where he loves trekking and swimming.
Read more about Antonio Capasso

View More author details
Right arrow

Preface

We are living in an era where automation is being used on a higher scale to get accurate results. Industrial automation is one of those automation environments. To get an automation environment, we first have to set up the network that can be accessed anywhere and by any device. This is why the industrial IoT is gaining traction, and it is been stated that by the end of 2020, there will be 20 billion connected devices, which clearly demonstrates that there is traction for connected devices and the IoT.

This book is a practical guide that lets you discover the technologies and the use cases for the industrial IoT. Taking you through the implementation of industrial processes, specialized control devices, and protocols, it covers the process of identification and connection of different industrial data sources gathered from different sensors. You will be able to connect these sensors, such as AWS IoT, Azure IoT, OEM IoT platforms, and Google IoT, to the cloud network, and extract this data from the cloud itself to your devices.

Over time, you will gain the knowledge to obtain the hands-on experience necessary for using open source Node-RED, Kafka, Cassandra, and Python. You will develop streaming and batch-based machine learning algorithms. By the end of this book, you will have mastered the features of Industry 4.0 and will be able to build strong, faster, and more reliable IoT infrastructure within your industry.

Who this book is for

This book is intended for architects, developers or data scientists working in the industrial sector. This book assumes that the reader has knowledge of Python, JavaScript, NodeJS, and Java, along with a basic knowledge of networking, enterprise architecture, machine learning, and electronic concepts.

What this book covers

Chapter 1, Introduction to Industrial IoT, provides some background to the industrial IoT, the story, use cases, and the contrast with the home internet of things.

Chapter 2, Understanding the Industrial Process and Devices, defines the factory processes. This chapter describes the concept of distributed control system (DCS), programmable logic controllers (PLCs), supervisory control and data acquisition (SCADA), Historian, manufacturing execution system (MES), enterprise resources planning (ERP), and fieldbus. It introduces the International Electrotechnical Commission (IEC)-61131 and the CIM pyramid. Finally, it designs a big picture, from equipment through to the cloud.

Chapter 3, Industrial Data Flow and Devices, details which equipment, devices, network protocols, and software layers managing the industrial IoT data flow along its path, from the sensors in the factory floor to the edge that is the external boundary of the industrial IoT data flow inside the factory.

Chapter 4, Implementing the Industrial IoT Data Flow, explains how to implement the industrial IoT data flow in a complex industrial plant. This journey starts with an understanding of how to select the industrial data source to connect to for the purpose of gathering the data and ends providing five network scenarios for edge deployment in industrial plants.

Chapter 5, Applying Cybersecurity, explores the industrial IoT data flow from the cybersecurity perspective, outlining the goals of the DiD strategy, and the most common network architecture to secure the industrial control systems, including the five network scenarios for edge deployment discussed in the previous chapter.

Chapter 6, Performing an Exercise Based on Industrial Protocols and Standards, discovers how to implement a basic data flow from the edge to the cloud by means of OPC UA and Node-RED.

Chapter 7, Developing Industrial IoT and Architecture, outlines the basic concepts regarding industrial IoT data processing, providing the key principles for storing time series data, handling the asset data model, processing the data with analytics, and building digital twins.

Chapter 8, Implementing a Custom Industrial IoT Platform, shows how to implement a custom platform leveraging on the most popular open source technologies: Apache Kafka, Node.js, Docker, Cassandra, KairosDB, Neo4J, Apache Airflow, Mosquitto, and Docker.

Chapter 9, Understanding Industrial OEM Platforms, explores the most common industrial IoT platforms developed by OEM vendors, from Siemens to BOSCH to General Electric.

Chapter 10, Implementing a Cloud Industrial IoT Solution with AWS, explores the solutions proposed by Amazon Web Services (AWS) and the capabilities of the AWS IoT platform. This chapter introduces the Edge IoT of AWS (Greengrass), the IoT Core, DynamoDB, AWS analytics, and QuickSight, for the purpose of showing data. We will learn these technologies by performing a practical exercise.

Chapter 11, Implementing a Cloud Industrial IoT Solution with Google Cloud, explores the solutions proposed by the Google Cloud Platform (GCP) and the capabilities of the GCP IoT platform, the GCP Bigtable, and GCP analytics.

Chapter 12, Performing a Practical Industrial IoT Solution with Azure, develops a wing-to-wing industrial IoT solution leveraging on Azure, Azure Edge, and the Azure IoT platform.

Chapter 13, Understanding Diagnostics, Maintenance, and Predictive Analytics, introduces the reader to the basic concepts of analytics and data consumption. It also develops basic analytics for anomaly detection and prediction.

Chapter 14, Implementing a Digital Twin – Advanced Analytics, develops a physics-based and data-driven digital equipment model to monitor assets and systems.

Chapter 15, Deploying Analytics on an IoT Platform, shows how to develop maintenance and predictive analytics on Azure ML and AWS SageMaker. Finally, the chapter explores other common technologies.

To get the most out of this book

Download the example code files

You can download the example code files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packt.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

  1. Log in or register at www.packt.com.
  2. Select the SUPPORT tab.
  3. Click on Code Downloads & Errata.
  4. Enter the name of the book in the Search box and follow the onscreen instructions.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR/7-Zip for Windows
  • Zipeg/iZip/UnRarX for Mac
  • 7-Zip/PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Hands-On-Industrial-Internet-of-Things. In case there's an update to the code, it will be updated on the existing GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Download the color images

Conventions used

There are a number of text conventions used throughout this book.

model.fit(): Indicates code words in text, database table names, folder names, filenames, file extensions, path names, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the directory /opt/ml as another disk in your system."

A block of code is set as follows:

html, body, #map {
height: 100%;
margin: 0;
padding: 0
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

import pandas as pd

def my_function(x):

# standard operability
return 1+ 2*x

array = [my_function(x) for x in range(0,30)]

# plotting
plot(array)

Any command-line input or output is written as follows:

$ cd image
$ docker build .

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."

Warnings or important notes appear like this.
Tips and tricks appear like this.

Get in touch

Feedback from our readers is always welcome.

General feedback: If you have questions about any aspect of this book, mention the book title in the subject of your message and email us at customercare@packtpub.com.

Errata: Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you have found a mistake in this book, we would be grateful if you would report this to us. Please visit www.packt.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details.

Piracy: If you come across any illegal copies of our works in any form on the internet, we would be grateful if you would provide us with the location address or website name. Please contact us at copyright@packt.com with a link to the material.

If you are interested in becoming an author: If there is a topic that you have expertise in, and you are interested in either writing or contributing to a book, please visit authors.packtpub.com.

Reviews

Please leave a review. Once you have read and used this book, why not leave a review on the site that you purchased it from? Potential readers can then see and use your unbiased opinion to make purchase decisions, we at Packt can understand what you think about our products, and our authors can see your feedback on their book. Thank you!

For more information about Packt, please visit packt.com.

lock icon
The rest of the chapter is locked
You have been reading a chapter from
Hands-On Industrial Internet of Things
Published in: Nov 2018Publisher: PacktISBN-13: 9781789537222
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime

Authors (2)

author image
Giacomo Veneri

Giacomo Veneri graduated in computer science from the University of Siena. He holds a PhD in neuroscience context with various scientific publications. He is Predix Cloud certified and an influencer, as well as SCRUM and Oracle Java certified. He has 18 years' experience as an IT architect and team leader. He has been an expert on IoT in the fields of oil and gas and transportation since 2013. He lives in Tuscany, where he loves cycling.
Read more about Giacomo Veneri

author image
Antonio Capasso

Antonio Capasso graduated in computer automation in 1999 and computer science in 2003 from the University of Naples. He has been working for twenty years on large and complex IT projects related to the industrial world in a variety of fields (automotive, pharma, food and beverage, and oil and gas), in a variety of roles (programmer, analyst, architect, and team leader) with different technologies and software. Since 2011, he has been involved in building and securing industrial IoT infrastructure. He currently lives in Tuscany, where he loves trekking and swimming.
Read more about Antonio Capasso