Enum ExternalMotorTempStatusValue
Status of the temperature sensor of the external motor.
public enum ExternalMotorTempStatusValue
- Extension Methods
Fields
Collecting = 0Talon is collecting information on the sensor.
Disconnected = 1Temperature sensor appears to be disconnected.
Normal = 3Temperature sensor is normal.
NotUsed = 4Temperature sensor is present but is not used. Most likely the motor arrangement is brushed or disabled.
TooHot = 2Temperature sensor is too hot to allow motor operation.
WrongMotorOrShorted = 5Temperature sensor appears to be for the wrong motor arrangement, or signals are shorted.