From 73244ea6ca7d6615d209988a10cb73a79bb89b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20Bagur=20N=C3=A1jera?= Date: Tue, 1 Oct 2024 17:55:11 -0600 Subject: [PATCH 1/2] Content update (Opta analog and digital expansions name correction) --- .../07.opta/opta-family/opta-analog-exp/features.md | 4 ++-- .../07.opta/opta-family/opta-analog-exp/product.md | 4 ++-- .../07.opta/opta-family/opta-digital-exp/features.md | 9 +++++---- .../07.opta/opta-family/opta-digital-exp/product.md | 4 ++-- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/content/hardware/07.opta/opta-family/opta-analog-exp/features.md b/content/hardware/07.opta/opta-family/opta-analog-exp/features.md index 7be298cf29..b7a73a28b4 100644 --- a/content/hardware/07.opta/opta-family/opta-analog-exp/features.md +++ b/content/hardware/07.opta/opta-family/opta-analog-exp/features.md @@ -1,8 +1,8 @@ -**Arduino Opta® Analog Expansions** are designed to multiply your Opta® micro PLC capabilities with the addition of eight programmable analog inputs for connecting your digital or analog sensors, allowing you to interface with voltage, current or resistive sensors, eight analog outputs for voltage or current and four PWM outputs. +The **Arduino Opta® Analog Expansion A0602** is designed to multiply your Opta® micro PLC capabilities with the addition of eight programmable analog inputs for connecting your digital or analog sensors, allowing you to interface with voltage, current or resistive sensors, eight analog outputs for voltage or current and four PWM outputs. -Opta Analog Expansion allows professionals to scale up industrial and building automation projects while taking advantage of the Arduino ecosystem. +The Opta® Analog Expansion A0602 allows professionals to scale up industrial and building automation projects while taking advantage of the Arduino ecosystem. diff --git a/content/hardware/07.opta/opta-family/opta-analog-exp/product.md b/content/hardware/07.opta/opta-family/opta-analog-exp/product.md index 182b8fb76f..a6d34f1d47 100644 --- a/content/hardware/07.opta/opta-family/opta-analog-exp/product.md +++ b/content/hardware/07.opta/opta-family/opta-analog-exp/product.md @@ -1,5 +1,5 @@ --- -title: Opta Analog Expansion +title: Opta Analog Expansion A0602 url_shop: https://store.arduino.cc/products/opta-ext-a0602 url_guide: /tutorials/opta-analog-exp/user-manual primary_button_url: /tutorials/opta/user-manual#opta-analog-expansions @@ -10,4 +10,4 @@ core: arduino:mbed_opta certifications: [FCC, CE, UKCA, cULus, ENEC] --- -The **Arduino Opta® Analog Expansion** is a plug-and-play extension to the **Opta® PLC Controller** that expands its capabilities with more **inputs** with multiple functions such as digital, analog voltage, analog current or temperature and more **outputs** with analog voltage, analog current and PWM functionalities. Fully compatible with the Arduino Ecosystem. \ No newline at end of file +The **Arduino Opta® Analog Expansion A0602** is a plug-and-play extension to the **Opta® PLC Controller** that expands its capabilities with more **inputs** with multiple functions such as digital, analog voltage, analog current or temperature and more **outputs** with analog voltage, analog current and PWM functionalities. It is fully compatible with the Arduino ecosystem. \ No newline at end of file diff --git a/content/hardware/07.opta/opta-family/opta-digital-exp/features.md b/content/hardware/07.opta/opta-family/opta-digital-exp/features.md index ead0e973bb..e90a84f5d4 100644 --- a/content/hardware/07.opta/opta-family/opta-digital-exp/features.md +++ b/content/hardware/07.opta/opta-family/opta-digital-exp/features.md @@ -1,12 +1,13 @@ -**Arduino Opta® Digital Expansions** are designed to multiply your Opta® micro PLC capabilities with the addition of 16 programmable inputs for connecting your digital sensors and 8 more relays to operate your machines. +The **Arduino Opta® Digital Expansion D1608E** and the **Arduino Opta® Digital Expansion D1608S** are designed to multiply your Opta® micro PLC capabilities with the addition of 16 programmable inputs for connecting your digital sensors and 8 more relays to operate your machines. Designed in partnership with leading relay manufacturer Finder®, it allows professionals to scale up industrial and building automation projects while taking advantage of the Arduino ecosystem. -Arduino Opta® Digital Expansion is available in two variants: -* AFX00005 - Arduino Opta® Ext D1608E: Electromechanical Relay outputs -* AFX00006 - Arduino Opta® Ext D1608S: Solid State Relay outputs +Arduino Opta® Digital Expansions are available in two variants: + +* AFX00005 - Arduino Opta® Ext D1608E: Electromechanical relay outputs +* AFX00006 - Arduino Opta® Ext D1608S: Solid State relay outputs diff --git a/content/hardware/07.opta/opta-family/opta-digital-exp/product.md b/content/hardware/07.opta/opta-family/opta-digital-exp/product.md index c6f5183ad9..2d0f293ba1 100644 --- a/content/hardware/07.opta/opta-family/opta-digital-exp/product.md +++ b/content/hardware/07.opta/opta-family/opta-digital-exp/product.md @@ -1,5 +1,5 @@ --- -title: Opta Digital Expansion +title: Opta Digital Expansion D1608E and D1608S url_shop: https://store.arduino.cc/collections/pro-family url_guide: /tutorials/opta-digital-exp/user-manual primary_button_url: /tutorials/opta/user-manual#opta-digital-expansions @@ -10,4 +10,4 @@ core: arduino:mbed_opta certifications: [FCC, CE, UKCA] --- -The **Arduino Opta® Digital Expansion** is a plug-and-play extension to the **Opta® PLC Controller** that expands its capabilities with more inputs and outputs. Two variants are available: the AFX00005 - Opta Ext D1608E (with Electromechanical Relays) and the AFX00006 - Opta Ext D1608S (with Solid State Relays), both of them fully compatible with the Arduino Ecosystem. \ No newline at end of file +The **Arduino Opta® Digital Expansion D1608E** and the **Arduino Opta® Digital Expansion D1608S** are plug-and-play extensions for the Opta® PLC controller, designed to enhance its functionality with additional inputs and outputs. These expansions come in two variants: the AFX00005 - Opta Ext D1608E (with electromechanical relays) and the AFX00006 - Opta Ext D1608S (with solid state relays), both fully compatible with the Arduino ecosystem. \ No newline at end of file From a1073aec28096124e22d211dd1c1ef24696731e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Antonio=20Bagur=20N=C3=A1jera?= Date: Wed, 2 Oct 2024 17:53:59 -0600 Subject: [PATCH 2/2] Content update (Francesca review) --- .../hardware/07.opta/opta-family/opta-digital-exp/product.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/07.opta/opta-family/opta-digital-exp/product.md b/content/hardware/07.opta/opta-family/opta-digital-exp/product.md index 2d0f293ba1..2849d22311 100644 --- a/content/hardware/07.opta/opta-family/opta-digital-exp/product.md +++ b/content/hardware/07.opta/opta-family/opta-digital-exp/product.md @@ -1,5 +1,5 @@ --- -title: Opta Digital Expansion D1608E and D1608S +title: Opta Digital Expansion D1608E - D1608S url_shop: https://store.arduino.cc/collections/pro-family url_guide: /tutorials/opta-digital-exp/user-manual primary_button_url: /tutorials/opta/user-manual#opta-digital-expansions