Skip to content

Commit 52eb9a5

Browse files
committed
Tutorial content update
1 parent 14d32fc commit 52eb9a5

File tree

1 file changed

+0
-6
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-modbus-tcp-plc-ide

1 file changed

+0
-6
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-modbus-tcp-plc-ide/content.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -332,12 +332,6 @@ void setup()
332332

333333
The `ip(192, 168, 1, 1)` represents the IP address of the Modbus TCP Master Portenta Machine Control. While you can modify the Internet Protocol properties as needed, it is essential to make sure the `subnet` aligns with that of your computer.
334334

335-
Next, set up a variable to store the counter data received from the server Portenta Machine Control. Navigate to the `Input Reg.` tab in the Modbus function configuration menu. From there, define a variable named `counter_rec` to save the data transmitted via the protocol.
336-
337-
Refer to the subsequent image for a visual guide to the desired configuration:
338-
339-
![Arduino PLC IDE - Portenta Machine Control Client Modbus Function of the Node (Input Reg.)](assets/pmc_plcide_client_modbusFunctionConfig_reg.png)
340-
341335
For the purposes of this tutorial, the client Portenta Machine Control has been set up to use digital programmable I/Os and digital outputs.
342336

343337
The image below provides a glimpse of its appearance within the PLC IDE interface:

0 commit comments

Comments
 (0)