Omron CP1H PLC to CMore HMI EA9 RHMI

The C-More EA9 Series of human-machine interfaces (HMI) provides a way for the operator to control and will perform a lot of additional items. The free programming software is very user friendly and fully featured. Here are some of the additional items that this robust and powerful HMI can do besides communicating to programmable logic … Read more

P1AM Arduino P1000 Thermocouple Setup with GitHub Config Tool

We will now look at the Arduino thermocouple module. The productivity open P1AM industrial Arduino P1000 thermocouple module can be connected to our P1AM-START1 ProductivityOpen starter kit with Ethernet. We will program our Arduino thermocouple module using the configuration tool on GitHub and the productivity blocks. The productivity open P1AM I/O interface chip-set supports the … Read more

Best Arduino Uno Kit for Learning: Complete Hardware Guide

Arduino consists of a family of single programmable circuit boards and the IDE (Integrated Development Environment) that uses a streamlined version of C++ to write and upload code to the boards. Many pre-configured circuit boards, called “shields”, are available to expand the functionality of the Arduino controller. These shields can provide Ethernet, WiFi, GPS, LCD … Read more

Master Arduino Watchdog Timers: Complete P1AM Guide & Code

A watchdog is a piece of code that will time out when an error occurs in our program. It will usually cause the CPU (program/sketch) to stop or reset. We will now look at the instructions for the watchdog timer in productivity blocks. This includes the Configure Watchdog, Start Watchdog, Stop Watchdog, and Pet Watchdog. … Read more