Skip to content

Commit a93c6ce

Browse files
author
Adam Dupaski
committed
Merge branch 'development'
2 parents 1763a79 + aa9f669 commit a93c6ce

File tree

8 files changed

+61
-61
lines changed

8 files changed

+61
-61
lines changed

howto/tutorials/build-an-iot-app-1.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Build an IoT App Step 1: Connect App Pages"
2+
title: "Build a Logistics IoT App Step 1: Connect App Pages"
33
space: "Mendix 7 How-To's"
44
parent: "build-an-iot-app"
55
description: "Describes how to connect app pages in the Mendix Logistics IoT app."
@@ -54,13 +54,13 @@ To connect an app page, follow these steps:
5454
7. Make sure you are switched back to the **Tutorial_Workspace** user (use the user toggle on the right side of the screen for this).
5555
8. Inspect how this **Shipment_Detail** page looks in the browser by clicking the **>** button of the available shipment.
5656

57-
Great! You've made your first change to the app. The **Shipment_Detail** page looks good, but it really needs some data. So, move on to [How to Build an IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2) and get some data pushed over from an IoT server to the app.
57+
Great! You've made your first change to the app. The **Shipment_Detail** page looks good, but it really needs some data. So, move on to [How to Build a Logistics IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2) and get some data pushed over from an IoT server to the app.
5858

5959
## 5 Related Content
6060

61-
* [How to Build an IoT App](build-an-iot-app)
62-
* [How to Build an IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2)
63-
* [How to Build an IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3)
64-
* [How to Build an IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4)
65-
* [How to Build an IoT App Step 5: Create Alerts](build-an-iot-app-5)
66-
* [How to Build an IoT App Step 6: Expand the IoT App Tracking](build-an-iot-app-6)
61+
* [How to Build a Logistics IoT App](build-an-iot-app)
62+
* [How to Build a Logistics IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2)
63+
* [How to Build a Logistics IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3)
64+
* [How to Build a Logistics IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4)
65+
* [How to Build a Logistics IoT App Step 5: Create Alerts](build-an-iot-app-5)
66+
* [How to Build a Logistics IoT App Step 6: Expand the IoT App Tracking](build-an-iot-app-6)

howto/tutorials/build-an-iot-app-2.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Build an IoT App Step 2: Configure the Sensor Data Subscription"
2+
title: "Build a Logistics IoT App Step 2: Configure the Sensor Data Subscription"
33
space: "Mendix 7 How-To's"
44
parent: "build-an-iot-app"
55
description: "Describes how to configure the sensor data subscription in the Mendix Logistics IoT app."
@@ -18,7 +18,7 @@ This how-to describes how to configure the sensor data subscription in the Mendi
1818

1919
Before starting with this how-to, make sure you have completed the following prerequisite:
2020

21-
* Use the previous how-to in this series: [How to Build an IoT App Step 1: Connect App Pages](build-an-iot-app-1)
21+
* Use the previous how-to in this series: [How to Build a Logistics IoT App Step 1: Connect App Pages](build-an-iot-app-1)
2222

2323
## 3 Configuring the Sensor Data Subscription (Step 2)
2424

@@ -45,11 +45,11 @@ To configure the sensor data subscription, follow these steps:
4545
9. Refresh the app in the browser, then click **Subscribe** and notice that you get a confirmation message. At this point you won't see anything happening in the app as you configured the app to log the messages it receives from AWS.
4646
10. Return to the Modeler and observe the **Console**. Double-click the log message **Sensor data received**, which will open the **View Log Line Details** pop-up window, where you can see the **Topic** and **Payload** (JSON) in the **Message** section. Receiving this kind of log message means you have just connected to AWS and are receiving real-world data!
4747

48-
Now that you have the sensor data subscription set up, go through [How to Build an IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3) to learn about processing the data and making it visible in the app.
48+
Now that you have the sensor data subscription set up, go through [How to Build a Logistics IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3) to learn about processing the data and making it visible in the app.
4949

