Skip to content

Commit fd9a98e

Browse files
committed
Small improvements
1 parent 64a4d67 commit fd9a98e

File tree

1 file changed

+7
-3
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/plc-ide-setup-license

1 file changed

+7
-3
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/plc-ide-setup-license/content.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,20 +112,24 @@ After you click the **Activate** button, it will use the license and attach it t
112112

113113
![Activation succeed](assets/connectedAndActivated.png)
114114

115-
Once the board has been activated, it is recommended to get the **Hardware-ID** of your device. To do it follow the next steps:
115+
Once the board has been activated, it is recommended to get the **Hardware-ID** of your device.
116+
117+
### 7. Getting the Hardware-ID of Your Device
118+
119+
To do it follow the next steps:
116120
- Be sure that your device is disconnected from the Arduino PLC IDE.
117121
- Open the **Arduino IDE** software
118122
- Go to **Tools** > **Board** > **Arduino Mbed OS Portenta Boards** > **Arduino Portenta H7 (M7 Core)**
119123
- Go to **Tools** > **Port** to select the proper port (the default one shown before in the PLC IDE inside the **Arduino PMC Configuration** > **Other** section)
120124
- Go to **Tools** > **Serial Monitor** and reset the board. Look at the end of the boot report to find the "Hardware-ID" and store it in a safe place.
121125

122-
### 7. Download a Program
126+
### 8. Download a Program
123127

124128
Let's download and run the first program on your device. We are going to use the default program that is included in a project: a counter. To upload that program to your PLC, it is needed to compile the program and send it to the target device.
125129

126130
![Send the program to the device (download)](assets/downloadCode.png)
127131

128-
### 8. Communication Test
132+
### 9. Communication Test
129133

130134
Open the **Watch** window by clicking on "View > Tool Windows > Watch", it will attach a new window on the right side called **Watch**. This window shows the real-time variables value.
131135

0 commit comments

Comments
 (0)