11: W
EEK
P
ROGRAMMER
I
NSTRUCTIONS
11-24 FC6A S
ERIES
MICROS
MART
L
ADDER
P
ROGRAMMING
M
ANUAL
FC9Y-B1726
Example day of the week settings
[When configured to turn on the output on January 1st]
[When configured to turn on the output on December 31st]
[When configured to turn on the output on the 1st Monday of January]
[When configured to turn on the output on the 4th Thursday of June]
[When configured to turn on the output on the Final]
January 1st
Month setting: 0001 = 1
Day setting: 00001 = 1
The value of the data register is 100000001 (binary) = 257 (decimal).
December 31st
Month setting: 1100 = 12
Day setting: 11111 = 31
The value of the data register is 110000011111 (binary) = 3103 (decimal).
1st Monday of January
Month setting: 0001 = 1 (January)
Week setting: 001 = 1 (1st)
Day of the week setting: 001 = 1 (Monday)
The value of the data register is 100001001 (binary) = 265 (decimal).
4th Thursday of June
Month setting: 0110 = 6 (June)
Week setting: 100 = 4 (4th)
Day of the week setting: 100 = 4 (Thursday)
The value of the data register is 11000100100 (binary) = 1572 (decimal).
Final
Month setting: 0110 = 6 (June)
Week setting: 110 = 6 (final)
Day of the week setting: 100 = 4 (Thursday)
The value of the data register is 11000110100 (binary) = 1588 (decimal).
Bit
15 14 13 12 11 10 9 6 5 4 3 2 1
Reserved
Bit
8
Bit
7
Bit
0
Month setting Reserved Day setting
10000000 000 10000
Bit
1514131211109 654321
Reserved
Bit
8
Bit
7
Bit
0
Month setting Reserved Day setting
01100000 000 11111
10000000 000 11000
Bit
1514131211109 654321
Reserved
Bit
8
Bit
7
Bit
0
Month setting Reserved Week setting Day of the week setting
00110000 001 00100
Bit
15 14 13 12 11 10 9 6 5 4 3 2 1
Reserved
Bit
8
Bit
7
Bit
0
Month setting Reserved Week setting
Day of the week setting
00110000 011 00100
Bit
15 14 13 12 11 10 9 6 5 4 3 2 1
Reserved
Bit
8
Bit
7
Bit
0
Month setting Reserved Week setting
Day of the week setting