50-
* [How to Build an IoT App](build-an-iot-app)
51-
* [How to Build an IoT App Step 1: Connect App Pages](build-an-iot-app-1)
52-
* [How to Build an IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3)
53-
* [How to Build an IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4)
54-
* [How to Build an IoT App Step 5: Create Alerts](build-an-iot-app-5)
55-
* [How to Build an IoT App Step 6: Expand the IoT App Tracking](build-an-iot-app-6)
50+
* [How to Build a Logistics IoT App](build-an-iot-app)
51+
* [How to Build a Logistics IoT App Step 1: Connect App Pages](build-an-iot-app-1)
52+
* [How to Build a Logistics IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3)
53+
* [How to Build a Logistics IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4)
54+
* [How to Build a Logistics IoT App Step 5: Create Alerts](build-an-iot-app-5)
55+
* [How to Build a Logistics IoT App Step 6: Expand the IoT App Tracking](build-an-iot-app-6)

howto/tutorials/build-an-iot-app-3.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Build an IoT App Step 3: Handle the Sensor Data"
2+
title: "Build a Logistics IoT App Step 3: Handle the Sensor Data"
33
space: "Mendix 7 How-To's"
44
parent: "build-an-iot-app"
55
description: "Describes how to handle the temperature sensor data in the Mendix Logistics IoT app."
@@ -20,7 +20,7 @@ In this how-to, you are going to process the data you receive in order to make i
2020

2121
Before starting with this how-to, make sure you have completed the following prerequisite:
2222

23-
* Use the previous how-to in this series: [How to Build an IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2)
23+
* Use the previous how-to in this series: [How to Build a Logistics IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2)
2424

2525
### 3 Handling the Sensor Data (Step 3)
2626

@@ -39,12 +39,12 @@ To configure the handling of the sensor data, follow these steps:
3939
6. Save the changes, click **Run Locally**, then click **View App**.
4040
7. In the app, click **Subscribe** and observe the temperature chart updating as data is being pushed to the app!
4141

42-
The sensor data handling has been configured, so go to [How to Build an IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4) to learn how you can expand the app even more.
42+
The sensor data handling has been configured, so go to [How to Build a Logistics IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4) to learn how you can expand the app even more.
4343
## 4 Related Content
4444

45-
* [How to Build an IoT App](build-an-iot-app)
46-
* [How to Build an IoT App Step 1: Connect App Pages](build-an-iot-app-1)
47-
* [How to Build an IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2)
48-
* [How to Build an IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4)
49-
* [How to Build an IoT App Step 5: Create Alerts](build-an-iot-app-5)
50-
* [How to Build an IoT App Step 6: Expand the IoT App Tracking](build-an-iot-app-6)
45+
* [How to Build a Logistics IoT App](build-an-iot-app)
46+
* [How to Build a Logistics IoT App Step 1: Connect App Pages](build-an-iot-app-1)
47+
* [How to Build a Logistics IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2)
48+
* [How to Build a Logistics IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4)
49+
* [How to Build a Logistics IoT App Step 5: Create Alerts](build-an-iot-app-5)
50+
* [How to Build a Logistics IoT App Step 6: Expand the IoT App Tracking](build-an-iot-app-6)

howto/tutorials/build-an-iot-app-4.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Build an IoT App Step 4: Add Another Data Dimension"
2+
title: "Build a Logistics IoT App Step 4: Add Another Data Dimension"
33
space: "Mendix 7 How-To's"
44
parent: "build-an-iot-app"
55
description: "Describes how to add another data dimension to the Mendix Logistics IoT app."
@@ -20,7 +20,7 @@ This how-to describes how to add cargo type pages to the Mendix Logistics IoT ap
2020

2121
Before starting with this how-to, make sure you have completed the following prerequisite:
2222

23-
* Use the previous how-to in this series: [How to Build an IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3)
23+
* Use the previous how-to in this series: [How to Build a Logistics IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3)
2424

2525
## 3 Adding Another Data Dimension to the App (Step 4)
2626

@@ -129,13 +129,13 @@ To add a new input to the page, follow these steps:
129129
6. Click **Edit** for the **TK124097987** shipment.
130130
7. In the new **Cargo type** field in the **Shipment** editor, select **Bananas** from the drop-down menu, then click **Save**.
131131

132-
With these app improvements, go through [How to Build an IoT App Step 5: Create Alerts](build-an-iot-app-5) and implement alerts that will act on any outliers in the data.
132+
With these app improvements, go through [How to Build a Logistics IoT App Step 5: Create Alerts](build-an-iot-app-5) and implement alerts that will act on any outliers in the data.
133133

134134
## 4 Related Content
135135

