Skip to content
Closed
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
Expand Up @@ -3,6 +3,7 @@ software:
- arduino-cli
- iot-cloud
- web-editor
- plc-ide
hardware:
boards:
- portenta-h7
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: 'Downloading and installing the Arduino PLC IDE 1.0'
difficulty: beginner
description: 'A quick guide on how to install the Arduino PLC IDE on your Windows system.'
tags:
- Installation
author: 'Pablo Marquínez'
---

## Downloading and Installing the Arduino PLC IDE 1.0

In this tutorial, we will show how to download and install the Arduino PLC IDE 1.0 on your Windows computer.

You can easily download the editor from the [Arduino Software page](https://www.arduino.cc/en/software#arduino-plc-ide).

### Requirements

- **Windows** - Win 10 or newer, x64 bits

### The Arduino PLC IDE 1.0

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

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

![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)

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 double click the file to launch the Arduino PLC IDE on your machine.

![Installed Arduino PLC IDE](assets/plc-ide-windows.png)
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/arduino/docs-content#readme",
"dependencies": {
"@arduino/docs-arduino-cc": "^1.7.0",
"@arduino/docs-arduino-cc": "^1.7.3",
"gatsby": "^4.9.2"
},
"volta": {
Expand Down