Table of Contents

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 = 4

The input index of an optional a feed-forward input signal to the PID-controller

GainScheduling = 3

The input index of an optional gain-scheduling input variable to the PID-controller

Tracking = 2

The input index of an optional tracking input signal to the PID-controller

Y_meas = 0

The index of the measured process variable input signal to the PID-controller

Y_setpoint = 1

The index of the required setpoint input signal to the PID-controller