You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/plc-ide-setup-license/content.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -112,20 +112,24 @@ After you click the **Activate** button, it will use the license and attach it t
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:
116
120
- Be sure that your device is disconnected from the Arduino PLC IDE.
117
121
- Open the **Arduino IDE** software
118
122
- Go to **Tools** > **Board** > **Arduino Mbed OS Portenta Boards** > **Arduino Portenta H7 (M7 Core)**
119
123
- 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)
120
124
- 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.
121
125
122
-
### 7. Download a Program
126
+
### 8. Download a Program
123
127
124
128
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.
125
129
126
130

127
131
128
-
### 8. Communication Test
132
+
### 9. Communication Test
129
133
130
134
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.
0 commit comments