Programming the Arduino OPTA PLC – Ethernet Port

Programming the Arduino OPTA PLC - Ethernet Port

The Arduino Opta IoT PLC offers a hassle-free programming experience through its integrated Ethernet feature and efficient Arduino PLC IDE software. First, we’ll connect the Ethernet cable to the OPTA IoT PLC and find its IP and MAC address. After that, we’ll configure the default programming port to Modbus TCP (Ethernet) via the Arduino PLC … 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 IoT PLC Quick Start Ladder Logic

Arduino Opta IoT PLC Quick Start Ladder Logic

Every Opta IoT PLC comes with the ability to be programmed using the professional series Arduino PLC IDE. (Arduino PRO) This is designed to implement industrial machine control functions and programming, including ladder logic. The Opta hardware is also designed to support industrial voltages. This quick start guide will show you how to wire, initialize, … 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

Productivity PLC Node-RED MQTT – P1000 / P2000

Productivity PLC Node-RED MQTT - P1000 / P2000

We will use an MQTT broker in Node-RED to communicate to the productivity PLC clients. MQTT stands for Message Queuing Telemetry Transport. This simple ‘publish and subscribe’ communication protocol does not take too many resources. Constrained devices with low bandwidth are ideal for MQTT. This protocol provides machine-to-machine (M2M) connectivity, perfect for the Internet of … Read more

PLC Learning Series – HMI – Interfacing

PLC Learning Series – HMI

A human-machine interface (HMI) is present in some form for every PLC. The HMI connects a user to a machine system to exchange information or control data. This interaction with the system can be through hardware or software. HMIs offer different people information and control in many ways for the automated system. Operators, supervisors, mechanics, … Read more