1.

2.

3.

 

 

 

 

[Data1]

f1h to f4h (read one index)

e0h to e4h (delete one index),

01h to 80h (write) (Day of Week)

 

 

e0h (delete all indexes)

 

 

 

 

 

 

f1: read 1st index of On Time List

e0: delete all indexes of On Time

bit0 (01h): Monday

 

 

List

 

 

 

 

 

 

f2: read 2nd index of On Time

e1: delete 1st index of On Time

bit1 (02h): Tuesday

 

List

List

 

 

 

 

 

 

f3: read 3rd index of On Time

e2: delete 2nd index of On Time

bit2 (04h): Wednesday

 

List

List

 

 

 

 

 

 

f4: read 4th index of On Time

e3: delete 3rd index of On Time

bit3 (08h): Thursday

 

List

List

 

 

 

 

 

 

 

 

bit4 (10h): Friday

 

 

 

 

 

 

e4: delete 4th index of On Time

bit5 (20h): Saturday

 

 

List

 

 

 

 

 

 

 

 

bit6 (40h): Sunday

 

 

 

 

 

 

 

bit7 (80h): Everyday

 

 

 

 

 

 

 

(1fh): Monday to Friday

 

 

 

 

 

 

 

(3fh): Monday to Saturday

 

 

 

 

 

 

 

(60h): Saturday to Sunday

 

 

 

 

[Data2]

00h to 17h, ffh (Hours)

 

 

[Data3]

00h to 3bh, ffh (Minutes)

 

When you read/delete the current on time list, all of [Data2][Data3] have to be

 

0xff.

 

ex1: fd 01 f1 ff ff - when you read 1st index of On Time List

 

ex2: fd 01 e1 ff ff - when you delete 1st index of On Time List

 

ex3: fd 01 3f 02 03 - when you write one On Time Data, "Monday to Saturday,

 

02:03"

 

 

Acknowledgement

[d][][Set ID][][OK][Data1][Data2][Data3][x]

ENWW

Transmission/Receiving Protocol 81