Skip to content

Add hasSetupGuide property to PMC #724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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]
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@ 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.

### Installation

#### 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.

Expand Down