LinuxGizmos talk about our Panels PC
See attached the post about Industrial Shields Panels Pc using hummingboard. http://linuxgizmos.com/industrial-touch-panel-runs-linux-or-android-on-i-mx6/
View ArticleRS Amidata distribute Industrial Shields products
Amidata Talk about industrial shields products in Designspark http://www.industrialshields.com/
View ArticleArdbox – MDuino Arduino pin
This post describes how to gain direct access to Arduino board pins inside the Ardbox and MDuino PLCs. This allows to work with the PLCs in the same way as using an Arduino, in other words, pins at...
View ArticleHow to read time on Arduino IDE
In this post it will be seen how to read the time since the Arduino based PLC board began running with the function millis(). Basically this function return the number of milliseconds since the...
View ArticleHOW TO PAUSE THE EXECUTION OF THE CODE WITH ARDUINO IDE with microseconds
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 continues as...
View ArticleHOW TO CALCULATE THE VALUE RAISED TO A POWER WITH ARDUINO IDE
In this post it will be seen how to calculate the value raised to a power. Basically this function takes a number(base) and it raises to another number(exponent). The function for calcultaing the...
View ArticleHow to use RS232 on Industrial Arduino Based PLC
On this post it’s showed how to use RS232 on an Arduino based PLC of Industrial Shields. To use RS232 is required the next points: Industrial Shields equipment (not any Ardbox HF version) Industrial...
View ArticleReview + new documentation of the Ardbox Analog HF
In this post it will be seen a review of the PLC Arduino ARDBOX 20 I/Os Analog HF Modbus. The guide of the PLC Arduino ARDBOX 20 I/Os Analog HF Modbus on our website is already uploaded into the 7.1...
View ArticleSerial Communication between Raspberry and MDuino/Ardbox
In this post it will be shown how to communicate using the serial between a MDuino/Ardbox and a Raspberry Pi. It actually exists many ways on communicating between this two devices, but today we will...
View ArticleControlling the temperature with Dallas DS18xx sensor. Arduino IDE
Description Control a climatic camera temperature using a DS18xx temperature sensor using the OneWire protocol. This is a simple way to know the temperature provided by a temperature sensor. The good...
View Article