by Dave Mundy (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(10 Votes)

Demonstrates how to implement a closed loop PID Controller. A PID controller is a closed loop control system (for real world applications) that is used to control systems that include feedback.
some examples that may include a PID loop:
temperature control (such as a thermostat)
position control (such as a servo)
speed control
Includes a class that allows easy implementation in other applications.
The *.frx files are now included
please vode if you like this code.
Download PID Controller (22 KB)