Click here to Skip to main content
15,885,124 members
Articles / Hosted Services / Azure
Article

Port machinery manufacturer ZPMC transforms its business with Azure IoT

27 Jun 2017CPOL3 min read 12.7K  
ZPMC manufactures heavy-duty equipment that enables modern shipping. That equipment is a source of real-time data, which needs to be retrieved, monitored, and analyzed. ZPMC uses Microsoft Azure IoT Suite, Stream Analytics, and Microsoft Power BI to help it become a comprehensive service provider.

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.

Shanghai Zhenhua Heavy Industry Co., Ltd. (ZPMC) is a leading heavy-duty equipment manufacturer, providing machinery for unloading and moving shipping containers once they arrive at port. ZPMC is in the process of transforming itself from being a traditional equipment manufacturer to becoming a comprehensive service provider in port planning, investing, construction, and operation.

Moving from on-premises to the cloud

The current port-machinery solution is on-premises and discrete. The programmable logic controllers (PLC) on machines such as quay cranes (QC), rail-mounted container gantry cranes (RMG), and automated guided vehicles (AGV) send thousands of signals every second to field OPC servers. The common way for ZPMC to monitor and retrieve device data is to log in to OPC servers remotely. ZPMC needs an easier and more elegant way to collect the device data and get alarm notifications.

To meet these needs, ZPMC requires an intelligent platform that can acquire real-time data from the machines that it is servicing all over the world and display that data in dashboards and interactive reports—plus generate global insights and enable predictive maintenance. ZPMC is also developing its next-generation automated port solution.

Developers at ZPMC turned to Microsoft to work with them on a machine-monitoring solution that takes advantage of Azure IoT Hub, Azure Stream Analytics, and Microsoft Power BI. This allowed them to centralize machinery data, deliver data insights in near-real-time reports and charts, and provide global monitoring capabilities.

Image 1

Global machine monitoring in real time

The team defined two types of data messages to IoT Hub: alarm data and device status daily data. They designed the solution architecture using real-time data port machines, ingested by Azure IoT Hub, streamed to Stream Analytics, stored in Azure SQL Database and Blog storage, and monitored in Power BI.

Security consideration

Although the data transmission is on proprietary links from the machines to field OPC servers and then to the OPC agent, the data sent from the OPC agent to IoT Hub must travel over the Internet. In this project, the team chose the AMQP protocol to enhance the security of the device-to-cloud communication, which is natively supported by IoT Hub.

For the security of data storage in the cloud, they adopted some easy-to-configure security practices such as transparent data encryption for Azure SQL Database to help protect the digested alarms and statistics data.

Data visualization in Power BI

Power BI renders the real-time machine-status data from IoT Hub and the processed alarms from SQL Database and presents interactive reports to help teams gain insight and take action with their data.

Image 2

Next Steps

Based on the current solution prototype, ZPMC would like to integrate more data from its ports and machines and build up a global remote monitoring center. The capability of maximizing the value of its device data and providing predictive maintenance service to its customers is on the top of ZPMC’s wish list. A proactive and predictive service—beyond traditional "report-response"—would impress its customers and provide a significant competitive advantage.

Image 3

"IoT Hub is one of the key Azure services we used in the project. After we evaluated and used the IoT Hub service, we believe that it could remarkably ease our burdens to build a scalable, efficient, and easy-to-maintain data ingestion infrastructure. During the joint hackfest, the experts from Microsoft did a great job and helped us solve all the major issues from project architecture to data ingestion and to data visualization. Surely, this project would make a solid foundation to build up our predictive maintenance capability." —ZPMC

Get the code samples and architecture diagrams from this project on GitHub, watch the interview with the ZPMC and Microsoft team, get hands-on with Azure IoT Hub labs, or start developing a new solution with an Azure trial.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
Founded in 1975, Microsoft (Nasdaq “MSFT”) is the worldwide leader in software, services, devices and solutions that help people and businesses realize their full potential.
This is a Organisation

1 members

Comments and Discussions

 
-- There are no messages in this forum --