From 02396b237b6868fef25e4e58ed7fe517d07fbb37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=A9ndez?= <49886387+mcmchris@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:39:43 -0400 Subject: [PATCH 1/4] Soft requirements add --- .../plc-ide/tutorials/plc-programming-introduction/content.md | 3 +++ 1 file changed, 3 insertions(+) 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 19028da1a1..73bbf08f18 100644 --- a/content/software/plc-ide/tutorials/plc-programming-introduction/content.md +++ b/content/software/plc-ide/tutorials/plc-programming-introduction/content.md @@ -29,6 +29,9 @@ The goals of this tutorial are: - [Opta™ Lite](https://store.arduino.cc/products/opta-lite), [Opta™ RS485](https://store.arduino.cc/products/opta-rs485), or [Opta™ WiFi](https://store.arduino.cc/products/opta-wifi) (x1) - [Portenta Machine Control](https://store.arduino.cc/products/arduino-portenta-machine-control) +- [PLC IDE](https://www.arduino.cc/pro/software-plc-ide) + +***To ensure a fully functional experience with the PLC IDE and the Opta or the Portenta Machine Control we recommend first following the [Memory Partitioning tutorial](https://docs.arduino.cc/tutorials/opta/memory-partitioning/).*** ### Arduino PLC IDE User Manual From 43f36ba23a5cd8d99e9e80cb07092ab4332222b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=A9ndez?= <49886387+mcmchris@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:40:05 -0400 Subject: [PATCH 2/4] Soft requirements add --- .../plc-ide/tutorials/plc-programming-introduction/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 73bbf08f18..0f954380d5 100644 --- a/content/software/plc-ide/tutorials/plc-programming-introduction/content.md +++ b/content/software/plc-ide/tutorials/plc-programming-introduction/content.md @@ -31,7 +31,7 @@ The goals of this tutorial are: - [Portenta Machine Control](https://store.arduino.cc/products/arduino-portenta-machine-control) - [PLC IDE](https://www.arduino.cc/pro/software-plc-ide) -***To ensure a fully functional experience with the PLC IDE and the Opta or the Portenta Machine Control we recommend first following the [Memory Partitioning tutorial](https://docs.arduino.cc/tutorials/opta/memory-partitioning/).*** +***To ensure a fluent and functional experience with the PLC IDE and the Opta or the Portenta Machine Control we recommend first following the [Memory Partitioning tutorial](https://docs.arduino.cc/tutorials/opta/memory-partitioning/).*** ### Arduino PLC IDE User Manual From 3c34ff643f5e895e7995371203de7aa1c8861bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=A9ndez?= <49886387+mcmchris@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:50:57 -0400 Subject: [PATCH 3/4] partitioning note --- .../plc-ide/tutorials/plc-programming-introduction/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0f954380d5..b4ea09f343 100644 --- a/content/software/plc-ide/tutorials/plc-programming-introduction/content.md +++ b/content/software/plc-ide/tutorials/plc-programming-introduction/content.md @@ -31,7 +31,7 @@ The goals of this tutorial are: - [Portenta Machine Control](https://store.arduino.cc/products/arduino-portenta-machine-control) - [PLC IDE](https://www.arduino.cc/pro/software-plc-ide) -***To ensure a fluent and functional experience with the PLC IDE and the Opta or the Portenta Machine Control we recommend first following the [Memory Partitioning tutorial](https://docs.arduino.cc/tutorials/opta/memory-partitioning/).*** +***To ensure a fluent and functional experience with the PLC IDE we recommend first following the [Memory Partitioning tutorial](https://docs.arduino.cc/tutorials/opta/memory-partitioning/) to set up your Opta or Portenta Machine Control.*** ### Arduino PLC IDE User Manual From ec5aae2ba7d9afda3dc7bcb7f8993f295497ff51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=A9ndez?= <49886387+mcmchris@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:29:42 -0400 Subject: [PATCH 4/4] Note format fix --- .../plc-ide/tutorials/plc-programming-introduction/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b4ea09f343..f9d090dd32 100644 --- a/content/software/plc-ide/tutorials/plc-programming-introduction/content.md +++ b/content/software/plc-ide/tutorials/plc-programming-introduction/content.md @@ -31,7 +31,7 @@ The goals of this tutorial are: - [Portenta Machine Control](https://store.arduino.cc/products/arduino-portenta-machine-control) - [PLC IDE](https://www.arduino.cc/pro/software-plc-ide) -***To ensure a fluent and functional experience with the PLC IDE we recommend first following the [Memory Partitioning tutorial](https://docs.arduino.cc/tutorials/opta/memory-partitioning/) to set up your Opta or Portenta Machine Control.*** +***If you have previously used your Opta or Portenta Machine Control with the Arduino IDE, or it is your first use, you must follow the [Memory Partitioning tutorial](https://docs.arduino.cc/tutorials/opta/memory-partitioning/) to ensure a fluent and functional experience with the PLC IDE.*** ### Arduino PLC IDE User Manual