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.
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
00:00 Introduction
00:33 Install the PID library
02:00 Hardware
03:54 ProductivityBlocks Program Sketch described
12:30 Verify / Upload Program Sketch
13:00 Program Monitor
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.
Productivity-1000-Series-PLC-PID-Instruction-001-min.png
The following links will explain the PID instruction.
PID for Dummies
PID Theory Explained
Wikipedia PID Controller