Skip to content

Commit ad01b20

Browse files
committed
Tutorial content element depopulate and patch
1 parent 624f8d6 commit ad01b20

16 files changed

+26
-190
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-modbus-rtu-plc-ide/assets/opta_plcide_client_mainCode.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-modbus-rtu-plc-ide/assets/opta_plcide_client_modbusFunctionConfig.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-modbus-rtu-plc-ide/assets/opta_plcide_ethernet_config.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-modbus-rtu-plc-ide/assets/opta_plcide_example_result.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-modbus-rtu-plc-ide/assets/opta_plcide_hardware_connection.svg

Lines changed: 0 additions & 36 deletions
This file was deleted.

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-modbus-rtu-plc-ide/assets/opta_plcide_hardware_connection_eth.svg

Lines changed: 0 additions & 43 deletions
This file was deleted.

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-modbus-rtu-plc-ide/assets/opta_plcide_ipconfig.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-modbus-rtu-plc-ide/assets/opta_plcide_modbus_functions.svg

Lines changed: 13 additions & 0 deletions
Loading

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-modbus-rtu-plc-ide/assets/opta_rtu_plcide_hardware_connection.svg

Lines changed: 0 additions & 62 deletions
This file was deleted.

content/hardware/05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-modbus-rtu-plc-ide/assets/plcide_software_download.svg

Lines changed: 9 additions & 0 deletions
Loading

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In this tutorial, you will discover how to establish Modbus RTU communication be
4242
- [Arduino PLC IDE Tools](https://www.arduino.cc/en/software#arduino-plc-ide)
4343
- [Arduino PLC IDE software](https://www.arduino.cc/en/software#arduino-plc-ide)
4444
- If you have a Portenta Machine Control, you will need a unique PLC IDE License key for your device. Get your license key [here](https://store.arduino.cc/products/plc-key-portenta-machine-control). Go to section [__License Activation with Product Key (Portenta Machine Control)__](https://docs.arduino.cc/software/plc-ide/tutorials/plc-ide-setup-license#6-license-activation-with-product-key-portenta-machine-control) to know more.
45-
- [Portenta Machine Control Modbus RTU PLC IDE Project Example File]( )
45+
- [Portenta Machine Control Modbus RTU PLC IDE Project Example File](assets/ModbusRTU_PMC_Example.zip)
4646

4747
## Modbus Protocol
4848

@@ -162,7 +162,7 @@ It will require you to fill in basic information under the `General` tab and par
162162
- Address type
163163
- Swap words mode
164164

165-
These informations will help identify and correctly communicate with the target device.
165+
These information will help identify and correctly communicate with the target device.
166166

167167
#### PLC IDE Modbus Custom Editor
168168
<br></br>
@@ -185,7 +185,7 @@ To create a live handshake verification procedure between two Portenta Machine C
185185

186186
Based on the counter data it receives from the "Modbus RTU Server Portenta Machine Control," the "Modbus RTU Client Portenta Machine Control" will activate the relay and the status LED. You may learn how to configure the Modbus RTU role for each Portenta Machine Control device using the role-specific sections.
187187

188-
You may access the entire example project [here](assets/ModbusTCP_Opta_Example.zip) if you would like to test it right away. Every setting and component is ready to be assembled and uploaded to the corresponding Portenta Machine Control.
188+
You may access the entire example project [here](assets/ModbusRTU_PMC_Example.zip) if you would like to test it right away. Every setting and component is ready to be assembled and uploaded to the corresponding Portenta Machine Control.
189189

190190
The following sections will demonstrate how to set up each Portenta Machine Control according to its function in a Modbus RTU connection.
191191

@@ -302,7 +302,7 @@ Finally, Portenta Machine Control is now ready as a Modbus RTU Client.
302302

303303
### Testing Modbus RTU Communication Between Portenta Machine Control Devices (PLC IDE)
304304

305-
You can access the complete example project [here](assets/ModbusTCP_Opta_Example.zip). You can download the compressed file, extract it, and use the pre-configured example project for your Portenta Machine Control devices.
305+
You can access the complete example project [here](assets/ModbusRTU_PMC_Example.zip). You can download the compressed file, extract it, and use the pre-configured example project for your Portenta Machine Control devices.
306306

307307
Set both Portenta Machine Control devices running with the corresponding main PLC code with the hardware setup explained in [this section](#hardware-setup).
308308

0 commit comments

Comments
 (0)