Robotiq 2-Finger Adaptive Robot Gripper - 200
Instruction Manual
Robotiq inc. © 2008-2013
69
4.10.4 Modbus TCP example
This section depicts the example given in
when programmed using the Modbus TCP protocol. The
example is typical of a pick and place application. After activating the Gripper, the robot is moved to a pick-up
location to grip an object. It moves again to a second location to release the gripped object.
Step 1: Activation Request
Request is:
33 9A 00 00 00 0D 02 10 00 00 00 03 06 01 00 00 00 00 00
where
Bits
Description
339A
Unique transaction identifier (chosen randomly)
0000
Protocol Identifier (Modbus)
000D
Length
02
SlaveID
10
Function Code 16 (Preset Multiple Registers)
0000
Address of the first register
0003
Number of registers to write to
06
Number of data bytes to follow (3 registers x 2
bytes/register = 6 bytes)
0100
Value to write to register 0x0000 (ACTION REQUEST
= 0x01 and GRIPPER OPTIONS = 0x00): rACT = 1 for
"Activate Gripper"
0000
Value to write to register 0x0001
0000
Value to write to register 0x0002
Response is:
33 9A 00 00 00 06 02 10 00 00 00 03