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
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -114,22 +114,20 @@ 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:
120
118
- Be sure that your device is disconnected from the Arduino PLC IDE.
121
119
- Open the **Arduino IDE** software
122
120
- Go to **Tools** > **Board** > **Arduino Mbed OS Portenta Boards** > **Arduino Portenta H7 (M7 Core)**
123
121
- 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)
124
122
- 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.
125
123
126
-
### 8. Download a Program
124
+
### 7. Download a Program
127
125
128
126
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.
129
127
130
128

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