First steps using LabVIEW with an Arduino PLC Mar 14, 2023 Arduino Industrial Introduction In this post, we will make the first program with LabVIEW using the Arduino based industrial controller. To do this, you must have LabVIEW installed and all the necessary add-ons as well.... Read more
Preventive maintenance: Investigating market expansion reasons Mar 2, 2023 Arduino & Raspberry Pi Industrial News, Industry 4.0, IoT For many years, the concept of predictive maintenance has been a topic of debate. Recently, however, something has changed and the results are undeniable. Thanks to a new era of intelligent sensors an... Read more
Controlling an Arduino based PLC using a python script and Node-RED Feb 2, 2023 Arduino Industrial Introduction Communicating and controlling an Arduino based PLC can be done in several ways, such as with Modbus, MQTT, Ethernet, RS-232 and RS-485, ... But surely one of the simplest ones is using th... Arduino based PLC Dashboard Node-Red Python Read more
Using a python script in Node-RED to control a Raspberry PLC Feb 2, 2023 Raspberry Pi for Industry Introduction The best programming interface to work with Raspberry PLC is Node-RED, but it can be difficult to get used to it because the function node (one of the most used nodes) must be programmed ... Node-Red Python RaspberryPLC Read more
Installing an Operative System in the Raspberry PLC Jan 20, 2023 Raspberry Pi for Industry Getting Started with Raspberry Pi OS Installation Raspberry Pi is a versatile tool used by a global community of enthusiasts and professionals, each with their own preferences for working with this co... Raspberry Screen Read more
Connecting the Raspberry PLC to internet using SIM7600G-H Dongle Jan 20, 2023 Raspberry Pi for Industry Introduction Have you ever wanted to connect your Raspberry PLC to the internet without the need of WiFi or Ethernet connection? The SIM7600 device helps us do that task, by just connecting a SIM card... RaspberryPLC SIM7600E Wifi Read more
ESP32 PLC: PWM Outputs Test Jan 4, 2023 Arduino Industrial Introduction The devices of the ESP32 PLC family have a defined number of digital outputs. All of them can be programmed as PWM outputs, if required. As we know, the PWM (Pulse Width Modulation) is a ... ESP32 ESP32PLC PWM output Read more
How to communicate M-Duino PLC and ESP32 PLC with Modbus RTU - Part 1 Dec 14, 2022 Arduino Industrial Introduction Data exchange between controllers is very important to easily control a system, and using the Modbus protocol is one of the best solutions. The Modbus RTU protocol is used worldwide in ma... ESP32 MDuino ModbusRTU Read more
How to communicate M-Duino PLC and ESP32 PLC with Modbus RTU - Part 2 Dec 14, 2022 Arduino Industrial Introduction The aim of this post is to show how easy it is to communicate controllers using the Modbus protocol without the need of additional libraries. As a continuation of Part 1 , in Part 2, the ... ESP32 MDuino ModbusRTU Read more
Communication between Raspberry PLC and M-Duino PLC with MQTT Dec 7, 2022 Arduino Industrial Introduction To get used to MQTT servers check Part 1 . In this Part 2, communication between Raspberry based PLC and M-Duino based PLC will be covered using the Raspberry as the MQTT broker. Requirem... Ethernet M-Duino MQTT Node-Red Raspberry RealTime Read more
Communication between Raspberry PLC and M-Duino PLC with MQTT Nov 29, 2022 Raspberry Pi for Industry Introduction To get used to MQTT servers check Part 1 . In this Part 2, communication between Raspberry based PLC and M-Duino based PLC will be covered using the Raspberry as the MQTT broker. Requirem... Ethernet M-Duino MQTT Node-Red Raspberry RealTime Read more
How to manage permissions with Raspberry PLC and Node-RED Nov 21, 2022 Raspberry Pi for Industry Introduction Authorisations management is key to help system administrators control all users and their access rights to read, write and modify files on a system. The visibility of some files is also ... Dashboard Node-Red Raspberry Read more