Analog datalogger in SD card Jan 18, 2019 Introduction In this post, we will see how to use an M-Duino 21+ as an analog datalogger. The analog data will be collected from a potentiometer and will be stored on the internal SD card of the M-Dui... Arduino ArduinoPLC SDcard Storage analog Read more
YHDC SCT-010 and an Arduino based PLC Jan 18, 2019 Index 1. Introduction 2. Requirements for the non-invasive electrical current sensor using YHDC SCT-010 and an Arduino PLC 3. Description 3.1 YHDC SCT010T-D Current Sensor 3.2 Other important data of ... ArduinoPLC Current M-Duino SCT-010 Test Read more
External interrupt using capacitive label sensor with Arduino based industrial PLC Jan 17, 2019 Introduction The KSSTI 600/80 FG3LK-IBS is a capacitive level sensor that allows to control when a label is passing through it. This sensor is digital and normally must be handled with interrupts. In ... ArduinoPLC Capacitive Label Sensor Test input interrupt Read more
How to ensure the reading of a digital/analog input library Filter digital filter Jan 16, 2019 Introduction This post, it will be shown how to ensure the reading of a digital input using our library Filter. This library has been developed by Industrial Shields. ​ Requirements Ethernet or 20 I/O... ArduinoPLC Digital DigitalFilter input Read more
Optoisolated Inputs Arduino PLC Jan 16, 2019 Introduction In this post, it is described how to use the galvanically isolated inputs in Industrial Shields Arduino PLC's (Ardbox and M-Duino). Requirements Ethernet or 20 I/Os PLC: Ethernet PLC 20 I... 20IOs ArduinoPLC M-Duino ardbox input Read more
Optoisolated Outputs Ardbox/M-duino Jan 15, 2019 Introduction This post, it is described how to use the galvanically isolated outputs on Industrial Shields PLCs (Ardbox and M-Duino). Requirements Ethernet or 20 I/Os PLC: Ethernet PLC 20 I/Os PLC How... Arduino ArduinoPLC Isolated Optoisolated output Read more
Industrial Shields libraries, Useful tools using our equipments Jan 11, 2019 Discover Industrial Shields libraries: Essential Modules for Arduino and ESP32 devices in industrial environments Industrial Shields libraries provide a set of essential functions and modules designed... DigitalFilter OnDelay Software pulses Read more
How to create a webserver to read an SD card with our Ethernet PLC Arduino Jan 9, 2019 Introduction In this example, we can see how to create a webserver to read an SD card into the PLC through an Ethernet connection for industrial automation. We will show how to create a server that wh... ArduinoIDE ArduinoPLC EthernetPLC SDcard WebServer Read more
How to convert a 4-20mA to 0-10V signal in an Arduino PLC Jan 9, 2019 Index 1. What is a 4-20mAA signal 2.Converter circuit diagram for 4-20mA Analog Sensor 3.How can you make a 4-20mA to 0-10V signal conversion 4. Requirements 5.How does the input value change to Ardui... 4-20mA ArduinoIDE ArduinoPLC Industrial analog Read more
Touch up data from the EEPROM Jan 8, 2019 Index 1. What is an EEPROM 2. Requirements 3. EEPROM.write() example 4. EEPROM.read() example 5. EEPROM.put() example 6. EEPROM.get() example What is an EEPROM EEPROM is a memory whose values are kept... ArduinoPLC EEPROM EthernetPLC Industrial ardbox Read more
Industrial Shields library Jan 4, 2019 Introduction This is the Industrial Shields library for all the different Industrial Shields PLC’s . Requirements Ethernet or 20 I/Os PLC: Ethernet PLC 20 I/Os PLC SimpleComm Industrial Shields Librar... Arduino ArduinoIDE IndustrialShieldsLibraries Library SimpleComm Read more
How to pause the execution of the code using Arduino IDE with microseconds Jan 4, 2019 Introduction In this post, it will be seen how to pause the execution code for a certain time in microseconds. Basically, this function pauses the program for a certain time and after this time it con... 20IOs ArduinoIDE EthernetPLC arduino Read more