API Reference v9.2.0

Ge1xGripperErrorenum

Module: zaber_motion.product

Error for a GE1x series gripper.

To use this type, add from zaber_motion.product import Ge1xGripperError to the top of your source code.

NameValueDescription
Ge1xGripperError.NONE0No error.
Ge1xGripperError.UNDERVOLTAGE1The gripper supply voltage is too low.
Ge1xGripperError.OVERVOLTAGE2The gripper supply voltage is too high.
Ge1xGripperError.OVERCURRENT3The gripper is drawing too much current.
Ge1xGripperError.OVERTEMPERATURE4The gripper temperature is too high.
Ge1xGripperError.MOTOR_PHASE_LOSS10There is a 3-phase imbalance in the motor.
Ge1xGripperError.OVERSPEED11The gripper has exceeded its rated speed.
Ge1xGripperError.ENCODER_ERROR32There is an error with the gripper encoder.
Ge1xGripperError.ENCODER_COMMUNICATION_ERROR33There is a communication error with the gripper encoder.
Ge1xGripperError.SAMPLING_CIRCUIT_ERROR34The gripper current sampling offset is abnormal.
Ge1xGripperError.DRIVER_CIRCUIT_ERROR35There is an error with the gripper driver circuit.
Ge1xGripperError.FLASH_CHIP_ERROR36There is an error with the gripper flash memory.
Ge1xGripperError.FILE_SYSTEM_ERROR37There is an error with the gripper file system.