You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/07.opta/opta-family/opta/tutorials/getting-started-with-modbus-tcp-plc-ide/content.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ If the IP address for OptaTM is set manually, it is necessary to configure the
150
150
151
151
The configured IP address for OptaTM also serves to connect and develop within the Arduino PLC IDE environment. The Modbus TCP option must be activated and set with OptaTM device's assigned IP address by going to `On-line -> Set up communication`. The connection between OptaTM and the development environment can be verified with the`ping <OptaTM IP Address>` command using a terminal.
152
152
153
-

153
+

154
154
155
155
Keep in mind that the correct configuration is key to work with PLC IDE and OptaTM. Once the properties of the OptaTM devices are correctly set, we will be able to seamlessly connect to OptaTM and monitor the states of both devices.
156
156
@@ -243,7 +243,7 @@ The `cnt` status variable uses the following parameters:
243
243
244
244
With these settings ready, you need to go to `Resources -> Opta`, select the corresponding port, and begin the `Manual sketch download` process. Then you need to go to `On-line -> Set up Communication` and activate Modbus TCP with the assigned IP address for OptaTM.
245
245
246
-

246
+

247
247
248
248
Proceed with `On-line -> Connect` and it will establish communication between your computer and the OptaTM server. If everything is fine, you will be able to observe the message found at the lower right corner of the PLC IDE software stating that it is connected.
0 commit comments