Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/software/plc-ide/tutorials/can-setup/content.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/software/plc-ide/tutorials/modbus-setup/content.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down