Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit 6ad4ddc

Browse files
committed
fixed misnumbered steps
1 parent 34d4920 commit 6ad4ddc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/part3/DASHBOARD.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Follow the [steps outlined in the introduction to Node-RED](NODERED.md#step-3-ho
2323
- Press the **install** button to install the nodes
2424
- Close the Pallet Manager window when the nodes have been installed
2525

26-
### Step 1 - Import the Node-RED Dashboard Chart Flows
26+
### Step 2 - Import the Node-RED Dashboard Chart Flows
2727

2828
Open the “Get the Code” github URL listed below, mark or Ctrl-A to select all of the text, and copy the text for the flow to your Clipboard. Recall from a previous section, click on the Node-RED Menu, then Import, then Clipboard. Paste the text of the flow into the Import nodes dialog and press the red Import button. Finally, click on the red **Deploy** button in the upper right corner.
2929

3030
Node-RED Dashboard Charts : [Get the Code](https://binnes.github.io/esp8266Workshop/part3/flows/NRD-Charts-DHTSensorData.json){target=_blank}
3131

32-
### Step 2 - Learn about various Node-RED Dashboard Chart types
32+
### Step 3 - Learn about various Node-RED Dashboard Chart types
3333

3434
- You might have noticed that the flow import in the prior step actually created three tabs. These are called Node-RED flows.
3535
- The **Chart Intro** flow introduces you to the various Node-RED Dashboard Chart types that are available. You can create Line charts, various Pie chart styles – Pie, Donut, Polar Area, Radar - and vertical and horizontal Bar charts.
@@ -41,7 +41,7 @@ Node-RED Dashboard Charts : [Get the Code](https://binnes.github.io/esp8266Works
4141
- The Node-RED flow is not nearly as interesting as the charts that it renders. To launch the Node-RED Dashboard, in the Node-RED sidebar, turn to the **dashboard** tab and click on the **Launch** button (1) [See two pictures above].
4242
![Node-RED Chart Intro](screenshots/Node-RED-ChartIntro-dashboard.png)
4343

44-
### Step 3 – Generating and Displaying data in Node-RED Dashboards
44+
### Step 4 – Generating and Displaying data in Node-RED Dashboards
4545

4646
The next Node-RED flow - **Dashboard Intro** - uses a variety of UI widgets to display data in the Node-RED Dashboard. There is a Switch node that turns On/Off a random number generator function node. The simple random numbers are sent to a line Chart node, a Gauge node, a Slider node, a Text node and, if the number exceeds a threshold, will display an alert notification message.
4747

@@ -52,7 +52,7 @@ The next Node-RED flow - **Dashboard Intro** - uses a variety of UI widgets to d
5252
- Experiment with / observe the Dashboard controls.
5353
![Node-RED Dashboard Intro dashboard](screenshots/Node-RED-Dashboard-Intro.png)
5454

55-
### Step 4 - Plot Device Environmental Sensor Data
55+
### Step 5 - Plot Device Environmental Sensor Data
5656

5757
Now that you have learned about Node-RED Dashboard and Chart types, you are ready to plot the real-time device environmental sensor data. If you are working in the lite plan on the IBM Cloud memory is limited, so you may want to delete the tabs Chart Intro and Dashboard Intro by double clicking each tab to open up the tab configuration sidebar, where you will find a delete button.
5858

@@ -65,7 +65,7 @@ Now that you have learned about Node-RED Dashboard and Chart types, you are read
6565

6666
![Temperature and Humidity chart](screenshots/NRD-ESP8266-DHT-TempHum-Chart.png)
6767

68-
### Step 5 - Trigger Alerts when Real-Time Sensor Data Exceeds a Threshold Value
68+
### Step 6 - Trigger Alerts when Real-Time Sensor Data Exceeds a Threshold Value
6969

7070
Often IoT devices and sensors are deployed so that alerts can be triggered when the real time sensor data exceeds a threshold value. In this last Step, the flow checks the temperature values and, if the temperature exceeds the threshold, triggers a Node-RED Dashboard notification.
7171

0 commit comments

Comments
 (0)