How to connect an Arduino industrial PLC using Modbus TCP/IP Mar 18, 2019 Introduction Modbus is a very useful standard that allows us to communicate with several devices from different manufacturers in the same network. Besides Modbus TCP/IP is transferred through Ethernet... ArduinoPLC Ethernet Modbus TCP/IP arduino modbus arduino plc Read more
Testing a GPRS module using an Arduino based PLC Mar 1, 2019 Introduction In this post, we will talk about how to use the sim800l module with the adafruit fona library . This board can be controlled with AT commands and offer possibilities such as call, take ca... 3G ArduinoPLC GPRS Test Wireless Read more
How to Use the Software Serial library in Arduino PLC industrial controller Feb 18, 2019 Index 1. What is serial communication with Arduino and how is library used 2. Serial ports on Arduino 3. Using an Arduino industrial controller 4. Example of the use What is Serial communication with ... ArduinoPLC Serial Software SoftwareSerial TTL Read more
How to connect and configure a load cell using HX711 transmitter with Arduino based PLCs Feb 14, 2019 Introduction This post is showed how to use a load cell transductor using our equipments. The load cell is a transductor that generates an electrical signal directly proportional to the measured force... ArduinoIDE ArduinoPLC EthernetPLC LoadCell Test Read more
Using a variable frequency drive with an industrial Arduino based PLC Feb 13, 2019 Introduction In this case, we are using a VFD (variable frequency drive or adjustable frequency drive, AFD). The software on your industrial PLC M-Duino 21+ is in charge to provide a simple user inter... ArduinoIDE Motor PLC Read more
FAQ Simple Questions Feb 13, 2019 Introduction In this post, we will see the most common questions that our Technical Service answers. How are Industrial Shields PLCs programmed? Which is the ideal IDE? How does Industrial Shields boa... Consumption Ethernet FAQS MDuino ardbox Read more
GPS shields using Arduino Feb 7, 2019 Introduction In this case we are using a GSP shields. Connecting these shields to an Arduino Uno we are able to get the location on our board. To use this hardware in our Arduino based PLC we just hav... ArduinoIDE GPS IoT Read more
Water sensor using Arduino based PLC Feb 5, 2019 Introduction In this case, we are using a basic water digital sensor. This sensor is very useful to detect if it's raining or if we have liquid water at some point in our installation. The sensor is d... ArduinoIDE Sensor watersensor Read more
MODBUS RTU and RS485 Arduino (Seneca Z-D-in Module) Jan 30, 2019 1. Introduction 2. Meaning of Modbus 3. Requirements 4. Description 5. Characteristics 6. Connections and final connection 7. Related posts Introduction Modbus RTU Arduino PLC The Modbus RTU protocol ... ArduinoPLC Modbus RS485 RTU Test Read more
How to connect a Wifi module to Arduino Based PLC Jan 28, 2019 Index 1. Introduction 2. Requirements 3. Description 4. Implementation 4.1 Hardware configuration 5. Software 6. AT commands 7. Running a server 8. Software Introduction This post it is showed how to ... ArduinoPLC Connection EthernetWifi WifiShield Read more
Measuring distances using an optical distance sensor Jan 28, 2019 Index 1. Introduction 2. Requirements 3. Description 4. Characteristics 5. How it works 6. Connections 7. Software Introduction The Sharp GP2Y0A02YK0F is an optical distance sensor. It consists of an ... ArduinoPLC Distance Optical Sensor Test Read more
MQTT client for Arduino PLC as an I/Os module Jan 25, 2019 Introduction This post is showed how to configure your Industrial Arduino based PLC as an MQTT I/Os Module. Take a look at the MQTT library for more information about the functions: MQTT Post Besides ... ArduinoPLC Ethernet IoT MQTT Read more