Enum MotorOutputStatusValue
Assess the status of the motor output with respect to load and supply.
This routine can be used to determine the general status of motor commutation.public enum MotorOutputStatusValue
- Extension Methods
Fields
DiscordantMotoring = 4The same as Motoring, except the rotor is being backdriven as the motor output is not enough to defeat load forces.
Motoring = 3The motor is loaded in a typical fashion, drawing current from the supply, and successfully turning the rotor in the direction of applied voltage.
Off = 1Motor output is disabled.
RegenBraking = 5The motor is braking in such a way where motor current is traveling back to the supply (typically a battery).
StaticBraking = 2The motor is in neutral-brake.
Unknown = 0The status of motor output could not be determined.