The data stored by the TRMC devices have a header field which tells the server how to process these data and where to store them.
With the parser 7112a (default value for the software 6817), the data are sorted according to the following table. A given header indicates in which acquisition table the data must be stored and indicates also the physical_input. Both of these information are needed when making a mapping
Category | header | destination table | physical input |
---|---|---|---|
Battery voltage | 0xA0=160 | acq_battery | 0 |
Temperature | 0x90=144 | acq_temperature | 0 |
0x9A=154 | 1 | ||
0x97=151 | 2 | ||
0xA5=165 | 3 | ||
0xB6=182 | 4 | ||
Relative Humidity | 0x95=149 | acq_humidity | 0 |
Pressure | 0x96=150 | acq_pressure | 0 |
0x9B=155 | 1 | ||
0xA4=164 | 2 | ||
0xB5=181 | 3 | ||
Flurorimeter delta | 0x91=145 | acq_albillia_fluo_delta | 0 |
0x92=146 | 1 | ||
0x93=147 | 2 | ||
0x94=148 | 3 | ||
Flurorimeter on and off | 0x11=17 | acq_albillia_fluo_on_off | 0 |
0x12=18 | 1 | ||
0x13=19 | 2 | ||
0x14=20 | 3 | ||
Conductivity | 0x9E=158 | acq_conductivity | 0 |
0x9F=159 | 3 | ||
Voltage | 0xA9=169 | acq_voltage | 0 |
0xB0=176 | 1 | ||
0xAA=170 | 4 | ||
0x98=152 | 8 | ||
0x99=153 | 9 | ||
0xB7=183 | 10 | ||
0xB8=184 | 11 | ||
Current | 0xB2=178 | acq_current | 2 |
0xA1=161 | 3 | ||
0xB4=180 | 5 | ||
0xB3=179 | 6 | ||
0xA2=162 | 7 | ||
Pulses & Status | 0xA8=168 | acq_pulse | 0 |
0xAB=171 | 1 | ||
0xAD=173 | 2 | ||
0xAF=175 | 3 | ||
0xA6=166 | 4 | ||
0xA7=167 | 5 | ||
0xAC=172 | 6 | ||
0xAE=174 | 7 | ||
0xA3=163 | 8 |