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