Enum GainSchedBehaviorValue
The behavior of the gain scheduler on this slot. This specifies which gains to use while within the configured GainSchedErrorThreshold. The default is to continue using the specified slot.
Gain scheduling will not take effect when running velocity closed-loop controls.public enum GainSchedBehaviorValue
- Extension Methods
Fields
Inactive = 0No gain scheduling will occur.
UseSlot0 = 2Switch to Slot 0 while within the configured GainSchedErrorThreshold.
UseSlot1 = 3Switch to Slot 1 while within the configured GainSchedErrorThreshold.
UseSlot2 = 4Switch to Slot 2 while within the configured GainSchedErrorThreshold.
ZeroOutput = 1The output of the PID controller will be completely zeroed, except for kG and the user FeedForward control request parameter.