RX-64
43
Unable to change values except Address 24 to Address 35.
Hint
Sest Lock ( Address 47 (0x2F) ) as 1.
Instruction = WRITE_DATA, Address = 0x2F,
DATA
=
0x01
Communication
Instruction Packet : FF FF 01 04 03 2F 01 C8
Status Packet
: FF FF 01 02 00 FD
Status Packet Result
Status Packet Result
NO ERROR
Once locked, It is impossible to unlock unless the power is off.
When other data is accessed while locked, an error is returned.
Example 21
Locates RX-64 with ID 0 at Position 0° and RX-64 with ID 1 at
Position 300°. Start only two RX-64s at the same point.
Hint
When the WRITE_DATA command is used, two RX-64s
cannot be started at the same point.
Thus, REG_WRITE and ACTION are used.
ID=0, Instruction = REG_WRITE, Address = 0x1E,
DATA
=
0x00,
0x00
ID=1, Instruction = REG_WRITE, Address = 0x1E,
DATA
=
0xff,
0x03
ID=0xfe(Broadcasting ID), Instruction = ACTION,
Communication
Instruction Packet: FF FF 00 05 04 1E 00 00 D8
Status Packet : FF FF 00 02 00 FD
Instruction Packet: FF FF 01 05 04 1E FF 03 D5
Status Packet : FF FF 01 02 00 FC
Instruction Packet: FF FF FE 02 05 FA (LEN:006)
Status
Packet
//No
return
packet
Status Packet Result
NO
ERROR
Example 20