Productivity Open P1AM Industrial Arduino PID Control

2 years ago
97

PID control can easily be done in the Arduino controller.
We will be using an immersion heater in a cup of water to keep the temperature at a constant value. Our immersion heater will be controlled through a relay using time proportional control from our PID output. A J-type thermocouple will be used with the P1-04THM thermocouple temperature and voltage input module. The Arduino PID Library by Brett Beauregard will be used with our productivity open P1AM industrial Arduino. Our program sketch will use productivity blocks, that will then be verified into the C++ code in the Arduino IDE. Let's get started.

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 minimum.

More information can be obtained on our website. This includes all of the links mentioned in this video.
https://accautomation.ca/productivity-open-p1am-industrial-arduino-pid-control

There are several reasons why we are using the Productivity Open Arduino Compatible Industrial Controller. Here are just a few.
- CE and UL certified
- Designed to be MKRZero compatible
- Industrial shields available - Ethernet and general-purpose IO
- 15 Productivity 1000 PLC modules can be added - Customize your system
- Use your Arduino programs in the industrial environment
- Micro USB port - Power the CPU only and programming
- Micro SD card slot
- Programmable toggle switch
- CPU LED light
- Free software - Arduino IDE
- Productivity blocks - Program Development Time Saver

The Productivity Open Arduino Compatible Industrial Controller currently has all of these features built into the P1AM-100 CPU.

https://www.accautomation.ca

Loading comments...