id | field name | definition |
0 | MDR_ID |
binary uint16 | size: 2 |
Data Set Record identifier
|
|
1 | SyncStatus |
binary uint16 | size: 2 |
Time synchronization status, source and quality
|
|
2 | t |
binary time | size: 12 |
unit: "s since 2000-01-01"
value: float(./day) * 86400 + float(./sec) + float(./microsec) * 1e-06
binary record | size: 12 |
Time of observation
id | field name | definition |
0 | day |
binary int32 | size: 4 |
unit: "days since 2000-01-01"
|
|
1 | sec |
binary uint32 | size: 4 |
unit: "s"
|
|
2 | microsec |
binary uint32 | size: 4 |
unit: "1E-6 s"
|
|
|
|
|
3 | P_A |
binary uint32 (double) | size: 4 |
Pressure in tank A
unit: "1E-1 Pa"
converted unit: "Pa" (multiply by 1/10)
|
|
4 | P_B |
binary uint32 (double) | size: 4 |
Pressure in tank B
unit: "1E-1 Pa"
converted unit: "Pa" (multiply by 1/10)
|
|
5 | T_A |
binary array[5] | size: 20 |
binary int32 (double) | size: 4 |
Temperatures of tank A
unit: "1E-3 C"
converted unit: "C" (multiply by 1/1000)
|
|
|
6 | T_B |
binary array[5] | size: 20 |
binary int32 (double) | size: 4 |
Temperatures of tank B
unit: "1E-3 C"
converted unit: "C" (multiply by 1/1000)
|
|
|
7 | Fill_1 |
binary bytes | size: 4 |
Filler
|
hidden: true
|