Enum SafetyIdentifier

July 10, 2023 ยท View on GitHub

Overview / Purpose

Enumeration SafetyIdentifier

EnumeratorValueDescription
UNSPECIFIED_BASE_SAFETY_IDENTIFIER00x0 - Unspecified base safety
FIRMWARE_UPDATE_FAILURE10x1 - Firmware update failure
EXTERNAL_COMMUNICATION_ERROR20x2 - External communication error (not implemented yet)
MAXIMUM_AMBIENT_TEMPERATURE40x4 - Maximum ambient temperature reached
MAXIMUM_CORE_TEMPERATURE80x8 - Maximum core temperature reached
JOINT_FAULT160x10 - Joint fault
CYCLIC_DATA_JITTER320x20 - Cyclic data jitter (not implemented yet)
REACHED_MAXIMUM_EVENT_LOGS640x40 - Reached Maximum number of event log entries (not implemented yet)
NO_KINEMATICS_SUPPORT1280x80 - No kinematics support (not implemented yet)
BRAKE_REMOVAL_FAILURE2560x100 - Based failed to remove brakes from the axis
NETWORK_ERROR5120x200 - Network error (not implemented yet)
UNABLE_TO_REACH_POSE10240x400 - Unable to reach pose
JOINT_DETECTION_ERROR20480x800 - Joint detection error
NETWORK_INITIALIZATION_ERROR40960x1000 - Network initialization error
MAXIMUM_CURRENT81920x2000 - Maximum current reached
MAXIMUM_VOLTAGE163840x4000 - Maximum voltage reached
MINIMUM_VOLTAGE327680x8000 - Minimum voltage reached
MAXIMUM_END_EFFECTOR_TRANSLATION_VELOCITY655360x10000 - Maximum tool translation velocity reached (not implemented yet)
MAXIMUM_END_EFFECTOR_ORIENTATION_VELOCITY1310720x20000 - Maximum tool orientation velocity reached (not implemented yet)
MAXIMUM_END_EFFECTOR_TRANSLATION_ACCELERATION2621440x40000 - Maximum tool translation acceleration reached (not implemented yet)
MAXIMUM_END_EFFECTOR_ORIENTATION_ACCELERATION5242880x80000 - Maximum tool orientation acceleration reached (not implemented yet)
MAXIMUM_END_EFFECTOR_TRANSLATION_FORCE10485760x100000 - Maximum tool translation force reached (not implemented yet)
MAXIMUM_END_EFFECTOR_ORIENTATION_FORCE20971520x200000 - Maximum tool orientation force reached (not implemented yet)
MAXIMUM_END_EFFECTOR_PAYLOAD41943040x400000 - Maximum tool payload reached (not implemented yet)
EMERGENCY_STOP_ACTIVATED83886080x800000 - Emergency stop activated
EMERGENCY_LINE_ACTIVATED167772160x1000000 - Emergency line activated
INRUSH_CURRENT_LIMITER_FAULT335544320x2000000 - In rush current limiter fault
NVRAM_CORRUPTED671088640x4000000 - NVRAM corrupted (not implemented yet)
INCOMPATIBLE_FIRMWARE_VERSION1342177280x8000000 - Incompatible firmware version
POWERON_SELF_TEST_FAILURE2684354560x10000000 - Power on seflt test failure
DISCRETE_INPUT_STUCK_ACTIVE5368709120x20000000 - Discrete Input stuck active
ARM_INTO_ILLEGAL_POSITION10737418240x40000000 - Arm is in an illegal position (sigularity)

Parent topic: Base (Python)