Heracell 150i/240i 50115191_C_01-2018 176 Thermo Scientific
Chapter 13 Data communication
13.6.1. Data logger data set structure scheme:
Therefore, the following information is transmitted in this data set:
• Created on 1 January 2006 at 15:55 hrs.
• The device status reports no particularities,
• the temperature is 37.5°C,
• gas concentration 4.0% CO
2
, 21.2% O
2
.
Note
Example of a code:
For an example of a code, please refer to the end of this chapter.
01 0b 01 06 0f 37 0000 0177 0028 00d4 0000
Data logger entry type
0x01 = Standard entry
that is stored every
60 s 01
Date / Day
0x0b = 11th day of the
month
0b
Date / Month
0x01 = January 01
Date / Year
0x06 = 2006 06
Tim e / Hours
0x0f = 15 hrs. 0f
Time / Minutes
0x37 = 55 minutes 37
Device status
0x0000 = Everything OK
0000
Type-specific, here:
current temperature in
1/10°Celsius
0x0177 = 37.5°C
0177
Type-specific, here:
current CO2 content in
1/10%
0x0028 = 4.0% CO
2
0028
Type-specific, here:
current O
2
content in
1/10%
0x00d4 = 21.2% O
2
00d4
Reserved for rh in 1/10%
always
0x0000 = 0%
0000