Enum PidModelInputsIdx
This determines the position in the U-vector given to Iterate for the class PIDModel
Namespace: TimeSeriesAnalysis.Dynamic
Assembly: TimeSeriesAnalysis.dll
Syntax
public enum PidModelInputsIdx
Fields
| Name | Description |
|---|---|
| FeedForward | The input index of an optional a feed-forward input signal to the PID-controller |
| GainScheduling | The input index of an optional gain-scheduling input variable to the PID-controller |
| Tracking | The input index of an optional tracking input signal to the PID-controller |
| Y_meas | The index of the measured process variable input signal to the PID-controller |
| Y_setpoint | The index of the required setpoint input signal to the PID-controller |