PController
A PIDF controller with no feedforward, integral, or derivative. Source
Since
1.0.0-pre
Inherited functions
Link copied to clipboard
Returns true if the error is within the percentage of the total input range, determined by setTolerance.
Link copied to clipboard
Calculate the next output of this control algorithm.
Calculates the next output of the PIDF controller.
Calculates the control value, u(t).
Link copied to clipboard
Clear the integral term.
Link copied to clipboard
open fun compose(@NonNull other: SystemController, @NonNull combiner: DoubleBinaryOperator): CompositeController
Composes this controller with another controller, returning a new controller that is the composition of the two.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get the PIDF controller associated with this controller, if applicable.
Link copied to clipboard
Sets the coefficients for this controller.
Note!
Link copied to clipboard
Set the D coefficient on this controller
Link copied to clipboard
Set the F coefficient on this controller
Link copied to clipboard
Set the I coefficient on this controller
Link copied to clipboard
Set the bounds for the integral term.
Link copied to clipboard
Clamps the maximum output magnitude that can be achieved via calculate.
Link copied to clipboard
Set the P coefficient on this controller
Link copied to clipboard
Sets the error which is considered tolerable for use with atSetPoint.
Link copied to clipboard
Update the supplied PID coefficients with the current controller values.
Link copied to clipboard
Update the supplied PID coefficients with the current controller values.