Skip to content

Commit df1c178

Browse files
authored
Merge pull request #93644 from KishorIoT/tutorial-ddc-new
new ddc images and minor content changes
2 parents 0f79e71 + 3932234 commit df1c178

File tree

5 files changed

+10
-28
lines changed

5 files changed

+10
-28
lines changed
155 KB
Loading
-33.2 KB
Loading
14.5 KB
Loading
154 KB
Loading

articles/iot-central/retail/tutorial-iot-central-digital-distribution-center-pnp.md

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ ms.date: 10/20/2019
1212

1313
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.
1414

15-
## Details
16-
1715
In this tutorial, you learn how to,
1816
* Create digital distribution center application
1917
* Walk through the application
@@ -42,53 +40,36 @@ You can create application using following steps
4240
> [!div class="mx-imgBorder"]
4341
> ![Digital Distribution Center](./media/tutorial-iot-central-ddc/ddc-create.png)
4442
45-
## Walk through the application
46-
47-
## Dashboard
43+
## Walk through the application dashboard
4844

4945
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.
5046

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.
5248

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
5551
* Manage all cameras that are part of the solution.
5652

5753
> [!div class="mx-imgBorder"]
5854
> ![Digital Distribution Center](./media/tutorial-iot-central-ddc/ddc-dashboard.png)
5955
6056
## Device Template
6157

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**
7159

7260
> [!div class="mx-imgBorder"]
7361
> ![Digital Distribution Center](./media/tutorial-iot-central-ddc/ddc-devicetemplate1.png)
7462
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
7664

7765
> [!div class="mx-imgBorder"]
78-
> ![Digital Distribution Center](./media/tutorial-iot-central-ddc/ddc-devicetemplate2.png)
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-
> ![Digital Distribution Center](./media/tutorial-iot-central-ddc/ddc-moduletemplate.png)
66+
> ![Digital Distribution Center](./media/tutorial-iot-central-ddc/ddc-camera.png)
8467
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.
8669

8770
> [!div class="mx-imgBorder"]
88-
> ![Digital Distribution Center](./media/tutorial-iot-central-ddc/ddc-modules.png)
71+
> ![Digital Distribution Center](./media/tutorial-iot-central-ddc/ddc-devicetemplate1.png)
8972
90-
> [!div class="mx-imgBorder"]
91-
> ![Digital Distribution Center](./media/tutorial-iot-central-ddc/ddc-downstream.png)
9273

9374
## Gateway Commands
9475
This interface organizes all the gateway command capabilities
@@ -98,6 +79,7 @@ This interface organizes all the gateway command capabilities
9879
9980
## Rules
10081
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+
10183
**Too many invalid packages alert** - This rule is triggered when the camera detects a high number of invalid packages flowing through the conveyor system.
10284

10385
**Large package** - This rule will trigger if the camera detects huge package that cannot be inspected for the quality.

0 commit comments

Comments
 (0)