Skip to content

[PC-1255]PLC IDE: Setup and Board License Activation Tutorial Symlink for Opta & PMC #1060

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
1 change: 0 additions & 1 deletion content/software/plc-ide/tutorials/can-setup

This file was deleted.

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
1 change: 0 additions & 1 deletion content/software/plc-ide/tutorials/modbus-setup

This file was deleted.

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 All @@ -13,7 +13,7 @@ software:

## Overview

The Arduino Portenta Machine Control (PMC) is a fully-centralized, low-power, industrial control unit. For equipment and machinery control, industrial communication protocols, such as Modbus RTU over RS485 and Modbus TCP/IP over Ethernet, can be implemented in the PMC. In this tutorial, we will learn about how to get started on how to configure the Modbus communication with the Arduino PLC IDE.
The Arduino Portenta Machine Control (PMC) is a fully-centralized, low-power, industrial control unit. For equipment and machinery control, industrial communication protocols, such as Modbus RTU over RS-485 and Modbus TCP/IP over Ethernet, can be implemented in the PMC. In this tutorial, we will learn about how to get started on how to configure the Modbus communication with the Arduino PLC IDE.

## Goals

Expand All @@ -37,7 +37,7 @@ In order to configure the Portenta Machine Control you will need to connect to t

## Configure The Modbus RTU Communication

***Important: Once you use the Modbus Mode to Master/Slave the RS485 ports will be only dedicated to Modbus, so the RS485 protocol is not accessible while using Modbus***
***Important: Once you use the Modbus Mode to Master/Slave the RS-485 ports will be only dedicated to Modbus, so the RS-485 protocol is not accessible while using Modbus***

### Modbus RTU Configuration

Expand Down
1 change: 0 additions & 1 deletion content/software/plc-ide/tutorials/plc-ide-pin-mapping

This file was deleted.

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
1 change: 0 additions & 1 deletion content/software/plc-ide/tutorials/plc-ide-setup-license

This file was deleted.

This file was deleted.

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 All @@ -14,7 +14,7 @@ software:
- plc-ide
---

## Introduction
## Introduction

The IEC-61131-3 standard collects 5 programming languages to help you creating your programs; you can use them together to make an entire program, grouping them in functions and function blocks. In addition to the standard languages, an Arduino sketch can be integrated, interacting with the other languages by means of Shared Variables. This kind of development can be accomplished using Arduino PLC IDE. In this tutorial you will familiarize with all of them while having an Arduino sketch in mind as a reference.

Expand Down