Greenhouse Automation with industrial PLC based on Arduino
Our costumer was looking for an Open Source solution in order to implement all the technical specifications he wants with unlimited options, which can not be done with a turnkey solution.
Layouts
Ver todos
MINO-21-42-58
Vista previa gratuita
Layout
MINO 21, 42, 58
Certificates
Ver todos
CE Ardbox RELAY HF
Vista previa gratuita
CE State of conformity for Ardbox Relay
CE Mduino 42+
Vista previa gratuita
CE State of conformity for M-Duino 42
CE Mduino 38AR+
Vista previa gratuita
CE State of conformity for M-Duino 38AR
Brochures
Ver todos
Case Studies - Casos de estudio
Ver todos
Greenhouse Automation with industrial PLC based on Arduino
Vista previa gratuita
Our costumer was looking for an Open Source solution in order to implement all the technical specifications he wants with unlimited options, which can not be done with a turnkey solution.
HVAC - control and monitoring with industrial plc based on Arduino
Vista previa gratuita
Implementation of an HVAC system using the Industrial Shields equipments for a specific solution in this sector.
Automatic Car Wash with Industrial PLC Arduino
Vista previa gratuita
In this use case, an automatic car wash process is implemented.
For this purpose, a PLC of the MDuino family has been used and a set of sensors and actuators which are described below.
Control a conveyor belt using an inverter
Vista previa gratuita
In this project we describe a model to control an asynchronous motor using a frequency inverter in one of our PLCs based on Arduino.

It has been used an MDuino 42 I / Os PLUS and a frequency inverter.

An Industrial Shields Panel PC has also been used to manually monitor and control the speed of the conveyor belt and make it more intuitive.
User Guides
Ver todos
M-Duino-PLUS-Family-User-Guide
Vista previa gratuita
20180906 Ardbox Relay User Guide
Vista previa gratuita
20180906 Ardbox Relay User Guide
Ardbox Analog User Guide
Vista previa gratuita
Ardbox Analog User Guide
Short Videos
Ver todos
How to optimize the performance of data center with Arduino PLC, Raspberry PLC or ESP32 PLC
Vista previa gratuita
In this video we want to show you the importance of monitoring your data center installation.
There are several key indicators (KPIs) that must be analyzed and acted on to obtain the best performance and it can be done with a good installation of sensors and the use of industrial Arduino PLC, Raspberry PLC or ESP32 PLC.

You need to monitorize at plant level, cabinet or server rack level and also each one of the units.

The monitoring of critical elements such as:

- temperature
- humidity
- space available
- tension points or hot spots
- energy consumption
are important to know if your installation is efficient and where it can be improved.

Read more in our website
https://www.industrialshields.com/202010-monitoring-control-data-center-arduino-plc-lp
How to connect an HMI Screen using Arduino PLC
Vista previa gratuita
Configuring an HMI Kinco Screen using an Industrial Shields industrial controller Arduino using Modbus communication.

You can find more information in this Blog post.
https://www.industrialshields.com/blog/arduino-industrial-1/post/how-to-connect-an-hmi-screen-using-arduino-plc-262


Remember giving a like and subscribing to our Youtube channel to keep in touch!

------------------------------------------------------------------------------------------------------------------------------------------------


📌 Check our official website to know more about our products: https://www.industrialshields.com/

------------------------------------------------------------------------------------------------------------------------------------------------


📚 Check our blog for more information and examples: https://www.industrialshields.com/blog/industrial-shields-blog-1


☑️ Follow us on Twitter: https://twitter.com/indshields

☑️ Follow us on Facebook: https://es-es.facebook.com/pg/industrialshields

☑️ Follow us on Linkedin: https://linkedin.com/company/industrialshields
▷ How to Use the SoftwareSerial library in Arduino for industrial uses (Examples included)
Vista previa gratuita
Industrial Shields is a worldwide leader in the use of Industrial Technology based on Open Source licenses using Arduino, Raspberry Pi or other Open Source platforms available in the market.

