The response to time datalog query contains data in
following structure.
First two bytes are device address and function code,
followed by number of bytes data of 1 byte and then date
and a time data of 4 bytes each.
Then requested parameters are received in order that is
specified in timelog parameters settings, each of 4 bytes.
The response ends with 2 bytes of CRC.
Response:
Description
Hex Value
Decimal Value
Dev Addr
03
03
Func Code
10 16
No of bytes 1C
28
Date
46,24,28,00
010506(May 1st 2006)
Time
40,CC,CC,CD
6.40 (06:40 am)
Parameter 1
41,78,1F,68 15.50
Parameter 2
46,AB,5A,12
21933.0
Parameter 3
46,AC,57,6A
22059.7
Parameter 4
46,AB,3C,58 21918.2
Parameter 5
46,A9,AD,9D
21718.8
CRC
BE,7C
52