- Azure IoT Development Cookbook
- Yatish Patil
- 287字
- 2021-07-02 20:50:32
Pre-configured solutions
Azure IoT Suite provides two common IoT solution patterns. Each solution is end-to-end, built along with the simulator to generate the telemetry data. These solutions give you the starting point for your IoT case, as well as a lesson on how a common IoT scenario works.
Microsoft Azure IoT provides three common scenarios in the form of pre-configured solutions with IoT Suite:
Remote monitoring: This preconfigured solution connects and monitors devices. Once we deploy the remote monitoring suite on Azure subscription, it also provides a simulator and these simulated devices will keep on generating data for these devices. Once the data is ingested, it will be processed against a set of rules and the data will then be presented on the dashboard. It uses a Bing map to show the live location of the devices.
Predictive maintenance: Predictive maintenance is another common IoT scenario. This solution, once deployed, starts automatically simulating the data. It also provides a predictive model, which is helpful in the case of asset maintenance. In Chapter 6, IoT Suite and Pre-Configured Solutions, we will be creating pre-configured solutions.
Connected factory: When you deploy the connected factory pre-configured solution, this solution is built with a common industrial scenario. In this scenario, factories can be connected to the solution, thus reporting the data values required to find out overall equipment efficiency (OEE) and key performance indicators (KPIs) for the factory operations. The following sections show you how to:
- Monitor factory, production lines, station OEE, and KPI values
- Analyze the telemetry data generated from these devices using Azure Time Series Insights
- Act on alerts to fix issues
It also provides the dashboard view for these actions and operations as a part of this solution.
- CMDB分步構(gòu)建指南
- Photoshop智能手機(jī)APP UI設(shè)計(jì)之道
- C語言程序設(shè)計(jì)基礎(chǔ)與實(shí)驗(yàn)指導(dǎo)
- Java:Data Science Made Easy
- Learning Python by Building Games
- Unreal Engine 4 Shaders and Effects Cookbook
- Learning OpenStack Networking(Neutron)(Second Edition)
- 圖數(shù)據(jù)庫實(shí)戰(zhàn)
- INSTANT Adobe Edge Inspect Starter
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Java程序設(shè)計(jì)案例教程
- Spring MVC+MyBatis開發(fā)從入門到項(xiàng)目實(shí)踐(超值版)
- C++ Fundamentals
- SQL Server 2008 R2數(shù)據(jù)庫技術(shù)及應(yīng)用(第3版)
- Python網(wǎng)絡(luò)爬蟲技術(shù)與應(yīng)用