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
Small fixes from support, additional information if the download fails (#946)
* Small fixes from support, additional information if the download fails
* Images updated
* Image renamed
* Caption updated
* Small update, word Upload change to Download
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
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The **Arduino PLC IDE** offers the possibility to use **IEC IEC61131-3** program
23
23
## Goals
24
24
25
25
- Install the Arduino PLC IDE and the Arduino PLC IDE Tools
26
-
-Upload the PLC IDE bootloader to the board
26
+
-Download the PLC IDE bootloader to the board
27
27
- Connect the computer to your device through the IDE
28
28
- Activate the device license
29
29
- Test the connection
@@ -34,6 +34,7 @@ The **Arduino PLC IDE** offers the possibility to use **IEC IEC61131-3** program
34
34
- Arduino PLC IDE ([Official Website](https://www.arduino.cc/pro/software-plc-ide))
35
35
- If you have a Portenta Machine Control, you will need a unique PLC IDE License key for your device (https://store.arduino.cc/products/plc-key-portenta-machine-control)
36
36
- If you have an Opta, you do not need any license key to activate your product. Go to section __License Activation With Pre-Licensed Products (Opta)__ to know more.
37
+
-[Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), [Arduino Web Editor](https://create.arduino.cc/editor) or any program with a serial monitor in case you need to retrieve the _Hardware-ID_ of your device.
37
38
38
39
***To get the Arduino PLC IDE and the PLC IDE License for your device, please visit the [Arduino software page](https://www.arduino.cc/en/software) and the [store page](https://store.arduino.cc/plc-key-portenta-machine-control)***
39
40
@@ -84,6 +85,10 @@ Plug your device to the computer, select the Serial Port of your board and click
84
85
85
86
***The device will show up two Serial Ports, the default one (generally with the lowest number) is the usual Serial Port, the secondary one (usually with the highest number) is a virtual port for Modbus communication from the device to your computer. Take note of the port number assigned to the secondary port (virtual port for Modbus) as it will be needed in a second step.***
86
87
88
+
If during the download procedure the following message appears, double-tap the reset button using the tip of a pen or a similar pointed object. The led above the reset button will start blinking indicating that the Opta is ready to be flashed with a new firmware. Click the **Download** button to start the process again.
@@ -161,7 +166,7 @@ To do it follow the next steps:
161
166
162
167
### 10. Download a Program
163
168
164
-
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.
169
+
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. Double-click on the file _main_ inside the _Project_ to see the counter program. To download that program to your PLC, it is needed to compile the program and send it to the target device.
165
170
166
171

0 commit comments