Get desktop application:
View/edit binary Protocol Buffers messages
Service to exchange cyclic data with gripper
@PROXY_ID=17 @ERROR=Kinova.Api.Error
Sends a command to the gripper and receives feedback about the actual status of the gripper
@RPC_ID=1
Sends a command to the gripper without receiving feedback
@RPC_ID=2
Obtains feedback from the gripper on its status
@RPC_ID=3
Obtains custom data from the gripper
@RPC_ID=4
Command sent to a gripper
Used as request type in: GripperCyclic.Refresh, GripperCyclic.RefreshCommand
Used as field type in:
MessageId
Flags
Array of finger commands, one for each finger of the gripper.
Custom data from gripper and gripper motors
Used as response type in: GripperCyclic.RefreshCustomData
Used as field type in:
MessageId
Custom data
Used in:
Custom data word 0
Custom data word 1
Custom data word 2
Custom data word 3
Custom data word 4
Custom data word 5
Custom data word 6
Custom data word 7
Custom data word 8
Custom data word 9
Custom data word 10
Custom data word 11
Custom data word 12
Custom data word 13
Custom data word 14
Custom data word 15
Status feedback from a gripper
Used as response type in: GripperCyclic.Refresh, GripperCyclic.RefreshFeedback
Used as field type in:
MessageId
Status flags (see GripperConfig.RobotiqGripperStatusFlags)
Fault bank A (see GripperConfig.SafetyIdentifier)
Fault bank B (see GripperConfig.SafetyIdentifier)
Warning bank A (see GripperConfig.SafetyIdentifier)
Warning bank B (see GripperConfig.SafetyIdentifier)
Message identifier for command or feedback
Used as request type in: GripperCyclic.RefreshCustomData, GripperCyclic.RefreshFeedback
Used as field type in:
, ,Message ID (first 2 bytes : device ID, last 2 bytes : sequence number)
Command to a single gripper motor
Used in:
Motor ID (1, nb_motor)
Desired position of the gripper fingers in percentage (0-100%)
Desired velocity in percentage (0-100%) with which position will be set
This field is deprecated and unused. It will be removed in a future release.
Status feedback from a single gripper motor
Used in:
Motor ID (1, nb_motor)
Position of the gripper fingers in percentage (0-100%)
Velocity of the gripper fingers in percentage (0-100%)
Current comsumed by the gripper motor (mA)
Motor Voltage (V)
Motor temperature. (degrees Celsius)
Current Version