Skip to content

PLC IDE fixes #722

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 5 commits into from
Dec 7, 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
Expand Up @@ -3,6 +3,7 @@ software:
- arduino-cli
- iot-cloud
- web-editor
- plc-ide
hardware:
boards:
- portenta-h7
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ tags:
author: 'Pablo Marquínez'
hardware:
- hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control
software:
- plc-ide
---

## Introduction
Expand Down
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,48 @@
---
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'
software:
- plc-ide
---

## 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)
Loading