Enum PidStatus
Enum to classify the status output of PidController.cs
Namespace: TimeSeriesAnalysis.Dynamic
Assembly: TimeSeriesAnalysis.dll
Syntax
public enum PidStatus
Fields
| Name | Description |
|---|---|
| AUTO | Controller is in automatic mode(u varies) |
| MANUAL | Controller in in manual mode (u is constant) |
| TRACKING | Controller is in Tracking, i.e. it is in automatic, but its output goes to a select block which has selected another controller |