RX-64
42
Sets the minimum output Torque (Punch) as 0x40.
Hint
Instruction = WRITE_DATA, Address = 0x30,
DATA
=
0x40,
0x00
Communication
Instruction Packet : FF FF 01 05 03 30 40 00 87
Status Packet
: FF FF 01 02 00 FD
Status Packet Result
NO
ERROR
Example 19
Sets Compliance Margin=1 and Compliance Slope=0x40.
Hint
The suggested condition can be depicted in a graph as below.
Goal Position
CCW
CW
CCW
CW
0x01(CW)
0x01(CCW)
0x41(CW)
0x41(CCW)
Angle
(Position Error)
A: CCW Compliance Slope (Address 29 (0x1D)) = 0x40 (about 18.8°)
B: CCW Compliance Margin (Address 27 (0x1B)) = 0x01 (about 0.3°)
C: CW Compliance Margin (Address 26 (0x1A)) = 0x01 (about 0.3°)
D: CW Compliance Slope
(Address 28 (0x1C)) = 0x40 (about 18.8°)
Instruction = WRITE_DATA, Address = 0x1A,
DATA
=
0x01,
0x01,
0x40,
0x40
Communication
Instruction Packet: FF FF 01 07 03 1A 01 01 40 40 59
Status Packet : FF FF 01 02 00 FD
Status Packet Result
NO
ERROR
Example 18