User manual for - TIMER SLC-94
The answer (the same as the message):
ADDR
FUNC
REG H,L
DATA H,L
CRC L,H
01
06
00
20
00
02
09
C1
3. Reading of main timer (in seconds)
ADDR
FUNC
REG H,L
COUNT H,L
CRC L,H
01
03
00
01
00
02
95
CB
The answer:
ADDR
FUNC
BYTE C
DATA H1,L1
DATA H2,L2
CRC L,H
01
03
04
00
00
00
57
BB
CD
DATA - 00000057h = 87, displayed value = 87
4. Setting of format to „h-m-S” (hours.minutes.seconds.milliceconds).
ADDR
FUNC
REG H,L
DATA H,L
CRC L,H
01
06
00
09
00
01
98
08
The answer (the same as the message):
ADDR
FUNC
REG H,L
DATA H,L
CRC L,H
01
06
00
09
00
01
98
08
After such order the device will display value in the format:
hours.minutes.seconds.milliceconds
5. Start to count (using control register).
ADDR
FUNC
REG H,L
DATA H,L
CRC L,H
01
06
00
0C
00
01
88
09
The answer (the same as the message):
ADDR
FUNC
REG H,L
DATA H,L
CRC L,H
01
06
00
0C
00
01
88
09
After this order counter start counting from last value
32