Enum ErrorConditions
Represents various error conditions for a motor or electronic system.
Assembly: Motors.StepperOnline.dll
View Source
Declaration
[Flags]
public enum ErrorConditions
Fields
None
No error conditions.
View Source
Declaration
None = 0
LockedRotor
Indicates a locked rotor condition.
View Source
Declaration
LockedRotor = 1
OverCurrent
Indicates an overcurrent condition.
View Source
Declaration
OverCurrent = 2
HallValueAbnormal
Indicates an abnormal Hall sensor value.
View Source
Declaration
HallValueAbnormal = 4
BusVoltageLow
Indicates that the bus voltage is too low.
View Source
Declaration
BusVoltageLow = 8
BusVoltageHigh
Indicates that the bus voltage is too high.
View Source
Declaration
BusVoltageHigh = 16
CurrentPeak
Indicates that the current has exceeded the peak limit.
View Source
Declaration
CurrentPeak = 32