Skip to content

Commit 29cfba3

Browse files
authored
Merge pull request #722 from arduino/marqdevx/PLC-IDE/launch-fixes
PLC IDE fixes
2 parents 48493d3 + cfb771d commit 29cfba3

File tree

8 files changed

+482
-57
lines changed

8 files changed

+482
-57
lines changed

Diff for: content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/compatibility.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ software:
33
- arduino-cli
44
- iot-cloud
55
- web-editor
6+
- plc-ide
67
hardware:
78
boards:
89
- portenta-h7

Diff for: content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/plc-ide-pin-mapping/content.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ tags:
88
author: 'Pablo Marquínez'
99
hardware:
1010
- hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control
11+
software:
12+
- plc-ide
1113
---
1214

1315
## Introduction
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: 'Downloading and installing the Arduino PLC IDE 1.0'
3+
difficulty: beginner
4+
description: 'A quick guide on how to install the Arduino PLC IDE on your Windows system.'
5+
tags:
6+
- Installation
7+
author: 'Pablo Marquínez'
8+
software:
9+
- plc-ide
10+
---
11+
12+
## Downloading and Installing the Arduino PLC IDE 1.0
13+
14+
In this tutorial, we will show how to download and install the Arduino PLC IDE 1.0 on your Windows computer.
15+
16+
You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#arduino-plc-ide).
17+
18+
### Requirements
19+
20+
- **Windows** - Win 10 or newer, x64 bits
21+
22+
### The Arduino PLC IDE 1.0
23+
24+
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.
25+
26+
### Download the Editor
27+
28+
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.
29+
30+
### Installation
31+
32+
#### Windows
33+
34+
Before installing the IDE download the "Arduino PLC IDE Tools" from the software page
35+
36+
![Arduino PLC IDE Tools executable](assets/plc-ide-tools-executable.png)
37+
38+
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.
39+
40+
![Running the installation file.](assets/plc-ide-tools-executable.png)
41+
42+
Follow the instructions in the installation guide. The installation may take several minutes.
43+
44+
You can now use the Arduino IDE 2.0 on your Windows computer!
45+
46+
You can now double click the file to launch the Arduino PLC IDE on your machine.
47+
48+
![Installed Arduino PLC IDE](assets/plc-ide-windows.png)

0 commit comments

Comments
 (0)