From c64df05071cad1c400c795e01ca86a7aa8da935f Mon Sep 17 00:00:00 2001 From: jcarolinares Date: Tue, 16 Jan 2024 18:26:18 +0100 Subject: [PATCH 1/2] Small fixes related to symbolic links a simplified tech specs --- .../07.opta/opta-family/opta/tech-specs.yml | 19 ++++---- .../opta-family/opta/tech-specs_original.yml | 48 +++++++++++++++++++ .../02.plc-ide/tutorials/pmc-opta-temp-ctrl | 1 + .../02.plc-ide/tutorials/rtd-thermocouple-pmc | 1 + 4 files changed, 58 insertions(+), 11 deletions(-) create mode 100644 content/hardware/07.opta/opta-family/opta/tech-specs_original.yml create mode 120000 content/software/02.plc-ide/tutorials/pmc-opta-temp-ctrl create mode 120000 content/software/02.plc-ide/tutorials/rtd-thermocouple-pmc diff --git a/content/hardware/07.opta/opta-family/opta/tech-specs.yml b/content/hardware/07.opta/opta-family/opta/tech-specs.yml index 2de963e783..ede602e1ba 100644 --- a/content/hardware/07.opta/opta-family/opta/tech-specs.yml +++ b/content/hardware/07.opta/opta-family/opta/tech-specs.yml @@ -1,8 +1,7 @@ Board: - SKUs: - Arduino Opta® Lite: AFX00003 - Arduino Opta® RS485: AFX00001 - Arduino Opta® WiFi: AFX00002 + Arduino Opta® Lite: AFX00003 + Arduino Opta® RS485: AFX00001 + Arduino Opta® WiFi: AFX00002 Microcontroller: ID: STM32H747XI Dual ARM® Cortex® Cortex-M7 core: Up to 480 MHz @@ -13,20 +12,18 @@ Input: Digital VIL Max: 4.46 V Digital VIH Min: 6.6 V Analog Operational Range: 0-10 V -Relays: +Digital Outputs: Nº of relays: 4 - Type: Normally Open (NO) + Type: Relay - Normally Open (NO) Relay rated voltage: 250 VAC Relay maximum switching voltage: 400 VAC Maximum current per relay: 10 A Maximum peak current per relay: 15 A Connectivity: USB Programming Port: Yes - Ethernet: - TCP/IP: Yes - ModBus TCP: Yes - Bluetooth® Low Energy: Arduino Opta® WiFi - Wi-Fi®: Arduino Opta® WiFi + Ethernet: TCP/IP and ModBus TCP compatible + Bluetooth® Low Energy: Only in Arduino Opta® WiFi + Wi-Fi®: Only in Arduino Opta® WiFi Communication protocols: RS-485: Arduino Opta® RS485 & Arduino Opta® WiFi Programmable Serial ports: RS-485 diff --git a/content/hardware/07.opta/opta-family/opta/tech-specs_original.yml b/content/hardware/07.opta/opta-family/opta/tech-specs_original.yml new file mode 100644 index 0000000000..2de963e783 --- /dev/null +++ b/content/hardware/07.opta/opta-family/opta/tech-specs_original.yml @@ -0,0 +1,48 @@ +Board: + SKUs: + Arduino Opta® Lite: AFX00003 + Arduino Opta® RS485: AFX00001 + Arduino Opta® WiFi: AFX00002 +Microcontroller: + ID: STM32H747XI Dual ARM® Cortex® + Cortex-M7 core: Up to 480 MHz + Cortex-M4 core: Up to 240 MHz +Input: + Configurable digital / analog input: 8 + Digital Operational Range: 0-24 V + Digital VIL Max: 4.46 V + Digital VIH Min: 6.6 V + Analog Operational Range: 0-10 V +Relays: + Nº of relays: 4 + Type: Normally Open (NO) + Relay rated voltage: 250 VAC + Relay maximum switching voltage: 400 VAC + Maximum current per relay: 10 A + Maximum peak current per relay: 15 A +Connectivity: + USB Programming Port: Yes + Ethernet: + TCP/IP: Yes + ModBus TCP: Yes + Bluetooth® Low Energy: Arduino Opta® WiFi + Wi-Fi®: Arduino Opta® WiFi +Communication protocols: + RS-485: Arduino Opta® RS485 & Arduino Opta® WiFi + Programmable Serial ports: RS-485 +Power: + Input voltage: 12-24 VDC +Memory: + SDRAM: 1 MB + Onboard flash memory: 2 MB internal + 16 MB Flash QSPI +Dimensions: + Weight: 210 g + Width: 69 mm + Length: 80 mm + Height: 90 mm +IP Protection: IP20 +RTC: ~10 days, NTP sync through Wi-Fi® (AFX00002 only) or Ethernet +Secure element: ATECC608B +Programming: + Arduino programming language: Via Arduino IDEs, Arduino CLI, Arduino Web Editor + IEC-61131-3: Ladder Diagram (LD), Function Block Diagram (FBD), Sequential Function Chart (SFC), Structured Text (ST), Instruction List (IL) diff --git a/content/software/02.plc-ide/tutorials/pmc-opta-temp-ctrl b/content/software/02.plc-ide/tutorials/pmc-opta-temp-ctrl new file mode 120000 index 0000000000..e9246b389e --- /dev/null +++ b/content/software/02.plc-ide/tutorials/pmc-opta-temp-ctrl @@ -0,0 +1 @@ +../../../../05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/pmc-opta-temp-ctrl \ No newline at end of file diff --git a/content/software/02.plc-ide/tutorials/rtd-thermocouple-pmc b/content/software/02.plc-ide/tutorials/rtd-thermocouple-pmc new file mode 120000 index 0000000000..a87f38d5bf --- /dev/null +++ b/content/software/02.plc-ide/tutorials/rtd-thermocouple-pmc @@ -0,0 +1 @@ +../../../../05.pro-solutions/solutions-and-kits/portenta-machine-control/tutorials/rtd-thermocouple-pmc \ No newline at end of file From c730125f36b319a1d60942a54a3b79024dce1727 Mon Sep 17 00:00:00 2001 From: jcarolinares Date: Thu, 18 Jan 2024 11:56:56 +0100 Subject: [PATCH 2/2] Updates on tech-specs table to make it more coherent with Datasheet information --- .../07.opta/opta-family/opta/tech-specs.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/content/hardware/07.opta/opta-family/opta/tech-specs.yml b/content/hardware/07.opta/opta-family/opta/tech-specs.yml index ede602e1ba..5b07125920 100644 --- a/content/hardware/07.opta/opta-family/opta/tech-specs.yml +++ b/content/hardware/07.opta/opta-family/opta/tech-specs.yml @@ -1,4 +1,4 @@ -Board: +Product: Arduino Opta® Lite: AFX00003 Arduino Opta® RS485: AFX00001 Arduino Opta® WiFi: AFX00002 @@ -13,20 +13,17 @@ Input: Digital VIH Min: 6.6 V Analog Operational Range: 0-10 V Digital Outputs: - Nº of relays: 4 + Nº of outputs: 4 Type: Relay - Normally Open (NO) Relay rated voltage: 250 VAC Relay maximum switching voltage: 400 VAC Maximum current per relay: 10 A Maximum peak current per relay: 15 A -Connectivity: - USB Programming Port: Yes - Ethernet: TCP/IP and ModBus TCP compatible - Bluetooth® Low Energy: Only in Arduino Opta® WiFi - Wi-Fi®: Only in Arduino Opta® WiFi -Communication protocols: - RS-485: Arduino Opta® RS485 & Arduino Opta® WiFi - Programmable Serial ports: RS-485 +Communication: + USB: Programming and data logging + Ethernet: TCP/IP, Modbus TCP + RS-485: Modbus RTU, Custom Serial Communication (On AFX00001 and AFX00002) + Wireless Connectivity: Wi-Fi(R) 2.4GHz, Bluetooth(R) Low Energy 4.2 supported by firmware/5.1 supported by hardware (on AFX00002) Power: Input voltage: 12-24 VDC Memory: @@ -41,5 +38,5 @@ IP Protection: IP20 RTC: ~10 days, NTP sync through Wi-Fi® (AFX00002 only) or Ethernet Secure element: ATECC608B Programming: - Arduino programming language: Via Arduino IDEs, Arduino CLI, Arduino Web Editor + Arduino programming language: Arduino IDE, Arduino CLI, Arduino Web Editor IEC-61131-3: Ladder Diagram (LD), Function Block Diagram (FBD), Sequential Function Chart (SFC), Structured Text (ST), Instruction List (IL)