Closed Loop PID Controller class.
More...
Closed Loop PID Controller class.
For a brief description of this module, please read PID Controller
For a brief description of this module, please read PID Controller
◆ pidDirection
Direction modes of the PID controller.
Enumerator |
---|
PID_FORWARD | Forward control action
|
PID_BACKWARD | Reverse the control action
|
◆ pidMode
Enumeration class with the operational modes for the PID controller.
Enumerator |
---|
PID_AUTOMATIC | Fully operational closed-loop PID controller
|
PID_MANUAL | Open-loop with manual input
|
◆ pidType
Enumeration class with the operational modes for the PID controller.
Enumerator |
---|
PID_TYPE_P | Proportional controller
|
PID_TYPE_PI | Proportional-Integral controller
|
PID_TYPE_PD | Proportional-Derivative controller
|
PID_TYPE_PID | Proportional-Integral-Derivative controller
|