API Reference v9.2.0

Ge1xGripperErrorenum

Module: ZaberMotionProduct

Error for a GE1x series gripper.

To use this type, add import ZaberMotionProduct 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.motorPhaseLoss10There is a 3-phase imbalance in the motor.
Ge1xGripperError.overspeed11The gripper has exceeded its rated speed.
Ge1xGripperError.encoderError32There is an error with the gripper encoder.
Ge1xGripperError.encoderCommunicationError33There is a communication error with the gripper encoder.
Ge1xGripperError.samplingCircuitError34The gripper current sampling offset is abnormal.
Ge1xGripperError.driverCircuitError35There is an error with the gripper driver circuit.
Ge1xGripperError.flashChipError36There is an error with the gripper flash memory.
Ge1xGripperError.fileSystemError37There is an error with the gripper file system.