Parameters for PID controllers
| C# | Visual Basic | Visual C++ |
public class PID
Public Class PID
public ref class PID
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PID()()() | Initializes a new instance of the PID class | |
| D |
PID coeffiecent for derivative control.
| |
| D_error |
Current D error term
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| I |
PID coeffiecent for integral control.
| |
| I_error |
Current I error term
| |
| K |
PID output total scaling factor.
| |
| P |
PID coeffiecent for proportional control.
| |
| P_error |
Current P error term
| |
| RawOutput | ||
| ToString()()() | (Inherited from Object.) |
| Object | |
| PID | |