✅ This video shows a summary of the updated post made by our technical team. You will understand how the softwareserial library for Arduino can be used and what is the difference between softwareserial.h and hardwareserial.h.

You can see the post on the link below:
https://www.industrialshields.com/blog/arduino-industrial-1/post/usando-la-libreria-software-serial-en-plcs-de-industrial-shields-99
-------
Other interesting links:
Join the Channel:
https://www.youtube.com/channel/UCdQn1Fwb-yc6UvQD_V-KJkA

Free Arduino course::
https://www.industrialshields.com/programming-arduino-on-industrial-environments-course-10-chapters

Arduino Industrial Controller(Arduino based PLC):
ARDBOX Family:
https://www.industrialshields.com/industrial-plc-based-on-arduino-original-boards-automation-solutions-20ios
ETHERNET Family:
https://www.industrialshields.com/industrial-plc-based-on-arduino-original-boards-automation-solutions

SUMMARY of the post:
What is Arduino Serial Communication and How to use it.
There are different types of Serial Communications. When you use an Arduino board in a project, you can choose the standard Serial pins such as Rx, Tx, from the UART inside the Arduino board, so it is called Serial TTL. In that case, you will use the Hardwareserial.h library but there are some additional pins that can work as an Rx or Tx. For example, the SPI communication pins can work as a MISO, MOSI and Select (SC), but they are also pins that can work as a digital input or digital output, or if you need you can use those pins as Rx, Tx using the library softwareserial.h.

Serial communications allow you to connect two different devices sending and receiving data between them.

The Serial TTL port can be transformed as required in the Industry as a RS232 and as a RS485. When RS232 is used, the functionality is quite similar to working as Serial TTL but, if you work with RS485, you can configure a network using a Master device that is capable of connecting to Slave devices. So the number of devices has been increased from 2 to 32 devices (nodes). And the maximum distance between them can be up to 1220m if the wiring is well done and EMC compliant and electrical noise is avoided.

To sum up, if you are using the UART serial port from the Arduino or from the Arduino based PLC for Industrial projects, the use of other pins working as a Serial TTL can help you with the successful development of your project. So, that additional serial port must be programmed using softwareserial.h library.

If the hardwareserial library can not be used because you need to use a communication protocol that requires the use of a physical UART instead of a virtual serial port, then, you could convert the RS232 or RS485 standard from the device to a Serial TTL. (This example will be shown in another post).

In this post, we explain the advantage of the SoftwareSerial library to simulate a serial port through Software (virtual serial TTL) using the Arduino IDE.

-------------------------------------------------- -------------------------------------------------- --------------------------------------------



📌 Please see our official website for more information about our products: https://www.industrialshields.com/



-------------------------------------------------- -------------------------------------------------- --------------------------------------------



📚 Check out our blog for more information and examples: https://www.industrialshields.com/blog/arduino-industrial-1



☑️ Follow us on Twitter: https://twitter.com/indshields



☑️ Follow us on Facebook: https://www.facebook.com/industrialshields/



☑️ Follow us on Linkedin: https://es.linkedin.com/company/industrialshields
How to open a 10IOs Digital Module Arduino or ESP32 PLC
Vista previa gratuita
You can see how easy is to open the 10IOs module PLC (based on Arduino NANO or ESP32) in order to configurate the module using the jumpers.
Datasheet
Ver todos
Datasheet M-Duino 21+ LoRa
Vista previa gratuita
Datasheet of the industrial Arduino PLC M-Duino 21+ LoRa
Datasheet-M-Duino-21-DALI
Vista previa gratuita
Datasheet of the M-Duino 21+ DALI industrial Arduino controller
Datasheet Raspberry PLC Ethernet 21 IOs
Vista previa gratuita
Datasheet of the Raspberry PLC Ethernet 21 IOs
Datasheet-M-Duino-19R+-DALI
Vista previa gratuita
Datasheet of the Industrial Arduino Controller M-Duino 19R+ DALI PLC

Información pública de interés. ¡Suscríbete para ver las actualizaciones primero!