136-
* [How to Build an IoT App](build-an-iot-app)
137-
* [How to Build an IoT App Step 1: Connect App Pages](build-an-iot-app-1)
138-
* [How to Build an IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2)
139-
* [How to Build an IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3)
140-
* [How to Build an IoT App Step 5: Create Alerts](build-an-iot-app-5)
141-
* [How to Build an IoT App Step 6: Expand the IoT App Tracking](build-an-iot-app-6)
136+
* [How to Build a Logistics IoT App](build-an-iot-app)
137+
* [How to Build a Logistics IoT App Step 1: Connect App Pages](build-an-iot-app-1)
138+
* [How to Build a Logistics IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2)
139+
* [How to Build a Logistics IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3)
140+
* [How to Build a Logistics IoT App Step 5: Create Alerts](build-an-iot-app-5)
141+
* [How to Build a Logistics IoT App Step 6: Expand the IoT App Tracking](build-an-iot-app-6)

howto/tutorials/build-an-iot-app-5.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Build an IoT App Step 5: Create Alerts"
2+
title: "Build a Logistics IoT App Step 5: Create Alerts"
33
space: "Mendix 7 How-To's"
44
parent: "build-an-iot-app"
55
description: "Describes how to extend the Mendix Logistics IoT app to create alerts."
@@ -21,7 +21,7 @@ In this how-to, you will learn how to use business logic to create alerts for wh
2121

2222
Before starting with this how-to, make sure you have completed the following prerequisite:
2323

24-
* Use the previous how-to in this series: [How to Build an IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4)
24+
* Use the previous how-to in this series: [How to Build a Logistics IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4)
2525

2626
## 3 Creating Alerts (Step 5)
2727

@@ -68,13 +68,13 @@ To improve the alert mechanism, follow these steps:
6868
10. On the shipment overview page of the app, select **Container Bananas**, then click **Subscribe**.
6969
11. Open the **Current alerts** panel by clicking the exclamation mark icon in the top right of the page. You will see a message like this: **Temperature is too high: 15**.
7070

71-
Excellent! Now that you have configured the alert mechanism, you can move on to the final how-to in this tutorial: [How to Build an IoT App Step 6: Expand the IoT App Tracking](build-an-iot-app-6).
71+
Excellent! Now that you have configured the alert mechanism, you can move on to the final how-to in this tutorial: [How to Build a Logistics IoT App Step 6: Expand the IoT App Tracking](build-an-iot-app-6).
7272

7373
## 4 Related Content
7474

75-
* [How to Build an IoT App](build-an-iot-app)
76-
* [How to Build an IoT App Step 1: Connect App Pages](build-an-iot-app-1)
77-
* [How to Build an IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2)
78-
* [How to Build an IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3)
79-
* [How to Build an IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4)
80-
* [How to Build an IoT App Step 6: Expand the IoT App Tracking](build-an-iot-app-6)
75+
* [How to Build a Logistics IoT App](build-an-iot-app)
76+
* [How to Build a Logistics IoT App Step 1: Connect App Pages](build-an-iot-app-1)
77+
* [How to Build a Logistics IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2)
78+
* [How to Build a Logistics IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3)
79+
* [How to Build a Logistics IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4)
80+
* [How to Build a Logistics IoT App Step 6: Expand the IoT App Tracking](build-an-iot-app-6)

howto/tutorials/build-an-iot-app-6.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Build an IoT App Step 6: Expand the IoT App Tracking"
2+
title: "Build a Logistics IoT App Step 6: Expand the IoT App Tracking"
33
space: "Mendix 7 How-To's"
44
parent: "build-an-iot-app"
55
description: "Describes how to extend the shipments that the Mendix Logistics IoT app will track."
@@ -19,7 +19,7 @@ In this how-to, you are going to expand the shipments that will be tracked by th
1919

2020
Before starting with this how-to, make sure you have completed the following prerequisite:
2121

22-
* Use the previous how-to in this series: [How to Build an IoT App Step 5: Create Alerts](build-an-iot-app-5)
22+
* Use the previous how-to in this series: [How to Build a Logistics IoT App Step 5: Create Alerts](build-an-iot-app-5)
2323

2424
## 3 Expanding the IoT App Tracking (Step 6)
2525

