
9
Table 2.3 Configuration register map
Function
High
byte
Low
bytes
Description
Write
Read
Save
Parameter
0x03
0x00
Save all the parameters
0
:
default
,
1
:
Write all
parameters to save
0
Initialization
direction
0x01
Configure
initialization direction
0: Open
,
1:Close
(default: 0
)
Current setting
Slave Address
0x02
Configure gripper
Modbus address
0-255 (default: 1
)
Current setting
Baud Rate
0x03
Configure gripper
Modbus Baud rate
0-5
:
115200
,
57600
,
38400
,
19200
,
9600
,
4800
(
default :0
)
Current setting
Stop Bits
0x04
Configure gripper
Modbus stop bits
0
:
1 stop bit
;
1
:
2 stop bits
(
default: 0
)
Current setting
Parity
0x05
Configure gripper
Modbus Parity
0: None parity;
1: Odd parity;
2: Even parity (default: 0)
Current setting
I/O Parameters
Test
0x04
0x00
Test I/O parameters
1
;
2
;
3
;
4
Current setting
I/O Mode
Switch
0x02
I/O control switch
0
:
OFF
,
1
:
ON
Current setting
I/O Parameter
Configuration
0x05-
0x10
Four groups of I/O
parameters
position 1
,
force 1
,
speed
1 to position 4
,
force 4
,
speed 4
Current setting
2.3.4 Register Description
2.3.4.1 Initialization
This register is used to initialize the gripper.
Write: If write 1 (0x01 hex) to this register, the gripper will be initialized (fingers move to the
minimal or maximum position and rotation to find the 0 degree The initialization direction depends
on the value of initialization direction register). If write 165 (0xA5 hex) to this register will fully
initialize the gripper( find the minimal and maximum position).
Read: if gripper need to be initialized or have initialized, this register value is 0; and if gripper
is in initializing process, this register value is 1.
The register address is 0x0100. The description of this register is shown in Table 2.4.
Table 2.4 Initialization
Function
Address
Description
Write
Read
Initialization
0x0100
Initialize the
gripper
0x01
:
initialize
;
0xA5: Fully initialize
Current setting
The gripper needs to be initialized before control
.
The sample command is as follows:
Initialize (write):
Send: 01 06 01 00 01 49 F6