Skip to content

[PC-1827] PLC IDE: Arduino® PLC IDE Setup & Device License Activation Tutorial Update w/ Installation Note #2061

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 4 commits into from
Jul 11, 2024
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 @@ -56,9 +56,10 @@ This tutorial requires the latest version of the Arduino IDE; we can download it

![Installing the Opta™ core in the Arduino IDE bootloader](assets/arduino-ide-1.png)


Now we are ready to start compiling and uploading Arduino sketches to an Opta™ device using the Arduino IDE.

***Memory partitioning of an Opta™ should be done using the latest core and libraries to ensure the system is up-to-date with the intended default configuration.***

### Partitioning Memory of an Opta™ Device

The sketch below will guide us through partitioning the memory of an Opta™ device. The complete sketch and the certificates file can be downloaded [here](assets/opta_memory_partitioning.zip). **Remember to store both files in the same folder**.
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.
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.
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
Expand Up @@ -38,7 +38,8 @@ This tutorial will show you how to connect the Portenta Machine Control and Opta
### Hardware Requirements

Board compatible with the Arduino PLC IDE:
- [Opta™](https://store-usa.arduino.cc/collections/opta-family)
- [Opta™](https://store.arduino.cc/collections/opta-family)
- [Opta™ Digital Expansion (D1608E/D1608S)](https://store.arduino.cc/collections/opta-family)
- [Portenta Machine Control](https://store.arduino.cc/products/arduino-portenta-machine-control)

The following accessories are needed:
Expand Down Expand Up @@ -76,7 +77,7 @@ If you have the correct IDE software, its name should include the version format

Run the Arduino PLC IDE installer after verifying that the installer naming scheme follows the above software nomenclature. It helps ensure the software package is legitimate and the latest version available.

***During the installation, you may notice several terminal windows opening automatically. These are necessary for the installation process to load all required resources onto your computer successfully, so there is no need to be concerned.***
***__To ensure a smooth and reliable installation, it is recommended to temporarily disable any antivirus software and run the installation with administrative privileges.__ During the installation, you may notice several terminal windows opening automatically. These are necessary for the installation process to load all required resources onto your computer successfully, so there is no need to be concerned.***

The installation process starts with a window that prompts you to begin. Click **Install** to proceed:

Expand Down Expand Up @@ -106,7 +107,7 @@ Once the installation is finished, a message will appear confirming the successf

![PLC IDE - Overall Installation](assets/plcide-install-7.png)

***If you encounter any issues, restarting your computer can help ensure that all drivers, libraries, and dependencies are properly integrated and updated with the IDE installation.***
***If you encounter any issues using the software after installation, restarting your computer can help ensure that all drivers, libraries, and dependencies are properly integrated and updated with the IDE installation. Should the issue persist, you may retry the installation process by temporarily disabling any antivirus software and running the installation with administrative privileges if you haven’t had a chance to do that yet.***

Open the Arduino PLC IDE program, and the welcome screen will greet you.

Expand Down