Skip to content

Commit 7a17145

Browse files
committed
Tutorial content minor update
1 parent 3e1faa9 commit 7a17145

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Loading

content/hardware/07.opta/opta-family/opta/tutorials/opta-modbus-rtu-plc-ide/content.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ hardware:
1919

2020
Opta™ has scalable industrial-grade hardware with a wide range of connectivity choices. Opta™ is enhanced by the Arduino PLC IDE software, which makes the most of the device for solid field deployments. Opta™ supports Modbus protocols, and the Arduino PLC IDE makes it simple to implement them.
2121

22+
![System overview of Opta™ with Modbus RTU using PLC IDE](assets/opta_plcide_modbusrtu_overview.png)
23+
2224
In this tutorial, you will learn how to implement Modbus RTU based communication between two Opta™ devices using Arduino PLC IDE.
2325

2426
## Goals
@@ -76,7 +78,7 @@ The entire procedure is divided into three distinct stages:
7678

7779
* __System Operation__ represents the anticipated outcome post the Modbus RTU configuration and the execution of the PLC program based on the developer's designed logic. Consequently, we can observe the device engaging in communication with other devices through Modbus RTU.
7880

79-
The diagram presented shows the uniformity of the Modbus RTU setup across various Arduino devices using the PLC IDE. One main advantage of this system is its adaptability. Regardless of the specifics of the Modbus RTU setup, the PLC program consistently performs effectively. Its design ensures that it can be used in many different environments.
81+
The diagram presented shows the uniformity of the Modbus RTU setup across devices like Opta and Portenta Machine Control using the PLC IDE. One main advantage of this system is its adaptability. Regardless of the specifics of the Modbus RTU setup, the PLC program consistently performs effectively. Its design ensures that it can be used in many different environments.
8082

8183
In addition, when developing the PLC code, there is no limitation to a single language. The system adheres to the IEC61131-3 standard, allowing one to select from the languages outlined in this standard. This ensures a balance between user convenience and accurate code development.
8284

0 commit comments

Comments
 (0)