Skip to content

Commit 9483fe5

Browse files
committed
Small update
1 parent f06451b commit 9483fe5

File tree

1 file changed

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

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,22 +114,20 @@ After you click the **Activate** button, it will use the license and attach it t
114114

115115
![Activation succeed](assets/connectedAndActivated.png)
116116

117-
### 7. Getting the Hardware-ID of your Device
118-
119117
Once the board has been activated, it is recommended to get the **Hardware-ID** of your device. To do it follow the next steps:
120118
- Be sure that your device is disconnected from the Arduino PLC IDE.
121119
- Open the **Arduino IDE** software
122120
- Go to **Tools** > **Board** > **Arduino Mbed OS Portenta Boards** > **Arduino Portenta H7 (M7 Core)**
123121
- 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)
124122
- 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.
125123

126-
### 8. Download a Program
124+
### 7. Download a Program
127125

128126
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.
129127

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

132-
### 9. Communication Test
130+
### 8. Communication Test
133131

134132
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.
135133

0 commit comments

Comments
 (0)