diff --git a/content/software/plc-ide/tutorials/can-setup/content.md b/content/software/plc-ide/tutorials/can-setup/content.md index a8546d6236..ead1fd3479 100644 --- a/content/software/plc-ide/tutorials/can-setup/content.md +++ b/content/software/plc-ide/tutorials/can-setup/content.md @@ -1,5 +1,5 @@ --- -title: 'CAN Bus Setup with Arduino® PLC IDE' +title: 'CAN Bus Setup with Arduino PLC IDE' description: 'This tutorial will show you how to set up the CAN bus communication with the Arduino PLC IDE.' tags: - PLC diff --git a/content/software/plc-ide/tutorials/modbus-setup/content.md b/content/software/plc-ide/tutorials/modbus-setup/content.md index 8d32320179..9997bb09c4 100644 --- a/content/software/plc-ide/tutorials/modbus-setup/content.md +++ b/content/software/plc-ide/tutorials/modbus-setup/content.md @@ -1,5 +1,5 @@ --- -title: 'Modbus Setup with Arduino® PLC IDE' +title: 'Modbus Setup with Arduino PLC IDE' description: 'This tutorial will show you how to set up the Modbus communication with the Arduino PLC IDE.' tags: - PLC diff --git a/content/software/plc-ide/tutorials/plc-ide-cloud-support/content.md b/content/software/plc-ide/tutorials/plc-ide-cloud-support/content.md index b420afdc0c..c0f5d83479 100644 --- a/content/software/plc-ide/tutorials/plc-ide-cloud-support/content.md +++ b/content/software/plc-ide/tutorials/plc-ide-cloud-support/content.md @@ -1,5 +1,5 @@ --- -title: 'Using PLC IDE With ArduinoCloud' +title: 'Using PLC IDE With Arduino Cloud' description: "Learn how to integrate PLC IDE compatible devices with the Arduino Cloud." difficulty: beginner tags: @@ -44,7 +44,7 @@ In this comprehensive tutorial, you will learn how to integrate and utilize the - [PLC IDE & Arduino Cloud integration example project](assets/Opta_PLCIDE_Cloud.zip) file compatible with Opta™ ***This tutorial requires the latest versions of the PLC IDE & PLC IDE Tools ( >= v 1.0.4 ). -You can get the latest versions [here](https://www.arduino.cc/en/software#arduino-plc-ide) for the latest PLC IDE and its tools. If it is your first time using the Arduino PLC IDE, we highly recommend you to begin with [Arduino® PLC IDE Setup & Device License Activation](https://docs.arduino.cc/software/plc-ide/tutorials/plc-ide-setup-license).*** +You can get the latest versions [here](https://www.arduino.cc/en/software#arduino-plc-ide) for the latest PLC IDE and its tools. If it is your first time using the Arduino PLC IDE, we highly recommend you to begin with [Arduino PLC IDE Setup & Device License Activation](https://docs.arduino.cc/software/plc-ide/tutorials/plc-ide-setup-license).*** ## PLC IDE & Arduino Cloud Integration diff --git a/content/software/plc-ide/tutorials/plc-ide-pin-mapping/content.md b/content/software/plc-ide/tutorials/plc-ide-pin-mapping/content.md index 9ccdbee9fd..31d2f37036 100644 --- a/content/software/plc-ide/tutorials/plc-ide-pin-mapping/content.md +++ b/content/software/plc-ide/tutorials/plc-ide-pin-mapping/content.md @@ -1,5 +1,5 @@ --- -title: 'Arduino® PLC IDE Pin Mapping' +title: 'Arduino PLC IDE Pin Mapping' difficulty: beginner description: "Assign the pins to variables and interact with them on the Arduino PLC IDE." tags: diff --git a/content/software/plc-ide/tutorials/plc-ide-setup-license/content.md b/content/software/plc-ide/tutorials/plc-ide-setup-license/content.md index eb736b6ead..a8a181cdb7 100644 --- a/content/software/plc-ide/tutorials/plc-ide-setup-license/content.md +++ b/content/software/plc-ide/tutorials/plc-ide-setup-license/content.md @@ -1,6 +1,6 @@ --- beta: true -title: Arduino® PLC IDE Setup & Device License Activation +title: Arduino PLC IDE Setup & Device License Activation difficulty: beginner tags: - PLC @@ -77,7 +77,7 @@ When you download the Arduino PLC IDE executable, the file naming scheme is as f If you have the correct IDE software, its name should include the version format `X.X.X.X`, with the associated release date in the `{ReleaseDate}` field. For instance, a release date might look like `20230329`. -Run the Arduino PLC IDE installer after you have installed the Arduino PLC IDE Tools. If you have not installed the PLC IDE tools, please check [Arduino® PLC IDE Tools Setup section](#1-arduino-plc-ide-tools-setup) before proceeding as it needs to have the tools set before IDE software installation. +Run the Arduino PLC IDE installer after you have installed the Arduino PLC IDE Tools. If you have not installed the PLC IDE tools, please check [Arduino PLC IDE Tools Setup section](#1-arduino-plc-ide-tools-setup) before proceeding as it needs to have the tools set before IDE software installation. Follow the installation instructions and finish the IDE setup process. diff --git a/content/software/plc-ide/tutorials/plc-programming-introduction/content.md b/content/software/plc-ide/tutorials/plc-programming-introduction/content.md index 893fbcfbbe..6fbcb0a144 100644 --- a/content/software/plc-ide/tutorials/plc-programming-introduction/content.md +++ b/content/software/plc-ide/tutorials/plc-programming-introduction/content.md @@ -1,5 +1,5 @@ --- -title: 'Programming Introduction with Arduino® PLC IDE' +title: 'Programming Introduction with Arduino PLC IDE' difficulty: intermediate description: "Create programs with all the IEC-61131-3 languages on the Arduino PLC IDE." tags: