Skip to content

[ PC-1746] - Add User Manual Information to PLC IDE Tutorial #2045

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 3 commits into from
Jul 24, 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
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 @@ -27,8 +27,26 @@ The goals of this tutorial are:

### Required Hardware and Software

- [Opta™ Lite](https://store.arduino.cc/products/opta-lite), [Opta™ RS485](https://store.arduino.cc/products/opta-rs485), or [Opta™ WiFi](https://store.arduino.cc/products/opta-wifi) (x1)
- [Portenta Machine Control](https://store.arduino.cc/products/arduino-portenta-machine-control)

### Arduino PLC IDE User Manual

Before starting this tutorial, please take a moment to locate the online user manual integrated into the PLC IDE programming environment. You can access it from the top menu bar by navigating to **Help > Index**.

![Help menu in the PLC IDE](assets/help_menu.png)

The user manual can be downloaded and stored locally or printed. It contains detailed information on the following aspects of the PLC IDE programming environment:

- Overview of the programming environment
- Project and project elements management
- Usage of programming languages and functions
- Debugging tools

This resource is designed to guide you through the various functionalities and features of the Arduino PLC IDE, ensuring a smoother and more efficient programming experience. You can rely on this resource to provide the support and guidance you need.

![Generated user manual from the Help menu](assets/user_manual.png)

## Common Features

### Variables Addition
Expand Down