diff --git a/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/compatibility.yml b/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/compatibility.yml index a11ed78949..7e5498481e 100644 --- a/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/compatibility.yml +++ b/content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/compatibility.yml @@ -3,6 +3,7 @@ software: - arduino-cli - iot-cloud - web-editor + - plc-ide hardware: boards: - portenta-h7 \ No newline at end of file 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-plc-ide/assets/plc-ide-executable.png new file mode 100644 index 0000000000..2f16cf04f4 Binary files /dev/null and b/content/software/plc-ide/tutorials/getting-started-plc-ide/assets/plc-ide-executable.png differ 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-plc-ide/assets/plc-ide-tools-executable.png new file mode 100644 index 0000000000..326df95aa3 Binary files /dev/null and b/content/software/plc-ide/tutorials/getting-started-plc-ide/assets/plc-ide-tools-executable.png differ 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-plc-ide/assets/plc-ide-windows.png new file mode 100644 index 0000000000..e31d65d326 Binary files /dev/null and b/content/software/plc-ide/tutorials/getting-started-plc-ide/assets/plc-ide-windows.png differ diff --git a/content/software/plc-ide/tutorials/getting-started-plc-ide/plc-ide-installation.md b/content/software/plc-ide/tutorials/getting-started-plc-ide/plc-ide-installation.md new file mode 100644 index 0000000000..e10148f8c6 --- /dev/null +++ b/content/software/plc-ide/tutorials/getting-started-plc-ide/plc-ide-installation.md @@ -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) \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 73df3e007e..094184c81c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -266,11 +266,11 @@ } } }, - "@arduino/docs-arduino-cc": { - "version": "1.7.0", - "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.7.0/bf5090de4338ed7088348162f2f2a2e5cd27896f", - "integrity": "sha512-kPduroPtDyc5dxuDFHbPXf5k4B1smR2JhJIlxEE2Q4JFR5B1QTELYmUEmnBrMyv/R4JidU/q0aaXw2HX917SvQ==", - "requires": { + "node_modules/@arduino/docs-arduino-cc": { + "version": "1.7.3", + "resolved": "https://npm.pkg.github.com/download/@arduino/docs-arduino-cc/1.7.3/556d2dd3f6bc7a12b57179872795cda5dd8b2a8b", + "integrity": "sha512-u9j5v5P7hN/R2OJC3yRGuIb5PRHD9Bdjk52Bxw4B0eVt7XGJXWhzr1ml1aOqrGdcqi/0ZJhqdwfTRNN/9bdKEg==", + "dependencies": { "@algolia/autocomplete-core": "^1.5.3", "@algolia/autocomplete-preset-algolia": "^1.5.3", "@bcmi-labs/react-components": "^0.9.0", diff --git a/package.json b/package.json index 0c49cbd81c..d1877f450c 100644 --- a/package.json +++ b/package.json @@ -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": {