Skip to content

Commit 71239bc

Browse files
authored
Merge pull request #2045 from arduino/canchebagur/plc-ide-intro-tutorial-update
[ PC-1746] - Add User Manual Information to PLC IDE Tutorial
2 parents ca32041 + ed02d54 commit 71239bc

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Loading
Loading

content/software/plc-ide/tutorials/plc-programming-introduction/content.md

+18
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,26 @@ The goals of this tutorial are:
2727

2828
### Required Hardware and Software
2929

30+
- [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)
3031
- [Portenta Machine Control](https://store.arduino.cc/products/arduino-portenta-machine-control)
3132

33+
### Arduino PLC IDE User Manual
34+
35+
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**.
36+
37+
![Help menu in the PLC IDE](assets/help_menu.png)
38+
39+
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:
40+
41+
- Overview of the programming environment
42+
- Project and project elements management
43+
- Usage of programming languages and functions
44+
- Debugging tools
45+
46+
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.
47+
48+
![Generated user manual from the Help menu](assets/user_manual.png)
49+
3250
## Common Features
3351

3452
### Variables Addition

0 commit comments

Comments
 (0)