RX-64
Sets the operating voltage as 10 to 17V.
Example 12
Hint
Data of 10V is 100 (0x64) while 17V is 170 (0xAA).
Instruction = WRITE_DATA, Address = 0x0C,
DATA
=
0x64,
0xAA
Communication
Instruction Packet : FF FF 01 05 03 0C 64 AA DD
Status Packet
: FF FF 01 02 00 FD
Status Packet Result
NO
ERROR
Only generates 50% of the maximum torque.
Example 13
Hint
Sets the value of MAX Torque located in the EEPROM
area
as 0x1FF, which is 50% of the maximum value 0x3FF.
Instruction = WRITE_DATA, Address = 0x0E,
DATA
=
0xff,
0x01
Communication
Instruction Packet: FF FF 01 05 03 0E FF 01 E9
Status Packet
: FF FF 01 02 00 FD
Status Packet Result
NO
ERROR
The change of Max Torque can be checked by turning the power off and then on.
Do not return Status Packet all the time.
Example 14
Hint
Instruction = WRITE_DATA, Address = 0x10,
DATA
=
0x00
Communication
Instruction Packet: FF FF 01 04 03 10 00 E8
Status Packet : FF FF 01 02 00 FD
Status Packet Result
NO
ERROR
Status Packet is not returned from the next Instruction.
40