Productivity Open P1AM Web Server

Productivity Open P1AM Web Server

We will now look at the productivity Arduino Ethernet web server that we will implement on our Productivity Open P1AM industrial Arduino controller. This P1AM Web Server Example is based on an example found here. This example uses the productivity open P1AM-ETH shield to create a web server that displays the input values of a … Read more

ACC Automation 2020 Yearly Review

ACC Automation 2020 Review

Accelerate Learning … Accelerate Machines… Accelerate Knowledge… ACC Automation What a difference a year makes! Social distancing, mask-wearing, hygiene, social circles, etc are just a few of the terms we hear every day in this Covid-19 world. Video conferencing with Zoom, Teams, and Google Meet are the norm in business today. Information is knowledge, and … Read more

P1AM Arduino Modbus TCP to C-More EA9

p1am arduino modbus tcp c-more ea9

We will now look at P1AM Arduino Modbus TCP communication to the C-More EA9 Series HMI. This will be communicating Ethernet Modbus TCP protocol. The P1AM will be the server (slave) and the EA9-RHMI the client (master). We will explain how to connect a headless C-more HMI to our P1AM-ETH Industrial Arduino Ethernet Shield. The … Read more

Productivity Open P1AM Industrial Arduino Modbus TCP to C-More Micro EA3

We will now look at P1AM Arduino Modbus TCP communication to the C-More Micro EA3 HMI. This will be communicating the Ethernet Modbus TCP protocol. The P1AM will be the server (slave) and the EA3-T4CL the client (master). There was a recent question on the Automation Direct Customer Forums that asked, “How do I connect … Read more

Arduino Uno Super Starter Kit Software – Arduino IDE

arduino uno software

We will now install software to program our arduino uno. This arduino uno software is a free download and will operate on several operating systems. The IDE (Integrated Development Environment) software uses a streamlined version of C++ to write and upload code to the boards. This software is open-sourced and available free of charge. It … Read more

Productivity P1AM Industrial Arduino PID Control

PID Control Arduino

A Proportional-Integral-Derivative algorithm is a generic Control Loop feedback formula widely used in industrial control systems. A PID algorithm attempts to correct the error between a measured process variable and the desired setpoint by calculating and then outputting a corrective action that can adjust the process accordingly and rapidly, to keep the Error to a … Read more