You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-central/retail/tutorial-iot-central-digital-distribution-center-pnp.md
+10-28Lines changed: 10 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@ ms.date: 10/20/2019
12
12
13
13
This tutorial shows you how to get started by deploying an IoT Central **digital distribution center** application template. You will learn how to deploy the template, what is included out of the box, and what you might want to do next.
14
14
15
-
## Details
16
-
17
15
In this tutorial, you learn how to,
18
16
* Create digital distribution center application
19
17
* Walk through the application
@@ -42,53 +40,36 @@ You can create application using following steps
42
40
> [!div class="mx-imgBorder"]
43
41
> 
44
42
45
-
## Walk through the application
46
-
47
-
## Dashboard
43
+
## Walk through the application dashboard
48
44
49
45
After successfully deploying the app template, your default dashboard is a distribution center operator focused portal. Northwind Trader is a fictitious distribution center solution provider managing conveyor systems.
50
46
51
-
In this dashboard, you will see one edge gateway and one camera acting as an IoT device. Gateway is providing telemetry about packages such as valid, invalid, unidentified, and size along with associated device twin properties. All downstream commands are executed at IoT devices, such as a camera. This dashboard is pre-configured to showcase the critical distribution center device operations activity.
47
+
In this dashboard, you will see one gateway and one camera acting as an IoT device. Gateway is providing telemetry about packages such as valid, invalid, unidentified, and size along with associated device twin properties. All downstream commands are executed at IoT devices, such as a camera. This dashboard is pre-configured to showcase the critical distribution center device operations activity.
52
48
53
-
The dashboard is logically organized to show the device management capabilities of the Azure IoT Edge gateway and IoT device.
54
-
* You can perform edge gateway command & control tasks
49
+
The dashboard is logically organized to show the device management capabilities of the Azure IoT gateway and IoT device.
50
+
* You can perform gateway command & control tasks
55
51
* Manage all cameras that are part of the solution.
56
52
57
53
> [!div class="mx-imgBorder"]
58
54
> 
59
55
60
56
## Device Template
61
57
62
-
Click on the **Device templates** tab, and you will see the distinct device templates for Azure IoT Edge & camera.
63
-
64
-
Azure IoT Edge gateway device template represents a blueprint that defines the characteristics and behavior of an edge gateway device. Some of the components of an edge device are,
65
-
* Deployment manifest
66
-
* Relationship with downstream devices
67
-
* Software modules
68
-
* Modules properties & commands
69
-
70
-
Deployment manifest has the list of software modules that will run on the Azure IoT Edge device & module twins configured with their desired properties. Using deployment manifest that is part of the device template, Azure IoT Edge run time knows which modules to install and how to configure them to work together.
58
+
Click on the Device templates tab, and you will see the gateway capability model. A capability model is structured around two different interfaces **Camera** and **Digital Distribution Gateway**
71
59
72
60
> [!div class="mx-imgBorder"]
73
61
> 
74
62
75
-
In this device template here, you can see module device capability models are generated from deployment manifest.
63
+
**Camera** - This interface organizes all the camera-specific command capabilities
76
64
77
65
> [!div class="mx-imgBorder"]
78
-
> 
79
-
80
-
Here you can add downstream device relations, cloud property, create views along customize module and device capabilities.
81
-
82
-
> [!div class="mx-imgBorder"]
83
-
> 
66
+
> 
84
67
85
-
Click on the **Device** tab and choose the **ddcgateway** device that is associated with Digital Distribution Center Azure IoT Edge. Here you will see the custom edge modules & downstream camera that is part device relationship. IoT Edge modules are the smallest computation unit, and it can contain Azure services (such as Azure Stream Analytics, AI modules) or your solution-specific code.
68
+
**Digital Distribution Gateway** - This interface represents all the telemetry coming from camera, cloud defined device twin properties and gateway info.
86
69
87
70
> [!div class="mx-imgBorder"]
88
-
> 
71
+
> 
89
72
90
-
> [!div class="mx-imgBorder"]
91
-
> 
92
73
93
74
## Gateway Commands
94
75
This interface organizes all the gateway command capabilities
@@ -98,6 +79,7 @@ This interface organizes all the gateway command capabilities
98
79
99
80
## Rules
100
81
Select the rules tab to see two different rules that exist in this application template. These rules are configured to email notifications to the operators for further investigations.
82
+
101
83
**Too many invalid packages alert** - This rule is triggered when the camera detects a high number of invalid packages flowing through the conveyor system.
102
84
103
85
**Large package** - This rule will trigger if the camera detects huge package that cannot be inspected for the quality.
0 commit comments