diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/product.md b/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/product.md index 34af9e861a..0954584960 100644 --- a/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/product.md +++ b/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/product.md @@ -1,6 +1,7 @@ --- title: Portenta Machine Control url_shop: https://store.arduino.cc/portenta-machine-control +hasSetupGuide: true core: arduino:mbed_portenta certifications: [REACH, RoHS, WEEE, UKCA, CE, FCC, RCM] --- diff --git a/content/software/plc-ide/tutorials/getting-started-plc-ide/assets/plc-ide-executable.png b/content/software/plc-ide/tutorials/getting-started/01.plc-ide-getting-started/assets/plc-ide-executable.png similarity index 100% rename from content/software/plc-ide/tutorials/getting-started-plc-ide/assets/plc-ide-executable.png rename to content/software/plc-ide/tutorials/getting-started/01.plc-ide-getting-started/assets/plc-ide-executable.png diff --git a/content/software/plc-ide/tutorials/getting-started-plc-ide/assets/plc-ide-tools-executable.png b/content/software/plc-ide/tutorials/getting-started/01.plc-ide-getting-started/assets/plc-ide-tools-executable.png similarity index 100% rename from content/software/plc-ide/tutorials/getting-started-plc-ide/assets/plc-ide-tools-executable.png rename to content/software/plc-ide/tutorials/getting-started/01.plc-ide-getting-started/assets/plc-ide-tools-executable.png diff --git a/content/software/plc-ide/tutorials/getting-started-plc-ide/assets/plc-ide-windows.png b/content/software/plc-ide/tutorials/getting-started/01.plc-ide-getting-started/assets/plc-ide-windows.png similarity index 100% rename from content/software/plc-ide/tutorials/getting-started-plc-ide/assets/plc-ide-windows.png rename to content/software/plc-ide/tutorials/getting-started/01.plc-ide-getting-started/assets/plc-ide-windows.png diff --git a/content/software/plc-ide/tutorials/getting-started-plc-ide/plc-ide-installation.md b/content/software/plc-ide/tutorials/getting-started/01.plc-ide-getting-started/plc-ide-getting-started.md similarity index 85% rename from content/software/plc-ide/tutorials/getting-started-plc-ide/plc-ide-installation.md rename to content/software/plc-ide/tutorials/getting-started/01.plc-ide-getting-started/plc-ide-getting-started.md index 4df342b19b..feb6d153fc 100644 --- a/content/software/plc-ide/tutorials/getting-started-plc-ide/plc-ide-installation.md +++ b/content/software/plc-ide/tutorials/getting-started/01.plc-ide-getting-started/plc-ide-getting-started.md @@ -23,7 +23,7 @@ You can easily download the editor from the [Arduino Software page](https://www. The Arduino PLC IDE 1.0 is a solution that allows you to program using the 5 programming languages defined by the IEC 61131-3 standard and Arduino sketches at the same time. -### Download the Editor +### Download the IDE Downloading the Arduino PLC IDE 1.0 is done through the [Arduino Software page](https://www.arduino.cc/en/software). Here you will also find information on the other editors available to use. @@ -31,17 +31,17 @@ Downloading the Arduino PLC IDE 1.0 is done through the [Arduino Software page]( #### Windows -Before installing the IDE download the "Arduino PLC IDE Tools" from the software page +Before installing the IDE, download the "Arduino PLC IDE Tools" from the software page. ![Arduino PLC IDE Tools executable](assets/plc-ide-tools-executable.png) Now to install the Arduino PLC IDE 1.0 on a Windows computer, simply run the file downloaded the "Arduino PLC IDE" executable from the software page. -![Running the installation file.](assets/plc-ide-tools-executable.png) +![Running the installation file.](assets/plc-ide-executable.png) Follow the instructions in the installation guide. The installation may take several minutes. -You can now use the Arduino IDE 2.0 on your Windows computer! +You can now use the **Arduino PLC IDE 1.0** on your Windows computer! You can now double click the file to launch the Arduino PLC IDE on your machine.