@@ -63,9 +63,9 @@ We are very interested in your feedback. Please take [this short survey](https:/
6363

6464
## 5 Related Content
6565

66-
* [How to Build an IoT App](build-an-iot-app)
67-
* [How to Build an IoT App Step 1: Connect App Pages](build-an-iot-app-1)
68-
* [How to Build an IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2)
69-
* [How to Build an IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3)
70-
* [How to Build an IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4)
71-
* [How to Build an IoT App Step 5: Create Alerts](build-an-iot-app-5)
66+
* [How to Build a Logistics IoT App](build-an-iot-app)
67+
* [How to Build a Logistics IoT App Step 1: Connect App Pages](build-an-iot-app-1)
68+
* [How to Build a Logistics IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2)
69+
* [How to Build a Logistics IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3)
70+
* [How to Build a Logistics IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4)
71+
* [How to Build a Logistics IoT App Step 5: Create Alerts](build-an-iot-app-5)

howto/tutorials/build-an-iot-app.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Build an IoT App"
2+
title: "Build a Logistics IoT App"
33
space: "Mendix 7 How-To's"
44
category: "Tutorials"
55
description: "Introduces the series that will describe how to expand the Mendix Logistics IoT app."
@@ -18,12 +18,12 @@ The Mendix Logistics IoT app obtains and measures data from various sensors in i
1818

1919
The following how-to's will guide you through the process of building and expanding the Mendix Logistics IoT app:
2020

21-
* [How to Build an IoT App Step 1: Connect App Pages](build-an-iot-app-1)
22-
* [How to Build an IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2)
23-
* [How to Build an IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3)
24-
* [How to Build an IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4)
25-
* [How to Build an IoT App Step 5: Create Alerts](build-an-iot-app-5)
26-
* [How to Build an IoT App Step 6: Expand the IoT App Tracking](build-an-iot-app-6)
21+
* [How to Build a Logistics IoT App Step 1: Connect App Pages](build-an-iot-app-1)
22+
* [How to Build a Logistics IoT App Step 2: Configure the Sensor Data Subscription](build-an-iot-app-2)
23+
* [How to Build a Logistics IoT App Step 3: Handle the Sensor Data](build-an-iot-app-3)
24+
* [How to Build a Logistics IoT App Step 4: Add Another Data Dimension](build-an-iot-app-4)
25+
* [How to Build a Logistics IoT App Step 5: Create Alerts](build-an-iot-app-5)
26+
* [How to Build a Logistics IoT App Step 6: Expand the IoT App Tracking](build-an-iot-app-6)
2727

2828
## 3 Prerequisites
2929

@@ -36,4 +36,4 @@ Please note the following:
3636

3737
## 4 Next Step
3838

39-
Start the IoT app tutorial by checking out [How to Build an IoT App Step 1: Connect App Pages](build-an-iot-app-1)!
39+
Start the IoT app tutorial by checking out [How to Build a Logistics IoT App Step 1: Connect App Pages](build-an-iot-app-1)!

howto/tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ These tutorials will teach you how to build various apps:
88

99
| [![](attachments/overview/Employee_directory.png)](build-a-simple-hrm-app) | [Build an Employee Directory App in the Web Modeler](build-an-employee-directory-app)<br> In this tutorial, you will learn the basics of app development in the Mendix Web Modeler by building an employee directory app. |
1010
|------|:-----|
11-
| [![](attachments/overview/Iot.png)](build-an-iot-app) | **[Build an IoT App](build-an-iot-app)<br> This tutorial will let you experience how to consume IoT services from an IoT Cloud platform.** |
11+
| [![](attachments/overview/Iot.png)](build-an-iot-app) | **[Build a Logistics IoT App](build-an-iot-app)<br> This tutorial will let you experience how to consume IoT services from an IoT Cloud platform.** |
1212
| [![](attachments/overview/Mobile_to_do.png)](create-a-to-do-app) | **[Build a Mobile To-Do App](create-a-to-do-app)<br>This tutorial will teach you the basics of building an app for mobile devices. You'll start with the Mobile Quick Starter App, use handy widgets to add swipe gestures, and also use native device capabilities like sharing, taking pictures, and more.** |
1313
| [![](attachments/overview/HRM_app.png)](build-a-simple-hrm-app) | **[Build a Simple HRM App](build-a-simple-hrm-app)<br> In this tutorial, you will learn the basics of app development in the Mendix Desktop Modeler by building a simple HRM app.** |
1414

0 commit comments

Comments
 (0)