Implementation of Discrete FPGA-Based PID Controller
This paper focuses on the design and implementation of a discrete digital PID (Proportional - Integral - Derivative) controller utilizing an FPGA (Field Programmable Gate Arrays) platform, which inherently supports parallel implementation of algorithms. Typically, cost-effective FPGA boards lacks peripherals, such as analog inputs and outputs, so they need to be added externally. The main hypothesis is that a DC motor system can be controlled with a low-cost variant of FPGA-based PID controllers. Therefore, an I2C (Inter-Integrated Circuit) based AD (Analog-to-digital) converter is added as input, while PWM (Pulse width modulation) based output signal is used as an output. The effectiveness of the designed regulator is demonstrated on an example of a DC (direct current) motor control. Additionally, for control and monitoring purposes, the FPGA is connected to the PC using the UART (Universal Asynchronous Receiver Transmitter) protocol. Experimental results indicate that the FPGA-based PID implementation offers solid performance.