Arduino OPTA PLC – Sequential Function Chart SFC

Arduino OPTA PLC - Sequential Function Chart SFC

Sequential Function Chart (SFC) is a graphical programming language that can be used in Arduino Opta PLCs.  It can be used to program sequential control systems in industrial automation applications. It is a part of the IEC 61131-3 standard and is commonly used in programmable logic controllers (PLCs) and other industrial control systems. SFC allows … Read more

Arduino OPTA PLC – Structured Text (ST)

Arduino OPTA PLC - Structured Text (ST)

Structured text (ST) programming is a programming language that is part of the IEC standard and is used in the Arduino Opta PLC. This programming language allows you to write code in a structured and organized manner, making it easier to understand and maintain. With structured text programming, you can create complex and sophisticated programs … Read more

Arduino OPTA PLC – IL First Program

Arduino OPTA PLC - Instruction List (IL) First Program

This article discusses the Arduino PLC IDE in Instruction List (IL) format, an industrial programming language that is simple and intuitive for those familiar with mnemonic program code. The Opta PLC can be programmed using any of the five official languages specified in the IEC standard and sketches written in C++. This article will focus … Read more

Arduino OPTA PLC – Ladder Diagram First Program

Arduino OPTA PLC IDE - Ladder Diagram First Program

The Arduino Opta IoT PLC allows you to conveniently program it using the Arduino PLC IDE in ladder diagram format. This is the most common industrial PLC language, a simple and intuitive method. Additionally, you can program it in any of the five official languages specified in the IEC standard and using sketches written in … Read more

Arduino PLC IDE Workspace: Unleash the Power!

Arduino PLC IDE Workspace: Unleash the Power of Automation!

The Arduino PLC IDE is an Integrated Development Environment that supports all languages defined in the IEC standard. This software’s workspace facilitates all the activities involved in creating an application, including textual source code editors for Instruction List (IL) and Structured Text (ST) programming languages, as well as graphical source code editors for Ladder Diagram … Read more

Arduino Opta Software Installation

Arduino Opta Software Installation

The Arduino Opta can be programmed with basically two different software packages. The Arduino IDE and the Arduino PLC IDE. Arduino IDE is the traditional programming package for sketches (programs). C++ is used in sketches to develop your logic. Arduino PLC IDE will transform the Arduino Opta into a micro-PLC controller. Programs can be written … Read more