Redler Technologies Inc.

MotionPacketHelperDriverWarnings Enumeration

An enumerable of all the driver warnings. Relevant to all drivers EXCEPT EV-Rider family

Definition

Namespace: Redler.Motion.Communication.MotionPackets
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
[FlagsAttribute]
public enum DriverWarnings

Members

No_Warnings0 No warnings
Parameters_Changed1 Parameters have been changed
CurrentOver_85_Percent2 Current over 85 percent
CurrentOver_90_Percent4 Current over 90 percent
CurrentOver_95_Percent8 Current over 95 percent
CurrentOver_100_Percent16 Current over 100 percent
Parameter_Consistency32 Parameter consistency issue
CW_Limit_Switch64 Clockwise limit switch activated
CCW_Limit_Switch128 Counter-clockwise limit switch activated
DC_Current_Limit256 DC current limit reached
Expender_Not_Ready512 Expander not ready
Analog_CMD_Unavailable1,024 Analog command unavailable
BootLoader_Can_Address2,048 Bootloader CAN address issue
CW_Software_Limit4,096 Clockwise software limit reached
CCW_Software_Limit8,192 Counter-clockwise software limit reached
Quick_Stop16,384 Quick stop activated
Enable_Impossible_Via_CAN32,768 Enabling via CAN is impossible
CPU_Not_Handling_Telegram65,536 CPU not handling telegrams
SSI_Internal_Error131,072 SSI internal error

See Also