LabVIEW and M-Duino. Program an Arduino based industrial controller with a graphical language Apr 26, 2019 Introduction In this post, we will show you how to program an M-Duino with an Arduino Labview block diagram. The next steps can be applied to any case. As M-Duino is based on Arduino Mega, the way to ... Arduino Labview Read more
RS232 Troubleshooting Guide Apr 5, 2019 Troubleshooting of RS232, step by step: Ensure that the controller is powered between 12-24 Vdc. Ensure that you are connecting the pin RX of your Industrial Shields controller with the pin TX of the ... RS232 Troubleshooting Read more
Contactor 9A and M-Duino Industrial Arduino PLC Apr 3, 2019 Introduction In this post, we will show you an example of how to control a Motor with the Contactor 9A and one of our industrial Arduino controllers. You need to use a PLC with a relay output, so it's... Arduino LC1D LC1D09BL Read more
How to connect an Arduino board to industrial Arduino based controller as a ISP (In-System-Programmer) Mar 29, 2019 Introduction In this post is showed how to use an Arduino board as a ISP. This configuration allows the ISP to program any industrial shields PLC without using the bootloader, change or update the boo... ISP SPI arduino arduino isp industrial arduino Read more
External interrupt using hall effect sensor with Arduino based PLC Mar 21, 2019 Introduction The M8 3-pole hall effect sensor i s a sensor used to detect metal and magnetic fields. This sensor is digital, and normally must be handled with interrupts. In this case example is showe... Sensor arduino arduino plc hall effect interrupt sensor arduino Read more
Using Bootstrap toolkit for Arduino based PLC's Mar 20, 2019 Introduction Bootstrap is the most popular HTML, CSS and JS library to build responsive websites. Using this library we will be able to create a very well looking website that will show the data from ... ArduinoPLC Bootstrap EthernetPLC WebServer arduino plc Read more
FreeRTOS for multitasking with an Arduino-based PLC Mar 20, 2019 Introduction The Industrial Arduino IDE and environment has many drivers and libraries available within an arms reach, but the Arduino environment is limited to just setup() and loop() and doesn't sup... ArduinoPLC FreeRTOS Multi-task arduino arduino plc Read more
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