RX-64
41
Locates at the Position 180° with the speed of 57RPM.
Hint
Sets Goal Position (Address 30 (0x1E))= 511 (0x1FF) and
Moving Speed (Address 0x20))= 512 (0x200).
Instruction = WRITE_DATA, Address = 0x1E,
DATA
=
0x00,
0x02,
0x00,
0x02
Communication
Instruction Packet: FF FF 01 07 03 1E 00 02 00 02 D3
Status Packet : FF FF 01 02 00 FD
Status Packet Result
NO
ERROR
Example 17
Turns on the LED and enables Torque.
Hint
Instruction = WRITE_DATA, Address = 0x18,
DATA
=
0x01,
0x01
Communication
Instruction Packet: FF FF 01 05 03 18 01 01 DD
Status Packet : FF FF 01 02 00 FD
Status Packet Result
NO
ERROR
You can check the Torque Enable state by touching the axis of Dynamixel you’re
your hand.
Example 16
Sets the Alarm as such that LED flickers and shutdown (torque off)
when the operating temperature is higher than the limit temperature.
Hint
Since Overheating Error is Bit 2, set up Alarm value as
0x04.
(
0x04=00000100
)
Instruction = WRITE_DATA, Address = 0x11,
DATA
=
0x04,
0x04
Communication
Instruction Packet: FF FF 01 05 03 11 04 04 DE
Status Packet : FF FF 01 02 00 FD
Status Packet Result
NO
ERROR
Example 15