From 2afb2a8c4d89bce80ed961fccb93f426e7915559 Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 27 Jan 2022 16:03:56 +0100 Subject: [PATCH] Added LoRa support --- README.md | 14 +- RPi-LoRa-KISS-TNC/.gitignore | 1 + RPi-LoRa-KISS-TNC/AXUDPServer.py | 237 + RPi-LoRa-KISS-TNC/INSTALL.md | 80 + RPi-LoRa-KISS-TNC/KissHelper.py | 234 + RPi-LoRa-KISS-TNC/LICENSE | 232 + RPi-LoRa-KISS-TNC/LoraAprsKissTnc.py | 140 + RPi-LoRa-KISS-TNC/README.md | 14 + RPi-LoRa-KISS-TNC/Start_lora-tnc.py | 41 + RPi-LoRa-KISS-TNC/TCPServer.py | 94 + RPi-LoRa-KISS-TNC/aprx/aprx.conf.lora-aprs | 440 ++ RPi-LoRa-KISS-TNC/aprx/aprx.conf.original | 411 ++ RPi-LoRa-KISS-TNC/config.py | 24 + RPi-LoRa-KISS-TNC/multi-sf-save.txt | 54 + RPi-LoRa-KISS-TNC/pySX127x/LICENSE | 661 +++ RPi-LoRa-KISS-TNC/pySX127x/README.md | 319 ++ RPi-LoRa-KISS-TNC/pySX127x/SX127x/LoRa.py | 951 ++++ .../pySX127x/SX127x/LoRaArgumentParser.py | 76 + RPi-LoRa-KISS-TNC/pySX127x/SX127x/__init__.py | 1 + .../pySX127x/SX127x/board_config.py | 135 + .../pySX127x/SX127x/constants.py | 190 + RPi-LoRa-KISS-TNC/pySX127x/VERSION | 1 + RPi-LoRa-KISS-TNC/pySX127x/lora_util.py | 49 + RPi-LoRa-KISS-TNC/pySX127x/rx_cont.py | 118 + RPi-LoRa-KISS-TNC/pySX127x/socket_client.py | 29 + .../pySX127x/socket_transceiver.py | 127 + RPi-LoRa-KISS-TNC/pySX127x/test_lora.py | 132 + RPi-LoRa-KISS-TNC/pySX127x/tx_beacon.py | 138 + RPi-LoRa-KISS-TNC/start_all.sh | 7 + aprs_utils/APZMDM::PE1RXF-2 | 0 .../2021-12-28_telemetry_PE1RXF-7.dat | 67 + .../2021-12-29_telemetry_PE1RXF-7.dat | 171 + .../2021-12-30_telemetry_PE1RXF-7.dat | 171 + .../2021-12-31_telemetry_PE1RXF-7.dat | 161 + .../2022-01-01_telemetry_PE1RXF-7.dat | 157 + .../2022-01-02_telemetry_PE1RXF-7.dat | 171 + .../2022-01-03_telemetry_PE1RXF-7.dat | 172 + .../2022-01-04_telemetry_PE1RXF-7.dat | 162 + .../2022-01-05_telemetry_PE1RXF-7.dat | 170 + .../2022-01-06_telemetry_PE1RXF-7.dat | 165 + .../2022-01-07_telemetry_PE1RXF-7.dat | 169 + .../2022-01-08_telemetry_PE1RXF-7.dat | 161 + .../2022-01-09_telemetry_PE1RXF-7.dat | 161 + .../2022-01-10_telemetry_PE1RXF-7.dat | 170 + .../2022-01-11_telemetry_PE1RXF-7.dat | 163 + .../2022-01-12_telemetry_PE1RXF-7.dat | 164 + .../2022-01-13_telemetry_PE1RXF-7.dat | 164 + .../2022-01-14_telemetry_PE1RXF-7.dat | 161 + .../2022-01-15_telemetry_PE1RXF-7.dat | 167 + .../2022-01-16_telemetry_PE1RXF-7.dat | 157 + .../2022-01-17_telemetry_PE1RXF-7.dat | 163 + .../2022-01-18_telemetry_PE1RXF-7.dat | 161 + .../2022-01-19_telemetry_PE1RXF-7.dat | 163 + .../2022-01-20_telemetry_PE1RXF-7.dat | 163 + .../2022-01-21_telemetry_PE1RXF-7.dat | 161 + .../2022-01-22_telemetry_PE1RXF-7.dat | 159 + .../2022-01-23_telemetry_PE1RXF-7.dat | 160 + .../2022-01-24_telemetry_PE1RXF-7.dat | 161 + .../2022-01-25_telemetry_PE1RXF-7.dat | 168 + .../2022-01-26_telemetry_PE1RXF-7.dat | 166 + .../2022-01-27_telemetry_PE1RXF-7.dat | 105 + .../aprs_log/aprs_received_messages.log | 4941 +++++++++++++++++ aprs_utils/aprs_log/aprs_send_messages.log | 71 + .../aprs_stations_heard_digipeated.log | 93 +- .../aprs_log/aprs_stations_heard_direct.log | 12 +- .../aprs_log/latest_telemetry_PE1RXF-7.dat | 2 +- .../telemetry_PE1RXF-7_max_values.dat | 32 + .../telemetry_PE1RXF-7_min_values.dat | 32 + aprs_utils/beacon_ax2.txt | 1 + aprs_utils/crontab.pe1rxf | 2 + aprs_utils/process_aprs_messages.sh | 12 +- aprs_utils/process_traffic.sh | 15 +- aprx.conf | 476 ++ documentation/APRS_protocol_nodes_PE1RXF.pdf | Bin 69080 -> 0 bytes installation_pe1rxf-aprs-server.txt | 48 +- start_aprs_server.sh | 4 + web-interface/telemetry/humidity_graph.png | Bin 10280 -> 10182 bytes .../minmax_humidity_large_greenhouse.png | Bin 10691 -> 13928 bytes .../telemetry/minmax_humidity_outside.png | Bin 10576 -> 14784 bytes .../minmax_humidity_small_greenhouse.png | Bin 10679 -> 13850 bytes .../minmax_temperature_large_greenhouse.png | Bin 9353 -> 17001 bytes .../telemetry/minmax_temperature_outside.png | Bin 9220 -> 16591 bytes .../minmax_temperature_small_greenhouse.png | Bin 9356 -> 17140 bytes .../telemetry/soilmoisture_graph.png | Bin 11157 -> 11160 bytes web-interface/telemetry/temperature_graph.png | Bin 9203 -> 11154 bytes 85 files changed, 15565 insertions(+), 60 deletions(-) create mode 100644 RPi-LoRa-KISS-TNC/.gitignore create mode 100644 RPi-LoRa-KISS-TNC/AXUDPServer.py create mode 100644 RPi-LoRa-KISS-TNC/INSTALL.md create mode 100644 RPi-LoRa-KISS-TNC/KissHelper.py create mode 100644 RPi-LoRa-KISS-TNC/LICENSE create mode 100644 RPi-LoRa-KISS-TNC/LoraAprsKissTnc.py create mode 100644 RPi-LoRa-KISS-TNC/README.md create mode 100755 RPi-LoRa-KISS-TNC/Start_lora-tnc.py create mode 100644 RPi-LoRa-KISS-TNC/TCPServer.py create mode 100644 RPi-LoRa-KISS-TNC/aprx/aprx.conf.lora-aprs create mode 100644 RPi-LoRa-KISS-TNC/aprx/aprx.conf.original create mode 100644 RPi-LoRa-KISS-TNC/config.py create mode 100644 RPi-LoRa-KISS-TNC/multi-sf-save.txt create mode 100755 RPi-LoRa-KISS-TNC/pySX127x/LICENSE create mode 100755 RPi-LoRa-KISS-TNC/pySX127x/README.md create mode 100755 RPi-LoRa-KISS-TNC/pySX127x/SX127x/LoRa.py create mode 100755 RPi-LoRa-KISS-TNC/pySX127x/SX127x/LoRaArgumentParser.py create mode 100755 RPi-LoRa-KISS-TNC/pySX127x/SX127x/__init__.py create mode 100755 RPi-LoRa-KISS-TNC/pySX127x/SX127x/board_config.py create mode 100755 RPi-LoRa-KISS-TNC/pySX127x/SX127x/constants.py create mode 100755 RPi-LoRa-KISS-TNC/pySX127x/VERSION create mode 100755 RPi-LoRa-KISS-TNC/pySX127x/lora_util.py create mode 100755 RPi-LoRa-KISS-TNC/pySX127x/rx_cont.py create mode 100755 RPi-LoRa-KISS-TNC/pySX127x/socket_client.py create mode 100755 RPi-LoRa-KISS-TNC/pySX127x/socket_transceiver.py create mode 100755 RPi-LoRa-KISS-TNC/pySX127x/test_lora.py create mode 100755 RPi-LoRa-KISS-TNC/pySX127x/tx_beacon.py create mode 100755 RPi-LoRa-KISS-TNC/start_all.sh create mode 100644 aprs_utils/APZMDM::PE1RXF-2 create mode 100644 aprs_utils/aprs_log/2021-12-29_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2021-12-30_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2021-12-31_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-01_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-02_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-03_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-04_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-05_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-06_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-07_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-08_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-09_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-10_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-11_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-12_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-13_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-14_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-15_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-16_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-17_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-18_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-19_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-20_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-21_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-22_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-23_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-24_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-25_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-26_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/aprs_log/2022-01-27_telemetry_PE1RXF-7.dat create mode 100644 aprs_utils/beacon_ax2.txt create mode 100644 aprx.conf delete mode 100644 documentation/APRS_protocol_nodes_PE1RXF.pdf diff --git a/README.md b/README.md index 1596bdf..d589864 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,14 @@ It has (software): * Apache2 web server for the user interface * Custom software (from this repository) for extra functionality -Want to know more? The complete guide (and more) is available on https://www.meezenest.nl/mees +## Changelog + +- Added LoRa support for SX1278 module on RPi SPI (available on port ax2) -## Screen shots web interface +## Further reading + +Want to know more? The complete guide (and more) is available on https://www.meezenest.nl/mees -![Main page](./screenshots/screenshot_main_page.png "Main page") -![Send message](./screenshots/screenshot_send_message.png "Send message") -![Telemetry](./screenshots/screenshot_telemetry.png "Telemetry") +![Main page](image screenshots/screenshot_main_page.png "Main page") +![Send message](image screenshots/screenshot_send_message.png "Send message") +![Telemetry](image screenshots/screenshot_telemetry.png "Telemetry") diff --git a/RPi-LoRa-KISS-TNC/.gitignore b/RPi-LoRa-KISS-TNC/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/RPi-LoRa-KISS-TNC/.gitignore @@ -0,0 +1 @@ +__pycache__/ diff --git a/RPi-LoRa-KISS-TNC/AXUDPServer.py b/RPi-LoRa-KISS-TNC/AXUDPServer.py new file mode 100644 index 0000000..8f1b0b4 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/AXUDPServer.py @@ -0,0 +1,237 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +from __future__ import print_function + +RECV_BUFFER_LENGTH = 1024 + +from threading import Thread +import socket +from KissHelper import SerialParser +from array import array + + +CRCTAB = array("H",[ +61560,57841,54122,49891,46684,42965,38222,33991,31792,28089,24354,20139,14868,11165,6406,2191, +57593,61808,50155,53858,42717,46932,34255,37958,27825,32056,20387,24106,10901,15132,2439,6158, +53626,49395,62056,58337,38750,34519,46156,42437,23858,19643,32288,28585,6934,2719,14340,10637, +49659,53362,58089,62304,34783,38486,42189,46404,19891,23610,28321,32552,2967,6686,10373,14604, +45692,41973,37230,32999,62552,58833,55114,50883,15924,12221,7462,3247,30736,27033,23298,19083, +41725,45940,33263,36966,58585,62800,51147,54850,11957,16188,3495,7214,26769,31000,19331,23050, +37758,33527,45164,41445,54618,50387,63048,59329,7990,3775,15396,11693,22802,18587,31232,27529, +33791,37494,41197,45412,50651,54354,59081,63296,4023,7742,11429,15660,18835,22554,27265,31496, +29808,26105,22370,18155,12884,9181,4422,207,63544,59825,56106,51875,48668,44949,40206,35975, +25841,30072,18403,22122,8917,13148,455,4174,59577,63792,52139,55842,44701,48916,36239,39942, +21874,17659,30304,26601,4950,735,12356,8653,55610,51379,64040,60321,40734,36503,48140,44421, +17907,21626,26337,30568,983,4702,8389,12620,51643,55346,60073,64288,36767,40470,44173,48388, +13940,10237,5478,1263,28752,25049,21314,17099,47676,43957,39214,34983,64536,60817,57098,52867, +9973,14204,1511,5230,24785,29016,17347,21066,43709,47924,35247,38950,60569,64784,53131,56834, +6006,1791,13412,9709,20818,16603,29248,25545,39742,35511,47148,43429,56602,52371,65032,61313, +2039,5758,9445,13676,16851,20570,25281,29512,35775,39478,43181,47396,52635,56338,61065,65280 +]) + +def logf(message): + import sys + print(message, file=sys.stderr) + + +class AXUDPServer(Thread): + '''AXUDP Server to communicate with the digipeater''' + + txQueue = None + + # host and port as configured in aprx/aprx.conf.lora-aprs < interface > section + def __init__(self, txQueue, localHost="127.0.0.1", localPort=10001, remoteHost="127.0.0.1", remotePort="20000"): + Thread.__init__(self) + self.socket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) + self.socket.bind((localHost, localPort)) + self.remoteHost=remoteHost + self.remotePort=remotePort + self.data = str() + self.txQueue = txQueue + + def run(self): + while True: + frame = self.socket.recv(RECV_BUFFER_LENGTH) + print("TX:",self.axtostr(frame)) + self.txQueue.put(self.axtostr(frame).encode('utf-8'), block=False) + + def __del__(self): + self.socket.shutdown() + + def send(self, data, metadata): + self.sendax(data, (self.remoteHost, self.remotePort), metadata) + #self.socket.sendall(data) + + def axcall(self, text, pos): + l=len(text) + a="" + print(text) + while (pos=ord("0")) and (text[pos]<=ord("9")) or (text[pos]>=ord("A")) and (text[pos]<=ord("Z"))): + a+=chr(text[pos]<<1) + pos+=1 + while len(a)<6: a+=chr(ord(" ")<<1) #fill with spaces + ssid=0 + if (pos=ord("0")) and (text[pos]<=ord("9")): + ssid+=text[pos]-ord("0") + pos+=1 + if (pos=ord("0")) and (text[pos]<=ord("9")): + ssid=ssid*10 + text[pos]-ord("0") + pos+=1 + if ssid>15: ssid=15 + ssid=(ssid+48)<<1 + if (pos> 8) ^ CRCTAB[(ord(frame[p]) ^ c) & 0xff] + return c + def sendax(self, text, ip, values=False): + a,p=self.axcall(text, 0) #src call + if (p>=len(text)) or (text[p]!=ord(">")): + print("fehler 1") + return + ax,p=self.axcall(text, p+1) #dest call + ax+=a + hbit=0 + while True: #via calls + if p>=len(text): + print("found no end of address") + return #found no end of address + if text[p]==ord(":"): break #end of address field + if text[p]!=ord(","): + print("via path error") + return #via path error + if len(ax)>=70: + print("too many via calls") + return #too many via calls + a,p=self.axcall(text, p+1) + ax+=a + hp=len(ax)-1 + if (ord(ax[hp]) & 0x80)!=0: hbit=hp #store last h-bit + p+=1 + a="" + + if values: + a="\x01\x30" #axudp v2 start + + if 'level' in values.keys(): + v=values["level"] + a+="V"+str(round(v))+" " #axudp v2 append level + + if 'quality' in values.keys(): + v=values["quality"] + a+="Q"+str(round(v))+" " #axudp v2 append quality + + if 'txdel' in values.keys(): + v=values["txdel"] + a+="T"+str(round(v))+" " #axudp v2 append quality + + if 'snr' in values.keys(): + v=values["snr"] + a+="S"+str(round(v))+" " #axudp v2 append snr + + a+="\x00" #axudp2 end + + i=0 + for i in range(len(ax)): + ch=ord(ax[i]) + if (i%7==6) and (i>=20) and (i>8) + sa=array("B",[0]*len(a)) + for i in range(0,len(a)): sa[i]=ord(a[i]) + print(sa) + print(ip) + res=sock.sendto(sa, ip) + + ## RX: + def callstr(self, b, p): + s="" + for i in range(6): + ch=ord(b[p+i])>>1 + if ch<32: s+="^" #show forbidden ctrl in call + elif ch>32:s+=chr(ch) #call is filled with blanks + ssid=(ord(b[p+6])>>1) & 0x0f + if ssid: s+="-"+str(ssid) + return s + def axtostr(self, axbuf): + b="" + for x in axbuf: + b+=chr(x) + le=len(b) + if le<2: + return "" + le-=2 + c=self.udpcrc(b, le) + if (b[le]!=chr(c & 0xff)) or (b[le+1]!=chr(c>>8)): + return "" #crc error + + i=0 + if axbuf[0]==1: #axudp v2 + while (i=18: #2 calls + ctrl + pid + crc + le-=2 + s=self.callstr(b, 7) #src call + s+=">"+self.callstr(b, 0) #destination call + p=14 + hbit=False + while (((not (ord(b[p-1]) & 1)))) and (p+6=128: + hbit=True + elif hbit: #call before had hbit + s+="*" + hbit=False + s+=","+callstr(b, p) + p+=7 + if hbit: s+="*" #last call had hbit + p+=2 #pid, ctrl + s+=":" + while p + tcp-device 127.0.0.1 10001 KISS + callsign NOCALL-4 # callsign defaults to $mycall + tx-ok true # transmitter enable defaults to false + # #telem-to-is true # set to 'false' to disable + +``` + +## Start the LoRa KISS TNC + +``` +python3 Start_lora-tnc.py & +``` + +# Alternative method using the AX.25 stack + +This method is more complicated, but also more versitile as not all programs can communicate to a KISS device over TCP. + +## Install needed packages + +``` +sudo apt install python3 python3-rpi.gpio python3-spidev aprx screen git python3-pil python3-smbus +``` + +## Checkout the code + +Clone this repository. + +## Configuration of APRX + +``` +In /etc/aprx.conf + + + ax25-device $mycall + tx-ok true # transmitter enable defaults to false + # #telem-to-is true # set to 'false' to disable + +``` + +## Install and configure AX.25 stack + +``` +sudo apt install socat libax25 ax25-apps ax25-tools + +sudo nano /etc/ax25/axports + +add: + ax0 NOCALL-3 9600 255 2 430.775 MHz LoRa +``` + +## Start the LoRa KISS TNC + +``` +python3 Start_lora-tnc.py & +``` + +## Redirect KISS over TCP to AX.25 device + +``` +sudo socat PTY,raw,echo=0,link=/tmp/kisstnc TCP4:127.0.0.1:10001 +sudo kissattach /tmp/kisstnc ax0 +``` + diff --git a/RPi-LoRa-KISS-TNC/KissHelper.py b/RPi-LoRa-KISS-TNC/KissHelper.py new file mode 100644 index 0000000..c09213c --- /dev/null +++ b/RPi-LoRa-KISS-TNC/KissHelper.py @@ -0,0 +1,234 @@ +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + + +# This program provides basic KISS AX.25 APRS frame encoding and decoding. +# Note that only APRS relevant structures are tested. It might not work +# for generic AX.25 frames. +# 11/2019 by Thomas Kottek, OE9TKH +# +# Inspired by: +# * Python script to decode AX.25 from KISS frames over a serial TNC +# https://gist.github.com/mumrah/8fe7597edde50855211e27192cce9f88 +# +# * Sending a raw AX.25 frame with Python +# https://thomask.sdf.org/blog/2018/12/15/sending-raw-ax25-python.html +# +# TODO: remove escapes on decoding +# +# Changes by PE1RXF +# +# 2022-01-23: - in encode_address() added correct handling of has_been_repeated flag '*' +# + +import struct + +KISS_FEND = 0xC0 # Frame start/end marker +KISS_FESC = 0xDB # Escape character +KISS_TFEND = 0xDC # If after an escape, means there was an 0xC0 in the source message +KISS_TFESC = 0xDD # If after an escape, means there was an 0xDB in the source message + + +# Addresses must be 6 bytes plus the SSID byte, each character shifted left by 1 +# If it's the final address in the header, set the low bit to 1 +# Ignoring command/response for simple example +def encode_address(s, final): + if b"-" not in s: + s = s + b"-0" # default to SSID 0 + call, ssid = s.split(b'-') + if len(call) < 6: + call = call + b" "*(6 - len(call)) # pad with spaces + encoded_call = [x << 1 for x in call[0:6]] + + encoded_ssid = 0b00000000 + # If ssid ends with *, the message has been repeated, so we have to set the 'has_been_repeated' flag and remove the * from the ssid + if ssid[-1] == 42: + # print("Message has been repeated") + ssid = ssid[:-1] + encoded_ssid |= 0b10000000 + + encoded_ssid |= (int(ssid) << 1) | 0b01100000 | (0b00000001 if final else 0) + + return encoded_call + [encoded_ssid] + + +def decode_address(data, cursor): + (a1, a2, a3, a4, a5, a6, a7) = struct.unpack("> 5 + ssid = (a7 >> 1) & 0xf + ext = a7 & 0x1 + addr = struct.pack("> 1, a2 >> 1, a3 >> 1, a4 >> 1, a5 >> 1, a6 >> 1) + if ssid != 0: + call = addr.strip() + "-{}".format(ssid).encode() + else: + call = addr + return (call, hrr, ext) + + +def encode_kiss(frame): + # Ugly frame disassembling + if not b":" in frame: + return None + path = frame.split(b":")[0] + src_addr = path.split(b">")[0] + digis = path[path.find(b">") + 1:].split(b",") + # destination address + packet = encode_address(digis.pop(0).upper(), False) + # source address + packet += encode_address(path.split(b">")[0].upper(), len(digis) == 0) + # digipeaters + for digi in digis: + final_addr = digis.index(digi) == len(digis) - 1 + packet += encode_address(digi.upper(), final_addr) + # control field + packet += [0x03] # This is an UI frame + # protocol ID + packet += [0xF0] # No protocol + # information field + packet += frame[frame.find(b":") + 1:] + + # Escape the packet in case either KISS_FEND or KISS_FESC ended up in our stream + packet_escaped = [] + for x in packet: + if x == KISS_FEND: + packet_escaped += [KISS_FESC, KISS_TFEND] + elif x == KISS_FESC: + packet_escaped += [KISS_FESC, KISS_TFESC] + else: + packet_escaped += [x] + + # Build the frame that we will send to Dire Wolf and turn it into a string + kiss_cmd = 0x00 # Two nybbles combined - TNC 0, command 0 (send data) + kiss_frame = [KISS_FEND, kiss_cmd] + packet_escaped + [KISS_FEND] + try: + output = bytearray(kiss_frame) + except ValueError: + print("Invalid value in frame.") + return None + return output + + +def decode_kiss(frame): + result = b"" + pos = 0 + if frame[pos] != 0xC0 or frame[len(frame) - 1] != 0xC0: + print(frame[pos], frame[len(frame) - 1]) + return None + pos += 1 + pos += 1 + + # DST + (dest_addr, dest_hrr, dest_ext) = decode_address(frame, pos) + pos += 7 + # print("DST: ", dest_addr) + + # SRC + (src_addr, src_hrr, src_ext) = decode_address(frame, pos) + pos += 7 + # print("SRC: ", src_addr) + + result += src_addr.strip() + # print(type(result), type(dest_addr.strip())) + result += b">" + dest_addr.strip() + + # REPEATERS + ext = src_ext + while ext == 0: + rpt_addr, rpt_hrr, ext = decode_address(frame, pos) + # print("RPT: ", rpt_addr) + pos += 7 + result += b"," + rpt_addr.strip() + + result += b":" + + # CTRL + # (ctrl,) = struct.unpack("APRS,RELAY,BLA:!4725.51N/00939.86E[322/002/A=001306 Batt=3") + # encoded = encode_kiss("OE9TKH-8>APRS,digi-3,digi-2:!4725.51N/00939.86E[322/002/A=001306 Batt=3") + # print((decode_kiss(encoded))) + + # print((decode_kiss("\xc0\x00\x82\xa0\xa4\xa6@@`\x9e\x8ar\xa8\x96\x90t\xae\x92\x88\x8ab@\x03\x03\xf0}OE9GHV-10>APMI06,TCPIP,OE9TKH-10*:@110104z4726.55N/00950.63E&WX3in1 op. Holger U=14.2V,T=8.8C\xc0"))) + + def newframe(frame): + print(repr(frame)) + + + two_example_frames = "\xc0\x00\x82\xa0\xa4\xa6@@`\x9e\x8ar\xa8\x96\x90u\x03\xf0}SOTA>APZS16,TCPIP,OE9TKH-10*::OE9TKH-8 : [call] [comment]{7ba\xc0\xc0\x00\x82\xa0\xa4\xa6@@`\x9e\x8ar\xa8\x96\x90u\x03\xf0}SOTA>APZS16,TCPIP,OE9TKH-10*::OE9TKH-8 :/mylast{7bb\xc0\xc0\x00\x82\xa0\xa4\xa6@@`\x9e\x8ar\xa8\x96\x90u\x03\xf0}SOTA>APZS16,TCPIP,OE9TKH-10*::OE9TKH-8 :/last{7bc\xc0\xc0\x00\x82\xa0\xa4\xa6@@`\x9e\x8ar\xa8\x96\x90u\x03\xf0}SOTA>APZS16,TCPIP,OE9TKH-10*::OE9TKH-8 :/time(/zone){7bd\xc0" + sp = SerialParser(newframe) + sp.parse(two_example_frames) diff --git a/RPi-LoRa-KISS-TNC/LICENSE b/RPi-LoRa-KISS-TNC/LICENSE new file mode 100644 index 0000000..d41c0bd --- /dev/null +++ b/RPi-LoRa-KISS-TNC/LICENSE @@ -0,0 +1,232 @@ +GNU GENERAL PUBLIC LICENSE +Version 3, 29 June 2007 + +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +The GNU General Public License is a free, copyleft license for software and other kinds of works. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. + +The precise terms and conditions for copying, distribution and modification follow. + +TERMS AND CONDITIONS + +0. Definitions. + +“This License” refers to version 3 of the GNU General Public License. + +“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. + +To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. + +A “covered work” means either the unmodified Program or a work based on the Program. + +To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +1. Source Code. +The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. + +A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +2. Basic Permissions. +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +4. Conveying Verbatim Copies. +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. + + c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +6. Conveying Non-Source Forms. +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + + a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + + d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +7. Additional Terms. +“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + + e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +8. Termination. +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +9. Acceptance Not Required for Having Copies. +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +11. Patents. +A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. + +A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +13. Use with the GNU Affero General Public License. +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. + +14. Revised Versions of this License. +The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +15. Disclaimer of Warranty. +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”. + +You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . + +The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . diff --git a/RPi-LoRa-KISS-TNC/LoraAprsKissTnc.py b/RPi-LoRa-KISS-TNC/LoraAprsKissTnc.py new file mode 100644 index 0000000..4cde9de --- /dev/null +++ b/RPi-LoRa-KISS-TNC/LoraAprsKissTnc.py @@ -0,0 +1,140 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +import sys +from asyncio import QueueEmpty +import traceback +sys.path.insert(0, './pySX127x/') +from pySX127x.SX127x.LoRa import LoRa +from pySX127x.SX127x.constants import * +from pySX127x.SX127x.board_config import BOARD +import time +#import KissHelper + + +class LoraAprsKissTnc(LoRa): + LORA_APRS_HEADER = b"<\xff\x01" + + # APRS data types + DATA_TYPES_POSITION = b"!'/@`" + DATA_TYPE_MESSAGE = b":" + DATA_TYPE_THIRD_PARTY = b"}" + + queue = None + server = None + + # init has LoRa APRS default config settings - might be initialized different when creating object with parameters + def __init__(self, queue, server, frequency=433.775, preamble=8, spreadingFactor=12, bandwidth=BW.BW125, + codingrate=CODING_RATE.CR4_5, appendSignalReport = True, paSelect = 1, MaxoutputPower = 15, outputPower = 15, verbose=False): + # Init SX127x + BOARD.setup() + + super(LoraAprsKissTnc, self).__init__(verbose) + self.queue = queue + self.appendSignalReport = appendSignalReport + + self.set_mode(MODE.SLEEP) + + self.set_freq(frequency) + self.set_preamble(preamble) + self.set_spreading_factor(spreadingFactor) + self.set_bw(bandwidth) + self.set_low_data_rate_optim(True) + self.set_coding_rate(codingrate) + self.set_ocp_trim(100) + + self.set_pa_config(paSelect, MaxoutputPower, outputPower) + self.set_max_payload_length(255) + self.set_dio_mapping([0] * 6) + self.server = server + + self.reset_ptr_rx() + self.set_mode(MODE.RXCONT) + + def startListening(self): + try: + while True: + # only transmit if no signal is detected to avoid collisions + if not self.get_modem_status()["signal_detected"]: + # print("RSSI: %idBm" % lora.get_rssi_value()) + # FIXME: Add noise floor measurement for telemetry + if not self.queue.empty(): + try: + data = self.queue.get(block=False) + if self.aprs_data_type(data) == self.DATA_TYPE_THIRD_PARTY: + # remove third party thing + data = data[data.find(self.DATA_TYPE_THIRD_PARTY) + 1:] + data = self.LORA_APRS_HEADER + data + print("LoRa TX: " + repr(data)) + self.transmit(data) + except QueueEmpty: + pass + + time.sleep(0.50) + except KeyboardInterrupt: + BOARD.teardown() + + def on_rx_done(self): + payload = self.read_payload(nocheck=True) + if not payload: + print("No Payload!") + return + rssi = self.get_pkt_rssi_value() + snr = self.get_pkt_snr_value() + data = bytes(payload) + print("LoRa RX[%idBm/%idB, %ibytes]: %s" %(rssi, snr, len(data), repr(data))) + + flags = self.get_irq_flags() + if any([flags[s] for s in ['crc_error', 'rx_timeout']]): + print("Receive Error, discarding frame.") + # print(self.get_irq_flags()) + self.clear_irq_flags(RxDone=1, PayloadCrcError=1, RxTimeout=1) # clear rxdone IRQ flag + self.reset_ptr_rx() + self.set_mode(MODE.RXCONT) + return + + if self.server: + # remove LoRa-APRS header if present + if data[0:len(self.LORA_APRS_HEADER)] == self.LORA_APRS_HEADER: + data = data[len(self.LORA_APRS_HEADER):] + if self.appendSignalReport: + # Signal report only for certain frames, not messages! + if self.aprs_data_type(data) in self.DATA_TYPES_POSITION: + data += b" RSSI=%idBm SNR=%idB" % (rssi, snr) + self.server.send(data, {"level":rssi, "snr":snr}) + self.clear_irq_flags(RxDone=1) # clear rxdone IRQ flag + self.reset_ptr_rx() + self.set_mode(MODE.RXCONT) + + # self.set_mode(MODE.CAD) + + def on_tx_done(self): + print("TX DONE") + self.clear_irq_flags(TxDone=1) # clear txdone IRQ flag + self.set_dio_mapping([0] * 6) + self.set_mode(MODE.RXCONT) + + def transmit(self, data): + self.write_payload([c for c in data]) + self.set_dio_mapping([1, 0, 0, 0, 0, 0]) + self.set_mode(MODE.TX) + + def aprs_data_type(self, lora_aprs_frame): + delimiter_position = lora_aprs_frame.find(b":") + try: + return lora_aprs_frame[delimiter_position + 1] + except IndexError: + return "" diff --git a/RPi-LoRa-KISS-TNC/README.md b/RPi-LoRa-KISS-TNC/README.md new file mode 100644 index 0000000..938f9f9 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/README.md @@ -0,0 +1,14 @@ +# Raspberry Pi LoRa KISS TNC + +This project was originally started by Tom Kottek (https://github.com/tomelec/RPi-LoRa-KISS-TNC). Because the program had some problems dealing with digipeated frames (it crashed when receiving a ssid with the 'has_been_digipeated' flag -*- set), I took on the task of fixing the code for my personal use. + +## Hardware + +I also designed my own (open source) hardware for it: a board holding a Raspberry Pi Zero 2 W, an SX1278 LoRa transceiver and a power supply with on/off button to safely switch on and off the system. The design files can be found on my website: [RPi LoRa_shield](https://meezenest.nl/mees/RPi_LoRa_shield.html) + +## Software + +The software controls the LoRa transceiver connected to the Raspberry´s SPI bus and emulates a KISS TNC over TCP. That makes it possible to use existing software like APRX. It is also possible to attach the KISS interface to the AX.25 stack via socat/kissattach. + +### To Do +* A lot diff --git a/RPi-LoRa-KISS-TNC/Start_lora-tnc.py b/RPi-LoRa-KISS-TNC/Start_lora-tnc.py new file mode 100755 index 0000000..1979e31 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/Start_lora-tnc.py @@ -0,0 +1,41 @@ +#!/usr/bin/python3 +# -*- coding: utf-8 -*- + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# Usage: python3 Start_lora-tnc.py +# +from queue import Queue +from TCPServer import KissServer +from AXUDPServer import AXUDPServer +import config +from LoraAprsKissTnc import LoraAprsKissTnc + +# TX KISS frames go here (Digipeater -> TNC) +kissQueue = Queue() + +# KISSTCP or AXUDP Server for the digipeater to connect +if config.USE_AXUDP: + server = AXUDPServer(kissQueue, config.AXUDP_LOCAL_IP, config.AXUDP_LOCAL_PORT, config.AXUDP_REMOTE_IP, config.AXUDP_REMOTE_PORT) +else: + server = KissServer(kissQueue, config.TCP_HOST, config.TCP_PORT) + +server.setDaemon(True) +server.start() + +# LoRa transceiver instance +lora = LoraAprsKissTnc(kissQueue, server, verbose=False, appendSignalReport = config.APPEND_SIGNAL_REPORT) + +# this call loops forever inside +lora.startListening() diff --git a/RPi-LoRa-KISS-TNC/TCPServer.py b/RPi-LoRa-KISS-TNC/TCPServer.py new file mode 100644 index 0000000..19d4e0d --- /dev/null +++ b/RPi-LoRa-KISS-TNC/TCPServer.py @@ -0,0 +1,94 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +from __future__ import print_function + +RECV_BUFFER_LENGTH = 1024 +import sys +from threading import Thread +import socket +from KissHelper import SerialParser +import KissHelper + + +def logf(message): + print(message, file=sys.stderr) + + +class KissServer(Thread): + '''TCP Server to be connected by the APRS digipeater''' + + txQueue = None + + # host and port as configured in aprx/aprx.conf.lora-aprs < interface > section + def __init__(self, txQueue, host="127.0.0.1", port=10001): + Thread.__init__(self) + self.socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM) + self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) + self.socket.bind((host, port)) + self.socket.listen(1) + self.data = str() + self.txQueue = txQueue + self.connection = None + + def run(self): + parser = SerialParser(self.queue_frame) + while True: + self.connection = None + self.connection, client_address = self.socket.accept() + parser.reset() + logf("KISS-Server: Connection from %s" % client_address[0]) + while True: + data = self.connection.recv(RECV_BUFFER_LENGTH) + if data: + parser.parse(data) + else: + self.connection.close() + break + + def queue_frame(self, frame): + print("KISS frame:", repr(frame)) + decoded_data = KissHelper.decode_kiss(frame) + print("Decoded:", decoded_data) + + self.txQueue.put(decoded_data, block=False) + + def __del__(self): + self.socket.shutdown() + + def send(self, data, metadata): + try: + encoded_data = KissHelper.encode_kiss(data) + except Exception as e: + print("KISS encoding went wrong (exception while parsing)") + # traceback.print_tb(e.__traceback__) + encoded_data = None + + if encoded_data != None: + print("To Server: " + repr(encoded_data)) + if self.connection: + self.connection.sendall(encoded_data) + else: + print("KISS encoding went wrong") + + + +if __name__ == '__main__': + '''Test program''' + import time + from multiprocessing import Queue + + TCP_HOST = "0.0.0.0" + TCP_PORT = 10001 + + # frames to be sent go here + KissQueue = Queue() + + server = KissServer(TCP_HOST, TCP_PORT, KissQueue) + server.setDaemon(True) + server.start() + + while True: + server.send( + "\xc0\x00\x82\xa0\xa4\xa6@@`\x9e\x8ar\xa8\x96\x90q\x03\xf0!4725.51N/00939.86E[322/002/A=001306 Batt=3.99V\xc0") + data = KissQueue.get() + print("Received KISS frame:" + repr(data)) diff --git a/RPi-LoRa-KISS-TNC/aprx/aprx.conf.lora-aprs b/RPi-LoRa-KISS-TNC/aprx/aprx.conf.lora-aprs new file mode 100644 index 0000000..80ba247 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/aprx/aprx.conf.lora-aprs @@ -0,0 +1,440 @@ +# +# Simple sample configuration file for the APRX-2 -- an APRS iGate and Digipeater +# +# This configuration is structured with Apache HTTPD style tags +# which then contain subsystem parameters. +# + +# +# For simple case, you need to adjust 4 things: +# - Mycall parameter +# - passcode parameter in APRS-IS configuration +# - Select correct type of interface (ax25-device or serial-device) +# - Optionally set a beacon telling where this system is +# - Optionally enable digipeater with or without tx-igate +# + +# +# +# Define the parameters in following order: +# 1) ** zero or one +# 2) ** zero or one +# 3) ** there can be multiple! +# 4) ** zero to many +# 5) ** zero to many +# 6) ** zero to many (at most one for each Tx) +# + +# +# Global macro for simplified callsign definition: +# Usable for 99+% of cases. +# + +mycall N0CALL-1 + +# +# Global macro for simplified "my location" definition in +# place of explicit "lat nn lon mm" at beacons. Will also +# give "my location" reference for "filter m/100". +# +#myloc lat ddmm.mmN lon dddmm.mmE + + +# The aprsis login parameter: +# Station callsignSSID used for relaying APRS frames into APRS-IS. +# Use this only to define other callsign for APRS\-IS login. +# +#login OTHERCALL-7 # login defaults to $mycall + +# +# Passcode for your callsign: +# Unique code for your callsign to allow transmitting packets +# into the APRS-IS. +# +passcode -1 + +# APRS-IS server name and optional portnumber. +# +# WARNING: Do not change from default port number [14580] +# unless you are absolutely certain you want +# something else, and you allow that something +# else also affect your tx-igate behaviour! +# +server rotate.aprs2.net +#server euro.aprs2.net +#server asia.aprs2.net +#server noam.aprs2.net +#server soam.aprs2.net +#server aunz.aprs2.net + +# Some APRS-IS servers tell every about 20 seconds to all contact +# ports that they are there and alive. Others are just silent. +# Default value is 3*"heartbeat" + some --> 120 (seconds) +# +#heartbeat-timeout 0 # Disabler of heartbeat timeout + +# APRS-IS server may support some filter commands. +# See: http://www.aprs-is.net/javAPRSFilter.aspx +# +# You can define the filter as single long quoted string, or as +# many short segments with explaining comments following them. +# +# Usability of these filters for a Tx-iGate is dubious, but +# they exist in case you for example want to Tx-iGate packets +# from some source callsigns in all cases even when they are +# not in your local area. +# +#filter "possibly multiple filter specs in quotes" +# +#filter "m/100" # My-Range filter: positions within 100 km from my location +#filter "f/OH2XYZ-3/50" # Friend-Range filter: 50 km of friend's last beacon position + + + + +# pidfile is UNIX way to tell that others that this program is +# running with given process-id number. This has compiled-in +# default value of: pidfile /var/run/aprx.pid +# +pidfile /var/run/aprx.pid + + +# rflog defines a rotatable file into which all RF-received packets +# are logged. The host system can rotate it at any time without +# need to signal the aprx that the file has been moved. +# +rflog /var/log/aprx/aprx-rf.log + +# aprxlog defines a rotatable file into which most important +# events on APRS-IS connection are logged, namely connects and +# disconnects. The host system can rotate it at any time without +# need to signal the aprx that the file has been moved. +# +aprxlog /var/log/aprx/aprx.log + +# dprslog defines a rotatable file into which most important +# events on DPRS receiver gateways are logged. +# The host system can rotate it at any time without need to +# signal the aprx that the file has been moved. +# +#dprslog /var/log/aprx/dprs.log + +# erlangfile defines a mmap():able binary file, which stores +# running sums of interfaces upon which the channel erlang +# estimator runs, and collects data. +# Depending on the system, it may be running on a filesystem +# that actually retains data over reboots, or it may not. +# With this backing store, the system does not loose cumulating +# erlang data over the current period, if the restart is quick, +# and does not stradle any exact minute. +# (Do restarts at 15 seconds over an even minute..) +# This file is around 0.7 MB per each interface talking APRS. +# If this file is not defined and it can not be created, +# internal non-persistent in-memory storage will be used. +# +# Built-in default value is: /var/run/aprx.state +# +#erlangfile /var/run/aprx.state + + + + +# *********** Multiple definitions can follow ********* + +# ax25-device Lists AX.25 ports by their callsigns that in Linux +# systems receive APRS packets. If none are defined, +# or the system is not Linux, the AX.25 network receiver +# is not enabled. Used technologies need at least +# Linux kernel 2.4.x +# +# tx-ok Boolean telling if this device is able to transmit. +# + +# +# ax25-device $mycall +# #tx-ok false # transmitter enable defaults to false +# #telem-to-is true # set to 'false' to disable +# + + +# +# The TNC serial options. Parameters are: +# - /dev/ttyUSB1 -- tty device +# - 19200 -- baud rate, supported ones are: +# 1200, 2400, 4800, 9600, 19200, 38400 +# - 8n1 -- 8-bits, no parity, one stop-bit, +# no other supported modes +# - "KISS" - plain basic KISS mode +# - "XORSUM" alias "BPQCRC" - KISS with BPQ "CRC" byte +# - "SMACK" alias "CRC16" - KISS with real CRC +# - "FLEXNET" - KISS with real CRC +# - "TNC2" - TNC2 monitor format +# - "DPRS" - DPRS (RX) GW +# + +# +# serial-device /dev/ttyUSB0 19200 8n1 KISS +# #callsign $mycall # callsign defaults to $mycall +# #tx-ok false # transmitter enable defaults to false +# #telem-to-is true # set to 'false' to disable +# + +# +# serial-device /dev/ttyUSB1 19200 8n1 TNC2 +# #callsign $mycall # callsign defaults to $mycall +# #tx-ok false # TNC2 monitor can not have transmitter +# #telem-to-is true # set to 'false' to disable +# + +# +# serial-device /dev/ttyUSB1 19200 8n1 DPRS +# callsign dprsgwcallsign # must define actual callsign +# #tx-ok false # DPRS monitor can not do transmit +# #telem-to-is true # set to 'false' to disable +# + +# +# tcp-device behaves identically to local serial port, but allows +# access to remote TCP/IP sockets. A common application is remote +# KISS modems connected to Ethernet-to-serial adapters from suppliers +# such as Lantronix. +# It's important that this remote socket is a raw TCP socket and not +# handle any byte codes as command escapes. +# +# tcp-device hostname portnumber mode +# - hostname may be a domain name, IPv4 address, or a IPv6 address +# - portnumber is any valid TCP port (1-65535) +# - mode is the same as serial-device (KISS, TNC2, etc.) +# + +# +# tcp-device 192.0.2.10 10001 KISS +# #callsign $mycall # callsign defaults to $mycall +# #tx-ok false # transmitter enable defaults to false +# #telem-to-is true # set to 'false' to disable +# + + + tcp-device 127.0.0.1 10001 KISS + callsign $mycall + tx-ok true + telem-to-is true # set to 'false' to disable + + + +# *********** Multiple definitions can follow ********* + +# +# Beacons are sent out to radio transmitters AND/OR APRSIS. +# Default is "both", other modes are settable. +# +#beaconmode { aprsis | both | radio } +# +# Beacons are sent from a circullar transmission queue, total cycle time +# of that queue is 20 minutes by default, and beacons are "evenly" +# distributed along it. Actual intervals are randomized to be anything +# in between 80% and 100% of the cycle-size / number-of-beacons. +# First beacon is sent out 30 seconds after system start. +# Tune the cycle-size to be suitable to your number of defined beacons. +# +#cycle-size 20m +# +# Basic beaconed thing is positional message of type "!": +# +#beacon symbol "R&" lat "0000.00N" lon "00000.00E" comment "Rx-only iGate" +#beacon symbol "R&" $myloc comment "Rx-only iGate" +# +#Following are basic options: +# 'symbol' no default, must be defined! +# 'lat' coordinate latitude: ddmm.mmN (no default!) +# 'lon' coordinate longitude: dddmm.mmE (no default!) +# '$myloc' coordinate values taken from global 'myloc' entry, +# and usable in place of explicit 'lat'+'lon'. +# 'comment' optional tail part of the item, default is nothing +# +# Sample symbols: +# R& is for "Rx-only iGate" +# I& is for "Tx-iGate" +# /# is for "Digipeater" +# I# is for "Tx-iGate + Digipeater"" +# +#Additional options are: +# 'srccall' parameter sets claimed origination address. +# 'dstcall' sets destination address, default "APRXnn" +# 'interface' parameter picks an interface (must be "tx-ok true" type) +# 'via' sets radio distribution pattern, default: none. +# 'timefix' On APRS messages with HMS timestamp (hour:min:sec), the +# system fixes appropriate field with transmit time timestamp. +# +# Message type is by default '!', which is positional no timestamp format. +# Other possible formats are definable with options: +# 'type' Single character setting type: ! = / @, default: ! +# 'item' Defines a name of Item (')') type beacons. +# 'object' Defines a name of Object (';') type beacons. +# +# 'file' option tells a file at which a _raw_ APRS message content is +# expected to be found as first line of text. Line ending newline +# is removed, and no escapes are supported. The timefix is +# available, though probably should not be used. +# No \-processing is done on read text line. +# +# 'exec' option tells a computer program which returns to stdout _raw_ APRS +# message content without newline. The timefix is +# available, though probably should not be used. +# No \-processing is done on read text line. +# +# The parameter sets can vary: +# a) 'srccall nnn-n dstcall "string" symbol "R&" lat "ddmm.mmN" lon "dddmm.mmE" [comment "any text"] +# b) 'srccall nnn-n dstcall "string" symbol "R&" $myloc [comment "any text"] +# c) 'srccall nnn-n dstcall "string" raw "string"' +# +# The a) form flags on some of possible syntax errors in parameters. +# It will also create only "!" type messages. The dest parameter +# defaults to "APRS", but can be used to give other destinations. +# The via parameter can be used to add other keywords, like "NOGATE". +# +# Writing correct RAW format beacon message is very hard, +# which is evidenced by the frequency of bad syntax texts +# people so often put there... If you can not be persuaded +# not to do it, then at least VERIFY the beacon result on +# web service like findu.com, or aprs.fi +# +# Do remember that the \ -character has special treatment in the +# Aprx configuration parser. If you want a '\' on APRS content, +# then you encode it on configuration file as: '\\' +# +# Stranger combinations with explicite "transmit this to interface X": +# +#beacon file /tmp/wxbeacon.txt +#beacon interface N0CALL-3 srccall N0CALL-3 \ +# raw "!0000.00NR00000.00E&Rx-only iGate" +#beacon interface N0CALL-3 srccall N0CALL-3 \ +# raw "!0000.00NI00000.00E&Tx-iGate" +#beacon interface $mycall symbol "R&" $myloc \ +# comment "Rx-only iGate" +#beacon interface $mycall symbol "I&" $myloc \ +# comment "Tx-iGate" +#beacon exec /usr/bin/telemetry.pl +#beacon timeout 20 exec /usr/bin/telemetry.pl +#beacon interface N0CALL-3 srccall N0CALL-3 \ +# timeout 20 exec /usr/bin/telemetry.pl +# + beaconmode aprsis + cycle-size 55m + beacon symbol "R&" $myloc comment "LoRa-APRS 433.775MHz/125kHz/SF12" + + + +# *********** definition(s) follow ********* +# +# The system will always send telemetry for all of its interfaces +# to APRSIS, but there is an option to define telemetry to be sent +# to radio channel by using following sections for each transmitter +# that is wanted to send out the telemetry. +# +# transmitter - callsign referring to +# via - optional via-path, only 1 callsign! +# source - one or more of callsigns for which +# the telemetry transmission is wanted for +# +# +# transmitter $mycall +# via TRACE1-1 +# source $mycall +# + +# *********** definition(s) follow ********* +# +# The digipeater definitions tell transmitters that receive +# AX.25 packets from possibly multiple sources, and then what +# to do on the AX.25 headers of those messages. +# +# There is one transmitter per digipeater -- and inversely, there +# can be at most one digipeater for each transmitter. +# +# In each digipeater there is at least one , usually same +# as the transmitter. You may use same on multiple +# s. Using multiple instances of same on +# a single does not crash the system, but it can cause +# packet duplication in case of non-APRS protocols (like AX.25 CONS) +# +# Use only at most two levels of viscous-delay in your . +# Immediate sending is by "0", and a delayed sending is any value +# from 1 to 9. This system does not correctly support other than +# immediate sending and one level of delay. +# +# Note: In order to igate correct when multiple receivers and +# transmitters are used on single channel, the +# definitions of each radio port must have associated +# "igate-group N" parameter which has N of value 1 to 3. +# See the aprx-manual.pdf for details. +# (Default software compilation allows you to have up to +# three channels of APRS operation.) +# +# +# transmitter $mycall +# #ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# #srcratelimit 10 20 # Example: by sourcecall: +# # average 10 packets/minute, +# # burst max 20 packets/minute +# +# +# source $mycall +# # #relay-type digipeated # default mode is "digipeated" +# # viscous-delay 0 # no viscous delay for RF->RF digipeating +# # ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# ## filter a/la/lo/la/lo # service area filter +# ## filter -b/CALL # always block these +# +# +# # Diversity receiver which combines to the primary +# # Tx/Rx transmitter. There can be as many of these +# # as you can connect on this machine. +# # +# # source RXPORT-1 +# # #relay-type digipeated # default mode is "digipeated" +# # viscous-delay 0 # no viscous delay for RF->RF digipeating +# # ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# ## filter a/la/lo/la/lo # service area filter +# ## filter -b/CALL # always block these +# +# +# # # APRSIS source adds a TX-IGATE behaviour +# # source APRSIS +# # relay-type third-party # Must define this for APRSIS source! +# # viscous-delay 5 # Recommendation: 5 seconds delay to give +# # # RF delivery time make itself known. +# # ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# ## filter a/la/lo/la/lo # service area filter +# ## filter -b/CALL # always block these +# # +# +# # # DPRS source adds a DPRS->APRS RF gate +# # interface DPRS +# # ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# # relay-type third-party # Must define this for DPRS source! +# # +# + + + transmitter $mycall + + source $mycall + relay-type digipeated # default mode is "digipeated" + viscous-delay 5 # no viscous delay for RF->RF digipeating + ratelimit 10 20 + filter t/m + + + # APRSIS source adds a TX-IGATE behaviour + source APRSIS + relay-type third-party # Must define this for APRSIS source! + ratelimit 4 30 + filter t/m + + diff --git a/RPi-LoRa-KISS-TNC/aprx/aprx.conf.original b/RPi-LoRa-KISS-TNC/aprx/aprx.conf.original new file mode 100644 index 0000000..28561b5 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/aprx/aprx.conf.original @@ -0,0 +1,411 @@ +# +# Simple sample configuration file for the APRX-2 -- an APRS iGate and Digipeater +# +# This configuration is structured with Apache HTTPD style tags +# which then contain subsystem parameters. +# + +# +# For simple case, you need to adjust 4 things: +# - Mycall parameter +# - passcode parameter in APRS-IS configuration +# - Select correct type of interface (ax25-device or serial-device) +# - Optionally set a beacon telling where this system is +# - Optionally enable digipeater with or without tx-igate +# + +# +# +# Define the parameters in following order: +# 1) ** zero or one +# 2) ** zero or one +# 3) ** there can be multiple! +# 4) ** zero to many +# 5) ** zero to many +# 6) ** zero to many (at most one for each Tx) +# + +# +# Global macro for simplified callsign definition: +# Usable for 99+% of cases. +# + +mycall N0CALL-1 + +# +# Global macro for simplified "my location" definition in +# place of explicit "lat nn lon mm" at beacons. Will also +# give "my location" reference for "filter m/100". +# +#myloc lat ddmm.mmN lon dddmm.mmE + + +# The aprsis login parameter: +# Station callsignSSID used for relaying APRS frames into APRS-IS. +# Use this only to define other callsign for APRS\-IS login. +# +#login OTHERCALL-7 # login defaults to $mycall + +# +# Passcode for your callsign: +# Unique code for your callsign to allow transmitting packets +# into the APRS-IS. +# +passcode -1 + +# APRS-IS server name and optional portnumber. +# +# WARNING: Do not change from default port number [14580] +# unless you are absolutely certain you want +# something else, and you allow that something +# else also affect your tx-igate behaviour! +# +server rotate.aprs2.net +#server euro.aprs2.net +#server asia.aprs2.net +#server noam.aprs2.net +#server soam.aprs2.net +#server aunz.aprs2.net + +# Some APRS-IS servers tell every about 20 seconds to all contact +# ports that they are there and alive. Others are just silent. +# Default value is 3*"heartbeat" + some --> 120 (seconds) +# +#heartbeat-timeout 0 # Disabler of heartbeat timeout + +# APRS-IS server may support some filter commands. +# See: http://www.aprs-is.net/javAPRSFilter.aspx +# +# You can define the filter as single long quoted string, or as +# many short segments with explaining comments following them. +# +# Usability of these filters for a Tx-iGate is dubious, but +# they exist in case you for example want to Tx-iGate packets +# from some source callsigns in all cases even when they are +# not in your local area. +# +#filter "possibly multiple filter specs in quotes" +# +#filter "m/100" # My-Range filter: positions within 100 km from my location +#filter "f/OH2XYZ-3/50" # Friend-Range filter: 50 km of friend's last beacon position + + + + +# pidfile is UNIX way to tell that others that this program is +# running with given process-id number. This has compiled-in +# default value of: pidfile /var/run/aprx.pid +# +pidfile /var/run/aprx.pid + + +# rflog defines a rotatable file into which all RF-received packets +# are logged. The host system can rotate it at any time without +# need to signal the aprx that the file has been moved. +# +rflog /var/log/aprx/aprx-rf.log + +# aprxlog defines a rotatable file into which most important +# events on APRS-IS connection are logged, namely connects and +# disconnects. The host system can rotate it at any time without +# need to signal the aprx that the file has been moved. +# +aprxlog /var/log/aprx/aprx.log + +# dprslog defines a rotatable file into which most important +# events on DPRS receiver gateways are logged. +# The host system can rotate it at any time without need to +# signal the aprx that the file has been moved. +# +#dprslog /var/log/aprx/dprs.log + +# erlangfile defines a mmap():able binary file, which stores +# running sums of interfaces upon which the channel erlang +# estimator runs, and collects data. +# Depending on the system, it may be running on a filesystem +# that actually retains data over reboots, or it may not. +# With this backing store, the system does not loose cumulating +# erlang data over the current period, if the restart is quick, +# and does not stradle any exact minute. +# (Do restarts at 15 seconds over an even minute..) +# This file is around 0.7 MB per each interface talking APRS. +# If this file is not defined and it can not be created, +# internal non-persistent in-memory storage will be used. +# +# Built-in default value is: /var/run/aprx.state +# +#erlangfile /var/run/aprx.state + + + + +# *********** Multiple definitions can follow ********* + +# ax25-device Lists AX.25 ports by their callsigns that in Linux +# systems receive APRS packets. If none are defined, +# or the system is not Linux, the AX.25 network receiver +# is not enabled. Used technologies need at least +# Linux kernel 2.4.x +# +# tx-ok Boolean telling if this device is able to transmit. +# + +# +# ax25-device $mycall +# #tx-ok false # transmitter enable defaults to false +# #telem-to-is true # set to 'false' to disable +# + + +# +# The TNC serial options. Parameters are: +# - /dev/ttyUSB1 -- tty device +# - 19200 -- baud rate, supported ones are: +# 1200, 2400, 4800, 9600, 19200, 38400 +# - 8n1 -- 8-bits, no parity, one stop-bit, +# no other supported modes +# - "KISS" - plain basic KISS mode +# - "XORSUM" alias "BPQCRC" - KISS with BPQ "CRC" byte +# - "SMACK" alias "CRC16" - KISS with real CRC +# - "FLEXNET" - KISS with real CRC +# - "TNC2" - TNC2 monitor format +# - "DPRS" - DPRS (RX) GW +# + +# +# serial-device /dev/ttyUSB0 19200 8n1 KISS +# #callsign $mycall # callsign defaults to $mycall +# #tx-ok false # transmitter enable defaults to false +# #telem-to-is true # set to 'false' to disable +# + +# +# serial-device /dev/ttyUSB1 19200 8n1 TNC2 +# #callsign $mycall # callsign defaults to $mycall +# #tx-ok false # TNC2 monitor can not have transmitter +# #telem-to-is true # set to 'false' to disable +# + +# +# serial-device /dev/ttyUSB1 19200 8n1 DPRS +# callsign dprsgwcallsign # must define actual callsign +# #tx-ok false # DPRS monitor can not do transmit +# #telem-to-is true # set to 'false' to disable +# + +# +# tcp-device behaves identically to local serial port, but allows +# access to remote TCP/IP sockets. A common application is remote +# KISS modems connected to Ethernet-to-serial adapters from suppliers +# such as Lantronix. +# It's important that this remote socket is a raw TCP socket and not +# handle any byte codes as command escapes. +# +# tcp-device hostname portnumber mode +# - hostname may be a domain name, IPv4 address, or a IPv6 address +# - portnumber is any valid TCP port (1-65535) +# - mode is the same as serial-device (KISS, TNC2, etc.) +# + +# +# tcp-device 192.0.2.10 10001 KISS +# #callsign $mycall # callsign defaults to $mycall +# #tx-ok false # transmitter enable defaults to false +# #telem-to-is true # set to 'false' to disable +# + + +# *********** Multiple definitions can follow ********* + +# +# Beacons are sent out to radio transmitters AND/OR APRSIS. +# Default is "both", other modes are settable. +# +#beaconmode { aprsis | both | radio } +# +# Beacons are sent from a circullar transmission queue, total cycle time +# of that queue is 20 minutes by default, and beacons are "evenly" +# distributed along it. Actual intervals are randomized to be anything +# in between 80% and 100% of the cycle-size / number-of-beacons. +# First beacon is sent out 30 seconds after system start. +# Tune the cycle-size to be suitable to your number of defined beacons. +# +#cycle-size 20m +# +# Basic beaconed thing is positional message of type "!": +# +#beacon symbol "R&" lat "0000.00N" lon "00000.00E" comment "Rx-only iGate" +#beacon symbol "R&" $myloc comment "Rx-only iGate" +# +#Following are basic options: +# 'symbol' no default, must be defined! +# 'lat' coordinate latitude: ddmm.mmN (no default!) +# 'lon' coordinate longitude: dddmm.mmE (no default!) +# '$myloc' coordinate values taken from global 'myloc' entry, +# and usable in place of explicit 'lat'+'lon'. +# 'comment' optional tail part of the item, default is nothing +# +# Sample symbols: +# R& is for "Rx-only iGate" +# I& is for "Tx-iGate" +# /# is for "Digipeater" +# I# is for "Tx-iGate + Digipeater"" +# +#Additional options are: +# 'srccall' parameter sets claimed origination address. +# 'dstcall' sets destination address, default "APRXnn" +# 'interface' parameter picks an interface (must be "tx-ok true" type) +# 'via' sets radio distribution pattern, default: none. +# 'timefix' On APRS messages with HMS timestamp (hour:min:sec), the +# system fixes appropriate field with transmit time timestamp. +# +# Message type is by default '!', which is positional no timestamp format. +# Other possible formats are definable with options: +# 'type' Single character setting type: ! = / @, default: ! +# 'item' Defines a name of Item (')') type beacons. +# 'object' Defines a name of Object (';') type beacons. +# +# 'file' option tells a file at which a _raw_ APRS message content is +# expected to be found as first line of text. Line ending newline +# is removed, and no escapes are supported. The timefix is +# available, though probably should not be used. +# No \-processing is done on read text line. +# +# 'exec' option tells a computer program which returns to stdout _raw_ APRS +# message content without newline. The timefix is +# available, though probably should not be used. +# No \-processing is done on read text line. +# +# The parameter sets can vary: +# a) 'srccall nnn-n dstcall "string" symbol "R&" lat "ddmm.mmN" lon "dddmm.mmE" [comment "any text"] +# b) 'srccall nnn-n dstcall "string" symbol "R&" $myloc [comment "any text"] +# c) 'srccall nnn-n dstcall "string" raw "string"' +# +# The a) form flags on some of possible syntax errors in parameters. +# It will also create only "!" type messages. The dest parameter +# defaults to "APRS", but can be used to give other destinations. +# The via parameter can be used to add other keywords, like "NOGATE". +# +# Writing correct RAW format beacon message is very hard, +# which is evidenced by the frequency of bad syntax texts +# people so often put there... If you can not be persuaded +# not to do it, then at least VERIFY the beacon result on +# web service like findu.com, or aprs.fi +# +# Do remember that the \ -character has special treatment in the +# Aprx configuration parser. If you want a '\' on APRS content, +# then you encode it on configuration file as: '\\' +# +# Stranger combinations with explicite "transmit this to interface X": +# +#beacon file /tmp/wxbeacon.txt +#beacon interface N0CALL-3 srccall N0CALL-3 \ +# raw "!0000.00NR00000.00E&Rx-only iGate" +#beacon interface N0CALL-3 srccall N0CALL-3 \ +# raw "!0000.00NI00000.00E&Tx-iGate" +#beacon interface $mycall symbol "R&" $myloc \ +# comment "Rx-only iGate" +#beacon interface $mycall symbol "I&" $myloc \ +# comment "Tx-iGate" +#beacon exec /usr/bin/telemetry.pl +#beacon timeout 20 exec /usr/bin/telemetry.pl +#beacon interface N0CALL-3 srccall N0CALL-3 \ +# timeout 20 exec /usr/bin/telemetry.pl +# + + +# *********** definition(s) follow ********* +# +# The system will always send telemetry for all of its interfaces +# to APRSIS, but there is an option to define telemetry to be sent +# to radio channel by using following sections for each transmitter +# that is wanted to send out the telemetry. +# +# transmitter - callsign referring to +# via - optional via-path, only 1 callsign! +# source - one or more of callsigns for which +# the telemetry transmission is wanted for +# +# +# transmitter $mycall +# via TRACE1-1 +# source $mycall +# + +# *********** definition(s) follow ********* +# +# The digipeater definitions tell transmitters that receive +# AX.25 packets from possibly multiple sources, and then what +# to do on the AX.25 headers of those messages. +# +# There is one transmitter per digipeater -- and inversely, there +# can be at most one digipeater for each transmitter. +# +# In each digipeater there is at least one , usually same +# as the transmitter. You may use same on multiple +# s. Using multiple instances of same on +# a single does not crash the system, but it can cause +# packet duplication in case of non-APRS protocols (like AX.25 CONS) +# +# Use only at most two levels of viscous-delay in your . +# Immediate sending is by "0", and a delayed sending is any value +# from 1 to 9. This system does not correctly support other than +# immediate sending and one level of delay. +# +# Note: In order to igate correct when multiple receivers and +# transmitters are used on single channel, the +# definitions of each radio port must have associated +# "igate-group N" parameter which has N of value 1 to 3. +# See the aprx-manual.pdf for details. +# (Default software compilation allows you to have up to +# three channels of APRS operation.) +# +# +# transmitter $mycall +# #ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# #srcratelimit 10 20 # Example: by sourcecall: +# # average 10 packets/minute, +# # burst max 20 packets/minute +# +# +# source $mycall +# # #relay-type digipeated # default mode is "digipeated" +# # viscous-delay 0 # no viscous delay for RF->RF digipeating +# # ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# ## filter a/la/lo/la/lo # service area filter +# ## filter -b/CALL # always block these +# +# +# # Diversity receiver which combines to the primary +# # Tx/Rx transmitter. There can be as many of these +# # as you can connect on this machine. +# # +# # source RXPORT-1 +# # #relay-type digipeated # default mode is "digipeated" +# # viscous-delay 0 # no viscous delay for RF->RF digipeating +# # ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# ## filter a/la/lo/la/lo # service area filter +# ## filter -b/CALL # always block these +# +# +# # # APRSIS source adds a TX-IGATE behaviour +# # source APRSIS +# # relay-type third-party # Must define this for APRSIS source! +# # viscous-delay 5 # Recommendation: 5 seconds delay to give +# # # RF delivery time make itself known. +# # ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# ## filter a/la/lo/la/lo # service area filter +# ## filter -b/CALL # always block these +# # +# +# # # DPRS source adds a DPRS->APRS RF gate +# # interface DPRS +# # ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# # relay-type third-party # Must define this for DPRS source! +# # +# diff --git a/RPi-LoRa-KISS-TNC/config.py b/RPi-LoRa-KISS-TNC/config.py new file mode 100644 index 0000000..4851ed7 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/config.py @@ -0,0 +1,24 @@ +## KISS Settings +# Where to listen? +# TCP_HOST can be "localhost", "0.0.0.0" or a specific interface address +# TCP_PORT as configured in aprx.conf section +TCP_HOST = "0.0.0.0" +TCP_PORT = 10001 + +## AXUDP Settings +# AXUDP_REMOTE_IP IP to wich udp packets are sent +# AXUDP_REMOTE_PORT UDP Port to wich udp packets are sent +# AXUDP_LOCAL_IP IP of Interface to listen on, 0.0.0.0 for all interfaces +# AXUDP_LOCAL_PORT Port to listen for incoming AXUDP packets + +AXUDP_REMOTE_IP = "192.168.0.185" +AXUDP_REMOTE_PORT = 20000 +AXUDP_LOCAL_IP = "0.0.0.0" +AXUDP_LOCAL_PORT = 20000 + +## Genral Settings +# USE_AXUDP Switch from KISS to AXUDP if True +# APPEND_SIGNAL_REPORT adds signal report to text of APRS-Message for debug purpose +# this will change the original message and could cause loops +USE_AXUDP = False +APPEND_SIGNAL_REPORT = False diff --git a/RPi-LoRa-KISS-TNC/multi-sf-save.txt b/RPi-LoRa-KISS-TNC/multi-sf-save.txt new file mode 100644 index 0000000..a5e4d0f --- /dev/null +++ b/RPi-LoRa-KISS-TNC/multi-sf-save.txt @@ -0,0 +1,54 @@ + +# Experimental multi-SF reception. Does not yet work. +# lora.set_mode(MODE.STDBY) +# lora.set_mode(MODE.CAD) +# f = lora.get_irq_flags() +# while True: +# +# for sf in [10, 11, 12]: +# #m = lora.get_mode() # important to keep pySX127x updated +# lora.set_mode(MODE.STDBY) +# lora.set_spreading_factor(sf) +# lora.set_mode(MODE.CAD) +# #time.sleep(0.001) +# while f["cad_done"] == 0: +# time.sleep(0.05) +# f = lora.get_irq_flags() +# #print(sf, MODE.lookup[lora.get_mode()], f) +# if f["cad_detected"]: +# print("DET SF %i" % sf) +# lora.set_mode(MODE.RXSINGLE) +# time.sleep(3) +# lora.clear_irq_flags(CadDone=1, CadDetected=1) +# f = lora.get_irq_flags() +# #print((lora.get_irq_flags())) +# +# import sys +# sys.exit(0) + +# if f["cad_done"]: +# lora.clear_irq_flags(CadDone=1) +# if f["cad_detected"]: +# lora.clear_irq_flags(CadDetected=1) +# lora.set_mode(MODE.RXSINGLE) +# else: +# if mode == 1: +# lora.set_spreading_factor(SPREADINGFACTOR) +# lora.set_low_data_rate_optim(True) +# mode = 2 +# else: +# lora.set_spreading_factor(10) +# lora.set_low_data_rate_optim(False) +# mode = 1 +# lora.set_mode(MODE.CAD) +# elif f["rx_timeout"]: +# lora.clear_irq_flags(RxTimeout=1) +# lora.set_mode(MODE.CAD) +# +# if f["valid_header"]: +# lora.clear_irq_flags(ValidHeader=1) + + +# if lora.mode == MODE.RXCONT: +# lora.set_mode(MODE.CAD) +# time.sleep(0.001) \ No newline at end of file diff --git a/RPi-LoRa-KISS-TNC/pySX127x/LICENSE b/RPi-LoRa-KISS-TNC/pySX127x/LICENSE new file mode 100755 index 0000000..2def0e8 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/pySX127x/LICENSE @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. \ No newline at end of file diff --git a/RPi-LoRa-KISS-TNC/pySX127x/README.md b/RPi-LoRa-KISS-TNC/pySX127x/README.md new file mode 100755 index 0000000..6bf4df4 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/pySX127x/README.md @@ -0,0 +1,319 @@ +# Overview + +This is a python interface to the [Semtech SX1276/7/8/9](http://www.semtech.com/wireless-rf/rf-transceivers/) +long range, low power transceiver family. + +The SX127x have both LoRa and FSK capabilities. Here the focus lies on the +LoRa spread spectrum modulation hence only the LoRa modem interface is implemented so far +(but see the [roadmap](#roadmap) below for future plans). + +Spread spectrum modulation has a number of intriguing features: +* High interference immunity +* Up to 20dBm link budget advantage (for the SX1276/7/8/9) +* High Doppler shift immunity + +More information about LoRa can be found on the [LoRa Alliance website](https://lora-alliance.org). +Links to some LoRa performance reports can be found in the [references](#references) section below. + + +# Motivation + +Transceiver modules are usually interfaced with microcontroller boards such as the +Arduino and there are already many fine C/C++ libraries for the SX127x family available on +[github](https://github.com/search?q=sx127x) and [mbed.org](https://developer.mbed.org/search/?q=sx127x). + +Although C/C++ is the de facto standard for development on microcontrollers, [python](https://www.python.org) +running on a Raspberry Pi (NanoPi, BananaPi, UDOO Neo, BeagleBoard, etc. etc.) is becoming a viable alternative for rapid prototyping. + +High level programming languages like python require a full-blown OS such as Linux. (There are some exceptions like +[MicroPython](https://micropython.org) and its fork [CircuitPython](https://www.adafruit.com/circuitpython).) +But using hardware capable of running Linux contradicts, to some extent, the low power specification of the SX127x family. +Therefore it is clear that this approach aims mostly at prototyping and technology testing. + +Prototyping on a full-blown OS using high level programming languages has several clear advantages: +* Working prototypes can be built quickly +* Technology testing ist faster +* Proof of concept is easier to achieve +* The application development phase is reached quicker + + +# Hardware + +The transceiver module is a SX1276 based Modtronix [inAir9B](http://modtronix.com/inair9.html). +It is mounted on a prototyping board to a Raspberry Pi rev 2 model B. + +| Proto board pin | RaspPi GPIO | Direction | +|:----------------|:-----------:|:---------:| +| inAir9B DIO0 | GPIO 22 | IN | +| inAir9B DIO1 | GPIO 23 | IN | +| inAir9B DIO2 | GPIO 24 | IN | +| inAir9B DIO3 | GPIO 25 | IN | +| inAir9b Reset | GPIO ? | OUT | +| LED | GPIO 18 | OUT | +| Switch | GPIO 4 | IN | + +Todo: +- [ ] Add picture(s) +- [ ] Wire the SX127x reset to a GPIO? + + +# Code Examples + +### Overview +First import the modules +```python +from SX127x.LoRa import * +from SX127x.board_config import BOARD +``` +then set up the board GPIOs +```python +BOARD.setup() +``` +The LoRa object is instantiated and put into the standby mode +```python +lora = LoRa() +lora.set_mode(MODE.STDBY) +``` +Registers are queried like so: +```python +print lora.version() # this prints the sx127x chip version +print lora.get_freq() # this prints the frequency setting +``` +and setting registers is easy, too +```python +lora.set_freq(433.0) # Set the frequency to 433 MHz +``` +In applications the `LoRa` class should be subclassed while overriding one or more of the callback functions that +are invoked on successful RX or TX operations, for example. +```python +class MyLoRa(LoRa): + + def __init__(self, verbose=False): + super(MyLoRa, self).__init__(verbose) + # setup registers etc. + + def on_rx_done(self): + payload = self.read_payload(nocheck=True) + # etc. +``` + +In the end the resources should be freed properly +```python +BOARD.teardown() +``` + +### More details +Most functions of `SX127x.Lora` are setter and getter functions. For example, the setter and getter for +the coding rate are demonstrated here +```python +print lora.get_coding_rate() # print the current coding rate +lora.set_coding_rate(CODING_RATE.CR4_6) # set it to CR4_6 +``` + +@todo + + +# Installation + +Make sure SPI is activated on you RaspberryPi: [SPI](https://www.raspberrypi.org/documentation/hardware/raspberrypi/spi/README.md) +**pySX127x** requires these two python packages: +* [RPi.GPIO](https://pypi.python.org/pypi/RPi.GPIO") for accessing the GPIOs, it should be already installed on + a standard Raspian Linux image +* [spidev](https://pypi.python.org/pypi/spidev) for controlling SPI + +In order to install spidev download the source code and run setup.py manually: +```bash +wget https://pypi.python.org/packages/source/s/spidev/spidev-3.1.tar.gz +tar xfvz spidev-3.1.tar.gz +cd spidev-3.1 +sudo python setup.py install +``` + +At this point you may want to confirm that the unit tests pass. See the section [Tests](#tests) below. + +You can now run the scripts. For example dump the registers with `lora_util.py`: +```bash +rasp$ sudo ./lora_util.py +SX127x LoRa registers: + mode SLEEP + freq 434.000000 MHz + coding_rate CR4_5 + bw BW125 + spreading_factor 128 chips/symb + implicit_hdr_mode OFF + ... and so on .... +``` + + +# Class Reference + +The interface to the SX127x LoRa modem is implemented in the class `SX127x.LoRa.LoRa`. +The most important modem configuration parameters are: + +| Function | Description | +|------------------|---------------------------------------------| +| set_mode | Change OpMode, use the constants.MODE class | +| set_freq | Set the frequency | +| set_bw | Set the bandwidth 7.8kHz ... 500kHz | +| set_coding_rate | Set the coding rate 4/5, 4/6, 4/7, 4/8 | +| | | +| @todo | | + +Most set_* functions have a mirror get_* function, but beware that the getter return types do not necessarily match +the setter input types. + +### Register naming convention +The register addresses are defined in class `SX127x.constants.REG` and we use a specific naming convention which +is best illustrated by a few examples: + +| Register | Modem | Semtech doc. | pySX127x | +|----------|-------|-------------------| ---------------------------| +| 0x0E | LoRa | RegFifoTxBaseAddr | REG.LORA.FIFO_TX_BASE_ADDR | +| 0x0E | FSK | RegRssiCOnfig | REG.FSK.RSSI_CONFIG | +| 0x1D | LoRa | RegModemConfig1 | REG.LORA.MODEM_CONFIG_1 | +| etc. | | | | + +### Hardware +Hardware related definition and initialisation are located in `SX127x.board_config.BOARD`. +If you use a SBC other than the Raspberry Pi you'll have to adapt the BOARD class. + + +# Script references + +### Continuous receiver `rx_cont.py` +The SX127x is put in RXCONT mode and continuously waits for transmissions. Upon a successful read the +payload and the irq flags are printed to screen. +``` +usage: rx_cont.py [-h] [--ocp OCP] [--sf SF] [--freq FREQ] [--bw BW] + [--cr CODING_RATE] [--preamble PREAMBLE] + +Continous LoRa receiver + +optional arguments: + -h, --help show this help message and exit + --ocp OCP, -c OCP Over current protection in mA (45 .. 240 mA) + --sf SF, -s SF Spreading factor (6...12). Default is 7. + --freq FREQ, -f FREQ Frequency + --bw BW, -b BW Bandwidth (one of BW7_8 BW10_4 BW15_6 BW20_8 BW31_25 + BW41_7 BW62_5 BW125 BW250 BW500). Default is BW125. + --cr CODING_RATE, -r CODING_RATE + Coding rate (one of CR4_5 CR4_6 CR4_7 CR4_8). Default + is CR4_5. + --preamble PREAMBLE, -p PREAMBLE + Preamble length. Default is 8. +``` + +### Simple LoRa beacon `tx_beacon.py` +A small payload is transmitted in regular intervals. +``` +usage: tx_beacon.py [-h] [--ocp OCP] [--sf SF] [--freq FREQ] [--bw BW] + [--cr CODING_RATE] [--preamble PREAMBLE] [--single] + [--wait WAIT] + +A simple LoRa beacon + +optional arguments: + -h, --help show this help message and exit + --ocp OCP, -c OCP Over current protection in mA (45 .. 240 mA) + --sf SF, -s SF Spreading factor (6...12). Default is 7. + --freq FREQ, -f FREQ Frequency + --bw BW, -b BW Bandwidth (one of BW7_8 BW10_4 BW15_6 BW20_8 BW31_25 + BW41_7 BW62_5 BW125 BW250 BW500). Default is BW125. + --cr CODING_RATE, -r CODING_RATE + Coding rate (one of CR4_5 CR4_6 CR4_7 CR4_8). Default + is CR4_5. + --preamble PREAMBLE, -p PREAMBLE + Preamble length. Default is 8. + --single, -S Single transmission + --wait WAIT, -w WAIT Waiting time between transmissions (default is 0s) +``` + + +# Tests + +Execute `test_lora.py` to run a few unit tests. + + +# Contributors + +Please feel free to comment, report issues, or contribute! + +Contact me via my company website [Mayer Analytics](http://mayeranalytics.com) and my private blog +[mcmayer.net](http://mcmayer.net). + +Follow me on twitter [@markuscmayer](https://twitter.com/markuscmayer) and +[@mayeranalytics](https://twitter.com/mayeranalytics). + + +# Roadmap + +95% of functions for the Sx127x LoRa capabilities are implemented. Functions will be added when necessary. +The test coverage is rather low but we intend to change that soon. + +### Semtech SX1272/3 vs. SX1276/7/8/9 +**pySX127x** is not entirely compatible with the 1272. +The 1276 and 1272 chips are different and the interfaces not 100% identical. For example registers 0x26/27. +But the pySX127x library should get you pretty far if you use it with care. Here are the two datasheets: +* [Semtech - SX1276/77/78/79 - 137 MHz to 1020 MHz Low Power Long Range Transceiver](http://www.semtech.com/images/datasheet/sx1276_77_78_79.pdf) +* [Semtech SX1272/73 - 860 MHz to 1020 MHz Low Power Long Range Transceiver](http://www.semtech.com/images/datasheet/sx1272.pdf) + +### HopeRF transceiver ICs ### +HopeRF has a family of LoRa capable transceiver chips [RFM92/95/96/98](http://www.hoperf.com/) +that have identical or almost identical SPI interface as the Semtech SX1276/7/8/9 family. + +### Microchip transceiver IC ### +Likewise Microchip has the chip [RN2483](http://ww1.microchip.com/downloads/en/DeviceDoc/50002346A.pdf) + +The [pySX127x](https://github.com/mayeranalytics/pySX127x) project will therefore be renamed to pyLoRa at some point. + +# LoRaWAN +LoRaWAN is a LPWAN (low power WAN) and, and **pySX127x** has almost no relationship with LoRaWAN. Here we only deal with the interface into the chip(s) that enable the physical layer of LoRaWAN networks. If you need a LoRaWAN implementation have a look at [Jeroennijhof](https://github.com/jeroennijhof)s [LoRaWAN](https://github.com/jeroennijhof/LoRaWAN) which is based on pySX127x. + +By the way, LoRaWAN is what you need when you want to talk to the [TheThingsNetwork](https://www.thethingsnetwork.org/), a "global open LoRaWAN network". The site has a lot of information and links to products and projects. + + +# References + +### Hardware references +* [Semtech SX1276/77/78/79 - 137 MHz to 1020 MHz Low Power Long Range Transceiver](http://www.semtech.com/images/datasheet/sx1276_77_78_79.pdf) +* [Modtronix inAir9](http://modtronix.com/inair9.html) +* [Spidev Documentation](http://tightdev.net/SpiDev_Doc.pdf) +* [Make: Tutorial: Raspberry Pi GPIO Pins and Python](http://makezine.com/projects/tutorial-raspberry-pi-gpio-pins-and-python/) + +### LoRa performance tests +* [Extreme Range Links: LoRa 868 / 900MHz SX1272 LoRa module for Arduino, Raspberry Pi and Intel Galileo](https://www.cooking-hacks.com/documentation/tutorials/extreme-range-lora-sx1272-module-shield-arduino-raspberry-pi-intel-galileo/) +* [UK LoRa versus FSK - 40km LoS (Line of Sight) test!](http://www.instructables.com/id/Introducing-LoRa-/step17/Other-region-tests/) +* [Andreas Spiess LoRaWAN World Record Attempt](https://www.youtube.com/watch?v=adhWIo-7gr4) + +### Spread spectrum modulation theory +* [An Introduction to Spread Spectrum Techniques](http://www.ausairpower.net/OSR-0597.html) +* [Theory of Spread-Spectrum Communications-A Tutorial](http://www.fer.unizg.hr/_download/repository/Theory%20of%20Spread-Spectrum%20Communications-A%20Tutorial.pdf) +(technical paper) + + +# Copyright and License + +© 2015 Mayer Analytics Ltd., All Rights Reserved. + +### Short version +The license is [GNU AGPL](http://www.gnu.org/licenses/agpl-3.0.en.html). + +### Long version +pySX127x is free software: you can redistribute it and/or modify it under the terms of the +GNU Affero General Public License as published by the Free Software Foundation, +either version 3 of the License, or (at your option) any later version. + +pySX127x is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +See the GNU Affero General Public License for more details. + +You can be released from the requirements of the license by obtaining a commercial license. +Such a license is mandatory as soon as you develop commercial activities involving +pySX127x without disclosing the source code of your own applications, or shipping pySX127x with a closed source product. + +You should have received a copy of the GNU General Public License +along with pySX127. If not, see . + +# Other legal boredom +LoRa, LoRaWAN, LoRa Alliance are all trademarks by ... someone. diff --git a/RPi-LoRa-KISS-TNC/pySX127x/SX127x/LoRa.py b/RPi-LoRa-KISS-TNC/pySX127x/SX127x/LoRa.py new file mode 100755 index 0000000..15ba492 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/pySX127x/SX127x/LoRa.py @@ -0,0 +1,951 @@ +""" Defines the SX127x class and a few utility functions. """ +# -*- coding: utf-8 -*- + +# Copyright 2015-2018 Mayer Analytics Ltd. +# +# This file is part of pySX127x. +# +# pySX127x is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public +# License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later +# version. +# +# pySX127x is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +# details. +# +# You can be released from the requirements of the license by obtaining a commercial license. Such a license is +# mandatory as soon as you develop commercial activities involving pySX127x without disclosing the source code of your +# own applications, or shipping pySX127x with a closed source product. +# +# You should have received a copy of the GNU General Public License along with pySX127. If not, see +# . + + +import sys +from .constants import * +from .board_config import BOARD + + +################################################## Some utility functions ############################################## + +def set_bit(value, index, new_bit): + """ Set the index'th bit of value to new_bit, and return the new value. + :param value: The integer to set the new_bit in + :type value: int + :param index: 0-based index + :param new_bit: New value the bit shall have (0 or 1) + :return: Changed value + :rtype: int + """ + mask = 1 << index + value &= ~mask + if new_bit: + value |= mask + return value + + +def getter(register_address): + """ The getter decorator reads the register content and calls the decorated function to do + post-processing. + :param register_address: Register address + :return: Register value + :rtype: int + """ + def decorator(func): + def wrapper(self): + return func(self, self.spi.xfer([register_address, 0])[1]) + return wrapper + return decorator + + +def setter(register_address): + """ The setter decorator calls the decorated function for pre-processing and + then writes the result to the register + :param register_address: Register address + :return: New register value + :rtype: int + """ + def decorator(func): + def wrapper(self, val): + return self.spi.xfer([register_address | 0x80, func(self, val)])[1] + return wrapper + return decorator + + +############################################### Definition of the LoRa class ########################################### + +class LoRa(object): + + spi = BOARD.SpiDev() # init and get the baord's SPI + mode = None # the mode is backed up here + backup_registers = [] + verbose = True + dio_mapping = [None] * 6 # store the dio mapping here + + def __init__(self, verbose=True, do_calibration=True, calibration_freq=868): + """ Init the object + + Send the device to sleep, read all registers, and do the calibration (if do_calibration=True) + :param verbose: Set the verbosity True/False + :param calibration_freq: call rx_chain_calibration with this parameter. Default is 868 + :param do_calibration: Call rx_chain_calibration, default is True. + """ + self.verbose = verbose + # set the callbacks for DIO0..5 IRQs. + BOARD.add_events(self._dio0, self._dio1, self._dio2, self._dio3, self._dio4, self._dio5) + # set mode to sleep and read all registers + self.set_mode(MODE.SLEEP) + self.backup_registers = self.get_all_registers() + # more setup work: + if do_calibration: + self.rx_chain_calibration(calibration_freq) + # the FSK registers are set up exactly as modtronix do it: + lookup_fsk = [ + #[REG.FSK.LNA , 0x23], + #[REG.FSK.RX_CONFIG , 0x1E], + #[REG.FSK.RSSI_CONFIG , 0xD2], + #[REG.FSK.PREAMBLE_DETECT, 0xAA], + #[REG.FSK.OSC , 0x07], + #[REG.FSK.SYNC_CONFIG , 0x12], + #[REG.FSK.SYNC_VALUE_1 , 0xC1], + #[REG.FSK.SYNC_VALUE_2 , 0x94], + #[REG.FSK.SYNC_VALUE_3 , 0xC1], + #[REG.FSK.PACKET_CONFIG_1, 0xD8], + #[REG.FSK.FIFO_THRESH , 0x8F], + #[REG.FSK.IMAGE_CAL , 0x02], + #[REG.FSK.DIO_MAPPING_1 , 0x00], + #[REG.FSK.DIO_MAPPING_2 , 0x30] + ] + self.set_mode(MODE.FSK_STDBY) + for register_address, value in lookup_fsk: + self.set_register(register_address, value) + self.set_mode(MODE.SLEEP) + # set the dio_ mapping by calling the two get_dio_mapping_* functions + self.get_dio_mapping_1() + self.get_dio_mapping_2() + + + # Overridable functions: + + def on_rx_done(self): + pass + + def on_tx_done(self): + pass + + def on_cad_done(self): + pass + + def on_rx_timeout(self): + pass + + def on_valid_header(self): + pass + + def on_payload_crc_error(self): + pass + + def on_fhss_change_channel(self): + pass + + # Internal callbacks for add_events() + + def _dio0(self, channel): + # DIO0 00: RxDone + # DIO0 01: TxDone + # DIO0 10: CadDone + if self.dio_mapping[0] == 0: + self.on_rx_done() + elif self.dio_mapping[0] == 1: + self.on_tx_done() + elif self.dio_mapping[0] == 2: + self.on_cad_done() + else: + raise RuntimeError("unknown dio0mapping!") + + def _dio1(self, channel): + # DIO1 00: RxTimeout + # DIO1 01: FhssChangeChannel + # DIO1 10: CadDetected + if self.dio_mapping[1] == 0: + self.on_rx_timeout() + elif self.dio_mapping[1] == 1: + self.on_fhss_change_channel() + elif self.dio_mapping[1] == 2: + self.on_CadDetected() + else: + raise RuntimeError("unknown dio1mapping!") + + def _dio2(self, channel): + # DIO2 00: FhssChangeChannel + # DIO2 01: FhssChangeChannel + # DIO2 10: FhssChangeChannel + self.on_fhss_change_channel() + + def _dio3(self, channel): + # DIO3 00: CadDone + # DIO3 01: ValidHeader + # DIO3 10: PayloadCrcError + if self.dio_mapping[3] == 0: + self.on_cad_done() + elif self.dio_mapping[3] == 1: + self.on_valid_header() + elif self.dio_mapping[3] == 2: + self.on_payload_crc_error() + else: + raise RuntimeError("unknown dio3 mapping!") + + def _dio4(self, channel): + raise RuntimeError("DIO4 is not used") + + def _dio5(self, channel): + raise RuntimeError("DIO5 is not used") + + # All the set/get/read/write functions + + def get_mode(self): + """ Get the mode + :return: New mode + """ + self.mode = self.spi.xfer([REG.LORA.OP_MODE, 0])[1] + return self.mode + + def set_mode(self, mode): + """ Set the mode + :param mode: Set the mode. Use constants.MODE class + :return: New mode + """ + # the mode is backed up in self.mode + if mode == self.mode: + return mode + if self.verbose: + sys.stderr.write("Mode <- %s\n" % MODE.lookup[mode]) + self.mode = mode + return self.spi.xfer([REG.LORA.OP_MODE | 0x80, mode])[1] + + def write_payload(self, payload): + """ Get FIFO ready for TX: Set FifoAddrPtr to FifoTxBaseAddr. The transceiver is put into STDBY mode. + :param payload: Payload to write (list) + :return: Written payload + """ + payload_size = len(payload) + self.set_payload_length(payload_size) + + self.set_mode(MODE.STDBY) + base_addr = self.get_fifo_tx_base_addr() + self.set_fifo_addr_ptr(base_addr) + return self.spi.xfer([REG.LORA.FIFO | 0x80] + payload)[1:] + + def reset_ptr_rx(self): + """ Get FIFO ready for RX: Set FifoAddrPtr to FifoRxBaseAddr. The transceiver is put into STDBY mode. """ + self.set_mode(MODE.STDBY) + base_addr = self.get_fifo_rx_base_addr() + self.set_fifo_addr_ptr(base_addr) + + def rx_is_good(self): + """ Check the IRQ flags for RX errors + :return: True if no errors + :rtype: bool + """ + flags = self.get_irq_flags() + return not any([flags[s] for s in ['valid_header', 'crc_error', 'rx_done', 'rx_timeout']]) + + def read_payload(self , nocheck = False): + """ Read the payload from FIFO + :param nocheck: If True then check rx_is_good() + :return: Payload + :rtype: list[int] + """ + if not nocheck and not self.rx_is_good(): + return None + rx_nb_bytes = self.get_rx_nb_bytes() + fifo_rx_current_addr = self.get_fifo_rx_current_addr() + self.set_fifo_addr_ptr(fifo_rx_current_addr) + payload = self.spi.xfer([REG.LORA.FIFO] + [0] * rx_nb_bytes)[1:] + return payload + + def get_freq(self): + """ Get the frequency (MHz) + :return: Frequency in MHz + :rtype: float + """ + msb, mid, lsb = self.spi.xfer([REG.LORA.FR_MSB, 0, 0, 0])[1:] + f = lsb + 256*(mid + 256*msb) + return f / 16384. + + def set_freq(self, f): + """ Set the frequency (MHz) + :param f: Frequency in MHz + "type f: float + :return: New register settings (3 bytes [msb, mid, lsb]) + :rtype: list[int] + """ + assert self.mode == MODE.SLEEP or self.mode == MODE.STDBY or self.mode == MODE.FSK_STDBY + i = int(f * 16384.) # choose floor + msb = i // 65536 + i -= msb * 65536 + mid = i // 256 + i -= mid * 256 + lsb = i + return self.spi.xfer([REG.LORA.FR_MSB | 0x80, msb, mid, lsb]) + + def get_pa_config(self, convert_dBm=False): + v = self.spi.xfer([REG.LORA.PA_CONFIG, 0])[1] + pa_select = v >> 7 + max_power = v >> 4 & 0b111 + output_power = v & 0b1111 + if convert_dBm: + max_power = max_power * .6 + 10.8 + output_power = max_power - (15 - output_power) + return dict( + pa_select = pa_select, + max_power = max_power, + output_power = output_power + ) + + def set_pa_config(self, pa_select=None, max_power=None, output_power=None): + """ Configure the PA + :param pa_select: Selects PA output pin, 0->RFO, 1->PA_BOOST + :param max_power: Select max output power Pmax=10.8+0.6*MaxPower + :param output_power: Output power Pout=Pmax-(15-OutputPower) if PaSelect = 0, + Pout=17-(15-OutputPower) if PaSelect = 1 (PA_BOOST pin) + :return: new register value + """ + loc = locals() + current = self.get_pa_config() + loc = {s: current[s] if loc[s] is None else loc[s] for s in loc} + val = (loc['pa_select'] << 7) | (loc['max_power'] << 4) | (loc['output_power']) + return self.spi.xfer([REG.LORA.PA_CONFIG | 0x80, val])[1] + + @getter(REG.LORA.PA_RAMP) + def get_pa_ramp(self, val): + return val & 0b1111 + + @setter(REG.LORA.PA_RAMP) + def set_pa_ramp(self, val): + return val & 0b1111 + + def get_ocp(self, convert_mA=False): + v = self.spi.xfer([REG.LORA.OCP, 0])[1] + ocp_on = v >> 5 & 0x01 + ocp_trim = v & 0b11111 + if convert_mA: + if ocp_trim <= 15: + ocp_trim = 45. + 5. * ocp_trim + elif ocp_trim <= 27: + ocp_trim = -30. + 10. * ocp_trim + else: + assert ocp_trim <= 27 + return dict( + ocp_on = ocp_on, + ocp_trim = ocp_trim + ) + + def set_ocp_trim(self, I_mA): + assert(I_mA >= 45 and I_mA <= 240) + ocp_on = self.spi.xfer([REG.LORA.OCP, 0])[1] >> 5 & 0x01 + if I_mA <= 120: + v = int(round((I_mA-45.)/5.)) + else: + v = int(round((I_mA+30.)/10.)) + v = set_bit(v, 5, ocp_on) + return self.spi.xfer([REG.LORA.OCP | 0x80, v])[1] + + def get_lna(self): + v = self.spi.xfer([REG.LORA.LNA, 0])[1] + return dict( + lna_gain = v >> 5, + lna_boost_lf = v >> 3 & 0b11, + lna_boost_hf = v & 0b11 + ) + + def set_lna(self, lna_gain=None, lna_boost_lf=None, lna_boost_hf=None): + assert lna_boost_hf is None or lna_boost_hf == 0b00 or lna_boost_hf == 0b11 + self.set_mode(MODE.STDBY) + if lna_gain is not None: + # Apparently agc_auto_on must be 0 in order to set lna_gain + self.set_agc_auto_on(lna_gain == GAIN.NOT_USED) + loc = locals() + current = self.get_lna() + loc = {s: current[s] if loc[s] is None else loc[s] for s in loc} + val = (loc['lna_gain'] << 5) | (loc['lna_boost_lf'] << 3) | (loc['lna_boost_hf']) + retval = self.spi.xfer([REG.LORA.LNA | 0x80, val])[1] + if lna_gain is not None: + # agc_auto_on must track lna_gain: GAIN=NOT_USED -> agc_auto=ON, otherwise =OFF + self.set_agc_auto_on(lna_gain == GAIN.NOT_USED) + return retval + + def set_lna_gain(self, lna_gain): + self.set_lna(lna_gain=lna_gain) + + def get_fifo_addr_ptr(self): + return self.spi.xfer([REG.LORA.FIFO_ADDR_PTR, 0])[1] + + def set_fifo_addr_ptr(self, ptr): + return self.spi.xfer([REG.LORA.FIFO_ADDR_PTR | 0x80, ptr])[1] + + def get_fifo_tx_base_addr(self): + return self.spi.xfer([REG.LORA.FIFO_TX_BASE_ADDR, 0])[1] + + def set_fifo_tx_base_addr(self, ptr): + return self.spi.xfer([REG.LORA.FIFO_TX_BASE_ADDR | 0x80, ptr])[1] + + def get_fifo_rx_base_addr(self): + return self.spi.xfer([REG.LORA.FIFO_RX_BASE_ADDR, 0])[1] + + def set_fifo_rx_base_addr(self, ptr): + return self.spi.xfer([REG.LORA.FIFO_RX_BASE_ADDR | 0x80, ptr])[1] + + def get_fifo_rx_current_addr(self): + return self.spi.xfer([REG.LORA.FIFO_RX_CURR_ADDR, 0])[1] + + def get_fifo_rx_byte_addr(self): + return self.spi.xfer([REG.LORA.FIFO_RX_BYTE_ADDR, 0])[1] + + def get_irq_flags_mask(self): + v = self.spi.xfer([REG.LORA.IRQ_FLAGS_MASK, 0])[1] + return dict( + rx_timeout = v >> 7 & 0x01, + rx_done = v >> 6 & 0x01, + crc_error = v >> 5 & 0x01, + valid_header = v >> 4 & 0x01, + tx_done = v >> 3 & 0x01, + cad_done = v >> 2 & 0x01, + fhss_change_ch = v >> 1 & 0x01, + cad_detected = v >> 0 & 0x01, + ) + + def set_irq_flags_mask(self, + rx_timeout=None, rx_done=None, crc_error=None, valid_header=None, tx_done=None, + cad_done=None, fhss_change_ch=None, cad_detected=None): + loc = locals() + v = self.spi.xfer([REG.LORA.IRQ_FLAGS_MASK, 0])[1] + for i, s in enumerate(['cad_detected', 'fhss_change_ch', 'cad_done', 'tx_done', 'valid_header', + 'crc_error', 'rx_done', 'rx_timeout']): + this_bit = locals()[s] + if this_bit is not None: + v = set_bit(v, i, this_bit) + return self.spi.xfer([REG.LORA.IRQ_FLAGS_MASK | 0x80, v])[1] + + def get_irq_flags(self): + v = self.spi.xfer([REG.LORA.IRQ_FLAGS, 0])[1] + return dict( + rx_timeout = v >> 7 & 0x01, + rx_done = v >> 6 & 0x01, + crc_error = v >> 5 & 0x01, + valid_header = v >> 4 & 0x01, + tx_done = v >> 3 & 0x01, + cad_done = v >> 2 & 0x01, + fhss_change_ch = v >> 1 & 0x01, + cad_detected = v >> 0 & 0x01, + ) + + def set_irq_flags(self, + rx_timeout=None, rx_done=None, crc_error=None, valid_header=None, tx_done=None, + cad_done=None, fhss_change_ch=None, cad_detected=None): + v = self.spi.xfer([REG.LORA.IRQ_FLAGS, 0])[1] + for i, s in enumerate(['cad_detected', 'fhss_change_ch', 'cad_done', 'tx_done', 'valid_header', + 'crc_error', 'rx_done', 'rx_timeout']): + this_bit = locals()[s] + if this_bit is not None: + v = set_bit(v, i, this_bit) + return self.spi.xfer([REG.LORA.IRQ_FLAGS | 0x80, v])[1] + + def clear_irq_flags(self, + RxTimeout=None, RxDone=None, PayloadCrcError=None, + ValidHeader=None, TxDone=None, CadDone=None, + FhssChangeChannel=None, CadDetected=None): + v = 0 + for i, s in enumerate(['CadDetected', 'FhssChangeChannel', 'CadDone', + 'TxDone', 'ValidHeader', 'PayloadCrcError', + 'RxDone', 'RxTimeout']): + this_bit = locals()[s] + if this_bit is not None: + v = set_bit(v, eval('MASK.IRQ_FLAGS.' + s), this_bit) + return self.spi.xfer([REG.LORA.IRQ_FLAGS | 0x80, v])[1] + + + def get_rx_nb_bytes(self): + return self.spi.xfer([REG.LORA.RX_NB_BYTES, 0])[1] + + def get_rx_header_cnt(self): + msb, lsb = self.spi.xfer([REG.LORA.RX_HEADER_CNT_MSB, 0, 0])[1:] + return lsb + 256 * msb + + def get_rx_packet_cnt(self): + msb, lsb = self.spi.xfer([REG.LORA.RX_PACKET_CNT_MSB, 0, 0])[1:] + return lsb + 256 * msb + + def get_modem_status(self): + status = self.spi.xfer([REG.LORA.MODEM_STAT, 0])[1] + return dict( + rx_coding_rate = status >> 5 & 0x03, + modem_clear = status >> 4 & 0x01, + header_info_valid = status >> 3 & 0x01, + rx_ongoing = status >> 2 & 0x01, + signal_sync = status >> 1 & 0x01, + signal_detected = status >> 0 & 0x01 + ) + + def get_pkt_snr_value(self): + v = self.spi.xfer([REG.LORA.PKT_SNR_VALUE, 0])[1] + return (float(v-256) if v > 127 else float(v)) / 4. + + def get_pkt_rssi_value(self): + v = self.spi.xfer([REG.LORA.PKT_RSSI_VALUE, 0])[1] + return v - (164 if BOARD.low_band else 157) # See datasheet 5.5.5. p. 87 + + def get_rssi_value(self): + v = self.spi.xfer([REG.LORA.RSSI_VALUE, 0])[1] + return v - (164 if BOARD.low_band else 157) # See datasheet 5.5.5. p. 87 + + def get_hop_channel(self): + v = self.spi.xfer([REG.LORA.HOP_CHANNEL, 0])[1] + return dict( + pll_timeout = v >> 7, + crc_on_payload = v >> 6 & 0x01, + fhss_present_channel = v >> 5 & 0b111111 + ) + + def get_modem_config_1(self): + val = self.spi.xfer([REG.LORA.MODEM_CONFIG_1, 0])[1] + return dict( + bw = val >> 4 & 0x0F, + coding_rate = val >> 1 & 0x07, + implicit_header_mode = val & 0x01 + ) + + def set_modem_config_1(self, bw=None, coding_rate=None, implicit_header_mode=None): + loc = locals() + current = self.get_modem_config_1() + loc = {s: current[s] if loc[s] is None else loc[s] for s in loc} + val = loc['implicit_header_mode'] | (loc['coding_rate'] << 1) | (loc['bw'] << 4) + return self.spi.xfer([REG.LORA.MODEM_CONFIG_1 | 0x80, val])[1] + + def set_bw(self, bw): + """ Set the bandwidth 0=7.8kHz ... 9=500kHz + :param bw: A number 0,2,3,...,9 + :return: + """ + self.set_modem_config_1(bw=bw) + + def set_coding_rate(self, coding_rate): + """ Set the coding rate 4/5, 4/6, 4/7, 4/8 + :param coding_rate: A number 1,2,3,4 + :return: New register value + """ + self.set_modem_config_1(coding_rate=coding_rate) + + def set_implicit_header_mode(self, implicit_header_mode): + self.set_modem_config_1(implicit_header_mode=implicit_header_mode) + + def get_modem_config_2(self, include_symb_timout_lsb=False): + val = self.spi.xfer([REG.LORA.MODEM_CONFIG_2, 0])[1] + d = dict( + spreading_factor = val >> 4 & 0x0F, + tx_cont_mode = val >> 3 & 0x01, + rx_crc = val >> 2 & 0x01, + ) + if include_symb_timout_lsb: + d['symb_timout_lsb'] = val & 0x03 + return d + + def set_modem_config_2(self, spreading_factor=None, tx_cont_mode=None, rx_crc=None): + loc = locals() + # RegModemConfig2 contains the SymbTimout MSB bits. We tack the back on when writing this register. + current = self.get_modem_config_2(include_symb_timout_lsb=True) + loc = {s: current[s] if loc[s] is None else loc[s] for s in loc} + val = (loc['spreading_factor'] << 4) | (loc['tx_cont_mode'] << 3) | (loc['rx_crc'] << 2) | current['symb_timout_lsb'] + return self.spi.xfer([REG.LORA.MODEM_CONFIG_2 | 0x80, val])[1] + + def set_spreading_factor(self, spreading_factor): + self.set_modem_config_2(spreading_factor=spreading_factor) + + def set_rx_crc(self, rx_crc): + self.set_modem_config_2(rx_crc=rx_crc) + + def get_modem_config_3(self): + val = self.spi.xfer([REG.LORA.MODEM_CONFIG_3, 0])[1] + return dict( + low_data_rate_optim = val >> 3 & 0x01, + agc_auto_on = val >> 2 & 0x01 + ) + + def set_modem_config_3(self, low_data_rate_optim=None, agc_auto_on=None): + loc = locals() + current = self.get_modem_config_3() + loc = {s: current[s] if loc[s] is None else loc[s] for s in loc} + val = (loc['low_data_rate_optim'] << 3) | (loc['agc_auto_on'] << 2) + return self.spi.xfer([REG.LORA.MODEM_CONFIG_3 | 0x80, val])[1] + + @setter(REG.LORA.INVERT_IQ) + def set_invert_iq(self, invert): + """ Invert the LoRa I and Q signals + :param invert: 0: normal mode, 1: I and Q inverted + :return: New value of register + """ + return 0x27 | (invert & 0x01) << 6 + + @getter(REG.LORA.INVERT_IQ) + def get_invert_iq(self, val): + """ Get the invert the I and Q setting + :return: 0: normal mode, 1: I and Q inverted + """ + return (val >> 6) & 0x01 + + def get_agc_auto_on(self): + return self.get_modem_config_3()['agc_auto_on'] + + def set_agc_auto_on(self, agc_auto_on): + self.set_modem_config_3(agc_auto_on=agc_auto_on) + + def get_low_data_rate_optim(self): + return self.set_modem_config_3()['low_data_rate_optim'] + + def set_low_data_rate_optim(self, low_data_rate_optim): + self.set_modem_config_3(low_data_rate_optim=low_data_rate_optim) + + def get_symb_timeout(self): + SYMB_TIMEOUT_MSB = REG.LORA.MODEM_CONFIG_2 + msb, lsb = self.spi.xfer([SYMB_TIMEOUT_MSB, 0, 0])[1:] # the MSB bits are stored in REG.LORA.MODEM_CONFIG_2 + msb = msb & 0b11 + return lsb + 256 * msb + + def set_symb_timeout(self, timeout): + bkup_reg_modem_config_2 = self.spi.xfer([REG.LORA.MODEM_CONFIG_2, 0])[1] + msb = timeout >> 8 & 0b11 # bits 8-9 + lsb = timeout - 256 * msb # bits 0-7 + reg_modem_config_2 = bkup_reg_modem_config_2 & 0xFC | msb # bits 2-7 of bkup_reg_modem_config_2 ORed with the two msb bits + old_msb = self.spi.xfer([REG.LORA.MODEM_CONFIG_2 | 0x80, reg_modem_config_2])[1] & 0x03 + old_lsb = self.spi.xfer([REG.LORA.SYMB_TIMEOUT_LSB | 0x80, lsb])[1] + return old_lsb + 256 * old_msb + + def get_preamble(self): + msb, lsb = self.spi.xfer([REG.LORA.PREAMBLE_MSB, 0, 0])[1:] + return lsb + 256 * msb + + def set_preamble(self, preamble): + msb = preamble >> 8 + lsb = preamble - msb * 256 + old_msb, old_lsb = self.spi.xfer([REG.LORA.PREAMBLE_MSB | 0x80, msb, lsb])[1:] + return old_lsb + 256 * old_msb + + @getter(REG.LORA.PAYLOAD_LENGTH) + def get_payload_length(self, val): + return val + + @setter(REG.LORA.PAYLOAD_LENGTH) + def set_payload_length(self, payload_length): + return payload_length + + @getter(REG.LORA.MAX_PAYLOAD_LENGTH) + def get_max_payload_length(self, val): + return val + + @setter(REG.LORA.MAX_PAYLOAD_LENGTH) + def set_max_payload_length(self, max_payload_length): + return max_payload_length + + @getter(REG.LORA.HOP_PERIOD) + def get_hop_period(self, val): + return val + + @setter(REG.LORA.HOP_PERIOD) + def set_hop_period(self, hop_period): + return hop_period + + def get_fei(self): + msb, mid, lsb = self.spi.xfer([REG.LORA.FEI_MSB, 0, 0, 0])[1:] + msb &= 0x0F + freq_error = lsb + 256 * (mid + 256 * msb) + return freq_error + + @getter(REG.LORA.DETECT_OPTIMIZE) + def get_detect_optimize(self, val): + """ Get LoRa detection optimize setting + :return: detection optimize setting 0x03: SF7-12, 0x05: SF6 + + """ + return val & 0b111 + + @setter(REG.LORA.DETECT_OPTIMIZE) + def set_detect_optimize(self, detect_optimize): + """ Set LoRa detection optimize + :param detect_optimize 0x03: SF7-12, 0x05: SF6 + :return: New register value + """ + assert detect_optimize == 0x03 or detect_optimize == 0x05 + return detect_optimize & 0b111 + + @getter(REG.LORA.DETECTION_THRESH) + def get_detection_threshold(self, val): + """ Get LoRa detection threshold setting + :return: detection threshold 0x0A: SF7-12, 0x0C: SF6 + + """ + return val + + @setter(REG.LORA.DETECTION_THRESH) + def set_detection_threshold(self, detect_threshold): + """ Set LoRa detection optimize + :param detect_threshold 0x0A: SF7-12, 0x0C: SF6 + :return: New register value + """ + assert detect_threshold == 0x0A or detect_threshold == 0x0C + return detect_threshold + + @getter(REG.LORA.SYNC_WORD) + def get_sync_word(self, sync_word): + return sync_word + + @setter(REG.LORA.SYNC_WORD) + def set_sync_word(self, sync_word): + return sync_word + + @getter(REG.LORA.DIO_MAPPING_1) + def get_dio_mapping_1(self, mapping): + """ Get mapping of pins DIO0 to DIO3. Object variable dio_mapping will be set. + :param mapping: Register value + :type mapping: int + :return: Value of the mapping list + :rtype: list[int] + """ + self.dio_mapping = [mapping>>6 & 0x03, mapping>>4 & 0x03, mapping>>2 & 0x03, mapping>>0 & 0x03] \ + + self.dio_mapping[4:6] + return self.dio_mapping + + @setter(REG.LORA.DIO_MAPPING_1) + def set_dio_mapping_1(self, mapping): + """ Set mapping of pins DIO0 to DIO3. Object variable dio_mapping will be set. + :param mapping: Register value + :type mapping: int + :return: New value of the register + :rtype: int + """ + self.dio_mapping = [mapping>>6 & 0x03, mapping>>4 & 0x03, mapping>>2 & 0x03, mapping>>0 & 0x03] \ + + self.dio_mapping[4:6] + return mapping + + @getter(REG.LORA.DIO_MAPPING_2) + def get_dio_mapping_2(self, mapping): + """ Get mapping of pins DIO4 to DIO5. Object variable dio_mapping will be set. + :param mapping: Register value + :type mapping: int + :return: Value of the mapping list + :rtype: list[int] + """ + self.dio_mapping = self.dio_mapping[0:4] + [mapping>>6 & 0x03, mapping>>4 & 0x03] + return self.dio_mapping + + @setter(REG.LORA.DIO_MAPPING_2) + def set_dio_mapping_2(self, mapping): + """ Set mapping of pins DIO4 to DIO5. Object variable dio_mapping will be set. + :param mapping: Register value + :type mapping: int + :return: New value of the register + :rtype: int + """ + assert mapping & 0b00001110 == 0 + self.dio_mapping = self.dio_mapping[0:4] + [mapping>>6 & 0x03, mapping>>4 & 0x03] + return mapping + + def get_dio_mapping(self): + """ Utility function that returns the list of current DIO mappings. Object variable dio_mapping will be set. + :return: List of current DIO mappings + :rtype: list[int] + """ + self.get_dio_mapping_1() + return self.get_dio_mapping_2() + + def set_dio_mapping(self, mapping): + """ Utility function that returns the list of current DIO mappings. Object variable dio_mapping will be set. + :param mapping: DIO mapping list + :type mapping: list[int] + :return: New DIO mapping list + :rtype: list[int] + """ + mapping_1 = (mapping[0] & 0x03) << 6 | (mapping[1] & 0x03) << 4 | (mapping[2] & 0x3) << 2 | mapping[3] & 0x3 + mapping_2 = (mapping[4] & 0x03) << 6 | (mapping[5] & 0x03) << 4 + self.set_dio_mapping_1(mapping_1) + return self.set_dio_mapping_2(mapping_2) + + @getter(REG.LORA.VERSION) + def get_version(self, version): + """ Version code of the chip. + Bits 7-4 give the full revision number; bits 3-0 give the metal mask revision number. + :return: Version code + :rtype: int + """ + return version + + @getter(REG.LORA.TCXO) + def get_tcxo(self, tcxo): + """ Get TCXO or XTAL input setting + 0 -> "XTAL": Crystal Oscillator with external Crystal + 1 -> "TCXO": External clipped sine TCXO AC-connected to XTA pin + :param tcxo: 1=TCXO or 0=XTAL input setting + :return: TCXO or XTAL input setting + :type: int (0 or 1) + """ + return tcxo & 0b00010000 + + @setter(REG.LORA.TCXO) + def set_tcxo(self, tcxo): + """ Make TCXO or XTAL input setting. + 0 -> "XTAL": Crystal Oscillator with external Crystal + 1 -> "TCXO": External clipped sine TCXO AC-connected to XTA pin + :param tcxo: 1=TCXO or 0=XTAL input setting + :return: new TCXO or XTAL input setting + """ + return (tcxo >= 1) << 4 | 0x09 # bits 0-3 must be 0b1001 + + @getter(REG.LORA.PA_DAC) + def get_pa_dac(self, pa_dac): + """ Enables the +20dBm option on PA_BOOST pin + False -> Default value + True -> +20dBm on PA_BOOST when OutputPower=1111 + :return: True/False if +20dBm option on PA_BOOST on/off + :rtype: bool + """ + pa_dac &= 0x07 # only bits 0-2 + if pa_dac == 0x04: + return False + elif pa_dac == 0x07: + return True + else: + raise RuntimeError("Bad PA_DAC value %s" % hex(pa_dac)) + + @setter(REG.LORA.PA_DAC) + def set_pa_dac(self, pa_dac): + """ Enables the +20dBm option on PA_BOOST pin + False -> Default value + True -> +20dBm on PA_BOOST when OutputPower=1111 + :param pa_dac: 1/0 if +20dBm option on PA_BOOST on/off + :return: New pa_dac register value + :rtype: int + """ + return 0x87 if pa_dac else 0x84 + + def rx_chain_calibration(self, freq=868.): + """ Run the image calibration (see Semtech documentation section 4.2.3.8) + :param freq: Frequency for the HF calibration + :return: None + """ + # backup some registers + op_mode_bkup = self.get_mode() + pa_config_bkup = self.get_register(REG.LORA.PA_CONFIG) + freq_bkup = self.get_freq() + # for image calibration device must be in FSK standby mode + self.set_mode(MODE.FSK_STDBY) + # cut the PA + self.set_register(REG.LORA.PA_CONFIG, 0x00) + # calibration for the LF band + image_cal = (self.get_register(REG.FSK.IMAGE_CAL) & 0xBF) | 0x40 + self.set_register(REG.FSK.IMAGE_CAL, image_cal) + while (self.get_register(REG.FSK.IMAGE_CAL) & 0x20) == 0x20: + pass + # Set a Frequency in HF band + self.set_freq(freq) + # calibration for the HF band + image_cal = (self.get_register(REG.FSK.IMAGE_CAL) & 0xBF) | 0x40 + self.set_register(REG.FSK.IMAGE_CAL, image_cal) + while (self.get_register(REG.FSK.IMAGE_CAL) & 0x20) == 0x20: + pass + # put back the saved parameters + self.set_mode(op_mode_bkup) + self.set_register(REG.LORA.PA_CONFIG, pa_config_bkup) + self.set_freq(freq_bkup) + + def dump_registers(self): + """ Returns a list of [reg_addr, reg_name, reg_value] tuples. Chip is put into mode SLEEP. + :return: List of [reg_addr, reg_name, reg_value] tuples + :rtype: list[tuple] + """ + self.set_mode(MODE.SLEEP) + values = self.get_all_registers() + skip_set = set([REG.LORA.FIFO]) + result_list = [] + for i, s in REG.LORA.lookup.iteritems(): + if i in skip_set: + continue + v = values[i] + result_list.append((i, s, v)) + return result_list + + def get_register(self, register_address): + return self.spi.xfer([register_address & 0x7F, 0])[1] + + def set_register(self, register_address, val): + return self.spi.xfer([register_address | 0x80, val])[1] + + def get_all_registers(self): + # read all registers + reg = [0] + self.spi.xfer([1]+[0]*0x3E)[1:] + self.mode = reg[1] + return reg + + def __del__(self): + self.set_mode(MODE.SLEEP) + if self.verbose: + sys.stderr.write("MODE=SLEEP\n") + + def __str__(self): + # don't use __str__ while in any mode other that SLEEP or STDBY + assert(self.mode == MODE.SLEEP or self.mode == MODE.STDBY) + + onoff = lambda i: 'ON' if i else 'OFF' + f = self.get_freq() + cfg1 = self.get_modem_config_1() + cfg2 = self.get_modem_config_2() + cfg3 = self.get_modem_config_3() + pa_config = self.get_pa_config(convert_dBm=True) + ocp = self.get_ocp(convert_mA=True) + lna = self.get_lna() + s = "SX127x LoRa registers:\n" + s += " mode %s\n" % MODE.lookup[self.get_mode()] + s += " freq %f MHz\n" % f + s += " coding_rate %s\n" % CODING_RATE.lookup[cfg1['coding_rate']] + s += " bw %s\n" % BW.lookup[cfg1['bw']] + s += " spreading_factor %s chips/symb\n" % (1 << cfg2['spreading_factor']) + s += " implicit_hdr_mode %s\n" % onoff(cfg1['implicit_header_mode']) + s += " rx_payload_crc %s\n" % onoff(cfg2['rx_crc']) + s += " tx_cont_mode %s\n" % onoff(cfg2['tx_cont_mode']) + s += " preamble %d\n" % self.get_preamble() + s += " low_data_rate_opti %s\n" % onoff(cfg3['low_data_rate_optim']) + s += " agc_auto_on %s\n" % onoff(cfg3['agc_auto_on']) + s += " symb_timeout %s\n" % self.get_symb_timeout() + s += " freq_hop_period %s\n" % self.get_hop_period() + s += " hop_channel %s\n" % self.get_hop_channel() + s += " payload_length %s\n" % self.get_payload_length() + s += " max_payload_length %s\n" % self.get_max_payload_length() + s += " irq_flags_mask %s\n" % self.get_irq_flags_mask() + s += " irq_flags %s\n" % self.get_irq_flags() + s += " rx_nb_byte %d\n" % self.get_rx_nb_bytes() + s += " rx_header_cnt %d\n" % self.get_rx_header_cnt() + s += " rx_packet_cnt %d\n" % self.get_rx_packet_cnt() + s += " pkt_snr_value %f\n" % self.get_pkt_snr_value() + s += " pkt_rssi_value %d\n" % self.get_pkt_rssi_value() + s += " rssi_value %d\n" % self.get_rssi_value() + s += " fei %d\n" % self.get_fei() + s += " pa_select %s\n" % PA_SELECT.lookup[pa_config['pa_select']] + s += " max_power %f dBm\n" % pa_config['max_power'] + s += " output_power %f dBm\n" % pa_config['output_power'] + s += " ocp %s\n" % onoff(ocp['ocp_on']) + s += " ocp_trim %f mA\n" % ocp['ocp_trim'] + s += " lna_gain %s\n" % GAIN.lookup[lna['lna_gain']] + s += " lna_boost_lf %s\n" % bin(lna['lna_boost_lf']) + s += " lna_boost_hf %s\n" % bin(lna['lna_boost_hf']) + s += " detect_optimize %#02x\n" % self.get_detect_optimize() + s += " detection_thresh %#02x\n" % self.get_detection_threshold() + s += " sync_word %#02x\n" % self.get_sync_word() + s += " dio_mapping 0..5 %s\n" % self.get_dio_mapping() + s += " tcxo %s\n" % ['XTAL', 'TCXO'][self.get_tcxo()] + s += " pa_dac %s\n" % ['default', 'PA_BOOST'][self.get_pa_dac()] + s += " fifo_addr_ptr %#02x\n" % self.get_fifo_addr_ptr() + s += " fifo_tx_base_addr %#02x\n" % self.get_fifo_tx_base_addr() + s += " fifo_rx_base_addr %#02x\n" % self.get_fifo_rx_base_addr() + s += " fifo_rx_curr_addr %#02x\n" % self.get_fifo_rx_current_addr() + s += " fifo_rx_byte_addr %#02x\n" % self.get_fifo_rx_byte_addr() + s += " status %s\n" % self.get_modem_status() + s += " version %#02x\n" % self.get_version() + return s diff --git a/RPi-LoRa-KISS-TNC/pySX127x/SX127x/LoRaArgumentParser.py b/RPi-LoRa-KISS-TNC/pySX127x/SX127x/LoRaArgumentParser.py new file mode 100755 index 0000000..c9da469 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/pySX127x/SX127x/LoRaArgumentParser.py @@ -0,0 +1,76 @@ +""" Defines LoRaArgumentParser which extends argparse.ArgumentParser with standard config parameters for the SX127x. """ +# -*- coding: utf-8 -*- + +# Copyright 2018 Mayer Analytics Ltd. +# +# This file is part of pySX127x. +# +# pySX127x is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public +# License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later +# version. +# +# pySX127x is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +# details. +# +# You can be released from the requirements of the license by obtaining a commercial license. Such a license is +# mandatory as soon as you develop commercial activities involving pySX127x without disclosing the source code of your +# own applications, or shipping pySX127x with a closed source product. +# +# You should have received a copy of the GNU General Public License along with pySX127. If not, see +# . + + +import argparse + + +class LoRaArgumentParser(argparse.ArgumentParser): + """ This class extends argparse.ArgumentParser. + Some commonly used LoRa config parameters are defined + * ocp + * spreading factor + * frequency + * bandwidth + * preamble + Call the parse_args with an additional parameter referencing a LoRa object. The args will be used to configure + the LoRa. + """ + + bw_lookup = dict(BW7_8=0, BW10_4=1, BW15_6=2, BW20_8=3, BW31_25=4, BW41_7=5, BW62_5=6, BW125=7, BW250=8, BW500=9) + cr_lookup = dict(CR4_5=1, CR4_6=2,CR4_7=3,CR4_8=4) + + def __init__(self, description): + argparse.ArgumentParser.__init__(self, description=description) + self.add_argument('--ocp', '-c', dest='ocp', default=100, action="store", type=float, + help="Over current protection in mA (45 .. 240 mA)") + self.add_argument('--sf', '-s', dest='sf', default=7, action="store", type=int, + help="Spreading factor (6...12). Default is 7.") + self.add_argument('--freq', '-f', dest='freq', default=869., action="store", type=float, + help="Frequency") + self.add_argument('--bw', '-b', dest='bw', default='BW125', action="store", type=str, + help="Bandwidth (one of BW7_8 BW10_4 BW15_6 BW20_8 BW31_25 BW41_7 BW62_5 BW125 BW250 BW500).\nDefault is BW125.") + self.add_argument('--cr', '-r', dest='coding_rate', default='CR4_5', action="store", type=str, + help="Coding rate (one of CR4_5 CR4_6 CR4_7 CR4_8).\nDefault is CR4_5.") + self.add_argument('--preamble', '-p', dest='preamble', default=8, action="store", type=int, + help="Preamble length. Default is 8.") + + def parse_args(self, lora): + """ Parse the args, perform some sanity checks and configure the LoRa accordingly. + :param lora: Reference to LoRa object + :return: args + """ + args = argparse.ArgumentParser.parse_args(self) + args.bw = self.bw_lookup.get(args.bw, None) + args.coding_rate = self.cr_lookup.get(args.coding_rate, None) + # some sanity checks + assert(args.bw is not None) + assert(args.coding_rate is not None) + assert(args.sf >=6 and args.sf <= 12) + # set the LoRa object + lora.set_freq(args.freq) + lora.set_preamble(args.preamble) + lora.set_spreading_factor(args.sf) + lora.set_bw(args.bw) + lora.set_coding_rate(args.coding_rate) + lora.set_ocp_trim(args.ocp) + return args diff --git a/RPi-LoRa-KISS-TNC/pySX127x/SX127x/__init__.py b/RPi-LoRa-KISS-TNC/pySX127x/SX127x/__init__.py new file mode 100755 index 0000000..78c5d36 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/pySX127x/SX127x/__init__.py @@ -0,0 +1 @@ +__all__ = ['SX127x'] diff --git a/RPi-LoRa-KISS-TNC/pySX127x/SX127x/board_config.py b/RPi-LoRa-KISS-TNC/pySX127x/SX127x/board_config.py new file mode 100755 index 0000000..f1d22ca --- /dev/null +++ b/RPi-LoRa-KISS-TNC/pySX127x/SX127x/board_config.py @@ -0,0 +1,135 @@ +""" Defines the BOARD class that contains the board pin mappings and RF module HF/LF info. """ +# -*- coding: utf-8 -*- + +# Copyright 2015-2018 Mayer Analytics Ltd. +# +# This file is part of pySX127x. +# +# pySX127x is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public +# License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later +# version. +# +# pySX127x is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +# details. +# +# You can be released from the requirements of the license by obtaining a commercial license. Such a license is +# mandatory as soon as you develop commercial activities involving pySX127x without disclosing the source code of your +# own applications, or shipping pySX127x with a closed source product. +# +# You should have received a copy of the GNU General Public License along with pySX127. If not, see +# . + + +import RPi.GPIO as GPIO +import spidev + +import time + + +class BOARD: + """ Board initialisation/teardown and pin configuration is kept here. + Also, information about the RF module is kept here. + This is the Raspberry Pi board with one LED and a modtronix inAir9B. + """ + # Note that the BCOM numbering for the GPIOs is used. + DIO0 = 5 # RaspPi GPIO 5 + DIO1 = 23 # RaspPi GPIO 23 + DIO2 = 24 # RaspPi GPIO 24 + DIO3 = 25 # RaspPi GPIO 25 + LED = 13 # RaspPi GPIO 18 connects to the LED on the proto shield + # Made it GPIO 13, as pin 18 is in use by Direwolf (M. Konstapel 2022-01-27) + SWITCH = 4 # RaspPi GPIO 4 connects to a switch + + # The spi object is kept here + spi = None + + # tell pySX127x here whether the attached RF module uses low-band (RF*_LF pins) or high-band (RF*_HF pins). + # low band (called band 1&2) are 137-175 and 410-525 + # high band (called band 3) is 862-1020 + low_band = True + + @staticmethod + def setup(): + """ Configure the Raspberry GPIOs + :rtype : None + """ + GPIO.setmode(GPIO.BCM) + # LED + GPIO.setup(BOARD.LED, GPIO.OUT) + GPIO.output(BOARD.LED, 0) + # switch + GPIO.setup(BOARD.SWITCH, GPIO.IN, pull_up_down=GPIO.PUD_DOWN) + # DIOx + for gpio_pin in [BOARD.DIO0, BOARD.DIO1, BOARD.DIO2, BOARD.DIO3]: + GPIO.setup(gpio_pin, GPIO.IN, pull_up_down=GPIO.PUD_DOWN) + # blink 2 times to signal the board is set up + BOARD.blink(.1, 2) + + @staticmethod + def teardown(): + """ Cleanup GPIO and SpiDev """ + GPIO.cleanup() + BOARD.spi.close() + + @staticmethod + def SpiDev(spi_bus=0, spi_cs=0): + """ Init and return the SpiDev object + :return: SpiDev object + :param spi_bus: The RPi SPI bus to use: 0 or 1 + :param spi_cs: The RPi SPI chip select to use: 0 or 1 + :rtype: SpiDev + """ + BOARD.spi = spidev.SpiDev() + BOARD.spi.open(spi_bus, spi_cs) + BOARD.spi.max_speed_hz = 5000000 # SX127x can go up to 10MHz, pick half that to be safe + return BOARD.spi + + @staticmethod + def add_event_detect(dio_number, callback): + """ Wraps around the GPIO.add_event_detect function + :param dio_number: DIO pin 0...5 + :param callback: The function to call when the DIO triggers an IRQ. + :return: None + """ + GPIO.add_event_detect(dio_number, GPIO.RISING, callback=callback) + + @staticmethod + def add_events(cb_dio0, cb_dio1, cb_dio2, cb_dio3, cb_dio4, cb_dio5, switch_cb=None): + BOARD.add_event_detect(BOARD.DIO0, callback=cb_dio0) + BOARD.add_event_detect(BOARD.DIO1, callback=cb_dio1) + BOARD.add_event_detect(BOARD.DIO2, callback=cb_dio2) + BOARD.add_event_detect(BOARD.DIO3, callback=cb_dio3) + # the modtronix inAir9B does not expose DIO4 and DIO5 + if switch_cb is not None: + GPIO.add_event_detect(BOARD.SWITCH, GPIO.RISING, callback=switch_cb, bouncetime=300) + + @staticmethod + def led_on(value=1): + """ Switch the proto shields LED + :param value: 0/1 for off/on. Default is 1. + :return: value + :rtype : int + """ + GPIO.output(BOARD.LED, value) + return value + + @staticmethod + def led_off(): + """ Switch LED off + :return: 0 + """ + GPIO.output(BOARD.LED, 0) + return 0 + + @staticmethod + def blink(time_sec, n_blink): + if n_blink == 0: + return + BOARD.led_on() + for i in range(n_blink): + time.sleep(time_sec) + BOARD.led_off() + time.sleep(time_sec) + BOARD.led_on() + BOARD.led_off() diff --git a/RPi-LoRa-KISS-TNC/pySX127x/SX127x/constants.py b/RPi-LoRa-KISS-TNC/pySX127x/SX127x/constants.py new file mode 100755 index 0000000..02d4119 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/pySX127x/SX127x/constants.py @@ -0,0 +1,190 @@ +""" Defines constants (modes, bandwidths, registers, etc.) needed by SX127x. """ +# -*- coding: utf-8 -*- + +# Copyright 2015-2018 Mayer Analytics Ltd. +# +# This file is part of pySX127x. +# +# pySX127x is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public +# License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later +# version. +# +# pySX127x is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +# details. +# +# You can be released from the requirements of the license by obtaining a commercial license. Such a license is +# mandatory as soon as you develop commercial activities involving pySX127x without disclosing the source code of your +# own applications, or shipping pySX127x with a closed source product. +# +# You should have received a copy of the GNU General Public License along with pySX127. If not, see +# . + + +def add_lookup(cls): + """ A decorator that adds a lookup dictionary to the class. + The lookup dictionary maps the codes back to the names. This is used for pretty-printing. """ + varnames = filter(str.isupper, cls.__dict__.keys()) + lookup = dict(map(lambda varname: (cls.__dict__.get(varname, None), varname), varnames)) + setattr(cls, 'lookup', lookup) + return cls + + +@add_lookup +class MODE: + SLEEP = 0x80 + STDBY = 0x81 + FSTX = 0x82 + TX = 0x83 + FSRX = 0x84 + RXCONT = 0x85 + RXSINGLE = 0x86 + CAD = 0x87 + FSK_STDBY= 0x01 # needed for calibration + + +@add_lookup +class BW: + BW7_8 = 0 + BW10_4 = 1 + BW15_6 = 2 + BW20_8 = 3 + BW31_25 = 4 + BW41_7 = 5 + BW62_5 = 6 + BW125 = 7 + BW250 = 8 + BW500 = 9 + + +@add_lookup +class CODING_RATE: + CR4_5 = 1 + CR4_6 = 2 + CR4_7 = 3 + CR4_8 = 4 + + +@add_lookup +class GAIN: + NOT_USED = 0b000 + G1 = 0b001 + G2 = 0b010 + G3 = 0b011 + G4 = 0b100 + G5 = 0b101 + G6 = 0b110 + + +@add_lookup +class PA_SELECT: + RFO = 0 + PA_BOOST = 1 + + +@add_lookup +class PA_RAMP: + RAMP_3_4_ms = 0 + RAMP_2_ms = 1 + RAMP_1_ms = 2 + RAMP_500_us = 3 + RAMP_250_us = 4 + RAMP_125_us = 5 + RAMP_100_us = 6 + RAMP_62_us = 7 + RAMP_50_us = 8 + RAMP_40_us = 9 + RAMP_31_us = 10 + RAMP_25_us = 11 + RAMP_20_us = 12 + RAMP_15_us = 13 + RAMP_12_us = 14 + RAMP_10_us = 15 + + +class MASK: + class IRQ_FLAGS: + RxTimeout = 7 + RxDone = 6 + PayloadCrcError = 5 + ValidHeader = 4 + TxDone = 3 + CadDone = 2 + FhssChangeChannel = 1 + CadDetected = 0 + + +class REG: + + @add_lookup + class LORA: + FIFO = 0x00 + OP_MODE = 0x01 + FR_MSB = 0x06 + FR_MID = 0x07 + FR_LSB = 0x08 + PA_CONFIG = 0x09 + PA_RAMP = 0x0A + OCP = 0x0B + LNA = 0x0C + FIFO_ADDR_PTR = 0x0D + FIFO_TX_BASE_ADDR = 0x0E + FIFO_RX_BASE_ADDR = 0x0F + FIFO_RX_CURR_ADDR = 0x10 + IRQ_FLAGS_MASK = 0x11 + IRQ_FLAGS = 0x12 + RX_NB_BYTES = 0x13 + RX_HEADER_CNT_MSB = 0x14 + RX_PACKET_CNT_MSB = 0x16 + MODEM_STAT = 0x18 + PKT_SNR_VALUE = 0x19 + PKT_RSSI_VALUE = 0x1A + RSSI_VALUE = 0x1B + HOP_CHANNEL = 0x1C + MODEM_CONFIG_1 = 0x1D + MODEM_CONFIG_2 = 0x1E + SYMB_TIMEOUT_LSB = 0x1F + PREAMBLE_MSB = 0x20 + PAYLOAD_LENGTH = 0x22 + MAX_PAYLOAD_LENGTH = 0x23 + HOP_PERIOD = 0x24 + FIFO_RX_BYTE_ADDR = 0x25 + MODEM_CONFIG_3 = 0x26 + PPM_CORRECTION = 0x27 + FEI_MSB = 0x28 + DETECT_OPTIMIZE = 0X31 + INVERT_IQ = 0x33 + DETECTION_THRESH = 0X37 + SYNC_WORD = 0X39 + DIO_MAPPING_1 = 0x40 + DIO_MAPPING_2 = 0x41 + VERSION = 0x42 + TCXO = 0x4B + PA_DAC = 0x4D + AGC_REF = 0x61 + AGC_THRESH_1 = 0x62 + AGC_THRESH_2 = 0x63 + AGC_THRESH_3 = 0x64 + PLL = 0x70 + + @add_lookup + class FSK: + LNA = 0x0C + RX_CONFIG = 0x0D + RSSI_CONFIG = 0x0E + PREAMBLE_DETECT = 0x1F + OSC = 0x24 + SYNC_CONFIG = 0x27 + SYNC_VALUE_1 = 0x28 + SYNC_VALUE_2 = 0x29 + SYNC_VALUE_3 = 0x2A + SYNC_VALUE_4 = 0x2B + SYNC_VALUE_5 = 0x2C + SYNC_VALUE_6 = 0x2D + SYNC_VALUE_7 = 0x2E + SYNC_VALUE_8 = 0x2F + PACKET_CONFIG_1 = 0x30 + FIFO_THRESH = 0x35 + IMAGE_CAL = 0x3B + DIO_MAPPING_1 = 0x40 + DIO_MAPPING_2 = 0x41 diff --git a/RPi-LoRa-KISS-TNC/pySX127x/VERSION b/RPi-LoRa-KISS-TNC/pySX127x/VERSION new file mode 100755 index 0000000..ceab6e1 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/pySX127x/VERSION @@ -0,0 +1 @@ +0.1 \ No newline at end of file diff --git a/RPi-LoRa-KISS-TNC/pySX127x/lora_util.py b/RPi-LoRa-KISS-TNC/pySX127x/lora_util.py new file mode 100755 index 0000000..d3a7fa1 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/pySX127x/lora_util.py @@ -0,0 +1,49 @@ +#!/usr/bin/env python2.7 + +""" This is a utility script for the SX127x (LoRa mode). It dumps all registers. """ + +# Copyright 2015 Mayer Analytics Ltd. +# +# This file is part of pySX127x. +# +# pySX127x is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public +# License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later +# version. +# +# pySX127x is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +# details. +# +# You can be released from the requirements of the license by obtaining a commercial license. Such a license is +# mandatory as soon as you develop commercial activities involving pySX127x without disclosing the source code of your +# own applications, or shipping pySX127x with a closed source product. +# +# You should have received a copy of the GNU General Public License along with pySX127. If not, see +# . + + +from SX127x.LoRa import * +from SX127x.board_config import BOARD +import argparse + +BOARD.setup() + +parser = argparse.ArgumentParser(description='LoRa utility functions') +parser.add_argument('--dump', '-d', dest='dump', default=False, action="store_true", help="dump all registers") +args = parser.parse_args() + +lora = LoRa(verbose=False) + +if args.dump: + + print("LoRa register dump:\n") + print("%02s %18s %2s %8s" % ('i', 'reg_name', 'v', 'v')) + print("-- ------------------ -- --------") + for reg_i, reg_name, val in lora.dump_registers(): + print("%02X %18s %02X %s" % (reg_i, reg_name, val, format(val, '#010b')[2:])) + print("") + +else: + print(lora) + +BOARD.teardown() \ No newline at end of file diff --git a/RPi-LoRa-KISS-TNC/pySX127x/rx_cont.py b/RPi-LoRa-KISS-TNC/pySX127x/rx_cont.py new file mode 100755 index 0000000..4e1c02b --- /dev/null +++ b/RPi-LoRa-KISS-TNC/pySX127x/rx_cont.py @@ -0,0 +1,118 @@ +#!/usr/bin/env python3 + +""" A simple continuous receiver class. """ + +# Copyright 2015 Mayer Analytics Ltd. +# +# This file is part of pySX127x. +# +# pySX127x is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public +# License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later +# version. +# +# pySX127x is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +# details. +# +# You can be released from the requirements of the license by obtaining a commercial license. Such a license is +# mandatory as soon as you develop commercial activities involving pySX127x without disclosing the source code of your +# own applications, or shipping pySX127x with a closed source product. +# +# You should have received a copy of the GNU General Public License along with pySX127. If not, see +# . + + +from time import sleep +from SX127x.LoRa import * +from SX127x.LoRaArgumentParser import LoRaArgumentParser +from SX127x.board_config import BOARD + +BOARD.setup() + +parser = LoRaArgumentParser("Continous LoRa receiver.") + + +class LoRaRcvCont(LoRa): + def __init__(self, verbose=False): + super(LoRaRcvCont, self).__init__(verbose) + self.set_mode(MODE.SLEEP) + self.set_dio_mapping([0] * 6) + + def on_rx_done(self): + BOARD.led_on() + print("\nRxDone") + self.clear_irq_flags(RxDone=1) + payload = self.read_payload(nocheck=True) + print(bytes(payload).decode()) + self.set_mode(MODE.SLEEP) + self.reset_ptr_rx() + BOARD.led_off() + self.set_mode(MODE.RXCONT) + + def on_tx_done(self): + print("\nTxDone") + print(self.get_irq_flags()) + + def on_cad_done(self): + print("\non_CadDone") + print(self.get_irq_flags()) + + def on_rx_timeout(self): + print("\non_RxTimeout") + print(self.get_irq_flags()) + + def on_valid_header(self): + print("\non_ValidHeader") + print(self.get_irq_flags()) + + def on_payload_crc_error(self): + print("\non_PayloadCrcError") + print(self.get_irq_flags()) + + def on_fhss_change_channel(self): + print("\non_FhssChangeChannel") + print(self.get_irq_flags()) + + def start(self): + self.reset_ptr_rx() + self.set_mode(MODE.RXCONT) + while True: + sleep(.5) + rssi_value = self.get_rssi_value() + status = self.get_modem_status() + sys.stdout.flush() + sys.stdout.write("\r%d %d %d" % (rssi_value, status['rx_ongoing'], status['modem_clear'])) + + +lora = LoRaRcvCont(verbose=False) +args = parser.parse_args(lora) + +lora.set_mode(MODE.STDBY) +lora.set_pa_config(pa_select=1) +#lora.set_rx_crc(True) +#lora.set_coding_rate(CODING_RATE.CR4_6) +#lora.set_pa_config(max_power=0, output_power=0) +#lora.set_lna_gain(GAIN.G1) +#lora.set_implicit_header_mode(False) +#lora.set_low_data_rate_optim(True) +#lora.set_pa_ramp(PA_RAMP.RAMP_50_us) +#lora.set_agc_auto_on(True) + +print(lora) +assert(lora.get_agc_auto_on() == 1) + +try: input("Press enter to start...") +except: pass + +try: + lora.start() +except KeyboardInterrupt: + sys.stdout.flush() + print("") + sys.stderr.write("KeyboardInterrupt\n") +finally: + sys.stdout.flush() + print("") + lora.set_mode(MODE.SLEEP) + print(lora) + BOARD.teardown() diff --git a/RPi-LoRa-KISS-TNC/pySX127x/socket_client.py b/RPi-LoRa-KISS-TNC/pySX127x/socket_client.py new file mode 100755 index 0000000..8b2a2f1 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/pySX127x/socket_client.py @@ -0,0 +1,29 @@ +#!/usr/bin/env python3 + +# used for testing socket_transceiver.py +# connects to socket and allows user to send ascii payload + +import socket + +def sock_client(): + host = '127.0.0.1' + port = 20000 + + sock = socket.socket() + sock.connect((host,port)) + + message = input('>> ') + + while message != 'quit': + sock.send(bytearray(message,'utf-8')) + + data = bytearray(sock.recv(1024)).decode('ascii') + + print ('From LoRa: ' + data) + + message = input('>> ') + + sock.close() + +if __name__ == '__main__': + sock_client() diff --git a/RPi-LoRa-KISS-TNC/pySX127x/socket_transceiver.py b/RPi-LoRa-KISS-TNC/pySX127x/socket_transceiver.py new file mode 100755 index 0000000..f8a911f --- /dev/null +++ b/RPi-LoRa-KISS-TNC/pySX127x/socket_transceiver.py @@ -0,0 +1,127 @@ +#!/usr/bin/env python3 + +""" An asynchronous socket <-> LoRa interface """ + +# MIT License +# +# Copyright (c) 2016 bjcarne +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + +import sys, asyncore +from time import time +from SX127x.LoRa import * +from SX127x.board_config import BOARD + +BOARD.setup() + +class Server(asyncore.dispatcher): + def __init__(self, host, port): + asyncore.dispatcher.__init__(self) + self.create_socket() + self.set_reuse_addr() + self.bind((host, port)) + self.listen(1) + + def handle_accepted(self, sock, addr): + print("Connection from %s:%s" % sock.getpeername()) + self.conn = Handler(sock) + +class Handler(asyncore.dispatcher): + def __init__(self, sock): + asyncore.dispatcher.__init__(self, sock) + self.databuffer = b"" + self.tx_wait = 0 + + # when data is available on socket send to LoRa + def handle_read(self): + if not self.tx_wait: + data = self.recv(127) + print('Send:' + str(data)) + lora.write_payload(list(data)) + lora.set_dio_mapping([1,0,0,0,0,0]) # set DIO0 for txdone + lora.set_mode(MODE.TX) + self.tx_wait = 1 + + # when data for the socket, send + def handle_write(self): + if self.databuffer: + self.send(self.databuffer) + self.databuffer = b"" + + def handle_close(self): + print("Client disconnected") + self.close() + +class LoRaSocket(LoRa): + + def __init__(self, verbose=False): + super(LoRaSocket, self).__init__(verbose) + self.set_mode(MODE.SLEEP) + self.set_pa_config(pa_select=1) + self.set_max_payload_length(128) # set max payload to max fifo buffer length + self.payload = [] + self.set_dio_mapping([0] * 6) #initialise DIO0 for rxdone + + # when LoRa receives data send to socket conn + def on_rx_done(self): + payload = self.read_payload(nocheck=True) + + if len(payload) == 127: + self.payload[len(self.payload):] = payload + else: + self.payload[len(self.payload):] = payload + print('Recv:' + str(bytes(self.payload))) + + server.conn.databuffer = bytes(self.payload) #send to socket conn + self.payload = [] + + self.clear_irq_flags(RxDone=1) # clear rxdone IRQ flag + self.reset_ptr_rx() + self.set_mode(MODE.RXCONT) + + # after data sent by LoRa reset to receive mode + def on_tx_done(self): + self.clear_irq_flags(TxDone=1) # clear txdone IRQ flag + self.set_dio_mapping([0] * 6) + + self.set_mode(MODE.RXCONT) + server.conn.tx_wait = 0 + + +if __name__ == '__main__': + + server = Server('localhost', 20000) + + lora = LoRaSocket(verbose=False) + + print(lora) + + try: + asyncore.loop() + + except KeyboardInterrupt: + sys.stderr.write("\nKeyboardInterrupt\n") + + finally: + lora.set_mode(MODE.SLEEP) + print("Closing socket connection") + server.close() + BOARD.teardown() diff --git a/RPi-LoRa-KISS-TNC/pySX127x/test_lora.py b/RPi-LoRa-KISS-TNC/pySX127x/test_lora.py new file mode 100755 index 0000000..dbb673c --- /dev/null +++ b/RPi-LoRa-KISS-TNC/pySX127x/test_lora.py @@ -0,0 +1,132 @@ +#!/usr/bin/env python2.7 + +""" This script runs a small number of unit tests. """ + +# Copyright 2015 Mayer Analytics Ltd. +# +# This file is part of pySX127x. +# +# pySX127x is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public +# License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later +# version. +# +# pySX127x is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +# details. +# +# You can be released from the requirements of the license by obtaining a commercial license. Such a license is +# mandatory as soon as you develop commercial activities involving pySX127x without disclosing the source code of your +# own applications, or shipping pySX127x with a closed source product. +# +# You should have received a copy of the GNU General Public License along with pySX127. If not, see +# . + + +from SX127x.LoRa import * +from SX127x.board_config import BOARD +import unittest + + +def get_reg(reg_addr): + return lora.get_register(reg_addr) + + +def SaveState(reg_addr, n_registers=1): + """ This decorator wraps a get/set_register around the function (unittest) call. + :param reg_addr: Start of register addresses + :param n_registers: Number of registers to save. (Useful for MSB/LSB register pairs, etc.) + :return: + """ + def decorator(func): + def wrapper(self): + reg_bkup = lora.get_register(reg_addr) + func(self) + lora.set_register(reg_addr, reg_bkup) + return wrapper + return decorator + + +class TestSX127x(unittest.TestCase): + + def test_setter_getter(self): + bkup = lora.get_payload_length() + for l in [1,50, 128, bkup]: + lora.set_payload_length(l) + self.assertEqual(lora.get_payload_length(), l) + + @SaveState(REG.LORA.OP_MODE) + def test_mode(self): + mode = lora.get_mode() + for m in [MODE.STDBY, MODE.SLEEP, mode]: + lora.set_mode(m) + self.assertEqual(lora.get_mode(), m) + + @SaveState(REG.LORA.FR_MSB, n_registers=3) + def test_set_freq(self): + freq = lora.get_freq() + for f in [433.5, 434.5, 434.0, freq]: + lora.set_freq(f) + self.assertEqual(lora.get_freq(), f) + + @SaveState(REG.LORA.MODEM_CONFIG_3) + def test_set_agc_on(self): + lora.set_agc_auto_on(True) + self.assertEqual((get_reg(REG.LORA.MODEM_CONFIG_3) & 0b100) >> 2, 1) + lora.set_agc_auto_on(False) + self.assertEqual((get_reg(REG.LORA.MODEM_CONFIG_3) & 0b100) >> 2, 0) + + @SaveState(REG.LORA.MODEM_CONFIG_3) + def test_set_low_data_rate_optim(self): + lora.set_low_data_rate_optim(True) + self.assertEqual((get_reg(REG.LORA.MODEM_CONFIG_3) & 0b1000) >> 3, 1) + lora.set_low_data_rate_optim(False) + self.assertEqual((get_reg(REG.LORA.MODEM_CONFIG_3) & 0b1000) >> 3, 0) + + @SaveState(REG.LORA.DIO_MAPPING_1, 2) + def test_set_dio_mapping(self): + + dio_mapping = [1] * 6 + lora.set_dio_mapping(dio_mapping) + self.assertEqual(get_reg(REG.LORA.DIO_MAPPING_1), 0b01010101) + self.assertEqual(get_reg(REG.LORA.DIO_MAPPING_2), 0b01010000) + self.assertEqual(lora.get_dio_mapping(), dio_mapping) + + dio_mapping = [2] * 6 + lora.set_dio_mapping(dio_mapping) + self.assertEqual(get_reg(REG.LORA.DIO_MAPPING_1), 0b10101010) + self.assertEqual(get_reg(REG.LORA.DIO_MAPPING_2), 0b10100000) + self.assertEqual(lora.get_dio_mapping(), dio_mapping) + + dio_mapping = [0] * 6 + lora.set_dio_mapping(dio_mapping) + self.assertEqual(get_reg(REG.LORA.DIO_MAPPING_1), 0b00000000) + self.assertEqual(get_reg(REG.LORA.DIO_MAPPING_2), 0b00000000) + self.assertEqual(lora.get_dio_mapping(), dio_mapping) + + dio_mapping = [0,1,2,0,1,2] + lora.set_dio_mapping(dio_mapping) + self.assertEqual(get_reg(REG.LORA.DIO_MAPPING_1), 0b00011000) + self.assertEqual(get_reg(REG.LORA.DIO_MAPPING_2), 0b01100000) + self.assertEqual(lora.get_dio_mapping(), dio_mapping) + + dio_mapping = [1,2,0,1,2,0] + lora.set_dio_mapping(dio_mapping) + self.assertEqual(get_reg(REG.LORA.DIO_MAPPING_1), 0b01100001) + self.assertEqual(get_reg(REG.LORA.DIO_MAPPING_2), 0b10000000) + self.assertEqual(lora.get_dio_mapping(), dio_mapping) + +# def test_set_lna_gain(self): +# bkup_lna_gain = lora.get_lna()['lna_gain'] +# for target_gain in [GAIN.NOT_USED, GAIN.G1, GAIN.G2, GAIN.G6, GAIN.NOT_USED, bkup_lna_gain]: +# print(target_gain) +# lora.set_lna_gain(target_gain) +# actual_gain = lora.get_lna()['lna_gain'] +# self.assertEqual(GAIN.lookup[actual_gain], GAIN.lookup[target_gain]) + + +if __name__ == '__main__': + + BOARD.setup() + lora = LoRa(verbose=False) + unittest.main() + BOARD.teardown() diff --git a/RPi-LoRa-KISS-TNC/pySX127x/tx_beacon.py b/RPi-LoRa-KISS-TNC/pySX127x/tx_beacon.py new file mode 100755 index 0000000..49c0e80 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/pySX127x/tx_beacon.py @@ -0,0 +1,138 @@ +#!/usr/bin/env python + +""" A simple beacon transmitter class to send a 1-byte message (0x0f) in regular time intervals. """ + +# Copyright 2015 Mayer Analytics Ltd. +# +# This file is part of pySX127x. +# +# pySX127x is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public +# License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later +# version. +# +# pySX127x is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied +# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +# details. +# +# You can be released from the requirements of the license by obtaining a commercial license. Such a license is +# mandatory as soon as you develop commercial activities involving pySX127x without disclosing the source code of your +# own applications, or shipping pySX127x with a closed source product. +# +# You should have received a copy of the GNU General Public License along with pySX127. If not, see +# . + + +import sys +from time import sleep +from SX127x.LoRa import * +from SX127x.LoRaArgumentParser import LoRaArgumentParser +from SX127x.board_config import BOARD + +BOARD.setup() + +parser = LoRaArgumentParser("A simple LoRa beacon") +parser.add_argument('--single', '-S', dest='single', default=False, action="store_true", help="Single transmission") +parser.add_argument('--wait', '-w', dest='wait', default=1, action="store", type=float, help="Waiting time between transmissions (default is 0s)") + + +class LoRaBeacon(LoRa): + + tx_counter = 0 + + def __init__(self, verbose=False): + super(LoRaBeacon, self).__init__(verbose) + self.set_mode(MODE.SLEEP) + self.set_dio_mapping([1,0,0,0,0,0]) + + def on_rx_done(self): + print("\nRxDone") + print(self.get_irq_flags()) + print(map(hex, self.read_payload(nocheck=True))) + self.set_mode(MODE.SLEEP) + self.reset_ptr_rx() + self.set_mode(MODE.RXCONT) + + def on_tx_done(self): + global args + self.set_mode(MODE.STDBY) + self.clear_irq_flags(TxDone=1) + sys.stdout.flush() + self.tx_counter += 1 + sys.stdout.write("\rtx #%d" % self.tx_counter) + if args.single: + print + sys.exit(0) + BOARD.led_off() + sleep(args.wait) + self.write_payload([0x0f]) + BOARD.led_on() + self.set_mode(MODE.TX) + + def on_cad_done(self): + print("\non_CadDone") + print(self.get_irq_flags()) + + def on_rx_timeout(self): + print("\non_RxTimeout") + print(self.get_irq_flags()) + + def on_valid_header(self): + print("\non_ValidHeader") + print(self.get_irq_flags()) + + def on_payload_crc_error(self): + print("\non_PayloadCrcError") + print(self.get_irq_flags()) + + def on_fhss_change_channel(self): + print("\non_FhssChangeChannel") + print(self.get_irq_flags()) + + def start(self): + global args + sys.stdout.write("\rstart") + self.tx_counter = 0 + BOARD.led_on() + self.write_payload([0x0f]) + self.set_mode(MODE.TX) + while True: + sleep(1) + +lora = LoRaBeacon(verbose=False) +args = parser.parse_args(lora) + +lora.set_pa_config(pa_select=1) +#lora.set_rx_crc(True) +#lora.set_agc_auto_on(True) +#lora.set_lna_gain(GAIN.NOT_USED) +#lora.set_coding_rate(CODING_RATE.CR4_6) +#lora.set_implicit_header_mode(False) +#lora.set_pa_config(max_power=0x04, output_power=0x0F) +#lora.set_pa_config(max_power=0x04, output_power=0b01000000) +#lora.set_low_data_rate_optim(True) +#lora.set_pa_ramp(PA_RAMP.RAMP_50_us) + + +print(lora) +#assert(lora.get_lna()['lna_gain'] == GAIN.NOT_USED) +assert(lora.get_agc_auto_on() == 1) + +print("Beacon config:") +print(" Wait %f s" % args.wait) +print(" Single tx = %s" % args.single) +print("") +try: input("Press enter to start...") +except: pass + +try: + lora.start() +except KeyboardInterrupt: + sys.stdout.flush() + print("") + sys.stderr.write("KeyboardInterrupt\n") +finally: + sys.stdout.flush() + print("") + lora.set_mode(MODE.SLEEP) + print(lora) + BOARD.teardown() diff --git a/RPi-LoRa-KISS-TNC/start_all.sh b/RPi-LoRa-KISS-TNC/start_all.sh new file mode 100755 index 0000000..43d77c5 --- /dev/null +++ b/RPi-LoRa-KISS-TNC/start_all.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +/usr/bin/python3 /home/marcel/ham/RPi-LoRa-KISS-TNC/Start_lora-tnc.py & +sleep 10 +sudo /usr/bin/socat PTY,raw,echo=0,link=/tmp/lorakisstnc TCP4:127.0.0.1:10001 & +sleep 3 +sudo /usr/sbin/kissattach /tmp/lorakisstnc ax2 & diff --git a/aprs_utils/APZMDM::PE1RXF-2 b/aprs_utils/APZMDM::PE1RXF-2 new file mode 100644 index 0000000..e69de29 diff --git a/aprs_utils/aprs_log/2021-12-28_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2021-12-28_telemetry_PE1RXF-7.dat index 0e9b542..b06c8b7 100644 --- a/aprs_utils/aprs_log/2021-12-28_telemetry_PE1RXF-7.dat +++ b/aprs_utils/aprs_log/2021-12-28_telemetry_PE1RXF-7.dat @@ -16,3 +16,70 @@ 2021-12-28 14:15,16.2,59.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 2021-12-28 14:25,16.2,59.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 2021-12-28 14:35,16.3,59.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 14:45,16.3,59.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 14:55,16.3,59.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 15:05,16.4,59.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 15:05,16.4,59.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 15:15,16.4,59.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 15:15,16.4,59.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 15:15,16.4,59.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 15:25,16.4,59.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 15:35,16.4,59.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 15:45,16.3,59.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 15:55,16.3,58.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 16:05,16.2,58.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 16:05,16.2,58.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 16:15,16.2,58.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 16:25,16.1,58.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 16:26,16.1,58.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 16:36,16.1,58.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 16:46,16.0,58.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 16:56,16.0,58.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 17:06,16.0,58.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 17:16,16.1,58.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 17:26,16.2,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 17:36,16.2,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 17:46,16.3,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 17:56,16.3,59.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 18:06,16.3,59.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 18:16,16.3,59.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 18:17,16.3,59.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 18:27,16.4,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 18:27,16.4,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 18:27,16.4,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 18:27,16.4,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 18:38,16.3,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 18:38,16.3,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 18:38,16.3,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 18:49,16.2,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 18:49,16.2,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 18:49,16.2,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 18:49,16.2,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:00,16.2,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:00,16.2,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:00,16.2,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:00,16.2,59.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:11,16.2,59.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:11,16.2,59.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:11,16.2,59.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:11,16.2,59.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:22,16.2,59.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:22,16.2,59.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:22,16.2,59.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:22,16.2,59.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:33,16.1,59.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:33,16.1,59.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:33,16.1,59.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:33,16.1,59.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:44,16.3,59.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 19:54,16.3,59.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 20:04,16.2,59.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 20:14,16.2,59.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 22:40,15.4,60.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 22:50,15.4,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 23:00,15.3,61.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 23:10,15.3,61.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 23:20,15.2,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 23:30,15.2,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 23:40,15.2,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28 23:50,15.2,60.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 diff --git a/aprs_utils/aprs_log/2021-12-29_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2021-12-29_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..3dd236c --- /dev/null +++ b/aprs_utils/aprs_log/2021-12-29_telemetry_PE1RXF-7.dat @@ -0,0 +1,171 @@ +2021-12-29 00:00,15.1,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 00:10,15.1,60.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 00:11,15.1,60.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 00:21,15.0,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 00:31,15.0,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 00:41,14.9,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 00:51,14.9,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 01:01,14.9,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 01:11,14.8,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 01:21,14.8,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 01:31,14.7,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 01:41,14.6,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 01:51,14.6,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 02:01,14.6,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 02:11,14.5,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 02:11,14.5,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 02:21,14.5,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 02:31,14.4,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 02:32,14.4,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 02:42,14.4,61.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 02:52,14.3,61.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 03:02,14.3,61.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 03:12,14.2,61.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 03:22,14.2,61.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 03:22,14.2,61.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 03:32,14.1,61.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 03:42,14.0,61.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 03:52,14.0,61.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 03:52,14.0,61.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 04:02,14.0,61.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 04:12,13.9,61.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 04:22,13.9,61.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 04:32,13.9,61.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 04:42,13.9,61.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 04:52,13.8,62.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 05:02,13.7,62.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 05:12,13.7,62.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 05:22,13.7,62.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 05:32,13.6,62.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 05:42,13.6,62.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 05:52,13.6,62.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 05:52,13.6,62.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 06:02,13.6,62.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 06:12,13.6,62.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 06:22,13.5,62.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 06:32,13.5,62.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 06:42,13.4,62.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 06:52,13.4,62.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 07:02,13.3,63.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 07:02,13.3,63.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 07:13,13.3,63.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 07:23,13.3,63.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 07:33,13.3,63.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 07:43,13.3,63.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 07:53,13.3,63.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 08:03,13.2,63.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 08:03,13.2,63.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 08:13,13.2,63.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 08:23,13.2,63.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 08:23,13.2,63.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 08:33,13.2,63.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 08:43,13.2,63.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 08:53,13.1,63.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 09:03,13.1,63.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 09:03,13.1,63.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 09:13,13.0,63.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 09:23,13.1,63.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 09:24,13.1,63.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 09:34,13.1,63.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 09:44,13.1,63.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 09:54,13.3,63.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 10:04,13.4,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 10:14,13.6,64.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 10:14,13.6,64.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 10:24,13.7,64.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 10:34,13.8,64.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 10:44,13.9,64.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 10:54,14.0,64.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 11:04,14.0,64.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 11:14,14.1,65.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 11:24,14.3,65.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 11:34,14.6,65.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 11:44,14.9,65.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 11:54,15.0,65.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 12:04,15.0,64.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 12:14,15.0,64.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 12:24,15.1,64.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 12:34,15.2,64.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 12:44,15.2,64.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 12:54,15.2,64.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 13:04,15.1,64.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 13:14,14.9,64.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 13:14,14.9,64.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 13:24,15.2,65.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 13:34,15.3,65.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 13:35,15.3,65.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 13:45,15.3,65.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 13:55,15.5,65.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 14:05,15.6,65.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 14:15,15.8,65.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 14:25,15.8,64.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 14:25,15.8,64.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 14:35,15.8,64.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 14:45,15.9,65.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 14:55,15.9,65.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 14:58,15.9,65.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 15:05,16.1,64.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 15:05,16.1,64.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 15:05,16.1,64.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 15:14,16.1,64.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 15:15,16.1,65.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 15:16,16.1,65.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 15:26,16.3,65.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 15:36,16.5,65.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 15:46,16.5,64.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 16:15,16.5,64.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 16:18,16.9,64.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 16:18,16.9,64.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 16:18,16.9,64.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 16:28,16.8,63.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 16:38,16.7,63.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 16:48,16.6,63.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 16:58,16.6,64.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 16:59,16.6,64.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 17:09,16.7,64.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 17:19,16.7,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 17:29,16.8,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 17:39,16.8,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 17:49,16.9,63.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 17:59,16.9,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 18:09,16.9,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 18:19,16.9,64.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 18:29,17.0,64.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 18:39,17.0,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 18:49,17.1,64.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 18:59,17.1,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 19:09,17.1,63.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 19:09,17.1,63.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 19:19,17.1,63.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 19:29,17.0,63.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 19:39,17.0,63.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 19:40,17.0,63.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 19:50,17.0,63.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 20:00,17.0,63.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 20:10,17.0,63.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 20:20,16.8,63.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 20:30,16.9,63.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 20:40,16.9,63.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 20:50,16.9,63.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 20:50,16.9,63.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 21:00,17.0,63.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 21:00,17.0,63.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 21:10,17.0,63.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 21:20,17.1,63.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 21:30,17.1,63.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 21:40,17.1,63.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 21:50,17.1,64.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 22:00,17.2,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 22:00,17.2,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 22:01,17.2,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 22:11,17.2,64.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 22:21,17.3,64.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 22:31,17.3,64.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 22:41,17.3,63.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 22:51,17.2,63.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 23:01,17.2,63.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 23:11,17.2,63.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 23:21,17.1,63.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 23:31,17.1,63.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 23:41,16.9,63.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29 23:51,16.8,63.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 diff --git a/aprs_utils/aprs_log/2021-12-30_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2021-12-30_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..3af1dab --- /dev/null +++ b/aprs_utils/aprs_log/2021-12-30_telemetry_PE1RXF-7.dat @@ -0,0 +1,171 @@ +2021-12-30 00:01,16.6,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 00:11,16.5,64.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 00:21,16.5,64.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 00:31,16.4,64.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 00:41,16.3,64.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 00:41,16.3,64.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 00:41,16.3,64.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 00:52,16.0,64.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 00:52,16.0,64.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 01:02,15.8,65.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 01:12,15.9,65.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 01:22,16.0,65.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 01:22,16.0,65.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 01:32,16.0,64.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 01:42,15.8,65.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 01:42,15.8,65.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 01:52,15.7,65.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 02:02,15.5,65.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 02:12,15.4,65.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 02:22,15.2,65.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 02:23,15.2,65.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 02:33,15.1,66.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 02:43,15.2,66.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 02:53,15.1,66.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 03:03,15.1,66.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 03:13,15.1,66.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 03:23,15.1,66.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 03:23,15.1,66.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 03:23,15.1,66.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 03:33,14.9,66.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 03:43,14.8,66.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 03:53,14.6,66.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 03:53,14.6,66.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 03:54,14.6,66.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 04:04,14.4,67.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 04:14,14.3,67.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 04:24,14.1,68.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 04:34,14.0,68.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 04:44,14.1,68.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 04:54,14.2,68.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 05:04,14.2,68.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 05:14,14.1,68.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 05:24,14.0,68.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 05:34,14.0,68.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 05:44,13.9,69.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 05:54,13.7,69.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 05:54,13.7,69.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 06:04,13.7,70.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 06:14,13.8,70.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 06:24,13.8,70.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 06:34,13.6,70.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 06:44,13.7,70.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 06:54,13.9,70.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 07:04,14.0,70.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 07:14,14.1,70.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 07:24,14.2,69.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 07:34,14.2,69.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 07:44,14.0,70.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 07:54,13.9,71.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 07:55,13.9,71.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 07:55,13.9,71.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 08:05,13.5,72.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 08:15,13.6,72.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 08:25,13.6,72.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 08:35,13.8,72.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 08:35,13.8,72.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 08:45,13.9,72.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 08:55,13.9,72.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 09:05,14.0,72.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 09:26,13.1,83.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30 09:36,13.1,84.3,10.8,99.9,999.9,813.9,0.0,0.0,978.9,978.9 +2021-12-30 09:36,13.1,84.3,10.8,99.9,999.9,813.9,0.0,0.0,978.9,978.9 +2021-12-30 09:46,13.1,84.4,10.8,99.9,999.9,999.9,11.0,99.9,999.9,999.9 +2021-12-30 09:56,13.3,85.6,10.8,99.9,999.9,999.9,11.1,99.9,999.9,999.9 +2021-12-30 10:06,13.3,86.1,10.8,99.9,999.9,999.9,11.2,99.9,999.9,999.9 +2021-12-30 10:16,13.4,86.6,10.8,99.9,999.9,999.9,11.2,99.9,999.9,999.9 +2021-12-30 10:26,13.5,86.8,10.8,99.9,999.9,999.9,11.3,99.9,999.9,999.9 +2021-12-30 10:36,13.6,87.2,10.8,99.9,999.9,999.9,11.4,99.9,999.9,999.9 +2021-12-30 10:36,13.6,87.2,10.8,99.9,999.9,999.9,11.4,99.9,999.9,999.9 +2021-12-30 10:46,13.7,87.5,10.8,99.9,999.9,999.9,11.6,99.9,999.9,999.9 +2021-12-30 10:56,13.8,87.7,10.8,99.9,999.9,999.9,11.6,99.9,999.9,999.9 +2021-12-30 11:06,14.0,88.0,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 11:16,14.1,88.1,10.8,99.9,999.9,999.9,11.9,99.9,999.9,999.9 +2021-12-30 11:26,14.2,88.4,10.8,99.9,999.9,999.9,12.0,99.9,999.9,999.9 +2021-12-30 11:36,14.3,88.5,10.8,99.9,999.9,999.9,12.1,99.9,999.9,999.9 +2021-12-30 11:46,14.3,88.7,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 11:47,14.3,88.7,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 11:47,14.3,88.7,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 11:47,14.3,88.7,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 11:57,14.4,88.9,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 12:07,14.3,89.2,10.8,99.9,999.9,999.9,12.1,99.9,999.9,999.9 +2021-12-30 12:07,14.3,89.2,10.8,99.9,999.9,999.9,12.1,99.9,999.9,999.9 +2021-12-30 12:17,14.3,89.3,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 12:27,14.4,89.5,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 12:37,14.3,89.7,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 12:47,14.3,89.8,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 12:57,14.3,90.0,10.8,99.9,999.9,999.9,12.1,99.9,999.9,999.9 +2021-12-30 12:58,14.3,90.0,10.8,99.9,999.9,999.9,12.1,99.9,999.9,999.9 +2021-12-30 13:08,14.4,89.8,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 13:18,14.4,90.0,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 14:01,14.6,90.0,10.8,99.9,999.9,999.9,12.3,99.9,999.9,999.9 +2021-12-30 14:01,14.6,90.0,10.8,99.9,999.9,999.9,12.3,99.9,999.9,999.9 +2021-12-30 14:01,14.6,90.0,10.8,99.9,999.9,999.9,12.3,99.9,999.9,999.9 +2021-12-30 14:11,14.7,90.0,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-30 14:21,14.7,89.9,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-30 14:31,14.6,90.1,10.8,99.9,999.9,999.9,12.3,99.9,999.9,999.9 +2021-12-30 14:41,14.5,90.3,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 14:51,14.4,90.5,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 15:01,14.4,90.5,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 15:02,14.4,90.5,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-30 15:12,14.3,90.8,10.8,99.9,999.9,999.9,12.1,99.9,999.9,999.9 +2021-12-30 15:22,14.2,91.1,10.8,99.9,999.9,999.9,12.0,99.9,999.9,999.9 +2021-12-30 15:32,14.1,91.3,10.8,99.9,999.9,999.9,11.9,99.9,999.9,999.9 +2021-12-30 15:42,14.1,91.4,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 15:42,14.1,91.4,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 15:42,14.1,91.4,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 15:52,14.0,91.5,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 16:03,13.9,91.6,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 16:13,13.9,91.6,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 16:13,13.9,91.6,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 16:23,13.9,91.7,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 16:33,13.9,91.7,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 16:33,13.9,91.7,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 16:43,13.9,91.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 16:53,13.8,91.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 17:03,13.8,91.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 17:13,13.9,91.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 17:23,13.9,91.9,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 17:33,13.9,91.9,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 17:43,13.9,91.9,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 17:53,13.9,91.9,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 17:53,13.9,91.9,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 18:03,13.9,91.9,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 18:04,13.9,91.9,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 18:14,13.9,92.0,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 18:24,13.9,92.2,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 18:34,14.0,92.3,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 18:34,14.0,92.3,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 18:44,14.0,92.3,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 18:54,14.0,92.4,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 19:04,14.0,92.5,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 19:14,14.0,92.5,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 19:24,14.0,92.5,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 19:34,14.0,92.7,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 19:44,14.0,92.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 19:54,14.0,92.9,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 20:04,14.0,92.9,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 20:14,14.0,93.0,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 20:24,14.0,93.2,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 20:34,13.9,93.2,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 20:44,13.9,93.4,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 20:54,13.9,93.4,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 21:04,13.9,93.6,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 21:14,14.0,93.6,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 21:24,13.9,93.7,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 21:34,13.9,93.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 21:44,14.0,93.9,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 21:54,14.0,93.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 22:04,14.0,93.8,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 22:14,14.0,93.8,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 22:24,14.1,93.8,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 22:34,14.1,93.8,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-30 22:44,14.0,93.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 22:54,14.0,93.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 23:04,14.0,93.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 23:14,14.1,93.9,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 23:24,14.0,93.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 23:34,14.0,93.9,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 23:44,14.0,93.9,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 23:44,14.0,93.9,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-30 23:54,14.0,93.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2021-12-31_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2021-12-31_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..a01da4f --- /dev/null +++ b/aprs_utils/aprs_log/2021-12-31_telemetry_PE1RXF-7.dat @@ -0,0 +1,161 @@ +2021-12-31 00:04,14.0,93.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-31 00:15,14.0,93.7,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-31 00:15,14.0,93.7,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2021-12-31 00:25,14.1,93.5,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-31 00:35,14.1,93.4,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-31 00:45,14.1,93.2,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-31 00:55,14.1,93.1,10.8,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2021-12-31 01:05,14.1,92.9,10.8,99.9,999.9,999.9,11.9,99.9,999.9,999.9 +2021-12-31 01:05,14.1,92.9,10.8,99.9,999.9,999.9,11.9,99.9,999.9,999.9 +2021-12-31 01:15,14.2,92.8,10.8,99.9,999.9,999.9,11.9,99.9,999.9,999.9 +2021-12-31 01:25,14.2,92.6,10.8,99.9,999.9,999.9,11.9,99.9,999.9,999.9 +2021-12-31 01:25,14.2,92.6,10.8,99.9,999.9,999.9,11.9,99.9,999.9,999.9 +2021-12-31 01:35,14.3,92.5,10.8,99.9,999.9,999.9,12.0,99.9,999.9,999.9 +2021-12-31 01:45,14.3,92.4,10.8,99.9,999.9,999.9,12.0,99.9,999.9,999.9 +2021-12-31 01:55,14.3,92.2,10.8,99.9,999.9,999.9,12.0,99.9,999.9,999.9 +2021-12-31 02:05,14.3,92.2,10.8,99.9,999.9,999.9,12.0,99.9,999.9,999.9 +2021-12-31 02:15,14.3,92.1,10.8,99.9,999.9,999.9,12.0,99.9,999.9,999.9 +2021-12-31 02:25,14.3,92.0,10.8,99.9,999.9,999.9,12.0,99.9,999.9,999.9 +2021-12-31 02:35,14.3,92.0,10.8,99.9,999.9,999.9,12.0,99.9,999.9,999.9 +2021-12-31 02:45,14.3,91.8,10.8,99.9,999.9,999.9,12.0,99.9,999.9,999.9 +2021-12-31 02:55,14.4,91.7,10.8,99.9,999.9,999.9,12.1,99.9,999.9,999.9 +2021-12-31 03:05,14.4,91.5,10.8,99.9,999.9,999.9,12.1,99.9,999.9,999.9 +2021-12-31 03:15,14.4,91.3,10.8,99.9,999.9,999.9,12.1,99.9,999.9,999.9 +2021-12-31 03:25,14.5,91.2,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-31 03:35,14.5,91.2,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-31 03:46,14.5,91.2,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-31 03:56,14.5,91.2,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-31 03:56,14.5,91.2,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-31 04:06,14.5,91.2,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-31 04:16,14.6,91.1,10.8,99.9,999.9,999.9,12.3,99.9,999.9,999.9 +2021-12-31 04:26,14.6,91.0,10.8,99.9,999.9,999.9,12.3,99.9,999.9,999.9 +2021-12-31 04:36,14.7,91.1,10.8,99.9,999.9,999.9,12.3,99.9,999.9,999.9 +2021-12-31 04:46,14.7,91.1,10.8,99.9,999.9,999.9,12.3,99.9,999.9,999.9 +2021-12-31 04:46,14.7,91.1,10.8,99.9,999.9,999.9,12.3,99.9,999.9,999.9 +2021-12-31 04:56,14.7,91.1,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-31 05:06,14.7,91.0,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-31 05:16,14.7,91.0,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-31 05:26,14.7,91.0,10.8,99.9,999.9,999.9,12.3,99.9,999.9,999.9 +2021-12-31 05:36,14.6,91.1,10.8,99.9,999.9,999.9,12.3,99.9,999.9,999.9 +2021-12-31 05:46,14.6,91.1,10.8,99.9,999.9,999.9,12.3,99.9,999.9,999.9 +2021-12-31 05:56,14.7,91.0,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-31 06:06,14.7,90.9,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-31 06:16,14.7,90.9,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-31 06:27,14.8,90.8,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-31 06:27,14.8,90.8,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-31 06:37,14.7,90.8,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-31 06:47,14.7,90.7,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-31 06:57,14.8,90.5,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-31 07:07,14.8,90.3,10.8,99.9,999.9,999.9,12.5,99.9,999.9,999.9 +2021-12-31 07:17,14.8,90.1,10.8,99.9,999.9,999.9,12.5,99.9,999.9,999.9 +2021-12-31 07:27,14.9,89.7,10.8,99.9,999.9,999.9,12.5,99.9,999.9,999.9 +2021-12-31 07:27,14.9,89.7,10.8,99.9,999.9,999.9,12.5,99.9,999.9,999.9 +2021-12-31 07:37,14.9,89.5,10.8,99.9,999.9,999.9,12.5,99.9,999.9,999.9 +2021-12-31 07:47,14.9,89.3,10.8,99.9,999.9,999.9,12.5,99.9,999.9,999.9 +2021-12-31 07:57,14.8,89.1,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-31 08:07,14.8,88.9,10.8,99.9,999.9,999.9,12.4,99.9,999.9,999.9 +2021-12-31 08:17,14.7,88.9,10.8,99.9,999.9,999.9,12.3,99.9,999.9,999.9 +2021-12-31 08:27,14.6,88.9,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-31 08:27,14.6,88.9,10.8,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2021-12-31 08:38,14.6,88.8,13.0,90.3,978.5,999.9,12.2,99.9,999.9,999.9 +2021-12-31 08:48,14.6,88.7,12.6,99.9,978.5,999.9,12.3,99.9,999.9,999.9 +2021-12-31 08:48,14.6,88.7,12.6,99.9,978.5,999.9,12.3,99.9,999.9,999.9 +2021-12-31 08:58,14.7,88.4,12.6,99.9,978.6,999.9,12.3,99.9,999.9,999.9 +2021-12-31 09:08,14.8,88.1,12.6,99.9,978.1,999.9,12.3,99.9,999.9,999.9 +2021-12-31 09:08,14.8,88.1,12.6,99.9,978.1,999.9,12.3,99.9,999.9,999.9 +2021-12-31 09:18,14.8,88.0,12.7,99.9,979.0,999.9,12.4,99.9,999.9,999.9 +2021-12-31 09:28,15.2,87.4,13.1,99.9,978.4,999.9,12.5,99.9,999.9,999.9 +2021-12-31 09:38,15.4,86.4,13.4,99.9,979.0,999.9,12.8,99.9,999.9,999.9 +2021-12-31 09:48,15.3,87.1,13.4,99.9,978.9,999.9,12.9,99.9,999.9,999.9 +2021-12-31 09:58,15.2,87.4,13.4,99.9,978.8,999.9,12.8,99.9,999.9,999.9 +2021-12-31 09:58,15.2,87.4,13.4,99.9,978.8,999.9,12.8,99.9,999.9,999.9 +2021-12-31 10:08,15.1,88.2,13.4,99.9,979.0,999.9,12.7,99.9,999.9,999.9 +2021-12-31 10:18,15.3,88.5,13.9,99.9,979.3,999.9,12.9,99.9,999.9,999.9 +2021-12-31 10:28,15.4,88.5,13.9,99.9,979.4,999.9,13.1,99.9,999.9,999.9 +2021-12-31 10:38,15.3,88.4,13.6,99.9,979.0,999.9,13.0,99.9,999.9,999.9 +2021-12-31 10:39,15.3,88.4,13.6,99.9,979.0,999.9,13.0,99.9,999.9,999.9 +2021-12-31 10:49,15.3,88.3,13.7,99.9,978.7,999.9,13.0,99.9,999.9,999.9 +2021-12-31 10:59,15.6,88.2,14.2,99.9,978.7,999.9,13.3,99.9,999.9,999.9 +2021-12-31 11:09,15.8,88.1,14.3,99.9,978.7,999.9,13.4,99.9,999.9,999.9 +2021-12-31 11:19,15.6,88.2,14.0,99.9,979.5,999.9,13.3,99.9,999.9,999.9 +2021-12-31 11:29,15.3,88.4,13.7,99.9,979.0,999.9,13.1,99.9,999.9,999.9 +2021-12-31 11:39,15.3,88.8,13.8,99.9,979.5,999.9,13.0,99.9,999.9,999.9 +2021-12-31 11:49,15.4,88.5,14.1,99.9,978.9,999.9,13.1,99.9,999.9,999.9 +2021-12-31 11:59,15.4,88.6,13.8,99.9,978.9,999.9,13.1,99.9,999.9,999.9 +2021-12-31 12:09,15.2,88.9,13.7,99.9,979.3,999.9,13.0,99.9,999.9,999.9 +2021-12-31 12:19,15.2,88.9,13.8,99.9,979.3,999.9,13.0,99.9,999.9,999.9 +2021-12-31 12:29,15.3,88.9,13.8,99.9,979.4,999.9,13.0,99.9,999.9,999.9 +2021-12-31 12:39,15.3,89.0,14.0,99.9,979.3,999.9,13.1,99.9,999.9,999.9 +2021-12-31 12:39,15.3,89.0,14.0,99.9,979.3,999.9,13.1,99.9,999.9,999.9 +2021-12-31 12:49,15.1,89.4,13.7,99.9,979.4,999.9,12.7,99.9,999.9,999.9 +2021-12-31 12:59,14.6,90.4,13.4,99.9,978.5,999.9,12.4,99.9,999.9,999.9 +2021-12-31 13:00,14.6,90.4,13.4,99.9,978.5,999.9,12.4,99.9,999.9,999.9 +2021-12-31 13:10,14.3,91.4,13.2,99.9,979.2,999.9,12.2,99.9,999.9,999.9 +2021-12-31 13:20,14.2,91.9,13.0,99.9,979.2,999.9,12.0,99.9,999.9,999.9 +2021-12-31 13:30,14.1,92.1,12.8,99.9,978.7,999.9,11.9,99.9,999.9,999.9 +2021-12-31 13:40,13.9,92.6,12.6,99.9,978.7,999.9,11.8,99.9,999.9,999.9 +2021-12-31 13:50,13.8,93.1,12.6,99.9,979.1,999.9,11.7,99.9,999.9,999.9 +2021-12-31 14:00,13.8,93.4,12.8,99.9,979.0,999.9,11.8,99.9,999.9,999.9 +2021-12-31 14:10,13.9,93.6,12.8,99.9,979.3,999.9,11.8,99.9,999.9,999.9 +2021-12-31 14:10,13.9,93.6,12.8,99.9,979.3,999.9,11.8,99.9,999.9,999.9 +2021-12-31 14:20,13.9,93.7,12.7,99.9,978.6,999.9,11.7,99.9,999.9,999.9 +2021-12-31 14:30,13.8,93.9,12.6,99.9,979.3,999.9,11.7,99.9,999.9,999.9 +2021-12-31 14:40,13.7,94.1,12.5,99.9,979.0,999.9,11.6,99.9,999.9,999.9 +2021-12-31 14:50,13.7,94.2,12.4,99.9,979.2,999.9,11.6,99.9,999.9,999.9 +2021-12-31 15:00,13.6,94.4,12.2,99.9,979.0,999.9,11.5,99.9,999.9,999.9 +2021-12-31 15:10,13.5,94.7,12.1,99.9,979.3,999.9,11.4,99.9,999.9,999.9 +2021-12-31 15:20,13.5,94.8,12.0,99.9,978.6,999.9,11.3,99.9,999.9,999.9 +2021-12-31 15:31,13.4,95.8,11.9,99.9,978.9,999.9,11.3,99.9,999.9,999.9 +2021-12-31 15:41,13.4,95.2,11.9,99.9,979.3,999.9,11.3,99.9,999.9,999.9 +2021-12-31 15:51,13.4,95.1,11.9,99.9,979.5,999.9,11.3,99.9,999.9,999.9 +2021-12-31 16:01,13.4,95.1,11.9,99.9,979.5,999.9,11.3,99.9,999.9,999.9 +2021-12-31 16:11,13.5,94.9,11.9,99.9,979.3,999.9,11.4,99.9,999.9,999.9 +2021-12-31 16:21,13.5,95.0,11.9,99.9,979.5,999.9,11.3,99.9,999.9,999.9 +2021-12-31 16:21,13.5,95.0,11.9,99.9,979.5,999.9,11.3,99.9,999.9,999.9 +2021-12-31 16:31,13.5,95.0,11.8,99.9,979.4,999.9,11.3,99.9,999.9,999.9 +2021-12-31 16:42,13.5,95.0,11.7,99.9,980.3,999.9,11.3,99.9,999.9,999.9 +2021-12-31 16:52,13.4,95.0,11.7,99.9,980.0,999.9,11.3,99.9,999.9,999.9 +2021-12-31 16:52,13.4,95.0,11.7,99.9,980.0,999.9,11.3,99.9,999.9,999.9 +2021-12-31 17:02,13.5,95.1,11.6,99.9,979.5,999.9,11.3,99.9,999.9,999.9 +2021-12-31 17:12,13.5,95.0,11.6,99.9,980.0,999.9,11.3,99.9,999.9,999.9 +2021-12-31 17:22,13.5,94.9,11.6,99.9,980.2,999.9,11.4,99.9,999.9,999.9 +2021-12-31 17:32,13.6,94.8,11.6,99.9,980.2,999.9,11.3,99.9,999.9,999.9 +2021-12-31 17:42,13.6,94.7,11.6,99.9,980.3,999.9,11.4,99.9,999.9,999.9 +2021-12-31 17:52,13.6,94.5,11.7,99.9,980.4,999.9,11.4,99.9,999.9,999.9 +2021-12-31 18:02,13.6,94.4,11.7,99.9,980.6,999.9,11.4,99.9,999.9,999.9 +2021-12-31 18:12,13.6,94.3,11.6,99.9,980.5,999.9,11.4,99.9,999.9,999.9 +2021-12-31 18:23,13.6,94.3,11.7,99.9,980.3,999.9,11.4,99.9,999.9,999.9 +2021-12-31 18:33,13.6,94.3,11.6,99.9,980.5,999.9,11.4,99.9,999.9,999.9 +2021-12-31 18:43,13.6,94.3,11.6,99.9,979.9,999.9,11.3,99.9,999.9,999.9 +2021-12-31 18:53,13.6,94.3,11.6,99.9,980.4,999.9,11.4,99.9,999.9,999.9 +2021-12-31 19:03,13.6,94.3,11.6,99.9,980.2,999.9,11.4,99.9,999.9,999.9 +2021-12-31 19:13,13.6,94.3,11.6,99.9,980.4,999.9,11.4,99.9,999.9,999.9 +2021-12-31 19:23,13.6,94.2,11.6,99.9,980.1,999.9,11.4,99.9,999.9,999.9 +2021-12-31 19:33,13.6,94.2,11.6,99.9,980.4,999.9,11.4,99.9,999.9,999.9 +2021-12-31 19:43,13.6,94.2,11.6,99.9,980.6,999.9,11.3,99.9,999.9,999.9 +2021-12-31 19:53,13.5,94.2,11.6,99.9,979.8,999.9,11.3,99.9,999.9,999.9 +2021-12-31 20:03,13.5,94.2,11.5,99.9,980.2,999.9,11.3,99.9,999.9,999.9 +2021-12-31 20:13,13.4,94.2,11.5,99.9,979.6,999.9,11.2,99.9,999.9,999.9 +2021-12-31 20:23,13.3,94.2,11.4,99.9,979.4,999.9,11.1,99.9,999.9,999.9 +2021-12-31 20:33,13.3,94.3,11.3,99.9,979.4,999.9,11.1,99.9,999.9,999.9 +2021-12-31 20:43,13.2,94.3,11.3,99.9,980.2,999.9,11.0,99.9,999.9,999.9 +2021-12-31 20:53,13.2,94.4,11.3,99.9,980.4,999.9,11.0,99.9,999.9,999.9 +2021-12-31 21:03,13.2,94.4,11.3,99.9,980.1,999.9,11.0,99.9,999.9,999.9 +2021-12-31 21:13,13.2,94.4,11.2,99.9,979.7,999.9,11.0,99.9,999.9,999.9 +2021-12-31 21:23,13.2,94.4,11.2,99.9,979.8,999.9,11.0,99.9,999.9,999.9 +2021-12-31 21:33,13.2,94.3,11.2,99.9,979.4,999.9,11.0,99.9,999.9,999.9 +2021-12-31 21:43,13.2,94.3,11.2,99.9,979.7,999.9,10.9,99.9,999.9,999.9 +2021-12-31 21:53,13.1,94.3,11.2,99.9,979.1,999.9,10.9,99.9,999.9,999.9 +2021-12-31 21:53,13.1,94.3,11.2,99.9,979.1,999.9,10.9,99.9,999.9,999.9 +2021-12-31 22:03,13.1,94.4,11.1,99.9,979.2,999.9,10.9,99.9,999.9,999.9 +2021-12-31 22:13,13.1,94.4,11.1,99.9,979.2,999.9,10.9,99.9,999.9,999.9 +2021-12-31 22:23,13.1,94.4,11.2,99.9,978.7,999.9,10.9,99.9,999.9,999.9 +2021-12-31 22:33,13.1,94.4,11.2,99.9,979.0,999.9,10.9,99.9,999.9,999.9 +2021-12-31 22:43,13.2,94.4,11.1,99.9,978.8,999.9,10.9,99.9,999.9,999.9 +2021-12-31 22:53,13.2,94.5,11.2,99.9,978.8,999.9,11.0,99.9,999.9,999.9 +2021-12-31 23:03,13.3,94.5,11.2,99.9,978.8,999.9,11.0,99.9,999.9,999.9 +2021-12-31 23:13,13.3,94.3,11.3,99.9,978.7,999.9,11.1,99.9,999.9,999.9 +2021-12-31 23:23,13.4,94.3,11.3,99.9,978.5,999.9,11.1,99.9,999.9,999.9 +2021-12-31 23:33,13.4,94.3,11.3,99.9,978.2,999.9,11.1,99.9,999.9,999.9 +2021-12-31 23:43,13.4,94.3,11.3,99.9,978.6,999.9,11.1,99.9,999.9,999.9 +2021-12-31 23:53,13.3,94.3,11.3,99.9,977.8,999.9,11.1,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-01_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-01_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..0f1e6ef --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-01_telemetry_PE1RXF-7.dat @@ -0,0 +1,157 @@ +2022-01-01 00:03,13.3,94.4,11.2,99.9,978.6,999.9,11.1,99.9,999.9,999.9 +2022-01-01 00:13,13.2,94.4,11.2,99.9,978.1,999.9,11.0,99.9,999.9,999.9 +2022-01-01 00:23,13.2,94.6,11.2,99.9,977.6,999.9,11.0,99.9,999.9,999.9 +2022-01-01 00:33,13.2,94.7,11.2,99.9,977.6,999.9,11.0,99.9,999.9,999.9 +2022-01-01 00:34,13.2,94.7,11.2,99.9,977.6,999.9,11.0,99.9,999.9,999.9 +2022-01-01 00:44,13.2,94.6,11.1,99.9,977.3,999.9,10.9,99.9,999.9,999.9 +2022-01-01 00:53,13.0,94.5,11.0,99.9,977.3,999.9,10.8,99.9,999.9,999.9 +2022-01-01 01:03,12.8,94.9,10.9,99.9,977.2,999.9,10.6,99.9,999.9,999.9 +2022-01-01 01:13,12.8,95.2,10.8,99.9,977.3,999.9,10.6,99.9,999.9,999.9 +2022-01-01 01:23,12.8,95.3,10.8,99.9,977.4,999.9,10.6,99.9,999.9,999.9 +2022-01-01 01:33,12.8,95.3,10.9,99.9,977.2,999.9,10.6,99.9,999.9,999.9 +2022-01-01 01:43,12.8,95.4,10.8,99.9,977.1,999.9,10.6,99.9,999.9,999.9 +2022-01-01 01:53,12.9,95.2,10.9,99.9,977.5,999.9,10.7,99.9,999.9,999.9 +2022-01-01 01:54,12.9,95.2,10.9,99.9,977.5,999.9,10.7,99.9,999.9,999.9 +2022-01-01 02:04,12.8,95.3,10.7,99.9,977.5,999.9,10.5,99.9,999.9,999.9 +2022-01-01 02:14,12.7,95.3,10.7,99.9,977.2,999.9,10.4,99.9,999.9,999.9 +2022-01-01 02:24,12.6,95.5,10.6,99.9,976.9,999.9,10.4,99.9,999.9,999.9 +2022-01-01 02:34,12.5,95.6,10.6,99.9,977.0,999.9,10.3,99.9,999.9,999.9 +2022-01-01 02:44,12.5,95.7,10.5,99.9,977.1,999.9,10.3,99.9,999.9,999.9 +2022-01-01 02:54,12.5,95.9,10.5,99.9,976.8,999.9,10.3,99.9,999.9,999.9 +2022-01-01 03:04,12.5,95.9,10.5,99.9,976.8,999.9,10.3,99.9,999.9,999.9 +2022-01-01 03:14,12.6,95.9,10.6,99.9,976.7,999.9,10.4,99.9,999.9,999.9 +2022-01-01 03:24,12.6,95.8,10.6,99.9,976.8,999.9,10.4,99.9,999.9,999.9 +2022-01-01 03:24,12.6,95.8,10.6,99.9,976.8,999.9,10.4,99.9,999.9,999.9 +2022-01-01 03:34,12.6,95.8,10.6,99.9,976.4,999.9,10.4,99.9,999.9,999.9 +2022-01-01 03:44,12.6,95.8,10.6,99.9,977.1,999.9,10.4,99.9,999.9,999.9 +2022-01-01 03:54,12.6,95.8,10.6,99.9,976.3,999.9,10.4,99.9,999.9,999.9 +2022-01-01 04:04,12.7,95.8,10.6,99.9,977.1,999.9,10.4,99.9,999.9,999.9 +2022-01-01 04:14,12.7,95.7,10.7,99.9,977.6,999.9,10.4,99.9,999.9,999.9 +2022-01-01 04:14,12.7,95.7,10.7,99.9,977.6,999.9,10.4,99.9,999.9,999.9 +2022-01-01 04:15,12.7,95.7,10.7,99.9,977.6,999.9,10.4,99.9,999.9,999.9 +2022-01-01 04:25,12.8,95.7,10.7,99.9,977.5,999.9,10.5,99.9,999.9,999.9 +2022-01-01 04:35,12.8,95.7,10.8,99.9,977.4,999.9,10.5,99.9,999.9,999.9 +2022-01-01 04:45,12.8,95.6,10.7,99.9,977.2,999.9,10.5,99.9,999.9,999.9 +2022-01-01 04:55,12.8,95.6,10.7,99.9,977.4,999.9,10.5,99.9,999.9,999.9 +2022-01-01 05:05,12.8,95.7,10.7,99.9,977.4,999.9,10.5,99.9,999.9,999.9 +2022-01-01 05:05,12.8,95.7,10.7,99.9,977.4,999.9,10.5,99.9,999.9,999.9 +2022-01-01 05:15,12.7,95.7,10.7,99.9,977.1,999.9,10.5,99.9,999.9,999.9 +2022-01-01 05:25,12.7,95.6,10.7,99.9,977.3,999.9,10.5,99.9,999.9,999.9 +2022-01-01 05:35,12.7,95.6,10.8,99.9,977.1,999.9,10.5,99.9,999.9,999.9 +2022-01-01 05:45,12.7,95.7,10.7,99.9,977.4,999.9,10.5,99.9,999.9,999.9 +2022-01-01 05:45,12.7,95.7,10.7,99.9,977.4,999.9,10.5,99.9,999.9,999.9 +2022-01-01 05:55,12.7,95.6,10.7,99.9,977.6,999.9,10.5,99.9,999.9,999.9 +2022-01-01 06:05,12.7,95.6,10.7,99.9,977.6,999.9,10.5,99.9,999.9,999.9 +2022-01-01 06:16,12.7,95.5,10.7,99.9,977.4,999.9,10.5,99.9,999.9,999.9 +2022-01-01 06:26,12.7,95.5,10.6,99.9,977.3,999.9,10.4,99.9,999.9,999.9 +2022-01-01 06:36,12.6,95.6,10.6,99.9,977.3,999.9,10.4,99.9,999.9,999.9 +2022-01-01 06:46,12.6,95.7,10.6,99.9,977.2,999.9,10.4,99.9,999.9,999.9 +2022-01-01 06:56,12.6,95.7,10.6,99.9,977.4,999.9,10.4,99.9,999.9,999.9 +2022-01-01 07:06,12.7,95.7,10.6,99.9,977.4,999.9,10.4,99.9,999.9,999.9 +2022-01-01 07:16,12.7,95.7,10.7,99.9,977.7,999.9,10.5,99.9,999.9,999.9 +2022-01-01 07:26,12.8,95.7,10.7,99.9,977.9,999.9,10.5,99.9,999.9,999.9 +2022-01-01 07:36,12.8,95.7,10.7,99.9,977.9,999.9,10.5,99.9,999.9,999.9 +2022-01-01 07:46,12.8,95.7,10.7,99.9,977.4,999.9,10.5,99.9,999.9,999.9 +2022-01-01 07:56,12.8,95.7,10.7,99.9,977.1,999.9,10.5,99.9,999.9,999.9 +2022-01-01 08:06,12.8,95.8,10.7,99.9,977.2,999.9,10.5,99.9,999.9,999.9 +2022-01-01 08:16,12.7,95.9,10.8,99.9,977.0,999.9,10.5,99.9,999.9,999.9 +2022-01-01 08:26,12.7,96.1,10.7,99.9,977.2,999.9,10.5,99.9,999.9,999.9 +2022-01-01 08:36,12.7,96.2,10.7,99.9,977.4,999.9,10.5,99.9,999.9,999.9 +2022-01-01 08:47,12.7,96.3,10.8,99.9,977.6,999.9,10.5,99.9,999.9,999.9 +2022-01-01 08:57,12.7,96.4,10.8,99.9,977.3,999.9,10.5,99.9,999.9,999.9 +2022-01-01 09:07,12.8,96.4,10.8,99.9,977.4,999.9,10.5,99.9,999.9,999.9 +2022-01-01 09:17,12.8,96.6,10.9,99.9,977.3,999.9,10.5,99.9,999.9,999.9 +2022-01-01 09:27,12.9,96.7,11.1,99.9,977.3,999.9,10.7,99.9,999.9,999.9 +2022-01-01 09:37,13.1,96.6,11.2,99.9,977.2,999.9,10.8,99.9,999.9,999.9 +2022-01-01 09:47,13.2,96.5,11.4,99.9,977.4,999.9,11.0,99.9,999.9,999.9 +2022-01-01 09:47,13.2,96.5,11.4,99.9,977.4,999.9,11.0,99.9,999.9,999.9 +2022-01-01 09:57,13.4,96.3,11.6,99.9,977.3,999.9,11.1,99.9,999.9,999.9 +2022-01-01 10:07,13.4,96.3,11.6,99.9,977.3,999.9,11.1,99.9,999.9,999.9 +2022-01-01 10:17,13.4,96.5,11.6,99.9,977.1,999.9,11.1,99.9,999.9,999.9 +2022-01-01 10:27,13.5,96.6,11.8,99.9,977.3,999.9,11.2,99.9,999.9,999.9 +2022-01-01 10:37,13.6,96.7,12.0,99.9,977.5,999.9,11.3,99.9,999.9,999.9 +2022-01-01 10:47,14.0,96.7,12.7,99.9,977.0,999.9,11.6,99.9,999.9,999.9 +2022-01-01 10:57,14.5,96.2,13.3,99.9,977.4,999.9,12.1,99.9,999.9,999.9 +2022-01-01 11:07,14.8,95.7,13.7,99.9,977.6,999.9,12.4,99.9,999.9,999.9 +2022-01-01 11:17,15.2,94.9,14.2,99.9,976.8,999.9,12.7,99.9,999.9,999.9 +2022-01-01 11:27,15.3,94.4,14.3,99.9,977.7,999.9,12.9,99.9,999.9,999.9 +2022-01-01 11:37,15.3,94.5,14.4,99.9,978.1,999.9,13.0,99.9,999.9,999.9 +2022-01-01 11:47,15.4,94.4,14.6,99.9,977.8,999.9,13.1,99.9,999.9,999.9 +2022-01-01 11:58,15.4,94.5,14.5,99.9,977.6,999.9,13.1,99.9,999.9,999.9 +2022-01-01 12:08,15.3,94.7,14.5,99.9,977.8,999.9,13.1,99.9,999.9,999.9 +2022-01-01 12:18,15.4,94.8,14.7,99.9,978.4,999.9,13.2,99.9,999.9,999.9 +2022-01-01 12:28,15.8,94.6,15.2,99.9,978.0,999.9,13.6,99.9,999.9,999.9 +2022-01-01 12:38,16.2,94.2,15.5,99.9,977.8,999.9,13.9,99.9,999.9,999.9 +2022-01-01 12:48,16.2,93.8,15.4,99.9,977.8,999.9,13.9,99.9,999.9,999.9 +2022-01-01 12:58,16.0,94.0,15.3,99.9,978.4,999.9,13.8,99.9,999.9,999.9 +2022-01-01 13:08,15.8,94.2,15.1,99.9,978.3,999.9,13.7,99.9,999.9,999.9 +2022-01-01 13:08,15.8,94.2,15.1,99.9,978.3,999.9,13.7,99.9,999.9,999.9 +2022-01-01 13:19,15.6,94.4,14.8,99.9,978.2,999.9,13.5,99.9,999.9,999.9 +2022-01-01 13:29,15.4,94.3,14.4,99.9,978.4,999.9,13.2,99.9,999.9,999.9 +2022-01-01 13:39,15.3,94.2,14.3,99.9,977.9,999.9,13.1,99.9,999.9,999.9 +2022-01-01 13:49,15.3,94.2,14.3,99.9,977.8,999.9,13.1,99.9,999.9,999.9 +2022-01-01 13:59,15.4,94.3,14.5,99.9,977.5,999.9,13.2,99.9,999.9,999.9 +2022-01-01 14:09,15.5,94.1,14.6,99.9,977.8,999.9,13.3,99.9,999.9,999.9 +2022-01-01 14:19,15.5,94.2,14.6,99.9,977.9,999.9,13.4,99.9,999.9,999.9 +2022-01-01 14:19,15.5,94.2,14.6,99.9,977.9,999.9,13.4,99.9,999.9,999.9 +2022-01-01 14:29,15.4,94.2,14.3,99.9,977.9,999.9,13.2,99.9,999.9,999.9 +2022-01-01 14:39,15.2,94.4,14.0,99.9,977.9,999.9,13.0,99.9,999.9,999.9 +2022-01-01 14:49,15.0,94.6,13.8,99.9,977.4,999.9,12.9,99.9,999.9,999.9 +2022-01-01 14:59,15.0,94.7,13.7,99.9,977.5,999.9,12.8,99.9,999.9,999.9 +2022-01-01 15:09,14.8,94.8,13.6,99.9,976.4,999.9,12.6,99.9,999.9,999.9 +2022-01-01 15:19,14.7,94.9,13.4,99.9,977.0,999.9,12.5,99.9,999.9,999.9 +2022-01-01 15:29,14.6,94.9,13.3,99.9,977.4,999.9,12.4,99.9,999.9,999.9 +2022-01-01 15:39,14.6,95.2,13.4,99.9,977.5,999.9,12.6,99.9,999.9,999.9 +2022-01-01 15:49,14.9,94.6,13.7,99.9,977.7,999.9,12.8,99.9,999.9,999.9 +2022-01-01 15:59,14.8,94.1,13.3,99.9,977.7,999.9,12.5,99.9,999.9,999.9 +2022-01-01 16:09,14.5,94.2,13.0,99.9,977.8,999.9,12.3,99.9,999.9,999.9 +2022-01-01 16:19,14.2,94.0,12.6,99.9,977.5,999.9,12.0,99.9,999.9,999.9 +2022-01-01 16:29,14.0,94.0,12.3,99.9,977.5,999.9,11.7,99.9,999.9,999.9 +2022-01-01 16:39,13.7,94.2,12.0,99.9,977.6,999.9,11.5,99.9,999.9,999.9 +2022-01-01 16:49,13.6,94.5,11.8,99.9,977.2,999.9,11.3,99.9,999.9,999.9 +2022-01-01 16:59,13.5,94.9,11.7,99.9,977.3,999.9,11.3,99.9,999.9,999.9 +2022-01-01 17:09,13.5,95.0,11.6,99.9,977.4,999.9,11.3,99.9,999.9,999.9 +2022-01-01 17:19,13.5,95.0,11.5,99.9,977.8,999.9,11.2,99.9,999.9,999.9 +2022-01-01 17:29,13.5,95.0,11.4,99.9,977.5,999.9,11.3,99.9,999.9,999.9 +2022-01-01 17:39,13.5,94.9,11.4,99.9,977.6,999.9,11.2,99.9,999.9,999.9 +2022-01-01 17:49,13.4,94.8,11.3,99.9,977.6,999.9,11.1,99.9,999.9,999.9 +2022-01-01 17:59,13.4,94.8,11.3,99.9,977.6,999.9,11.1,99.9,999.9,999.9 +2022-01-01 18:09,13.4,94.8,11.3,99.9,977.7,999.9,11.1,99.9,999.9,999.9 +2022-01-01 18:19,13.5,94.7,11.3,99.9,977.4,999.9,11.2,99.9,999.9,999.9 +2022-01-01 18:29,13.6,94.5,11.3,99.9,977.7,999.9,11.3,99.9,999.9,999.9 +2022-01-01 18:39,13.6,94.3,11.3,99.9,978.0,999.9,11.3,99.9,999.9,999.9 +2022-01-01 18:49,13.6,94.2,11.3,99.9,978.1,999.9,11.3,99.9,999.9,999.9 +2022-01-01 18:59,13.6,94.1,11.3,99.9,978.2,999.9,11.3,99.9,999.9,999.9 +2022-01-01 19:09,13.5,94.2,11.3,99.9,977.4,999.9,11.2,99.9,999.9,999.9 +2022-01-01 19:20,13.5,94.3,11.2,99.9,977.5,999.9,11.2,99.9,999.9,999.9 +2022-01-01 19:30,13.5,94.3,11.3,99.9,977.5,999.9,11.2,99.9,999.9,999.9 +2022-01-01 19:40,13.6,94.2,11.3,99.9,977.4,999.9,11.3,99.9,999.9,999.9 +2022-01-01 19:50,13.6,94.0,11.3,99.9,977.4,999.9,11.3,99.9,999.9,999.9 +2022-01-01 20:00,13.6,93.9,11.3,99.9,977.5,999.9,11.3,99.9,999.9,999.9 +2022-01-01 20:10,13.6,93.7,11.3,99.9,977.6,999.9,11.2,99.9,999.9,999.9 +2022-01-01 20:20,13.4,93.7,11.2,99.9,977.8,999.9,11.1,99.9,999.9,999.9 +2022-01-01 20:30,13.4,93.9,11.1,99.9,977.5,999.9,11.1,99.9,999.9,999.9 +2022-01-01 20:40,13.4,94.0,11.1,99.9,977.4,999.9,11.1,99.9,999.9,999.9 +2022-01-01 20:50,13.4,93.9,11.1,99.9,977.3,999.9,11.1,99.9,999.9,999.9 +2022-01-01 21:00,13.5,93.6,11.2,99.9,977.3,999.9,11.2,99.9,999.9,999.9 +2022-01-01 21:10,13.6,93.5,11.2,99.9,977.3,999.9,11.2,99.9,999.9,999.9 +2022-01-01 21:20,13.5,93.5,11.2,99.9,977.5,999.9,11.2,99.9,999.9,999.9 +2022-01-01 21:30,13.5,93.5,11.2,99.9,977.6,999.9,11.1,99.9,999.9,999.9 +2022-01-01 21:40,13.5,93.5,11.2,99.9,977.3,999.9,11.1,99.9,999.9,999.9 +2022-01-01 21:50,13.5,93.5,11.2,99.9,977.6,999.9,11.2,99.9,999.9,999.9 +2022-01-01 22:00,13.6,93.3,11.2,99.9,977.1,999.9,11.3,99.9,999.9,999.9 +2022-01-01 22:00,13.6,93.3,11.2,99.9,977.1,999.9,11.3,99.9,999.9,999.9 +2022-01-01 22:10,13.6,93.1,11.2,99.9,976.8,999.9,11.3,99.9,999.9,999.9 +2022-01-01 22:20,13.6,92.9,11.3,99.9,977.2,999.9,11.3,99.9,999.9,999.9 +2022-01-01 22:30,13.7,92.8,11.3,99.9,977.5,999.9,11.3,99.9,999.9,999.9 +2022-01-01 22:40,13.6,92.9,11.3,99.9,976.4,999.9,11.2,99.9,999.9,999.9 +2022-01-01 22:50,13.5,93.3,11.2,99.9,977.7,999.9,11.0,99.9,999.9,999.9 +2022-01-01 22:50,13.5,93.3,11.2,99.9,977.7,999.9,11.0,99.9,999.9,999.9 +2022-01-01 23:00,13.4,93.5,11.2,99.9,977.5,999.9,10.9,99.9,999.9,999.9 +2022-01-01 23:01,13.4,93.5,11.2,99.9,977.5,999.9,10.9,99.9,999.9,999.9 +2022-01-01 23:11,13.3,93.7,11.1,99.9,977.3,999.9,10.9,99.9,999.9,999.9 +2022-01-01 23:11,13.3,93.7,11.1,99.9,977.3,999.9,10.9,99.9,999.9,999.9 +2022-01-01 23:21,13.2,93.9,11.1,99.9,977.3,999.9,10.8,99.9,999.9,999.9 +2022-01-01 23:31,13.1,94.1,11.0,99.9,977.7,999.9,10.8,99.9,999.9,999.9 +2022-01-01 23:41,13.1,94.3,10.9,99.9,977.0,999.9,10.7,99.9,999.9,999.9 +2022-01-01 23:51,13.1,94.4,10.9,99.9,977.2,999.9,10.7,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-02_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-02_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..f68756a --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-02_telemetry_PE1RXF-7.dat @@ -0,0 +1,171 @@ +2022-01-02 00:01,13.1,94.3,10.9,99.9,977.7,999.9,10.7,99.9,999.9,999.9 +2022-01-02 00:11,13.2,94.2,10.9,99.9,977.6,999.9,10.8,99.9,999.9,999.9 +2022-01-02 00:21,13.2,93.9,10.9,99.9,977.5,999.9,10.9,99.9,999.9,999.9 +2022-01-02 00:31,13.2,93.8,10.9,99.9,977.0,999.9,10.8,99.9,999.9,999.9 +2022-01-02 00:41,13.0,94.1,10.8,99.9,977.9,999.9,10.6,99.9,999.9,999.9 +2022-01-02 00:52,12.9,94.3,10.8,99.9,977.1,999.9,10.5,99.9,999.9,999.9 +2022-01-02 01:02,12.9,94.5,10.8,99.9,977.1,999.9,10.5,99.9,999.9,999.9 +2022-01-02 01:12,12.8,94.7,10.7,99.9,977.6,999.9,10.4,99.9,999.9,999.9 +2022-01-02 01:22,12.7,94.9,10.7,99.9,976.9,999.9,10.4,99.9,999.9,999.9 +2022-01-02 01:32,12.7,95.3,10.7,99.9,977.0,999.9,10.4,99.9,999.9,999.9 +2022-01-02 01:42,12.7,95.5,10.6,99.9,976.7,999.9,10.3,99.9,999.9,999.9 +2022-01-02 01:52,12.6,95.7,10.6,99.9,977.0,999.9,10.3,99.9,999.9,999.9 +2022-01-02 02:02,12.6,96.0,10.6,99.9,976.9,999.9,10.3,99.9,999.9,999.9 +2022-01-02 02:12,12.6,96.1,10.5,99.9,977.3,999.9,10.2,99.9,999.9,999.9 +2022-01-02 02:12,12.6,96.1,10.5,99.9,977.3,999.9,10.2,99.9,999.9,999.9 +2022-01-02 02:13,12.6,96.1,10.5,99.9,977.3,999.9,10.2,99.9,999.9,999.9 +2022-01-02 02:23,12.6,96.2,10.5,99.9,976.7,999.9,10.3,99.9,999.9,999.9 +2022-01-02 02:33,12.6,96.3,10.5,99.9,976.5,999.9,10.3,99.9,999.9,999.9 +2022-01-02 02:43,12.6,96.5,10.6,99.9,976.2,999.9,10.3,99.9,999.9,999.9 +2022-01-02 02:53,12.6,96.7,10.6,99.9,976.7,999.9,10.3,99.9,999.9,999.9 +2022-01-02 03:03,12.5,96.9,10.6,99.9,977.0,999.9,10.3,99.9,999.9,999.9 +2022-01-02 03:13,12.5,97.0,10.6,99.9,977.1,999.9,10.3,99.9,999.9,999.9 +2022-01-02 03:13,12.5,97.0,10.6,99.9,977.1,999.9,10.3,99.9,999.9,999.9 +2022-01-02 03:23,12.5,97.1,10.6,99.9,977.3,999.9,10.3,99.9,999.9,999.9 +2022-01-02 03:33,12.5,97.2,10.6,99.9,977.5,999.9,10.3,99.9,999.9,999.9 +2022-01-02 03:43,12.5,97.2,10.5,99.9,977.5,999.9,10.2,99.9,999.9,999.9 +2022-01-02 03:53,12.5,97.2,10.5,99.9,977.3,999.9,10.3,99.9,999.9,999.9 +2022-01-02 04:03,12.5,97.3,10.5,99.9,977.2,999.9,10.2,99.9,999.9,999.9 +2022-01-02 04:13,12.5,97.3,10.5,99.9,977.6,999.9,10.3,99.9,999.9,999.9 +2022-01-02 04:23,12.6,97.4,10.6,99.9,977.5,999.9,10.3,99.9,999.9,999.9 +2022-01-02 04:33,12.6,97.4,10.6,99.9,977.3,999.9,10.3,99.9,999.9,999.9 +2022-01-02 04:43,12.6,97.4,10.5,99.9,977.3,999.9,10.3,99.9,999.9,999.9 +2022-01-02 04:53,12.6,97.4,10.6,99.9,977.4,999.9,10.3,99.9,999.9,999.9 +2022-01-02 04:53,12.6,97.4,10.6,99.9,977.4,999.9,10.3,99.9,999.9,999.9 +2022-01-02 05:03,12.6,97.3,10.6,99.9,977.4,999.9,10.3,99.9,999.9,999.9 +2022-01-02 05:13,12.6,97.3,10.6,99.9,977.8,999.9,10.3,99.9,999.9,999.9 +2022-01-02 05:23,12.7,97.3,10.6,99.9,977.3,999.9,10.3,99.9,999.9,999.9 +2022-01-02 05:33,12.7,97.4,10.6,99.9,977.4,999.9,10.3,99.9,999.9,999.9 +2022-01-02 05:43,12.7,97.5,10.6,99.9,977.8,999.9,10.4,99.9,999.9,999.9 +2022-01-02 05:43,12.7,97.5,10.6,99.9,977.8,999.9,10.4,99.9,999.9,999.9 +2022-01-02 05:53,12.7,97.6,10.6,99.9,978.0,999.9,10.4,99.9,999.9,999.9 +2022-01-02 06:03,12.8,97.6,10.7,99.9,977.5,999.9,10.4,99.9,999.9,999.9 +2022-01-02 06:13,12.8,97.6,10.7,99.9,978.0,999.9,10.4,99.9,999.9,999.9 +2022-01-02 06:14,12.8,97.6,10.7,99.9,978.0,999.9,10.4,99.9,999.9,999.9 +2022-01-02 06:24,12.8,97.6,10.7,99.9,977.3,999.9,10.4,99.9,999.9,999.9 +2022-01-02 06:34,12.8,97.7,10.7,99.9,977.5,999.9,10.4,99.9,999.9,999.9 +2022-01-02 06:44,12.8,97.7,10.7,99.9,977.5,999.9,10.5,99.9,999.9,999.9 +2022-01-02 06:44,12.8,97.7,10.7,99.9,977.5,999.9,10.5,99.9,999.9,999.9 +2022-01-02 06:44,12.8,97.7,10.7,99.9,977.5,999.9,10.5,99.9,999.9,999.9 +2022-01-02 06:54,12.9,97.7,10.8,99.9,977.5,999.9,10.5,99.9,999.9,999.9 +2022-01-02 07:04,12.9,97.8,10.8,99.9,977.2,999.9,10.5,99.9,999.9,999.9 +2022-01-02 07:14,12.9,98.0,10.8,99.9,977.5,999.9,10.6,99.9,999.9,999.9 +2022-01-02 07:14,12.9,98.0,10.8,99.9,977.5,999.9,10.6,99.9,999.9,999.9 +2022-01-02 07:24,13.0,98.1,10.8,99.9,977.3,999.9,10.6,99.9,999.9,999.9 +2022-01-02 07:34,13.0,98.3,10.9,99.9,977.4,999.9,10.7,99.9,999.9,999.9 +2022-01-02 07:44,13.2,98.3,11.0,99.9,977.4,999.9,10.8,99.9,999.9,999.9 +2022-01-02 07:45,13.2,98.3,11.0,99.9,977.4,999.9,10.8,99.9,999.9,999.9 +2022-01-02 07:55,13.3,98.4,11.1,99.9,977.4,999.9,10.9,99.9,999.9,999.9 +2022-01-02 08:05,13.4,98.3,11.2,99.9,977.3,999.9,11.0,99.9,999.9,999.9 +2022-01-02 08:15,13.5,98.1,11.2,99.9,977.3,999.9,11.0,99.9,999.9,999.9 +2022-01-02 08:25,13.5,97.8,11.2,99.9,977.3,999.9,11.1,99.9,999.9,999.9 +2022-01-02 08:35,13.4,97.6,11.2,99.9,977.4,999.9,11.0,99.9,999.9,999.9 +2022-01-02 08:35,13.4,97.6,11.2,99.9,977.4,999.9,11.0,99.9,999.9,999.9 +2022-01-02 08:45,13.3,97.4,11.2,99.9,977.5,999.9,10.9,99.9,999.9,999.9 +2022-01-02 08:55,13.3,97.2,11.2,99.9,977.4,999.9,10.9,99.9,999.9,999.9 +2022-01-02 09:05,13.2,97.1,11.1,99.9,977.4,999.9,10.9,99.9,999.9,999.9 +2022-01-02 09:15,13.2,96.9,11.1,99.9,977.1,999.9,10.8,99.9,999.9,999.9 +2022-01-02 09:25,13.3,96.8,11.2,99.9,977.0,999.9,10.8,99.9,999.9,999.9 +2022-01-02 09:35,13.3,96.6,11.2,99.9,977.4,999.9,10.8,99.9,999.9,999.9 +2022-01-02 09:45,13.3,96.5,11.3,99.9,977.0,999.9,10.8,99.9,999.9,999.9 +2022-01-02 09:55,13.3,96.4,11.2,99.9,977.4,999.9,10.8,99.9,999.9,999.9 +2022-01-02 10:05,13.3,96.2,11.2,99.9,977.0,999.9,10.9,99.9,999.9,999.9 +2022-01-02 10:15,13.3,96.2,11.2,99.9,977.0,999.9,10.8,99.9,999.9,999.9 +2022-01-02 10:25,13.3,96.4,11.3,99.9,977.7,999.9,10.8,99.9,999.9,999.9 +2022-01-02 10:25,13.3,96.4,11.3,99.9,977.7,999.9,10.8,99.9,999.9,999.9 +2022-01-02 10:25,13.3,96.4,11.3,99.9,977.7,999.9,10.8,99.9,999.9,999.9 +2022-01-02 10:35,13.3,96.5,11.4,99.9,977.6,999.9,10.9,99.9,999.9,999.9 +2022-01-02 10:45,13.5,96.6,11.6,99.9,977.7,999.9,11.0,99.9,999.9,999.9 +2022-01-02 10:55,13.6,96.2,11.7,99.9,977.6,999.9,11.2,99.9,999.9,999.9 +2022-01-02 10:56,13.6,96.2,11.7,99.9,977.6,999.9,11.2,99.9,999.9,999.9 +2022-01-02 11:06,13.9,95.8,12.1,99.9,977.8,999.9,11.4,99.9,999.9,999.9 +2022-01-02 11:16,14.2,95.1,12.5,99.9,977.9,999.9,11.7,99.9,999.9,999.9 +2022-01-02 11:26,14.7,94.2,13.2,99.9,977.4,999.9,12.1,99.9,999.9,999.9 +2022-01-02 11:36,14.6,93.6,13.0,99.9,977.5,999.9,12.1,99.9,999.9,999.9 +2022-01-02 11:46,14.5,93.4,12.8,99.9,978.0,999.9,12.0,99.9,999.9,999.9 +2022-01-02 11:56,14.4,93.4,12.7,99.9,977.7,999.9,12.0,99.9,999.9,999.9 +2022-01-02 12:06,14.3,93.4,12.7,99.9,977.4,999.9,11.9,99.9,999.9,999.9 +2022-01-02 12:06,14.3,93.4,12.7,99.9,977.4,999.9,11.9,99.9,999.9,999.9 +2022-01-02 12:16,14.7,93.3,13.4,99.9,977.8,999.9,12.3,99.9,999.9,999.9 +2022-01-02 12:26,15.1,92.5,13.8,99.9,977.7,999.9,12.6,99.9,999.9,999.9 +2022-01-02 12:36,14.9,92.3,13.5,99.9,977.8,999.9,12.5,99.9,999.9,999.9 +2022-01-02 12:47,14.8,91.9,13.4,99.9,978.0,999.9,12.4,99.9,999.9,999.9 +2022-01-02 12:57,14.6,91.8,13.0,99.9,977.9,999.9,12.2,99.9,999.9,999.9 +2022-01-02 13:07,14.4,91.7,12.9,99.9,977.7,999.9,12.1,99.9,999.9,999.9 +2022-01-02 13:17,14.3,91.7,12.7,99.9,977.9,999.9,11.9,99.9,999.9,999.9 +2022-01-02 13:27,14.1,92.3,12.6,99.9,977.8,999.9,11.8,99.9,999.9,999.9 +2022-01-02 13:27,14.1,92.3,12.6,99.9,977.8,999.9,11.8,99.9,999.9,999.9 +2022-01-02 13:37,14.1,92.2,12.5,99.9,978.3,999.9,11.7,99.9,999.9,999.9 +2022-01-02 13:47,14.1,92.4,12.5,99.9,978.3,999.9,11.8,99.9,999.9,999.9 +2022-01-02 13:47,14.1,92.4,12.5,99.9,978.3,999.9,11.8,99.9,999.9,999.9 +2022-01-02 13:57,14.1,92.6,12.6,99.9,978.2,999.9,11.7,99.9,999.9,999.9 +2022-01-02 14:07,14.6,92.1,13.2,99.9,978.0,999.9,12.1,99.9,999.9,999.9 +2022-01-02 14:17,14.6,91.2,13.1,99.9,978.3,999.9,12.2,99.9,999.9,999.9 +2022-01-02 14:27,14.6,90.8,13.1,99.9,977.8,999.9,12.2,99.9,999.9,999.9 +2022-01-02 14:37,14.5,90.5,13.1,99.9,977.8,999.9,12.2,99.9,999.9,999.9 +2022-01-02 14:47,14.3,90.6,12.8,99.9,977.6,999.9,12.0,99.9,999.9,999.9 +2022-01-02 14:48,14.3,90.6,12.8,99.9,977.6,999.9,12.0,99.9,999.9,999.9 +2022-01-02 14:48,14.3,90.6,12.8,99.9,977.6,999.9,12.0,99.9,999.9,999.9 +2022-01-02 14:58,13.9,90.9,12.3,99.9,977.4,999.9,11.7,99.9,999.9,999.9 +2022-01-02 15:08,13.7,91.4,12.0,99.9,977.6,999.9,11.4,99.9,999.9,999.9 +2022-01-02 15:18,13.4,92.1,11.7,99.9,977.7,999.9,11.2,99.9,999.9,999.9 +2022-01-02 15:28,13.2,92.4,11.6,99.9,977.2,999.9,11.1,99.9,999.9,999.9 +2022-01-02 15:38,13.1,92.6,11.5,99.9,977.3,999.9,11.0,99.9,999.9,999.9 +2022-01-02 15:48,13.0,92.4,11.4,99.9,977.6,999.9,10.8,99.9,999.9,999.9 +2022-01-02 15:58,12.9,92.1,11.2,99.9,977.5,999.9,10.7,99.9,999.9,999.9 +2022-01-02 16:08,12.8,92.0,11.0,99.9,977.1,999.9,10.6,99.9,999.9,999.9 +2022-01-02 16:18,12.6,92.2,10.8,99.9,977.6,999.9,10.4,99.9,999.9,999.9 +2022-01-02 16:19,12.6,92.2,10.8,99.9,977.6,999.9,10.4,99.9,999.9,999.9 +2022-01-02 16:29,12.5,92.5,10.7,99.9,977.2,999.9,10.3,99.9,999.9,999.9 +2022-01-02 16:39,12.5,92.5,10.6,99.9,977.0,999.9,10.2,99.9,999.9,999.9 +2022-01-02 16:49,12.4,92.4,10.5,99.9,977.0,999.9,10.2,99.9,999.9,999.9 +2022-01-02 16:59,12.4,92.6,10.4,99.9,977.2,999.9,10.2,99.9,999.9,999.9 +2022-01-02 17:09,12.3,92.8,10.3,99.9,976.7,999.9,10.1,99.9,999.9,999.9 +2022-01-02 17:19,12.2,92.9,10.2,99.9,976.4,999.9,10.0,99.9,999.9,999.9 +2022-01-02 17:29,12.0,93.3,10.0,99.9,977.0,999.9,9.8,99.9,999.9,999.9 +2022-01-02 17:39,11.8,93.6,9.9,99.9,976.8,999.9,9.6,99.9,999.9,999.9 +2022-01-02 17:49,11.8,93.9,9.8,99.9,976.5,999.9,9.6,99.9,999.9,999.9 +2022-01-02 17:59,11.8,94.1,9.8,99.9,976.0,999.9,9.6,99.9,999.9,999.9 +2022-01-02 18:09,11.9,94.0,9.8,99.9,977.0,999.9,9.6,99.9,999.9,999.9 +2022-01-02 18:19,11.8,93.9,9.8,99.9,977.3,999.9,9.6,99.9,999.9,999.9 +2022-01-02 18:19,11.8,93.9,9.8,99.9,977.3,999.9,9.6,99.9,999.9,999.9 +2022-01-02 18:29,11.8,93.8,9.8,99.9,977.5,999.9,9.6,99.9,999.9,999.9 +2022-01-02 18:39,11.7,93.7,9.6,99.9,977.4,999.9,9.5,99.9,999.9,999.9 +2022-01-02 18:49,11.6,93.9,9.5,99.9,977.2,999.9,9.3,99.9,999.9,999.9 +2022-01-02 18:49,11.6,93.9,9.5,99.9,977.2,999.9,9.3,99.9,999.9,999.9 +2022-01-02 18:59,11.5,94.1,9.4,99.9,977.3,999.9,9.2,99.9,999.9,999.9 +2022-01-02 19:00,11.5,94.1,9.4,99.9,977.3,999.9,9.2,99.9,999.9,999.9 +2022-01-02 19:10,11.5,94.2,9.4,99.9,977.0,999.9,9.2,99.9,999.9,999.9 +2022-01-02 19:20,11.5,94.2,9.3,99.9,976.8,999.9,9.2,99.9,999.9,999.9 +2022-01-02 19:30,11.5,94.3,9.3,99.9,977.4,999.9,9.2,99.9,999.9,999.9 +2022-01-02 19:40,11.4,94.2,9.2,99.9,977.0,999.9,9.1,99.9,999.9,999.9 +2022-01-02 19:50,11.3,94.4,9.1,99.9,977.0,999.9,9.0,99.9,999.9,999.9 +2022-01-02 20:00,11.3,94.6,9.1,99.9,977.4,999.9,9.0,99.9,999.9,999.9 +2022-01-02 20:01,11.3,94.6,9.1,99.9,977.4,999.9,9.0,99.9,999.9,999.9 +2022-01-02 20:11,11.3,94.6,9.1,99.9,977.3,999.9,9.0,99.9,999.9,999.9 +2022-01-02 20:21,11.2,94.7,9.0,99.9,977.1,999.9,8.9,99.9,999.9,999.9 +2022-01-02 20:31,11.1,94.9,8.9,99.9,977.0,999.9,8.8,99.9,999.9,999.9 +2022-01-02 20:31,11.1,94.9,8.9,99.9,977.0,999.9,8.8,99.9,999.9,999.9 +2022-01-02 20:41,11.1,95.0,8.9,99.9,977.4,999.9,8.9,99.9,999.9,999.9 +2022-01-02 20:51,11.2,95.1,8.9,99.9,977.3,999.9,8.9,99.9,999.9,999.9 +2022-01-02 21:01,11.2,95.0,8.9,99.9,977.0,999.9,8.9,99.9,999.9,999.9 +2022-01-02 21:11,11.1,95.0,8.9,99.9,977.1,999.9,8.8,99.9,999.9,999.9 +2022-01-02 21:21,11.2,95.1,8.9,99.9,977.3,999.9,8.9,99.9,999.9,999.9 +2022-01-02 21:31,11.2,95.0,8.9,99.9,977.8,999.9,8.9,99.9,999.9,999.9 +2022-01-02 21:41,11.2,95.0,8.9,99.9,977.6,999.9,9.0,99.9,999.9,999.9 +2022-01-02 21:51,11.2,95.1,9.0,99.9,977.1,999.9,9.0,99.9,999.9,999.9 +2022-01-02 22:01,11.3,95.2,9.0,99.9,976.9,999.9,9.0,99.9,999.9,999.9 +2022-01-02 22:11,11.4,95.4,9.1,99.9,977.1,999.9,9.1,99.9,999.9,999.9 +2022-01-02 22:12,11.4,95.4,9.1,99.9,977.1,999.9,9.1,99.9,999.9,999.9 +2022-01-02 22:12,11.4,95.4,9.1,99.9,977.1,999.9,9.1,99.9,999.9,999.9 +2022-01-02 22:22,11.5,95.5,9.2,99.9,976.9,999.9,9.1,99.9,999.9,999.9 +2022-01-02 22:32,11.5,95.5,9.3,99.9,976.9,999.9,9.1,99.9,999.9,999.9 +2022-01-02 22:42,11.4,95.6,9.3,99.9,976.9,999.9,9.1,99.9,999.9,999.9 +2022-01-02 22:52,11.3,95.6,9.2,99.9,977.1,999.9,8.9,99.9,999.9,999.9 +2022-01-02 23:02,11.0,95.8,9.1,99.9,977.0,999.9,8.7,99.9,999.9,999.9 +2022-01-02 23:12,10.9,96.3,9.0,99.9,976.7,999.9,8.6,99.9,999.9,999.9 +2022-01-02 23:13,10.9,96.3,9.0,99.9,976.7,999.9,8.6,99.9,999.9,999.9 +2022-01-02 23:23,10.8,96.7,8.9,99.9,977.4,999.9,8.6,99.9,999.9,999.9 +2022-01-02 23:33,10.7,97.0,8.9,99.9,977.2,999.9,8.5,99.9,999.9,999.9 +2022-01-02 23:43,10.8,97.3,8.9,99.9,976.8,999.9,8.6,99.9,999.9,999.9 +2022-01-02 23:53,10.8,96.7,8.9,99.9,977.0,999.9,8.5,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-03_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-03_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..aad6a00 --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-03_telemetry_PE1RXF-7.dat @@ -0,0 +1,172 @@ +2022-01-03 00:03,10.5,95.8,8.7,99.9,976.8,999.9,8.3,99.9,999.9,999.9 +2022-01-03 00:13,10.3,95.9,8.5,99.9,976.8,999.9,8.1,99.9,999.9,999.9 +2022-01-03 00:23,10.1,96.0,8.4,99.9,976.7,999.9,8.0,99.9,999.9,999.9 +2022-01-03 00:33,9.9,96.0,8.2,99.9,976.8,999.9,7.8,99.9,999.9,999.9 +2022-01-03 00:43,9.7,96.0,8.0,99.9,976.6,999.9,7.6,99.9,999.9,999.9 +2022-01-03 00:53,9.6,96.4,7.9,99.9,976.2,999.9,7.4,99.9,999.9,999.9 +2022-01-03 01:03,9.6,96.9,7.8,99.9,976.3,999.9,7.3,99.9,999.9,999.9 +2022-01-03 01:13,9.6,97.3,7.8,99.9,975.9,999.9,7.3,99.9,999.9,999.9 +2022-01-03 01:23,9.7,97.5,7.8,99.9,976.0,999.9,7.4,99.9,999.9,999.9 +2022-01-03 01:23,9.7,97.5,7.8,99.9,976.0,999.9,7.4,99.9,999.9,999.9 +2022-01-03 01:34,9.8,97.7,7.9,99.9,976.1,999.9,7.5,99.9,999.9,999.9 +2022-01-03 01:44,9.9,97.8,8.0,99.9,975.7,999.9,7.7,99.9,999.9,999.9 +2022-01-03 01:54,10.1,97.9,8.1,99.9,976.9,999.9,7.8,99.9,999.9,999.9 +2022-01-03 02:04,10.3,97.8,8.2,99.9,977.0,999.9,8.0,99.9,999.9,999.9 +2022-01-03 02:14,10.5,97.6,8.3,99.9,976.9,999.9,8.2,99.9,999.9,999.9 +2022-01-03 02:24,10.6,97.4,8.4,99.9,976.6,999.9,8.3,99.9,999.9,999.9 +2022-01-03 02:34,10.7,97.1,8.5,99.9,976.9,999.9,8.4,99.9,999.9,999.9 +2022-01-03 02:44,10.9,96.6,8.6,99.9,977.2,999.9,8.5,99.9,999.9,999.9 +2022-01-03 02:54,11.0,96.0,8.7,99.9,977.3,999.9,8.6,99.9,999.9,999.9 +2022-01-03 03:04,11.0,95.7,8.8,99.9,976.9,999.9,8.7,99.9,999.9,999.9 +2022-01-03 03:14,11.0,95.5,8.8,99.9,976.8,999.9,8.7,99.9,999.9,999.9 +2022-01-03 03:24,11.1,95.2,8.9,99.9,977.0,999.9,8.7,99.9,999.9,999.9 +2022-01-03 03:34,11.1,95.0,8.9,99.9,976.9,999.9,8.7,99.9,999.9,999.9 +2022-01-03 03:44,11.1,94.8,9.0,99.9,977.2,999.9,8.8,99.9,999.9,999.9 +2022-01-03 03:54,11.2,94.5,9.0,99.9,977.0,999.9,8.8,99.9,999.9,999.9 +2022-01-03 03:54,11.2,94.5,9.0,99.9,977.0,999.9,8.8,99.9,999.9,999.9 +2022-01-03 04:05,11.2,94.3,9.0,99.9,976.8,999.9,8.8,99.9,999.9,999.9 +2022-01-03 04:15,11.2,94.1,9.0,99.9,976.7,999.9,8.8,99.9,999.9,999.9 +2022-01-03 04:25,11.2,94.0,9.1,99.9,977.3,999.9,8.8,99.9,999.9,999.9 +2022-01-03 04:35,11.2,93.7,9.0,99.9,976.9,999.9,8.8,99.9,999.9,999.9 +2022-01-03 04:35,11.2,93.7,9.0,99.9,976.9,999.9,8.8,99.9,999.9,999.9 +2022-01-03 04:45,11.2,93.6,9.0,99.9,977.1,999.9,8.8,99.9,999.9,999.9 +2022-01-03 04:45,11.2,93.6,9.0,99.9,977.1,999.9,8.8,99.9,999.9,999.9 +2022-01-03 04:45,11.2,93.6,9.0,99.9,977.1,999.9,8.8,99.9,999.9,999.9 +2022-01-03 04:55,11.1,93.4,9.0,99.9,976.8,999.9,8.8,99.9,999.9,999.9 +2022-01-03 05:05,11.0,93.4,8.9,99.9,976.4,999.9,8.7,99.9,999.9,999.9 +2022-01-03 05:15,10.9,93.6,8.8,99.9,976.8,999.9,8.6,99.9,999.9,999.9 +2022-01-03 05:25,10.8,93.7,8.8,99.9,976.5,999.9,8.5,99.9,999.9,999.9 +2022-01-03 05:35,10.8,93.8,8.8,99.9,975.9,999.9,8.5,99.9,999.9,999.9 +2022-01-03 05:35,10.8,93.8,8.8,99.9,975.9,999.9,8.5,99.9,999.9,999.9 +2022-01-03 05:46,10.9,93.7,8.8,99.9,977.3,999.9,8.6,99.9,999.9,999.9 +2022-01-03 05:55,10.9,93.7,8.8,99.9,977.2,999.9,8.6,99.9,999.9,999.9 +2022-01-03 06:06,10.9,93.5,8.8,99.9,976.8,999.9,8.6,99.9,999.9,999.9 +2022-01-03 06:16,11.0,93.4,8.8,99.9,977.1,999.9,8.7,99.9,999.9,999.9 +2022-01-03 06:26,11.0,93.1,8.9,99.9,977.3,999.9,8.7,99.9,999.9,999.9 +2022-01-03 06:36,11.1,92.8,8.9,99.9,977.2,999.9,8.7,99.9,999.9,999.9 +2022-01-03 06:36,11.1,92.8,8.9,99.9,977.2,999.9,8.7,99.9,999.9,999.9 +2022-01-03 06:46,11.0,92.8,8.8,99.9,976.9,999.9,8.7,99.9,999.9,999.9 +2022-01-03 06:56,11.0,92.8,8.8,99.9,976.8,999.9,8.6,99.9,999.9,999.9 +2022-01-03 07:06,10.9,93.0,8.7,99.9,977.0,999.9,8.5,99.9,999.9,999.9 +2022-01-03 07:16,10.8,93.3,8.7,99.9,977.2,999.9,8.5,99.9,999.9,999.9 +2022-01-03 07:26,10.9,93.4,8.7,99.9,977.2,999.9,8.6,99.9,999.9,999.9 +2022-01-03 07:36,10.9,93.1,8.7,99.9,977.3,999.9,8.6,99.9,999.9,999.9 +2022-01-03 07:37,10.9,93.1,8.7,99.9,977.3,999.9,8.6,99.9,999.9,999.9 +2022-01-03 07:37,10.9,93.1,8.7,99.9,977.3,999.9,8.6,99.9,999.9,999.9 +2022-01-03 07:47,10.9,93.0,8.7,99.9,976.8,999.9,8.6,99.9,999.9,999.9 +2022-01-03 07:47,10.9,93.0,8.7,99.9,976.8,999.9,8.6,99.9,999.9,999.9 +2022-01-03 07:57,10.8,93.0,8.6,99.9,977.3,999.9,8.5,99.9,999.9,999.9 +2022-01-03 08:07,10.8,93.3,8.6,99.9,977.3,999.9,8.5,99.9,999.9,999.9 +2022-01-03 08:17,10.8,93.2,8.6,99.9,977.3,999.9,8.6,99.9,999.9,999.9 +2022-01-03 08:27,10.9,93.0,8.7,99.9,977.4,999.9,8.5,99.9,999.9,999.9 +2022-01-03 08:37,10.9,92.9,8.7,99.9,977.5,999.9,8.6,99.9,999.9,999.9 +2022-01-03 08:47,10.9,92.9,8.7,99.9,977.2,999.9,8.6,99.9,999.9,999.9 +2022-01-03 08:57,11.0,92.9,8.8,99.9,977.3,999.9,8.6,99.9,999.9,999.9 +2022-01-03 09:07,11.0,92.8,8.9,99.9,977.7,999.9,8.7,99.9,999.9,999.9 +2022-01-03 09:17,11.1,92.5,9.1,99.9,977.5,999.9,8.8,99.9,999.9,999.9 +2022-01-03 09:18,11.1,92.5,9.1,99.9,977.5,999.9,8.8,99.9,999.9,999.9 +2022-01-03 09:28,11.1,92.5,9.0,99.9,976.9,999.9,8.7,99.9,999.9,999.9 +2022-01-03 09:38,10.9,92.8,9.0,99.9,976.7,999.9,8.6,99.9,999.9,999.9 +2022-01-03 09:48,11.0,93.4,9.0,99.9,976.9,999.9,8.7,99.9,999.9,999.9 +2022-01-03 09:58,11.2,93.5,9.3,99.9,976.7,999.9,8.9,99.9,999.9,999.9 +2022-01-03 09:58,11.2,93.5,9.3,99.9,976.7,999.9,8.9,99.9,999.9,999.9 +2022-01-03 10:08,11.6,92.8,9.8,99.9,977.3,999.9,9.2,99.9,999.9,999.9 +2022-01-03 10:18,12.3,91.6,10.6,99.9,977.5,999.9,9.7,99.9,999.9,999.9 +2022-01-03 10:29,12.4,91.1,10.6,99.9,977.5,999.9,9.9,99.9,999.9,999.9 +2022-01-03 10:39,12.7,91.0,11.3,99.9,977.1,999.9,10.2,99.9,999.9,999.9 +2022-01-03 10:49,12.8,90.9,11.3,99.9,977.1,999.9,10.4,99.9,999.9,999.9 +2022-01-03 10:59,12.9,90.8,11.5,99.9,977.4,999.9,10.5,99.9,999.9,999.9 +2022-01-03 11:09,13.4,90.5,12.3,99.9,977.0,999.9,10.8,99.9,999.9,999.9 +2022-01-03 11:19,14.8,87.2,13.3,99.9,977.5,999.9,11.7,99.9,999.9,999.9 +2022-01-03 11:29,15.6,86.9,14.2,99.9,977.4,999.9,12.3,99.9,999.9,999.9 +2022-01-03 11:39,16.0,85.8,14.4,99.9,977.7,999.9,12.6,99.9,999.9,999.9 +2022-01-03 11:49,15.9,85.9,14.8,99.9,977.9,999.9,12.9,99.9,999.9,999.9 +2022-01-03 11:59,17.0,85.3,15.9,99.9,977.8,999.9,13.8,99.9,999.9,999.9 +2022-01-03 11:59,17.0,85.3,15.9,99.9,977.8,999.9,13.8,99.9,999.9,999.9 +2022-01-03 12:09,17.0,85.1,15.9,99.9,977.7,999.9,14.1,99.9,999.9,999.9 +2022-01-03 12:09,17.0,85.1,15.9,99.9,977.7,999.9,14.1,99.9,999.9,999.9 +2022-01-03 12:19,17.6,83.5,16.4,99.9,977.6,999.9,14.4,99.9,999.9,999.9 +2022-01-03 12:29,19.1,81.4,17.2,99.9,977.8,999.9,15.6,99.9,999.9,999.9 +2022-01-03 12:39,18.3,81.8,17.0,99.6,978.1,999.9,15.4,99.9,999.9,999.9 +2022-01-03 12:49,17.2,83.3,16.6,99.5,978.1,999.9,14.7,99.9,999.9,999.9 +2022-01-03 12:59,16.8,84.4,16.4,98.5,977.5,999.9,14.6,99.9,999.9,999.9 +2022-01-03 13:09,16.0,85.2,15.6,98.6,978.4,999.9,13.8,99.9,999.9,999.9 +2022-01-03 13:19,15.5,85.9,15.2,99.0,978.4,999.9,13.3,99.9,999.9,999.9 +2022-01-03 13:29,16.6,85.5,16.2,99.1,978.2,999.9,14.6,99.9,999.9,999.9 +2022-01-03 13:30,16.6,85.5,16.2,99.1,978.2,999.9,14.6,99.9,999.9,999.9 +2022-01-03 13:40,17.7,84.0,16.9,97.1,978.1,999.9,15.7,99.9,999.9,999.9 +2022-01-03 13:50,17.5,83.5,16.7,97.1,977.9,999.9,15.5,99.9,999.9,999.9 +2022-01-03 14:00,17.4,83.3,16.8,96.6,978.1,999.9,15.5,99.9,999.9,999.9 +2022-01-03 14:10,17.8,82.4,17.2,96.1,978.5,999.9,16.1,99.9,999.9,999.9 +2022-01-03 14:20,17.1,83.1,16.7,95.7,978.1,999.9,15.5,99.9,999.9,999.9 +2022-01-03 14:20,17.1,83.1,16.7,95.7,978.1,999.9,15.5,99.9,999.9,999.9 +2022-01-03 14:30,16.1,83.9,16.0,95.7,978.2,999.9,14.6,99.9,999.9,999.9 +2022-01-03 14:40,15.8,84.2,15.9,95.4,978.1,999.9,14.5,99.9,999.9,999.9 +2022-01-03 14:40,15.8,84.2,15.9,95.4,978.1,999.9,14.5,99.9,999.9,999.9 +2022-01-03 14:50,15.3,85.5,15.6,95.7,978.2,999.9,13.8,99.9,999.9,999.9 +2022-01-03 15:00,15.0,86.3,15.1,95.6,977.9,999.9,13.3,99.9,999.9,999.9 +2022-01-03 15:10,14.4,87.5,14.0,96.1,978.0,999.9,12.6,99.9,999.9,999.9 +2022-01-03 15:20,13.6,87.5,13.1,96.7,978.0,999.9,11.8,99.9,999.9,999.9 +2022-01-03 15:20,13.6,87.5,13.1,96.7,978.0,999.9,11.8,99.9,999.9,999.9 +2022-01-03 15:21,13.6,87.5,13.1,96.7,978.0,999.9,11.8,99.9,999.9,999.9 +2022-01-03 15:31,12.9,87.8,12.2,96.7,977.8,999.9,11.1,99.9,999.9,999.9 +2022-01-03 15:41,12.5,88.6,12.0,97.3,977.3,999.9,10.7,99.9,999.9,999.9 +2022-01-03 15:51,12.3,88.7,11.6,97.2,977.6,999.9,10.4,99.9,999.9,999.9 +2022-01-03 15:51,12.3,88.7,11.6,97.2,977.6,999.9,10.4,99.9,999.9,999.9 +2022-01-03 16:01,11.9,88.9,11.0,97.4,977.4,999.9,10.0,99.9,999.9,999.9 +2022-01-03 16:11,11.6,88.8,10.5,97.4,977.3,999.9,9.6,99.9,999.9,999.9 +2022-01-03 16:21,11.4,89.4,10.1,97.9,977.2,999.9,9.4,99.9,999.9,999.9 +2022-01-03 16:31,11.2,90.0,9.7,99.1,977.3,999.9,9.1,99.9,999.9,999.9 +2022-01-03 16:41,11.1,90.6,9.6,99.6,977.7,999.9,9.0,99.9,999.9,999.9 +2022-01-03 16:51,11.2,90.9,9.5,99.9,977.1,999.9,9.1,99.9,999.9,999.9 +2022-01-03 17:01,11.2,90.8,9.4,99.9,977.0,999.9,9.0,99.9,999.9,999.9 +2022-01-03 17:11,11.2,90.8,9.4,99.9,977.0,999.9,9.0,99.9,999.9,999.9 +2022-01-03 17:11,11.2,90.8,9.4,99.9,977.0,999.9,9.0,99.9,999.9,999.9 +2022-01-03 17:21,11.2,90.8,9.3,99.9,976.8,999.9,9.0,99.9,999.9,999.9 +2022-01-03 17:31,11.2,90.9,9.2,99.9,976.9,999.9,9.0,99.9,999.9,999.9 +2022-01-03 17:41,11.1,91.0,9.1,99.9,976.7,999.9,9.0,99.9,999.9,999.9 +2022-01-03 17:51,11.0,91.1,9.1,99.9,977.3,999.9,8.9,99.9,999.9,999.9 +2022-01-03 18:01,11.0,91.3,9.0,99.9,977.2,999.9,8.8,99.9,999.9,999.9 +2022-01-03 18:11,10.9,91.4,8.9,99.9,976.5,999.9,8.7,99.9,999.9,999.9 +2022-01-03 18:21,10.8,91.5,8.8,99.9,976.9,999.9,8.6,99.9,999.9,999.9 +2022-01-03 18:32,10.8,91.6,8.8,99.9,977.1,999.9,8.6,99.9,999.9,999.9 +2022-01-03 18:32,10.8,91.6,8.8,99.9,977.1,999.9,8.6,99.9,999.9,999.9 +2022-01-03 18:42,10.8,91.6,8.8,99.9,977.0,999.9,8.6,99.9,999.9,999.9 +2022-01-03 18:52,10.7,91.6,8.8,99.9,976.8,999.9,8.6,99.9,999.9,999.9 +2022-01-03 19:02,10.7,91.7,8.7,99.9,976.8,999.9,8.5,99.9,999.9,999.9 +2022-01-03 19:12,10.7,91.8,8.7,99.9,976.6,999.9,8.5,99.9,999.9,999.9 +2022-01-03 19:22,10.6,91.9,8.7,99.9,976.4,999.9,8.4,99.9,999.9,999.9 +2022-01-03 19:32,10.4,92.0,8.4,99.9,976.4,999.9,8.2,99.9,999.9,999.9 +2022-01-03 19:42,10.1,92.6,8.2,99.9,976.9,999.9,8.0,99.9,999.9,999.9 +2022-01-03 19:43,10.1,92.6,8.2,99.9,976.9,999.9,8.0,99.9,999.9,999.9 +2022-01-03 19:53,10.1,92.9,8.2,99.9,976.6,999.9,7.9,99.9,999.9,999.9 +2022-01-03 20:03,10.0,93.2,8.1,99.9,976.8,999.9,7.9,99.9,999.9,999.9 +2022-01-03 20:13,10.0,93.3,8.1,99.9,976.1,999.9,7.9,99.9,999.9,999.9 +2022-01-03 20:23,10.1,93.4,8.1,99.9,976.5,999.9,7.8,99.9,999.9,999.9 +2022-01-03 20:33,10.1,93.4,8.1,99.9,976.5,999.9,7.9,99.9,999.9,999.9 +2022-01-03 20:43,10.0,93.4,8.0,99.9,976.0,999.9,7.8,99.9,999.9,999.9 +2022-01-03 20:43,10.0,93.4,8.0,99.9,976.0,999.9,7.8,99.9,999.9,999.9 +2022-01-03 20:43,10.0,93.4,8.0,99.9,976.0,999.9,7.8,99.9,999.9,999.9 +2022-01-03 20:53,9.9,93.4,7.9,99.9,976.8,999.9,7.6,99.9,999.9,999.9 +2022-01-03 20:53,9.9,93.4,7.9,99.9,976.8,999.9,7.6,99.9,999.9,999.9 +2022-01-03 21:03,9.6,93.7,7.7,99.9,977.0,999.9,7.4,99.9,999.9,999.9 +2022-01-03 21:13,9.5,93.9,7.5,99.9,977.0,999.9,7.2,99.9,999.9,999.9 +2022-01-03 21:23,9.4,94.3,7.4,99.9,976.7,999.9,7.2,99.9,999.9,999.9 +2022-01-03 21:34,9.3,94.4,7.3,99.9,976.9,999.9,7.1,99.9,999.9,999.9 +2022-01-03 21:44,9.3,94.4,7.2,99.9,977.0,999.9,7.0,99.9,999.9,999.9 +2022-01-03 21:54,9.2,94.6,7.1,99.9,977.0,999.9,6.9,99.9,999.9,999.9 +2022-01-03 21:54,9.2,94.6,7.1,99.9,977.0,999.9,6.9,99.9,999.9,999.9 +2022-01-03 22:04,9.1,94.7,7.0,99.9,976.9,999.9,6.8,99.9,999.9,999.9 +2022-01-03 22:04,9.1,94.7,7.0,99.9,976.9,999.9,6.8,99.9,999.9,999.9 +2022-01-03 22:14,9.1,94.7,7.0,99.9,976.9,999.9,6.8,99.9,999.9,999.9 +2022-01-03 22:14,9.1,94.7,7.0,99.9,976.9,999.9,6.8,99.9,999.9,999.9 +2022-01-03 22:24,9.0,94.9,6.9,99.9,976.7,999.9,6.7,99.9,999.9,999.9 +2022-01-03 22:34,9.0,94.8,6.9,99.9,976.8,999.9,6.7,99.9,999.9,999.9 +2022-01-03 22:44,8.9,94.9,6.7,99.9,976.6,999.9,6.6,99.9,999.9,999.9 +2022-01-03 22:54,8.8,95.0,6.7,99.9,976.7,999.9,6.5,99.9,999.9,999.9 +2022-01-03 23:04,8.8,95.1,6.6,99.9,976.5,999.9,6.5,99.9,999.9,999.9 +2022-01-03 23:14,8.7,95.2,6.6,99.9,976.7,999.9,6.4,99.9,999.9,999.9 +2022-01-03 23:24,8.8,95.4,6.6,99.9,976.9,999.9,6.4,99.9,999.9,999.9 +2022-01-03 23:34,8.8,95.4,6.6,99.9,976.9,999.9,6.4,99.9,999.9,999.9 +2022-01-03 23:44,8.8,95.4,6.5,99.9,977.1,999.9,6.4,99.9,999.9,999.9 +2022-01-03 23:54,8.8,95.8,6.6,99.9,977.0,999.9,6.5,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-04_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-04_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..c4f9924 --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-04_telemetry_PE1RXF-7.dat @@ -0,0 +1,162 @@ +2022-01-04 00:04,8.9,95.9,6.6,99.9,976.9,999.9,6.6,99.9,999.9,999.9 +2022-01-04 00:14,9.0,95.9,6.7,99.9,976.6,999.9,6.6,99.9,999.9,999.9 +2022-01-04 00:24,9.0,95.8,6.7,99.9,977.0,999.9,6.6,99.9,999.9,999.9 +2022-01-04 00:34,9.0,96.0,6.7,99.9,976.6,999.9,6.8,99.9,999.9,999.9 +2022-01-04 00:44,9.2,96.1,6.9,99.9,977.0,999.9,6.9,99.9,999.9,999.9 +2022-01-04 00:54,9.3,96.0,7.0,99.9,976.5,999.9,7.0,99.9,999.9,999.9 +2022-01-04 01:04,9.4,96.0,7.0,99.9,976.5,999.9,7.1,99.9,999.9,999.9 +2022-01-04 01:14,9.4,96.1,7.1,99.9,976.8,999.9,7.2,99.9,999.9,999.9 +2022-01-04 01:24,9.5,96.0,7.2,99.9,977.0,999.9,7.2,99.9,999.9,999.9 +2022-01-04 01:34,9.6,96.0,7.3,99.9,976.9,999.9,7.3,99.9,999.9,999.9 +2022-01-04 01:35,9.6,96.0,7.3,99.9,976.9,999.9,7.3,99.9,999.9,999.9 +2022-01-04 01:45,9.6,95.9,7.4,99.9,976.6,999.9,7.4,99.9,999.9,999.9 +2022-01-04 01:55,9.6,96.0,7.4,99.9,976.7,999.9,7.4,99.9,999.9,999.9 +2022-01-04 02:05,9.6,96.0,7.4,99.9,976.8,999.9,7.4,99.9,999.9,999.9 +2022-01-04 02:14,9.7,96.0,7.5,99.9,976.6,999.9,7.4,99.9,999.9,999.9 +2022-01-04 02:24,9.7,96.0,7.5,99.9,976.3,999.9,7.4,99.9,999.9,999.9 +2022-01-04 02:34,9.8,96.0,7.6,99.9,976.7,999.9,7.5,99.9,999.9,999.9 +2022-01-04 02:44,9.9,96.0,7.6,99.9,976.8,999.9,7.6,99.9,999.9,999.9 +2022-01-04 02:54,9.9,95.9,7.7,99.9,976.4,999.9,7.7,99.9,999.9,999.9 +2022-01-04 03:04,10.0,95.9,7.7,99.9,976.7,999.9,7.7,99.9,999.9,999.9 +2022-01-04 03:05,10.0,95.9,7.7,99.9,976.7,999.9,7.7,99.9,999.9,999.9 +2022-01-04 03:15,10.0,95.8,7.8,99.9,976.6,999.9,7.7,99.9,999.9,999.9 +2022-01-04 03:25,10.0,95.6,7.7,99.9,976.5,999.9,7.7,99.9,999.9,999.9 +2022-01-04 03:35,9.9,95.6,7.7,99.9,976.2,999.9,7.6,99.9,999.9,999.9 +2022-01-04 03:45,9.8,95.7,7.7,99.9,976.5,999.9,7.5,99.9,999.9,999.9 +2022-01-04 03:55,9.7,95.8,7.6,99.9,976.5,999.9,7.5,99.9,999.9,999.9 +2022-01-04 04:05,9.7,96.0,7.6,99.9,976.4,999.9,7.4,99.9,999.9,999.9 +2022-01-04 04:15,9.7,96.1,7.6,99.9,976.4,999.9,7.4,99.9,999.9,999.9 +2022-01-04 04:25,9.7,96.2,7.6,99.9,976.6,999.9,7.4,99.9,999.9,999.9 +2022-01-04 04:35,9.7,96.3,7.5,99.9,976.6,999.9,7.5,99.9,999.9,999.9 +2022-01-04 04:35,9.7,96.3,7.5,99.9,976.6,999.9,7.5,99.9,999.9,999.9 +2022-01-04 04:45,9.8,96.3,7.6,99.9,976.9,999.9,7.5,99.9,999.9,999.9 +2022-01-04 04:56,9.8,96.2,7.7,99.9,977.1,999.9,7.5,99.9,999.9,999.9 +2022-01-04 05:06,9.8,96.2,7.7,99.9,976.9,999.9,7.5,99.9,999.9,999.9 +2022-01-04 05:16,9.8,96.2,7.7,99.9,976.5,999.9,7.5,99.9,999.9,999.9 +2022-01-04 05:26,9.8,96.2,7.7,99.9,976.8,999.9,7.5,99.9,999.9,999.9 +2022-01-04 05:36,9.7,96.2,7.7,99.9,976.9,999.9,7.4,99.9,999.9,999.9 +2022-01-04 05:46,9.6,96.2,7.6,99.9,977.1,999.9,7.4,99.9,999.9,999.9 +2022-01-04 05:56,9.5,96.2,7.5,99.9,976.5,999.9,7.3,99.9,999.9,999.9 +2022-01-04 06:06,9.5,96.3,7.5,99.9,976.4,999.9,7.2,99.9,999.9,999.9 +2022-01-04 06:16,9.4,96.6,7.4,99.9,977.0,999.9,7.1,99.9,999.9,999.9 +2022-01-04 06:16,9.4,96.6,7.4,99.9,977.0,999.9,7.1,99.9,999.9,999.9 +2022-01-04 06:16,9.4,96.6,7.4,99.9,977.0,999.9,7.1,99.9,999.9,999.9 +2022-01-04 06:26,9.4,96.8,7.4,99.9,976.6,999.9,7.1,99.9,999.9,999.9 +2022-01-04 06:36,9.5,97.0,7.5,99.9,976.7,999.9,7.1,99.9,999.9,999.9 +2022-01-04 06:46,9.5,97.1,7.5,99.9,976.9,999.9,7.2,99.9,999.9,999.9 +2022-01-04 06:56,9.5,97.2,7.5,99.9,976.6,999.9,7.2,99.9,999.9,999.9 +2022-01-04 07:06,9.5,97.3,7.5,99.9,976.3,999.9,7.2,99.9,999.9,999.9 +2022-01-04 07:17,9.5,97.3,7.6,99.9,976.3,999.9,7.2,99.9,999.9,999.9 +2022-01-04 07:27,9.5,97.3,7.5,99.9,976.5,999.9,7.2,99.9,999.9,999.9 +2022-01-04 07:37,9.5,97.3,7.5,99.9,976.0,999.9,7.1,99.9,999.9,999.9 +2022-01-04 07:47,9.4,97.3,7.5,99.9,976.0,999.9,7.1,99.9,999.9,999.9 +2022-01-04 07:57,9.3,97.3,7.4,99.9,975.7,999.9,7.0,99.9,999.9,999.9 +2022-01-04 08:07,9.3,97.5,7.4,99.9,976.2,999.9,7.0,99.9,999.9,999.9 +2022-01-04 08:17,9.4,97.5,7.4,99.9,976.6,999.9,7.0,99.9,999.9,999.9 +2022-01-04 08:27,9.3,97.4,7.4,99.9,977.1,999.9,7.0,99.9,999.9,999.9 +2022-01-04 08:37,9.3,97.3,7.3,99.9,976.6,999.9,6.9,99.9,999.9,999.9 +2022-01-04 08:47,9.3,97.5,7.3,99.9,976.6,999.9,6.9,99.9,999.9,999.9 +2022-01-04 08:57,9.3,97.6,7.3,99.9,976.9,999.9,6.9,99.9,999.9,999.9 +2022-01-04 09:07,9.3,97.6,7.4,99.9,977.0,999.9,7.0,99.9,999.9,999.9 +2022-01-04 09:17,9.4,97.6,7.5,99.9,977.1,999.9,7.1,99.9,999.9,999.9 +2022-01-04 09:17,9.4,97.6,7.5,99.9,977.1,999.9,7.1,99.9,999.9,999.9 +2022-01-04 09:27,9.6,97.5,7.7,99.9,977.1,999.9,7.2,99.9,999.9,999.9 +2022-01-04 09:28,9.6,97.5,7.7,99.9,977.1,999.9,7.2,99.9,999.9,999.9 +2022-01-04 09:38,9.7,97.4,7.8,99.9,977.0,999.9,7.3,99.9,999.9,999.9 +2022-01-04 09:48,9.7,97.4,7.9,99.9,977.0,999.9,7.3,99.9,999.9,999.9 +2022-01-04 09:58,9.8,97.3,8.0,99.9,976.6,999.9,7.4,99.9,999.9,999.9 +2022-01-04 10:09,9.6,97.0,7.8,99.9,976.5,999.9,7.3,99.9,999.9,999.9 +2022-01-04 10:19,9.3,96.6,7.7,99.9,976.8,999.9,7.0,99.9,999.9,999.9 +2022-01-04 10:19,9.3,96.6,7.7,99.9,976.8,999.9,7.0,99.9,999.9,999.9 +2022-01-04 10:29,9.1,96.9,7.8,99.9,976.6,999.9,6.8,99.9,999.9,999.9 +2022-01-04 10:39,9.0,96.9,7.7,99.9,977.2,999.9,6.8,99.9,999.9,999.9 +2022-01-04 10:49,9.1,97.3,7.9,99.9,976.8,999.9,6.9,99.9,999.9,999.9 +2022-01-04 10:59,9.1,97.5,7.9,99.9,976.7,999.9,7.0,99.9,999.9,999.9 +2022-01-04 11:09,9.5,97.9,8.4,99.9,977.3,999.9,7.3,99.9,999.9,999.9 +2022-01-04 11:19,9.8,97.5,8.7,99.9,977.0,999.9,7.5,99.9,999.9,999.9 +2022-01-04 11:29,10.0,96.7,8.8,99.9,977.4,999.9,7.6,99.9,999.9,999.9 +2022-01-04 11:39,9.7,96.6,8.5,99.9,977.6,999.9,7.5,99.9,999.9,999.9 +2022-01-04 11:49,9.6,96.8,8.3,99.9,977.1,999.9,7.3,99.9,999.9,999.9 +2022-01-04 11:59,9.4,96.8,8.3,99.9,977.2,999.9,7.2,99.9,999.9,999.9 +2022-01-04 11:59,9.4,96.8,8.3,99.9,977.2,999.9,7.2,99.9,999.9,999.9 +2022-01-04 12:09,9.7,97.0,8.9,99.9,977.1,999.9,7.4,99.9,999.9,999.9 +2022-01-04 12:19,9.8,96.6,9.0,99.9,977.1,999.9,7.6,99.9,999.9,999.9 +2022-01-04 12:29,10.1,96.8,9.4,99.9,976.8,999.9,7.8,99.9,999.9,999.9 +2022-01-04 12:39,10.1,96.5,9.2,99.9,976.7,999.9,7.9,99.9,999.9,999.9 +2022-01-04 12:40,10.1,96.5,9.2,99.9,976.7,999.9,7.9,99.9,999.9,999.9 +2022-01-04 12:50,9.8,96.2,8.8,99.9,977.0,999.9,7.6,99.9,999.9,999.9 +2022-01-04 13:00,10.0,96.5,9.4,99.9,976.9,999.9,7.9,99.9,999.9,999.9 +2022-01-04 13:10,10.2,96.0,9.3,99.9,976.7,999.9,8.0,99.9,999.9,999.9 +2022-01-04 13:20,9.7,95.5,8.6,99.9,977.2,999.9,7.5,99.9,999.9,999.9 +2022-01-04 13:21,9.7,95.5,8.6,99.9,977.2,999.9,7.5,99.9,999.9,999.9 +2022-01-04 13:31,9.4,95.8,8.4,99.9,976.8,999.9,7.2,99.9,999.9,999.9 +2022-01-04 13:41,9.1,95.6,8.1,99.9,976.5,999.9,6.9,99.9,999.9,999.9 +2022-01-04 13:51,9.0,95.7,8.1,99.9,977.1,999.9,6.8,99.9,999.9,999.9 +2022-01-04 14:01,9.2,96.0,8.5,99.9,976.9,999.9,7.1,99.9,999.9,999.9 +2022-01-04 14:11,10.2,95.6,9.6,99.9,976.4,999.9,8.0,99.9,999.9,999.9 +2022-01-04 14:21,11.0,94.7,10.3,99.9,977.2,999.9,8.7,99.9,999.9,999.9 +2022-01-04 14:31,10.9,93.7,10.1,99.9,976.7,999.9,8.6,99.9,999.9,999.9 +2022-01-04 14:41,10.6,93.4,9.8,99.9,976.3,999.9,8.4,99.9,999.9,999.9 +2022-01-04 14:51,10.2,93.7,9.4,99.9,976.3,999.9,8.0,99.9,999.9,999.9 +2022-01-04 15:01,9.9,94.1,9.2,99.9,976.6,999.9,7.7,99.9,999.9,999.9 +2022-01-04 15:11,9.9,94.0,8.9,99.9,976.0,999.9,7.8,99.9,999.9,999.9 +2022-01-04 15:21,10.5,94.1,10.6,99.9,976.9,999.9,9.5,99.9,999.9,999.9 +2022-01-04 15:21,10.5,94.1,10.6,99.9,976.9,999.9,9.5,99.9,999.9,999.9 +2022-01-04 15:31,10.1,92.3,9.4,99.9,976.5,999.9,8.5,99.9,999.9,999.9 +2022-01-04 15:41,9.6,92.5,9.5,99.9,976.7,999.9,8.0,99.9,999.9,999.9 +2022-01-04 15:51,9.7,93.1,9.7,99.9,977.1,999.9,8.0,99.9,999.9,999.9 +2022-01-04 16:01,9.0,92.0,8.5,99.9,977.0,999.9,7.1,99.9,999.9,999.9 +2022-01-04 16:01,9.0,92.0,8.5,99.9,977.0,999.9,7.1,99.9,999.9,999.9 +2022-01-04 16:11,8.0,91.7,7.4,99.9,976.6,999.9,6.0,99.9,999.9,999.9 +2022-01-04 16:22,7.0,91.9,6.4,99.9,976.8,999.9,5.1,99.9,999.9,999.9 +2022-01-04 16:32,6.3,92.5,5.6,99.9,976.9,999.9,4.3,99.9,999.9,999.9 +2022-01-04 16:42,5.8,93.3,5.0,99.9,976.1,999.9,3.8,99.9,999.9,999.9 +2022-01-04 16:52,5.6,93.8,4.4,99.9,976.5,999.9,3.3,99.9,999.9,999.9 +2022-01-04 16:52,5.6,93.8,4.4,99.9,976.5,999.9,3.3,99.9,999.9,999.9 +2022-01-04 17:02,5.3,93.9,4.0,99.9,976.0,999.9,2.9,99.9,999.9,999.9 +2022-01-04 17:12,5.0,93.9,3.6,99.9,976.1,999.9,2.6,99.9,999.9,999.9 +2022-01-04 17:13,5.0,93.9,3.6,99.9,976.1,999.9,2.6,99.9,999.9,999.9 +2022-01-04 17:23,4.8,94.1,3.3,99.9,976.1,999.9,2.3,99.9,999.9,999.9 +2022-01-04 17:33,4.7,94.9,3.1,99.9,976.2,999.9,2.3,99.9,999.9,999.9 +2022-01-04 17:43,4.9,95.3,3.1,99.9,976.1,999.9,2.4,99.9,999.9,999.9 +2022-01-04 17:53,5.1,95.5,3.2,99.9,975.9,999.9,2.6,99.9,999.9,999.9 +2022-01-04 18:03,5.1,95.4,3.2,99.9,975.9,999.9,2.7,99.9,999.9,999.9 +2022-01-04 18:13,5.2,95.6,3.2,99.9,975.9,999.9,2.8,99.9,999.9,999.9 +2022-01-04 18:13,5.2,95.6,3.2,99.9,975.9,999.9,2.8,99.9,999.9,999.9 +2022-01-04 18:23,5.3,95.5,3.2,99.9,975.9,999.9,2.8,99.9,999.9,999.9 +2022-01-04 18:33,5.3,95.3,3.2,99.9,976.1,999.9,2.8,99.9,999.9,999.9 +2022-01-04 18:43,5.1,95.0,3.1,99.9,976.3,999.9,2.6,99.9,999.9,999.9 +2022-01-04 18:53,5.0,95.3,3.0,99.9,976.2,999.9,2.5,99.9,999.9,999.9 +2022-01-04 19:03,4.9,95.5,3.0,99.9,976.6,999.9,2.5,99.9,999.9,999.9 +2022-01-04 19:13,5.0,95.6,3.0,99.9,976.0,999.9,2.5,99.9,999.9,999.9 +2022-01-04 19:23,5.1,95.7,3.0,99.9,976.4,999.9,2.6,99.9,999.9,999.9 +2022-01-04 19:33,5.1,95.6,3.0,99.9,976.0,999.9,2.6,99.9,999.9,999.9 +2022-01-04 19:43,5.1,95.8,3.0,99.9,975.9,999.9,2.7,99.9,999.9,999.9 +2022-01-04 19:53,5.1,95.7,3.0,99.9,976.2,999.9,2.7,99.9,999.9,999.9 +2022-01-04 20:03,5.1,95.5,3.0,99.9,976.4,999.9,2.6,99.9,999.9,999.9 +2022-01-04 20:13,5.0,95.6,3.0,99.9,976.1,999.9,2.6,99.9,999.9,999.9 +2022-01-04 20:23,4.9,95.3,2.8,99.9,975.8,999.9,2.5,99.9,999.9,999.9 +2022-01-04 20:33,4.8,95.1,2.7,99.9,976.0,999.9,2.3,99.9,999.9,999.9 +2022-01-04 20:43,4.6,95.0,2.6,99.9,975.7,999.9,2.2,99.9,999.9,999.9 +2022-01-04 20:53,4.5,94.9,2.4,99.9,976.0,999.9,2.0,99.9,999.9,999.9 +2022-01-04 21:03,4.3,94.8,2.3,99.9,975.6,999.9,1.8,99.9,999.9,999.9 +2022-01-04 21:13,4.2,95.0,2.2,99.9,975.6,999.9,1.7,99.9,999.9,999.9 +2022-01-04 21:23,4.3,95.3,2.1,99.9,975.8,999.9,1.8,99.9,999.9,999.9 +2022-01-04 21:33,4.3,95.1,2.1,99.9,975.5,999.9,1.8,99.9,999.9,999.9 +2022-01-04 21:33,4.3,95.1,2.1,99.9,975.5,999.9,1.8,99.9,999.9,999.9 +2022-01-04 21:43,4.3,95.0,2.1,99.9,975.8,999.9,1.8,99.9,999.9,999.9 +2022-01-04 21:53,4.1,94.6,1.9,99.9,976.0,999.9,1.6,99.9,999.9,999.9 +2022-01-04 22:03,4.0,94.6,1.8,99.9,976.1,999.9,1.5,99.9,999.9,999.9 +2022-01-04 22:13,3.9,94.5,1.8,99.9,975.5,999.9,1.3,99.9,999.9,999.9 +2022-01-04 22:23,3.8,94.4,1.6,99.9,975.9,999.9,1.2,99.9,999.9,999.9 +2022-01-04 22:33,3.6,94.4,1.5,99.9,976.1,999.9,1.1,99.9,999.9,999.9 +2022-01-04 22:43,3.5,94.1,1.3,99.9,976.0,999.9,0.9,99.9,999.9,999.9 +2022-01-04 22:53,3.3,94.1,1.1,99.9,976.6,999.9,0.7,99.9,999.9,999.9 +2022-01-04 23:03,3.2,94.2,1.1,99.9,976.1,999.9,0.6,99.9,999.9,999.9 +2022-01-04 23:03,3.2,94.2,1.1,99.9,976.1,999.9,0.6,99.9,999.9,999.9 +2022-01-04 23:13,3.2,94.4,1.0,99.9,975.5,999.9,0.6,99.9,999.9,999.9 +2022-01-04 23:23,3.1,94.1,1.0,99.9,976.0,999.9,0.4,99.9,999.9,999.9 +2022-01-04 23:33,3.0,94.4,0.9,99.9,975.5,999.9,0.4,99.9,999.9,999.9 +2022-01-04 23:34,3.0,94.4,0.9,99.9,975.5,999.9,0.4,99.9,999.9,999.9 +2022-01-04 23:44,2.9,94.4,0.8,99.9,975.8,999.9,0.3,99.9,999.9,999.9 +2022-01-04 23:54,3.0,94.8,0.9,99.9,975.4,999.9,0.4,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-05_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-05_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..5f0cd3b --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-05_telemetry_PE1RXF-7.dat @@ -0,0 +1,170 @@ +2022-01-05 00:04,3.1,94.9,0.9,99.9,975.6,999.9,0.6,99.9,999.9,999.9 +2022-01-05 00:14,3.2,94.8,1.0,99.9,975.6,999.9,0.7,99.9,999.9,999.9 +2022-01-05 00:14,3.2,94.8,1.0,99.9,975.6,999.9,0.7,99.9,999.9,999.9 +2022-01-05 00:24,3.3,94.4,0.9,99.9,975.9,999.9,0.7,99.9,999.9,999.9 +2022-01-05 00:34,3.2,94.2,0.9,99.9,975.5,999.9,0.6,99.9,999.9,999.9 +2022-01-05 00:44,3.1,94.4,0.8,99.9,975.7,999.9,0.6,99.9,999.9,999.9 +2022-01-05 00:54,3.1,94.4,0.8,99.9,975.8,999.9,0.6,99.9,999.9,999.9 +2022-01-05 01:04,3.1,94.3,0.8,99.9,975.2,999.9,0.6,99.9,999.9,999.9 +2022-01-05 01:14,3.1,94.5,0.8,99.9,975.6,999.9,0.6,99.9,999.9,999.9 +2022-01-05 01:24,3.1,94.3,0.8,99.9,975.6,999.9,0.6,99.9,999.9,999.9 +2022-01-05 01:34,3.1,94.4,0.8,99.9,975.7,999.9,0.6,99.9,999.9,999.9 +2022-01-05 01:44,3.1,94.5,0.8,99.9,975.2,999.9,0.6,99.9,999.9,999.9 +2022-01-05 01:44,3.1,94.5,0.8,99.9,975.2,999.9,0.6,99.9,999.9,999.9 +2022-01-05 01:54,3.1,94.5,0.8,99.9,975.3,999.9,0.6,99.9,999.9,999.9 +2022-01-05 02:04,3.1,94.5,0.8,99.9,975.6,999.9,0.6,99.9,999.9,999.9 +2022-01-05 02:14,3.1,94.5,0.8,99.9,974.9,999.9,0.6,99.9,999.9,999.9 +2022-01-05 02:24,3.1,94.3,0.8,99.9,975.2,999.9,0.6,99.9,999.9,999.9 +2022-01-05 02:34,3.0,94.3,0.7,99.9,975.2,999.9,0.5,99.9,999.9,999.9 +2022-01-05 02:44,3.1,94.4,0.7,99.9,974.3,999.9,0.6,99.9,999.9,999.9 +2022-01-05 02:54,3.2,94.3,0.8,99.9,975.9,999.9,0.7,99.9,999.9,999.9 +2022-01-05 03:04,3.3,94.1,0.8,99.9,975.8,999.9,0.8,99.9,999.9,999.9 +2022-01-05 03:14,3.4,94.0,0.9,99.9,975.7,999.9,0.8,99.9,999.9,999.9 +2022-01-05 03:24,3.3,93.9,0.9,99.9,975.8,999.9,0.8,99.9,999.9,999.9 +2022-01-05 03:35,3.2,93.9,0.8,99.9,975.8,999.9,0.7,99.9,999.9,999.9 +2022-01-05 03:45,3.2,93.9,0.8,99.9,975.5,999.9,0.7,99.9,999.9,999.9 +2022-01-05 03:55,3.2,93.8,0.8,99.9,975.9,999.9,0.7,99.9,999.9,999.9 +2022-01-05 04:06,3.3,93.7,0.8,99.9,975.9,999.9,0.8,99.9,999.9,999.9 +2022-01-05 04:16,3.3,93.6,0.9,99.9,975.9,999.9,0.8,99.9,999.9,999.9 +2022-01-05 04:26,3.3,93.7,0.8,99.9,975.8,999.9,0.7,99.9,999.9,999.9 +2022-01-05 04:36,3.1,93.7,0.8,99.9,975.6,999.9,0.6,99.9,999.9,999.9 +2022-01-05 04:46,3.1,93.9,0.8,99.9,975.6,999.9,0.6,99.9,999.9,999.9 +2022-01-05 04:56,3.2,94.4,0.9,99.9,975.8,999.9,0.8,99.9,999.9,999.9 +2022-01-05 05:06,3.5,94.6,1.0,99.9,975.4,999.9,1.1,99.9,999.9,999.9 +2022-01-05 05:16,3.7,94.4,1.1,99.9,976.0,999.9,1.2,99.9,999.9,999.9 +2022-01-05 05:26,3.6,94.1,1.1,99.9,975.9,999.9,1.1,99.9,999.9,999.9 +2022-01-05 05:26,3.6,94.1,1.1,99.9,975.9,999.9,1.1,99.9,999.9,999.9 +2022-01-05 05:36,3.6,94.1,1.1,99.9,975.7,999.9,1.1,99.9,999.9,999.9 +2022-01-05 05:46,3.7,94.4,1.2,99.9,976.1,999.9,1.3,99.9,999.9,999.9 +2022-01-05 05:56,4.0,94.3,1.4,99.9,975.8,999.9,1.7,99.9,999.9,999.9 +2022-01-05 06:06,4.3,94.5,1.6,99.9,976.0,999.9,1.8,99.9,999.9,999.9 +2022-01-05 06:16,4.3,94.1,1.6,99.9,975.6,999.9,1.8,99.9,999.9,999.9 +2022-01-05 06:16,4.3,94.1,1.6,99.9,975.6,999.9,1.8,99.9,999.9,999.9 +2022-01-05 06:26,4.3,94.2,1.7,99.9,975.7,999.9,1.8,99.9,999.9,999.9 +2022-01-05 06:36,4.5,94.5,1.9,99.9,976.3,999.9,2.1,99.9,999.9,999.9 +2022-01-05 06:46,4.7,94.2,2.1,99.9,975.7,999.9,2.3,99.9,999.9,999.9 +2022-01-05 06:56,4.8,93.8,2.2,99.9,975.9,999.9,2.3,99.9,999.9,999.9 +2022-01-05 07:06,4.9,93.8,2.3,99.9,975.9,999.9,2.5,99.9,999.9,999.9 +2022-01-05 07:16,5.0,94.0,2.5,99.9,976.1,999.9,2.6,99.9,999.9,999.9 +2022-01-05 07:26,5.1,94.2,2.6,99.9,975.7,999.9,2.6,99.9,999.9,999.9 +2022-01-05 07:36,5.0,94.6,2.7,99.9,975.6,999.9,2.5,99.9,999.9,999.9 +2022-01-05 07:47,5.0,94.8,2.8,99.9,975.9,999.9,2.5,99.9,999.9,999.9 +2022-01-05 07:57,4.9,95.1,2.9,99.9,975.6,999.9,2.5,99.9,999.9,999.9 +2022-01-05 08:07,4.9,95.6,2.9,99.9,975.7,999.9,2.5,99.9,999.9,999.9 +2022-01-05 08:07,4.9,95.6,2.9,99.9,975.7,999.9,2.5,99.9,999.9,999.9 +2022-01-05 08:17,5.0,95.8,2.9,99.9,976.3,999.9,2.5,99.9,999.9,999.9 +2022-01-05 08:27,5.1,96.1,3.1,99.9,976.1,999.9,2.7,99.9,999.9,999.9 +2022-01-05 08:37,5.2,96.2,3.2,99.9,975.7,999.9,2.8,99.9,999.9,999.9 +2022-01-05 08:47,5.3,96.3,3.3,99.9,976.2,999.9,2.9,99.9,999.9,999.9 +2022-01-05 08:57,5.4,96.3,3.4,99.9,975.7,999.9,3.0,99.9,999.9,999.9 +2022-01-05 09:07,5.5,96.4,3.5,99.9,976.3,999.9,3.1,99.9,999.9,999.9 +2022-01-05 09:17,5.6,96.5,3.7,99.9,976.1,999.9,3.2,99.9,999.9,999.9 +2022-01-05 09:27,5.7,96.4,3.9,99.9,975.7,999.9,3.3,99.9,999.9,999.9 +2022-01-05 09:37,6.3,96.5,5.1,99.9,976.3,999.9,3.8,99.9,999.9,999.9 +2022-01-05 09:38,6.3,96.5,5.1,99.9,976.3,999.9,3.8,99.9,999.9,999.9 +2022-01-05 09:48,6.2,95.5,4.6,99.9,975.5,999.9,3.8,99.9,999.9,999.9 +2022-01-05 09:58,6.1,95.7,4.5,99.9,975.9,999.9,3.7,99.9,999.9,999.9 +2022-01-05 10:08,6.0,96.2,4.4,99.9,975.3,999.9,3.7,99.9,999.9,999.9 +2022-01-05 10:18,6.2,96.8,4.6,99.9,975.3,999.9,3.8,99.9,999.9,999.9 +2022-01-05 10:28,6.4,97.1,4.7,99.9,975.3,999.9,4.1,99.9,999.9,999.9 +2022-01-05 10:38,7.1,97.0,5.6,99.9,976.2,999.9,4.5,99.9,999.9,999.9 +2022-01-05 10:48,7.9,95.7,6.4,99.9,976.3,999.9,5.2,99.9,999.9,999.9 +2022-01-05 10:58,12.4,87.2,8.9,99.9,976.7,999.9,6.7,99.9,999.9,999.9 +2022-01-05 11:08,13.7,86.5,9.7,99.9,977.0,999.9,7.9,99.9,999.9,999.9 +2022-01-05 11:18,17.6,79.0,12.8,99.9,977.3,999.9,10.0,99.9,999.9,999.9 +2022-01-05 11:19,17.6,79.0,12.8,99.9,977.3,999.9,10.0,99.9,999.9,999.9 +2022-01-05 11:29,17.4,80.1,13.1,99.9,977.2,999.9,11.1,99.9,999.9,999.9 +2022-01-05 11:39,18.6,78.8,15.3,99.4,977.4,999.9,12.2,99.9,999.9,999.9 +2022-01-05 11:49,19.1,78.6,17.4,91.9,978.0,999.9,13.2,99.9,999.9,999.9 +2022-01-05 11:59,19.1,79.1,17.6,90.6,978.1,999.9,14.1,99.9,999.9,999.9 +2022-01-05 12:09,19.9,80.2,18.7,90.9,978.2,999.9,15.3,99.9,999.9,999.9 +2022-01-05 12:19,21.0,78.4,19.1,91.0,978.3,999.9,16.2,99.9,999.9,999.9 +2022-01-05 12:29,19.7,80.2,18.5,91.0,978.3,999.9,16.7,99.9,999.9,999.9 +2022-01-05 12:39,19.7,79.7,17.9,91.9,978.6,999.9,16.6,99.9,999.9,999.9 +2022-01-05 12:49,19.8,78.0,17.9,91.4,978.6,999.9,16.9,99.9,999.9,999.9 +2022-01-05 12:49,19.8,78.0,17.9,91.4,978.6,999.9,16.9,99.9,999.9,999.9 +2022-01-05 12:59,19.5,78.3,18.7,91.8,978.9,999.9,18.1,99.9,999.9,999.9 +2022-01-05 13:09,20.8,78.9,19.5,90.8,978.9,999.9,18.7,99.9,999.9,999.9 +2022-01-05 13:19,17.8,79.2,17.4,91.6,978.2,999.9,15.8,99.9,999.9,999.9 +2022-01-05 13:29,16.6,81.9,17.0,90.3,978.0,999.9,14.8,99.9,999.9,999.9 +2022-01-05 13:30,16.6,81.9,17.0,90.3,978.0,999.9,14.8,99.9,999.9,999.9 +2022-01-05 13:40,15.3,82.6,15.5,90.8,977.8,999.9,13.6,99.9,999.9,999.9 +2022-01-05 13:50,14.5,83.9,14.6,91.0,977.2,999.9,12.9,99.9,999.9,999.9 +2022-01-05 14:00,14.1,82.8,14.0,91.0,977.3,999.9,12.7,99.9,999.9,999.9 +2022-01-05 14:10,13.6,84.3,13.5,91.3,976.4,999.9,12.1,99.9,999.9,999.9 +2022-01-05 14:10,13.6,84.3,13.5,91.3,976.4,999.9,12.1,99.9,999.9,999.9 +2022-01-05 14:20,15.0,82.7,15.0,91.6,978.0,999.9,14.5,99.9,999.9,999.9 +2022-01-05 14:30,15.5,81.5,15.3,90.8,978.0,999.9,15.0,99.9,999.9,999.9 +2022-01-05 14:30,15.5,81.5,15.3,90.8,978.0,999.9,15.0,99.9,999.9,999.9 +2022-01-05 14:40,13.8,83.2,13.6,90.7,977.8,999.9,12.5,99.9,999.9,999.9 +2022-01-05 14:41,13.8,83.2,13.6,90.7,977.8,999.9,12.5,99.9,999.9,999.9 +2022-01-05 14:51,12.9,85.1,13.2,90.7,977.6,999.9,11.8,99.9,999.9,999.9 +2022-01-05 15:01,12.3,85.4,12.3,90.2,977.5,999.9,11.2,99.9,999.9,999.9 +2022-01-05 15:01,12.3,85.4,12.3,90.2,977.5,999.9,11.2,99.9,999.9,999.9 +2022-01-05 15:11,11.0,86.3,10.5,91.3,977.5,999.9,9.3,99.9,999.9,999.9 +2022-01-05 15:21,10.1,88.3,9.7,93.0,977.5,999.9,8.5,99.9,999.9,999.9 +2022-01-05 15:31,9.7,89.3,9.2,93.2,977.3,999.9,8.0,99.9,999.9,999.9 +2022-01-05 15:41,9.4,89.9,8.6,93.9,976.6,999.9,7.5,99.9,999.9,999.9 +2022-01-05 15:41,9.4,89.9,8.6,93.9,976.6,999.9,7.5,99.9,999.9,999.9 +2022-01-05 15:42,9.4,89.9,8.6,93.9,976.6,999.9,7.5,99.9,999.9,999.9 +2022-01-05 15:42,9.4,89.9,8.6,93.9,976.6,999.9,7.5,99.9,999.9,999.9 +2022-01-05 15:52,8.9,90.0,7.8,94.2,977.1,999.9,6.9,99.9,999.9,999.9 +2022-01-05 16:02,8.4,90.5,7.3,94.9,976.6,999.9,6.4,99.9,999.9,999.9 +2022-01-05 16:12,8.2,91.7,7.0,96.5,976.9,999.9,6.2,99.9,999.9,999.9 +2022-01-05 16:22,8.1,91.8,6.8,96.7,976.8,999.9,6.0,99.9,999.9,999.9 +2022-01-05 16:32,7.9,92.2,6.4,98.1,976.5,999.9,5.7,99.9,999.9,999.9 +2022-01-05 16:42,7.7,92.4,6.1,98.8,977.1,999.9,5.5,99.9,999.9,999.9 +2022-01-05 16:52,7.3,91.9,5.8,98.7,976.5,999.9,5.1,99.9,999.9,999.9 +2022-01-05 17:02,7.0,92.1,5.6,98.9,976.5,999.9,4.8,99.9,999.9,999.9 +2022-01-05 17:12,6.9,92.6,5.5,99.3,976.9,999.9,4.7,99.9,999.9,999.9 +2022-01-05 17:22,6.9,92.3,5.3,99.4,976.4,999.9,4.6,99.9,999.9,999.9 +2022-01-05 17:32,6.6,92.0,5.1,99.1,976.9,999.9,4.3,99.9,999.9,999.9 +2022-01-05 17:42,6.4,92.2,4.9,99.4,976.7,999.9,4.2,99.9,999.9,999.9 +2022-01-05 17:42,6.4,92.2,4.9,99.4,976.7,999.9,4.2,99.9,999.9,999.9 +2022-01-05 17:52,6.3,92.2,4.7,99.3,976.7,999.9,4.1,99.9,999.9,999.9 +2022-01-05 18:02,6.2,92.3,4.5,99.5,975.9,999.9,3.9,99.9,999.9,999.9 +2022-01-05 18:12,6.1,92.4,4.4,99.8,976.0,999.9,3.8,99.9,999.9,999.9 +2022-01-05 18:12,6.1,92.4,4.4,99.8,976.0,999.9,3.8,99.9,999.9,999.9 +2022-01-05 18:22,6.0,92.5,4.3,99.9,976.5,999.9,3.7,99.9,999.9,999.9 +2022-01-05 18:32,6.0,92.5,4.2,99.9,976.4,999.9,3.7,99.9,999.9,999.9 +2022-01-05 18:33,6.0,92.5,4.2,99.9,976.4,999.9,3.7,99.9,999.9,999.9 +2022-01-05 18:33,6.0,92.5,4.2,99.9,976.4,999.9,3.7,99.9,999.9,999.9 +2022-01-05 18:33,6.0,92.5,4.2,99.9,976.4,999.9,3.7,99.9,999.9,999.9 +2022-01-05 18:44,6.0,92.7,4.2,99.9,975.9,999.9,3.7,99.9,999.9,999.9 +2022-01-05 18:44,6.0,92.7,4.2,99.9,975.9,999.9,3.7,99.9,999.9,999.9 +2022-01-05 18:54,6.2,93.4,4.3,99.9,975.9,999.9,3.9,99.9,999.9,999.9 +2022-01-05 19:04,6.4,93.3,4.4,99.9,975.9,999.9,4.1,99.9,999.9,999.9 +2022-01-05 19:14,6.5,93.1,4.5,99.9,976.1,999.9,4.2,99.9,999.9,999.9 +2022-01-05 19:14,6.5,93.1,4.5,99.9,976.1,999.9,4.2,99.9,999.9,999.9 +2022-01-05 19:24,6.3,92.3,4.3,99.9,976.0,999.9,4.0,99.9,999.9,999.9 +2022-01-05 19:25,6.3,92.3,4.3,99.9,976.0,999.9,4.0,99.9,999.9,999.9 +2022-01-05 19:35,6.0,92.7,4.1,99.9,976.2,999.9,3.8,99.9,999.9,999.9 +2022-01-05 19:45,6.0,92.6,4.1,99.9,976.2,999.9,3.7,99.9,999.9,999.9 +2022-01-05 19:55,5.8,92.2,3.9,99.9,976.1,999.9,3.5,99.9,999.9,999.9 +2022-01-05 20:05,5.5,92.1,3.7,99.9,976.2,999.9,3.2,99.9,999.9,999.9 +2022-01-05 20:15,5.4,92.2,3.5,99.9,976.1,999.9,3.0,99.9,999.9,999.9 +2022-01-05 20:25,5.3,92.3,3.4,99.9,975.7,999.9,2.9,99.9,999.9,999.9 +2022-01-05 20:35,5.3,93.0,3.4,99.9,976.2,999.9,3.0,99.9,999.9,999.9 +2022-01-05 20:45,5.4,92.8,3.4,99.9,975.8,999.9,3.0,99.9,999.9,999.9 +2022-01-05 20:55,5.2,92.3,3.2,99.9,976.2,999.9,2.8,99.9,999.9,999.9 +2022-01-05 21:05,5.0,92.2,3.1,99.9,975.9,999.9,2.7,99.9,999.9,999.9 +2022-01-05 21:15,5.0,92.7,3.0,99.9,975.8,999.9,2.6,99.9,999.9,999.9 +2022-01-05 21:25,5.0,92.6,3.0,99.9,976.5,999.9,2.6,99.9,999.9,999.9 +2022-01-05 21:35,5.0,92.4,2.9,99.9,975.9,999.9,2.5,99.9,999.9,999.9 +2022-01-05 21:45,4.8,92.4,2.8,99.9,976.0,999.9,2.4,99.9,999.9,999.9 +2022-01-05 21:55,4.8,92.6,2.8,99.9,976.1,999.9,2.5,99.9,999.9,999.9 +2022-01-05 22:05,4.9,92.7,2.8,99.9,975.5,999.9,2.5,99.9,999.9,999.9 +2022-01-05 22:15,5.0,92.8,2.9,99.9,975.9,999.9,2.6,99.9,999.9,999.9 +2022-01-05 22:15,5.0,92.8,2.9,99.9,975.9,999.9,2.6,99.9,999.9,999.9 +2022-01-05 22:25,5.1,93.0,3.0,99.9,976.0,999.9,2.7,99.9,999.9,999.9 +2022-01-05 22:35,5.3,93.1,3.1,99.9,975.8,999.9,2.8,99.9,999.9,999.9 +2022-01-05 22:45,5.4,93.1,3.2,99.9,975.9,999.9,3.0,99.9,999.9,999.9 +2022-01-05 22:46,5.4,93.1,3.2,99.9,975.9,999.9,3.0,99.9,999.9,999.9 +2022-01-05 22:46,5.4,93.1,3.2,99.9,975.9,999.9,3.0,99.9,999.9,999.9 +2022-01-05 22:56,5.6,93.3,3.3,99.9,975.8,999.9,3.2,99.9,999.9,999.9 +2022-01-05 23:06,5.5,92.7,3.3,99.9,976.0,999.9,3.1,99.9,999.9,999.9 +2022-01-05 23:16,5.2,92.5,3.2,99.9,975.6,999.9,2.9,99.9,999.9,999.9 +2022-01-05 23:26,5.0,92.6,3.0,99.9,975.8,999.9,2.6,99.9,999.9,999.9 +2022-01-05 23:36,5.1,93.3,3.0,99.9,975.9,999.9,2.7,99.9,999.9,999.9 +2022-01-05 23:46,5.4,93.8,3.2,99.9,976.1,999.9,3.0,99.9,999.9,999.9 +2022-01-05 23:56,5.5,93.8,3.3,99.9,975.8,999.9,3.1,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-06_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-06_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..2331768 --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-06_telemetry_PE1RXF-7.dat @@ -0,0 +1,165 @@ +2022-01-06 00:06,5.3,93.4,3.2,99.9,975.5,999.9,2.9,99.9,999.9,999.9 +2022-01-06 00:16,4.9,92.8,3.0,99.9,976.0,999.9,2.6,99.9,999.9,999.9 +2022-01-06 00:26,4.6,92.7,2.7,99.9,975.7,999.9,2.2,99.9,999.9,999.9 +2022-01-06 00:36,4.5,93.1,2.6,99.9,975.4,999.9,2.1,99.9,999.9,999.9 +2022-01-06 00:36,4.5,93.1,2.6,99.9,975.4,999.9,2.1,99.9,999.9,999.9 +2022-01-06 00:37,4.5,93.1,2.6,99.9,975.4,999.9,2.1,99.9,999.9,999.9 +2022-01-06 00:47,4.3,92.7,2.5,99.9,975.1,999.9,1.9,99.9,999.9,999.9 +2022-01-06 00:47,4.3,92.7,2.5,99.9,975.1,999.9,1.9,99.9,999.9,999.9 +2022-01-06 00:57,4.1,92.9,2.3,99.9,975.5,999.9,1.6,99.9,999.9,999.9 +2022-01-06 01:07,3.9,92.6,2.1,99.9,975.2,999.9,1.5,99.9,999.9,999.9 +2022-01-06 01:17,3.8,92.7,2.0,99.9,975.5,999.9,1.4,99.9,999.9,999.9 +2022-01-06 01:27,3.7,92.6,1.8,99.9,975.6,999.9,1.3,99.9,999.9,999.9 +2022-01-06 01:37,3.8,93.4,1.9,99.9,975.6,999.9,1.4,99.9,999.9,999.9 +2022-01-06 01:47,3.9,93.2,1.9,99.9,976.0,999.9,1.4,99.9,999.9,999.9 +2022-01-06 01:57,3.9,93.3,1.9,99.9,975.5,999.9,1.4,99.9,999.9,999.9 +2022-01-06 02:07,4.0,93.8,2.0,99.9,975.7,999.9,1.5,99.9,999.9,999.9 +2022-01-06 02:17,4.1,93.8,2.0,99.9,975.8,999.9,1.6,99.9,999.9,999.9 +2022-01-06 02:27,4.1,93.5,2.0,99.9,975.6,999.9,1.5,99.9,999.9,999.9 +2022-01-06 02:37,3.9,93.1,1.8,99.9,975.6,999.9,1.3,99.9,999.9,999.9 +2022-01-06 02:47,3.6,92.7,1.6,99.9,975.9,999.9,1.0,99.9,999.9,999.9 +2022-01-06 02:57,3.2,92.3,1.3,99.9,975.6,999.9,0.6,99.9,999.9,999.9 +2022-01-06 03:07,2.9,92.3,1.0,99.9,975.6,999.9,0.3,99.9,999.9,999.9 +2022-01-06 03:17,2.6,92.1,0.8,99.9,975.6,999.9,-0.1,99.9,999.9,999.9 +2022-01-06 03:27,2.3,92.1,0.5,99.9,975.5,999.9,-0.4,99.9,999.9,999.9 +2022-01-06 03:37,2.1,92.1,0.2,99.9,975.8,999.9,-0.5,99.9,999.9,999.9 +2022-01-06 03:47,2.0,92.5,0.0,99.9,975.9,999.9,-0.7,99.9,999.9,999.9 +2022-01-06 03:57,2.2,93.6,0.1,99.9,975.7,999.9,-0.4,99.9,999.9,999.9 +2022-01-06 04:07,2.7,94.2,0.4,99.9,975.7,999.9,0.1,99.9,999.9,999.9 +2022-01-06 04:17,2.9,94.0,0.7,99.9,975.9,999.9,0.4,99.9,999.9,999.9 +2022-01-06 04:27,3.0,93.8,0.7,99.9,975.6,999.9,0.4,99.9,999.9,999.9 +2022-01-06 04:37,2.8,93.3,0.7,99.9,975.6,999.9,0.2,99.9,999.9,999.9 +2022-01-06 04:47,2.5,92.6,0.4,99.9,976.2,999.9,-0.1,99.9,999.9,999.9 +2022-01-06 04:57,2.0,92.2,0.1,99.9,975.2,999.9,-0.5,99.9,999.9,999.9 +2022-01-06 05:07,1.7,92.1,-0.2,99.9,975.6,999.9,-0.9,99.9,999.9,999.9 +2022-01-06 05:17,1.6,92.3,-0.4,99.9,975.6,999.9,-1.0,99.9,999.9,999.9 +2022-01-06 05:27,1.6,92.6,-0.5,99.9,975.7,999.9,-0.9,99.9,999.9,999.9 +2022-01-06 05:37,1.6,92.6,-0.6,99.9,975.7,999.9,-0.9,99.9,999.9,999.9 +2022-01-06 05:47,1.5,92.2,-0.7,99.9,975.8,999.9,-1.0,99.9,999.9,999.9 +2022-01-06 05:57,1.3,92.0,-0.8,99.9,975.7,999.9,-1.2,99.9,999.9,999.9 +2022-01-06 06:07,1.2,92.1,-0.9,99.9,975.3,999.9,-1.3,99.9,999.9,999.9 +2022-01-06 06:17,1.2,92.0,-1.1,99.9,975.6,999.9,-1.5,99.9,999.9,999.9 +2022-01-06 06:27,1.1,91.8,-1.2,99.9,975.6,999.9,-1.6,99.9,999.9,999.9 +2022-01-06 06:27,1.1,91.8,-1.2,99.9,975.6,999.9,-1.6,99.9,999.9,999.9 +2022-01-06 06:28,1.1,91.8,-1.2,99.9,975.6,999.9,-1.6,99.9,999.9,999.9 +2022-01-06 06:38,1.0,91.8,-1.2,99.9,975.4,999.9,-1.7,99.9,999.9,999.9 +2022-01-06 06:48,1.0,92.3,-1.2,99.9,975.4,999.9,-1.6,99.9,999.9,999.9 +2022-01-06 06:48,1.0,92.3,-1.2,99.9,975.4,999.9,-1.6,99.9,999.9,999.9 +2022-01-06 06:48,1.0,92.3,-1.2,99.9,975.4,999.9,-1.6,99.9,999.9,999.9 +2022-01-06 06:49,1.0,92.3,-1.2,99.9,975.4,999.9,-1.6,99.9,999.9,999.9 +2022-01-06 06:59,1.2,92.3,-1.2,99.9,975.6,999.9,-1.5,99.9,999.9,999.9 +2022-01-06 07:09,1.2,91.9,-1.2,99.9,975.3,999.9,-1.6,99.9,999.9,999.9 +2022-01-06 07:09,1.2,91.9,-1.2,99.9,975.3,999.9,-1.6,99.9,999.9,999.9 +2022-01-06 07:19,1.0,91.6,-1.3,99.9,975.7,999.9,-1.7,99.9,999.9,999.9 +2022-01-06 07:29,1.0,91.5,-1.3,99.9,975.7,999.9,-1.8,99.9,999.9,999.9 +2022-01-06 07:29,1.0,91.5,-1.3,99.9,975.7,999.9,-1.8,99.9,999.9,999.9 +2022-01-06 07:39,0.9,91.4,-1.3,99.9,975.4,999.9,-1.8,99.9,999.9,999.9 +2022-01-06 07:49,0.7,91.0,-1.5,99.9,975.7,999.9,-2.0,99.9,999.9,999.9 +2022-01-06 07:59,0.5,91.0,-1.6,99.9,975.3,999.9,-2.2,99.9,999.9,999.9 +2022-01-06 08:09,0.4,91.0,-1.8,99.9,975.2,999.9,-2.4,99.9,999.9,999.9 +2022-01-06 08:19,0.3,91.0,-1.9,99.9,975.8,999.9,-2.5,99.9,999.9,999.9 +2022-01-06 08:29,0.3,91.0,-2.0,99.9,975.8,999.9,-2.6,99.9,999.9,999.9 +2022-01-06 08:39,0.3,91.1,-2.0,99.9,976.3,999.9,-2.5,99.9,999.9,999.9 +2022-01-06 08:49,0.4,91.1,-2.0,99.9,976.1,999.9,-2.5,99.9,999.9,999.9 +2022-01-06 08:59,0.4,91.1,-1.8,99.9,975.7,999.9,-2.4,99.9,999.9,999.9 +2022-01-06 09:09,0.7,91.6,-1.5,99.9,975.5,999.9,-2.2,99.9,999.9,999.9 +2022-01-06 09:09,0.7,91.6,-1.5,99.9,975.5,999.9,-2.2,99.9,999.9,999.9 +2022-01-06 09:10,0.7,91.6,-1.5,99.9,975.5,999.9,-2.2,99.9,999.9,999.9 +2022-01-06 09:20,1.3,91.9,-1.0,99.9,975.2,999.9,-1.7,99.9,999.9,999.9 +2022-01-06 09:30,1.7,91.3,-0.5,99.9,975.6,999.9,-1.3,99.9,999.9,999.9 +2022-01-06 09:30,1.7,91.3,-0.5,99.9,975.6,999.9,-1.3,99.9,999.9,999.9 +2022-01-06 09:40,2.2,90.9,0.4,99.9,975.9,999.9,-0.8,99.9,999.9,999.9 +2022-01-06 09:50,2.8,90.9,1.2,99.9,975.5,999.9,-0.2,99.9,999.9,999.9 +2022-01-06 10:00,3.6,90.5,1.7,99.9,975.8,999.9,0.6,99.9,999.9,999.9 +2022-01-06 10:10,4.5,89.8,2.4,99.9,975.8,999.9,1.5,99.9,999.9,999.9 +2022-01-06 10:20,5.5,88.7,3.5,99.7,975.7,999.9,2.3,99.9,999.9,999.9 +2022-01-06 10:30,6.2,88.0,4.0,99.9,975.8,999.9,3.2,99.9,999.9,999.9 +2022-01-06 10:40,7.2,86.7,5.3,99.9,976.1,999.9,4.0,99.9,999.9,999.9 +2022-01-06 10:50,9.0,84.0,6.7,99.4,976.3,999.9,5.0,99.9,999.9,999.9 +2022-01-06 11:00,11.0,80.7,7.0,99.1,976.3,999.9,5.0,99.9,999.9,999.9 +2022-01-06 11:10,14.4,75.9,9.3,96.8,976.3,999.9,6.6,99.9,999.9,999.9 +2022-01-06 11:20,13.6,79.3,10.4,95.0,976.8,999.9,7.3,99.9,999.9,999.9 +2022-01-06 11:30,15.0,78.4,12.2,93.4,976.5,999.9,8.7,99.9,999.9,999.9 +2022-01-06 11:40,16.4,77.9,14.2,92.1,976.8,999.9,10.2,99.9,999.9,999.9 +2022-01-06 11:50,14.0,78.9,12.8,90.1,977.4,999.9,9.8,99.9,999.9,999.9 +2022-01-06 12:00,13.9,81.6,13.8,89.6,977.4,999.9,9.8,99.9,999.9,999.9 +2022-01-06 12:10,15.8,80.7,14.9,88.7,976.9,999.9,11.2,99.9,999.9,999.9 +2022-01-06 12:20,17.7,79.5,15.3,89.1,977.6,999.9,12.8,99.9,999.9,999.9 +2022-01-06 12:30,17.2,79.1,15.7,90.4,977.4,999.9,14.1,99.9,999.9,999.9 +2022-01-06 12:40,18.9,78.4,16.3,90.9,978.6,999.9,15.4,99.9,999.9,999.9 +2022-01-06 12:41,18.9,78.4,16.3,90.9,978.6,999.9,15.4,99.9,999.9,999.9 +2022-01-06 12:51,19.4,79.3,16.9,90.9,977.8,999.9,16.7,99.9,999.9,999.9 +2022-01-06 13:01,19.9,77.9,17.5,90.5,979.1,999.9,17.5,99.9,999.9,999.9 +2022-01-06 13:11,19.2,78.7,18.2,90.5,979.3,999.9,18.3,99.9,999.9,999.9 +2022-01-06 13:11,19.2,78.7,18.2,90.5,979.3,999.9,18.3,99.9,999.9,999.9 +2022-01-06 13:21,20.1,78.0,18.4,89.5,979.1,999.9,18.7,99.9,999.9,999.9 +2022-01-06 13:31,18.7,79.1,18.8,88.8,978.8,999.9,18.9,96.7,999.9,999.9 +2022-01-06 13:41,18.3,78.7,19.4,85.3,978.9,999.9,19.1,91.8,999.9,999.9 +2022-01-06 13:51,18.6,79.9,19.7,83.3,979.1,999.9,19.0,86.7,999.9,999.9 +2022-01-06 14:01,18.3,78.4,19.6,82.3,979.1,999.9,18.9,83.3,999.9,999.9 +2022-01-06 14:11,16.9,78.8,19.6,82.2,978.6,999.9,18.8,81.7,999.9,999.9 +2022-01-06 14:21,16.3,79.5,19.7,80.9,979.0,999.9,18.6,78.4,999.9,999.9 +2022-01-06 14:31,15.9,79.1,19.5,80.7,978.7,999.9,18.3,76.7,999.9,999.9 +2022-01-06 14:41,16.3,78.2,19.5,77.9,978.8,999.9,17.8,74.9,999.9,999.9 +2022-01-06 14:51,15.6,78.7,18.9,76.7,978.7,999.9,17.0,74.9,999.9,999.9 +2022-01-06 14:51,15.6,78.7,18.9,76.7,978.7,999.9,17.0,74.9,999.9,999.9 +2022-01-06 15:01,14.7,79.2,17.8,77.6,978.5,999.9,16.1,75.6,999.9,999.9 +2022-01-06 15:11,13.8,80.5,17.0,76.9,978.8,999.9,15.4,75.4,999.9,999.9 +2022-01-06 15:21,13.0,81.7,16.2,78.2,977.9,999.9,13.9,77.6,999.9,999.9 +2022-01-06 15:31,12.3,82.3,15.0,79.0,978.4,999.9,12.1,83.6,999.9,999.9 +2022-01-06 15:41,11.5,82.5,13.7,80.2,978.3,999.9,10.8,90.5,999.9,999.9 +2022-01-06 15:51,10.6,83.4,12.6,81.4,977.7,999.9,9.8,96.5,999.9,999.9 +2022-01-06 16:01,9.7,84.0,11.1,82.5,977.4,999.9,8.7,99.9,999.9,999.9 +2022-01-06 16:11,8.7,84.7,9.7,85.1,977.3,999.9,7.4,99.9,999.9,999.9 +2022-01-06 16:21,7.7,85.6,8.4,85.4,977.4,999.9,6.2,99.9,999.9,999.9 +2022-01-06 16:31,6.8,86.7,7.3,86.5,976.6,999.9,5.3,99.9,999.9,999.9 +2022-01-06 16:41,6.2,87.2,6.4,87.3,976.8,999.9,4.5,99.9,999.9,999.9 +2022-01-06 16:51,5.7,87.7,5.5,88.0,976.5,999.9,3.9,99.9,999.9,999.9 +2022-01-06 16:52,5.7,87.7,5.5,88.0,976.5,999.9,3.9,99.9,999.9,999.9 +2022-01-06 17:02,5.3,88.5,4.9,89.1,976.2,999.9,3.4,99.9,999.9,999.9 +2022-01-06 17:12,5.1,89.4,4.3,89.9,976.2,999.9,3.1,99.9,999.9,999.9 +2022-01-06 17:22,5.1,90.2,4.1,90.7,976.3,999.9,3.0,99.9,999.9,999.9 +2022-01-06 17:32,5.2,90.7,4.0,91.0,975.9,999.9,3.1,99.9,999.9,999.9 +2022-01-06 17:42,5.3,90.9,3.9,91.5,975.9,999.9,3.1,99.9,999.9,999.9 +2022-01-06 17:52,5.2,90.8,3.8,91.8,976.2,999.9,3.0,99.9,999.9,999.9 +2022-01-06 18:02,5.1,90.7,3.6,92.1,975.8,999.9,2.8,99.9,999.9,999.9 +2022-01-06 18:12,4.9,90.4,3.4,92.0,975.8,999.9,2.6,99.9,999.9,999.9 +2022-01-06 18:22,4.8,91.2,3.3,92.3,975.8,999.9,2.6,99.9,999.9,999.9 +2022-01-06 18:32,5.0,91.7,3.3,92.8,975.9,999.9,2.8,99.9,999.9,999.9 +2022-01-06 18:42,5.2,92.0,3.4,93.2,975.5,999.9,2.9,99.9,999.9,999.9 +2022-01-06 18:42,5.2,92.0,3.4,93.2,975.5,999.9,2.9,99.9,999.9,999.9 +2022-01-06 18:52,5.3,92.1,3.4,93.4,975.7,999.9,3.0,99.9,999.9,999.9 +2022-01-06 19:02,5.3,92.2,3.5,93.7,975.6,999.9,3.1,99.9,999.9,999.9 +2022-01-06 19:12,5.4,92.2,3.5,93.9,976.1,999.9,3.2,99.9,999.9,999.9 +2022-01-06 19:13,5.4,92.2,3.5,93.9,976.1,999.9,3.2,99.9,999.9,999.9 +2022-01-06 19:23,5.4,92.2,3.6,94.3,975.7,999.9,3.2,99.9,999.9,999.9 +2022-01-06 19:33,5.4,92.3,3.6,94.3,975.7,999.9,3.1,99.9,999.9,999.9 +2022-01-06 19:33,5.4,92.3,3.6,94.3,975.7,999.9,3.1,99.9,999.9,999.9 +2022-01-06 19:43,5.3,92.2,3.5,94.5,975.5,999.9,3.1,99.9,999.9,999.9 +2022-01-06 19:53,5.2,92.1,3.4,94.9,975.9,999.9,3.0,99.9,999.9,999.9 +2022-01-06 20:03,5.1,92.1,3.3,95.1,976.2,999.9,2.8,99.9,999.9,999.9 +2022-01-06 20:13,5.0,92.3,3.2,95.0,976.0,999.9,2.8,99.9,999.9,999.9 +2022-01-06 20:23,5.0,92.4,3.2,95.3,976.0,999.9,2.8,99.9,999.9,999.9 +2022-01-06 20:33,5.0,92.3,3.2,95.5,976.0,999.9,2.7,99.9,999.9,999.9 +2022-01-06 20:43,4.9,92.3,3.1,95.5,976.3,999.9,2.6,99.9,999.9,999.9 +2022-01-06 20:53,4.8,92.3,3.0,95.6,976.2,999.9,2.5,99.9,999.9,999.9 +2022-01-06 21:03,4.7,92.4,2.9,95.8,976.0,999.9,2.4,99.9,999.9,999.9 +2022-01-06 21:13,4.8,92.7,2.9,96.1,975.6,999.9,2.5,99.9,999.9,999.9 +2022-01-06 21:23,4.9,92.8,3.0,96.5,975.7,999.9,2.6,99.9,999.9,999.9 +2022-01-06 21:33,5.0,92.8,3.0,96.5,975.9,999.9,2.6,99.9,999.9,999.9 +2022-01-06 21:43,5.0,92.8,3.0,96.7,976.1,999.9,2.6,99.9,999.9,999.9 +2022-01-06 21:53,5.0,92.8,3.0,97.1,975.3,999.9,2.6,99.9,999.9,999.9 +2022-01-06 22:03,5.0,92.8,3.0,97.1,975.7,999.9,2.7,99.9,999.9,999.9 +2022-01-06 22:13,5.1,92.7,3.1,97.2,976.0,999.9,2.7,99.9,999.9,999.9 +2022-01-06 22:24,5.1,92.6,3.0,97.2,975.6,999.9,2.8,99.9,999.9,999.9 +2022-01-06 22:34,5.0,92.5,3.1,97.4,975.4,999.9,2.8,99.9,999.9,999.9 +2022-01-06 22:44,5.0,92.3,3.0,97.3,975.6,999.9,2.7,99.9,999.9,999.9 +2022-01-06 22:54,5.0,92.2,3.0,97.5,975.5,999.9,2.7,99.9,999.9,999.9 +2022-01-06 23:04,5.0,92.1,3.0,97.5,975.2,999.9,2.7,99.9,999.9,999.9 +2022-01-06 23:14,5.0,92.1,3.0,97.7,975.4,999.9,2.8,99.9,999.9,999.9 +2022-01-06 23:24,5.0,92.0,3.0,97.7,975.1,999.9,2.7,99.9,999.9,999.9 +2022-01-06 23:24,5.0,92.0,3.0,97.7,975.1,999.9,2.7,99.9,999.9,999.9 +2022-01-06 23:34,5.0,92.1,3.1,97.7,974.5,999.9,2.8,99.9,999.9,999.9 +2022-01-06 23:34,5.0,92.1,3.1,97.7,974.5,999.9,2.8,99.9,999.9,999.9 +2022-01-06 23:44,5.0,92.1,3.1,97.7,975.0,999.9,2.8,99.9,999.9,999.9 +2022-01-06 23:54,5.0,92.1,3.1,97.7,976.1,999.9,2.8,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-07_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-07_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..86039d3 --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-07_telemetry_PE1RXF-7.dat @@ -0,0 +1,169 @@ +2022-01-07 00:04,5.0,92.1,3.0,97.9,975.8,999.9,2.8,99.9,999.9,999.9 +2022-01-07 00:14,5.0,92.1,3.1,98.0,976.3,999.9,2.8,99.9,999.9,999.9 +2022-01-07 00:15,5.0,92.1,3.1,98.0,976.3,999.9,2.8,99.9,999.9,999.9 +2022-01-07 00:25,5.0,92.2,3.1,98.1,975.8,999.9,2.8,99.9,999.9,999.9 +2022-01-07 00:35,5.0,92.1,3.1,98.2,976.1,999.9,2.8,99.9,999.9,999.9 +2022-01-07 00:45,5.1,92.2,3.1,98.2,976.1,999.9,2.8,99.9,999.9,999.9 +2022-01-07 00:55,5.1,92.1,3.2,98.2,976.2,999.9,2.9,99.9,999.9,999.9 +2022-01-07 00:55,5.1,92.1,3.2,98.2,976.2,999.9,2.9,99.9,999.9,999.9 +2022-01-07 01:05,5.2,92.2,3.2,98.3,975.8,999.9,2.9,99.9,999.9,999.9 +2022-01-07 01:05,5.2,92.2,3.2,98.3,975.8,999.9,2.9,99.9,999.9,999.9 +2022-01-07 01:15,5.2,92.1,3.3,98.2,975.8,999.9,2.9,99.9,999.9,999.9 +2022-01-07 01:16,5.2,92.1,3.3,98.2,975.8,999.9,2.9,99.9,999.9,999.9 +2022-01-07 01:26,5.2,92.2,3.3,98.3,975.9,999.9,2.9,99.9,999.9,999.9 +2022-01-07 01:36,5.2,91.9,3.3,98.3,976.1,999.9,3.0,99.9,999.9,999.9 +2022-01-07 01:46,5.3,91.9,3.3,98.2,976.3,999.9,3.0,99.9,999.9,999.9 +2022-01-07 01:56,5.2,91.5,3.3,98.0,976.2,999.9,2.9,99.9,999.9,999.9 +2022-01-07 02:06,5.1,91.4,3.2,98.1,976.2,999.9,2.8,99.9,999.9,999.9 +2022-01-07 02:16,5.0,91.5,3.2,98.2,976.0,999.9,2.7,99.9,999.9,999.9 +2022-01-07 02:26,4.9,91.6,3.1,98.4,976.0,999.9,2.5,99.9,999.9,999.9 +2022-01-07 02:36,4.8,91.8,3.0,98.6,976.0,999.9,2.4,99.9,999.9,999.9 +2022-01-07 02:46,4.6,92.2,2.9,98.6,975.5,999.9,2.2,99.9,999.9,999.9 +2022-01-07 02:56,4.5,92.5,2.8,98.9,975.9,999.9,2.2,99.9,999.9,999.9 +2022-01-07 03:06,4.4,92.8,2.7,99.0,975.9,999.9,2.1,99.9,999.9,999.9 +2022-01-07 03:16,4.4,93.0,2.7,99.4,976.8,999.9,2.1,99.9,999.9,999.9 +2022-01-07 03:26,4.3,93.1,2.6,99.7,975.7,999.9,2.1,99.9,999.9,999.9 +2022-01-07 03:36,4.3,93.2,2.6,99.8,975.8,999.9,2.1,99.9,999.9,999.9 +2022-01-07 03:46,4.3,93.3,2.6,99.8,975.8,999.9,2.0,99.9,999.9,999.9 +2022-01-07 03:56,4.3,93.5,2.6,99.8,975.7,999.9,2.0,99.9,999.9,999.9 +2022-01-07 04:06,4.2,93.6,2.5,99.9,976.1,999.9,2.0,99.9,999.9,999.9 +2022-01-07 04:16,4.2,93.8,2.5,99.9,975.6,999.9,2.0,99.9,999.9,999.9 +2022-01-07 04:16,4.2,93.8,2.5,99.9,975.6,999.9,2.0,99.9,999.9,999.9 +2022-01-07 04:26,4.2,93.9,2.5,99.9,975.9,999.9,1.9,99.9,999.9,999.9 +2022-01-07 04:36,4.2,94.0,2.5,99.9,976.0,999.9,2.0,99.9,999.9,999.9 +2022-01-07 04:46,4.1,94.1,2.5,99.9,975.9,999.9,1.9,99.9,999.9,999.9 +2022-01-07 04:56,4.1,94.2,2.4,99.9,975.6,999.9,1.9,99.9,999.9,999.9 +2022-01-07 05:06,4.1,94.3,2.4,99.9,975.6,999.9,1.9,99.9,999.9,999.9 +2022-01-07 05:16,4.1,94.3,2.4,99.9,975.9,999.9,1.9,99.9,999.9,999.9 +2022-01-07 05:26,4.1,94.4,2.4,99.9,976.0,999.9,1.9,99.9,999.9,999.9 +2022-01-07 05:36,4.1,94.5,2.4,99.9,976.0,999.9,1.9,99.9,999.9,999.9 +2022-01-07 05:46,4.2,94.6,2.4,99.9,975.9,999.9,1.9,99.9,999.9,999.9 +2022-01-07 05:56,4.2,94.6,2.5,99.9,976.0,999.9,2.0,99.9,999.9,999.9 +2022-01-07 06:06,4.3,94.6,2.5,99.9,975.4,999.9,2.0,99.9,999.9,999.9 +2022-01-07 06:16,4.3,94.6,2.5,99.9,975.8,999.9,2.1,99.9,999.9,999.9 +2022-01-07 06:26,4.4,94.6,2.6,99.9,975.9,999.9,2.1,99.9,999.9,999.9 +2022-01-07 06:26,4.4,94.6,2.6,99.9,975.9,999.9,2.1,99.9,999.9,999.9 +2022-01-07 06:36,4.4,94.6,2.6,99.9,975.5,999.9,2.2,99.9,999.9,999.9 +2022-01-07 06:46,4.4,94.5,2.6,99.9,975.8,999.9,2.2,99.9,999.9,999.9 +2022-01-07 06:56,4.5,94.6,2.6,99.9,976.4,999.9,2.2,99.9,999.9,999.9 +2022-01-07 07:06,4.5,94.6,2.7,99.9,975.9,999.9,2.2,99.9,999.9,999.9 +2022-01-07 07:16,4.6,94.6,2.7,99.9,976.8,999.9,2.3,99.9,999.9,999.9 +2022-01-07 07:16,4.6,94.6,2.7,99.9,976.8,999.9,2.3,99.9,999.9,999.9 +2022-01-07 07:26,4.6,94.6,2.8,99.9,975.9,999.9,2.4,99.9,999.9,999.9 +2022-01-07 07:36,4.7,94.7,2.8,99.9,975.8,999.9,2.4,99.9,999.9,999.9 +2022-01-07 07:46,4.7,94.8,2.8,99.9,975.9,999.9,2.4,99.9,999.9,999.9 +2022-01-07 07:56,4.8,94.9,2.8,99.9,976.1,999.9,2.5,99.9,999.9,999.9 +2022-01-07 08:06,4.8,94.7,2.9,99.9,975.6,999.9,2.5,99.9,999.9,999.9 +2022-01-07 08:16,4.9,94.8,2.9,99.9,976.0,999.9,2.6,99.9,999.9,999.9 +2022-01-07 08:26,4.9,94.6,3.0,99.9,975.9,999.9,2.5,99.9,999.9,999.9 +2022-01-07 08:37,4.9,94.7,3.0,99.9,976.2,999.9,2.5,99.9,999.9,999.9 +2022-01-07 08:47,4.9,94.7,3.0,99.9,975.9,999.9,2.6,99.9,999.9,999.9 +2022-01-07 08:57,4.9,94.8,3.1,99.9,976.0,999.9,2.6,99.9,999.9,999.9 +2022-01-07 09:07,5.0,94.9,3.2,99.9,975.6,999.9,2.7,99.9,999.9,999.9 +2022-01-07 09:07,5.0,94.9,3.2,99.9,975.6,999.9,2.7,99.9,999.9,999.9 +2022-01-07 09:17,5.2,95.0,3.4,99.9,975.9,999.9,2.8,99.9,999.9,999.9 +2022-01-07 09:17,5.2,95.0,3.4,99.9,975.9,999.9,2.8,99.9,999.9,999.9 +2022-01-07 09:27,5.4,95.0,3.6,99.9,975.9,999.9,3.0,99.9,999.9,999.9 +2022-01-07 09:37,5.5,95.1,3.7,99.9,976.0,999.9,3.2,99.9,999.9,999.9 +2022-01-07 09:47,5.6,95.2,4.0,99.9,975.8,999.9,3.3,99.9,999.9,999.9 +2022-01-07 09:57,5.8,95.2,4.0,99.9,975.9,999.9,3.4,99.9,999.9,999.9 +2022-01-07 10:07,5.9,95.2,4.2,99.9,975.4,999.9,3.6,99.9,999.9,999.9 +2022-01-07 10:08,5.9,95.2,4.2,99.9,975.4,999.9,3.6,99.9,999.9,999.9 +2022-01-07 10:18,6.1,95.2,4.5,99.9,975.3,999.9,3.8,99.9,999.9,999.9 +2022-01-07 10:18,6.1,95.2,4.5,99.9,975.3,999.9,3.8,99.9,999.9,999.9 +2022-01-07 10:28,6.2,95.3,4.7,99.9,975.5,999.9,3.9,99.9,999.9,999.9 +2022-01-07 10:38,6.5,95.5,5.2,99.9,975.4,999.9,4.2,99.9,999.9,999.9 +2022-01-07 10:38,6.5,95.5,5.2,99.9,975.4,999.9,4.2,99.9,999.9,999.9 +2022-01-07 10:48,6.9,95.3,5.5,99.9,975.4,999.9,4.5,99.9,999.9,999.9 +2022-01-07 10:48,6.9,95.3,5.5,99.9,975.4,999.9,4.5,99.9,999.9,999.9 +2022-01-07 10:58,7.0,95.1,5.6,99.9,975.0,999.9,4.6,99.9,999.9,999.9 +2022-01-07 10:59,7.0,95.1,5.6,99.9,975.0,999.9,4.6,99.9,999.9,999.9 +2022-01-07 11:09,7.4,95.1,6.2,99.9,976.7,999.9,5.1,99.9,999.9,999.9 +2022-01-07 11:19,7.5,95.0,6.3,99.9,976.8,999.9,5.2,99.9,999.9,999.9 +2022-01-07 11:29,7.7,95.0,6.6,99.9,976.7,999.9,5.4,99.9,999.9,999.9 +2022-01-07 11:39,7.7,94.5,6.5,99.9,976.9,999.9,5.3,99.9,999.9,999.9 +2022-01-07 11:49,7.5,94.6,6.5,99.9,976.5,999.9,5.2,99.9,999.9,999.9 +2022-01-07 11:50,7.5,94.6,6.5,99.9,976.5,999.9,5.2,99.9,999.9,999.9 +2022-01-07 12:00,7.5,94.8,6.8,99.9,976.9,999.9,5.3,99.9,999.9,999.9 +2022-01-07 12:10,7.8,94.8,7.1,99.9,976.8,999.9,5.5,99.9,999.9,999.9 +2022-01-07 12:20,8.2,93.9,7.6,99.9,976.8,999.9,5.8,99.9,999.9,999.9 +2022-01-07 12:30,8.7,93.3,8.1,99.9,976.6,999.9,6.2,99.9,999.9,999.9 +2022-01-07 12:40,10.3,91.8,9.4,99.4,977.0,999.9,7.6,99.9,999.9,999.9 +2022-01-07 12:50,10.0,90.9,9.0,98.9,977.2,999.9,7.5,99.9,999.9,999.9 +2022-01-07 13:00,10.0,90.3,9.1,98.9,976.9,999.9,7.6,99.9,999.9,999.9 +2022-01-07 13:10,11.1,90.4,10.1,97.4,977.2,999.9,8.5,99.9,999.9,999.9 +2022-01-07 13:20,10.4,89.6,9.4,97.7,977.0,999.9,7.9,99.9,999.9,999.9 +2022-01-07 13:30,9.7,90.6,9.2,97.6,977.6,999.9,7.3,99.9,999.9,999.9 +2022-01-07 13:40,9.3,91.5,8.9,97.5,977.1,999.9,7.0,99.9,999.9,999.9 +2022-01-07 13:50,9.0,92.4,8.8,97.9,977.0,999.9,6.8,99.9,999.9,999.9 +2022-01-07 14:00,10.6,92.9,10.4,97.5,977.7,999.9,9.0,99.9,999.9,999.9 +2022-01-07 14:00,10.6,92.9,10.4,97.5,977.7,999.9,9.0,99.9,999.9,999.9 +2022-01-07 14:10,11.7,90.8,11.3,96.4,977.6,999.9,9.8,99.9,999.9,999.9 +2022-01-07 14:20,12.3,89.1,11.8,95.3,977.9,999.9,10.5,99.9,999.9,999.9 +2022-01-07 14:20,12.3,89.1,11.8,95.3,977.9,999.9,10.5,99.9,999.9,999.9 +2022-01-07 14:30,11.5,88.5,11.3,95.0,978.1,999.9,9.5,99.9,999.9,999.9 +2022-01-07 14:40,12.0,87.6,12.8,92.9,977.6,999.9,11.3,99.9,999.9,999.9 +2022-01-07 14:50,11.0,86.5,11.2,92.2,977.7,999.9,9.8,99.9,999.9,999.9 +2022-01-07 15:00,9.8,87.9,10.1,92.5,977.0,999.9,8.7,99.9,999.9,999.9 +2022-01-07 15:10,9.1,89.0,9.4,93.0,977.2,999.9,7.8,99.9,999.9,999.9 +2022-01-07 15:21,8.4,90.1,8.5,93.6,977.0,999.9,6.7,99.9,999.9,999.9 +2022-01-07 15:30,8.0,91.1,7.8,94.3,976.7,999.9,6.1,99.9,999.9,999.9 +2022-01-07 15:31,8.0,91.1,7.8,94.3,976.7,999.9,6.1,99.9,999.9,999.9 +2022-01-07 15:41,7.6,91.5,7.2,94.6,976.7,999.9,5.7,99.9,999.9,999.9 +2022-01-07 15:51,7.4,91.6,6.8,94.9,976.6,999.9,5.4,99.9,999.9,999.9 +2022-01-07 16:01,7.0,91.8,6.3,95.2,976.4,999.9,5.0,99.9,999.9,999.9 +2022-01-07 16:01,7.0,91.8,6.3,95.2,976.4,999.9,5.0,99.9,999.9,999.9 +2022-01-07 16:11,6.6,92.0,5.7,95.4,976.7,999.9,4.5,99.9,999.9,999.9 +2022-01-07 16:21,6.3,92.4,5.3,95.8,976.5,999.9,4.3,99.9,999.9,999.9 +2022-01-07 16:31,6.1,92.7,4.9,96.1,976.4,999.9,4.0,99.9,999.9,999.9 +2022-01-07 16:41,5.9,93.0,4.5,96.5,976.5,999.9,3.7,99.9,999.9,999.9 +2022-01-07 16:51,5.8,93.3,4.3,96.9,975.9,999.9,3.6,99.9,999.9,999.9 +2022-01-07 17:01,5.8,93.6,4.1,97.3,975.9,999.9,3.6,99.9,999.9,999.9 +2022-01-07 17:11,5.7,93.6,4.0,97.6,976.3,999.9,3.5,99.9,999.9,999.9 +2022-01-07 17:21,5.6,93.8,3.9,98.0,976.0,999.9,3.4,99.9,999.9,999.9 +2022-01-07 17:31,5.6,94.1,3.8,98.1,976.1,999.9,3.4,99.9,999.9,999.9 +2022-01-07 17:41,5.7,94.6,3.8,98.6,976.1,999.9,3.4,99.9,999.9,999.9 +2022-01-07 17:51,5.8,94.7,3.9,99.0,976.0,999.9,3.5,99.9,999.9,999.9 +2022-01-07 18:01,5.8,94.7,3.9,99.3,975.2,999.9,3.5,99.9,999.9,999.9 +2022-01-07 18:11,5.8,94.7,3.9,99.3,975.0,999.9,3.5,99.9,999.9,999.9 +2022-01-07 18:22,5.7,94.5,3.8,99.6,974.9,999.9,3.4,99.9,999.9,999.9 +2022-01-07 18:32,5.6,94.2,3.7,99.3,976.0,999.9,3.2,99.9,999.9,999.9 +2022-01-07 18:32,5.6,94.2,3.7,99.3,976.0,999.9,3.2,99.9,999.9,999.9 +2022-01-07 18:42,5.4,93.9,3.5,99.1,976.0,999.9,3.1,99.9,999.9,999.9 +2022-01-07 18:52,5.2,93.9,3.3,99.1,976.3,999.9,2.9,99.9,999.9,999.9 +2022-01-07 19:02,5.1,94.0,3.2,99.3,976.1,999.9,2.8,99.9,999.9,999.9 +2022-01-07 19:02,5.1,94.0,3.2,99.3,976.1,999.9,2.8,99.9,999.9,999.9 +2022-01-07 19:02,5.1,94.0,3.2,99.3,976.1,999.9,2.8,99.9,999.9,999.9 +2022-01-07 19:03,5.1,94.0,3.2,99.3,976.1,999.9,2.8,99.9,999.9,999.9 +2022-01-07 19:13,5.2,94.1,3.2,99.6,976.0,999.9,2.8,99.9,999.9,999.9 +2022-01-07 19:23,5.2,93.8,3.1,99.3,975.8,999.9,2.8,99.9,999.9,999.9 +2022-01-07 19:33,4.9,93.4,2.9,99.3,975.9,999.9,2.6,99.9,999.9,999.9 +2022-01-07 19:43,4.6,93.4,2.7,99.3,975.8,999.9,2.3,99.9,999.9,999.9 +2022-01-07 19:53,4.3,93.2,2.4,99.4,975.7,999.9,1.9,99.9,999.9,999.9 +2022-01-07 20:03,4.0,93.3,2.2,99.4,976.0,999.9,1.7,99.9,999.9,999.9 +2022-01-07 20:13,4.0,94.2,2.1,99.6,975.8,999.9,1.7,99.9,999.9,999.9 +2022-01-07 20:23,4.2,94.5,2.2,99.9,976.1,999.9,1.8,99.9,999.9,999.9 +2022-01-07 20:33,4.2,94.4,2.3,99.9,976.1,999.9,1.8,99.9,999.9,999.9 +2022-01-07 20:43,4.2,94.5,2.2,99.9,975.9,999.9,1.7,99.9,999.9,999.9 +2022-01-07 20:53,4.1,94.5,2.2,99.9,976.2,999.9,1.7,99.9,999.9,999.9 +2022-01-07 20:53,4.1,94.5,2.2,99.9,976.2,999.9,1.7,99.9,999.9,999.9 +2022-01-07 21:03,4.1,94.7,2.2,99.9,976.0,999.9,1.7,99.9,999.9,999.9 +2022-01-07 21:13,4.1,94.9,2.3,99.9,975.8,999.9,1.7,99.9,999.9,999.9 +2022-01-07 21:23,4.2,95.0,2.3,99.9,976.3,999.9,1.8,99.9,999.9,999.9 +2022-01-07 21:33,4.2,95.1,2.3,99.9,975.6,999.9,1.8,99.9,999.9,999.9 +2022-01-07 21:43,4.2,95.0,2.3,99.9,976.1,999.9,1.9,99.9,999.9,999.9 +2022-01-07 21:53,4.2,95.0,2.3,99.9,976.5,999.9,1.8,99.9,999.9,999.9 +2022-01-07 22:03,4.1,94.7,2.2,99.9,976.1,999.9,1.7,99.9,999.9,999.9 +2022-01-07 22:13,3.9,94.3,2.0,99.9,975.9,999.9,1.5,99.9,999.9,999.9 +2022-01-07 22:13,3.9,94.3,2.0,99.9,975.9,999.9,1.5,99.9,999.9,999.9 +2022-01-07 22:23,3.7,94.2,1.8,99.9,975.5,999.9,1.2,99.9,999.9,999.9 +2022-01-07 22:33,3.4,94.2,1.7,99.9,975.7,999.9,1.1,99.9,999.9,999.9 +2022-01-07 22:43,3.3,94.3,1.5,99.9,976.1,999.9,0.9,99.9,999.9,999.9 +2022-01-07 22:53,3.2,94.3,1.4,99.9,975.7,999.9,0.8,99.9,999.9,999.9 +2022-01-07 23:03,3.1,94.2,1.2,99.9,975.9,999.9,0.7,99.9,999.9,999.9 +2022-01-07 23:13,3.0,94.3,1.1,99.9,976.0,999.9,0.6,99.9,999.9,999.9 +2022-01-07 23:23,3.0,94.4,1.1,99.9,975.4,999.9,0.6,99.9,999.9,999.9 +2022-01-07 23:23,3.0,94.4,1.1,99.9,975.4,999.9,0.6,99.9,999.9,999.9 +2022-01-07 23:33,3.1,94.8,1.1,99.9,975.9,999.9,0.7,99.9,999.9,999.9 +2022-01-07 23:43,3.3,95.1,1.3,99.9,975.6,999.9,0.9,99.9,999.9,999.9 +2022-01-07 23:53,3.3,94.7,1.3,99.9,975.4,999.9,0.9,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-08_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-08_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..2887725 --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-08_telemetry_PE1RXF-7.dat @@ -0,0 +1,161 @@ +2022-01-08 00:03,3.2,94.5,1.2,99.9,975.4,999.9,0.8,99.9,999.9,999.9 +2022-01-08 00:13,3.1,94.7,1.2,99.9,976.0,999.9,0.7,99.9,999.9,999.9 +2022-01-08 00:14,3.1,94.7,1.2,99.9,976.0,999.9,0.7,99.9,999.9,999.9 +2022-01-08 00:24,3.2,94.9,1.2,99.9,975.3,999.9,0.8,99.9,999.9,999.9 +2022-01-08 00:34,3.2,94.9,1.2,99.9,975.6,999.9,0.8,99.9,999.9,999.9 +2022-01-08 00:43,3.1,94.4,1.1,99.9,975.7,999.9,0.6,99.9,999.9,999.9 +2022-01-08 00:53,3.0,94.5,1.0,99.9,975.7,999.9,0.5,99.9,999.9,999.9 +2022-01-08 01:03,2.9,94.6,1.0,99.9,975.4,999.9,0.5,99.9,999.9,999.9 +2022-01-08 01:13,2.9,94.5,0.9,99.9,975.0,999.9,0.4,99.9,999.9,999.9 +2022-01-08 01:23,2.8,94.4,0.8,99.9,975.6,999.9,0.3,99.9,999.9,999.9 +2022-01-08 01:33,2.7,94.4,0.7,99.9,975.2,999.9,0.2,99.9,999.9,999.9 +2022-01-08 01:43,2.7,94.4,0.7,99.9,974.8,999.9,0.2,99.9,999.9,999.9 +2022-01-08 01:53,2.6,94.5,0.6,99.9,975.1,999.9,0.1,99.9,999.9,999.9 +2022-01-08 02:03,2.6,94.4,0.6,99.9,975.2,999.9,0.1,99.9,999.9,999.9 +2022-01-08 02:04,2.6,94.4,0.6,99.9,975.2,999.9,0.1,99.9,999.9,999.9 +2022-01-08 02:14,2.6,94.4,0.5,99.9,975.7,999.9,0.1,99.9,999.9,999.9 +2022-01-08 02:24,2.5,94.4,0.5,99.9,975.9,999.9,0.1,99.9,999.9,999.9 +2022-01-08 02:24,2.5,94.4,0.5,99.9,975.9,999.9,0.1,99.9,999.9,999.9 +2022-01-08 02:34,2.5,94.4,0.4,99.9,976.0,999.9,0.0,99.9,999.9,999.9 +2022-01-08 02:45,2.4,94.4,0.4,99.9,975.4,999.9,0.0,99.9,999.9,999.9 +2022-01-08 02:55,2.5,94.7,0.4,99.9,975.4,999.9,0.0,99.9,999.9,999.9 +2022-01-08 03:05,2.5,94.8,0.5,99.9,976.0,999.9,0.1,99.9,999.9,999.9 +2022-01-08 03:15,2.6,94.7,0.5,99.9,975.5,999.9,0.1,99.9,999.9,999.9 +2022-01-08 03:25,2.5,94.4,0.4,99.9,975.6,999.9,0.0,99.9,999.9,999.9 +2022-01-08 03:35,2.5,94.4,0.4,99.9,975.6,999.9,0.0,99.9,999.9,999.9 +2022-01-08 03:45,2.5,94.3,0.4,99.9,975.5,999.9,-0.1,99.9,999.9,999.9 +2022-01-08 03:55,2.4,94.2,0.4,99.9,975.8,999.9,-0.1,99.9,999.9,999.9 +2022-01-08 04:05,2.3,94.1,0.2,99.9,975.6,999.9,-0.2,99.9,999.9,999.9 +2022-01-08 04:15,2.2,93.8,0.1,99.9,975.4,999.9,-0.3,99.9,999.9,999.9 +2022-01-08 04:25,2.0,93.7,0.0,99.9,975.1,999.9,-0.5,99.9,999.9,999.9 +2022-01-08 04:35,1.9,93.8,-0.2,99.9,975.2,999.9,-0.6,99.9,999.9,999.9 +2022-01-08 04:35,1.9,93.8,-0.2,99.9,975.2,999.9,-0.6,99.9,999.9,999.9 +2022-01-08 04:36,1.9,93.8,-0.2,99.9,975.2,999.9,-0.6,99.9,999.9,999.9 +2022-01-08 04:46,1.9,93.9,-0.2,99.9,975.5,999.9,-0.6,99.9,999.9,999.9 +2022-01-08 04:56,1.9,94.3,-0.2,99.9,975.4,999.9,-0.5,99.9,999.9,999.9 +2022-01-08 05:06,2.0,94.3,-0.2,99.9,975.4,999.9,-0.5,99.9,999.9,999.9 +2022-01-08 05:16,2.1,94.3,-0.2,99.9,975.2,999.9,-0.4,99.9,999.9,999.9 +2022-01-08 05:26,2.1,94.3,-0.1,99.9,974.7,999.9,-0.4,99.9,999.9,999.9 +2022-01-08 05:36,2.1,94.4,-0.1,99.9,975.1,999.9,-0.3,99.9,999.9,999.9 +2022-01-08 05:46,2.2,94.5,0.0,99.9,974.3,999.9,-0.3,99.9,999.9,999.9 +2022-01-08 05:46,2.2,94.5,0.0,99.9,974.3,999.9,-0.3,99.9,999.9,999.9 +2022-01-08 05:56,2.2,94.4,0.0,99.9,975.4,999.9,-0.3,99.9,999.9,999.9 +2022-01-08 06:06,2.2,94.3,-0.1,99.9,975.9,999.9,-0.3,99.9,999.9,999.9 +2022-01-08 06:16,2.2,94.5,0.0,99.9,975.9,999.9,-0.3,99.9,999.9,999.9 +2022-01-08 06:26,2.2,94.4,0.0,99.9,975.6,999.9,-0.3,99.9,999.9,999.9 +2022-01-08 06:36,2.2,94.4,-0.1,99.9,975.7,999.9,-0.3,99.9,999.9,999.9 +2022-01-08 06:47,2.2,94.5,0.0,99.9,975.7,999.9,-0.3,99.9,999.9,999.9 +2022-01-08 06:57,2.2,94.3,0.0,99.9,975.9,999.9,-0.3,99.9,999.9,999.9 +2022-01-08 07:07,2.1,94.3,0.0,99.9,975.7,999.9,-0.4,99.9,999.9,999.9 +2022-01-08 07:17,2.1,94.3,-0.1,99.9,975.3,999.9,-0.4,99.9,999.9,999.9 +2022-01-08 07:17,2.1,94.3,-0.1,99.9,975.3,999.9,-0.4,99.9,999.9,999.9 +2022-01-08 07:27,2.1,94.3,-0.1,99.9,975.3,999.9,-0.4,99.9,999.9,999.9 +2022-01-08 07:37,2.0,94.3,-0.1,99.9,975.7,999.9,-0.4,99.9,999.9,999.9 +2022-01-08 07:47,2.1,94.4,-0.1,99.9,975.5,999.9,-0.4,99.9,999.9,999.9 +2022-01-08 07:57,2.0,94.4,-0.1,99.9,975.6,999.9,-0.4,99.9,999.9,999.9 +2022-01-08 08:07,2.1,94.3,-0.1,99.9,975.6,999.9,-0.4,99.9,999.9,999.9 +2022-01-08 08:17,2.0,94.3,-0.1,99.9,975.0,999.9,-0.4,99.9,999.9,999.9 +2022-01-08 08:17,2.0,94.3,-0.1,99.9,975.0,999.9,-0.4,99.9,999.9,999.9 +2022-01-08 08:27,2.0,94.3,-0.1,99.9,975.7,999.9,-0.5,99.9,999.9,999.9 +2022-01-08 08:37,2.0,94.3,-0.1,99.9,975.3,999.9,-0.5,99.9,999.9,999.9 +2022-01-08 08:48,2.1,94.4,0.0,99.9,975.3,999.9,-0.4,99.9,999.9,999.9 +2022-01-08 08:58,2.2,94.4,0.1,99.9,974.8,999.9,-0.3,99.9,999.9,999.9 +2022-01-08 09:07,2.4,94.2,0.3,99.9,974.9,999.9,-0.2,99.9,999.9,999.9 +2022-01-08 09:17,2.5,94.1,0.5,99.9,974.7,999.9,-0.1,99.9,999.9,999.9 +2022-01-08 09:27,3.1,93.6,1.1,99.9,974.2,999.9,0.2,99.9,999.9,999.9 +2022-01-08 09:37,3.6,92.6,2.2,99.9,975.6,999.9,0.6,99.9,999.9,999.9 +2022-01-08 09:47,4.1,92.7,3.4,99.9,976.0,999.9,1.0,99.9,999.9,999.9 +2022-01-08 09:57,5.3,90.8,4.6,97.1,976.3,999.9,1.8,99.9,999.9,999.9 +2022-01-08 10:07,6.0,89.2,4.6,98.0,976.3,999.9,3.0,99.9,999.9,999.9 +2022-01-08 10:17,6.5,88.7,5.3,97.3,975.9,999.9,3.5,99.9,999.9,999.9 +2022-01-08 10:27,6.4,88.4,4.9,97.8,976.1,999.9,3.8,99.9,999.9,999.9 +2022-01-08 10:37,7.1,87.9,5.6,98.8,976.3,999.9,4.3,99.9,999.9,999.9 +2022-01-08 10:48,8.9,85.9,7.4,98.0,976.9,999.9,5.6,99.9,999.9,999.9 +2022-01-08 10:58,13.4,79.5,9.7,95.8,976.7,999.9,7.2,99.9,999.9,999.9 +2022-01-08 11:08,13.9,78.3,9.8,94.4,976.9,999.9,7.6,99.9,999.9,999.9 +2022-01-08 11:18,15.4,75.3,11.1,92.9,976.9,999.9,8.5,99.9,999.9,999.9 +2022-01-08 11:28,14.0,79.0,11.5,91.3,977.1,999.9,9.0,99.9,999.9,999.9 +2022-01-08 11:38,11.7,80.9,10.8,91.2,977.2,999.9,8.2,99.9,999.9,999.9 +2022-01-08 11:48,11.0,82.4,10.9,90.9,977.3,999.9,8.0,99.9,999.9,999.9 +2022-01-08 11:58,10.0,83.8,10.2,91.0,976.9,999.9,7.4,99.9,999.9,999.9 +2022-01-08 12:08,9.4,85.1,10.0,91.3,977.0,999.9,7.0,99.9,999.9,999.9 +2022-01-08 12:18,9.2,85.7,9.7,91.8,977.2,999.9,6.8,99.9,999.9,999.9 +2022-01-08 12:28,8.9,86.2,9.2,91.8,976.4,999.9,6.5,99.9,999.9,999.9 +2022-01-08 12:28,8.9,86.2,9.2,91.8,976.4,999.9,6.5,99.9,999.9,999.9 +2022-01-08 12:38,8.9,86.5,9.1,92.2,977.2,999.9,6.6,99.9,999.9,999.9 +2022-01-08 12:48,9.4,85.9,9.2,92.3,976.5,999.9,7.1,99.9,999.9,999.9 +2022-01-08 12:58,10.3,84.8,9.7,92.4,976.5,999.9,8.0,99.9,999.9,999.9 +2022-01-08 13:08,11.1,84.5,10.6,91.5,977.0,999.9,8.7,99.9,999.9,999.9 +2022-01-08 13:18,11.4,84.1,11.3,90.5,976.2,999.9,9.1,99.9,999.9,999.9 +2022-01-08 13:28,10.3,84.9,10.4,90.4,977.5,999.9,8.2,99.9,999.9,999.9 +2022-01-08 13:38,9.0,86.4,9.4,91.3,977.6,999.9,7.0,99.9,999.9,999.9 +2022-01-08 13:39,9.0,86.4,9.4,91.3,977.6,999.9,7.0,99.9,999.9,999.9 +2022-01-08 13:39,9.0,86.4,9.4,91.3,977.6,999.9,7.0,99.9,999.9,999.9 +2022-01-08 13:39,9.0,86.4,9.4,91.3,977.6,999.9,7.0,99.9,999.9,999.9 +2022-01-08 13:49,8.1,87.9,8.4,91.8,977.0,999.9,6.2,99.9,999.9,999.9 +2022-01-08 13:59,7.9,88.3,8.3,91.6,977.2,999.9,5.9,99.9,999.9,999.9 +2022-01-08 14:09,7.7,88.6,8.0,91.8,977.1,999.9,5.7,99.9,999.9,999.9 +2022-01-08 14:19,7.6,89.0,7.7,92.3,976.7,999.9,5.5,99.9,999.9,999.9 +2022-01-08 14:29,7.3,89.5,7.3,92.5,976.9,999.9,5.3,99.9,999.9,999.9 +2022-01-08 14:40,7.2,89.8,7.1,92.8,976.8,999.9,5.1,99.9,999.9,999.9 +2022-01-08 14:50,7.0,90.3,6.8,92.9,976.7,999.9,5.0,99.9,999.9,999.9 +2022-01-08 15:00,6.8,90.3,6.4,93.1,976.8,999.9,4.7,99.9,999.9,999.9 +2022-01-08 15:10,6.6,90.8,6.0,93.5,976.8,999.9,4.5,99.9,999.9,999.9 +2022-01-08 15:20,6.2,91.2,5.6,93.8,976.9,999.9,4.2,99.9,999.9,999.9 +2022-01-08 15:30,6.1,91.6,5.3,94.0,976.5,999.9,4.1,99.9,999.9,999.9 +2022-01-08 15:40,6.0,91.9,5.1,94.4,976.9,999.9,3.9,99.9,999.9,999.9 +2022-01-08 15:50,5.8,92.0,4.8,94.8,976.7,999.9,3.8,99.9,999.9,999.9 +2022-01-08 16:00,5.6,91.9,4.6,95.1,976.4,999.9,3.6,99.9,999.9,999.9 +2022-01-08 16:10,5.4,92.2,4.3,95.5,976.8,999.9,3.4,99.9,999.9,999.9 +2022-01-08 16:20,5.2,92.5,4.0,95.8,976.1,999.9,3.2,99.9,999.9,999.9 +2022-01-08 16:30,5.0,92.8,3.8,96.1,976.3,999.9,3.0,99.9,999.9,999.9 +2022-01-08 16:30,5.0,92.8,3.8,96.1,976.3,999.9,3.0,99.9,999.9,999.9 +2022-01-08 16:40,4.9,93.1,3.6,96.5,976.4,999.9,2.9,99.9,999.9,999.9 +2022-01-08 16:41,4.9,93.1,3.6,96.5,976.4,999.9,2.9,99.9,999.9,999.9 +2022-01-08 16:51,4.8,93.3,3.5,96.8,976.2,999.9,2.8,99.9,999.9,999.9 +2022-01-08 16:51,4.8,93.3,3.5,96.8,976.2,999.9,2.8,99.9,999.9,999.9 +2022-01-08 17:01,4.8,93.5,3.4,97.3,976.8,999.9,2.7,99.9,999.9,999.9 +2022-01-08 17:11,4.7,93.6,3.2,97.6,976.0,999.9,2.6,99.9,999.9,999.9 +2022-01-08 17:21,4.6,93.7,3.2,97.8,976.2,999.9,2.5,99.9,999.9,999.9 +2022-01-08 17:31,4.6,93.9,3.1,98.0,976.0,999.9,2.5,99.9,999.9,999.9 +2022-01-08 17:41,4.6,94.0,3.0,98.2,975.8,999.9,2.4,99.9,999.9,999.9 +2022-01-08 17:51,4.5,94.1,3.0,98.6,975.9,999.9,2.4,99.9,999.9,999.9 +2022-01-08 18:01,4.5,94.2,2.9,98.7,975.7,999.9,2.4,99.9,999.9,999.9 +2022-01-08 18:11,4.5,94.3,2.9,99.0,975.8,999.9,2.3,99.9,999.9,999.9 +2022-01-08 18:21,4.5,94.3,2.8,99.3,976.3,999.9,2.3,99.9,999.9,999.9 +2022-01-08 18:31,4.4,94.5,2.8,99.4,976.0,999.9,2.3,99.9,999.9,999.9 +2022-01-08 18:41,4.4,94.6,2.8,99.7,976.1,999.9,2.3,99.9,999.9,999.9 +2022-01-08 18:51,4.4,94.7,2.8,99.9,976.2,999.9,2.3,99.9,999.9,999.9 +2022-01-08 19:01,4.4,94.8,2.8,99.9,976.0,999.9,2.3,99.9,999.9,999.9 +2022-01-08 19:12,4.5,94.9,2.8,99.9,975.7,999.9,2.3,99.9,999.9,999.9 +2022-01-08 19:22,4.5,95.1,2.8,99.9,975.8,999.9,2.3,99.9,999.9,999.9 +2022-01-08 19:32,4.5,95.2,2.8,99.9,976.0,999.9,2.4,99.9,999.9,999.9 +2022-01-08 19:42,4.6,95.3,2.9,99.9,975.8,999.9,2.4,99.9,999.9,999.9 +2022-01-08 19:52,4.7,95.3,2.9,99.9,975.8,999.9,2.4,99.9,999.9,999.9 +2022-01-08 20:03,4.7,95.5,2.9,99.9,975.5,999.9,2.4,99.9,999.9,999.9 +2022-01-08 20:13,4.8,95.6,3.0,99.9,975.9,999.9,2.5,99.9,999.9,999.9 +2022-01-08 20:23,4.8,95.6,3.0,99.9,975.2,999.9,2.6,99.9,999.9,999.9 +2022-01-08 20:33,4.9,95.6,3.1,99.9,975.2,999.9,2.6,99.9,999.9,999.9 +2022-01-08 20:43,4.9,95.8,3.1,99.9,975.6,999.9,2.6,99.9,999.9,999.9 +2022-01-08 20:53,4.9,95.8,3.1,99.9,976.5,999.9,2.7,99.9,999.9,999.9 +2022-01-08 21:03,5.0,95.9,3.2,99.9,976.0,999.9,2.7,99.9,999.9,999.9 +2022-01-08 21:03,5.0,95.9,3.2,99.9,976.0,999.9,2.7,99.9,999.9,999.9 +2022-01-08 21:13,5.0,95.9,3.2,99.9,976.4,999.9,2.8,99.9,999.9,999.9 +2022-01-08 21:23,5.0,96.0,3.2,99.9,976.1,999.9,2.8,99.9,999.9,999.9 +2022-01-08 21:34,5.1,96.1,3.3,99.9,976.0,999.9,2.8,99.9,999.9,999.9 +2022-01-08 21:34,5.1,96.1,3.3,99.9,976.0,999.9,2.8,99.9,999.9,999.9 +2022-01-08 21:44,5.1,96.2,3.3,99.9,976.3,999.9,2.8,99.9,999.9,999.9 +2022-01-08 21:54,5.1,96.3,3.3,99.9,976.4,999.9,2.9,99.9,999.9,999.9 +2022-01-08 22:04,5.1,96.3,3.3,99.9,976.3,999.9,2.9,99.9,999.9,999.9 +2022-01-08 22:14,5.1,96.4,3.3,99.9,976.0,999.9,2.9,99.9,999.9,999.9 +2022-01-08 22:24,5.1,96.5,3.4,99.9,976.0,999.9,2.9,99.9,999.9,999.9 +2022-01-08 22:34,5.2,96.5,3.4,99.9,975.9,999.9,2.9,99.9,999.9,999.9 +2022-01-08 22:44,5.2,96.6,3.4,99.9,976.5,999.9,3.0,99.9,999.9,999.9 +2022-01-08 22:54,5.3,96.6,3.4,99.9,976.1,999.9,3.0,99.9,999.9,999.9 +2022-01-08 23:04,5.3,96.7,3.5,99.9,975.9,999.9,3.1,99.9,999.9,999.9 +2022-01-08 23:14,5.3,96.8,3.5,99.9,976.1,999.9,3.1,99.9,999.9,999.9 +2022-01-08 23:25,5.3,96.8,3.5,99.9,976.0,999.9,3.1,99.9,999.9,999.9 +2022-01-08 23:35,5.4,96.9,3.6,99.9,975.9,999.9,3.1,99.9,999.9,999.9 +2022-01-08 23:45,5.4,96.9,3.6,99.9,976.2,999.9,3.2,99.9,999.9,999.9 +2022-01-08 23:55,5.5,96.9,3.7,99.9,975.6,999.9,3.3,99.9,999.9,999.9 +2022-01-08 23:55,5.5,96.9,3.7,99.9,975.6,999.9,3.3,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-09_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-09_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..d2fcd17 --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-09_telemetry_PE1RXF-7.dat @@ -0,0 +1,161 @@ +2022-01-09 00:05,5.5,96.9,3.7,99.9,976.1,999.9,3.3,99.9,999.9,999.9 +2022-01-09 00:15,5.6,97.0,3.7,99.9,975.7,999.9,3.3,99.9,999.9,999.9 +2022-01-09 00:26,5.6,97.0,3.7,99.9,975.6,999.9,3.3,99.9,999.9,999.9 +2022-01-09 00:36,5.6,97.0,3.7,99.9,975.9,999.9,3.3,99.9,999.9,999.9 +2022-01-09 00:46,5.6,97.1,3.8,99.9,974.9,999.9,3.4,99.9,999.9,999.9 +2022-01-09 00:56,5.7,97.2,3.8,99.9,976.7,999.9,3.4,99.9,999.9,999.9 +2022-01-09 01:06,5.7,97.2,3.8,99.9,976.3,999.9,3.5,99.9,999.9,999.9 +2022-01-09 01:16,5.7,97.2,3.9,99.9,976.5,999.9,3.5,99.9,999.9,999.9 +2022-01-09 01:26,5.7,97.2,3.9,99.9,976.4,999.9,3.5,99.9,999.9,999.9 +2022-01-09 01:36,5.7,97.3,3.9,99.9,976.2,999.9,3.5,99.9,999.9,999.9 +2022-01-09 01:46,5.7,97.3,3.9,99.9,976.2,999.9,3.5,99.9,999.9,999.9 +2022-01-09 01:56,5.7,97.3,3.9,99.9,976.3,999.9,3.5,99.9,999.9,999.9 +2022-01-09 01:57,5.7,97.3,3.9,99.9,976.3,999.9,3.5,99.9,999.9,999.9 +2022-01-09 02:07,5.7,97.4,3.9,99.9,976.6,999.9,3.5,99.9,999.9,999.9 +2022-01-09 02:17,5.7,97.4,3.9,99.9,976.7,999.9,3.4,99.9,999.9,999.9 +2022-01-09 02:27,5.7,97.3,3.9,99.9,976.7,999.9,3.4,99.9,999.9,999.9 +2022-01-09 02:37,5.7,97.4,3.9,99.9,976.0,999.9,3.4,99.9,999.9,999.9 +2022-01-09 02:47,5.7,97.4,3.8,99.9,976.7,999.9,3.4,99.9,999.9,999.9 +2022-01-09 02:57,5.7,97.5,3.9,99.9,976.5,999.9,3.4,99.9,999.9,999.9 +2022-01-09 03:07,5.7,97.5,3.9,99.9,976.2,999.9,3.4,99.9,999.9,999.9 +2022-01-09 03:17,5.7,97.6,3.9,99.9,975.9,999.9,3.4,99.9,999.9,999.9 +2022-01-09 03:27,5.7,97.6,3.9,99.9,976.3,999.9,3.4,99.9,999.9,999.9 +2022-01-09 03:37,5.7,97.7,3.9,99.9,976.2,999.9,3.4,99.9,999.9,999.9 +2022-01-09 03:47,5.7,97.7,3.9,99.9,976.1,999.9,3.4,99.9,999.9,999.9 +2022-01-09 03:57,5.7,97.8,3.9,99.9,975.9,999.9,3.5,99.9,999.9,999.9 +2022-01-09 04:07,5.7,97.8,3.9,99.9,975.6,999.9,3.4,99.9,999.9,999.9 +2022-01-09 04:17,5.7,97.9,3.9,99.9,975.0,999.9,3.5,99.9,999.9,999.9 +2022-01-09 04:27,5.8,98.0,3.9,99.9,974.9,999.9,3.5,99.9,999.9,999.9 +2022-01-09 04:37,5.8,98.1,3.9,99.9,976.6,999.9,3.5,99.9,999.9,999.9 +2022-01-09 04:47,5.9,98.1,4.0,99.9,976.3,999.9,3.6,99.9,999.9,999.9 +2022-01-09 04:47,5.9,98.1,4.0,99.9,976.3,999.9,3.6,99.9,999.9,999.9 +2022-01-09 04:58,5.9,98.2,4.0,99.9,976.7,999.9,3.6,99.9,999.9,999.9 +2022-01-09 05:08,6.0,98.3,4.1,99.9,976.6,999.9,3.7,99.9,999.9,999.9 +2022-01-09 05:18,6.1,98.5,4.1,99.9,976.4,999.9,3.7,99.9,999.9,999.9 +2022-01-09 05:28,6.1,98.5,4.2,99.9,976.4,999.9,3.9,99.9,999.9,999.9 +2022-01-09 05:38,6.3,98.5,4.3,99.9,976.5,999.9,4.0,99.9,999.9,999.9 +2022-01-09 05:48,6.4,98.5,4.4,99.9,976.6,999.9,4.1,99.9,999.9,999.9 +2022-01-09 05:58,6.4,98.5,4.5,99.9,976.7,999.9,4.2,99.9,999.9,999.9 +2022-01-09 06:08,6.5,98.5,4.5,99.9,976.6,999.9,4.2,99.9,999.9,999.9 +2022-01-09 06:18,6.6,98.6,4.6,99.9,976.7,999.9,4.3,99.9,999.9,999.9 +2022-01-09 06:28,6.7,98.7,4.7,99.9,976.9,999.9,4.4,99.9,999.9,999.9 +2022-01-09 06:38,6.8,98.7,4.8,99.9,976.4,999.9,4.5,99.9,999.9,999.9 +2022-01-09 06:48,7.0,98.8,4.9,99.9,976.8,999.9,4.7,99.9,999.9,999.9 +2022-01-09 06:58,7.1,98.8,5.0,99.9,976.6,999.9,4.8,99.9,999.9,999.9 +2022-01-09 07:08,7.1,98.7,5.0,99.9,976.7,999.9,4.8,99.9,999.9,999.9 +2022-01-09 07:18,7.2,98.7,5.1,99.9,976.7,999.9,4.9,99.9,999.9,999.9 +2022-01-09 07:28,7.2,98.6,5.1,99.9,977.0,999.9,4.8,99.9,999.9,999.9 +2022-01-09 07:38,7.1,98.5,5.1,99.9,977.2,999.9,4.7,99.9,999.9,999.9 +2022-01-09 07:48,7.0,98.5,5.1,99.9,976.9,999.9,4.6,99.9,999.9,999.9 +2022-01-09 07:48,7.0,98.5,5.1,99.9,976.9,999.9,4.6,99.9,999.9,999.9 +2022-01-09 07:58,6.9,98.5,5.0,99.9,977.3,999.9,4.6,99.9,999.9,999.9 +2022-01-09 08:08,6.8,98.5,5.0,99.9,976.9,999.9,4.5,99.9,999.9,999.9 +2022-01-09 08:18,6.7,98.4,4.9,99.9,976.9,999.9,4.4,99.9,999.9,999.9 +2022-01-09 08:28,6.7,98.5,4.8,99.9,976.7,999.9,4.3,99.9,999.9,999.9 +2022-01-09 08:38,6.6,98.6,4.8,99.9,976.8,999.9,4.3,99.9,999.9,999.9 +2022-01-09 08:48,6.6,98.6,4.8,99.9,976.6,999.9,4.3,99.9,999.9,999.9 +2022-01-09 08:58,6.6,98.5,4.8,99.9,976.4,999.9,4.3,99.9,999.9,999.9 +2022-01-09 09:08,6.6,98.5,4.8,99.9,976.6,999.9,4.2,99.9,999.9,999.9 +2022-01-09 09:18,6.6,98.5,5.0,99.9,976.8,999.9,4.3,99.9,999.9,999.9 +2022-01-09 09:28,6.7,98.4,5.1,99.9,976.9,999.9,4.4,99.9,999.9,999.9 +2022-01-09 09:38,6.8,98.2,5.3,99.9,976.9,999.9,4.4,99.9,999.9,999.9 +2022-01-09 09:48,7.0,98.0,5.6,99.9,976.9,999.9,4.5,99.9,999.9,999.9 +2022-01-09 09:58,7.2,97.7,5.9,99.9,976.9,999.9,4.7,99.9,999.9,999.9 +2022-01-09 10:08,7.4,97.4,6.3,99.9,976.6,999.9,4.9,99.9,999.9,999.9 +2022-01-09 10:18,7.7,97.2,6.7,99.9,977.0,999.9,5.1,99.9,999.9,999.9 +2022-01-09 10:19,7.7,97.2,6.7,99.9,977.0,999.9,5.1,99.9,999.9,999.9 +2022-01-09 10:29,8.2,96.7,7.2,99.9,976.7,999.9,5.5,99.9,999.9,999.9 +2022-01-09 10:39,8.7,96.5,7.9,99.9,977.0,999.9,6.0,99.9,999.9,999.9 +2022-01-09 10:49,9.3,96.0,8.5,99.9,976.9,999.9,6.6,99.9,999.9,999.9 +2022-01-09 10:49,9.3,96.0,8.5,99.9,976.9,999.9,6.6,99.9,999.9,999.9 +2022-01-09 10:59,9.6,95.8,8.7,99.9,976.9,999.9,6.9,99.9,999.9,999.9 +2022-01-09 11:09,9.7,95.8,9.0,99.9,977.2,999.9,7.1,99.9,999.9,999.9 +2022-01-09 11:19,9.9,95.3,9.2,99.9,977.3,999.9,7.2,99.9,999.9,999.9 +2022-01-09 11:29,10.1,94.8,9.4,99.9,977.5,999.9,7.4,99.9,999.9,999.9 +2022-01-09 11:39,10.2,94.6,9.7,99.9,977.7,999.9,7.5,99.9,999.9,999.9 +2022-01-09 11:49,10.3,94.7,9.8,99.9,978.2,999.9,7.7,99.9,999.9,999.9 +2022-01-09 11:59,10.6,94.7,10.1,99.5,978.2,999.9,7.9,99.9,999.9,999.9 +2022-01-09 12:09,10.9,93.9,10.4,98.9,977.2,999.9,8.1,99.9,999.9,999.9 +2022-01-09 12:09,10.9,93.9,10.4,98.9,977.2,999.9,8.1,99.9,999.9,999.9 +2022-01-09 12:19,11.4,93.3,10.7,99.2,977.5,999.9,8.5,99.9,999.9,999.9 +2022-01-09 12:29,12.5,92.5,11.7,98.8,977.9,999.9,9.4,99.9,999.9,999.9 +2022-01-09 12:39,13.5,91.7,12.5,98.2,977.9,999.9,10.3,99.9,999.9,999.9 +2022-01-09 12:40,13.5,91.7,12.5,98.2,977.9,999.9,10.3,99.9,999.9,999.9 +2022-01-09 12:50,14.4,90.9,13.4,97.5,977.8,999.9,11.4,99.9,999.9,999.9 +2022-01-09 13:00,15.1,89.5,14.0,95.9,977.7,999.9,12.1,99.9,999.9,999.9 +2022-01-09 13:09,14.9,89.0,14.2,95.2,977.9,999.9,12.1,99.9,999.9,999.9 +2022-01-09 13:10,14.9,89.0,14.2,95.2,977.9,999.9,12.1,99.9,999.9,999.9 +2022-01-09 13:20,13.9,88.8,13.3,94.7,978.1,999.9,11.2,99.9,999.9,999.9 +2022-01-09 13:30,13.1,89.5,12.6,95.1,977.8,999.9,10.6,99.9,999.9,999.9 +2022-01-09 13:40,13.5,89.6,13.0,95.2,978.1,999.9,11.3,99.9,999.9,999.9 +2022-01-09 13:50,13.9,89.8,13.3,94.5,978.0,999.9,11.8,99.9,999.9,999.9 +2022-01-09 14:00,13.6,89.3,12.9,94.8,978.0,999.9,11.3,99.9,999.9,999.9 +2022-01-09 14:00,13.6,89.3,12.9,94.8,978.0,999.9,11.3,99.9,999.9,999.9 +2022-01-09 14:10,13.3,90.4,12.8,95.2,978.0,999.9,11.2,99.9,999.9,999.9 +2022-01-09 14:10,13.3,90.4,12.8,95.2,978.0,999.9,11.2,99.9,999.9,999.9 +2022-01-09 14:20,13.7,89.7,13.2,94.5,978.5,999.9,11.8,99.9,999.9,999.9 +2022-01-09 14:21,13.7,89.7,13.2,94.5,978.5,999.9,11.8,99.9,999.9,999.9 +2022-01-09 14:21,13.7,89.7,13.2,94.5,978.5,999.9,11.8,99.9,999.9,999.9 +2022-01-09 14:31,14.0,89.1,13.6,93.9,978.1,999.9,12.4,99.9,999.9,999.9 +2022-01-09 14:41,13.6,89.0,13.2,93.7,978.1,999.9,11.7,99.9,999.9,999.9 +2022-01-09 14:51,13.2,89.3,13.2,93.1,977.8,999.9,11.9,99.9,999.9,999.9 +2022-01-09 15:01,12.9,90.1,13.1,93.8,977.5,999.9,11.6,99.9,999.9,999.9 +2022-01-09 15:11,13.1,90.8,13.5,93.4,977.7,999.9,12.1,99.9,999.9,999.9 +2022-01-09 15:21,13.4,90.4,13.8,92.8,977.6,999.9,12.5,99.9,999.9,999.9 +2022-01-09 15:31,13.3,90.2,13.8,93.0,977.5,999.9,12.2,99.9,999.9,999.9 +2022-01-09 15:42,12.7,89.5,12.8,92.5,977.6,999.9,11.1,99.9,999.9,999.9 +2022-01-09 15:52,11.4,89.8,11.4,93.3,977.6,999.9,9.8,99.9,999.9,999.9 +2022-01-09 16:02,10.3,90.5,10.1,92.7,976.9,999.9,8.5,99.9,999.9,999.9 +2022-01-09 16:12,9.3,91.3,8.9,94.3,977.5,999.9,7.4,99.9,999.9,999.9 +2022-01-09 16:22,8.5,92.3,8.1,94.4,977.2,999.9,6.6,99.9,999.9,999.9 +2022-01-09 16:32,8.0,93.2,7.3,95.0,977.3,999.9,6.0,99.9,999.9,999.9 +2022-01-09 16:42,7.6,93.7,6.8,95.5,977.0,999.9,5.6,99.9,999.9,999.9 +2022-01-09 16:52,7.4,94.5,6.5,95.9,976.7,999.9,5.3,99.9,999.9,999.9 +2022-01-09 17:02,7.2,94.2,6.0,96.1,976.6,999.9,5.0,99.9,999.9,999.9 +2022-01-09 17:12,6.8,94.1,5.6,96.3,976.6,999.9,4.6,99.9,999.9,999.9 +2022-01-09 17:22,6.6,94.9,5.3,96.4,976.5,999.9,4.4,99.9,999.9,999.9 +2022-01-09 17:32,6.5,95.1,5.2,97.1,977.0,999.9,4.3,99.9,999.9,999.9 +2022-01-09 17:42,6.5,95.6,5.1,97.4,976.6,999.9,4.3,99.9,999.9,999.9 +2022-01-09 17:52,6.6,95.8,5.1,98.0,976.2,999.9,4.3,99.9,999.9,999.9 +2022-01-09 18:02,6.5,95.6,5.0,98.2,976.5,999.9,4.3,99.9,999.9,999.9 +2022-01-09 18:12,6.3,95.1,4.7,98.1,976.7,999.9,4.0,99.9,999.9,999.9 +2022-01-09 18:22,6.1,95.0,4.4,97.9,976.5,999.9,3.8,99.9,999.9,999.9 +2022-01-09 18:32,5.9,95.2,4.3,98.1,976.0,999.9,3.6,99.9,999.9,999.9 +2022-01-09 18:42,5.9,95.4,4.1,98.1,976.2,999.9,3.6,99.9,999.9,999.9 +2022-01-09 18:52,5.8,95.3,4.0,98.4,976.1,999.9,3.5,99.9,999.9,999.9 +2022-01-09 19:02,5.6,94.9,3.8,98.3,976.1,999.9,3.2,99.9,999.9,999.9 +2022-01-09 19:02,5.6,94.9,3.8,98.3,976.1,999.9,3.2,99.9,999.9,999.9 +2022-01-09 19:12,5.4,94.6,3.5,97.9,976.2,999.9,2.9,99.9,999.9,999.9 +2022-01-09 19:22,5.0,94.4,3.2,97.9,975.9,999.9,2.6,99.9,999.9,999.9 +2022-01-09 19:32,4.8,94.5,3.0,98.1,975.1,999.9,2.4,99.9,999.9,999.9 +2022-01-09 19:42,4.8,94.9,2.8,98.2,975.8,999.9,2.4,99.9,999.9,999.9 +2022-01-09 19:42,4.8,94.9,2.8,98.2,975.8,999.9,2.4,99.9,999.9,999.9 +2022-01-09 19:52,4.8,95.4,2.8,98.5,975.0,999.9,2.5,99.9,999.9,999.9 +2022-01-09 20:02,4.9,95.6,2.8,98.8,976.0,999.9,2.6,99.9,999.9,999.9 +2022-01-09 20:12,5.0,95.4,2.8,99.0,976.1,999.9,2.5,99.9,999.9,999.9 +2022-01-09 20:23,4.9,95.4,2.8,99.1,976.0,999.9,2.5,99.9,999.9,999.9 +2022-01-09 20:33,4.9,95.5,2.8,99.2,976.0,999.9,2.5,99.9,999.9,999.9 +2022-01-09 20:33,4.9,95.5,2.8,99.2,976.0,999.9,2.5,99.9,999.9,999.9 +2022-01-09 20:43,4.9,95.7,2.8,99.5,976.2,999.9,2.5,99.9,999.9,999.9 +2022-01-09 20:53,5.0,95.9,2.9,99.9,976.5,999.9,2.6,99.9,999.9,999.9 +2022-01-09 21:03,5.1,95.9,2.9,99.9,976.0,999.9,2.7,99.9,999.9,999.9 +2022-01-09 21:03,5.1,95.9,2.9,99.9,976.0,999.9,2.7,99.9,999.9,999.9 +2022-01-09 21:13,5.1,95.6,2.9,99.9,976.4,999.9,2.6,99.9,999.9,999.9 +2022-01-09 21:23,5.1,96.0,2.9,99.9,975.8,999.9,2.7,99.9,999.9,999.9 +2022-01-09 21:33,5.1,96.0,3.0,99.9,976.3,999.9,2.7,99.9,999.9,999.9 +2022-01-09 21:43,5.1,96.1,3.0,99.9,976.0,999.9,2.7,99.9,999.9,999.9 +2022-01-09 21:43,5.1,96.1,3.0,99.9,976.0,999.9,2.7,99.9,999.9,999.9 +2022-01-09 21:53,5.1,95.7,2.9,99.9,976.3,999.9,2.6,99.9,999.9,999.9 +2022-01-09 22:04,4.9,95.7,2.8,99.9,976.3,999.9,2.5,99.9,999.9,999.9 +2022-01-09 22:14,4.9,95.9,2.8,99.9,976.3,999.9,2.4,99.9,999.9,999.9 +2022-01-09 22:24,4.8,95.7,2.7,99.9,976.6,999.9,2.3,99.9,999.9,999.9 +2022-01-09 22:34,4.7,95.4,2.6,99.9,976.5,999.9,2.2,99.9,999.9,999.9 +2022-01-09 22:43,4.5,95.1,2.4,99.9,976.3,999.9,2.0,99.9,999.9,999.9 +2022-01-09 22:53,4.4,95.5,2.3,99.9,975.7,999.9,1.9,99.9,999.9,999.9 +2022-01-09 23:03,4.5,96.3,2.4,99.9,976.4,999.9,2.1,99.9,999.9,999.9 +2022-01-09 23:13,4.8,96.7,2.5,99.9,976.3,999.9,2.4,99.9,999.9,999.9 +2022-01-09 23:23,4.8,96.2,2.6,99.9,976.2,999.9,2.4,99.9,999.9,999.9 +2022-01-09 23:33,4.8,96.2,2.6,99.9,977.0,999.9,2.4,99.9,999.9,999.9 +2022-01-09 23:43,4.8,96.3,2.6,99.9,976.4,999.9,2.3,99.9,999.9,999.9 +2022-01-09 23:53,4.7,96.0,2.6,99.9,976.3,999.9,2.2,99.9,999.9,999.9 +2022-01-09 23:54,4.7,96.0,2.6,99.9,976.3,999.9,2.2,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-10_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-10_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..c2fa362 --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-10_telemetry_PE1RXF-7.dat @@ -0,0 +1,170 @@ +2022-01-10 00:04,4.6,96.0,2.5,99.9,976.3,999.9,2.2,99.9,999.9,999.9 +2022-01-10 00:14,4.5,95.4,2.4,99.9,976.4,999.9,2.0,99.9,999.9,999.9 +2022-01-10 00:14,4.5,95.4,2.4,99.9,976.4,999.9,2.0,99.9,999.9,999.9 +2022-01-10 00:14,4.5,95.4,2.4,99.9,976.4,999.9,2.0,99.9,999.9,999.9 +2022-01-10 00:24,4.3,95.5,2.2,99.9,975.9,999.9,1.9,99.9,999.9,999.9 +2022-01-10 00:35,4.1,95.3,2.0,99.9,976.1,999.9,1.7,99.9,999.9,999.9 +2022-01-10 00:45,3.9,95.0,1.8,99.9,975.9,999.9,1.4,99.9,999.9,999.9 +2022-01-10 00:55,3.8,95.5,1.7,99.9,976.0,999.9,1.4,99.9,999.9,999.9 +2022-01-10 01:05,3.9,96.0,1.8,99.9,975.8,999.9,1.5,99.9,999.9,999.9 +2022-01-10 01:05,3.9,96.0,1.8,99.9,975.8,999.9,1.5,99.9,999.9,999.9 +2022-01-10 01:15,4.1,96.4,1.9,99.9,975.6,999.9,1.7,99.9,999.9,999.9 +2022-01-10 01:15,4.1,96.4,1.9,99.9,975.6,999.9,1.7,99.9,999.9,999.9 +2022-01-10 01:25,4.3,96.5,2.0,99.9,975.9,999.9,1.8,99.9,999.9,999.9 +2022-01-10 01:35,4.2,95.8,2.0,99.9,975.8,999.9,1.7,99.9,999.9,999.9 +2022-01-10 01:46,4.0,95.7,1.8,99.9,975.7,999.9,1.6,99.9,999.9,999.9 +2022-01-10 01:56,4.0,96.2,1.8,99.9,975.8,999.9,1.6,99.9,999.9,999.9 +2022-01-10 02:06,4.2,96.5,1.9,99.9,975.3,999.9,1.7,99.9,999.9,999.9 +2022-01-10 02:16,4.1,95.8,1.8,99.9,975.5,999.9,1.6,99.9,999.9,999.9 +2022-01-10 02:26,3.8,95.0,1.6,99.9,975.8,999.9,1.3,99.9,999.9,999.9 +2022-01-10 02:36,3.4,94.6,1.3,99.9,976.0,999.9,0.9,99.9,999.9,999.9 +2022-01-10 02:46,3.1,94.4,1.1,99.9,975.2,999.9,0.5,99.9,999.9,999.9 +2022-01-10 02:46,3.1,94.4,1.1,99.9,975.2,999.9,0.5,99.9,999.9,999.9 +2022-01-10 02:46,3.1,94.4,1.1,99.9,975.2,999.9,0.5,99.9,999.9,999.9 +2022-01-10 02:56,2.8,94.3,0.8,99.9,975.0,999.9,0.2,99.9,999.9,999.9 +2022-01-10 03:06,2.6,94.5,0.6,99.9,975.2,999.9,0.0,99.9,999.9,999.9 +2022-01-10 03:16,2.5,94.3,0.5,99.9,975.2,999.9,-0.2,99.9,999.9,999.9 +2022-01-10 03:26,2.3,94.3,0.3,99.9,975.3,999.9,-0.4,99.9,999.9,999.9 +2022-01-10 03:36,2.2,94.1,0.1,99.9,974.8,999.9,-0.5,99.9,999.9,999.9 +2022-01-10 03:46,2.1,94.1,-0.1,99.9,975.6,999.9,-0.6,99.9,999.9,999.9 +2022-01-10 03:47,2.1,94.1,-0.1,99.9,975.6,999.9,-0.6,99.9,999.9,999.9 +2022-01-10 03:57,1.9,93.9,-0.3,99.9,975.6,999.9,-0.7,99.9,999.9,999.9 +2022-01-10 04:07,1.7,93.8,-0.5,99.9,975.7,999.9,-0.8,99.9,999.9,999.9 +2022-01-10 04:07,1.7,93.8,-0.5,99.9,975.7,999.9,-0.8,99.9,999.9,999.9 +2022-01-10 04:17,1.7,93.8,-0.6,99.9,975.8,999.9,-0.9,99.9,999.9,999.9 +2022-01-10 04:27,1.6,93.8,-0.7,99.9,976.1,999.9,-1.0,99.9,999.9,999.9 +2022-01-10 04:37,1.5,93.8,-0.8,99.9,975.8,999.9,-1.1,99.9,999.9,999.9 +2022-01-10 04:47,1.5,93.9,-0.9,99.9,975.9,999.9,-1.1,99.9,999.9,999.9 +2022-01-10 04:57,1.5,93.9,-0.9,99.9,975.7,999.9,-1.1,99.9,999.9,999.9 +2022-01-10 05:07,1.5,93.9,-0.9,99.9,975.2,999.9,-1.1,99.9,999.9,999.9 +2022-01-10 05:17,1.5,93.9,-0.9,99.9,975.3,999.9,-1.1,99.9,999.9,999.9 +2022-01-10 05:27,1.4,93.7,-1.0,99.9,975.7,999.9,-1.2,99.9,999.9,999.9 +2022-01-10 05:37,1.4,93.7,-1.0,99.9,975.7,999.9,-1.3,99.9,999.9,999.9 +2022-01-10 05:47,1.3,93.5,-1.1,99.9,975.3,999.9,-1.3,99.9,999.9,999.9 +2022-01-10 05:57,1.2,93.4,-1.1,99.9,975.3,999.9,-1.4,99.9,999.9,999.9 +2022-01-10 06:07,1.1,93.2,-1.3,99.9,975.7,999.9,-1.6,99.9,999.9,999.9 +2022-01-10 06:17,1.0,93.1,-1.4,99.8,975.0,999.9,-1.7,99.9,999.9,999.9 +2022-01-10 06:27,0.9,92.9,-1.5,99.7,975.5,999.9,-1.9,99.9,999.9,999.9 +2022-01-10 06:37,0.7,92.7,-1.6,99.4,974.9,999.9,-2.0,99.9,999.9,999.9 +2022-01-10 06:47,0.7,92.8,-1.7,99.4,975.2,999.9,-2.1,99.9,999.9,999.9 +2022-01-10 06:57,0.6,92.8,-1.8,99.4,975.3,999.9,-2.2,99.9,999.9,999.9 +2022-01-10 07:07,0.6,92.9,-1.8,99.5,975.0,999.9,-2.1,99.9,999.9,999.9 +2022-01-10 07:17,0.7,93.3,-1.8,99.9,975.2,999.9,-2.0,99.9,999.9,999.9 +2022-01-10 07:27,0.8,93.1,-1.8,99.9,974.1,999.9,-1.9,99.9,999.9,999.9 +2022-01-10 07:37,0.7,92.9,-1.8,99.9,975.5,999.9,-2.0,99.9,999.9,999.9 +2022-01-10 07:47,0.6,92.7,-1.9,99.7,975.7,999.9,-2.1,99.9,999.9,999.9 +2022-01-10 07:57,0.5,92.8,-1.9,99.6,975.5,999.9,-2.3,99.9,999.9,999.9 +2022-01-10 08:07,0.4,92.6,-2.0,99.4,975.8,999.9,-2.4,99.9,999.9,999.9 +2022-01-10 08:07,0.4,92.6,-2.0,99.4,975.8,999.9,-2.4,99.9,999.9,999.9 +2022-01-10 08:17,0.3,92.4,-2.1,99.4,975.6,999.9,-2.5,99.9,999.9,999.9 +2022-01-10 08:27,0.3,92.6,-2.1,99.4,975.5,999.9,-2.5,99.9,999.9,999.9 +2022-01-10 08:37,0.4,92.9,-2.1,99.6,975.4,999.9,-2.3,99.9,999.9,999.9 +2022-01-10 08:47,0.5,93.0,-2.0,99.8,975.4,999.9,-2.2,99.9,999.9,999.9 +2022-01-10 08:57,0.7,93.0,-1.8,99.9,975.3,999.9,-2.0,99.9,999.9,999.9 +2022-01-10 08:58,0.7,93.0,-1.8,99.9,975.3,999.9,-2.0,99.9,999.9,999.9 +2022-01-10 09:08,0.9,92.9,-1.5,99.9,975.3,999.9,-1.9,99.9,999.9,999.9 +2022-01-10 09:18,1.1,92.7,-1.3,99.8,975.3,999.9,-1.7,99.9,999.9,999.9 +2022-01-10 09:28,1.5,92.4,-0.8,99.5,975.9,999.9,-1.5,99.9,999.9,999.9 +2022-01-10 09:38,1.9,92.2,0.1,98.9,975.3,999.9,-1.0,99.9,999.9,999.9 +2022-01-10 09:48,2.5,92.3,0.8,98.4,975.9,999.9,-0.4,99.9,999.9,999.9 +2022-01-10 09:58,3.2,92.1,1.7,97.8,976.2,999.9,0.3,99.9,999.9,999.9 +2022-01-10 10:08,4.2,92.0,2.4,97.9,976.0,999.9,1.4,99.9,999.9,999.9 +2022-01-10 10:18,5.5,90.4,3.7,97.4,976.4,999.9,2.3,99.9,999.9,999.9 +2022-01-10 10:28,6.3,89.1,4.1,96.9,976.4,999.9,3.4,99.9,999.9,999.9 +2022-01-10 10:28,6.3,89.1,4.1,96.9,976.4,999.9,3.4,99.9,999.9,999.9 +2022-01-10 10:39,7.4,88.0,5.1,98.1,976.6,999.9,4.3,99.9,999.9,999.9 +2022-01-10 10:49,9.2,87.3,6.9,98.0,977.1,999.9,5.6,99.9,999.9,999.9 +2022-01-10 10:59,13.7,79.5,9.4,95.7,977.3,999.9,7.0,99.9,999.9,999.9 +2022-01-10 11:09,17.1,75.7,11.0,93.1,978.6,999.9,8.6,99.9,999.9,999.9 +2022-01-10 11:19,18.2,71.5,12.3,92.5,978.4,999.9,9.6,99.9,999.9,999.9 +2022-01-10 11:29,16.2,77.9,13.4,91.3,978.8,999.9,10.6,99.9,999.9,999.9 +2022-01-10 11:39,17.0,78.6,14.3,91.1,978.9,999.9,11.6,99.9,999.9,999.9 +2022-01-10 11:49,17.7,79.1,15.2,90.7,979.7,999.9,12.6,99.9,999.9,999.9 +2022-01-10 11:49,17.7,79.1,15.2,90.7,979.7,999.9,12.6,99.9,999.9,999.9 +2022-01-10 11:59,18.4,79.2,17.0,88.4,980.0,999.9,13.7,99.9,999.9,999.9 +2022-01-10 12:09,19.0,79.3,18.1,86.3,979.9,999.9,14.7,99.9,999.9,999.9 +2022-01-10 12:19,20.0,78.5,18.4,86.1,978.2,999.9,15.8,99.9,999.9,999.9 +2022-01-10 12:29,19.8,80.2,18.5,87.9,978.9,999.9,17.0,99.9,999.9,999.9 +2022-01-10 12:39,20.3,79.2,18.8,89.3,979.2,999.9,18.2,99.9,999.9,999.9 +2022-01-10 12:49,20.3,78.4,19.2,89.2,979.3,999.9,18.8,99.9,999.9,999.9 +2022-01-10 12:59,20.5,80.1,19.7,87.7,979.7,999.9,19.7,99.9,999.9,999.9 +2022-01-10 13:09,20.8,78.9,20.1,89.4,980.2,999.9,20.3,99.9,999.9,999.9 +2022-01-10 13:19,21.9,78.5,20.6,88.4,980.9,999.9,21.0,99.7,999.9,999.9 +2022-01-10 13:29,20.9,79.8,21.0,87.7,981.8,999.9,21.4,93.5,999.9,999.9 +2022-01-10 13:39,20.7,79.8,21.4,86.8,983.3,999.9,21.9,89.3,999.9,999.9 +2022-01-10 13:49,20.6,79.6,21.9,84.4,983.4,999.9,22.2,82.2,999.9,999.9 +2022-01-10 13:59,21.3,77.5,22.5,82.8,983.2,999.9,22.2,77.8,999.9,999.9 +2022-01-10 14:09,20.7,79.2,22.5,80.6,983.4,999.9,22.1,74.5,999.9,999.9 +2022-01-10 14:19,19.2,77.8,22.2,80.3,983.8,999.9,21.9,71.7,999.9,999.9 +2022-01-10 14:29,18.4,79.1,22.2,79.3,983.2,999.9,21.6,70.1,999.9,999.9 +2022-01-10 14:39,18.7,78.5,22.0,78.9,983.3,999.9,21.1,68.7,999.9,999.9 +2022-01-10 14:49,18.2,78.4,21.8,77.8,982.7,999.9,20.5,68.5,999.9,999.9 +2022-01-10 14:59,17.6,78.9,21.2,76.9,983.8,999.9,19.9,68.7,999.9,999.9 +2022-01-10 15:09,16.8,79.6,20.7,76.4,982.8,999.9,19.1,68.7,999.9,999.9 +2022-01-10 15:19,15.8,80.4,20.1,76.1,983.7,999.9,18.2,69.0,999.9,999.9 +2022-01-10 15:29,14.8,81.5,18.7,77.0,983.6,999.9,16.1,70.5,999.9,999.9 +2022-01-10 15:39,13.7,82.2,17.3,78.8,983.7,999.9,13.8,76.2,999.9,999.9 +2022-01-10 15:49,12.7,82.6,15.7,79.4,984.0,999.9,12.3,81.2,999.9,999.9 +2022-01-10 15:59,11.6,83.5,14.2,79.9,983.1,999.9,10.9,85.9,999.9,999.9 +2022-01-10 16:09,10.4,84.2,12.6,81.0,982.7,999.9,9.4,92.3,999.9,999.9 +2022-01-10 16:19,9.3,84.9,11.0,81.4,982.0,999.9,8.0,99.4,999.9,999.9 +2022-01-10 16:19,9.3,84.9,11.0,81.4,982.0,999.9,8.0,99.4,999.9,999.9 +2022-01-10 16:29,8.3,86.0,9.6,83.5,982.2,999.9,6.8,99.9,999.9,999.9 +2022-01-10 16:40,7.4,87.2,8.4,84.7,982.3,999.9,5.8,99.9,999.9,999.9 +2022-01-10 16:50,6.7,87.6,7.2,84.9,980.2,999.9,4.7,99.9,999.9,999.9 +2022-01-10 16:50,6.7,87.6,7.2,84.9,980.2,999.9,4.7,99.9,999.9,999.9 +2022-01-10 16:50,6.7,87.6,7.2,84.9,980.2,999.9,4.7,99.9,999.9,999.9 +2022-01-10 17:01,6.0,88.1,6.2,85.3,980.6,999.9,3.9,99.9,999.9,999.9 +2022-01-10 17:01,6.0,88.1,6.2,85.3,980.6,999.9,3.9,99.9,999.9,999.9 +2022-01-10 17:11,5.4,88.5,5.4,86.3,980.1,999.9,3.3,99.9,999.9,999.9 +2022-01-10 17:21,5.0,88.8,4.6,86.8,979.4,999.9,2.7,99.9,999.9,999.9 +2022-01-10 17:31,4.6,89.1,4.1,87.4,979.1,999.9,2.3,99.9,999.9,999.9 +2022-01-10 17:41,4.4,89.6,3.7,87.9,979.5,999.9,2.1,99.9,999.9,999.9 +2022-01-10 17:51,4.2,89.6,3.3,88.0,979.3,999.9,1.9,99.9,999.9,999.9 +2022-01-10 18:01,4.0,89.6,2.9,88.5,978.9,999.9,1.5,99.9,999.9,999.9 +2022-01-10 18:01,4.0,89.6,2.9,88.5,978.9,999.9,1.5,99.9,999.9,999.9 +2022-01-10 18:01,4.0,89.6,2.9,88.5,978.9,999.9,1.5,99.9,999.9,999.9 +2022-01-10 18:11,3.7,89.8,2.5,88.8,979.0,999.9,1.3,99.9,999.9,999.9 +2022-01-10 18:21,3.5,89.9,2.2,89.2,978.8,999.9,1.1,99.9,999.9,999.9 +2022-01-10 18:31,3.4,90.1,2.0,89.8,979.0,999.9,1.0,99.9,999.9,999.9 +2022-01-10 18:41,3.3,90.2,1.8,90.2,978.2,999.9,0.8,99.9,999.9,999.9 +2022-01-10 18:51,3.1,90.3,1.6,90.2,978.1,999.9,0.7,99.9,999.9,999.9 +2022-01-10 18:51,3.1,90.3,1.6,90.2,978.1,999.9,0.7,99.9,999.9,999.9 +2022-01-10 19:02,3.0,90.3,1.5,90.3,977.7,999.9,0.5,99.9,999.9,999.9 +2022-01-10 19:12,2.8,90.2,1.3,90.5,978.1,999.9,0.4,99.9,999.9,999.9 +2022-01-10 19:22,2.6,90.3,1.1,90.7,977.5,999.9,0.2,99.9,999.9,999.9 +2022-01-10 19:32,2.4,90.8,1.0,91.2,977.7,999.9,0.0,99.9,999.9,999.9 +2022-01-10 19:32,2.4,90.8,1.0,91.2,977.7,999.9,0.0,99.9,999.9,999.9 +2022-01-10 19:42,2.3,91.0,0.9,91.3,978.0,999.9,0.0,99.9,999.9,999.9 +2022-01-10 19:52,2.2,91.4,0.8,91.3,977.2,999.9,0.0,99.9,999.9,999.9 +2022-01-10 20:03,2.2,91.6,0.8,91.8,977.4,999.9,0.0,99.9,999.9,999.9 +2022-01-10 20:03,2.2,91.6,0.8,91.8,977.4,999.9,0.0,99.9,999.9,999.9 +2022-01-10 20:13,2.2,91.8,0.8,91.9,977.4,999.9,0.0,99.9,999.9,999.9 +2022-01-10 20:23,2.2,92.1,0.8,92.3,977.3,999.9,0.0,99.9,999.9,999.9 +2022-01-10 20:33,2.3,92.2,0.8,92.3,977.4,999.9,0.0,99.9,999.9,999.9 +2022-01-10 20:43,2.3,92.2,0.8,92.7,977.7,999.9,0.0,99.9,999.9,999.9 +2022-01-10 20:53,2.3,92.4,0.8,92.9,976.9,999.9,0.0,99.9,999.9,999.9 +2022-01-10 20:53,2.3,92.4,0.8,92.9,976.9,999.9,0.0,99.9,999.9,999.9 +2022-01-10 21:04,2.3,92.7,0.8,93.0,977.1,999.9,0.1,99.9,999.9,999.9 +2022-01-10 21:14,2.4,92.8,0.8,93.2,977.7,999.9,0.1,99.9,999.9,999.9 +2022-01-10 21:24,2.5,93.0,0.9,93.7,977.5,999.9,0.2,99.9,999.9,999.9 +2022-01-10 21:34,2.5,93.1,0.9,93.8,977.6,999.9,0.3,99.9,999.9,999.9 +2022-01-10 21:44,2.6,93.2,1.0,94.1,976.3,999.9,0.3,99.9,999.9,999.9 +2022-01-10 21:45,2.6,93.2,1.0,94.1,976.3,999.9,0.3,99.9,999.9,999.9 +2022-01-10 21:55,2.7,93.3,1.1,94.3,976.9,999.9,0.4,99.9,999.9,999.9 +2022-01-10 22:05,2.7,93.4,1.1,94.4,977.5,999.9,0.4,99.9,999.9,999.9 +2022-01-10 22:05,2.7,93.4,1.1,94.4,977.5,999.9,0.4,99.9,999.9,999.9 +2022-01-10 22:15,2.8,93.4,1.1,94.8,978.2,999.9,0.5,99.9,999.9,999.9 +2022-01-10 22:25,2.8,93.5,1.1,94.8,977.6,999.9,0.5,99.9,999.9,999.9 +2022-01-10 22:35,2.9,93.8,1.2,94.8,978.1,999.9,0.6,99.9,999.9,999.9 +2022-01-10 22:45,2.9,93.8,1.2,95.1,977.6,999.9,0.6,99.9,999.9,999.9 +2022-01-10 22:46,2.9,93.8,1.2,95.1,977.6,999.9,0.6,99.9,999.9,999.9 +2022-01-10 22:56,3.0,93.9,1.3,95.3,978.0,999.9,0.7,99.9,999.9,999.9 +2022-01-10 22:56,3.0,93.9,1.3,95.3,978.0,999.9,0.7,99.9,999.9,999.9 +2022-01-10 22:56,3.0,93.9,1.3,95.3,978.0,999.9,0.7,99.9,999.9,999.9 +2022-01-10 23:06,3.0,94.0,1.4,95.6,979.9,999.9,0.7,99.9,999.9,999.9 +2022-01-10 23:16,3.0,94.1,1.4,95.6,980.7,999.9,0.7,99.9,999.9,999.9 +2022-01-10 23:26,3.1,94.1,1.4,95.7,981.3,999.9,0.8,99.9,999.9,999.9 +2022-01-10 23:36,3.1,94.1,1.4,96.1,980.9,999.9,0.8,99.9,999.9,999.9 +2022-01-10 23:46,3.0,94.0,1.4,96.2,980.7,999.9,0.8,99.9,999.9,999.9 +2022-01-10 23:56,3.0,94.0,1.4,96.4,979.9,999.9,0.7,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-11_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-11_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..afbf160 --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-11_telemetry_PE1RXF-7.dat @@ -0,0 +1,163 @@ +2022-01-11 00:06,3.0,94.0,1.4,96.6,981.0,999.9,0.7,99.9,999.9,999.9 +2022-01-11 00:16,2.9,94.0,1.3,96.5,979.8,999.9,0.6,99.9,999.9,999.9 +2022-01-11 00:26,2.8,94.0,1.3,96.5,979.1,999.9,0.5,99.9,999.9,999.9 +2022-01-11 00:36,2.8,94.0,1.2,96.9,979.2,999.9,0.5,99.9,999.9,999.9 +2022-01-11 00:46,2.7,94.0,1.2,96.9,979.3,999.9,0.4,99.9,999.9,999.9 +2022-01-11 00:56,2.6,94.0,1.1,97.0,979.6,999.9,0.3,99.9,999.9,999.9 +2022-01-11 01:06,2.5,94.0,1.0,97.0,978.7,999.9,0.2,99.9,999.9,999.9 +2022-01-11 01:16,2.4,94.0,0.9,97.0,979.2,999.9,0.2,99.9,999.9,999.9 +2022-01-11 01:26,2.4,94.0,0.9,97.0,978.3,999.9,0.1,99.9,999.9,999.9 +2022-01-11 01:36,2.3,94.0,0.8,97.2,977.8,999.9,0.0,99.9,999.9,999.9 +2022-01-11 01:37,2.3,94.0,0.8,97.2,977.8,999.9,0.0,99.9,999.9,999.9 +2022-01-11 01:37,2.3,94.0,0.8,97.2,977.8,999.9,0.0,99.9,999.9,999.9 +2022-01-11 01:47,2.3,94.0,0.8,97.5,978.8,999.9,0.0,99.9,999.9,999.9 +2022-01-11 01:57,2.2,94.1,0.7,97.4,979.5,999.9,-0.1,99.9,999.9,999.9 +2022-01-11 02:07,2.2,94.3,0.7,97.4,981.0,999.9,-0.1,99.9,999.9,999.9 +2022-01-11 02:17,2.2,94.3,0.7,97.7,979.4,999.9,-0.1,99.9,999.9,999.9 +2022-01-11 02:27,2.2,94.3,0.6,97.8,979.9,999.9,-0.1,99.9,999.9,999.9 +2022-01-11 02:37,2.2,94.4,0.6,98.0,979.9,999.9,-0.1,99.9,999.9,999.9 +2022-01-11 02:47,2.2,94.3,0.6,98.0,979.3,999.9,-0.1,99.9,999.9,999.9 +2022-01-11 02:47,2.2,94.3,0.6,98.0,979.3,999.9,-0.1,99.9,999.9,999.9 +2022-01-11 02:57,2.1,94.1,0.5,98.0,979.0,999.9,-0.2,99.9,999.9,999.9 +2022-01-11 03:07,2.0,94.1,0.4,98.0,979.6,999.9,-0.3,99.9,999.9,999.9 +2022-01-11 03:17,1.9,94.2,0.4,98.1,979.2,999.9,-0.4,99.9,999.9,999.9 +2022-01-11 03:17,1.9,94.2,0.4,98.1,979.2,999.9,-0.4,99.9,999.9,999.9 +2022-01-11 03:27,1.9,94.4,0.3,98.2,979.5,999.9,-0.4,99.9,999.9,999.9 +2022-01-11 03:37,1.9,94.4,0.3,98.4,979.7,999.9,-0.4,99.9,999.9,999.9 +2022-01-11 03:47,1.9,94.4,0.3,98.4,980.5,999.9,-0.4,99.9,999.9,999.9 +2022-01-11 03:57,1.9,94.4,0.3,98.7,978.2,999.9,-0.4,99.9,999.9,999.9 +2022-01-11 04:07,1.9,94.4,0.3,98.7,979.9,999.9,-0.4,99.9,999.9,999.9 +2022-01-11 04:17,1.9,94.3,0.2,98.7,980.7,999.9,-0.5,99.9,999.9,999.9 +2022-01-11 04:27,1.8,94.3,0.2,98.6,978.8,999.9,-0.5,99.9,999.9,999.9 +2022-01-11 04:28,1.8,94.3,0.2,98.6,978.8,999.9,-0.5,99.9,999.9,999.9 +2022-01-11 04:38,1.7,94.2,0.1,98.8,980.3,999.9,-0.6,99.9,999.9,999.9 +2022-01-11 04:48,1.6,94.0,0.0,98.5,979.7,999.9,-0.8,99.9,999.9,999.9 +2022-01-11 04:58,1.4,94.0,-0.1,98.5,981.8,999.9,-0.9,99.9,999.9,999.9 +2022-01-11 05:08,1.4,94.0,-0.2,98.6,980.1,999.9,-1.0,99.9,999.9,999.9 +2022-01-11 05:18,1.4,94.1,-0.2,98.8,981.2,999.9,-1.0,99.9,999.9,999.9 +2022-01-11 05:28,1.3,94.0,-0.3,98.8,980.3,999.9,-1.1,99.9,999.9,999.9 +2022-01-11 05:38,1.3,94.2,-0.3,98.8,981.9,999.9,-1.1,99.9,999.9,999.9 +2022-01-11 05:38,1.3,94.2,-0.3,98.8,981.9,999.9,-1.1,99.9,999.9,999.9 +2022-01-11 05:48,1.3,94.2,-0.3,98.8,980.6,999.9,-1.1,99.9,999.9,999.9 +2022-01-11 05:58,1.3,94.4,-0.4,98.8,981.0,999.9,-1.0,99.9,999.9,999.9 +2022-01-11 06:08,1.4,94.4,-0.3,99.2,979.7,999.9,-1.0,99.9,999.9,999.9 +2022-01-11 06:18,1.4,94.4,-0.3,99.2,979.0,999.9,-1.0,99.9,999.9,999.9 +2022-01-11 06:19,1.4,94.4,-0.3,99.2,979.0,999.9,-1.0,99.9,999.9,999.9 +2022-01-11 06:29,1.4,94.5,-0.3,99.2,979.5,999.9,-0.9,99.9,999.9,999.9 +2022-01-11 06:39,1.4,94.5,-0.2,99.3,980.3,999.9,-0.9,99.9,999.9,999.9 +2022-01-11 06:49,1.5,94.6,-0.2,99.5,980.0,999.9,-0.9,99.9,999.9,999.9 +2022-01-11 06:59,1.5,94.7,-0.2,99.6,979.5,999.9,-0.8,99.9,999.9,999.9 +2022-01-11 07:09,1.6,94.8,-0.2,99.6,977.6,999.9,-0.8,99.9,999.9,999.9 +2022-01-11 07:19,1.6,94.7,-0.1,99.7,979.0,999.9,-0.7,99.9,999.9,999.9 +2022-01-11 07:29,1.7,94.9,-0.1,99.9,978.6,999.9,-0.7,99.9,999.9,999.9 +2022-01-11 07:39,1.7,94.9,-0.1,99.9,979.2,999.9,-0.7,99.9,999.9,999.9 +2022-01-11 07:39,1.7,94.9,-0.1,99.9,979.2,999.9,-0.7,99.9,999.9,999.9 +2022-01-11 07:49,1.8,94.9,0.0,99.9,978.1,999.9,-0.6,99.9,999.9,999.9 +2022-01-11 07:59,1.8,95.0,0.1,99.9,980.5,999.9,-0.5,99.9,999.9,999.9 +2022-01-11 08:09,1.9,95.0,0.1,99.9,980.0,999.9,-0.5,99.9,999.9,999.9 +2022-01-11 08:19,1.9,94.9,0.1,99.9,979.3,999.9,-0.5,99.9,999.9,999.9 +2022-01-11 08:29,1.9,95.0,0.2,99.9,978.9,999.9,-0.5,99.9,999.9,999.9 +2022-01-11 08:39,2.0,95.1,0.2,99.9,979.2,999.9,-0.4,99.9,999.9,999.9 +2022-01-11 08:49,2.1,95.0,0.4,99.9,978.7,999.9,-0.3,99.9,999.9,999.9 +2022-01-11 09:00,2.2,94.8,0.6,99.9,979.4,999.9,-0.2,99.9,999.9,999.9 +2022-01-11 09:10,2.3,94.3,1.0,99.6,977.1,999.9,-0.1,99.9,999.9,999.9 +2022-01-11 09:20,2.6,93.8,1.4,99.0,979.9,999.9,0.1,99.9,999.9,999.9 +2022-01-11 09:30,3.4,93.1,2.2,98.3,978.0,999.9,0.5,99.9,999.9,999.9 +2022-01-11 09:40,4.2,92.0,3.6,96.2,980.6,999.9,1.1,99.9,999.9,999.9 +2022-01-11 09:50,5.2,91.0,4.8,95.0,981.4,999.9,1.9,99.9,999.9,999.9 +2022-01-11 10:00,6.5,88.8,6.2,92.4,982.5,999.9,3.2,99.9,999.9,999.9 +2022-01-11 10:10,8.0,85.5,7.1,92.3,979.6,999.9,4.7,99.9,999.9,999.9 +2022-01-11 10:20,7.0,86.9,6.5,91.9,981.9,999.9,4.5,99.9,999.9,999.9 +2022-01-11 10:20,7.0,86.9,6.5,91.9,981.9,999.9,4.5,99.9,999.9,999.9 +2022-01-11 10:30,6.4,87.9,6.0,92.4,981.9,999.9,4.0,99.9,999.9,999.9 +2022-01-11 10:40,6.6,88.0,6.7,92.6,980.7,999.9,4.0,99.9,999.9,999.9 +2022-01-11 10:50,8.0,86.3,7.9,91.5,981.6,999.9,4.9,99.9,999.9,999.9 +2022-01-11 10:50,8.0,86.3,7.9,91.5,981.6,999.9,4.9,99.9,999.9,999.9 +2022-01-11 11:00,9.0,83.8,8.2,91.0,982.7,999.9,5.4,99.9,999.9,999.9 +2022-01-11 11:10,8.3,85.0,8.0,91.0,981.7,999.9,5.3,99.9,999.9,999.9 +2022-01-11 11:20,10.2,82.1,8.9,91.1,981.8,999.9,5.6,99.9,999.9,999.9 +2022-01-11 11:21,10.2,82.1,8.9,91.1,981.8,999.9,5.6,99.9,999.9,999.9 +2022-01-11 11:31,12.3,79.7,11.2,87.6,984.1,999.9,7.5,99.9,999.9,999.9 +2022-01-11 11:41,11.5,82.0,11.0,86.5,986.3,999.9,7.9,99.9,999.9,999.9 +2022-01-11 11:51,10.3,82.7,9.9,88.0,981.9,999.9,7.2,99.9,999.9,999.9 +2022-01-11 12:01,9.3,83.8,9.5,88.2,982.2,999.9,6.6,99.9,999.9,999.9 +2022-01-11 12:11,9.3,84.6,9.9,87.8,980.2,999.9,6.6,99.9,999.9,999.9 +2022-01-11 12:21,10.2,84.0,10.5,85.2,982.1,999.9,7.2,99.9,999.9,999.9 +2022-01-11 12:31,9.9,83.3,9.8,86.5,985.9,999.9,7.1,99.9,999.9,999.9 +2022-01-11 12:41,9.3,83.4,9.2,86.9,985.6,999.9,6.7,99.9,999.9,999.9 +2022-01-11 12:51,9.4,83.9,9.2,88.2,986.7,999.9,7.0,99.9,999.9,999.9 +2022-01-11 13:01,12.6,84.6,11.4,88.8,984.6,999.9,9.9,99.9,999.9,999.9 +2022-01-11 13:11,15.2,81.2,13.1,87.2,988.2,999.9,12.3,99.9,999.9,999.9 +2022-01-11 13:21,14.7,79.2,13.1,85.6,991.9,999.9,11.8,99.9,999.9,999.9 +2022-01-11 13:31,13.5,80.4,12.7,85.1,995.2,999.9,11.1,99.9,999.9,999.9 +2022-01-11 13:41,14.0,81.9,14.0,86.0,999.9,999.9,12.4,99.9,999.9,999.9 +2022-01-11 13:51,16.9,79.6,16.9,83.9,999.9,999.9,15.9,99.9,999.9,999.9 +2022-01-11 13:51,16.9,79.6,16.9,83.9,999.9,999.9,15.9,99.9,999.9,999.9 +2022-01-11 14:01,16.8,79.2,17.3,79.9,981.0,999.9,15.7,99.9,999.9,999.9 +2022-01-11 14:11,14.5,79.1,15.5,79.6,981.1,999.9,12.9,96.5,999.9,999.9 +2022-01-11 14:21,12.4,81.3,13.9,79.6,980.9,999.9,10.6,99.9,999.9,999.9 +2022-01-11 14:31,10.8,83.3,12.4,80.8,980.6,999.9,8.9,99.9,999.9,999.9 +2022-01-11 14:32,10.8,83.3,12.4,80.8,980.6,999.9,8.9,99.9,999.9,999.9 +2022-01-11 14:42,9.4,84.9,10.8,82.1,980.9,999.9,7.6,99.9,999.9,999.9 +2022-01-11 14:52,8.4,86.4,9.7,84.5,981.5,999.9,6.7,99.9,999.9,999.9 +2022-01-11 15:02,7.9,87.5,8.8,85.0,982.2,999.9,6.1,99.9,999.9,999.9 +2022-01-11 15:12,7.5,88.3,8.2,86.4,981.8,999.9,5.7,99.9,999.9,999.9 +2022-01-11 15:22,7.3,88.8,7.7,87.4,982.2,999.9,5.4,99.9,999.9,999.9 +2022-01-11 15:32,7.1,89.2,7.3,87.9,981.7,999.9,5.2,99.9,999.9,999.9 +2022-01-11 15:42,7.0,89.8,6.9,88.9,980.3,999.9,5.1,99.9,999.9,999.9 +2022-01-11 15:52,6.8,89.8,6.5,89.0,979.6,999.9,4.8,99.9,999.9,999.9 +2022-01-11 16:02,6.6,90.1,6.1,90.0,979.2,999.9,4.6,99.9,999.9,999.9 +2022-01-11 16:12,6.4,90.4,5.7,90.3,979.1,999.9,4.4,99.9,999.9,999.9 +2022-01-11 16:22,6.2,90.7,5.4,90.7,979.0,999.9,4.2,99.9,999.9,999.9 +2022-01-11 16:32,6.0,90.8,5.1,90.9,978.9,999.9,4.0,99.9,999.9,999.9 +2022-01-11 16:32,6.0,90.8,5.1,90.9,978.9,999.9,4.0,99.9,999.9,999.9 +2022-01-11 16:42,5.8,91.0,4.8,91.3,980.3,999.9,3.8,99.9,999.9,999.9 +2022-01-11 16:52,5.7,91.2,4.6,91.2,979.6,999.9,3.6,99.9,999.9,999.9 +2022-01-11 17:02,5.6,91.5,4.3,91.5,981.7,999.9,3.5,99.9,999.9,999.9 +2022-01-11 17:12,5.5,91.7,4.2,91.8,982.5,999.9,3.4,99.9,999.9,999.9 +2022-01-11 17:22,5.5,91.8,4.1,92.1,983.0,999.9,3.4,99.9,999.9,999.9 +2022-01-11 17:32,5.5,92.0,4.0,92.2,982.5,999.9,3.4,99.9,999.9,999.9 +2022-01-11 17:42,5.4,92.0,3.9,92.3,981.6,999.9,3.3,99.9,999.9,999.9 +2022-01-11 17:52,5.4,92.0,3.9,92.6,981.4,999.9,3.3,99.9,999.9,999.9 +2022-01-11 18:02,5.3,92.1,3.8,92.8,983.0,999.9,3.2,99.9,999.9,999.9 +2022-01-11 18:13,5.3,92.2,3.7,92.8,985.0,999.9,3.2,99.9,999.9,999.9 +2022-01-11 18:23,5.3,92.1,3.7,93.0,987.4,999.9,3.2,99.9,999.9,999.9 +2022-01-11 18:33,5.3,92.2,3.6,93.3,987.2,999.9,3.2,99.9,999.9,999.9 +2022-01-11 18:43,5.4,92.3,3.6,93.2,989.8,999.9,3.2,99.9,999.9,999.9 +2022-01-11 18:53,5.3,92.2,3.6,93.3,989.1,999.9,3.1,99.9,999.9,999.9 +2022-01-11 19:03,5.3,92.2,3.5,93.3,989.0,999.9,3.1,99.9,999.9,999.9 +2022-01-11 19:13,5.3,92.2,3.5,93.5,989.7,999.9,3.1,99.9,999.9,999.9 +2022-01-11 19:23,5.3,92.3,3.5,93.8,987.9,999.9,3.1,99.9,999.9,999.9 +2022-01-11 19:33,5.3,92.5,3.5,93.7,991.9,999.9,3.1,99.9,999.9,999.9 +2022-01-11 19:43,5.3,92.7,3.5,93.8,991.8,999.9,3.2,99.9,999.9,999.9 +2022-01-11 19:43,5.3,92.7,3.5,93.8,991.8,999.9,3.2,99.9,999.9,999.9 +2022-01-11 19:53,5.4,92.9,3.6,94.0,994.8,999.9,3.2,99.9,999.9,999.9 +2022-01-11 20:03,5.4,92.8,3.6,94.1,993.1,999.9,3.2,99.9,999.9,999.9 +2022-01-11 20:13,5.4,93.1,3.6,94.3,991.2,999.9,3.2,99.9,999.9,999.9 +2022-01-11 20:23,5.5,93.3,3.6,94.5,987.6,999.9,3.3,99.9,999.9,999.9 +2022-01-11 20:33,5.5,93.5,3.7,95.0,989.2,999.9,3.3,99.9,999.9,999.9 +2022-01-11 20:43,5.6,93.6,3.7,95.0,986.8,999.9,3.4,99.9,999.9,999.9 +2022-01-11 20:53,5.6,93.6,3.7,95.2,988.0,999.9,3.3,99.9,999.9,999.9 +2022-01-11 21:03,5.5,93.2,3.7,94.9,988.3,999.9,3.3,99.9,999.9,999.9 +2022-01-11 21:13,5.4,93.3,3.6,94.9,987.3,999.9,3.2,99.9,999.9,999.9 +2022-01-11 21:13,5.4,93.3,3.6,94.9,987.3,999.9,3.2,99.9,999.9,999.9 +2022-01-11 21:14,5.4,93.3,3.6,94.9,987.3,999.9,3.2,99.9,999.9,999.9 +2022-01-11 21:24,5.3,93.7,3.6,95.1,988.7,999.9,3.0,99.9,999.9,999.9 +2022-01-11 21:34,5.2,93.9,3.5,95.3,986.5,999.9,2.9,99.9,999.9,999.9 +2022-01-11 21:44,5.1,94.2,3.4,95.6,988.9,999.9,2.8,99.9,999.9,999.9 +2022-01-11 21:54,5.0,94.3,3.4,95.6,989.3,999.9,2.7,99.9,999.9,999.9 +2022-01-11 22:04,4.9,94.6,3.3,95.5,988.3,999.9,2.7,99.9,999.9,999.9 +2022-01-11 22:14,4.9,94.7,3.3,95.8,985.7,999.9,2.6,99.9,999.9,999.9 +2022-01-11 22:24,4.9,94.9,3.3,96.1,987.1,999.9,2.6,99.9,999.9,999.9 +2022-01-11 22:34,4.9,95.0,3.2,96.3,987.6,999.9,2.6,99.9,999.9,999.9 +2022-01-11 22:44,4.8,95.1,3.2,96.5,983.5,999.9,2.6,99.9,999.9,999.9 +2022-01-11 22:54,4.9,95.2,3.2,96.6,984.1,999.9,2.6,99.9,999.9,999.9 +2022-01-11 23:05,4.9,95.3,3.2,96.8,986.5,999.9,2.6,99.9,999.9,999.9 +2022-01-11 23:15,4.9,95.4,3.2,96.9,986.0,999.9,2.6,99.9,999.9,999.9 +2022-01-11 23:26,4.9,95.6,3.2,97.1,983.7,999.9,2.6,99.9,999.9,999.9 +2022-01-11 23:26,4.9,95.6,3.2,97.1,983.7,999.9,2.6,99.9,999.9,999.9 +2022-01-11 23:36,4.9,95.6,3.2,97.3,983.3,999.9,2.6,99.9,999.9,999.9 +2022-01-11 23:46,4.9,95.7,3.2,97.4,983.9,999.9,2.6,99.9,999.9,999.9 +2022-01-11 23:46,4.9,95.7,3.2,97.4,983.9,999.9,2.6,99.9,999.9,999.9 +2022-01-11 23:56,4.9,95.7,3.2,97.6,984.8,999.9,2.6,99.9,999.9,999.9 +2022-01-11 23:57,4.9,95.7,3.2,97.6,984.8,999.9,2.6,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-12_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-12_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..d099761 --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-12_telemetry_PE1RXF-7.dat @@ -0,0 +1,164 @@ +2022-01-12 00:07,4.9,95.8,3.2,97.8,984.7,999.9,2.7,99.9,999.9,999.9 +2022-01-12 00:17,4.9,95.9,3.2,97.8,984.7,999.9,2.7,99.9,999.9,999.9 +2022-01-12 00:27,4.9,95.9,3.2,97.8,979.4,999.9,2.7,99.9,999.9,999.9 +2022-01-12 00:28,4.9,95.9,3.2,97.8,979.4,999.9,2.7,99.9,999.9,999.9 +2022-01-12 00:38,4.9,96.0,3.2,97.8,982.3,999.9,2.7,99.9,999.9,999.9 +2022-01-12 00:38,4.9,96.0,3.2,97.8,982.3,999.9,2.7,99.9,999.9,999.9 +2022-01-12 00:48,5.0,96.1,3.2,98.1,984.1,999.9,2.7,99.9,999.9,999.9 +2022-01-12 00:58,5.0,96.2,3.2,98.2,985.3,999.9,2.7,99.9,999.9,999.9 +2022-01-12 01:08,5.0,96.2,3.2,98.6,985.2,999.9,2.7,99.9,999.9,999.9 +2022-01-12 01:08,5.0,96.2,3.2,98.6,985.2,999.9,2.7,99.9,999.9,999.9 +2022-01-12 01:18,5.0,96.4,3.3,98.7,987.5,999.9,2.7,99.9,999.9,999.9 +2022-01-12 01:28,5.1,96.4,3.3,98.7,986.0,999.9,2.8,99.9,999.9,999.9 +2022-01-12 01:38,5.1,96.5,3.3,99.1,985.9,999.9,2.8,99.9,999.9,999.9 +2022-01-12 01:48,5.2,96.5,3.3,99.3,987.0,999.9,2.9,99.9,999.9,999.9 +2022-01-12 01:58,5.2,96.6,3.4,99.3,985.8,999.9,2.9,99.9,999.9,999.9 +2022-01-12 01:59,5.2,96.6,3.4,99.3,985.8,999.9,2.9,99.9,999.9,999.9 +2022-01-12 02:09,5.2,96.6,3.4,99.7,985.5,999.9,2.9,99.9,999.9,999.9 +2022-01-12 02:19,5.2,96.7,3.4,99.5,983.9,999.9,2.9,99.9,999.9,999.9 +2022-01-12 02:29,5.2,96.7,3.4,99.6,985.1,999.9,2.9,99.9,999.9,999.9 +2022-01-12 02:39,5.2,96.8,3.4,99.5,985.0,999.9,2.9,99.9,999.9,999.9 +2022-01-12 02:49,5.2,96.8,3.4,99.8,985.7,999.9,2.9,99.9,999.9,999.9 +2022-01-12 02:59,5.3,96.9,3.5,99.9,986.1,999.9,3.0,99.9,999.9,999.9 +2022-01-12 03:09,5.3,97.0,3.5,99.7,986.6,999.9,3.0,99.9,999.9,999.9 +2022-01-12 03:19,5.3,97.1,3.5,99.9,986.8,999.9,3.0,99.9,999.9,999.9 +2022-01-12 03:29,5.4,97.1,3.5,99.9,985.1,999.9,3.1,99.9,999.9,999.9 +2022-01-12 03:39,5.4,97.1,3.6,99.9,985.7,999.9,3.1,99.9,999.9,999.9 +2022-01-12 03:49,5.4,97.2,3.6,99.9,985.4,999.9,3.1,99.9,999.9,999.9 +2022-01-12 03:59,5.5,97.4,3.6,99.9,985.6,999.9,3.2,99.9,999.9,999.9 +2022-01-12 04:09,5.5,97.3,3.7,99.9,983.3,999.9,3.2,99.9,999.9,999.9 +2022-01-12 04:19,5.6,97.3,3.7,99.9,984.2,999.9,3.3,99.9,999.9,999.9 +2022-01-12 04:29,5.5,97.3,3.7,99.9,988.0,999.9,3.2,99.9,999.9,999.9 +2022-01-12 04:39,5.5,97.4,3.7,99.9,986.2,999.9,3.2,99.9,999.9,999.9 +2022-01-12 04:49,5.5,97.3,3.7,99.9,984.7,999.9,3.2,99.9,999.9,999.9 +2022-01-12 04:59,5.5,97.4,3.7,99.9,985.6,999.9,3.2,99.9,999.9,999.9 +2022-01-12 05:09,5.4,97.4,3.6,99.9,984.8,999.9,3.2,99.9,999.9,999.9 +2022-01-12 05:19,5.4,97.4,3.6,99.9,986.9,999.9,3.1,99.9,999.9,999.9 +2022-01-12 05:29,5.3,97.3,3.6,99.9,986.9,999.9,3.1,99.9,999.9,999.9 +2022-01-12 05:30,5.3,97.3,3.6,99.9,986.9,999.9,3.1,99.9,999.9,999.9 +2022-01-12 05:40,5.3,97.2,3.5,99.9,986.6,999.9,3.0,99.9,999.9,999.9 +2022-01-12 05:50,5.2,97.2,3.4,99.9,986.0,999.9,2.9,99.9,999.9,999.9 +2022-01-12 06:00,5.1,97.2,3.3,99.9,985.1,999.9,2.8,99.9,999.9,999.9 +2022-01-12 06:10,5.0,97.2,3.3,99.9,984.7,999.9,2.7,99.9,999.9,999.9 +2022-01-12 06:20,4.9,97.2,3.2,99.9,985.7,999.9,2.6,99.9,999.9,999.9 +2022-01-12 06:30,4.9,97.3,3.2,99.9,986.3,999.9,2.6,99.9,999.9,999.9 +2022-01-12 06:40,4.8,97.3,3.1,99.9,986.3,999.9,2.5,99.9,999.9,999.9 +2022-01-12 06:50,4.8,97.3,3.1,99.9,988.3,999.9,2.5,99.9,999.9,999.9 +2022-01-12 07:00,4.8,97.3,3.0,99.9,987.6,999.9,2.4,99.9,999.9,999.9 +2022-01-12 07:10,4.7,97.4,3.0,99.9,986.0,999.9,2.4,99.9,999.9,999.9 +2022-01-12 07:20,4.6,97.4,2.9,99.9,987.5,999.9,2.3,99.9,999.9,999.9 +2022-01-12 07:30,4.6,97.3,2.9,99.9,986.0,999.9,2.3,99.9,999.9,999.9 +2022-01-12 07:40,4.5,97.2,2.8,99.9,984.5,999.9,2.2,99.9,999.9,999.9 +2022-01-12 07:50,4.4,97.3,2.8,99.9,986.3,999.9,2.2,99.9,999.9,999.9 +2022-01-12 08:00,4.4,97.2,2.7,99.9,984.7,999.9,2.0,99.9,999.9,999.9 +2022-01-12 08:11,4.3,97.2,2.6,99.9,986.4,999.9,2.0,99.9,999.9,999.9 +2022-01-12 08:21,4.2,97.3,2.6,99.9,987.5,999.9,1.9,99.9,999.9,999.9 +2022-01-12 08:31,4.3,97.5,2.6,99.9,986.3,999.9,2.0,99.9,999.9,999.9 +2022-01-12 08:41,4.3,97.6,2.6,99.9,984.4,999.9,2.0,99.9,999.9,999.9 +2022-01-12 08:51,4.4,97.5,2.7,99.9,983.9,999.9,2.0,99.9,999.9,999.9 +2022-01-12 09:01,4.4,97.5,2.7,99.9,984.2,999.9,2.1,99.9,999.9,999.9 +2022-01-12 09:11,4.5,97.4,2.9,99.9,985.9,999.9,2.1,99.9,999.9,999.9 +2022-01-12 09:21,4.6,97.2,3.0,99.9,987.4,999.9,2.2,99.9,999.9,999.9 +2022-01-12 09:31,4.7,97.0,3.3,99.9,986.3,999.9,2.3,99.9,999.9,999.9 +2022-01-12 09:41,4.9,97.0,3.5,99.9,986.8,999.9,2.5,99.9,999.9,999.9 +2022-01-12 09:51,5.2,97.2,3.8,99.9,988.1,999.9,2.7,99.9,999.9,999.9 +2022-01-12 09:51,5.2,97.2,3.8,99.9,988.1,999.9,2.7,99.9,999.9,999.9 +2022-01-12 10:01,5.5,97.4,4.2,99.9,987.3,999.9,3.1,99.9,999.9,999.9 +2022-01-12 10:11,5.9,97.6,4.7,99.9,986.2,999.9,3.5,99.9,999.9,999.9 +2022-01-12 10:21,6.4,97.3,5.2,99.9,988.7,999.9,3.9,99.9,999.9,999.9 +2022-01-12 10:31,6.7,97.1,5.7,99.9,987.5,999.9,4.2,99.9,999.9,999.9 +2022-01-12 10:41,7.2,97.0,6.3,99.9,989.0,999.9,4.7,99.9,999.9,999.9 +2022-01-12 10:41,7.2,97.0,6.3,99.9,989.0,999.9,4.7,99.9,999.9,999.9 +2022-01-12 10:42,7.2,97.0,6.3,99.9,989.0,999.9,4.7,99.9,999.9,999.9 +2022-01-12 10:52,7.5,96.1,6.7,99.9,985.3,999.9,5.0,99.9,999.9,999.9 +2022-01-12 10:52,7.5,96.1,6.7,99.9,985.3,999.9,5.0,99.9,999.9,999.9 +2022-01-12 10:52,7.5,96.1,6.7,99.9,985.3,999.9,5.0,99.9,999.9,999.9 +2022-01-12 11:02,7.6,97.0,7.0,99.9,987.4,999.9,5.3,99.9,999.9,999.9 +2022-01-12 11:12,8.0,96.9,7.3,99.9,985.6,999.9,5.5,99.9,999.9,999.9 +2022-01-12 11:22,8.2,96.7,7.6,99.9,984.5,999.9,5.7,99.9,999.9,999.9 +2022-01-12 11:32,8.2,97.0,7.8,99.9,988.5,999.9,5.8,99.9,999.9,999.9 +2022-01-12 11:42,8.5,97.1,8.1,99.9,982.1,999.9,6.1,99.9,999.9,999.9 +2022-01-12 11:52,8.7,96.9,8.5,99.9,987.1,999.9,6.3,99.9,999.9,999.9 +2022-01-12 12:02,8.9,97.4,8.7,99.9,989.4,999.9,6.6,99.9,999.9,999.9 +2022-01-12 12:12,9.0,97.7,8.8,99.9,986.4,999.9,6.7,99.9,999.9,999.9 +2022-01-12 12:22,9.2,97.7,8.9,99.9,985.7,999.9,6.9,99.9,999.9,999.9 +2022-01-12 12:32,9.4,97.9,9.4,99.9,987.6,999.9,7.2,99.9,999.9,999.9 +2022-01-12 12:42,9.7,97.8,9.7,99.8,987.7,999.9,7.4,99.9,999.9,999.9 +2022-01-12 12:52,9.7,97.2,9.3,99.9,988.7,999.9,7.4,99.9,999.9,999.9 +2022-01-12 12:53,9.7,97.2,9.3,99.9,988.7,999.9,7.4,99.9,999.9,999.9 +2022-01-12 12:53,9.7,97.2,9.3,99.9,988.7,999.9,7.4,99.9,999.9,999.9 +2022-01-12 13:03,9.5,97.2,9.2,99.9,987.4,999.9,7.2,99.9,999.9,999.9 +2022-01-12 13:13,9.4,97.6,9.1,99.9,982.9,999.9,7.2,99.9,999.9,999.9 +2022-01-12 13:23,9.5,97.8,9.2,99.9,982.3,999.9,7.2,99.9,999.9,999.9 +2022-01-12 13:33,9.7,97.6,9.4,99.9,983.2,999.9,7.4,99.9,999.9,999.9 +2022-01-12 13:33,9.7,97.6,9.4,99.9,983.2,999.9,7.4,99.9,999.9,999.9 +2022-01-12 13:43,9.8,97.9,9.3,98.2,983.5,999.9,7.6,99.9,999.9,999.9 +2022-01-12 13:54,9.9,97.7,9.1,98.6,986.1,999.9,7.6,99.9,999.9,999.9 +2022-01-12 14:04,10.2,97.9,9.6,99.4,986.4,999.9,7.9,99.9,999.9,999.9 +2022-01-12 14:14,10.6,98.0,10.1,99.0,986.5,999.9,8.3,99.9,999.9,999.9 +2022-01-12 14:14,10.6,98.0,10.1,99.0,986.5,999.9,8.3,99.9,999.9,999.9 +2022-01-12 14:24,10.7,97.0,10.1,98.7,989.0,999.9,8.4,99.9,999.9,999.9 +2022-01-12 14:34,10.5,97.4,10.1,99.4,986.0,999.9,8.3,99.9,999.9,999.9 +2022-01-12 14:44,10.5,96.9,10.1,98.2,984.6,999.9,8.2,99.9,999.9,999.9 +2022-01-12 14:54,10.3,97.0,10.0,98.6,985.8,999.9,8.1,99.9,999.9,999.9 +2022-01-12 15:04,10.0,96.9,9.7,99.1,983.1,999.9,7.8,99.9,999.9,999.9 +2022-01-12 15:04,10.0,96.9,9.7,99.1,983.1,999.9,7.8,99.9,999.9,999.9 +2022-01-12 15:14,10.3,97.5,10.1,98.7,984.7,999.9,8.6,99.9,999.9,999.9 +2022-01-12 15:24,10.0,96.9,9.6,99.0,985.2,999.9,8.0,99.9,999.9,999.9 +2022-01-12 15:34,9.6,97.3,9.2,99.3,985.7,999.9,7.5,99.9,999.9,999.9 +2022-01-12 15:44,9.3,97.2,8.9,99.2,987.3,999.9,7.2,99.9,999.9,999.9 +2022-01-12 15:54,8.9,97.1,8.3,99.3,988.6,999.9,6.8,99.9,999.9,999.9 +2022-01-12 15:54,8.9,97.1,8.3,99.3,988.6,999.9,6.8,99.9,999.9,999.9 +2022-01-12 16:04,8.5,97.3,7.9,99.4,984.9,999.9,6.3,99.9,999.9,999.9 +2022-01-12 16:15,8.1,97.6,7.5,99.6,985.6,999.9,6.0,99.9,999.9,999.9 +2022-01-12 16:25,7.8,97.7,6.9,99.9,987.2,999.9,5.6,99.9,999.9,999.9 +2022-01-12 16:35,7.4,97.5,6.5,99.9,987.3,999.9,5.2,99.9,999.9,999.9 +2022-01-12 16:45,7.1,97.8,6.0,99.9,987.7,999.9,4.9,99.9,999.9,999.9 +2022-01-12 16:55,6.8,98.1,5.7,99.9,984.6,999.9,4.7,99.9,999.9,999.9 +2022-01-12 17:05,6.6,98.1,5.4,99.9,987.4,999.9,4.4,99.9,999.9,999.9 +2022-01-12 17:15,6.4,98.3,5.1,99.9,985.0,999.9,4.2,99.9,999.9,999.9 +2022-01-12 17:25,6.3,98.6,5.0,99.9,985.2,999.9,4.1,99.9,999.9,999.9 +2022-01-12 17:35,6.3,98.6,4.9,99.9,984.5,999.9,4.1,99.9,999.9,999.9 +2022-01-12 17:45,6.3,98.9,4.8,99.9,985.1,999.9,4.0,99.9,999.9,999.9 +2022-01-12 17:55,6.3,99.0,4.7,99.9,986.1,999.9,4.0,99.9,999.9,999.9 +2022-01-12 18:05,6.3,99.2,4.7,99.9,985.0,999.9,4.1,99.9,999.9,999.9 +2022-01-12 18:15,6.4,99.3,4.7,99.9,985.6,999.9,4.1,99.9,999.9,999.9 +2022-01-12 18:25,6.4,99.3,4.7,99.9,986.2,999.9,4.1,99.9,999.9,999.9 +2022-01-12 18:35,6.4,99.4,4.7,99.9,985.4,999.9,4.1,99.9,999.9,999.9 +2022-01-12 18:45,6.4,99.4,4.7,99.9,985.1,999.9,4.1,99.9,999.9,999.9 +2022-01-12 18:45,6.4,99.4,4.7,99.9,985.1,999.9,4.1,99.9,999.9,999.9 +2022-01-12 18:55,6.4,99.5,4.7,99.9,984.8,999.9,4.1,99.9,999.9,999.9 +2022-01-12 19:05,6.4,99.6,4.7,99.9,976.6,999.9,4.2,99.9,999.9,999.9 +2022-01-12 19:05,6.4,99.6,4.7,99.9,976.6,999.9,4.2,99.9,999.9,999.9 +2022-01-12 19:15,6.5,99.7,4.7,99.9,977.0,999.9,4.2,99.9,999.9,999.9 +2022-01-12 19:26,6.5,99.8,4.8,99.9,976.6,999.9,4.3,99.9,999.9,999.9 +2022-01-12 19:36,6.6,99.9,4.8,99.9,976.5,999.9,4.3,99.9,999.9,999.9 +2022-01-12 19:46,6.6,100.0,4.8,99.9,976.7,999.9,4.4,99.9,999.9,999.9 +2022-01-12 19:56,6.7,100.1,4.9,99.9,976.5,999.9,4.4,99.9,999.9,999.9 +2022-01-12 20:06,6.8,100.1,4.9,99.9,977.0,999.9,4.5,99.9,999.9,999.9 +2022-01-12 20:16,6.8,100.1,5.0,99.9,976.4,999.9,4.5,99.9,999.9,999.9 +2022-01-12 20:26,6.8,100.2,5.0,99.9,976.5,999.9,4.5,99.9,999.9,999.9 +2022-01-12 20:36,6.8,100.1,5.0,99.9,976.3,999.9,4.5,99.9,999.9,999.9 +2022-01-12 20:36,6.8,100.1,5.0,99.9,976.3,999.9,4.5,99.9,999.9,999.9 +2022-01-12 20:46,6.8,100.1,5.0,99.9,976.5,999.9,4.5,99.9,999.9,999.9 +2022-01-12 20:56,6.8,100.2,5.0,99.9,976.7,999.9,4.5,99.9,999.9,999.9 +2022-01-12 21:06,6.8,100.1,5.0,99.9,977.2,999.9,4.5,99.9,999.9,999.9 +2022-01-12 21:16,6.7,100.2,5.0,99.9,977.2,999.9,4.4,99.9,999.9,999.9 +2022-01-12 21:26,6.7,100.2,4.9,99.9,977.0,999.9,4.4,99.9,999.9,999.9 +2022-01-12 21:36,6.7,100.2,4.9,99.9,977.0,999.9,4.4,99.9,999.9,999.9 +2022-01-12 21:46,6.7,100.3,4.9,99.9,976.6,999.9,4.4,99.9,999.9,999.9 +2022-01-12 21:56,6.7,100.3,4.9,99.9,976.7,999.9,4.4,99.9,999.9,999.9 +2022-01-12 22:06,6.7,100.4,4.9,99.9,977.2,999.9,4.4,99.9,999.9,999.9 +2022-01-12 22:06,6.7,100.4,4.9,99.9,977.2,999.9,4.4,99.9,999.9,999.9 +2022-01-12 22:16,6.7,100.4,4.9,99.9,976.4,999.9,4.4,99.9,999.9,999.9 +2022-01-12 22:26,6.7,100.5,4.9,99.9,976.8,999.9,4.4,99.9,999.9,999.9 +2022-01-12 22:37,6.8,100.5,4.9,99.9,976.8,999.9,4.5,99.9,999.9,999.9 +2022-01-12 22:47,6.8,100.6,5.0,99.9,977.1,999.9,4.5,99.9,999.9,999.9 +2022-01-12 22:57,6.8,100.6,4.9,99.9,976.6,999.9,4.5,99.9,999.9,999.9 +2022-01-12 23:07,6.8,100.6,4.9,99.9,976.4,999.9,4.5,99.9,999.9,999.9 +2022-01-12 23:17,6.8,100.6,5.0,99.9,976.7,999.9,4.5,99.9,999.9,999.9 +2022-01-12 23:17,6.8,100.6,5.0,99.9,976.7,999.9,4.5,99.9,999.9,999.9 +2022-01-12 23:27,6.9,100.7,5.0,99.9,976.8,999.9,4.5,99.9,999.9,999.9 +2022-01-12 23:37,6.9,100.8,5.0,99.9,977.3,999.9,4.6,99.9,999.9,999.9 +2022-01-12 23:47,6.9,100.9,5.1,99.9,977.4,999.9,4.6,99.9,999.9,999.9 +2022-01-12 23:57,7.0,100.9,5.1,99.9,976.9,999.9,4.7,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-13_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-13_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..d7a9f4b --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-13_telemetry_PE1RXF-7.dat @@ -0,0 +1,164 @@ +2022-01-13 00:07,7.0,100.9,5.1,99.9,977.3,999.9,4.7,99.9,999.9,999.9 +2022-01-13 00:17,7.0,100.9,5.2,99.9,976.7,999.9,4.7,99.9,999.9,999.9 +2022-01-13 00:27,7.0,101.0,5.2,99.9,976.8,999.9,4.7,99.9,999.9,999.9 +2022-01-13 00:37,7.0,101.0,5.2,99.9,977.1,999.9,4.8,99.9,999.9,999.9 +2022-01-13 00:47,7.1,101.1,5.2,99.9,977.1,999.9,4.8,99.9,999.9,999.9 +2022-01-13 00:57,7.1,101.1,5.2,99.9,977.2,999.9,4.8,99.9,999.9,999.9 +2022-01-13 01:07,7.1,101.2,5.3,99.9,977.2,999.9,4.8,99.9,999.9,999.9 +2022-01-13 01:17,7.2,101.2,5.3,99.9,977.2,999.9,4.9,99.9,999.9,999.9 +2022-01-13 01:27,7.2,101.2,5.3,99.9,976.8,999.9,4.9,99.9,999.9,999.9 +2022-01-13 01:37,7.2,101.1,5.3,99.9,977.4,999.9,4.9,99.9,999.9,999.9 +2022-01-13 01:47,7.1,101.2,5.3,99.9,977.1,999.9,4.9,99.9,999.9,999.9 +2022-01-13 01:57,7.1,101.2,5.3,99.9,977.4,999.9,4.9,99.9,999.9,999.9 +2022-01-13 02:07,7.1,101.3,5.3,99.9,977.2,999.9,4.9,99.9,999.9,999.9 +2022-01-13 02:17,7.2,101.3,5.3,99.9,977.4,999.9,4.9,99.9,999.9,999.9 +2022-01-13 02:27,7.1,101.3,5.3,99.9,977.0,999.9,4.9,99.9,999.9,999.9 +2022-01-13 02:28,7.1,101.3,5.3,99.9,977.0,999.9,4.9,99.9,999.9,999.9 +2022-01-13 02:38,7.2,101.2,5.3,99.9,977.5,999.9,4.9,99.9,999.9,999.9 +2022-01-13 02:48,7.1,101.3,5.3,99.9,977.7,999.9,4.9,99.9,999.9,999.9 +2022-01-13 02:58,7.1,101.3,5.3,99.9,978.0,999.9,4.9,99.9,999.9,999.9 +2022-01-13 03:08,7.1,101.4,5.3,99.9,978.2,999.9,4.9,99.9,999.9,999.9 +2022-01-13 03:18,7.2,101.4,5.3,99.9,977.5,999.9,4.9,99.9,999.9,999.9 +2022-01-13 03:28,7.2,101.5,5.3,99.9,977.3,999.9,4.9,99.9,999.9,999.9 +2022-01-13 03:38,7.2,101.5,5.4,99.9,977.1,999.9,4.9,99.9,999.9,999.9 +2022-01-13 03:48,7.2,101.6,5.4,99.9,977.7,999.9,5.0,99.9,999.9,999.9 +2022-01-13 03:58,7.3,101.7,5.4,99.9,977.7,999.9,5.0,99.9,999.9,999.9 +2022-01-13 04:08,7.3,101.6,5.4,99.9,978.5,999.9,5.0,99.9,999.9,999.9 +2022-01-13 04:18,7.3,101.7,5.5,99.9,980.1,999.9,5.1,99.9,999.9,999.9 +2022-01-13 04:28,7.3,101.7,5.5,99.9,981.5,999.9,5.1,99.9,999.9,999.9 +2022-01-13 04:38,7.4,101.7,5.5,99.9,981.1,999.9,5.1,99.9,999.9,999.9 +2022-01-13 04:48,7.4,101.7,5.5,99.9,980.8,999.9,5.1,99.9,999.9,999.9 +2022-01-13 04:58,7.4,101.7,5.5,99.9,981.8,999.9,5.1,99.9,999.9,999.9 +2022-01-13 05:08,7.3,101.7,5.5,99.9,980.7,999.9,5.0,99.9,999.9,999.9 +2022-01-13 05:18,7.3,101.6,5.4,99.9,980.3,999.9,5.0,99.9,999.9,999.9 +2022-01-13 05:28,7.2,101.6,5.4,99.9,981.6,999.9,5.0,99.9,999.9,999.9 +2022-01-13 05:38,7.2,101.6,5.4,99.9,980.7,999.9,4.9,99.9,999.9,999.9 +2022-01-13 05:48,7.1,101.5,5.3,99.9,981.4,999.9,4.8,99.9,999.9,999.9 +2022-01-13 05:48,7.1,101.5,5.3,99.9,981.4,999.9,4.8,99.9,999.9,999.9 +2022-01-13 05:49,7.1,101.5,5.3,99.9,981.4,999.9,4.8,99.9,999.9,999.9 +2022-01-13 05:59,7.0,101.5,5.3,99.9,981.1,999.9,4.8,99.9,999.9,999.9 +2022-01-13 06:09,7.0,101.5,5.2,99.9,981.0,999.9,4.7,99.9,999.9,999.9 +2022-01-13 06:19,7.0,101.5,5.2,99.9,981.1,999.9,4.7,99.9,999.9,999.9 +2022-01-13 06:29,7.0,101.6,5.2,99.9,981.0,999.9,4.7,99.9,999.9,999.9 +2022-01-13 06:39,6.9,101.6,5.1,99.9,980.5,999.9,4.6,99.9,999.9,999.9 +2022-01-13 06:49,6.9,101.6,5.1,99.9,981.3,999.9,4.6,99.9,999.9,999.9 +2022-01-13 06:59,6.9,101.5,5.1,99.9,979.2,999.9,4.6,99.9,999.9,999.9 +2022-01-13 07:09,6.9,101.6,5.1,99.9,981.6,999.9,4.6,99.9,999.9,999.9 +2022-01-13 07:19,6.8,101.6,5.1,99.9,981.0,999.9,4.6,99.9,999.9,999.9 +2022-01-13 07:29,6.8,101.6,5.1,99.9,981.9,999.9,4.6,99.9,999.9,999.9 +2022-01-13 07:39,6.8,101.6,5.0,99.9,981.7,999.9,4.5,99.9,999.9,999.9 +2022-01-13 07:49,6.8,101.6,5.0,99.9,982.5,999.9,4.5,99.9,999.9,999.9 +2022-01-13 07:59,6.8,101.7,5.0,99.9,981.2,999.9,4.5,99.9,999.9,999.9 +2022-01-13 08:09,6.8,101.7,5.0,99.9,982.0,999.9,4.5,99.9,999.9,999.9 +2022-01-13 08:19,6.8,101.7,5.0,99.9,981.2,999.9,4.5,99.9,999.9,999.9 +2022-01-13 08:29,6.8,101.8,5.0,99.9,982.6,999.9,4.5,99.9,999.9,999.9 +2022-01-13 08:39,6.9,101.8,5.0,99.9,981.8,999.9,4.6,99.9,999.9,999.9 +2022-01-13 08:39,6.9,101.8,5.0,99.9,981.8,999.9,4.6,99.9,999.9,999.9 +2022-01-13 08:49,6.9,101.8,5.1,99.9,982.1,999.9,4.6,99.9,999.9,999.9 +2022-01-13 08:59,6.9,101.8,5.1,99.9,981.5,999.9,4.6,99.9,999.9,999.9 +2022-01-13 09:00,6.9,101.8,5.1,99.9,981.5,999.9,4.6,99.9,999.9,999.9 +2022-01-13 09:00,6.9,101.8,5.1,99.9,981.5,999.9,4.6,99.9,999.9,999.9 +2022-01-13 09:10,7.0,101.9,5.2,99.9,982.5,999.9,4.7,99.9,999.9,999.9 +2022-01-13 09:20,7.1,102.0,5.4,99.9,982.5,999.9,4.8,99.9,999.9,999.9 +2022-01-13 09:30,7.2,102.1,5.6,99.9,981.4,999.9,4.9,99.9,999.9,999.9 +2022-01-13 09:30,7.2,102.1,5.6,99.9,981.4,999.9,4.9,99.9,999.9,999.9 +2022-01-13 09:40,7.4,102.2,5.7,99.9,981.7,999.9,5.1,99.9,999.9,999.9 +2022-01-13 09:50,7.5,102.1,5.9,99.9,981.7,999.9,5.2,99.9,999.9,999.9 +2022-01-13 10:00,7.6,102.1,6.0,99.9,981.8,999.9,5.3,99.9,999.9,999.9 +2022-01-13 10:10,7.7,102.1,6.1,99.9,981.3,999.9,5.4,99.9,999.9,999.9 +2022-01-13 10:11,7.7,102.1,6.1,99.9,981.3,999.9,5.4,99.9,999.9,999.9 +2022-01-13 10:21,7.8,102.0,6.3,99.9,981.7,999.9,5.5,99.9,999.9,999.9 +2022-01-13 10:31,7.9,102.1,6.4,99.9,978.1,999.9,5.6,99.9,999.9,999.9 +2022-01-13 10:41,8.0,102.2,6.6,99.9,978.8,999.9,5.7,99.9,999.9,999.9 +2022-01-13 10:51,8.2,102.2,6.8,99.9,977.9,999.9,5.9,99.9,999.9,999.9 +2022-01-13 11:01,8.4,102.2,7.2,99.9,977.0,999.9,6.2,99.9,999.9,999.9 +2022-01-13 11:11,8.6,102.0,7.3,99.9,977.9,999.9,6.3,99.9,999.9,999.9 +2022-01-13 11:21,8.6,101.8,7.3,99.9,977.4,999.9,6.3,99.9,999.9,999.9 +2022-01-13 11:31,8.7,101.9,7.6,99.9,978.0,999.9,6.4,99.9,999.9,999.9 +2022-01-13 11:41,8.9,102.0,8.0,99.9,978.8,999.9,6.6,99.9,999.9,999.9 +2022-01-13 11:51,9.1,101.7,8.4,99.9,980.6,999.9,6.8,99.9,999.9,999.9 +2022-01-13 12:01,9.3,101.6,8.6,99.9,980.9,999.9,7.0,99.9,999.9,999.9 +2022-01-13 12:11,9.4,101.4,8.8,99.9,980.6,999.9,7.1,99.9,999.9,999.9 +2022-01-13 12:21,9.4,101.3,8.7,99.9,980.3,999.9,7.1,99.9,999.9,999.9 +2022-01-13 12:31,9.4,101.2,8.6,99.9,979.7,999.9,7.1,99.9,999.9,999.9 +2022-01-13 12:41,9.4,101.3,8.6,99.9,981.4,999.9,7.0,99.9,999.9,999.9 +2022-01-13 12:51,9.3,101.2,8.6,99.9,980.0,999.9,7.0,99.9,999.9,999.9 +2022-01-13 13:01,9.4,101.2,8.7,99.9,979.4,999.9,7.1,99.9,999.9,999.9 +2022-01-13 13:11,9.4,101.2,8.7,99.9,979.5,999.9,7.1,99.9,999.9,999.9 +2022-01-13 13:21,9.5,101.3,8.7,99.9,979.3,999.9,7.2,99.9,999.9,999.9 +2022-01-13 13:31,9.5,101.1,8.6,99.9,981.3,999.9,7.2,99.9,999.9,999.9 +2022-01-13 13:41,9.4,101.1,8.5,99.9,979.3,999.9,7.1,99.9,999.9,999.9 +2022-01-13 13:51,9.4,101.2,8.4,99.9,980.1,999.9,7.1,99.9,999.9,999.9 +2022-01-13 14:01,9.3,101.1,8.3,99.9,980.4,999.9,7.0,99.9,999.9,999.9 +2022-01-13 14:11,9.2,101.1,8.0,99.9,978.4,999.9,6.9,99.9,999.9,999.9 +2022-01-13 14:21,9.1,101.2,7.9,99.9,979.9,999.9,6.8,99.9,999.9,999.9 +2022-01-13 14:31,9.1,101.4,7.9,99.9,980.0,999.9,6.8,99.9,999.9,999.9 +2022-01-13 14:41,9.2,101.7,8.0,99.9,979.6,999.9,6.9,99.9,999.9,999.9 +2022-01-13 14:51,9.4,102.0,8.3,99.9,979.8,999.9,7.1,99.9,999.9,999.9 +2022-01-13 14:52,9.4,102.0,8.3,99.9,979.8,999.9,7.1,99.9,999.9,999.9 +2022-01-13 15:02,9.6,101.8,8.4,99.9,980.1,999.9,7.3,99.9,999.9,999.9 +2022-01-13 15:12,9.6,101.6,8.3,99.9,981.5,999.9,7.4,99.9,999.9,999.9 +2022-01-13 15:22,9.6,101.6,8.3,99.9,981.4,999.9,7.3,99.9,999.9,999.9 +2022-01-13 15:22,9.6,101.6,8.3,99.9,981.4,999.9,7.3,99.9,999.9,999.9 +2022-01-13 15:22,9.6,101.6,8.3,99.9,981.4,999.9,7.3,99.9,999.9,999.9 +2022-01-13 15:32,9.6,101.7,8.3,99.9,981.9,999.9,7.3,99.9,999.9,999.9 +2022-01-13 15:42,9.6,101.9,8.3,99.9,981.0,999.9,7.4,99.9,999.9,999.9 +2022-01-13 15:52,9.5,101.7,8.3,99.9,981.1,999.9,7.3,99.9,999.9,999.9 +2022-01-13 16:02,9.4,101.8,8.1,99.9,981.1,999.9,7.2,99.9,999.9,999.9 +2022-01-13 16:12,9.3,101.8,8.0,99.9,981.3,999.9,7.1,99.9,999.9,999.9 +2022-01-13 16:22,9.2,102.0,7.8,99.9,981.9,999.9,7.0,99.9,999.9,999.9 +2022-01-13 16:32,9.1,102.0,7.7,99.9,981.3,999.9,6.9,99.9,999.9,999.9 +2022-01-13 16:42,9.0,102.1,7.5,99.9,980.6,999.9,6.8,99.9,999.9,999.9 +2022-01-13 16:52,8.9,102.0,7.4,99.9,981.2,999.9,6.7,99.9,999.9,999.9 +2022-01-13 17:02,8.9,102.0,7.3,99.9,980.9,999.9,6.7,99.9,999.9,999.9 +2022-01-13 17:12,8.8,102.2,7.2,99.9,981.5,999.9,6.6,99.9,999.9,999.9 +2022-01-13 17:23,8.8,102.1,7.1,99.9,978.6,999.9,6.6,99.9,999.9,999.9 +2022-01-13 17:33,8.7,102.1,7.0,99.9,979.2,999.9,6.5,99.9,999.9,999.9 +2022-01-13 17:43,8.6,102.0,6.9,99.9,979.0,999.9,6.4,99.9,999.9,999.9 +2022-01-13 17:53,8.5,102.2,6.8,99.9,979.5,999.9,6.3,99.9,999.9,999.9 +2022-01-13 17:53,8.5,102.2,6.8,99.9,979.5,999.9,6.3,99.9,999.9,999.9 +2022-01-13 18:03,8.6,102.3,6.8,99.9,978.6,999.9,6.3,99.9,999.9,999.9 +2022-01-13 18:13,8.6,102.3,6.8,99.9,978.9,999.9,6.4,99.9,999.9,999.9 +2022-01-13 18:13,8.6,102.3,6.8,99.9,978.9,999.9,6.4,99.9,999.9,999.9 +2022-01-13 18:23,8.7,102.4,6.8,99.9,979.3,999.9,6.4,99.9,999.9,999.9 +2022-01-13 18:23,8.7,102.4,6.8,99.9,979.3,999.9,6.4,99.9,999.9,999.9 +2022-01-13 18:33,8.7,102.4,6.8,99.9,978.9,999.9,6.5,99.9,999.9,999.9 +2022-01-13 18:43,8.7,102.4,6.9,99.9,979.9,999.9,6.5,99.9,999.9,999.9 +2022-01-13 18:53,8.7,102.3,6.9,99.9,979.8,999.9,6.5,99.9,999.9,999.9 +2022-01-13 19:03,8.7,102.0,6.7,99.9,979.4,999.9,6.3,99.9,999.9,999.9 +2022-01-13 19:13,8.3,101.3,6.5,99.9,979.5,999.9,5.9,99.9,999.9,999.9 +2022-01-13 19:23,8.0,101.7,6.3,99.9,979.6,999.9,5.7,99.9,999.9,999.9 +2022-01-13 19:34,8.0,102.1,6.3,99.9,979.9,999.9,5.8,99.9,999.9,999.9 +2022-01-13 19:43,8.1,102.3,6.3,99.9,979.9,999.9,5.8,99.9,999.9,999.9 +2022-01-13 19:54,8.2,102.4,6.3,99.9,979.3,999.9,5.9,99.9,999.9,999.9 +2022-01-13 20:04,8.2,102.3,6.3,99.9,979.7,999.9,5.9,99.9,999.9,999.9 +2022-01-13 20:14,8.2,102.4,6.3,99.9,979.6,999.9,6.0,99.9,999.9,999.9 +2022-01-13 20:24,8.3,102.4,6.4,99.9,980.0,999.9,6.0,99.9,999.9,999.9 +2022-01-13 20:34,8.3,102.3,6.4,99.9,979.6,999.9,6.1,99.9,999.9,999.9 +2022-01-13 20:44,8.3,102.3,6.4,99.9,979.1,999.9,6.1,99.9,999.9,999.9 +2022-01-13 20:54,8.3,102.3,6.4,99.9,979.6,999.9,6.1,99.9,999.9,999.9 +2022-01-13 20:54,8.3,102.3,6.4,99.9,979.6,999.9,6.1,99.9,999.9,999.9 +2022-01-13 20:54,8.3,102.3,6.4,99.9,979.6,999.9,6.1,99.9,999.9,999.9 +2022-01-13 21:04,8.4,102.3,6.4,99.9,979.2,999.9,6.0,99.9,999.9,999.9 +2022-01-13 21:14,8.3,102.4,6.4,99.9,979.9,999.9,6.0,99.9,999.9,999.9 +2022-01-13 21:24,8.2,102.6,6.4,99.9,979.5,999.9,6.0,99.9,999.9,999.9 +2022-01-13 21:34,8.2,102.6,6.4,99.9,979.6,999.9,5.9,99.9,999.9,999.9 +2022-01-13 21:44,8.2,102.6,6.3,99.9,979.4,999.9,5.9,99.9,999.9,999.9 +2022-01-13 21:54,8.2,102.7,6.3,99.9,979.4,999.9,5.9,99.9,999.9,999.9 +2022-01-13 22:04,8.2,102.7,6.3,99.9,979.1,999.9,5.9,99.9,999.9,999.9 +2022-01-13 22:14,8.2,102.7,6.3,99.9,979.1,999.9,5.9,99.9,999.9,999.9 +2022-01-13 22:24,8.2,102.8,6.3,99.9,978.8,999.9,5.9,99.9,999.9,999.9 +2022-01-13 22:34,8.1,102.8,6.3,99.9,977.8,999.9,5.9,99.9,999.9,999.9 +2022-01-13 22:35,8.1,102.8,6.3,99.9,977.8,999.9,5.9,99.9,999.9,999.9 +2022-01-13 22:45,8.2,102.8,6.3,99.9,977.3,999.9,5.9,99.9,999.9,999.9 +2022-01-13 22:55,8.1,102.8,6.3,99.9,978.4,999.9,5.9,99.9,999.9,999.9 +2022-01-13 22:55,8.1,102.8,6.3,99.9,978.4,999.9,5.9,99.9,999.9,999.9 +2022-01-13 22:55,8.1,102.8,6.3,99.9,978.4,999.9,5.9,99.9,999.9,999.9 +2022-01-13 23:05,8.1,102.7,6.2,99.9,978.7,999.9,5.9,99.9,999.9,999.9 +2022-01-13 23:15,8.1,102.8,6.2,99.9,978.4,999.9,5.8,99.9,999.9,999.9 +2022-01-13 23:25,8.1,102.8,6.2,99.9,978.0,999.9,5.8,99.9,999.9,999.9 +2022-01-13 23:25,8.1,102.8,6.2,99.9,978.0,999.9,5.8,99.9,999.9,999.9 +2022-01-13 23:36,8.0,102.8,6.2,99.9,978.1,999.9,5.8,99.9,999.9,999.9 +2022-01-13 23:46,8.0,102.7,6.2,99.9,979.3,999.9,5.7,99.9,999.9,999.9 +2022-01-13 23:46,8.0,102.7,6.2,99.9,979.3,999.9,5.7,99.9,999.9,999.9 +2022-01-13 23:56,8.0,102.6,6.2,99.9,979.4,999.9,5.7,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-14_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-14_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..9a6cf2e --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-14_telemetry_PE1RXF-7.dat @@ -0,0 +1,161 @@ +2022-01-14 00:06,8.0,102.6,6.1,99.9,979.2,999.9,5.7,99.9,999.9,999.9 +2022-01-14 00:16,8.0,102.6,6.1,99.9,979.3,999.9,5.7,99.9,999.9,999.9 +2022-01-14 00:26,7.9,102.8,6.1,99.9,979.4,999.9,5.6,99.9,999.9,999.9 +2022-01-14 00:26,7.9,102.8,6.1,99.9,979.4,999.9,5.6,99.9,999.9,999.9 +2022-01-14 00:36,7.9,102.8,6.0,99.9,978.7,999.9,5.6,99.9,999.9,999.9 +2022-01-14 00:46,7.9,102.8,6.0,99.9,979.1,999.9,5.6,99.9,999.9,999.9 +2022-01-14 00:46,7.9,102.8,6.0,99.9,979.1,999.9,5.6,99.9,999.9,999.9 +2022-01-14 00:57,7.8,102.7,6.0,99.9,978.8,999.9,5.6,99.9,999.9,999.9 +2022-01-14 01:07,7.8,102.7,6.0,99.9,979.6,999.9,5.5,99.9,999.9,999.9 +2022-01-14 01:17,7.8,102.7,5.9,99.9,978.3,999.9,5.5,99.9,999.9,999.9 +2022-01-14 01:27,7.7,102.7,5.9,99.9,979.0,999.9,5.4,99.9,999.9,999.9 +2022-01-14 01:37,7.7,102.7,5.8,99.9,979.2,999.9,5.4,99.9,999.9,999.9 +2022-01-14 01:37,7.7,102.7,5.8,99.9,979.2,999.9,5.4,99.9,999.9,999.9 +2022-01-14 01:47,7.7,102.7,5.8,99.9,979.3,999.9,5.4,99.9,999.9,999.9 +2022-01-14 01:57,7.6,102.8,5.8,99.9,979.1,999.9,5.3,99.9,999.9,999.9 +2022-01-14 02:07,7.6,102.7,5.8,99.9,978.9,999.9,5.3,99.9,999.9,999.9 +2022-01-14 02:17,7.6,102.8,5.7,99.9,979.4,999.9,5.3,99.9,999.9,999.9 +2022-01-14 02:27,7.6,102.8,5.7,99.9,979.4,999.9,5.3,99.9,999.9,999.9 +2022-01-14 02:37,7.6,102.8,5.7,99.9,978.9,999.9,5.3,99.9,999.9,999.9 +2022-01-14 02:47,7.6,102.8,5.7,99.9,978.0,999.9,5.3,99.9,999.9,999.9 +2022-01-14 02:48,7.6,102.8,5.7,99.9,978.0,999.9,5.3,99.9,999.9,999.9 +2022-01-14 02:58,7.5,102.8,5.7,99.9,978.4,999.9,5.3,99.9,999.9,999.9 +2022-01-14 03:08,7.6,102.8,5.7,99.9,978.4,999.9,5.3,99.9,999.9,999.9 +2022-01-14 03:18,7.6,102.8,5.7,99.9,978.6,999.9,5.3,99.9,999.9,999.9 +2022-01-14 03:18,7.6,102.8,5.7,99.9,978.6,999.9,5.3,99.9,999.9,999.9 +2022-01-14 03:28,7.6,102.7,5.7,99.9,978.1,999.9,5.3,99.9,999.9,999.9 +2022-01-14 03:38,7.6,102.6,5.7,99.9,978.7,999.9,5.3,99.9,999.9,999.9 +2022-01-14 03:48,7.6,102.5,5.7,99.9,978.8,999.9,5.3,99.9,999.9,999.9 +2022-01-14 03:58,7.7,102.6,5.7,99.9,979.0,999.9,5.3,99.9,999.9,999.9 +2022-01-14 03:58,7.7,102.6,5.7,99.9,979.0,999.9,5.3,99.9,999.9,999.9 +2022-01-14 04:08,7.7,102.5,5.7,99.9,979.5,999.9,5.3,99.9,999.9,999.9 +2022-01-14 04:18,7.6,102.7,5.7,99.9,979.0,999.9,5.4,99.9,999.9,999.9 +2022-01-14 04:28,7.6,102.7,5.7,99.9,978.9,999.9,5.3,99.9,999.9,999.9 +2022-01-14 04:38,7.6,102.7,5.7,99.9,978.9,999.9,5.3,99.9,999.9,999.9 +2022-01-14 04:48,7.6,102.6,5.7,99.9,979.5,999.9,5.3,99.9,999.9,999.9 +2022-01-14 04:58,7.6,102.8,5.7,99.9,979.3,999.9,5.3,99.9,999.9,999.9 +2022-01-14 05:08,7.6,102.9,5.7,99.9,978.7,999.9,5.3,99.9,999.9,999.9 +2022-01-14 05:18,7.6,102.9,5.7,99.9,980.4,999.9,5.3,99.9,999.9,999.9 +2022-01-14 05:28,7.6,102.9,5.7,99.9,979.5,999.9,5.3,99.9,999.9,999.9 +2022-01-14 05:38,7.6,102.9,5.7,99.9,979.9,999.9,5.3,99.9,999.9,999.9 +2022-01-14 05:48,7.6,102.9,5.7,99.9,980.6,999.9,5.4,99.9,999.9,999.9 +2022-01-14 05:58,7.6,102.7,5.7,99.9,980.9,999.9,5.3,99.9,999.9,999.9 +2022-01-14 06:08,7.5,102.5,5.6,99.9,980.6,999.9,5.2,99.9,999.9,999.9 +2022-01-14 06:18,7.4,102.4,5.5,99.9,979.2,999.9,5.1,99.9,999.9,999.9 +2022-01-14 06:28,7.4,102.5,5.5,99.9,980.2,999.9,5.1,99.9,999.9,999.9 +2022-01-14 06:38,7.4,102.6,5.5,99.9,980.9,999.9,5.1,99.9,999.9,999.9 +2022-01-14 06:48,7.5,102.7,5.5,99.9,979.8,999.9,5.2,99.9,999.9,999.9 +2022-01-14 06:58,7.6,102.7,5.6,99.9,980.5,999.9,5.2,99.9,999.9,999.9 +2022-01-14 06:58,7.6,102.7,5.6,99.9,980.5,999.9,5.2,99.9,999.9,999.9 +2022-01-14 07:08,7.6,102.7,5.6,99.9,979.7,999.9,5.3,99.9,999.9,999.9 +2022-01-14 07:09,7.6,102.7,5.6,99.9,979.7,999.9,5.3,99.9,999.9,999.9 +2022-01-14 07:19,7.6,102.8,5.6,99.9,979.3,999.9,5.3,99.9,999.9,999.9 +2022-01-14 07:19,7.6,102.8,5.6,99.9,979.3,999.9,5.3,99.9,999.9,999.9 +2022-01-14 07:29,7.6,102.7,5.7,99.9,981.3,999.9,5.3,99.9,999.9,999.9 +2022-01-14 07:39,7.7,102.8,5.7,99.9,981.2,999.9,5.3,99.9,999.9,999.9 +2022-01-14 07:39,7.7,102.8,5.7,99.9,981.2,999.9,5.3,99.9,999.9,999.9 +2022-01-14 07:49,7.6,102.8,5.7,99.9,980.8,999.9,5.3,99.9,999.9,999.9 +2022-01-14 07:59,7.6,102.8,5.7,99.9,980.7,999.9,5.3,99.9,999.9,999.9 +2022-01-14 08:09,7.6,103.0,5.7,99.9,979.7,999.9,5.3,99.9,999.9,999.9 +2022-01-14 08:19,7.7,102.9,5.7,99.9,979.5,999.9,5.4,99.9,999.9,999.9 +2022-01-14 08:29,7.7,102.8,5.7,99.9,980.6,999.9,5.4,99.9,999.9,999.9 +2022-01-14 08:39,7.7,102.9,5.8,99.9,980.2,999.9,5.4,99.9,999.9,999.9 +2022-01-14 08:50,7.7,102.9,5.8,99.9,980.0,999.9,5.4,99.9,999.9,999.9 +2022-01-14 09:00,7.8,103.0,5.9,99.9,981.2,999.9,5.5,99.9,999.9,999.9 +2022-01-14 09:10,7.8,103.1,6.0,99.9,981.3,999.9,5.5,99.9,999.9,999.9 +2022-01-14 09:20,7.9,103.1,6.0,99.9,979.7,999.9,5.6,99.9,999.9,999.9 +2022-01-14 09:30,8.0,103.2,6.2,99.9,981.2,999.9,5.7,99.9,999.9,999.9 +2022-01-14 09:40,8.1,103.2,6.5,99.9,980.2,999.9,5.9,99.9,999.9,999.9 +2022-01-14 09:50,8.4,103.3,6.8,99.9,979.7,999.9,6.1,99.9,999.9,999.9 +2022-01-14 10:00,8.7,103.3,7.2,99.9,980.6,999.9,6.3,99.9,999.9,999.9 +2022-01-14 10:10,9.0,103.4,7.6,99.9,980.7,999.9,6.6,99.9,999.9,999.9 +2022-01-14 10:20,9.3,103.3,8.0,99.9,980.2,999.9,7.0,99.9,999.9,999.9 +2022-01-14 10:30,9.6,103.2,8.3,99.9,980.3,999.9,7.3,99.9,999.9,999.9 +2022-01-14 10:40,9.9,103.3,8.7,99.9,980.7,999.9,7.5,99.9,999.9,999.9 +2022-01-14 10:50,10.3,103.0,9.2,99.9,980.5,999.9,7.9,99.9,999.9,999.9 +2022-01-14 11:00,10.7,102.9,9.7,99.9,981.8,999.9,8.3,99.9,999.9,999.9 +2022-01-14 11:10,10.9,102.7,10.0,99.9,982.1,999.9,8.5,99.9,999.9,999.9 +2022-01-14 11:20,11.1,102.7,10.2,99.9,984.0,999.9,8.7,99.9,999.9,999.9 +2022-01-14 11:30,11.1,102.3,10.2,99.9,977.4,999.9,8.8,99.9,999.9,999.9 +2022-01-14 11:40,11.0,102.3,10.1,99.9,977.3,999.9,8.8,99.9,999.9,999.9 +2022-01-14 11:50,10.9,102.4,10.1,99.9,977.1,999.9,8.7,99.9,999.9,999.9 +2022-01-14 12:00,11.0,102.5,10.3,99.9,977.5,999.9,8.8,99.9,999.9,999.9 +2022-01-14 12:10,10.9,102.5,10.2,99.9,977.3,999.9,8.8,99.9,999.9,999.9 +2022-01-14 12:20,11.0,102.6,10.4,99.9,977.1,999.9,8.9,99.9,999.9,999.9 +2022-01-14 12:30,11.2,102.8,10.5,99.9,977.7,999.9,9.0,99.9,999.9,999.9 +2022-01-14 12:41,11.3,102.7,10.8,99.9,977.6,999.9,9.1,99.9,999.9,999.9 +2022-01-14 12:51,11.5,102.6,11.0,99.9,977.4,999.9,9.4,99.9,999.9,999.9 +2022-01-14 13:01,11.6,102.6,11.0,99.9,977.7,999.9,9.4,99.9,999.9,999.9 +2022-01-14 13:11,11.6,102.4,10.9,99.9,977.5,999.9,9.4,99.9,999.9,999.9 +2022-01-14 13:21,11.5,102.4,10.8,99.9,977.3,999.9,9.4,99.9,999.9,999.9 +2022-01-14 13:31,11.3,102.3,10.6,99.9,977.9,999.9,9.2,99.9,999.9,999.9 +2022-01-14 13:31,11.3,102.3,10.6,99.9,977.9,999.9,9.2,99.9,999.9,999.9 +2022-01-14 13:41,11.1,102.4,10.3,99.9,977.3,999.9,9.0,99.9,999.9,999.9 +2022-01-14 13:51,10.9,102.5,10.1,99.9,977.3,999.9,8.8,99.9,999.9,999.9 +2022-01-14 14:01,10.9,102.6,10.0,99.9,976.8,999.9,8.7,99.9,999.9,999.9 +2022-01-14 14:11,10.9,102.5,10.1,99.9,977.5,999.9,8.7,99.9,999.9,999.9 +2022-01-14 14:21,10.9,102.5,10.0,99.9,978.1,999.9,8.7,99.9,999.9,999.9 +2022-01-14 14:32,10.9,102.5,10.2,99.9,977.6,999.9,8.8,99.9,999.9,999.9 +2022-01-14 14:42,11.1,102.3,10.4,99.9,978.0,999.9,8.9,99.9,999.9,999.9 +2022-01-14 14:52,11.2,102.2,10.4,99.9,977.8,999.9,9.0,99.9,999.9,999.9 +2022-01-14 15:02,11.1,102.3,10.3,99.9,978.0,999.9,8.9,99.9,999.9,999.9 +2022-01-14 15:12,11.0,102.4,10.0,99.9,978.0,999.9,8.8,99.9,999.9,999.9 +2022-01-14 15:22,10.8,102.4,9.9,99.9,978.0,999.9,8.7,99.9,999.9,999.9 +2022-01-14 15:32,10.6,102.6,9.6,99.9,978.2,999.9,8.5,99.9,999.9,999.9 +2022-01-14 15:42,10.5,102.6,9.4,99.9,977.9,999.9,8.4,99.9,999.9,999.9 +2022-01-14 15:52,10.3,102.5,9.1,99.9,977.6,999.9,8.2,99.9,999.9,999.9 +2022-01-14 16:02,10.0,102.6,8.8,99.9,977.5,999.9,7.9,99.9,999.9,999.9 +2022-01-14 16:02,10.0,102.6,8.8,99.9,977.5,999.9,7.9,99.9,999.9,999.9 +2022-01-14 16:12,9.9,102.8,8.6,99.9,977.8,999.9,7.7,99.9,999.9,999.9 +2022-01-14 16:22,9.7,103.0,8.4,99.9,977.6,999.9,7.5,99.9,999.9,999.9 +2022-01-14 16:32,9.5,103.0,8.2,99.9,977.3,999.9,7.4,99.9,999.9,999.9 +2022-01-14 16:42,9.4,103.1,8.0,99.9,977.0,999.9,7.2,99.9,999.9,999.9 +2022-01-14 16:52,9.3,103.1,7.8,99.9,977.1,999.9,7.1,99.9,999.9,999.9 +2022-01-14 17:02,9.2,103.2,7.7,99.9,977.0,999.9,7.0,99.9,999.9,999.9 +2022-01-14 17:12,9.1,103.4,7.5,99.9,977.5,999.9,6.9,99.9,999.9,999.9 +2022-01-14 17:22,9.1,103.4,7.5,99.9,977.4,999.9,6.8,99.9,999.9,999.9 +2022-01-14 17:22,9.1,103.4,7.5,99.9,977.4,999.9,6.8,99.9,999.9,999.9 +2022-01-14 17:32,9.0,103.5,7.4,99.9,977.0,999.9,6.8,99.9,999.9,999.9 +2022-01-14 17:42,9.0,103.5,7.3,99.9,976.7,999.9,6.8,99.9,999.9,999.9 +2022-01-14 17:52,9.0,103.6,7.2,99.9,976.3,999.9,6.7,99.9,999.9,999.9 +2022-01-14 18:02,8.9,103.7,7.2,99.9,977.4,999.9,6.7,99.9,999.9,999.9 +2022-01-14 18:12,8.9,103.7,7.2,99.9,978.3,999.9,6.6,99.9,999.9,999.9 +2022-01-14 18:22,8.9,103.7,7.1,99.9,977.6,999.9,6.6,99.9,999.9,999.9 +2022-01-14 18:22,8.9,103.7,7.1,99.9,977.6,999.9,6.6,99.9,999.9,999.9 +2022-01-14 18:32,8.9,103.8,7.1,99.9,978.0,999.9,6.6,99.9,999.9,999.9 +2022-01-14 18:42,8.8,103.8,7.1,99.9,978.2,999.9,6.6,99.9,999.9,999.9 +2022-01-14 18:52,8.9,103.9,7.1,99.9,978.3,999.9,6.6,99.9,999.9,999.9 +2022-01-14 18:53,8.9,103.9,7.1,99.9,978.3,999.9,6.6,99.9,999.9,999.9 +2022-01-14 19:03,8.8,103.9,7.0,99.9,977.9,999.9,6.6,99.9,999.9,999.9 +2022-01-14 19:03,8.8,103.9,7.0,99.9,977.9,999.9,6.6,99.9,999.9,999.9 +2022-01-14 19:13,8.8,104.0,7.0,99.9,978.0,999.9,6.5,99.9,999.9,999.9 +2022-01-14 19:23,8.8,104.0,7.0,99.9,978.7,999.9,6.5,99.9,999.9,999.9 +2022-01-14 19:33,8.8,104.0,7.0,99.9,978.6,999.9,6.5,99.9,999.9,999.9 +2022-01-14 19:43,8.8,104.0,7.0,99.9,978.6,999.9,6.5,99.9,999.9,999.9 +2022-01-14 19:53,8.7,103.8,6.9,99.9,978.5,999.9,6.4,99.9,999.9,999.9 +2022-01-14 20:03,8.6,103.8,6.8,99.9,979.2,999.9,6.3,99.9,999.9,999.9 +2022-01-14 20:13,8.5,104.0,6.8,99.9,978.5,999.9,6.3,99.9,999.9,999.9 +2022-01-14 20:23,8.5,104.2,6.8,99.9,978.8,999.9,6.3,99.9,999.9,999.9 +2022-01-14 20:33,8.6,104.1,6.7,99.9,978.9,999.9,6.3,99.9,999.9,999.9 +2022-01-14 20:43,8.6,104.2,6.7,99.9,978.7,999.9,6.3,99.9,999.9,999.9 +2022-01-14 20:53,8.6,104.2,6.7,99.9,978.6,999.9,6.3,99.9,999.9,999.9 +2022-01-14 20:53,8.6,104.2,6.7,99.9,978.6,999.9,6.3,99.9,999.9,999.9 +2022-01-14 21:03,8.6,104.2,6.7,99.9,978.6,999.9,6.3,99.9,999.9,999.9 +2022-01-14 21:13,8.5,104.1,6.7,99.9,977.5,999.9,6.2,99.9,999.9,999.9 +2022-01-14 21:23,8.4,104.0,6.6,99.9,977.6,999.9,6.2,99.9,999.9,999.9 +2022-01-14 21:33,8.4,104.2,6.6,99.9,978.0,999.9,6.2,99.9,999.9,999.9 +2022-01-14 21:43,8.4,104.0,6.6,99.9,977.8,999.9,6.1,99.9,999.9,999.9 +2022-01-14 21:53,8.3,103.9,6.5,99.9,979.0,999.9,6.0,99.9,999.9,999.9 +2022-01-14 22:03,8.3,104.0,6.5,99.9,979.5,999.9,6.0,99.9,999.9,999.9 +2022-01-14 22:13,8.3,104.1,6.5,99.9,979.3,999.9,6.0,99.9,999.9,999.9 +2022-01-14 22:23,8.3,104.2,6.5,99.9,979.6,999.9,6.0,99.9,999.9,999.9 +2022-01-14 22:34,8.3,104.3,6.5,99.9,979.7,999.9,6.0,99.9,999.9,999.9 +2022-01-14 22:44,8.3,104.2,6.5,99.9,979.6,999.9,6.0,99.9,999.9,999.9 +2022-01-14 22:54,8.3,104.3,6.4,99.9,979.5,999.9,6.0,99.9,999.9,999.9 +2022-01-14 23:04,8.3,104.3,6.4,99.9,979.6,999.9,6.0,99.9,999.9,999.9 +2022-01-14 23:14,8.3,104.3,6.4,99.9,978.9,999.9,6.0,99.9,999.9,999.9 +2022-01-14 23:24,8.3,104.3,6.4,99.9,979.3,999.9,6.0,99.9,999.9,999.9 +2022-01-14 23:34,8.3,104.2,6.4,99.9,979.4,999.9,5.9,99.9,999.9,999.9 +2022-01-14 23:44,8.2,104.2,6.4,99.9,979.8,999.9,5.9,99.9,999.9,999.9 +2022-01-14 23:54,8.2,104.2,6.3,99.9,979.2,999.9,5.9,99.9,999.9,999.9 +2022-01-14 23:54,8.2,104.2,6.3,99.9,979.2,999.9,5.9,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-15_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-15_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..01d8c6a --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-15_telemetry_PE1RXF-7.dat @@ -0,0 +1,167 @@ +2022-01-15 00:04,8.2,104.2,6.3,99.9,979.2,999.9,5.9,99.9,999.9,999.9 +2022-01-15 00:14,8.1,104.2,6.2,99.9,979.6,999.9,5.8,99.9,999.9,999.9 +2022-01-15 00:14,8.1,104.2,6.2,99.9,979.6,999.9,5.8,99.9,999.9,999.9 +2022-01-15 00:14,8.1,104.2,6.2,99.9,979.6,999.9,5.8,99.9,999.9,999.9 +2022-01-15 00:24,8.1,104.3,6.2,99.9,979.9,999.9,5.8,99.9,999.9,999.9 +2022-01-15 00:34,8.1,104.3,6.2,99.9,979.9,999.9,5.8,99.9,999.9,999.9 +2022-01-15 00:44,8.1,104.2,6.2,99.9,979.9,999.9,5.8,99.9,999.9,999.9 +2022-01-15 00:54,8.0,103.9,6.1,99.9,979.3,999.9,5.7,99.9,999.9,999.9 +2022-01-15 01:04,7.7,103.2,5.9,99.9,979.6,999.9,5.4,99.9,999.9,999.9 +2022-01-15 01:14,7.5,103.2,5.7,99.9,979.9,999.9,5.2,99.9,999.9,999.9 +2022-01-15 01:24,7.3,103.2,5.6,99.9,979.6,999.9,5.0,99.9,999.9,999.9 +2022-01-15 01:34,7.3,103.5,5.5,99.9,979.8,999.9,5.0,99.9,999.9,999.9 +2022-01-15 01:44,7.3,103.5,5.5,99.9,979.9,999.9,4.9,99.9,999.9,999.9 +2022-01-15 01:54,7.3,103.7,5.5,99.9,979.0,999.9,5.0,99.9,999.9,999.9 +2022-01-15 02:04,7.4,103.7,5.5,99.9,979.0,999.9,5.1,99.9,999.9,999.9 +2022-01-15 02:14,7.4,103.8,5.6,99.9,978.3,999.9,5.1,99.9,999.9,999.9 +2022-01-15 02:24,7.5,103.9,5.6,99.9,978.5,999.9,5.2,99.9,999.9,999.9 +2022-01-15 02:34,7.5,103.9,5.6,99.9,979.2,999.9,5.1,99.9,999.9,999.9 +2022-01-15 02:44,7.5,103.8,5.6,99.9,978.8,999.9,5.2,99.9,999.9,999.9 +2022-01-15 02:54,7.5,103.8,5.6,99.9,978.6,999.9,5.1,99.9,999.9,999.9 +2022-01-15 03:04,7.4,103.8,5.5,99.9,979.1,999.9,5.1,99.9,999.9,999.9 +2022-01-15 03:14,7.4,103.9,5.5,99.9,978.8,999.9,5.0,99.9,999.9,999.9 +2022-01-15 03:24,7.4,103.9,5.5,99.9,978.9,999.9,5.0,99.9,999.9,999.9 +2022-01-15 03:34,7.4,103.9,5.5,99.9,979.2,999.9,5.0,99.9,999.9,999.9 +2022-01-15 03:45,7.4,103.8,5.5,99.9,979.4,999.9,5.0,99.9,999.9,999.9 +2022-01-15 03:55,7.4,103.9,5.5,99.9,979.1,999.9,5.0,99.9,999.9,999.9 +2022-01-15 04:05,7.4,103.9,5.5,99.9,979.1,999.9,5.0,99.9,999.9,999.9 +2022-01-15 04:15,7.3,103.9,5.5,99.9,979.0,999.9,5.0,99.9,999.9,999.9 +2022-01-15 04:25,7.3,103.8,5.5,99.9,979.1,999.9,5.0,99.9,999.9,999.9 +2022-01-15 04:25,7.3,103.8,5.5,99.9,979.1,999.9,5.0,99.9,999.9,999.9 +2022-01-15 04:35,7.3,103.8,5.4,99.9,979.5,999.9,4.9,99.9,999.9,999.9 +2022-01-15 04:45,7.2,103.8,5.4,99.9,979.2,999.9,4.9,99.9,999.9,999.9 +2022-01-15 04:55,7.2,103.8,5.4,99.9,979.2,999.9,4.9,99.9,999.9,999.9 +2022-01-15 05:05,7.2,103.8,5.4,99.9,979.2,999.9,4.9,99.9,999.9,999.9 +2022-01-15 05:15,7.2,103.8,5.4,99.9,979.0,999.9,4.9,99.9,999.9,999.9 +2022-01-15 05:25,7.2,103.9,5.4,99.9,978.5,999.9,4.9,99.9,999.9,999.9 +2022-01-15 05:35,7.2,103.9,5.3,99.9,978.6,999.9,4.9,99.9,999.9,999.9 +2022-01-15 05:45,7.2,103.9,5.4,99.9,978.5,999.9,4.9,99.9,999.9,999.9 +2022-01-15 05:46,7.2,103.9,5.4,99.9,978.5,999.9,4.9,99.9,999.9,999.9 +2022-01-15 05:56,7.2,103.9,5.4,99.9,980.1,999.9,4.9,99.9,999.9,999.9 +2022-01-15 06:06,7.2,103.9,5.4,99.9,979.5,999.9,4.9,99.9,999.9,999.9 +2022-01-15 06:06,7.2,103.9,5.4,99.9,979.5,999.9,4.9,99.9,999.9,999.9 +2022-01-15 06:16,7.2,103.9,5.3,99.9,979.9,999.9,4.9,99.9,999.9,999.9 +2022-01-15 06:26,7.2,103.9,5.4,99.9,980.0,999.9,4.9,99.9,999.9,999.9 +2022-01-15 06:26,7.2,103.9,5.4,99.9,980.0,999.9,4.9,99.9,999.9,999.9 +2022-01-15 06:36,7.2,104.0,5.4,99.9,980.1,999.9,4.9,99.9,999.9,999.9 +2022-01-15 06:46,7.2,103.9,5.3,99.9,980.5,999.9,4.9,99.9,999.9,999.9 +2022-01-15 06:56,7.2,103.9,5.3,99.9,980.9,999.9,4.9,99.9,999.9,999.9 +2022-01-15 07:06,7.2,103.9,5.3,99.9,981.1,999.9,4.8,99.9,999.9,999.9 +2022-01-15 07:16,7.2,103.9,5.3,99.9,979.5,999.9,4.8,99.9,999.9,999.9 +2022-01-15 07:17,7.2,103.9,5.3,99.9,979.5,999.9,4.8,99.9,999.9,999.9 +2022-01-15 07:27,7.1,103.9,5.3,99.9,979.9,999.9,4.8,99.9,999.9,999.9 +2022-01-15 07:37,7.2,103.9,5.3,99.9,979.4,999.9,4.8,99.9,999.9,999.9 +2022-01-15 07:47,7.1,103.9,5.3,99.9,979.6,999.9,4.8,99.9,999.9,999.9 +2022-01-15 07:57,7.1,103.9,5.3,99.9,981.2,999.9,4.8,99.9,999.9,999.9 +2022-01-15 07:57,7.1,103.9,5.3,99.9,981.2,999.9,4.8,99.9,999.9,999.9 +2022-01-15 07:57,7.1,103.9,5.3,99.9,981.2,999.9,4.8,99.9,999.9,999.9 +2022-01-15 08:07,7.1,103.9,5.2,99.9,982.0,999.9,4.8,99.9,999.9,999.9 +2022-01-15 08:17,7.1,103.9,5.2,99.9,981.2,999.9,4.8,99.9,999.9,999.9 +2022-01-15 08:18,7.1,103.9,5.2,99.9,981.2,999.9,4.8,99.9,999.9,999.9 +2022-01-15 08:28,7.1,104.0,5.2,99.9,983.3,999.9,4.7,99.9,999.9,999.9 +2022-01-15 08:38,7.1,104.0,5.3,99.9,982.8,999.9,4.8,99.9,999.9,999.9 +2022-01-15 08:48,7.1,104.0,5.3,99.9,981.3,999.9,4.8,99.9,999.9,999.9 +2022-01-15 08:48,7.1,104.0,5.3,99.9,981.3,999.9,4.8,99.9,999.9,999.9 +2022-01-15 08:58,7.2,104.0,5.4,99.9,981.8,999.9,4.8,99.9,999.9,999.9 +2022-01-15 09:08,7.3,104.1,5.5,99.9,982.7,999.9,5.0,99.9,999.9,999.9 +2022-01-15 09:18,7.4,104.1,5.7,99.9,982.3,999.9,5.1,99.9,999.9,999.9 +2022-01-15 09:18,7.4,104.1,5.7,99.9,982.3,999.9,5.1,99.9,999.9,999.9 +2022-01-15 09:28,7.5,104.2,5.8,99.9,982.5,999.9,5.2,99.9,999.9,999.9 +2022-01-15 09:38,7.7,104.2,6.1,99.9,981.6,999.9,5.3,99.9,999.9,999.9 +2022-01-15 09:48,7.9,104.2,6.4,99.9,980.0,999.9,5.5,99.9,999.9,999.9 +2022-01-15 09:58,8.0,104.1,6.5,99.9,981.4,999.9,5.7,99.9,999.9,999.9 +2022-01-15 10:08,8.1,104.0,6.6,99.9,981.7,999.9,5.8,99.9,999.9,999.9 +2022-01-15 10:18,8.2,104.0,6.8,99.9,980.1,999.9,5.9,99.9,999.9,999.9 +2022-01-15 10:28,8.3,104.0,6.8,99.9,981.4,999.9,6.0,99.9,999.9,999.9 +2022-01-15 10:28,8.3,104.0,6.8,99.9,981.4,999.9,6.0,99.9,999.9,999.9 +2022-01-15 10:38,8.4,104.0,7.0,99.9,980.1,999.9,6.1,99.9,999.9,999.9 +2022-01-15 10:48,8.6,104.0,7.3,99.9,980.1,999.9,6.3,99.9,999.9,999.9 +2022-01-15 10:58,8.8,104.1,7.7,99.9,980.1,999.9,6.5,99.9,999.9,999.9 +2022-01-15 11:08,9.1,103.8,8.1,99.9,981.4,999.9,6.7,99.9,999.9,999.9 +2022-01-15 11:18,9.4,103.4,8.5,99.9,980.8,999.9,7.0,99.9,999.9,999.9 +2022-01-15 11:28,9.7,103.1,8.9,99.9,981.3,999.9,7.3,99.9,999.9,999.9 +2022-01-15 11:38,9.9,103.0,9.3,99.9,980.7,999.9,7.5,99.9,999.9,999.9 +2022-01-15 11:48,10.1,102.7,9.4,99.9,981.0,999.9,7.7,99.9,999.9,999.9 +2022-01-15 11:58,10.0,102.1,9.5,99.9,981.0,999.9,7.7,99.9,999.9,999.9 +2022-01-15 12:08,9.9,101.7,9.4,99.9,981.8,999.9,7.5,99.9,999.9,999.9 +2022-01-15 12:18,9.7,101.9,9.3,99.9,979.7,999.9,7.4,99.9,999.9,999.9 +2022-01-15 12:28,9.6,102.0,9.1,99.9,980.0,999.9,7.4,99.9,999.9,999.9 +2022-01-15 12:28,9.6,102.0,9.1,99.9,980.0,999.9,7.4,99.9,999.9,999.9 +2022-01-15 12:38,9.6,102.0,9.2,99.9,980.2,999.9,7.3,99.9,999.9,999.9 +2022-01-15 12:48,9.5,101.9,9.1,99.9,980.6,999.9,7.3,99.9,999.9,999.9 +2022-01-15 12:58,9.5,101.8,9.1,99.9,980.5,999.9,7.3,99.9,999.9,999.9 +2022-01-15 13:08,9.5,101.8,9.1,99.9,980.6,999.9,7.3,99.9,999.9,999.9 +2022-01-15 13:18,9.6,102.0,9.2,99.9,979.9,999.9,7.3,99.9,999.9,999.9 +2022-01-15 13:28,9.6,101.6,9.1,99.9,981.6,999.9,7.3,99.9,999.9,999.9 +2022-01-15 13:29,9.6,101.6,9.1,99.9,981.6,999.9,7.3,99.9,999.9,999.9 +2022-01-15 13:39,9.5,101.8,9.0,99.9,981.5,999.9,7.3,99.9,999.9,999.9 +2022-01-15 13:49,9.5,101.7,9.0,99.9,981.5,999.9,7.2,99.9,999.9,999.9 +2022-01-15 13:59,9.4,101.6,8.9,99.9,981.5,999.9,7.2,99.9,999.9,999.9 +2022-01-15 14:09,9.4,101.4,8.9,99.9,980.8,999.9,7.1,99.9,999.9,999.9 +2022-01-15 14:19,9.3,101.1,8.9,99.9,980.7,999.9,7.1,99.9,999.9,999.9 +2022-01-15 14:29,9.3,101.3,8.8,99.9,981.8,999.9,7.1,99.9,999.9,999.9 +2022-01-15 14:39,9.2,101.3,8.7,99.9,981.5,999.9,7.0,99.9,999.9,999.9 +2022-01-15 14:49,9.2,101.3,8.7,99.9,982.0,999.9,6.9,99.9,999.9,999.9 +2022-01-15 14:59,9.1,101.2,8.5,99.9,982.2,999.9,6.8,99.9,999.9,999.9 +2022-01-15 15:09,8.9,101.2,8.3,99.9,982.0,999.9,6.7,99.9,999.9,999.9 +2022-01-15 15:19,8.7,101.3,8.0,99.9,981.7,999.9,6.6,99.9,999.9,999.9 +2022-01-15 15:29,8.6,101.5,7.8,99.9,979.7,999.9,6.4,99.9,999.9,999.9 +2022-01-15 15:39,8.4,101.6,7.5,99.9,980.9,999.9,6.3,99.9,999.9,999.9 +2022-01-15 15:39,8.4,101.6,7.5,99.9,980.9,999.9,6.3,99.9,999.9,999.9 +2022-01-15 15:49,8.2,101.5,7.2,99.9,982.2,999.9,6.0,99.9,999.9,999.9 +2022-01-15 15:59,8.0,101.8,6.9,99.9,980.3,999.9,5.8,99.9,999.9,999.9 +2022-01-15 16:00,8.0,101.8,6.9,99.9,980.3,999.9,5.8,99.9,999.9,999.9 +2022-01-15 16:10,7.8,101.8,6.7,99.9,980.7,999.9,5.6,99.9,999.9,999.9 +2022-01-15 16:20,7.6,101.9,6.5,99.9,981.0,999.9,5.5,99.9,999.9,999.9 +2022-01-15 16:30,7.5,102.1,6.2,99.9,980.9,999.9,5.3,99.9,999.9,999.9 +2022-01-15 16:40,7.4,102.1,6.0,99.9,980.1,999.9,5.2,99.9,999.9,999.9 +2022-01-15 16:50,7.3,102.2,5.8,99.9,979.4,999.9,5.1,99.9,999.9,999.9 +2022-01-15 17:00,7.2,102.3,5.7,99.9,981.9,999.9,5.0,99.9,999.9,999.9 +2022-01-15 17:10,7.1,102.2,5.6,99.9,979.4,999.9,4.8,99.9,999.9,999.9 +2022-01-15 17:10,7.1,102.2,5.6,99.9,979.4,999.9,4.8,99.9,999.9,999.9 +2022-01-15 17:20,7.0,102.2,5.4,99.9,981.0,999.9,4.7,99.9,999.9,999.9 +2022-01-15 17:31,6.9,102.4,5.3,99.9,980.3,999.9,4.7,99.9,999.9,999.9 +2022-01-15 17:41,6.8,102.5,5.2,99.9,980.5,999.9,4.6,99.9,999.9,999.9 +2022-01-15 17:51,6.8,102.5,5.2,99.9,980.2,999.9,4.6,99.9,999.9,999.9 +2022-01-15 18:01,6.7,102.5,5.1,99.9,980.5,999.9,4.5,99.9,999.9,999.9 +2022-01-15 18:11,6.7,102.5,5.0,99.9,979.8,999.9,4.5,99.9,999.9,999.9 +2022-01-15 18:21,6.7,102.6,5.0,99.9,979.8,999.9,4.4,99.9,999.9,999.9 +2022-01-15 18:31,6.6,102.5,4.9,99.9,978.1,999.9,4.4,99.9,999.9,999.9 +2022-01-15 18:41,6.6,102.7,4.9,99.9,979.2,999.9,4.3,99.9,999.9,999.9 +2022-01-15 18:51,6.6,102.7,4.9,99.9,979.9,999.9,4.3,99.9,999.9,999.9 +2022-01-15 19:01,6.5,102.7,4.9,99.9,979.5,999.9,4.3,99.9,999.9,999.9 +2022-01-15 19:11,6.5,102.8,4.8,99.9,981.4,999.9,4.2,99.9,999.9,999.9 +2022-01-15 19:21,6.5,102.8,4.8,99.9,980.9,999.9,4.3,99.9,999.9,999.9 +2022-01-15 19:21,6.5,102.8,4.8,99.9,980.9,999.9,4.3,99.9,999.9,999.9 +2022-01-15 19:31,6.5,102.9,4.7,99.9,981.1,999.9,4.3,99.9,999.9,999.9 +2022-01-15 19:41,6.5,102.9,4.7,99.9,981.5,999.9,4.2,99.9,999.9,999.9 +2022-01-15 19:51,6.5,102.9,4.7,99.9,981.9,999.9,4.2,99.9,999.9,999.9 +2022-01-15 20:01,6.5,103.0,4.7,99.9,981.3,999.9,4.2,99.9,999.9,999.9 +2022-01-15 20:11,6.5,103.0,4.7,99.9,982.6,999.9,4.2,99.9,999.9,999.9 +2022-01-15 20:12,6.5,103.0,4.7,99.9,982.6,999.9,4.2,99.9,999.9,999.9 +2022-01-15 20:22,6.5,102.9,4.7,99.9,981.9,999.9,4.2,99.9,999.9,999.9 +2022-01-15 20:32,6.4,102.9,4.7,99.9,979.5,999.9,4.1,99.9,999.9,999.9 +2022-01-15 20:42,6.4,102.9,4.7,99.9,982.6,999.9,4.2,99.9,999.9,999.9 +2022-01-15 20:52,6.4,102.9,4.7,99.9,979.2,999.9,4.1,99.9,999.9,999.9 +2022-01-15 21:02,6.3,102.9,4.6,99.9,981.2,999.9,4.1,99.9,999.9,999.9 +2022-01-15 21:12,6.3,103.0,4.6,99.9,982.7,999.9,4.1,99.9,999.9,999.9 +2022-01-15 21:22,6.3,103.1,4.6,99.9,983.7,999.9,4.1,99.9,999.9,999.9 +2022-01-15 21:32,6.3,103.0,4.6,99.9,984.0,999.9,4.1,99.9,999.9,999.9 +2022-01-15 21:42,6.3,102.9,4.6,99.9,985.7,999.9,4.0,99.9,999.9,999.9 +2022-01-15 21:42,6.3,102.9,4.6,99.9,985.7,999.9,4.0,99.9,999.9,999.9 +2022-01-15 21:52,6.2,102.9,4.5,99.9,979.3,999.9,4.0,99.9,999.9,999.9 +2022-01-15 22:02,6.2,102.8,4.4,99.9,979.3,999.9,3.9,99.9,999.9,999.9 +2022-01-15 22:03,6.2,102.8,4.4,99.9,979.3,999.9,3.9,99.9,999.9,999.9 +2022-01-15 22:13,6.1,102.7,4.4,99.9,981.7,999.9,3.8,99.9,999.9,999.9 +2022-01-15 22:23,6.1,102.8,4.4,99.9,982.2,999.9,3.8,99.9,999.9,999.9 +2022-01-15 22:23,6.1,102.8,4.4,99.9,982.2,999.9,3.8,99.9,999.9,999.9 +2022-01-15 22:33,6.0,102.8,4.3,99.9,982.2,999.9,3.8,99.9,999.9,999.9 +2022-01-15 22:43,6.0,102.8,4.3,99.9,983.7,999.9,3.8,99.9,999.9,999.9 +2022-01-15 22:53,6.0,102.7,4.3,99.9,984.7,999.9,3.7,99.9,999.9,999.9 +2022-01-15 23:03,5.9,102.8,4.2,99.9,989.5,999.9,3.7,99.9,999.9,999.9 +2022-01-15 23:13,5.9,102.7,4.2,99.9,983.6,999.9,3.7,99.9,999.9,999.9 +2022-01-15 23:23,5.8,102.5,4.1,99.9,984.2,999.9,3.6,99.9,999.9,999.9 +2022-01-15 23:33,5.8,102.5,4.0,99.9,984.0,999.9,3.5,99.9,999.9,999.9 +2022-01-15 23:43,5.7,102.3,4.0,99.9,984.4,999.9,3.4,99.9,999.9,999.9 +2022-01-15 23:53,5.6,102.2,3.9,99.9,983.8,999.9,3.3,99.9,999.9,999.9 +2022-01-15 23:53,5.6,102.2,3.9,99.9,983.8,999.9,3.3,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-16_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-16_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..459db61 --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-16_telemetry_PE1RXF-7.dat @@ -0,0 +1,157 @@ +2022-01-16 00:03,5.5,102.1,3.8,99.9,982.4,999.9,3.2,99.9,999.9,999.9 +2022-01-16 00:13,5.4,102.2,3.7,99.9,982.3,999.9,3.1,99.9,999.9,999.9 +2022-01-16 00:23,5.4,102.2,3.7,99.9,983.5,999.9,3.1,99.9,999.9,999.9 +2022-01-16 00:33,5.3,102.2,3.6,99.9,981.8,999.9,3.0,99.9,999.9,999.9 +2022-01-16 00:43,5.3,102.1,3.6,99.9,983.8,999.9,3.0,99.9,999.9,999.9 +2022-01-16 00:53,5.2,102.2,3.5,99.9,983.4,999.9,3.0,99.9,999.9,999.9 +2022-01-16 01:03,5.2,102.0,3.5,99.9,981.9,999.9,3.0,99.9,999.9,999.9 +2022-01-16 01:13,5.1,101.9,3.4,99.9,981.1,999.9,2.8,99.9,999.9,999.9 +2022-01-16 01:24,5.0,101.6,3.3,99.9,982.0,999.9,2.7,99.9,999.9,999.9 +2022-01-16 01:24,5.0,101.6,3.3,99.9,982.0,999.9,2.7,99.9,999.9,999.9 +2022-01-16 01:34,4.8,101.6,3.1,99.9,979.5,999.9,2.5,99.9,999.9,999.9 +2022-01-16 01:44,4.7,101.6,3.1,99.9,980.9,999.9,2.5,99.9,999.9,999.9 +2022-01-16 01:54,4.6,101.6,3.0,99.9,982.3,999.9,2.4,99.9,999.9,999.9 +2022-01-16 02:04,4.5,101.6,2.9,99.9,981.1,999.9,2.3,99.9,999.9,999.9 +2022-01-16 02:04,4.5,101.6,2.9,99.9,981.1,999.9,2.3,99.9,999.9,999.9 +2022-01-16 02:14,4.4,101.5,2.8,99.9,979.6,999.9,2.2,99.9,999.9,999.9 +2022-01-16 02:24,4.3,101.3,2.7,99.9,979.8,999.9,2.1,99.9,999.9,999.9 +2022-01-16 02:34,4.2,101.3,2.6,99.9,981.2,999.9,2.0,99.9,999.9,999.9 +2022-01-16 02:44,4.1,101.4,2.5,99.9,981.3,999.9,1.9,99.9,999.9,999.9 +2022-01-16 02:54,4.1,101.4,2.5,99.9,980.5,999.9,1.8,99.9,999.9,999.9 +2022-01-16 03:04,4.0,101.4,2.4,99.9,980.6,999.9,1.8,99.9,999.9,999.9 +2022-01-16 03:14,4.0,101.4,2.3,99.9,981.1,999.9,1.7,99.9,999.9,999.9 +2022-01-16 03:24,3.9,101.3,2.3,99.9,978.0,999.9,1.6,99.9,999.9,999.9 +2022-01-16 03:34,3.8,101.4,2.2,99.9,979.7,999.9,1.6,99.9,999.9,999.9 +2022-01-16 03:44,3.8,101.3,2.2,99.9,980.6,999.9,1.6,99.9,999.9,999.9 +2022-01-16 03:54,3.8,101.5,2.2,99.9,978.9,999.9,1.5,99.9,999.9,999.9 +2022-01-16 04:04,3.8,101.4,2.1,99.9,979.9,999.9,1.5,99.9,999.9,999.9 +2022-01-16 04:14,3.7,101.3,2.1,99.9,977.8,999.9,1.4,99.9,999.9,999.9 +2022-01-16 04:24,3.7,101.3,2.0,99.9,979.2,999.9,1.3,99.9,999.9,999.9 +2022-01-16 04:34,3.6,101.2,2.0,99.9,979.3,999.9,1.2,99.9,999.9,999.9 +2022-01-16 04:44,3.6,101.3,1.9,99.9,979.7,999.9,1.3,99.9,999.9,999.9 +2022-01-16 04:54,3.6,101.4,1.9,99.9,979.5,999.9,1.2,99.9,999.9,999.9 +2022-01-16 05:04,3.6,101.4,1.9,99.9,979.5,999.9,1.2,99.9,999.9,999.9 +2022-01-16 05:04,3.6,101.4,1.9,99.9,979.5,999.9,1.2,99.9,999.9,999.9 +2022-01-16 05:05,3.6,101.4,1.9,99.9,979.5,999.9,1.2,99.9,999.9,999.9 +2022-01-16 05:15,3.6,101.4,1.9,99.9,980.0,999.9,1.2,99.9,999.9,999.9 +2022-01-16 05:25,3.6,101.5,1.9,99.9,978.4,999.9,1.2,99.9,999.9,999.9 +2022-01-16 05:35,3.6,101.6,1.9,99.9,978.3,999.9,1.3,99.9,999.9,999.9 +2022-01-16 05:45,3.7,101.6,2.0,99.9,978.0,999.9,1.3,99.9,999.9,999.9 +2022-01-16 05:55,3.8,101.8,2.0,99.9,977.6,999.9,1.4,99.9,999.9,999.9 +2022-01-16 06:05,3.9,101.9,2.0,99.9,978.2,999.9,1.5,99.9,999.9,999.9 +2022-01-16 06:15,4.0,102.0,2.1,99.9,978.4,999.9,1.6,99.9,999.9,999.9 +2022-01-16 06:25,4.1,102.1,2.2,99.9,979.3,999.9,1.8,99.9,999.9,999.9 +2022-01-16 06:35,4.2,102.1,2.3,99.9,979.4,999.9,1.8,99.9,999.9,999.9 +2022-01-16 06:45,4.3,102.2,2.4,99.9,979.4,999.9,1.9,99.9,999.9,999.9 +2022-01-16 06:55,4.4,102.2,2.4,99.9,979.1,999.9,2.0,99.9,999.9,999.9 +2022-01-16 07:05,4.5,102.3,2.5,99.9,979.8,999.9,2.1,99.9,999.9,999.9 +2022-01-16 07:15,4.5,102.3,2.6,99.9,979.7,999.9,2.2,99.9,999.9,999.9 +2022-01-16 07:25,4.6,102.4,2.6,99.9,980.1,999.9,2.3,99.9,999.9,999.9 +2022-01-16 07:35,4.7,102.4,2.7,99.9,979.6,999.9,2.3,99.9,999.9,999.9 +2022-01-16 07:45,4.7,102.4,2.8,99.9,979.4,999.9,2.3,99.9,999.9,999.9 +2022-01-16 07:55,4.7,102.4,2.8,99.9,979.0,999.9,2.4,99.9,999.9,999.9 +2022-01-16 07:55,4.7,102.4,2.8,99.9,979.0,999.9,2.4,99.9,999.9,999.9 +2022-01-16 08:05,4.8,102.4,2.9,99.9,978.7,999.9,2.5,99.9,999.9,999.9 +2022-01-16 08:05,4.8,102.4,2.9,99.9,978.7,999.9,2.5,99.9,999.9,999.9 +2022-01-16 08:15,4.8,102.5,2.9,99.9,978.4,999.9,2.5,99.9,999.9,999.9 +2022-01-16 08:25,4.9,102.5,2.9,99.9,979.0,999.9,2.6,99.9,999.9,999.9 +2022-01-16 08:26,4.9,102.5,2.9,99.9,979.0,999.9,2.6,99.9,999.9,999.9 +2022-01-16 08:36,4.9,102.6,3.0,99.9,980.0,999.9,2.6,99.9,999.9,999.9 +2022-01-16 08:46,5.0,102.7,3.1,99.9,980.4,999.9,2.7,99.9,999.9,999.9 +2022-01-16 08:56,5.1,102.7,3.2,99.9,979.0,999.9,2.8,99.9,999.9,999.9 +2022-01-16 09:06,5.2,102.8,3.2,99.9,979.2,999.9,2.8,99.9,999.9,999.9 +2022-01-16 09:16,5.3,102.9,3.4,99.9,979.8,999.9,3.0,99.9,999.9,999.9 +2022-01-16 09:26,5.4,103.0,3.5,99.9,979.6,999.9,3.1,99.9,999.9,999.9 +2022-01-16 09:36,5.6,103.1,3.7,99.9,978.9,999.9,3.2,99.9,999.9,999.9 +2022-01-16 09:46,5.8,103.1,3.9,99.9,979.4,999.9,3.4,99.9,999.9,999.9 +2022-01-16 09:56,6.0,103.2,4.3,99.9,979.7,999.9,3.7,99.9,999.9,999.9 +2022-01-16 10:06,6.3,103.1,4.7,99.9,979.6,999.9,4.0,99.9,999.9,999.9 +2022-01-16 10:16,6.5,103.1,5.0,99.9,979.8,999.9,4.2,99.9,999.9,999.9 +2022-01-16 10:26,6.9,103.3,5.6,99.9,980.0,999.9,4.6,99.9,999.9,999.9 +2022-01-16 10:36,7.1,103.0,5.6,99.9,980.1,999.9,4.8,99.9,999.9,999.9 +2022-01-16 10:46,7.2,102.9,5.8,99.9,981.0,999.9,4.9,99.9,999.9,999.9 +2022-01-16 10:56,7.3,102.8,6.0,99.9,981.2,999.9,5.0,99.9,999.9,999.9 +2022-01-16 11:07,7.7,103.3,6.5,99.9,980.5,999.9,5.4,99.9,999.9,999.9 +2022-01-16 11:17,8.3,103.3,7.3,99.9,980.6,999.9,6.0,99.9,999.9,999.9 +2022-01-16 11:27,8.4,103.0,7.3,99.9,981.3,999.9,6.1,99.9,999.9,999.9 +2022-01-16 11:37,8.5,103.0,7.2,99.9,981.5,999.9,6.1,99.9,999.9,999.9 +2022-01-16 11:47,8.5,103.2,7.4,99.9,981.2,999.9,6.2,99.9,999.9,999.9 +2022-01-16 11:57,8.7,103.2,7.8,99.9,981.0,999.9,6.5,99.9,999.9,999.9 +2022-01-16 12:07,8.8,103.1,7.8,99.9,979.5,999.9,6.6,99.9,999.9,999.9 +2022-01-16 12:17,8.8,103.2,7.6,99.9,980.4,999.9,6.6,99.9,999.9,999.9 +2022-01-16 12:17,8.8,103.2,7.6,99.9,980.4,999.9,6.6,99.9,999.9,999.9 +2022-01-16 12:27,8.8,103.3,7.6,99.9,979.9,999.9,6.6,99.9,999.9,999.9 +2022-01-16 12:37,8.9,103.5,7.8,99.9,979.9,999.9,6.7,99.9,999.9,999.9 +2022-01-16 12:47,9.0,103.6,7.9,99.9,979.7,999.9,6.8,99.9,999.9,999.9 +2022-01-16 12:57,9.1,103.4,7.9,99.9,979.0,999.9,6.8,99.9,999.9,999.9 +2022-01-16 13:07,9.1,103.4,8.0,99.9,979.5,999.9,6.9,99.9,999.9,999.9 +2022-01-16 13:17,9.1,103.4,7.9,99.9,979.0,999.9,6.8,99.9,999.9,999.9 +2022-01-16 13:27,9.0,103.1,7.9,99.9,980.0,999.9,6.8,99.9,999.9,999.9 +2022-01-16 13:37,9.0,103.2,7.9,99.9,981.0,999.9,6.8,99.9,999.9,999.9 +2022-01-16 13:47,9.1,103.2,7.9,99.9,980.8,999.9,6.8,99.9,999.9,999.9 +2022-01-16 13:57,9.1,103.0,8.0,99.9,979.9,999.9,6.9,99.9,999.9,999.9 +2022-01-16 13:58,9.1,103.0,8.0,99.9,979.9,999.9,6.9,99.9,999.9,999.9 +2022-01-16 14:08,9.2,103.3,8.0,99.9,979.6,999.9,7.0,99.9,999.9,999.9 +2022-01-16 14:18,9.2,103.1,8.0,99.9,980.8,999.9,6.9,99.9,999.9,999.9 +2022-01-16 14:28,9.2,102.9,7.9,99.9,979.3,999.9,6.9,99.9,999.9,999.9 +2022-01-16 14:38,9.1,102.9,7.9,99.9,980.0,999.9,6.9,99.9,999.9,999.9 +2022-01-16 14:48,9.1,102.9,7.8,99.9,981.1,999.9,6.8,99.9,999.9,999.9 +2022-01-16 14:58,9.0,102.8,7.7,99.9,979.2,999.9,6.7,99.9,999.9,999.9 +2022-01-16 15:08,8.9,102.8,7.6,99.9,979.5,999.9,6.7,99.9,999.9,999.9 +2022-01-16 15:18,8.9,102.6,7.5,99.9,978.5,999.9,6.6,99.9,999.9,999.9 +2022-01-16 15:28,8.8,102.8,7.5,99.9,979.4,999.9,6.6,99.9,999.9,999.9 +2022-01-16 15:38,8.9,102.7,7.5,99.9,979.0,999.9,6.6,99.9,999.9,999.9 +2022-01-16 15:48,8.8,102.8,7.4,99.9,980.2,999.9,6.6,99.9,999.9,999.9 +2022-01-16 15:58,8.9,102.8,7.4,99.9,979.2,999.9,6.6,99.9,999.9,999.9 +2022-01-16 16:08,8.8,102.7,7.2,99.9,979.9,999.9,6.6,99.9,999.9,999.9 +2022-01-16 16:18,8.7,102.8,7.1,99.9,979.1,999.9,6.4,99.9,999.9,999.9 +2022-01-16 16:28,8.6,103.2,6.9,99.9,978.5,999.9,6.2,99.9,999.9,999.9 +2022-01-16 16:38,8.4,103.3,6.8,99.9,979.1,999.9,6.1,99.9,999.9,999.9 +2022-01-16 16:48,8.2,103.0,6.6,99.9,978.8,999.9,5.9,99.9,999.9,999.9 +2022-01-16 16:58,8.0,103.3,6.3,99.9,978.8,999.9,5.7,99.9,999.9,999.9 +2022-01-16 17:08,7.9,103.6,6.2,99.9,978.3,999.9,5.6,99.9,999.9,999.9 +2022-01-16 17:18,7.9,103.7,6.2,99.9,978.5,999.9,5.6,99.9,999.9,999.9 +2022-01-16 17:28,7.9,103.8,6.2,99.9,978.8,999.9,5.6,99.9,999.9,999.9 +2022-01-16 17:38,7.9,103.9,6.1,99.9,978.9,999.9,5.6,99.9,999.9,999.9 +2022-01-16 17:48,7.9,103.8,6.1,99.9,978.9,999.9,5.6,99.9,999.9,999.9 +2022-01-16 17:58,7.8,103.8,6.0,99.9,979.0,999.9,5.6,99.9,999.9,999.9 +2022-01-16 18:08,7.8,103.9,6.0,99.9,979.6,999.9,5.5,99.9,999.9,999.9 +2022-01-16 18:18,7.8,104.0,6.0,99.9,979.3,999.9,5.6,99.9,999.9,999.9 +2022-01-16 18:28,7.9,104.0,6.0,99.9,979.9,999.9,5.6,99.9,999.9,999.9 +2022-01-16 18:38,8.0,104.0,6.1,99.9,979.5,999.9,5.8,99.9,999.9,999.9 +2022-01-16 18:48,8.1,104.1,6.1,99.9,979.0,999.9,5.8,99.9,999.9,999.9 +2022-01-16 18:58,8.1,104.1,6.1,99.9,979.0,999.9,5.8,99.9,999.9,999.9 +2022-01-16 19:08,8.1,104.2,6.1,99.9,978.6,999.9,5.8,99.9,999.9,999.9 +2022-01-16 19:18,8.1,104.3,6.1,99.9,978.5,999.9,5.7,99.9,999.9,999.9 +2022-01-16 19:28,8.1,104.4,6.1,99.9,978.8,999.9,5.8,99.9,999.9,999.9 +2022-01-16 19:38,8.1,104.4,6.1,99.9,979.7,999.9,5.8,99.9,999.9,999.9 +2022-01-16 19:48,8.1,104.4,6.1,99.9,979.7,999.9,5.8,99.9,999.9,999.9 +2022-01-16 19:58,8.1,104.5,6.2,99.9,979.8,999.9,5.8,99.9,999.9,999.9 +2022-01-16 20:08,8.1,104.5,6.2,99.9,980.0,999.9,5.8,99.9,999.9,999.9 +2022-01-16 20:18,8.1,104.6,6.2,99.9,979.6,999.9,5.8,99.9,999.9,999.9 +2022-01-16 20:28,8.1,104.5,6.2,99.9,977.0,999.9,5.8,99.9,999.9,999.9 +2022-01-16 20:38,8.1,104.5,6.2,99.9,977.1,999.9,5.8,99.9,999.9,999.9 +2022-01-16 20:38,8.1,104.5,6.2,99.9,977.1,999.9,5.8,99.9,999.9,999.9 +2022-01-16 20:48,8.1,104.4,6.2,99.9,976.8,999.9,5.7,99.9,999.9,999.9 +2022-01-16 20:58,8.0,104.4,6.1,99.9,977.3,999.9,5.7,99.9,999.9,999.9 +2022-01-16 21:08,8.0,104.4,6.1,99.9,977.2,999.9,5.7,99.9,999.9,999.9 +2022-01-16 21:18,7.9,104.0,6.0,99.9,976.9,999.9,5.6,99.9,999.9,999.9 +2022-01-16 21:28,7.5,102.9,5.8,99.9,977.0,999.9,5.2,99.9,999.9,999.9 +2022-01-16 21:38,7.3,103.5,5.6,99.9,976.9,999.9,5.0,99.9,999.9,999.9 +2022-01-16 21:48,7.4,104.1,5.6,99.9,976.8,999.9,5.1,99.9,999.9,999.9 +2022-01-16 21:59,7.6,104.3,5.7,99.9,977.1,999.9,5.3,99.9,999.9,999.9 +2022-01-16 22:09,7.8,104.3,5.8,99.9,976.9,999.9,5.4,99.9,999.9,999.9 +2022-01-16 22:19,7.8,104.1,5.8,99.9,976.4,999.9,5.4,99.9,999.9,999.9 +2022-01-16 22:29,7.7,104.1,5.7,99.9,976.4,999.9,5.4,99.9,999.9,999.9 +2022-01-16 22:39,7.6,104.2,5.7,99.9,977.0,999.9,5.4,99.9,999.9,999.9 +2022-01-16 22:39,7.6,104.2,5.7,99.9,977.0,999.9,5.4,99.9,999.9,999.9 +2022-01-16 22:39,7.6,104.2,5.7,99.9,977.0,999.9,5.4,99.9,999.9,999.9 +2022-01-16 22:49,7.7,104.2,5.7,99.9,976.5,999.9,5.4,99.9,999.9,999.9 +2022-01-16 22:49,7.7,104.2,5.7,99.9,976.5,999.9,5.4,99.9,999.9,999.9 +2022-01-16 22:59,7.7,104.3,5.8,99.9,976.4,999.9,5.4,99.9,999.9,999.9 +2022-01-16 23:09,7.7,104.0,5.7,99.9,975.7,999.9,5.4,99.9,999.9,999.9 +2022-01-16 23:19,7.6,104.1,5.7,99.9,975.4,999.9,5.3,99.9,999.9,999.9 +2022-01-16 23:29,7.5,104.1,5.7,99.9,976.8,999.9,5.2,99.9,999.9,999.9 +2022-01-16 23:39,7.5,104.1,5.6,99.9,977.4,999.9,5.2,99.9,999.9,999.9 +2022-01-16 23:49,7.5,104.0,5.5,99.9,977.1,999.9,5.2,99.9,999.9,999.9 +2022-01-16 23:59,7.4,104.0,5.5,99.9,977.2,999.9,5.1,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-17_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-17_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..d38acfc --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-17_telemetry_PE1RXF-7.dat @@ -0,0 +1,163 @@ +2022-01-17 00:09,7.4,104.0,5.5,99.9,976.9,999.9,5.1,99.9,999.9,999.9 +2022-01-17 00:19,7.3,104.0,5.5,99.9,977.3,999.9,5.0,99.9,999.9,999.9 +2022-01-17 00:19,7.3,104.0,5.5,99.9,977.3,999.9,5.0,99.9,999.9,999.9 +2022-01-17 00:29,7.3,103.9,5.4,99.9,977.2,999.9,5.0,99.9,999.9,999.9 +2022-01-17 00:39,7.3,103.9,5.4,99.9,976.8,999.9,5.0,99.9,999.9,999.9 +2022-01-17 00:49,7.2,103.5,5.3,99.9,977.3,999.9,4.9,99.9,999.9,999.9 +2022-01-17 01:00,6.9,102.4,5.0,99.9,977.2,999.9,4.4,99.9,999.9,999.9 +2022-01-17 01:10,6.4,101.9,4.7,99.9,977.2,999.9,4.0,99.9,999.9,999.9 +2022-01-17 01:20,6.2,102.2,4.5,99.9,977.2,999.9,3.7,99.9,999.9,999.9 +2022-01-17 01:30,6.2,103.0,4.4,99.9,977.1,999.9,3.8,99.9,999.9,999.9 +2022-01-17 01:40,6.3,103.2,4.4,99.9,976.9,999.9,3.9,99.9,999.9,999.9 +2022-01-17 01:50,6.3,103.1,4.4,99.9,976.6,999.9,3.9,99.9,999.9,999.9 +2022-01-17 02:00,6.4,103.2,4.4,99.9,976.9,999.9,4.0,99.9,999.9,999.9 +2022-01-17 02:10,6.4,103.2,4.4,99.9,977.0,999.9,4.0,99.9,999.9,999.9 +2022-01-17 02:20,6.5,103.2,4.5,99.9,976.7,999.9,4.1,99.9,999.9,999.9 +2022-01-17 02:30,6.6,103.2,4.5,99.9,977.0,999.9,4.2,99.9,999.9,999.9 +2022-01-17 02:40,6.5,103.0,4.5,99.9,977.0,999.9,4.1,99.9,999.9,999.9 +2022-01-17 02:40,6.5,103.0,4.5,99.9,977.0,999.9,4.1,99.9,999.9,999.9 +2022-01-17 02:50,6.5,103.1,4.5,99.9,977.7,999.9,4.1,99.9,999.9,999.9 +2022-01-17 02:50,6.5,103.1,4.5,99.9,977.7,999.9,4.1,99.9,999.9,999.9 +2022-01-17 02:50,6.5,103.1,4.5,99.9,977.7,999.9,4.1,99.9,999.9,999.9 +2022-01-17 03:00,6.5,103.1,4.5,99.9,977.0,999.9,4.1,99.9,999.9,999.9 +2022-01-17 03:10,6.5,103.1,4.5,99.9,977.3,999.9,4.1,99.9,999.9,999.9 +2022-01-17 03:11,6.5,103.1,4.5,99.9,977.3,999.9,4.1,99.9,999.9,999.9 +2022-01-17 03:21,6.4,102.7,4.4,99.9,976.9,999.9,4.0,99.9,999.9,999.9 +2022-01-17 03:21,6.4,102.7,4.4,99.9,976.9,999.9,4.0,99.9,999.9,999.9 +2022-01-17 03:31,6.2,102.4,4.3,99.9,976.5,999.9,3.8,99.9,999.9,999.9 +2022-01-17 03:41,6.1,102.2,4.1,99.9,976.9,999.9,3.6,99.9,999.9,999.9 +2022-01-17 03:51,5.9,102.1,4.0,99.9,976.8,999.9,3.5,99.9,999.9,999.9 +2022-01-17 04:01,5.8,102.1,3.9,99.9,976.6,999.9,3.4,99.9,999.9,999.9 +2022-01-17 04:11,5.7,102.1,3.8,99.9,976.4,999.9,3.3,99.9,999.9,999.9 +2022-01-17 04:21,5.7,102.3,3.7,99.9,976.7,999.9,3.3,99.9,999.9,999.9 +2022-01-17 04:31,5.8,102.6,3.8,99.9,976.4,999.9,3.5,99.9,999.9,999.9 +2022-01-17 04:41,6.1,103.0,4.0,99.9,976.5,999.9,3.7,99.9,999.9,999.9 +2022-01-17 04:51,6.3,103.1,4.1,99.9,976.8,999.9,4.0,99.9,999.9,999.9 +2022-01-17 05:01,6.6,103.0,4.4,99.9,976.8,999.9,4.3,99.9,999.9,999.9 +2022-01-17 05:11,6.7,103.0,4.5,99.9,976.5,999.9,4.4,99.9,999.9,999.9 +2022-01-17 05:11,6.7,103.0,4.5,99.9,976.5,999.9,4.4,99.9,999.9,999.9 +2022-01-17 05:21,6.8,102.9,4.6,99.9,976.9,999.9,4.5,99.9,999.9,999.9 +2022-01-17 05:31,6.7,102.4,4.5,99.9,976.5,999.9,4.2,99.9,999.9,999.9 +2022-01-17 05:41,6.6,102.7,4.5,99.9,976.5,999.9,4.2,99.9,999.9,999.9 +2022-01-17 05:52,6.7,103.0,4.6,99.9,976.5,999.9,4.3,99.9,999.9,999.9 +2022-01-17 06:02,6.8,103.0,4.7,99.9,976.5,999.9,4.5,99.9,999.9,999.9 +2022-01-17 06:12,6.9,103.0,4.8,99.9,976.5,999.9,4.6,99.9,999.9,999.9 +2022-01-17 06:22,7.1,103.0,4.9,99.9,976.1,999.9,4.7,99.9,999.9,999.9 +2022-01-17 06:32,7.1,102.9,4.9,99.9,975.9,999.9,4.8,99.9,999.9,999.9 +2022-01-17 06:42,7.2,102.9,5.0,99.9,976.2,999.9,4.8,99.9,999.9,999.9 +2022-01-17 06:52,7.2,103.0,5.1,99.9,976.1,999.9,4.9,99.9,999.9,999.9 +2022-01-17 07:02,7.3,103.1,5.1,99.9,977.1,999.9,4.9,99.9,999.9,999.9 +2022-01-17 07:12,7.4,103.1,5.2,99.9,977.1,999.9,5.0,99.9,999.9,999.9 +2022-01-17 07:22,7.4,103.1,5.3,99.9,976.8,999.9,5.1,99.9,999.9,999.9 +2022-01-17 07:32,7.5,103.1,5.3,99.9,977.1,999.9,5.2,99.9,999.9,999.9 +2022-01-17 07:42,7.6,103.1,5.4,99.9,976.9,999.9,5.3,99.9,999.9,999.9 +2022-01-17 07:52,7.7,103.2,5.5,99.9,976.6,999.9,5.3,99.9,999.9,999.9 +2022-01-17 08:02,7.7,103.3,5.5,99.9,977.0,999.9,5.4,99.9,999.9,999.9 +2022-01-17 08:12,7.7,103.3,5.6,99.9,976.7,999.9,5.4,99.9,999.9,999.9 +2022-01-17 08:22,7.8,103.3,5.6,99.9,977.2,999.9,5.4,99.9,999.9,999.9 +2022-01-17 08:23,7.8,103.3,5.6,99.9,977.2,999.9,5.4,99.9,999.9,999.9 +2022-01-17 08:33,7.8,103.4,5.7,99.9,976.8,999.9,5.5,99.9,999.9,999.9 +2022-01-17 08:43,7.9,103.5,5.8,99.9,977.2,999.9,5.6,99.9,999.9,999.9 +2022-01-17 08:52,8.0,103.5,6.0,99.9,976.9,999.9,5.7,99.9,999.9,999.9 +2022-01-17 09:02,8.2,103.5,6.1,99.9,977.4,999.9,5.9,99.9,999.9,999.9 +2022-01-17 09:03,8.2,103.5,6.1,99.9,977.4,999.9,5.9,99.9,999.9,999.9 +2022-01-17 09:13,8.4,103.6,6.3,99.9,977.2,999.9,6.0,99.9,999.9,999.9 +2022-01-17 09:23,8.5,103.6,6.6,99.9,977.3,999.9,6.2,99.9,999.9,999.9 +2022-01-17 09:33,8.7,103.5,6.7,99.9,977.4,999.9,6.3,99.9,999.9,999.9 +2022-01-17 09:43,8.9,103.5,7.0,99.9,977.1,999.9,6.5,99.9,999.9,999.9 +2022-01-17 09:53,9.1,103.5,7.2,99.9,977.1,999.9,6.7,99.9,999.9,999.9 +2022-01-17 10:03,9.3,103.4,7.5,99.9,977.4,999.9,6.9,99.9,999.9,999.9 +2022-01-17 10:13,9.3,103.4,7.6,99.9,977.4,999.9,7.0,99.9,999.9,999.9 +2022-01-17 10:23,9.5,103.3,7.7,99.9,977.2,999.9,7.1,99.9,999.9,999.9 +2022-01-17 10:33,9.9,103.6,8.4,99.9,978.3,999.9,7.4,99.9,999.9,999.9 +2022-01-17 10:43,10.4,103.2,9.1,99.9,977.5,999.9,8.0,99.9,999.9,999.9 +2022-01-17 10:53,10.9,103.4,9.8,99.9,977.3,999.9,8.5,99.9,999.9,999.9 +2022-01-17 11:03,11.2,103.1,9.9,99.9,977.9,999.9,8.8,99.9,999.9,999.9 +2022-01-17 11:13,11.4,102.9,10.3,99.9,977.5,999.9,9.1,99.9,999.9,999.9 +2022-01-17 11:24,11.8,103.1,10.8,99.9,977.7,999.9,9.5,99.9,999.9,999.9 +2022-01-17 11:34,12.2,102.6,11.4,99.9,978.1,999.9,9.8,99.9,999.9,999.9 +2022-01-17 11:44,12.6,102.6,11.9,99.9,977.7,999.9,10.3,99.9,999.9,999.9 +2022-01-17 11:54,12.5,102.4,11.6,99.9,978.1,999.9,10.2,99.9,999.9,999.9 +2022-01-17 12:04,12.1,102.4,11.2,99.9,977.8,999.9,10.0,99.9,999.9,999.9 +2022-01-17 12:14,12.0,102.9,11.3,99.9,977.6,999.9,9.8,99.9,999.9,999.9 +2022-01-17 12:24,12.5,103.1,12.0,99.9,978.2,999.9,10.2,99.9,999.9,999.9 +2022-01-17 12:35,12.4,102.7,11.7,99.9,977.9,999.9,10.2,99.9,999.9,999.9 +2022-01-17 12:45,12.3,102.8,11.6,99.9,978.0,999.9,10.1,99.9,999.9,999.9 +2022-01-17 12:55,12.2,102.4,11.6,99.9,978.1,999.9,10.0,99.9,999.9,999.9 +2022-01-17 13:05,12.9,101.5,12.4,99.9,977.9,999.9,10.4,99.9,999.9,999.9 +2022-01-17 13:15,14.0,99.8,13.2,99.9,977.9,999.9,11.5,99.9,999.9,999.9 +2022-01-17 13:25,13.6,100.3,12.9,99.9,978.2,999.9,11.3,99.9,999.9,999.9 +2022-01-17 13:35,14.1,99.9,13.7,99.9,977.9,999.9,11.8,99.9,999.9,999.9 +2022-01-17 13:45,14.3,99.2,13.5,99.9,977.7,999.9,12.0,99.9,999.9,999.9 +2022-01-17 13:55,13.7,100.0,13.2,99.9,977.7,999.9,11.6,99.9,999.9,999.9 +2022-01-17 14:05,13.2,100.3,12.7,99.9,977.5,999.9,11.1,99.9,999.9,999.9 +2022-01-17 14:15,12.9,100.9,12.5,99.9,977.1,999.9,10.9,99.9,999.9,999.9 +2022-01-17 14:25,12.9,101.0,12.5,99.9,978.0,999.9,10.8,99.9,999.9,999.9 +2022-01-17 14:25,12.9,101.0,12.5,99.9,978.0,999.9,10.8,99.9,999.9,999.9 +2022-01-17 14:35,13.2,100.8,12.9,99.9,977.8,999.9,11.3,99.9,999.9,999.9 +2022-01-17 14:45,13.4,100.3,12.9,99.9,978.7,999.9,11.3,99.9,999.9,999.9 +2022-01-17 14:55,14.4,99.7,14.1,99.9,978.9,999.9,13.2,99.9,999.9,999.9 +2022-01-17 15:05,15.2,98.3,14.6,99.9,978.7,999.9,14.2,99.9,999.9,999.9 +2022-01-17 15:15,14.9,97.0,14.3,99.9,978.8,999.9,13.6,99.9,999.9,999.9 +2022-01-17 15:25,14.1,97.4,14.0,99.9,978.8,999.9,12.4,99.9,999.9,999.9 +2022-01-17 15:25,14.1,97.4,14.0,99.9,978.8,999.9,12.4,99.9,999.9,999.9 +2022-01-17 15:25,14.1,97.4,14.0,99.9,978.8,999.9,12.4,99.9,999.9,999.9 +2022-01-17 15:35,14.0,97.5,14.5,99.9,978.9,999.9,14.2,99.9,999.9,999.9 +2022-01-17 15:36,14.0,97.5,14.5,99.9,978.9,999.9,14.2,99.9,999.9,999.9 +2022-01-17 15:46,13.6,96.7,14.0,99.9,979.1,999.9,13.1,99.9,999.9,999.9 +2022-01-17 15:56,12.7,95.8,12.8,99.9,979.2,999.9,11.4,99.9,999.9,999.9 +2022-01-17 15:56,12.7,95.8,12.8,99.9,979.2,999.9,11.4,99.9,999.9,999.9 +2022-01-17 16:06,11.5,95.7,11.5,99.9,978.6,999.9,9.8,99.9,999.9,999.9 +2022-01-17 16:16,10.5,96.1,10.5,99.9,978.7,999.9,8.7,99.9,999.9,999.9 +2022-01-17 16:26,9.8,97.3,9.6,99.9,978.0,999.9,7.9,99.9,999.9,999.9 +2022-01-17 16:36,9.3,98.0,8.8,99.9,978.1,999.9,7.3,99.9,999.9,999.9 +2022-01-17 16:46,8.9,98.4,8.2,99.9,977.8,999.9,6.8,99.9,999.9,999.9 +2022-01-17 16:46,8.9,98.4,8.2,99.9,977.8,999.9,6.8,99.9,999.9,999.9 +2022-01-17 16:56,8.5,98.8,7.6,99.9,977.9,999.9,6.4,99.9,999.9,999.9 +2022-01-17 16:57,8.5,98.8,7.6,99.9,977.9,999.9,6.4,99.9,999.9,999.9 +2022-01-17 17:07,8.2,99.1,7.2,99.9,977.7,999.9,6.0,99.9,999.9,999.9 +2022-01-17 17:07,8.2,99.1,7.2,99.9,977.7,999.9,6.0,99.9,999.9,999.9 +2022-01-17 17:17,7.9,99.3,6.8,99.9,978.0,999.9,5.7,99.9,999.9,999.9 +2022-01-17 17:27,7.7,99.7,6.5,99.9,978.1,999.9,5.5,99.9,999.9,999.9 +2022-01-17 17:37,7.6,99.6,6.3,99.9,977.4,999.9,5.3,99.9,999.9,999.9 +2022-01-17 17:47,7.3,99.5,5.9,99.9,977.8,999.9,5.1,99.9,999.9,999.9 +2022-01-17 17:57,7.1,99.5,5.7,99.9,978.3,999.9,4.8,99.9,999.9,999.9 +2022-01-17 18:07,6.9,99.5,5.5,99.9,977.8,999.9,4.7,99.9,999.9,999.9 +2022-01-17 18:17,6.8,99.7,5.2,99.9,977.9,999.9,4.5,99.9,999.9,999.9 +2022-01-17 18:27,6.7,99.6,5.1,99.9,977.3,999.9,4.4,99.9,999.9,999.9 +2022-01-17 18:37,6.6,99.6,4.9,99.9,977.3,999.9,4.3,99.9,999.9,999.9 +2022-01-17 18:47,6.4,99.7,4.8,99.9,977.7,999.9,4.1,99.9,999.9,999.9 +2022-01-17 18:58,6.4,100.0,4.7,99.9,977.2,999.9,4.1,99.9,999.9,999.9 +2022-01-17 19:08,6.4,99.8,4.7,99.9,977.2,999.9,4.1,99.9,999.9,999.9 +2022-01-17 19:08,6.4,99.8,4.7,99.9,977.2,999.9,4.1,99.9,999.9,999.9 +2022-01-17 19:18,6.3,99.7,4.6,99.9,977.0,999.9,4.0,99.9,999.9,999.9 +2022-01-17 19:28,6.3,99.8,4.5,99.9,977.0,999.9,4.0,99.9,999.9,999.9 +2022-01-17 19:38,6.2,100.2,4.4,99.9,977.7,999.9,3.9,99.9,999.9,999.9 +2022-01-17 19:48,6.3,100.9,4.5,99.9,977.3,999.9,4.1,99.9,999.9,999.9 +2022-01-17 19:58,6.6,101.1,4.6,99.9,977.5,999.9,4.3,99.9,999.9,999.9 +2022-01-17 20:08,6.8,101.4,4.8,99.9,977.1,999.9,4.4,99.9,999.9,999.9 +2022-01-17 20:18,7.1,101.8,5.0,99.9,977.4,999.9,4.8,99.9,999.9,999.9 +2022-01-17 20:28,7.4,102.0,5.2,99.9,977.1,999.9,5.1,99.9,999.9,999.9 +2022-01-17 20:38,7.6,102.1,5.4,99.9,977.1,999.9,5.4,99.9,999.9,999.9 +2022-01-17 20:48,7.8,102.1,5.6,99.9,977.4,999.9,5.5,99.9,999.9,999.9 +2022-01-17 20:58,8.0,102.1,5.8,99.9,977.6,999.9,5.7,99.9,999.9,999.9 +2022-01-17 21:08,8.1,102.2,5.9,99.9,977.6,999.9,5.9,99.9,999.9,999.9 +2022-01-17 21:18,8.2,102.2,6.0,99.9,977.8,999.9,5.9,99.9,999.9,999.9 +2022-01-17 21:28,8.2,102.2,6.1,99.9,977.6,999.9,6.0,99.9,999.9,999.9 +2022-01-17 21:38,8.2,102.2,6.2,99.9,977.7,999.9,6.0,99.9,999.9,999.9 +2022-01-17 21:48,8.3,102.3,6.2,99.9,976.6,999.9,6.1,99.9,999.9,999.9 +2022-01-17 21:58,8.2,101.8,6.2,99.9,977.3,999.9,5.9,99.9,999.9,999.9 +2022-01-17 22:08,7.8,101.1,6.0,99.9,977.7,999.9,5.5,99.9,999.9,999.9 +2022-01-17 22:18,7.7,101.8,5.9,99.9,978.3,999.9,5.5,99.9,999.9,999.9 +2022-01-17 22:18,7.7,101.8,5.9,99.9,978.3,999.9,5.5,99.9,999.9,999.9 +2022-01-17 22:28,7.7,102.0,5.9,99.9,978.1,999.9,5.5,99.9,999.9,999.9 +2022-01-17 22:38,7.5,101.1,5.7,99.9,977.6,999.9,5.2,99.9,999.9,999.9 +2022-01-17 22:48,7.3,101.5,5.5,99.9,977.9,999.9,5.0,99.9,999.9,999.9 +2022-01-17 22:48,7.3,101.5,5.5,99.9,977.9,999.9,5.0,99.9,999.9,999.9 +2022-01-17 22:58,7.3,102.1,5.6,99.9,978.4,999.9,5.1,99.9,999.9,999.9 +2022-01-17 23:08,7.5,102.4,5.6,99.9,978.3,999.9,5.2,99.9,999.9,999.9 +2022-01-17 23:18,7.7,102.6,5.7,99.9,978.3,999.9,5.4,99.9,999.9,999.9 +2022-01-17 23:28,7.8,102.7,5.8,99.9,978.1,999.9,5.5,99.9,999.9,999.9 +2022-01-17 23:38,7.8,102.4,5.8,99.9,978.0,999.9,5.5,99.9,999.9,999.9 +2022-01-17 23:48,7.7,102.6,5.7,99.9,977.8,999.9,5.4,99.9,999.9,999.9 +2022-01-17 23:58,7.7,102.7,5.8,99.9,978.2,999.9,5.4,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-18_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-18_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..3738fad --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-18_telemetry_PE1RXF-7.dat @@ -0,0 +1,161 @@ +2022-01-18 00:09,7.7,102.6,5.8,99.9,978.3,999.9,5.4,99.9,999.9,999.9 +2022-01-18 00:19,7.7,103.0,5.8,99.9,977.9,999.9,5.5,99.9,999.9,999.9 +2022-01-18 00:29,7.9,103.1,5.9,99.9,978.2,999.9,5.6,99.9,999.9,999.9 +2022-01-18 00:29,7.9,103.1,5.9,99.9,978.2,999.9,5.6,99.9,999.9,999.9 +2022-01-18 00:39,7.9,103.1,5.9,99.9,978.3,999.9,5.6,99.9,999.9,999.9 +2022-01-18 00:49,8.0,103.1,6.0,99.9,978.2,999.9,5.7,99.9,999.9,999.9 +2022-01-18 00:49,8.0,103.1,6.0,99.9,978.2,999.9,5.7,99.9,999.9,999.9 +2022-01-18 00:59,8.0,103.1,6.0,99.9,978.5,999.9,5.7,99.9,999.9,999.9 +2022-01-18 01:09,8.0,102.9,6.0,99.9,978.7,999.9,5.7,99.9,999.9,999.9 +2022-01-18 01:19,7.8,102.6,5.9,99.9,978.3,999.9,5.5,99.9,999.9,999.9 +2022-01-18 01:29,7.6,102.3,5.8,99.9,978.1,999.9,5.4,99.9,999.9,999.9 +2022-01-18 01:40,7.4,101.8,5.6,99.9,978.4,999.9,5.1,99.9,999.9,999.9 +2022-01-18 01:50,7.1,101.6,5.3,99.9,978.4,999.9,4.8,99.9,999.9,999.9 +2022-01-18 01:50,7.1,101.6,5.3,99.9,978.4,999.9,4.8,99.9,999.9,999.9 +2022-01-18 02:00,7.0,102.3,5.2,99.9,977.7,999.9,4.7,99.9,999.9,999.9 +2022-01-18 02:10,7.1,102.8,5.3,99.9,978.1,999.9,4.9,99.9,999.9,999.9 +2022-01-18 02:20,7.3,103.0,5.4,99.9,978.0,999.9,5.1,99.9,999.9,999.9 +2022-01-18 02:30,7.6,103.2,5.6,99.9,977.5,999.9,5.3,99.9,999.9,999.9 +2022-01-18 02:30,7.6,103.2,5.6,99.9,977.5,999.9,5.3,99.9,999.9,999.9 +2022-01-18 02:40,7.6,102.7,5.6,99.9,977.5,999.9,5.3,99.9,999.9,999.9 +2022-01-18 02:50,7.5,102.7,5.5,99.9,978.0,999.9,5.2,99.9,999.9,999.9 +2022-01-18 03:00,7.4,102.6,5.5,99.9,977.7,999.9,5.1,99.9,999.9,999.9 +2022-01-18 03:00,7.4,102.6,5.5,99.9,977.7,999.9,5.1,99.9,999.9,999.9 +2022-01-18 03:01,7.4,102.6,5.5,99.9,977.7,999.9,5.1,99.9,999.9,999.9 +2022-01-18 03:11,7.3,102.6,5.4,99.9,977.9,999.9,5.0,99.9,999.9,999.9 +2022-01-18 03:21,7.3,102.6,5.4,99.9,977.7,999.9,5.0,99.9,999.9,999.9 +2022-01-18 03:31,7.4,103.1,5.5,99.9,977.2,999.9,5.1,99.9,999.9,999.9 +2022-01-18 03:41,7.6,103.4,5.6,99.9,977.7,999.9,5.3,99.9,999.9,999.9 +2022-01-18 03:51,7.7,103.4,5.7,99.9,977.6,999.9,5.4,99.9,999.9,999.9 +2022-01-18 04:01,7.8,103.4,5.8,99.9,977.7,999.9,5.5,99.9,999.9,999.9 +2022-01-18 04:01,7.8,103.4,5.8,99.9,977.7,999.9,5.5,99.9,999.9,999.9 +2022-01-18 04:11,7.9,103.5,5.9,99.9,977.3,999.9,5.6,99.9,999.9,999.9 +2022-01-18 04:21,8.0,103.6,5.9,99.9,977.3,999.9,5.6,99.9,999.9,999.9 +2022-01-18 04:32,8.0,103.6,6.0,99.9,977.7,999.9,5.7,99.9,999.9,999.9 +2022-01-18 04:42,8.1,103.7,6.0,99.9,977.7,999.9,5.7,99.9,999.9,999.9 +2022-01-18 04:52,8.1,103.7,6.1,99.9,977.1,999.9,5.7,99.9,999.9,999.9 +2022-01-18 05:02,8.1,103.7,6.1,99.9,977.4,999.9,5.8,99.9,999.9,999.9 +2022-01-18 05:12,8.1,103.7,6.2,99.9,977.4,999.9,5.8,99.9,999.9,999.9 +2022-01-18 05:12,8.1,103.7,6.2,99.9,977.4,999.9,5.8,99.9,999.9,999.9 +2022-01-18 05:22,8.1,103.7,6.2,99.9,978.0,999.9,5.8,99.9,999.9,999.9 +2022-01-18 05:32,8.2,103.7,6.2,99.9,977.6,999.9,5.9,99.9,999.9,999.9 +2022-01-18 05:42,8.1,103.6,6.2,99.9,977.4,999.9,5.9,99.9,999.9,999.9 +2022-01-18 05:52,8.1,103.5,6.2,99.9,978.0,999.9,5.9,99.9,999.9,999.9 +2022-01-18 06:02,8.1,103.5,6.2,99.9,977.9,999.9,5.9,99.9,999.9,999.9 +2022-01-18 06:12,8.1,103.6,6.2,99.9,977.4,999.9,5.9,99.9,999.9,999.9 +2022-01-18 06:22,8.1,103.6,6.2,99.9,977.9,999.9,5.8,99.9,999.9,999.9 +2022-01-18 06:32,8.1,103.6,6.2,99.9,977.8,999.9,5.8,99.9,999.9,999.9 +2022-01-18 06:42,8.1,103.7,6.2,99.9,977.3,999.9,5.8,99.9,999.9,999.9 +2022-01-18 06:52,8.0,103.7,6.1,99.9,977.9,999.9,5.8,99.9,999.9,999.9 +2022-01-18 07:02,8.0,103.8,6.1,99.9,977.8,999.9,5.7,99.9,999.9,999.9 +2022-01-18 07:12,8.0,103.8,6.1,99.9,978.0,999.9,5.7,99.9,999.9,999.9 +2022-01-18 07:22,8.0,103.7,6.1,99.9,977.5,999.9,5.7,99.9,999.9,999.9 +2022-01-18 07:32,8.0,103.8,6.1,99.9,977.9,999.9,5.7,99.9,999.9,999.9 +2022-01-18 07:42,8.0,103.8,6.1,99.9,977.5,999.9,5.7,99.9,999.9,999.9 +2022-01-18 07:42,8.0,103.8,6.1,99.9,977.5,999.9,5.7,99.9,999.9,999.9 +2022-01-18 07:52,8.0,103.9,6.0,99.9,978.1,999.9,5.7,99.9,999.9,999.9 +2022-01-18 08:02,8.0,103.8,6.0,99.9,978.0,999.9,5.7,99.9,999.9,999.9 +2022-01-18 08:12,7.9,103.9,6.0,99.9,977.5,999.9,5.7,99.9,999.9,999.9 +2022-01-18 08:23,7.9,103.9,6.0,99.9,977.5,999.9,5.6,99.9,999.9,999.9 +2022-01-18 08:33,7.9,104.0,6.0,99.9,977.5,999.9,5.6,99.9,999.9,999.9 +2022-01-18 08:43,7.9,104.1,6.0,99.9,978.1,999.9,5.5,99.9,999.9,999.9 +2022-01-18 08:43,7.9,104.1,6.0,99.9,978.1,999.9,5.5,99.9,999.9,999.9 +2022-01-18 08:53,7.9,104.1,6.1,99.9,978.1,999.9,5.6,99.9,999.9,999.9 +2022-01-18 09:03,8.0,104.2,6.2,99.9,977.9,999.9,5.6,99.9,999.9,999.9 +2022-01-18 09:13,8.1,104.1,6.4,99.9,977.8,999.9,5.7,99.9,999.9,999.9 +2022-01-18 09:23,8.2,104.2,6.6,99.9,977.5,999.9,5.9,99.9,999.9,999.9 +2022-01-18 09:33,8.4,104.2,6.8,99.9,977.1,999.9,6.0,99.9,999.9,999.9 +2022-01-18 09:43,8.5,104.3,7.1,99.9,977.9,999.9,6.2,99.9,999.9,999.9 +2022-01-18 09:53,8.7,104.2,7.3,99.9,978.6,999.9,6.4,99.9,999.9,999.9 +2022-01-18 10:03,8.8,104.1,7.4,99.9,978.1,999.9,6.5,99.9,999.9,999.9 +2022-01-18 10:13,9.0,104.2,7.6,99.9,978.9,999.9,6.7,99.9,999.9,999.9 +2022-01-18 10:23,9.1,104.3,7.8,99.9,978.7,999.9,6.9,99.9,999.9,999.9 +2022-01-18 10:33,9.3,104.3,8.1,99.9,978.9,999.9,7.1,99.9,999.9,999.9 +2022-01-18 10:44,9.6,104.5,8.6,99.9,978.7,999.9,7.4,99.9,999.9,999.9 +2022-01-18 10:54,10.0,104.3,9.0,99.9,978.8,999.9,7.7,99.9,999.9,999.9 +2022-01-18 11:04,10.3,103.9,9.5,99.9,979.5,999.9,8.0,99.9,999.9,999.9 +2022-01-18 11:14,10.7,103.7,9.9,99.9,979.2,999.9,8.3,99.9,999.9,999.9 +2022-01-18 11:24,11.0,103.7,10.4,99.9,979.0,999.9,8.7,99.9,999.9,999.9 +2022-01-18 11:34,11.3,103.5,10.9,99.9,978.9,999.9,9.0,99.9,999.9,999.9 +2022-01-18 11:44,11.7,103.2,11.3,99.9,979.5,999.9,9.3,99.9,999.9,999.9 +2022-01-18 11:54,12.4,102.7,12.1,99.9,979.5,999.9,9.8,99.9,999.9,999.9 +2022-01-18 12:04,12.5,102.0,12.3,99.9,979.3,999.9,10.0,99.9,999.9,999.9 +2022-01-18 12:14,12.7,101.9,12.7,99.9,979.3,999.9,10.2,99.9,999.9,999.9 +2022-01-18 12:24,12.9,101.6,13.0,99.9,979.8,999.9,10.4,99.9,999.9,999.9 +2022-01-18 12:34,13.2,101.8,13.5,99.9,980.0,999.9,10.8,99.9,999.9,999.9 +2022-01-18 12:44,13.2,101.1,13.3,99.9,980.5,999.9,10.7,99.9,999.9,999.9 +2022-01-18 12:54,13.4,101.5,13.8,99.9,980.4,999.9,11.0,99.9,999.9,999.9 +2022-01-18 12:54,13.4,101.5,13.8,99.9,980.4,999.9,11.0,99.9,999.9,999.9 +2022-01-18 13:04,13.7,101.0,14.0,99.9,980.0,999.9,11.2,99.9,999.9,999.9 +2022-01-18 13:14,13.5,100.6,13.8,99.9,979.7,999.9,11.1,99.9,999.9,999.9 +2022-01-18 13:24,13.2,100.6,13.6,99.9,980.7,999.9,10.9,99.9,999.9,999.9 +2022-01-18 13:35,13.2,100.6,13.7,99.9,979.9,999.9,10.9,99.9,999.9,999.9 +2022-01-18 13:35,13.2,100.6,13.7,99.9,979.9,999.9,10.9,99.9,999.9,999.9 +2022-01-18 13:45,12.9,100.7,13.3,99.9,980.0,999.9,10.6,99.9,999.9,999.9 +2022-01-18 13:55,12.8,101.0,13.1,99.9,980.5,999.9,10.5,99.9,999.9,999.9 +2022-01-18 14:05,12.4,101.2,12.6,99.9,980.2,999.9,10.3,99.9,999.9,999.9 +2022-01-18 14:15,12.2,101.3,12.2,99.9,980.1,999.9,10.0,99.9,999.9,999.9 +2022-01-18 14:25,12.0,101.3,11.9,99.9,980.0,999.9,9.7,99.9,999.9,999.9 +2022-01-18 14:35,11.9,101.3,11.7,99.9,979.8,999.9,9.6,99.9,999.9,999.9 +2022-01-18 14:56,11.6,101.1,11.3,99.9,979.9,999.9,9.3,99.9,999.9,999.9 +2022-01-18 14:56,11.6,101.1,11.3,99.9,979.9,999.9,9.3,99.9,999.9,999.9 +2022-01-18 14:56,11.6,101.1,11.3,99.9,979.9,999.9,9.3,99.9,999.9,999.9 +2022-01-18 15:06,11.2,101.0,10.9,99.9,979.7,999.9,9.0,99.9,999.9,999.9 +2022-01-18 15:16,10.9,101.5,10.7,99.9,979.8,999.9,8.8,99.9,999.9,999.9 +2022-01-18 15:17,10.9,101.5,10.7,99.9,979.8,999.9,8.8,99.9,999.9,999.9 +2022-01-18 15:27,10.9,101.3,10.7,99.9,979.9,999.9,8.8,99.9,999.9,999.9 +2022-01-18 15:36,11.0,100.8,10.6,99.9,979.8,999.9,9.1,99.9,999.9,999.9 +2022-01-18 15:37,11.0,100.8,10.6,99.9,979.8,999.9,9.1,99.9,999.9,999.9 +2022-01-18 15:47,11.0,100.3,10.5,99.9,979.5,999.9,9.0,99.9,999.9,999.9 +2022-01-18 15:57,11.0,100.1,10.6,99.9,979.6,999.9,9.3,99.9,999.9,999.9 +2022-01-18 16:07,11.0,99.6,10.5,99.9,979.6,999.9,9.2,99.9,999.9,999.9 +2022-01-18 16:17,10.4,98.8,9.7,99.9,980.1,999.9,8.5,99.9,999.9,999.9 +2022-01-18 16:49,8.2,100.2,7.5,99.9,978.8,999.9,6.3,99.9,999.9,999.9 +2022-01-18 16:59,8.1,101.0,7.1,99.9,979.1,999.9,6.1,99.9,999.9,999.9 +2022-01-18 17:20,7.9,101.9,6.7,99.9,979.7,999.9,5.9,99.9,999.9,999.9 +2022-01-18 17:20,7.9,101.9,6.7,99.9,979.7,999.9,5.9,99.9,999.9,999.9 +2022-01-18 17:20,7.9,101.9,6.7,99.9,979.7,999.9,5.9,99.9,999.9,999.9 +2022-01-18 17:30,7.9,101.8,6.5,99.9,979.6,999.9,5.8,99.9,999.9,999.9 +2022-01-18 17:40,7.8,102.0,6.3,99.9,979.8,999.9,5.7,99.9,999.9,999.9 +2022-01-18 17:50,7.8,102.2,6.2,99.9,979.6,999.9,5.6,99.9,999.9,999.9 +2022-01-18 18:00,7.7,102.3,6.1,99.9,979.6,999.9,5.6,99.9,999.9,999.9 +2022-01-18 18:10,7.7,102.5,6.1,99.9,979.4,999.9,5.5,99.9,999.9,999.9 +2022-01-18 18:20,7.7,102.6,6.0,99.9,979.5,999.9,5.5,99.9,999.9,999.9 +2022-01-18 18:30,7.7,102.8,6.0,99.9,979.2,999.9,5.5,99.9,999.9,999.9 +2022-01-18 18:40,7.7,102.9,6.0,99.9,979.3,999.9,5.5,99.9,999.9,999.9 +2022-01-18 18:50,7.7,102.9,6.0,99.9,979.4,999.9,5.5,99.9,999.9,999.9 +2022-01-18 19:00,7.7,103.0,6.0,99.9,979.3,999.9,5.5,99.9,999.9,999.9 +2022-01-18 19:10,7.7,103.0,6.0,99.9,978.8,999.9,5.5,99.9,999.9,999.9 +2022-01-18 19:20,7.7,103.1,5.9,99.9,979.4,999.9,5.5,99.9,999.9,999.9 +2022-01-18 19:30,7.7,103.0,5.9,99.9,979.2,999.9,5.4,99.9,999.9,999.9 +2022-01-18 19:40,7.6,103.0,5.8,99.9,979.2,999.9,5.4,99.9,999.9,999.9 +2022-01-18 19:50,7.5,102.9,5.8,99.9,979.0,999.9,5.3,99.9,999.9,999.9 +2022-01-18 19:50,7.5,102.9,5.8,99.9,979.0,999.9,5.3,99.9,999.9,999.9 +2022-01-18 20:01,7.5,103.0,5.7,99.9,979.5,999.9,5.2,99.9,999.9,999.9 +2022-01-18 20:11,7.4,103.0,5.7,99.9,979.7,999.9,5.2,99.9,999.9,999.9 +2022-01-18 20:32,7.2,102.8,5.5,99.9,979.6,999.9,5.0,99.9,999.9,999.9 +2022-01-18 20:32,7.2,102.8,5.5,99.9,979.6,999.9,5.0,99.9,999.9,999.9 +2022-01-18 20:32,7.2,102.8,5.5,99.9,979.6,999.9,5.0,99.9,999.9,999.9 +2022-01-18 20:32,7.2,102.8,5.5,99.9,979.6,999.9,5.0,99.9,999.9,999.9 +2022-01-18 20:42,7.1,102.8,5.5,99.9,979.0,999.9,4.9,99.9,999.9,999.9 +2022-01-18 20:52,7.0,102.8,5.4,99.9,979.9,999.9,4.8,99.9,999.9,999.9 +2022-01-18 21:02,7.0,102.8,5.3,99.9,979.3,999.9,4.7,99.9,999.9,999.9 +2022-01-18 21:12,6.9,102.8,5.2,99.9,979.0,999.9,4.7,99.9,999.9,999.9 +2022-01-18 21:22,6.8,102.9,5.2,99.9,979.1,999.9,4.6,99.9,999.9,999.9 +2022-01-18 21:32,6.8,102.9,5.1,99.9,979.1,999.9,4.6,99.9,999.9,999.9 +2022-01-18 21:42,6.8,102.9,5.1,99.9,979.0,999.9,4.5,99.9,999.9,999.9 +2022-01-18 21:52,6.7,103.0,5.0,99.9,979.4,999.9,4.5,99.9,999.9,999.9 +2022-01-18 22:02,6.7,103.0,5.0,99.9,979.3,999.9,4.5,99.9,999.9,999.9 +2022-01-18 22:12,6.7,102.9,4.9,99.9,979.5,999.9,4.5,99.9,999.9,999.9 +2022-01-18 22:22,6.6,103.0,4.9,99.9,979.0,999.9,4.4,99.9,999.9,999.9 +2022-01-18 22:32,6.6,102.8,4.8,99.9,979.2,999.9,4.3,99.9,999.9,999.9 +2022-01-18 22:42,6.5,102.9,4.8,99.9,979.1,999.9,4.3,99.9,999.9,999.9 +2022-01-18 22:52,6.5,102.8,4.7,99.9,979.4,999.9,4.2,99.9,999.9,999.9 +2022-01-18 23:02,6.4,102.8,4.7,99.9,979.3,999.9,4.2,99.9,999.9,999.9 +2022-01-18 23:12,6.3,102.7,4.6,99.9,978.9,999.9,4.1,99.9,999.9,999.9 +2022-01-18 23:22,6.2,102.8,4.6,99.9,979.4,999.9,4.0,99.9,999.9,999.9 +2022-01-18 23:32,6.2,102.6,4.5,99.9,979.0,999.9,4.0,99.9,999.9,999.9 +2022-01-18 23:33,6.2,102.6,4.5,99.9,979.0,999.9,4.0,99.9,999.9,999.9 +2022-01-18 23:33,6.2,102.6,4.5,99.9,979.0,999.9,4.0,99.9,999.9,999.9 +2022-01-18 23:43,6.1,102.7,4.4,99.9,979.3,999.9,3.9,99.9,999.9,999.9 +2022-01-18 23:53,6.1,102.8,4.5,99.9,978.8,999.9,3.9,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-19_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-19_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..0e4098c --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-19_telemetry_PE1RXF-7.dat @@ -0,0 +1,163 @@ +2022-01-19 00:03,6.1,102.8,4.5,99.9,979.1,999.9,3.9,99.9,999.9,999.9 +2022-01-19 00:13,6.1,102.9,4.4,99.9,978.5,999.9,3.9,99.9,999.9,999.9 +2022-01-19 00:23,6.1,102.9,4.4,99.9,978.8,999.9,3.9,99.9,999.9,999.9 +2022-01-19 00:33,6.2,102.9,4.4,99.9,978.9,999.9,3.9,99.9,999.9,999.9 +2022-01-19 00:43,6.2,103.0,4.4,99.9,978.8,999.9,3.9,99.9,999.9,999.9 +2022-01-19 00:53,6.2,103.0,4.4,99.9,978.9,999.9,3.9,99.9,999.9,999.9 +2022-01-19 01:03,6.2,103.0,4.4,99.9,978.4,999.9,3.9,99.9,999.9,999.9 +2022-01-19 01:13,6.1,103.0,4.4,99.9,978.7,999.9,3.9,99.9,999.9,999.9 +2022-01-19 01:23,6.2,103.0,4.4,99.9,978.6,999.9,3.9,99.9,999.9,999.9 +2022-01-19 01:33,6.2,103.1,4.4,99.9,978.8,999.9,3.9,99.9,999.9,999.9 +2022-01-19 01:43,6.2,103.1,4.4,99.9,978.9,999.9,3.9,99.9,999.9,999.9 +2022-01-19 01:53,6.2,103.1,4.4,99.9,979.0,999.9,4.0,99.9,999.9,999.9 +2022-01-19 02:03,6.2,103.1,4.4,99.9,978.5,999.9,4.0,99.9,999.9,999.9 +2022-01-19 02:13,6.2,103.1,4.4,99.9,978.8,999.9,4.0,99.9,999.9,999.9 +2022-01-19 02:13,6.2,103.1,4.4,99.9,978.8,999.9,4.0,99.9,999.9,999.9 +2022-01-19 02:23,6.2,103.1,4.4,99.9,979.1,999.9,3.9,99.9,999.9,999.9 +2022-01-19 02:33,6.1,103.1,4.4,99.9,979.5,999.9,3.9,99.9,999.9,999.9 +2022-01-19 02:43,6.1,103.1,4.4,99.9,978.8,999.9,3.9,99.9,999.9,999.9 +2022-01-19 02:53,6.1,102.9,4.3,99.9,978.9,999.9,3.8,99.9,999.9,999.9 +2022-01-19 03:03,6.0,103.0,4.2,99.9,979.3,999.9,3.8,99.9,999.9,999.9 +2022-01-19 03:13,6.0,103.0,4.2,99.9,978.7,999.9,3.8,99.9,999.9,999.9 +2022-01-19 03:23,5.9,102.3,4.1,99.9,978.9,999.9,3.6,99.9,999.9,999.9 +2022-01-19 03:23,5.9,102.3,4.1,99.9,978.9,999.9,3.6,99.9,999.9,999.9 +2022-01-19 03:33,5.5,101.4,3.7,99.9,978.9,999.9,3.1,99.9,999.9,999.9 +2022-01-19 03:43,5.0,100.8,3.4,99.9,978.3,999.9,2.6,99.9,999.9,999.9 +2022-01-19 03:53,4.6,100.5,3.0,99.9,978.4,999.9,2.1,99.9,999.9,999.9 +2022-01-19 04:03,4.2,100.5,2.6,99.9,978.4,999.9,1.7,99.9,999.9,999.9 +2022-01-19 04:13,3.9,100.6,2.3,99.9,978.7,999.9,1.5,99.9,999.9,999.9 +2022-01-19 04:23,3.8,100.5,2.1,99.9,977.5,999.9,1.3,99.9,999.9,999.9 +2022-01-19 04:33,3.6,100.5,1.9,99.9,979.1,999.9,1.2,99.9,999.9,999.9 +2022-01-19 04:43,3.5,100.7,1.7,99.9,978.7,999.9,1.1,99.9,999.9,999.9 +2022-01-19 04:53,3.5,100.8,1.7,99.9,978.6,999.9,1.1,99.9,999.9,999.9 +2022-01-19 05:03,3.6,101.2,1.7,99.9,978.6,999.9,1.2,99.9,999.9,999.9 +2022-01-19 05:13,3.8,101.5,1.7,99.9,978.4,999.9,1.3,99.9,999.9,999.9 +2022-01-19 05:24,4.0,102.0,1.8,99.9,978.4,999.9,1.5,99.9,999.9,999.9 +2022-01-19 05:34,4.4,102.6,2.1,99.9,978.3,999.9,1.9,99.9,999.9,999.9 +2022-01-19 05:44,4.6,102.5,2.4,99.9,979.0,999.9,2.1,99.9,999.9,999.9 +2022-01-19 05:54,4.7,102.5,2.5,99.9,979.1,999.9,2.3,99.9,999.9,999.9 +2022-01-19 05:54,4.7,102.5,2.5,99.9,979.1,999.9,2.3,99.9,999.9,999.9 +2022-01-19 06:04,4.7,102.2,2.6,99.9,979.1,999.9,2.3,99.9,999.9,999.9 +2022-01-19 06:14,4.6,102.2,2.6,99.9,979.2,999.9,2.2,99.9,999.9,999.9 +2022-01-19 06:15,4.6,102.2,2.6,99.9,979.2,999.9,2.2,99.9,999.9,999.9 +2022-01-19 06:25,4.6,102.3,2.7,99.9,979.6,999.9,2.3,99.9,999.9,999.9 +2022-01-19 06:35,4.6,102.5,2.7,99.9,979.3,999.9,2.3,99.9,999.9,999.9 +2022-01-19 06:35,4.6,102.5,2.7,99.9,979.3,999.9,2.3,99.9,999.9,999.9 +2022-01-19 06:45,4.7,102.5,2.7,99.9,979.4,999.9,2.3,99.9,999.9,999.9 +2022-01-19 06:55,4.7,102.4,2.8,99.9,979.2,999.9,2.3,99.9,999.9,999.9 +2022-01-19 07:05,4.7,102.4,2.8,99.9,978.6,999.9,2.3,99.9,999.9,999.9 +2022-01-19 07:06,4.7,102.4,2.8,99.9,978.6,999.9,2.3,99.9,999.9,999.9 +2022-01-19 07:16,4.7,102.6,2.8,99.9,978.8,999.9,2.3,99.9,999.9,999.9 +2022-01-19 07:26,4.7,102.7,2.8,99.9,978.4,999.9,2.4,99.9,999.9,999.9 +2022-01-19 07:36,4.8,102.7,2.9,99.9,978.7,999.9,2.4,99.9,999.9,999.9 +2022-01-19 07:46,4.9,102.8,2.9,99.9,979.0,999.9,2.5,99.9,999.9,999.9 +2022-01-19 07:56,4.9,102.7,3.0,99.9,978.7,999.9,2.5,99.9,999.9,999.9 +2022-01-19 08:06,4.9,102.7,3.0,99.9,979.8,999.9,2.5,99.9,999.9,999.9 +2022-01-19 08:16,4.9,102.8,3.0,99.9,979.8,999.9,2.5,99.9,999.9,999.9 +2022-01-19 08:26,4.9,102.8,3.1,99.9,979.1,999.9,2.6,99.9,999.9,999.9 +2022-01-19 08:37,4.9,102.7,3.1,99.9,978.7,999.9,2.6,99.9,999.9,999.9 +2022-01-19 08:47,5.0,102.7,3.1,99.9,979.0,999.9,2.6,99.9,999.9,999.9 +2022-01-19 08:47,5.0,102.7,3.1,99.9,979.0,999.9,2.6,99.9,999.9,999.9 +2022-01-19 08:57,5.0,102.6,3.2,99.9,979.5,999.9,2.6,99.9,999.9,999.9 +2022-01-19 09:07,5.0,102.4,3.3,99.9,979.3,999.9,2.6,99.9,999.9,999.9 +2022-01-19 09:07,5.0,102.4,3.3,99.9,979.3,999.9,2.6,99.9,999.9,999.9 +2022-01-19 09:18,5.0,102.3,3.3,99.9,979.0,999.9,2.7,99.9,999.9,999.9 +2022-01-19 09:28,5.2,102.4,3.5,99.9,979.3,999.9,2.8,99.9,999.9,999.9 +2022-01-19 09:38,5.3,102.4,3.7,99.9,979.2,999.9,3.0,99.9,999.9,999.9 +2022-01-19 09:38,5.3,102.4,3.7,99.9,979.2,999.9,3.0,99.9,999.9,999.9 +2022-01-19 09:48,5.4,102.3,3.8,99.9,979.0,999.9,3.1,99.9,999.9,999.9 +2022-01-19 09:58,5.4,102.2,3.8,99.9,979.4,999.9,3.1,99.9,999.9,999.9 +2022-01-19 09:58,5.4,102.2,3.8,99.9,979.4,999.9,3.1,99.9,999.9,999.9 +2022-01-19 10:08,5.6,102.3,3.9,99.9,979.4,999.9,3.2,99.9,999.9,999.9 +2022-01-19 10:18,5.8,102.5,4.3,99.9,979.1,999.9,3.4,99.9,999.9,999.9 +2022-01-19 10:28,6.0,102.4,4.6,99.9,979.3,999.9,3.7,99.9,999.9,999.9 +2022-01-19 10:38,6.2,102.2,4.7,99.9,979.2,999.9,3.9,99.9,999.9,999.9 +2022-01-19 10:48,6.4,102.1,5.1,99.9,979.0,999.9,4.1,99.9,999.9,999.9 +2022-01-19 10:49,6.4,102.1,5.1,99.9,979.0,999.9,4.1,99.9,999.9,999.9 +2022-01-19 10:58,6.7,102.0,5.5,99.9,979.6,999.9,4.3,99.9,999.9,999.9 +2022-01-19 11:08,6.9,101.8,5.8,99.9,979.2,999.9,4.5,99.9,999.9,999.9 +2022-01-19 11:18,7.0,101.7,6.1,99.9,979.1,999.9,4.7,99.9,999.9,999.9 +2022-01-19 11:28,7.5,101.8,6.7,99.9,979.5,999.9,5.1,99.9,999.9,999.9 +2022-01-19 11:38,7.6,101.4,6.7,99.9,978.7,999.9,5.2,99.9,999.9,999.9 +2022-01-19 11:48,7.6,101.2,6.8,99.9,979.2,999.9,5.2,99.9,999.9,999.9 +2022-01-19 11:49,7.6,101.2,6.8,99.9,979.2,999.9,5.2,99.9,999.9,999.9 +2022-01-19 11:59,7.7,101.3,7.0,99.9,978.8,999.9,5.4,99.9,999.9,999.9 +2022-01-19 12:09,7.7,101.0,6.9,99.9,979.3,999.9,5.4,99.9,999.9,999.9 +2022-01-19 12:19,7.5,101.1,6.6,99.9,979.1,999.9,5.2,99.9,999.9,999.9 +2022-01-19 12:29,7.4,101.2,6.6,99.9,979.4,999.9,5.1,99.9,999.9,999.9 +2022-01-19 12:39,7.3,101.2,6.4,99.9,979.6,999.9,5.1,99.9,999.9,999.9 +2022-01-19 12:49,7.1,101.2,6.1,99.9,979.9,999.9,4.9,99.9,999.9,999.9 +2022-01-19 12:59,7.0,101.3,5.9,99.9,980.0,999.9,4.7,99.9,999.9,999.9 +2022-01-19 13:09,6.9,101.4,5.9,99.9,979.8,999.9,4.7,99.9,999.9,999.9 +2022-01-19 13:19,7.0,101.7,6.0,99.9,979.9,999.9,4.8,99.9,999.9,999.9 +2022-01-19 13:29,7.2,101.6,6.2,99.9,979.6,999.9,4.9,99.9,999.9,999.9 +2022-01-19 13:39,7.3,101.7,6.2,99.9,980.0,999.9,5.0,99.9,999.9,999.9 +2022-01-19 13:49,7.4,101.7,6.4,99.9,980.0,999.9,5.1,99.9,999.9,999.9 +2022-01-19 13:59,7.2,101.5,6.1,99.9,979.7,999.9,5.0,99.9,999.9,999.9 +2022-01-19 14:09,7.1,101.5,5.8,99.9,980.1,999.9,4.8,99.9,999.9,999.9 +2022-01-19 14:19,7.0,101.6,5.8,99.9,979.4,999.9,4.7,99.9,999.9,999.9 +2022-01-19 14:19,7.0,101.6,5.8,99.9,979.4,999.9,4.7,99.9,999.9,999.9 +2022-01-19 14:29,6.9,101.7,5.7,99.9,980.1,999.9,4.6,99.9,999.9,999.9 +2022-01-19 14:30,6.9,101.7,5.7,99.9,980.1,999.9,4.6,99.9,999.9,999.9 +2022-01-19 14:40,6.9,101.9,5.7,99.9,979.8,999.9,4.6,99.9,999.9,999.9 +2022-01-19 14:50,7.0,101.9,5.8,99.9,979.9,999.9,4.7,99.9,999.9,999.9 +2022-01-19 15:00,7.1,101.9,5.8,99.9,979.8,999.9,4.8,99.9,999.9,999.9 +2022-01-19 15:10,7.2,102.0,5.8,99.9,979.8,999.9,4.9,99.9,999.9,999.9 +2022-01-19 15:20,7.1,102.0,5.7,99.9,980.3,999.9,4.9,99.9,999.9,999.9 +2022-01-19 15:30,7.1,102.2,5.7,99.9,979.6,999.9,4.9,99.9,999.9,999.9 +2022-01-19 15:40,7.1,102.1,5.6,99.9,979.8,999.9,4.8,99.9,999.9,999.9 +2022-01-19 15:50,6.9,101.8,5.4,99.9,979.8,999.9,4.6,99.9,999.9,999.9 +2022-01-19 16:00,6.8,102.1,5.4,99.9,980.3,999.9,4.5,99.9,999.9,999.9 +2022-01-19 16:10,6.8,102.3,5.3,99.9,980.1,999.9,4.5,99.9,999.9,999.9 +2022-01-19 16:20,6.8,102.4,5.2,99.9,980.0,999.9,4.5,99.9,999.9,999.9 +2022-01-19 16:30,6.8,102.7,5.1,99.9,981.0,999.9,4.5,99.9,999.9,999.9 +2022-01-19 16:40,6.8,102.9,5.1,99.9,980.1,999.9,4.5,99.9,999.9,999.9 +2022-01-19 16:50,6.8,103.0,5.1,99.9,980.3,999.9,4.6,99.9,999.9,999.9 +2022-01-19 17:00,6.8,103.2,5.0,99.9,979.8,999.9,4.6,99.9,999.9,999.9 +2022-01-19 17:00,6.8,103.2,5.0,99.9,979.8,999.9,4.6,99.9,999.9,999.9 +2022-01-19 17:10,6.9,103.3,5.0,99.9,979.9,999.9,4.6,99.9,999.9,999.9 +2022-01-19 17:20,6.9,103.5,5.1,99.9,980.0,999.9,4.6,99.9,999.9,999.9 +2022-01-19 17:30,7.0,103.7,5.1,99.9,979.9,999.9,4.7,99.9,999.9,999.9 +2022-01-19 17:40,7.0,103.8,5.1,99.9,979.7,999.9,4.8,99.9,999.9,999.9 +2022-01-19 17:50,7.1,104.0,5.2,99.9,979.7,999.9,4.9,99.9,999.9,999.9 +2022-01-19 18:00,7.2,104.0,5.3,99.9,979.7,999.9,5.0,99.9,999.9,999.9 +2022-01-19 18:10,7.4,104.1,5.4,99.9,979.8,999.9,5.1,99.9,999.9,999.9 +2022-01-19 18:20,7.5,104.1,5.5,99.9,979.6,999.9,5.2,99.9,999.9,999.9 +2022-01-19 18:30,7.6,104.2,5.5,99.9,979.8,999.9,5.3,99.9,999.9,999.9 +2022-01-19 18:40,7.6,104.1,5.6,99.9,979.2,999.9,5.3,99.9,999.9,999.9 +2022-01-19 18:50,7.6,104.1,5.6,99.9,979.3,999.9,5.3,99.9,999.9,999.9 +2022-01-19 19:01,7.6,104.0,5.6,99.9,979.2,999.9,5.3,99.9,999.9,999.9 +2022-01-19 19:11,7.6,103.8,5.6,99.9,979.9,999.9,5.3,99.9,999.9,999.9 +2022-01-19 19:21,7.6,103.7,5.6,99.9,979.3,999.9,5.2,99.9,999.9,999.9 +2022-01-19 19:31,7.5,103.7,5.6,99.9,979.3,999.9,5.2,99.9,999.9,999.9 +2022-01-19 19:41,7.4,103.6,5.5,99.9,978.5,999.9,5.1,99.9,999.9,999.9 +2022-01-19 19:51,7.2,103.2,5.4,99.9,978.9,999.9,4.9,99.9,999.9,999.9 +2022-01-19 20:01,6.9,102.2,5.1,99.9,979.5,999.9,4.5,99.9,999.9,999.9 +2022-01-19 20:11,6.6,102.3,4.9,99.9,979.4,999.9,4.2,99.9,999.9,999.9 +2022-01-19 20:21,6.6,102.9,4.8,99.9,979.5,999.9,4.3,99.9,999.9,999.9 +2022-01-19 20:31,6.7,103.3,4.8,99.9,979.4,999.9,4.4,99.9,999.9,999.9 +2022-01-19 20:41,6.8,103.1,4.8,99.9,979.8,999.9,4.5,99.9,999.9,999.9 +2022-01-19 20:51,6.7,102.4,4.7,99.9,979.6,999.9,4.4,99.9,999.9,999.9 +2022-01-19 21:01,6.5,102.0,4.6,99.9,979.5,999.9,4.1,99.9,999.9,999.9 +2022-01-19 21:11,6.1,101.4,4.4,99.9,980.0,999.9,3.7,99.9,999.9,999.9 +2022-01-19 21:11,6.1,101.4,4.4,99.9,980.0,999.9,3.7,99.9,999.9,999.9 +2022-01-19 21:21,5.8,101.2,4.1,99.9,979.4,999.9,3.4,99.9,999.9,999.9 +2022-01-19 21:31,5.6,101.2,3.8,99.9,979.3,999.9,3.2,99.9,999.9,999.9 +2022-01-19 21:41,5.4,101.0,3.7,99.9,979.3,999.9,3.0,99.9,999.9,999.9 +2022-01-19 21:51,5.3,100.9,3.5,99.9,979.4,999.9,2.9,99.9,999.9,999.9 +2022-01-19 21:51,5.3,100.9,3.5,99.9,979.4,999.9,2.9,99.9,999.9,999.9 +2022-01-19 22:01,5.2,100.8,3.4,99.9,979.2,999.9,2.7,99.9,999.9,999.9 +2022-01-19 22:02,5.2,100.8,3.4,99.9,979.2,999.9,2.7,99.9,999.9,999.9 +2022-01-19 22:12,5.1,100.5,3.2,99.9,979.0,999.9,2.7,99.9,999.9,999.9 +2022-01-19 22:22,4.9,100.0,3.1,99.9,979.3,999.9,2.5,99.9,999.9,999.9 +2022-01-19 22:32,4.7,99.7,2.9,99.9,978.7,999.9,2.2,99.9,999.9,999.9 +2022-01-19 22:42,4.4,99.5,2.7,99.9,979.0,999.9,2.0,99.9,999.9,999.9 +2022-01-19 22:52,4.1,99.3,2.4,99.9,979.1,999.9,1.8,99.9,999.9,999.9 +2022-01-19 23:02,3.9,99.2,2.1,99.9,978.8,999.9,1.4,99.9,999.9,999.9 +2022-01-19 23:12,3.6,99.1,1.8,99.9,978.2,999.9,1.1,99.9,999.9,999.9 +2022-01-19 23:12,3.6,99.1,1.8,99.9,978.2,999.9,1.1,99.9,999.9,999.9 +2022-01-19 23:22,3.4,99.5,1.6,99.9,978.9,999.9,0.9,99.9,999.9,999.9 +2022-01-19 23:32,3.4,99.6,1.5,99.9,977.4,999.9,0.9,99.9,999.9,999.9 +2022-01-19 23:33,3.4,99.6,1.5,99.9,977.4,999.9,0.9,99.9,999.9,999.9 +2022-01-19 23:43,3.3,99.8,1.4,99.9,977.9,999.9,0.8,99.9,999.9,999.9 +2022-01-19 23:53,3.5,100.9,1.5,99.9,977.2,999.9,1.1,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-20_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-20_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..c98e688 --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-20_telemetry_PE1RXF-7.dat @@ -0,0 +1,163 @@ +2022-01-20 00:03,3.9,101.6,1.8,99.9,977.0,999.9,1.6,99.9,999.9,999.9 +2022-01-20 00:03,3.9,101.6,1.8,99.9,977.0,999.9,1.6,99.9,999.9,999.9 +2022-01-20 00:13,4.3,101.6,2.0,99.9,978.7,999.9,1.9,99.9,999.9,999.9 +2022-01-20 00:23,4.6,101.7,2.3,99.9,978.7,999.9,2.1,99.9,999.9,999.9 +2022-01-20 00:33,4.7,101.4,2.4,99.9,978.8,999.9,2.2,99.9,999.9,999.9 +2022-01-20 00:33,4.7,101.4,2.4,99.9,978.8,999.9,2.2,99.9,999.9,999.9 +2022-01-20 00:43,4.6,101.0,2.4,99.9,978.4,999.9,2.2,99.9,999.9,999.9 +2022-01-20 00:53,4.5,100.5,2.3,99.9,979.1,999.9,2.0,99.9,999.9,999.9 +2022-01-20 01:03,4.2,100.3,2.2,99.9,979.0,999.9,1.8,99.9,999.9,999.9 +2022-01-20 01:13,4.2,100.9,2.2,99.9,978.7,999.9,1.8,99.9,999.9,999.9 +2022-01-20 01:23,4.3,100.8,2.2,99.9,979.1,999.9,1.8,99.9,999.9,999.9 +2022-01-20 01:33,4.3,100.9,2.3,99.9,979.3,999.9,1.8,99.9,999.9,999.9 +2022-01-20 01:34,4.3,100.9,2.3,99.9,979.3,999.9,1.8,99.9,999.9,999.9 +2022-01-20 01:44,4.4,101.1,2.3,99.9,978.5,999.9,1.9,99.9,999.9,999.9 +2022-01-20 01:54,4.6,101.6,2.5,99.9,978.2,999.9,2.1,99.9,999.9,999.9 +2022-01-20 02:04,4.6,100.5,2.4,99.9,978.4,999.9,2.1,99.9,999.9,999.9 +2022-01-20 02:14,4.3,100.5,2.3,99.9,979.5,999.9,1.9,99.9,999.9,999.9 +2022-01-20 02:24,4.2,101.3,2.3,99.9,979.1,999.9,1.9,99.9,999.9,999.9 +2022-01-20 02:34,4.3,101.4,2.3,99.9,979.1,999.9,1.9,99.9,999.9,999.9 +2022-01-20 02:44,4.2,101.0,2.2,99.9,979.8,999.9,1.8,99.9,999.9,999.9 +2022-01-20 02:54,3.9,100.3,2.0,99.9,979.6,999.9,1.4,99.9,999.9,999.9 +2022-01-20 03:04,3.5,99.9,1.7,99.9,979.9,999.9,1.0,99.9,999.9,999.9 +2022-01-20 03:14,3.3,100.1,1.6,99.9,980.3,999.9,0.8,99.9,999.9,999.9 +2022-01-20 03:24,3.6,101.7,1.7,99.9,980.0,999.9,1.2,99.9,999.9,999.9 +2022-01-20 03:34,4.1,102.2,2.0,99.9,980.1,999.9,1.7,99.9,999.9,999.9 +2022-01-20 03:44,4.4,102.3,2.2,99.9,979.2,999.9,2.0,99.9,999.9,999.9 +2022-01-20 03:54,4.6,102.2,2.4,99.9,980.3,999.9,2.2,99.9,999.9,999.9 +2022-01-20 04:04,4.7,102.2,2.5,99.9,979.3,999.9,2.3,99.9,999.9,999.9 +2022-01-20 04:14,4.7,101.7,2.6,99.9,979.2,999.9,2.3,99.9,999.9,999.9 +2022-01-20 04:24,4.4,101.0,2.4,99.9,979.8,999.9,2.0,99.9,999.9,999.9 +2022-01-20 04:34,4.1,100.5,2.2,99.9,979.3,999.9,1.8,99.9,999.9,999.9 +2022-01-20 04:44,3.9,100.9,2.1,99.9,979.2,999.9,1.5,99.9,999.9,999.9 +2022-01-20 04:54,3.8,101.2,2.0,99.9,978.2,999.9,1.5,99.9,999.9,999.9 +2022-01-20 05:04,3.9,101.2,2.0,99.9,979.3,999.9,1.6,99.9,999.9,999.9 +2022-01-20 05:14,4.0,101.1,2.0,99.9,979.6,999.9,1.7,99.9,999.9,999.9 +2022-01-20 05:24,4.0,100.8,2.0,99.9,979.5,999.9,1.7,99.9,999.9,999.9 +2022-01-20 05:34,4.1,100.4,2.1,99.9,979.6,999.9,1.8,99.9,999.9,999.9 +2022-01-20 05:44,4.0,99.7,1.9,99.9,979.7,999.9,1.6,99.9,999.9,999.9 +2022-01-20 05:54,3.8,99.5,1.8,99.9,979.5,999.9,1.4,99.9,999.9,999.9 +2022-01-20 06:04,3.8,99.8,1.8,99.9,979.8,999.9,1.5,99.9,999.9,999.9 +2022-01-20 06:14,3.8,99.8,1.8,99.9,979.5,999.9,1.4,99.9,999.9,999.9 +2022-01-20 06:14,3.8,99.8,1.8,99.9,979.5,999.9,1.4,99.9,999.9,999.9 +2022-01-20 06:24,3.5,99.5,1.6,99.9,979.2,999.9,1.1,99.9,999.9,999.9 +2022-01-20 06:34,3.4,99.8,1.5,99.9,979.8,999.9,0.9,99.9,999.9,999.9 +2022-01-20 06:35,3.4,99.8,1.5,99.9,979.8,999.9,0.9,99.9,999.9,999.9 +2022-01-20 06:45,3.3,99.9,1.4,99.9,979.7,999.9,0.9,99.9,999.9,999.9 +2022-01-20 06:45,3.3,99.9,1.4,99.9,979.7,999.9,0.9,99.9,999.9,999.9 +2022-01-20 06:55,3.2,100.1,1.3,99.9,980.0,999.9,0.7,99.9,999.9,999.9 +2022-01-20 07:05,3.2,100.0,1.3,99.9,979.3,999.9,0.8,99.9,999.9,999.9 +2022-01-20 07:15,3.2,100.1,1.2,99.9,979.7,999.9,0.8,99.9,999.9,999.9 +2022-01-20 07:25,3.2,100.2,1.2,99.9,979.4,999.9,0.7,99.9,999.9,999.9 +2022-01-20 07:35,3.2,100.2,1.2,99.9,980.5,999.9,0.7,99.9,999.9,999.9 +2022-01-20 07:45,3.0,99.8,1.1,99.9,980.3,999.9,0.5,99.9,999.9,999.9 +2022-01-20 07:55,2.9,99.9,1.0,99.9,979.7,999.9,0.4,99.9,999.9,999.9 +2022-01-20 08:05,2.9,100.2,1.0,99.9,979.4,999.9,0.4,99.9,999.9,999.9 +2022-01-20 08:15,2.8,100.0,1.0,99.9,979.8,999.9,0.4,99.9,999.9,999.9 +2022-01-20 08:25,3.0,100.3,1.0,99.9,980.0,999.9,0.6,99.9,999.9,999.9 +2022-01-20 08:35,3.0,100.0,1.0,99.9,979.7,999.9,0.5,99.9,999.9,999.9 +2022-01-20 08:45,3.0,99.6,1.0,99.9,979.8,999.9,0.4,99.9,999.9,999.9 +2022-01-20 08:46,3.0,99.6,1.0,99.9,979.8,999.9,0.4,99.9,999.9,999.9 +2022-01-20 08:56,3.0,99.6,1.2,99.9,979.8,999.9,0.5,99.9,999.9,999.9 +2022-01-20 09:06,3.2,99.9,1.3,99.9,980.0,999.9,0.7,99.9,999.9,999.9 +2022-01-20 09:16,3.3,99.9,1.5,99.9,980.7,999.9,0.8,99.9,999.9,999.9 +2022-01-20 09:26,3.5,99.7,2.0,99.9,981.0,999.9,0.9,99.9,999.9,999.9 +2022-01-20 09:36,4.5,99.1,3.2,99.9,980.1,999.9,1.4,99.9,999.9,999.9 +2022-01-20 09:46,5.6,96.9,4.2,99.9,981.1,999.9,2.1,99.9,999.9,999.9 +2022-01-20 09:56,6.1,95.9,5.6,99.9,980.9,999.9,2.7,99.9,999.9,999.9 +2022-01-20 09:56,6.1,95.9,5.6,99.9,980.9,999.9,2.7,99.9,999.9,999.9 +2022-01-20 10:06,7.2,93.6,7.3,99.9,981.1,999.9,3.6,99.9,999.9,999.9 +2022-01-20 10:16,7.6,93.1,9.7,98.5,982.2,999.9,5.0,99.9,999.9,999.9 +2022-01-20 10:26,8.1,94.9,9.5,95.9,981.8,999.9,6.3,99.9,999.9,999.9 +2022-01-20 10:36,10.2,93.8,9.5,98.7,981.7,999.9,7.8,99.9,999.9,999.9 +2022-01-20 10:46,11.3,93.8,10.8,98.7,980.8,999.9,9.2,99.9,999.9,999.9 +2022-01-20 10:56,13.6,90.3,12.4,97.4,981.6,999.9,10.4,99.9,999.9,999.9 +2022-01-20 11:06,10.7,89.7,9.3,98.8,981.4,999.9,8.4,99.9,999.9,999.9 +2022-01-20 11:16,9.0,91.9,8.6,99.5,980.6,999.9,6.8,99.9,999.9,999.9 +2022-01-20 11:26,8.9,92.6,8.4,99.5,981.1,999.9,6.3,99.9,999.9,999.9 +2022-01-20 11:36,12.7,91.0,11.5,98.1,980.6,999.9,8.0,99.9,999.9,999.9 +2022-01-20 11:46,15.6,89.3,13.3,97.3,979.7,999.9,10.3,99.9,999.9,999.9 +2022-01-20 11:56,16.3,87.2,14.0,95.7,980.9,999.9,11.5,99.9,999.9,999.9 +2022-01-20 12:06,14.4,88.5,13.2,96.8,980.7,999.9,10.8,99.9,999.9,999.9 +2022-01-20 12:17,15.0,88.2,14.3,95.3,981.3,999.9,11.2,99.9,999.9,999.9 +2022-01-20 12:27,16.9,87.3,15.1,94.7,982.8,999.9,12.7,99.9,999.9,999.9 +2022-01-20 12:37,18.8,84.5,15.8,94.9,982.9,999.9,14.4,99.9,999.9,999.9 +2022-01-20 12:47,19.8,82.5,16.4,95.4,984.3,999.9,15.6,99.9,999.9,999.9 +2022-01-20 12:57,19.6,82.8,17.1,94.2,990.7,999.9,16.1,99.9,999.9,999.9 +2022-01-20 12:57,19.6,82.8,17.1,94.2,990.7,999.9,16.1,99.9,999.9,999.9 +2022-01-20 13:07,15.8,82.5,14.3,92.7,993.0,999.9,13.0,99.9,999.9,999.9 +2022-01-20 13:17,17.6,81.5,15.1,94.7,999.9,999.9,14.8,99.9,999.9,999.9 +2022-01-20 13:27,18.5,79.9,16.0,94.6,999.9,999.9,16.0,99.9,999.9,999.9 +2022-01-20 13:37,15.9,82.3,15.1,92.9,999.9,999.9,13.5,99.9,999.9,999.9 +2022-01-20 13:37,15.9,82.3,15.1,92.9,999.9,999.9,13.5,99.9,999.9,999.9 +2022-01-20 13:47,15.7,82.4,15.1,92.5,999.9,999.9,13.7,99.9,999.9,999.9 +2022-01-20 13:57,17.4,82.8,16.9,93.0,999.9,999.9,16.1,99.9,999.9,999.9 +2022-01-20 14:07,19.2,80.0,18.5,91.6,999.9,999.9,18.4,99.9,999.9,999.9 +2022-01-20 14:17,19.0,78.8,18.6,91.3,999.9,999.9,18.9,92.6,999.9,999.9 +2022-01-20 14:17,19.0,78.8,18.6,91.3,999.9,999.9,18.9,92.6,999.9,999.9 +2022-01-20 14:27,16.3,80.7,16.7,90.4,999.9,999.9,15.6,80.2,999.9,999.9 +2022-01-20 14:37,13.0,84.3,14.0,90.1,999.9,999.9,11.7,87.9,999.9,999.9 +2022-01-20 14:47,11.7,86.7,13.0,90.6,999.9,999.9,11.1,99.9,999.9,999.9 +2022-01-20 14:57,12.3,86.8,14.0,91.5,999.9,999.9,13.3,99.9,999.9,999.9 +2022-01-20 15:07,13.6,86.3,15.2,90.1,999.9,999.9,14.6,93.9,999.9,999.9 +2022-01-20 15:08,13.6,86.3,15.2,90.1,999.9,999.9,14.6,93.9,999.9,999.9 +2022-01-20 15:18,12.0,87.1,12.8,91.1,999.9,999.9,11.5,91.8,999.9,999.9 +2022-01-20 15:28,10.2,88.9,11.4,91.8,999.9,999.9,9.3,99.9,999.9,999.9 +2022-01-20 15:38,9.0,89.9,10.1,91.5,999.9,999.9,7.8,99.9,999.9,999.9 +2022-01-20 15:39,9.0,89.9,10.1,91.5,999.9,999.9,7.8,99.9,999.9,999.9 +2022-01-20 15:49,7.8,90.1,8.8,92.2,999.9,999.9,6.4,99.9,999.9,999.9 +2022-01-20 15:59,7.0,91.4,7.8,92.4,997.4,999.9,5.5,99.9,999.9,999.9 +2022-01-20 16:09,6.7,92.0,7.2,92.3,995.0,999.9,5.1,99.9,999.9,999.9 +2022-01-20 16:19,6.3,92.0,6.4,92.8,993.7,999.9,4.6,99.9,999.9,999.9 +2022-01-20 16:29,5.9,92.9,5.8,93.3,992.5,999.9,4.1,99.9,999.9,999.9 +2022-01-20 16:39,5.3,92.9,5.0,93.2,990.6,999.9,3.4,99.9,999.9,999.9 +2022-01-20 16:39,5.3,92.9,5.0,93.2,990.6,999.9,3.4,99.9,999.9,999.9 +2022-01-20 16:50,4.7,93.2,4.1,93.5,990.6,999.9,2.6,99.9,999.9,999.9 +2022-01-20 17:00,4.3,93.5,3.5,93.9,988.2,999.9,2.1,99.9,999.9,999.9 +2022-01-20 17:10,4.0,93.6,3.0,94.6,989.7,999.9,1.8,99.9,999.9,999.9 +2022-01-20 17:20,3.8,93.8,2.8,95.0,991.6,999.9,1.5,99.9,999.9,999.9 +2022-01-20 17:30,3.7,93.9,2.5,95.3,991.3,999.9,1.3,99.9,999.9,999.9 +2022-01-20 17:40,3.6,94.1,2.3,95.6,991.2,999.9,1.2,99.9,999.9,999.9 +2022-01-20 17:50,3.7,95.0,2.3,96.4,989.3,999.9,1.3,99.9,999.9,999.9 +2022-01-20 18:00,3.9,95.2,2.4,97.1,987.3,999.9,1.6,99.9,999.9,999.9 +2022-01-20 18:10,3.8,95.0,2.2,97.7,988.6,999.9,1.5,99.9,999.9,999.9 +2022-01-20 18:20,3.8,95.0,2.1,98.3,989.4,999.9,1.5,99.9,999.9,999.9 +2022-01-20 18:30,3.7,95.2,2.0,98.5,990.6,999.9,1.4,99.9,999.9,999.9 +2022-01-20 18:40,3.6,95.1,1.8,98.9,987.1,999.9,1.2,99.9,999.9,999.9 +2022-01-20 18:50,3.4,95.2,1.7,99.4,986.8,999.9,1.0,99.9,999.9,999.9 +2022-01-20 19:00,3.2,95.3,1.5,99.5,987.4,999.9,0.8,99.9,999.9,999.9 +2022-01-20 19:10,3.2,95.7,1.5,99.9,988.9,999.9,0.9,99.9,999.9,999.9 +2022-01-20 19:10,3.2,95.7,1.5,99.9,988.9,999.9,0.9,99.9,999.9,999.9 +2022-01-20 19:20,3.2,95.4,1.5,99.9,987.9,999.9,0.8,99.9,999.9,999.9 +2022-01-20 19:30,3.1,95.1,1.4,99.9,988.8,999.9,0.7,99.9,999.9,999.9 +2022-01-20 19:40,3.1,95.3,1.3,99.9,986.3,999.9,0.7,99.9,999.9,999.9 +2022-01-20 19:50,3.0,95.1,1.3,99.9,985.8,999.9,0.6,99.9,999.9,999.9 +2022-01-20 20:00,2.9,94.8,1.1,99.9,986.0,999.9,0.4,99.9,999.9,999.9 +2022-01-20 20:10,2.9,95.2,1.1,99.9,984.2,999.9,0.5,99.9,999.9,999.9 +2022-01-20 20:20,3.3,96.0,1.3,99.9,983.5,999.9,0.9,99.9,999.9,999.9 +2022-01-20 20:30,3.5,96.0,1.4,99.9,984.4,999.9,1.1,99.9,999.9,999.9 +2022-01-20 20:40,3.5,95.8,1.4,99.9,983.9,999.9,1.0,99.9,999.9,999.9 +2022-01-20 20:50,3.2,95.3,1.3,99.9,983.8,999.9,0.8,99.9,999.9,999.9 +2022-01-20 21:00,3.2,96.0,1.3,99.9,985.0,999.9,0.9,99.9,999.9,999.9 +2022-01-20 21:10,3.3,95.9,1.4,99.9,984.5,999.9,0.9,99.9,999.9,999.9 +2022-01-20 21:11,3.3,95.9,1.4,99.9,984.5,999.9,0.9,99.9,999.9,999.9 +2022-01-20 21:21,3.3,96.2,1.4,99.9,984.1,999.9,0.9,99.9,999.9,999.9 +2022-01-20 21:31,3.5,96.4,1.5,99.9,983.9,999.9,1.1,99.9,999.9,999.9 +2022-01-20 21:31,3.5,96.4,1.5,99.9,983.9,999.9,1.1,99.9,999.9,999.9 +2022-01-20 21:41,3.6,96.2,1.5,99.9,985.1,999.9,1.2,99.9,999.9,999.9 +2022-01-20 21:41,3.6,96.2,1.5,99.9,985.1,999.9,1.2,99.9,999.9,999.9 +2022-01-20 21:41,3.6,96.2,1.5,99.9,985.1,999.9,1.2,99.9,999.9,999.9 +2022-01-20 21:51,3.5,95.8,1.5,99.9,984.4,999.9,1.0,99.9,999.9,999.9 +2022-01-20 22:01,3.4,96.1,1.5,99.9,985.6,999.9,1.1,99.9,999.9,999.9 +2022-01-20 22:11,3.6,96.6,1.6,99.9,984.8,999.9,1.2,99.9,999.9,999.9 +2022-01-20 22:21,3.8,96.6,1.7,99.9,984.2,999.9,1.4,99.9,999.9,999.9 +2022-01-20 22:31,3.7,96.4,1.7,99.9,984.6,999.9,1.4,99.9,999.9,999.9 +2022-01-20 22:41,3.6,96.2,1.6,99.9,984.8,999.9,1.1,99.9,999.9,999.9 +2022-01-20 22:51,3.2,95.9,1.3,99.9,984.7,999.9,0.8,99.9,999.9,999.9 +2022-01-20 23:01,2.9,96.0,1.2,99.9,984.7,999.9,0.5,99.9,999.9,999.9 +2022-01-20 23:11,2.9,97.0,1.2,99.9,983.6,999.9,0.5,99.9,999.9,999.9 +2022-01-20 23:21,3.1,97.1,1.3,99.9,984.6,999.9,0.7,99.9,999.9,999.9 +2022-01-20 23:31,3.1,96.8,1.2,99.9,983.5,999.9,0.8,99.9,999.9,999.9 +2022-01-20 23:41,3.1,96.9,1.2,99.9,984.0,999.9,0.7,99.9,999.9,999.9 +2022-01-20 23:51,3.0,96.9,1.1,99.9,983.9,999.9,0.6,99.9,999.9,999.9 +2022-01-20 23:51,3.0,96.9,1.1,99.9,983.9,999.9,0.6,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-21_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-21_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..10c99cc --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-21_telemetry_PE1RXF-7.dat @@ -0,0 +1,161 @@ +2022-01-21 00:02,2.8,96.6,0.9,99.9,984.0,999.9,0.3,99.9,999.9,999.9 +2022-01-21 00:11,2.5,96.5,0.8,99.9,983.4,999.9,0.0,99.9,999.9,999.9 +2022-01-21 00:12,2.5,96.5,0.8,99.9,983.4,999.9,0.0,99.9,999.9,999.9 +2022-01-21 00:22,2.3,96.6,0.7,99.9,983.6,999.9,-0.2,99.9,999.9,999.9 +2022-01-21 00:32,2.3,97.2,0.7,99.9,984.0,999.9,-0.1,99.9,999.9,999.9 +2022-01-21 00:42,2.4,96.9,0.7,99.9,983.9,999.9,-0.1,99.9,999.9,999.9 +2022-01-21 00:52,2.2,96.0,0.4,99.9,984.2,999.9,-0.3,99.9,999.9,999.9 +2022-01-21 01:02,2.0,95.9,0.2,99.9,983.7,999.9,-0.5,99.9,999.9,999.9 +2022-01-21 01:12,2.0,96.4,0.2,99.9,983.8,999.9,-0.5,99.9,999.9,999.9 +2022-01-21 01:22,2.0,96.8,0.2,99.9,983.9,999.9,-0.4,99.9,999.9,999.9 +2022-01-21 01:32,2.3,97.5,0.4,99.9,983.7,999.9,-0.1,99.9,999.9,999.9 +2022-01-21 01:32,2.3,97.5,0.4,99.9,983.7,999.9,-0.1,99.9,999.9,999.9 +2022-01-21 01:42,2.6,97.8,0.6,99.9,981.6,999.9,0.1,99.9,999.9,999.9 +2022-01-21 01:52,2.7,97.6,0.7,99.9,981.7,999.9,0.2,99.9,999.9,999.9 +2022-01-21 02:02,2.7,97.4,0.7,99.9,981.9,999.9,0.2,99.9,999.9,999.9 +2022-01-21 02:12,2.5,97.3,0.7,99.9,981.4,999.9,0.1,99.9,999.9,999.9 +2022-01-21 02:22,2.3,96.6,0.5,99.9,981.7,999.9,-0.2,99.9,999.9,999.9 +2022-01-21 02:32,1.9,96.1,0.2,99.9,982.2,999.9,-0.5,99.9,999.9,999.9 +2022-01-21 02:42,1.7,96.4,0.1,99.9,981.6,999.9,-0.7,99.9,999.9,999.9 +2022-01-21 02:52,1.8,97.3,0.1,99.9,981.7,999.9,-0.6,99.9,999.9,999.9 +2022-01-21 03:02,2.1,97.7,0.2,99.9,981.0,999.9,-0.3,99.9,999.9,999.9 +2022-01-21 03:12,2.4,98.2,0.4,99.9,980.3,999.9,0.0,99.9,999.9,999.9 +2022-01-21 03:23,2.7,98.2,0.6,99.9,980.4,999.9,0.3,99.9,999.9,999.9 +2022-01-21 03:33,2.9,98.1,0.8,99.9,981.5,999.9,0.5,99.9,999.9,999.9 +2022-01-21 03:43,3.0,97.9,0.8,99.9,981.6,999.9,0.5,99.9,999.9,999.9 +2022-01-21 03:53,2.9,97.7,0.8,99.9,981.3,999.9,0.3,99.9,999.9,999.9 +2022-01-21 04:03,2.7,97.7,0.8,99.9,981.5,999.9,0.3,99.9,999.9,999.9 +2022-01-21 04:13,2.7,97.6,0.8,99.9,981.2,999.9,0.2,99.9,999.9,999.9 +2022-01-21 04:23,2.6,97.4,0.7,99.9,981.1,999.9,0.1,99.9,999.9,999.9 +2022-01-21 04:33,2.4,97.3,0.6,99.9,979.4,999.9,0.0,99.9,999.9,999.9 +2022-01-21 04:43,2.5,97.9,0.6,99.9,979.7,999.9,0.1,99.9,999.9,999.9 +2022-01-21 04:53,2.7,98.2,0.7,99.9,979.7,999.9,0.2,99.9,999.9,999.9 +2022-01-21 04:53,2.7,98.2,0.7,99.9,979.7,999.9,0.2,99.9,999.9,999.9 +2022-01-21 05:03,2.8,98.3,0.8,99.9,979.7,999.9,0.4,99.9,999.9,999.9 +2022-01-21 05:13,2.9,98.3,0.9,99.9,979.4,999.9,0.5,99.9,999.9,999.9 +2022-01-21 05:23,2.9,98.0,0.9,99.9,979.9,999.9,0.4,99.9,999.9,999.9 +2022-01-21 05:23,2.9,98.0,0.9,99.9,979.9,999.9,0.4,99.9,999.9,999.9 +2022-01-21 05:33,2.7,97.4,0.8,99.9,979.2,999.9,0.2,99.9,999.9,999.9 +2022-01-21 05:43,2.6,97.6,0.8,99.9,979.5,999.9,0.1,99.9,999.9,999.9 +2022-01-21 05:53,2.4,97.0,0.6,99.9,978.5,999.9,-0.1,99.9,999.9,999.9 +2022-01-21 06:03,2.2,97.0,0.5,99.9,978.8,999.9,-0.3,99.9,999.9,999.9 +2022-01-21 06:13,2.3,97.9,0.5,99.9,978.8,999.9,-0.1,99.9,999.9,999.9 +2022-01-21 06:24,2.5,98.3,0.6,99.9,978.2,999.9,0.1,99.9,999.9,999.9 +2022-01-21 06:34,2.5,97.6,0.6,99.9,977.3,999.9,0.0,99.9,999.9,999.9 +2022-01-21 06:44,2.3,97.3,0.5,99.9,978.8,999.9,-0.1,99.9,999.9,999.9 +2022-01-21 06:54,2.2,97.5,0.4,99.9,978.9,999.9,-0.2,99.9,999.9,999.9 +2022-01-21 07:04,2.1,97.0,0.2,99.9,978.8,999.9,-0.4,99.9,999.9,999.9 +2022-01-21 07:14,1.9,97.0,0.2,99.9,978.6,999.9,-0.5,99.9,999.9,999.9 +2022-01-21 07:24,2.0,97.4,0.1,99.9,978.4,999.9,-0.4,99.9,999.9,999.9 +2022-01-21 07:34,2.1,97.4,0.2,99.9,978.6,999.9,-0.4,99.9,999.9,999.9 +2022-01-21 07:44,2.1,97.1,0.1,99.9,978.1,999.9,-0.4,99.9,999.9,999.9 +2022-01-21 07:54,2.1,97.2,0.1,99.9,978.2,999.9,-0.4,99.9,999.9,999.9 +2022-01-21 08:04,2.0,96.9,0.1,99.9,978.0,999.9,-0.5,99.9,999.9,999.9 +2022-01-21 08:14,1.9,96.9,0.1,99.9,978.1,999.9,-0.5,99.9,999.9,999.9 +2022-01-21 08:24,2.0,96.9,0.1,99.9,977.9,999.9,-0.5,99.9,999.9,999.9 +2022-01-21 08:34,2.0,96.7,0.1,99.9,978.1,999.9,-0.5,99.9,999.9,999.9 +2022-01-21 08:44,2.1,96.9,0.1,99.9,977.9,999.9,-0.5,99.9,999.9,999.9 +2022-01-21 08:44,2.1,96.9,0.1,99.9,977.9,999.9,-0.5,99.9,999.9,999.9 +2022-01-21 08:54,2.2,96.9,0.2,99.9,978.0,999.9,-0.4,99.9,999.9,999.9 +2022-01-21 08:55,2.2,96.9,0.2,99.9,978.0,999.9,-0.4,99.9,999.9,999.9 +2022-01-21 09:05,2.3,96.6,0.4,99.9,978.2,999.9,-0.3,99.9,999.9,999.9 +2022-01-21 09:15,2.5,96.5,0.7,99.9,978.1,999.9,-0.1,99.9,999.9,999.9 +2022-01-21 09:25,2.9,96.4,1.2,99.9,978.1,999.9,0.2,99.9,999.9,999.9 +2022-01-21 09:35,3.2,96.6,1.5,99.9,978.3,999.9,0.4,99.9,999.9,999.9 +2022-01-21 09:45,3.7,96.6,2.1,99.9,978.7,999.9,0.8,99.9,999.9,999.9 +2022-01-21 09:55,4.5,96.7,3.2,99.9,979.2,999.9,1.5,99.9,999.9,999.9 +2022-01-21 10:05,5.3,95.8,4.1,99.9,980.2,999.9,2.4,99.9,999.9,999.9 +2022-01-21 10:15,5.6,95.9,4.4,99.9,980.4,999.9,2.8,99.9,999.9,999.9 +2022-01-21 10:15,5.6,95.9,4.4,99.9,980.4,999.9,2.8,99.9,999.9,999.9 +2022-01-21 10:25,5.8,95.9,4.7,99.9,980.4,999.9,3.1,99.9,999.9,999.9 +2022-01-21 10:35,5.9,96.3,4.9,99.9,980.1,999.9,3.3,99.9,999.9,999.9 +2022-01-21 10:45,6.1,96.7,5.3,99.9,979.4,999.9,3.7,99.9,999.9,999.9 +2022-01-21 10:56,6.5,96.8,5.7,99.9,980.2,999.9,4.0,99.9,999.9,999.9 +2022-01-21 11:06,6.7,97.1,5.9,99.9,979.7,999.9,4.3,99.9,999.9,999.9 +2022-01-21 11:16,7.2,97.1,6.6,99.9,980.1,999.9,4.7,99.9,999.9,999.9 +2022-01-21 11:26,7.6,97.1,6.9,99.9,979.7,999.9,5.1,99.9,999.9,999.9 +2022-01-21 11:36,7.9,97.7,7.4,99.9,979.6,999.9,5.5,99.9,999.9,999.9 +2022-01-21 11:36,7.9,97.7,7.4,99.9,979.6,999.9,5.5,99.9,999.9,999.9 +2022-01-21 11:46,8.1,97.7,7.5,99.9,979.0,999.9,5.7,99.9,999.9,999.9 +2022-01-21 11:56,8.5,98.2,8.0,99.9,980.0,999.9,6.1,99.9,999.9,999.9 +2022-01-21 12:06,9.3,98.0,8.8,99.9,979.8,999.9,6.8,99.9,999.9,999.9 +2022-01-21 12:16,9.3,97.7,8.6,99.9,980.0,999.9,6.9,99.9,999.9,999.9 +2022-01-21 12:26,8.9,97.8,8.2,99.9,980.5,999.9,6.6,99.9,999.9,999.9 +2022-01-21 12:36,8.6,98.0,7.9,99.9,981.2,999.9,6.3,99.9,999.9,999.9 +2022-01-21 12:37,8.6,98.0,7.9,99.9,981.2,999.9,6.3,99.9,999.9,999.9 +2022-01-21 12:47,8.7,98.8,8.2,99.9,980.1,999.9,6.4,99.9,999.9,999.9 +2022-01-21 12:57,8.7,98.7,8.0,99.9,980.5,999.9,6.4,99.9,999.9,999.9 +2022-01-21 12:57,8.7,98.7,8.0,99.9,980.5,999.9,6.4,99.9,999.9,999.9 +2022-01-21 13:07,8.9,99.4,8.5,99.9,980.6,999.9,6.6,99.9,999.9,999.9 +2022-01-21 13:17,8.9,99.0,8.2,99.9,979.6,999.9,6.6,99.9,999.9,999.9 +2022-01-21 13:27,9.1,99.3,8.8,99.9,979.8,999.9,6.8,99.9,999.9,999.9 +2022-01-21 13:28,9.1,99.3,8.8,99.9,979.8,999.9,6.8,99.9,999.9,999.9 +2022-01-21 13:38,9.7,99.3,9.3,99.9,980.5,999.9,7.2,99.9,999.9,999.9 +2022-01-21 13:38,9.7,99.3,9.3,99.9,980.5,999.9,7.2,99.9,999.9,999.9 +2022-01-21 13:48,9.8,99.1,9.2,99.9,980.9,999.9,7.4,99.9,999.9,999.9 +2022-01-21 13:58,9.6,99.3,9.0,99.9,980.6,999.9,7.3,99.9,999.9,999.9 +2022-01-21 14:08,9.6,99.4,9.1,99.9,980.5,999.9,7.3,99.9,999.9,999.9 +2022-01-21 14:18,9.7,99.7,9.2,99.9,981.8,999.9,7.4,99.9,999.9,999.9 +2022-01-21 14:28,9.6,99.7,9.0,99.9,982.2,999.9,7.4,99.9,999.9,999.9 +2022-01-21 14:38,9.6,100.0,9.0,99.9,982.1,999.9,7.4,99.9,999.9,999.9 +2022-01-21 14:48,9.8,99.8,9.2,99.9,982.7,999.9,7.6,99.9,999.9,999.9 +2022-01-21 14:49,9.8,99.8,9.2,99.9,982.7,999.9,7.6,99.9,999.9,999.9 +2022-01-21 14:59,9.8,99.8,9.1,99.9,979.0,999.9,7.6,99.9,999.9,999.9 +2022-01-21 15:09,9.7,99.9,9.0,99.9,978.8,999.9,7.5,99.9,999.9,999.9 +2022-01-21 15:19,9.5,100.0,8.6,99.9,978.9,999.9,7.3,99.9,999.9,999.9 +2022-01-21 15:29,9.1,100.2,8.1,99.9,978.8,999.9,7.0,99.9,999.9,999.9 +2022-01-21 15:39,8.9,100.6,7.9,99.9,978.7,999.9,6.8,99.9,999.9,999.9 +2022-01-21 15:49,8.9,100.7,8.0,99.9,978.8,999.9,6.8,99.9,999.9,999.9 +2022-01-21 15:59,8.9,100.8,7.8,99.9,978.7,999.9,6.7,99.9,999.9,999.9 +2022-01-21 16:09,8.8,100.8,7.5,99.9,978.8,999.9,6.6,99.9,999.9,999.9 +2022-01-21 16:19,8.6,101.0,7.3,99.9,978.8,999.9,6.5,99.9,999.9,999.9 +2022-01-21 16:29,8.5,101.2,7.1,99.9,978.8,999.9,6.3,99.9,999.9,999.9 +2022-01-21 16:39,8.4,101.3,6.9,99.9,978.8,999.9,6.2,99.9,999.9,999.9 +2022-01-21 16:49,8.3,101.4,6.8,99.9,978.8,999.9,6.1,99.9,999.9,999.9 +2022-01-21 16:59,8.3,101.2,6.7,99.9,978.8,999.9,6.1,99.9,999.9,999.9 +2022-01-21 17:09,8.2,101.3,6.6,99.9,979.0,999.9,6.0,99.9,999.9,999.9 +2022-01-21 17:19,8.2,101.4,6.5,99.9,978.7,999.9,5.9,99.9,999.9,999.9 +2022-01-21 17:29,8.1,101.5,6.5,99.9,979.0,999.9,5.9,99.9,999.9,999.9 +2022-01-21 17:39,8.1,101.5,6.4,99.9,979.2,999.9,5.9,99.9,999.9,999.9 +2022-01-21 17:49,8.1,101.6,6.4,99.9,979.5,999.9,5.9,99.9,999.9,999.9 +2022-01-21 17:50,8.1,101.6,6.4,99.9,979.5,999.9,5.9,99.9,999.9,999.9 +2022-01-21 18:00,8.1,101.8,6.3,99.9,979.1,999.9,5.9,99.9,999.9,999.9 +2022-01-21 18:10,8.0,101.8,6.3,99.9,979.7,999.9,5.8,99.9,999.9,999.9 +2022-01-21 18:10,8.0,101.8,6.3,99.9,979.7,999.9,5.8,99.9,999.9,999.9 +2022-01-21 18:20,8.0,101.9,6.3,99.9,979.0,999.9,5.8,99.9,999.9,999.9 +2022-01-21 18:30,8.0,102.0,6.2,99.9,979.7,999.9,5.8,99.9,999.9,999.9 +2022-01-21 18:40,8.0,102.1,6.2,99.9,979.2,999.9,5.7,99.9,999.9,999.9 +2022-01-21 18:50,8.0,102.2,6.2,99.9,979.3,999.9,5.7,99.9,999.9,999.9 +2022-01-21 19:00,8.0,102.2,6.2,99.9,979.2,999.9,5.7,99.9,999.9,999.9 +2022-01-21 19:10,8.0,102.2,6.2,99.9,980.1,999.9,5.7,99.9,999.9,999.9 +2022-01-21 19:20,8.0,102.2,6.1,99.9,980.5,999.9,5.7,99.9,999.9,999.9 +2022-01-21 19:30,8.0,102.2,6.1,99.9,981.2,999.9,5.7,99.9,999.9,999.9 +2022-01-21 19:40,7.9,102.2,6.1,99.9,981.1,999.9,5.7,99.9,999.9,999.9 +2022-01-21 19:50,7.9,102.2,6.1,99.9,981.5,999.9,5.6,99.9,999.9,999.9 +2022-01-21 20:00,7.9,102.1,6.0,99.9,981.6,999.9,5.6,99.9,999.9,999.9 +2022-01-21 20:10,7.9,102.1,6.0,99.9,981.1,999.9,5.6,99.9,999.9,999.9 +2022-01-21 20:20,7.9,102.0,6.0,99.9,981.6,999.9,5.6,99.9,999.9,999.9 +2022-01-21 20:30,7.9,101.9,6.0,99.9,981.6,999.9,5.6,99.9,999.9,999.9 +2022-01-21 20:40,7.9,102.0,6.0,99.9,981.3,999.9,5.6,99.9,999.9,999.9 +2022-01-21 20:50,7.8,102.0,6.0,99.9,980.9,999.9,5.6,99.9,999.9,999.9 +2022-01-21 21:00,7.8,102.0,5.9,99.9,980.9,999.9,5.5,99.9,999.9,999.9 +2022-01-21 21:10,7.8,102.1,5.9,99.9,981.3,999.9,5.5,99.9,999.9,999.9 +2022-01-21 21:20,7.8,102.2,5.9,99.9,981.5,999.9,5.4,99.9,999.9,999.9 +2022-01-21 21:30,7.7,102.3,5.8,99.9,979.5,999.9,5.4,99.9,999.9,999.9 +2022-01-21 21:30,7.7,102.3,5.8,99.9,979.5,999.9,5.4,99.9,999.9,999.9 +2022-01-21 21:40,7.7,102.5,5.8,99.9,980.3,999.9,5.4,99.9,999.9,999.9 +2022-01-21 21:50,7.7,102.5,5.8,99.9,981.3,999.9,5.4,99.9,999.9,999.9 +2022-01-21 22:00,7.7,102.6,5.8,99.9,981.2,999.9,5.5,99.9,999.9,999.9 +2022-01-21 22:11,7.7,102.7,5.8,99.9,981.5,999.9,5.5,99.9,999.9,999.9 +2022-01-21 22:21,7.8,102.7,5.9,99.9,981.1,999.9,5.5,99.9,999.9,999.9 +2022-01-21 22:21,7.8,102.7,5.9,99.9,981.1,999.9,5.5,99.9,999.9,999.9 +2022-01-21 22:31,7.8,102.8,5.9,99.9,981.3,999.9,5.5,99.9,999.9,999.9 +2022-01-21 22:41,7.8,102.9,5.9,99.9,981.8,999.9,5.5,99.9,999.9,999.9 +2022-01-21 22:51,7.8,102.9,5.9,99.9,979.7,999.9,5.5,99.9,999.9,999.9 +2022-01-21 22:52,7.8,102.9,5.9,99.9,979.7,999.9,5.5,99.9,999.9,999.9 +2022-01-21 23:02,7.8,103.0,5.9,99.9,983.1,999.9,5.6,99.9,999.9,999.9 +2022-01-21 23:12,7.8,103.1,6.0,99.9,983.5,999.9,5.5,99.9,999.9,999.9 +2022-01-21 23:22,7.8,103.2,5.9,99.9,983.5,999.9,5.6,99.9,999.9,999.9 +2022-01-21 23:32,7.9,103.3,6.0,99.9,983.6,999.9,5.6,99.9,999.9,999.9 +2022-01-21 23:42,7.9,103.3,6.0,99.9,983.1,999.9,5.6,99.9,999.9,999.9 +2022-01-21 23:52,7.9,103.4,6.0,99.9,983.6,999.9,5.6,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-22_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-22_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..97a51ba --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-22_telemetry_PE1RXF-7.dat @@ -0,0 +1,159 @@ +2022-01-22 00:02,8.0,103.5,6.0,99.9,983.0,999.9,5.7,99.9,999.9,999.9 +2022-01-22 00:12,8.0,103.6,6.1,99.9,983.0,999.9,5.7,99.9,999.9,999.9 +2022-01-22 00:22,8.0,103.7,6.1,99.9,983.3,999.9,5.8,99.9,999.9,999.9 +2022-01-22 00:32,8.1,103.7,6.2,99.9,983.0,999.9,5.8,99.9,999.9,999.9 +2022-01-22 00:42,8.1,103.8,6.2,99.9,982.9,999.9,5.9,99.9,999.9,999.9 +2022-01-22 00:52,8.1,103.9,6.2,99.9,982.5,999.9,5.9,99.9,999.9,999.9 +2022-01-22 01:02,8.2,103.9,6.2,99.9,983.7,999.9,5.9,99.9,999.9,999.9 +2022-01-22 01:02,8.2,103.9,6.2,99.9,983.7,999.9,5.9,99.9,999.9,999.9 +2022-01-22 01:12,8.2,104.0,6.3,99.9,982.3,999.9,6.0,99.9,999.9,999.9 +2022-01-22 01:22,8.2,104.1,6.3,99.9,983.6,999.9,6.0,99.9,999.9,999.9 +2022-01-22 01:32,8.3,104.1,6.3,99.9,981.6,999.9,6.0,99.9,999.9,999.9 +2022-01-22 01:42,8.3,104.1,6.4,99.9,980.0,999.9,6.0,99.9,999.9,999.9 +2022-01-22 01:52,8.3,104.2,6.4,99.9,982.8,999.9,6.0,99.9,999.9,999.9 +2022-01-22 02:02,8.3,104.2,6.4,99.9,981.6,999.9,6.0,99.9,999.9,999.9 +2022-01-22 02:12,8.3,104.2,6.4,99.9,981.6,999.9,6.1,99.9,999.9,999.9 +2022-01-22 02:22,8.3,104.3,6.4,99.9,981.7,999.9,6.1,99.9,999.9,999.9 +2022-01-22 02:32,8.4,104.3,6.4,99.9,981.7,999.9,6.1,99.9,999.9,999.9 +2022-01-22 02:42,8.4,104.3,6.5,99.9,981.5,999.9,6.1,99.9,999.9,999.9 +2022-01-22 02:52,8.4,104.4,6.5,99.9,982.1,999.9,6.1,99.9,999.9,999.9 +2022-01-22 03:02,8.4,104.4,6.5,99.9,981.9,999.9,6.1,99.9,999.9,999.9 +2022-01-22 03:13,8.4,104.4,6.5,99.9,983.7,999.9,6.1,99.9,999.9,999.9 +2022-01-22 03:23,8.4,104.4,6.5,99.9,979.4,999.9,6.1,99.9,999.9,999.9 +2022-01-22 03:33,8.3,104.4,6.4,99.9,982.6,999.9,6.1,99.9,999.9,999.9 +2022-01-22 03:43,8.3,104.4,6.4,99.9,981.7,999.9,6.1,99.9,999.9,999.9 +2022-01-22 03:53,8.3,104.3,6.4,99.9,982.1,999.9,6.0,99.9,999.9,999.9 +2022-01-22 04:03,8.3,104.3,6.4,99.9,981.9,999.9,6.0,99.9,999.9,999.9 +2022-01-22 04:13,8.2,104.3,6.4,99.9,983.1,999.9,6.0,99.9,999.9,999.9 +2022-01-22 04:23,8.2,104.3,6.4,99.9,983.9,999.9,5.9,99.9,999.9,999.9 +2022-01-22 04:32,8.2,104.2,6.3,99.9,983.7,999.9,5.9,99.9,999.9,999.9 +2022-01-22 04:42,8.2,104.2,6.3,99.9,983.5,999.9,5.9,99.9,999.9,999.9 +2022-01-22 04:52,8.1,104.2,6.2,99.9,984.1,999.9,5.8,99.9,999.9,999.9 +2022-01-22 05:02,8.1,104.3,6.2,99.9,985.8,999.9,5.8,99.9,999.9,999.9 +2022-01-22 05:12,8.1,104.3,6.3,99.9,993.8,999.9,5.8,99.9,999.9,999.9 +2022-01-22 05:22,8.1,104.3,6.2,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-22 05:32,8.1,104.3,6.2,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-22 05:42,8.1,104.3,6.2,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-22 05:52,8.0,104.3,6.2,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-22 06:02,8.1,104.3,6.2,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-22 06:03,8.1,104.3,6.2,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-22 06:03,8.1,104.3,6.2,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-22 06:13,8.0,104.4,6.2,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-22 06:23,8.0,104.4,6.1,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-22 06:33,8.0,104.4,6.2,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-22 06:43,8.0,104.4,6.1,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-22 06:53,8.0,104.4,6.1,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-22 07:03,8.0,104.3,6.1,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-22 07:13,8.0,104.4,6.1,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-22 07:23,8.0,104.4,6.1,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-22 07:23,8.0,104.4,6.1,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-22 07:34,8.0,104.5,6.1,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-22 07:44,7.9,104.5,6.1,99.9,999.9,999.9,5.6,99.9,999.9,999.9 +2022-01-22 07:54,8.0,104.5,6.1,99.9,999.9,999.9,5.6,99.9,999.9,999.9 +2022-01-22 08:04,8.0,104.5,6.1,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-22 08:14,8.0,104.6,6.1,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-22 08:24,8.0,104.6,6.1,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-22 08:34,8.0,104.6,6.2,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-22 08:44,8.1,104.6,6.2,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-22 08:54,8.1,104.7,6.4,99.9,999.9,999.9,5.9,99.9,999.9,999.9 +2022-01-22 09:04,8.2,104.7,6.5,99.9,999.9,999.9,5.9,99.9,999.9,999.9 +2022-01-22 09:14,8.3,104.7,6.6,99.9,999.9,999.9,6.0,99.9,999.9,999.9 +2022-01-22 09:24,8.5,104.7,6.9,99.9,999.9,999.9,6.2,99.9,999.9,999.9 +2022-01-22 09:34,8.7,104.5,7.2,99.9,999.9,999.9,6.4,99.9,999.9,999.9 +2022-01-22 09:44,8.8,104.3,7.4,99.9,999.9,999.9,6.5,99.9,999.9,999.9 +2022-01-22 09:54,9.3,103.9,8.2,99.9,999.9,999.9,6.9,99.9,999.9,999.9 +2022-01-22 10:04,9.8,103.4,8.8,99.9,999.9,999.9,7.3,99.9,999.9,999.9 +2022-01-22 10:14,10.1,102.8,9.0,99.9,999.9,999.9,7.6,99.9,999.9,999.9 +2022-01-22 10:14,10.1,102.8,9.0,99.9,999.9,999.9,7.6,99.9,999.9,999.9 +2022-01-22 10:24,10.0,103.0,9.0,99.9,999.9,999.9,7.6,99.9,999.9,999.9 +2022-01-22 10:34,10.2,102.9,9.4,99.9,999.9,999.9,7.8,99.9,999.9,999.9 +2022-01-22 10:44,10.3,102.9,9.6,99.9,999.9,999.9,8.0,99.9,999.9,999.9 +2022-01-22 10:54,10.3,102.9,9.6,99.9,999.9,999.9,8.0,99.9,999.9,999.9 +2022-01-22 11:04,10.3,103.1,9.7,99.9,999.9,999.9,8.1,99.9,999.9,999.9 +2022-01-22 11:14,10.3,103.0,9.7,99.9,999.9,999.9,8.1,99.9,999.9,999.9 +2022-01-22 11:24,10.7,103.5,10.2,99.9,999.9,999.9,8.4,99.9,999.9,999.9 +2022-01-22 11:34,11.3,102.8,10.7,99.9,999.9,999.9,9.0,99.9,999.9,999.9 +2022-01-22 11:44,12.2,101.9,11.9,99.9,999.9,999.9,9.6,99.9,999.9,999.9 +2022-01-22 11:54,12.5,101.1,12.1,99.9,999.9,999.9,10.0,99.9,999.9,999.9 +2022-01-22 12:04,12.7,101.2,12.5,99.9,999.9,999.9,10.3,99.9,999.9,999.9 +2022-01-22 12:04,12.7,101.2,12.5,99.9,999.9,999.9,10.3,99.9,999.9,999.9 +2022-01-22 12:14,13.2,99.5,12.7,99.9,999.9,999.9,10.7,99.9,999.9,999.9 +2022-01-22 12:24,12.3,99.7,11.7,99.9,999.9,999.9,10.0,99.9,999.9,999.9 +2022-01-22 12:34,11.3,100.7,10.7,99.9,999.9,999.9,9.3,99.9,999.9,999.9 +2022-01-22 12:44,10.9,101.4,10.4,99.9,999.9,999.9,8.8,99.9,999.9,999.9 +2022-01-22 12:54,11.6,102.2,11.7,99.9,999.9,999.9,9.4,99.9,999.9,999.9 +2022-01-22 13:04,12.2,101.7,12.3,99.9,999.9,999.9,9.9,99.9,999.9,999.9 +2022-01-22 13:14,11.9,101.2,11.7,99.9,999.9,999.9,9.8,99.9,999.9,999.9 +2022-01-22 13:24,11.5,101.4,11.1,99.9,999.9,999.9,9.4,99.9,999.9,999.9 +2022-01-22 13:34,11.2,101.8,10.8,99.9,999.9,999.9,9.1,99.9,999.9,999.9 +2022-01-22 13:44,11.1,102.1,10.9,99.9,999.9,999.9,9.1,99.9,999.9,999.9 +2022-01-22 13:54,11.0,101.8,10.6,99.9,999.9,999.9,8.9,99.9,999.9,999.9 +2022-01-22 14:04,10.6,102.0,10.1,99.9,999.9,999.9,8.6,99.9,999.9,999.9 +2022-01-22 14:14,10.6,102.5,10.1,99.9,999.9,999.9,8.5,99.9,999.9,999.9 +2022-01-22 14:24,10.6,102.7,10.0,99.9,999.9,999.9,8.5,99.9,999.9,999.9 +2022-01-22 14:34,10.7,102.9,10.1,99.9,999.9,999.9,8.7,99.9,999.9,999.9 +2022-01-22 14:44,10.9,102.9,10.2,99.9,999.9,999.9,8.7,99.9,999.9,999.9 +2022-01-22 14:54,11.0,102.9,10.4,99.9,999.9,999.9,8.9,99.9,999.9,999.9 +2022-01-22 15:04,10.9,102.4,9.9,99.9,999.9,999.9,8.7,99.9,999.9,999.9 +2022-01-22 15:04,10.9,102.4,9.9,99.9,999.9,999.9,8.7,99.9,999.9,999.9 +2022-01-22 15:14,10.6,102.2,9.7,99.9,999.9,999.9,8.5,99.9,999.9,999.9 +2022-01-22 15:24,10.2,102.2,9.2,99.9,999.9,999.9,8.1,99.9,999.9,999.9 +2022-01-22 15:34,10.0,102.5,9.0,99.9,999.9,999.9,7.9,99.9,999.9,999.9 +2022-01-22 15:44,9.8,102.7,8.8,99.9,999.9,999.9,7.7,99.9,999.9,999.9 +2022-01-22 15:54,9.7,102.9,8.6,99.9,999.9,999.9,7.6,99.9,999.9,999.9 +2022-01-22 16:04,9.6,103.0,8.4,99.9,999.9,999.9,7.5,99.9,999.9,999.9 +2022-01-22 16:14,9.4,102.8,8.1,99.9,999.9,999.9,7.3,99.9,999.9,999.9 +2022-01-22 16:24,9.2,102.9,7.9,99.9,999.9,999.9,7.0,99.9,999.9,999.9 +2022-01-22 16:25,9.2,102.9,7.9,99.9,999.9,999.9,7.0,99.9,999.9,999.9 +2022-01-22 16:35,9.0,103.0,7.6,99.9,999.9,999.9,6.9,99.9,999.9,999.9 +2022-01-22 16:45,8.8,103.1,7.3,99.9,999.9,999.9,6.7,99.9,999.9,999.9 +2022-01-22 16:55,8.6,103.3,7.1,99.9,999.9,999.9,6.5,99.9,999.9,999.9 +2022-01-22 17:05,8.4,103.2,7.0,99.9,999.9,999.9,6.3,99.9,999.9,999.9 +2022-01-22 17:05,8.4,103.2,7.0,99.9,999.9,999.9,6.3,99.9,999.9,999.9 +2022-01-22 17:15,8.3,103.2,6.7,99.9,999.9,999.9,6.1,99.9,999.9,999.9 +2022-01-22 17:25,8.1,103.2,6.5,99.9,999.9,999.9,6.0,99.9,999.9,999.9 +2022-01-22 17:35,8.0,103.4,6.4,99.9,999.9,999.9,5.9,99.9,999.9,999.9 +2022-01-22 17:45,7.9,103.4,6.2,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-22 17:55,7.8,103.5,6.2,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-22 18:05,7.7,103.4,6.1,99.9,999.9,999.9,5.5,99.9,999.9,999.9 +2022-01-22 18:15,7.7,103.7,6.0,99.9,999.9,999.9,5.4,99.9,999.9,999.9 +2022-01-22 18:15,7.7,103.7,6.0,99.9,999.9,999.9,5.4,99.9,999.9,999.9 +2022-01-22 18:25,7.6,103.7,5.9,99.9,999.9,999.9,5.3,99.9,999.9,999.9 +2022-01-22 18:35,7.5,103.8,5.8,99.9,999.9,999.9,5.3,99.9,999.9,999.9 +2022-01-22 18:45,7.5,104.0,5.8,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-22 18:55,7.5,104.0,5.8,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-22 19:05,7.5,104.1,5.8,99.9,999.9,999.9,5.3,99.9,999.9,999.9 +2022-01-22 19:15,7.5,104.1,5.7,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-22 19:16,7.5,104.1,5.7,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-22 19:16,7.5,104.1,5.7,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-22 19:26,7.5,104.0,5.7,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-22 19:36,7.5,104.1,5.7,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-22 19:46,7.5,104.1,5.6,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-22 19:56,7.5,104.2,5.6,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 20:06,7.4,104.2,5.6,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 20:16,7.4,104.2,5.6,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 20:26,7.4,104.2,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 20:36,7.4,104.2,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 20:46,7.4,104.3,5.5,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-22 20:56,7.4,104.4,5.5,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-22 21:06,7.3,104.3,5.5,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-22 21:16,7.4,104.5,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 21:26,7.4,104.5,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 21:36,7.4,104.5,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 21:46,7.5,104.6,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 21:56,7.4,104.6,5.6,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 22:06,7.4,104.6,5.6,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 22:16,7.4,104.6,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 22:26,7.4,104.5,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 22:26,7.4,104.5,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 22:26,7.4,104.5,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-22 22:37,7.3,104.5,5.5,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-22 22:47,7.3,104.5,5.5,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-22 22:57,7.3,104.5,5.5,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-22 23:07,7.3,104.6,5.4,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-22 23:17,7.2,104.5,5.4,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-22 23:27,7.3,104.6,5.4,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-22 23:37,7.3,104.6,5.4,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-22 23:47,7.3,104.6,5.4,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-22 23:57,7.2,104.6,5.4,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-22 23:57,7.2,104.6,5.4,99.9,999.9,999.9,4.9,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-23_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-23_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..d60a46e --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-23_telemetry_PE1RXF-7.dat @@ -0,0 +1,160 @@ +2022-01-23 00:07,7.2,104.6,5.3,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-23 00:17,7.2,104.6,5.3,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-23 00:27,7.2,104.6,5.3,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-23 00:37,7.2,104.7,5.3,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-23 00:37,7.2,104.7,5.3,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-23 00:47,7.2,104.6,5.3,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 00:57,7.2,104.6,5.3,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 01:07,7.2,104.7,5.3,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 01:17,7.2,104.7,5.3,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 01:27,7.2,104.7,5.3,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 01:37,7.2,104.7,5.3,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-23 01:47,7.2,104.7,5.3,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-23 01:57,7.2,104.7,5.3,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-23 02:07,7.2,104.7,5.3,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-23 02:17,7.2,104.7,5.3,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 02:28,7.2,104.7,5.3,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 02:38,7.2,104.7,5.3,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 02:48,7.1,104.7,5.2,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 02:58,7.1,104.7,5.2,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 03:08,7.1,104.8,5.2,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 03:18,7.1,104.8,5.2,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 03:28,7.1,104.8,5.2,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 03:38,7.1,104.8,5.2,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 03:48,7.1,104.8,5.2,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 03:58,7.2,104.8,5.2,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 04:08,7.2,104.8,5.2,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 04:18,7.2,104.8,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-23 04:28,7.2,104.8,5.2,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 04:38,7.1,104.8,5.2,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 04:48,7.1,104.8,5.2,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-23 04:58,7.1,104.8,5.2,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-23 04:58,7.1,104.8,5.2,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-23 04:59,7.1,104.8,5.2,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-23 05:09,7.0,104.8,5.2,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-23 05:19,7.1,104.8,5.2,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-23 05:29,7.1,104.8,5.2,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-23 05:39,7.1,104.8,5.1,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-23 05:49,7.1,104.8,5.2,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-23 05:59,7.0,104.8,5.1,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-23 06:09,7.0,104.8,5.1,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-23 06:19,7.0,104.8,5.1,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-23 06:29,7.0,104.7,5.1,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-23 06:39,6.7,103.8,4.8,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-23 06:49,6.2,102.7,4.5,99.9,999.9,999.9,3.9,99.9,999.9,999.9 +2022-01-23 06:49,6.2,102.7,4.5,99.9,999.9,999.9,3.9,99.9,999.9,999.9 +2022-01-23 06:59,5.7,102.4,4.1,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-23 07:09,5.6,103.0,3.9,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-23 07:09,5.6,103.0,3.9,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-23 07:10,5.6,103.0,3.9,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-23 07:20,5.6,103.6,3.8,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-23 07:20,5.6,103.6,3.8,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-23 07:20,5.6,103.6,3.8,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-23 07:30,5.7,103.8,3.8,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-23 07:40,5.8,104.0,3.9,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-23 07:50,5.9,104.0,4.0,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-23 08:00,6.0,104.1,4.0,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-23 08:01,6.0,104.1,4.0,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-23 08:01,6.0,104.1,4.0,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-23 08:11,6.1,104.0,4.1,99.9,999.9,999.9,3.7,99.9,999.9,999.9 +2022-01-23 08:21,6.1,103.9,4.1,99.9,999.9,999.9,3.7,99.9,999.9,999.9 +2022-01-23 08:21,6.1,103.9,4.1,99.9,999.9,999.9,3.7,99.9,999.9,999.9 +2022-01-23 08:31,6.0,103.7,4.0,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-23 08:41,6.0,104.0,4.1,99.9,999.9,999.9,3.7,99.9,999.9,999.9 +2022-01-23 08:51,6.2,104.2,4.3,99.9,999.9,999.9,3.9,99.9,999.9,999.9 +2022-01-23 09:02,6.5,104.4,4.6,99.9,999.9,999.9,4.1,99.9,999.9,999.9 +2022-01-23 09:12,6.9,104.5,5.0,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-23 09:22,7.2,104.5,5.4,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-23 09:32,7.5,104.6,5.8,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-23 09:42,7.9,104.7,6.3,99.9,999.9,999.9,5.4,99.9,999.9,999.9 +2022-01-23 09:52,8.4,104.6,6.9,99.9,999.9,999.9,5.9,99.9,999.9,999.9 +2022-01-23 10:02,8.9,104.5,7.6,99.9,999.9,999.9,6.3,99.9,999.9,999.9 +2022-01-23 10:12,9.4,104.3,8.1,99.9,999.9,999.9,6.8,99.9,999.9,999.9 +2022-01-23 10:22,9.7,104.0,8.6,99.9,999.9,999.9,7.1,99.9,999.9,999.9 +2022-01-23 10:32,10.1,104.0,9.1,99.9,999.9,999.9,7.5,99.9,999.9,999.9 +2022-01-23 10:42,10.6,103.8,9.8,99.9,999.9,999.9,8.0,99.9,999.9,999.9 +2022-01-23 10:52,11.3,103.6,10.6,99.9,999.9,999.9,8.7,99.9,999.9,999.9 +2022-01-23 11:02,11.9,103.0,11.2,99.9,999.9,999.9,9.2,99.9,999.9,999.9 +2022-01-23 11:02,11.9,103.0,11.2,99.9,999.9,999.9,9.2,99.9,999.9,999.9 +2022-01-23 11:12,12.5,102.5,12.0,99.9,999.9,999.9,9.8,99.9,999.9,999.9 +2022-01-23 11:22,13.0,102.2,12.4,99.9,999.9,999.9,10.3,99.9,999.9,999.9 +2022-01-23 11:32,13.3,101.7,12.8,99.9,999.9,999.9,10.6,99.9,999.9,999.9 +2022-01-23 11:42,13.5,101.8,13.2,99.9,999.9,999.9,10.8,99.9,999.9,999.9 +2022-01-23 11:52,14.0,102.0,13.8,99.9,999.9,999.9,11.3,99.9,999.9,999.9 +2022-01-23 12:02,14.5,101.4,14.4,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2022-01-23 12:12,14.8,101.1,14.7,99.9,999.9,999.9,12.1,99.9,999.9,999.9 +2022-01-23 12:22,14.8,100.6,14.9,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2022-01-23 12:32,14.8,100.3,15.0,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2022-01-23 12:42,14.6,99.8,14.8,99.9,999.9,999.9,12.1,99.9,999.9,999.9 +2022-01-23 12:52,14.2,100.2,14.5,99.9,999.9,999.9,11.8,99.9,999.9,999.9 +2022-01-23 13:02,13.6,100.5,13.8,99.9,999.9,999.9,11.3,99.9,999.9,999.9 +2022-01-23 13:12,13.1,100.9,13.3,99.9,999.9,999.9,10.9,99.9,999.9,999.9 +2022-01-23 13:22,12.8,101.1,12.9,99.9,999.9,999.9,10.6,99.9,999.9,999.9 +2022-01-23 13:23,12.8,101.1,12.9,99.9,999.9,999.9,10.6,99.9,999.9,999.9 +2022-01-23 13:33,12.3,100.9,12.5,99.9,999.9,999.9,10.2,99.9,999.9,999.9 +2022-01-23 13:43,12.0,101.4,12.2,99.9,999.9,999.9,10.0,99.9,999.9,999.9 +2022-01-23 13:53,11.8,101.5,12.0,99.9,999.9,999.9,9.8,99.9,999.9,999.9 +2022-01-23 14:03,11.6,101.5,11.5,99.9,999.9,999.9,9.5,99.9,999.9,999.9 +2022-01-23 14:13,11.3,101.7,11.1,99.9,999.9,999.9,9.2,99.9,999.9,999.9 +2022-01-23 14:23,11.0,102.0,10.6,99.9,999.9,999.9,8.9,99.9,999.9,999.9 +2022-01-23 14:33,10.7,101.9,10.2,99.9,999.9,999.9,8.6,99.9,999.9,999.9 +2022-01-23 14:43,10.5,102.3,10.1,99.9,999.9,999.9,8.4,99.9,999.9,999.9 +2022-01-23 14:53,10.4,100.2,10.0,99.9,999.9,999.9,8.3,99.9,999.9,999.9 +2022-01-23 15:03,10.1,102.2,9.8,99.9,999.9,999.9,8.1,99.9,999.9,999.9 +2022-01-23 15:13,10.1,102.9,9.6,99.9,999.9,999.9,7.9,99.9,999.9,999.9 +2022-01-23 15:23,9.9,103.2,9.4,99.9,999.9,999.9,7.8,99.9,999.9,999.9 +2022-01-23 15:33,9.7,103.1,9.1,99.9,999.9,999.9,7.6,99.9,999.9,999.9 +2022-01-23 15:43,9.5,103.1,8.8,99.9,999.9,999.9,7.4,99.9,999.9,999.9 +2022-01-23 15:53,9.4,103.2,8.5,99.9,999.9,999.9,7.3,99.9,999.9,999.9 +2022-01-23 16:03,9.2,103.5,8.2,99.9,999.9,999.9,7.1,99.9,999.9,999.9 +2022-01-23 16:13,9.1,103.5,8.0,99.9,999.9,999.9,6.9,99.9,999.9,999.9 +2022-01-23 16:23,8.9,103.1,7.8,99.9,999.9,999.9,6.8,99.9,999.9,999.9 +2022-01-23 16:33,8.8,103.4,7.5,99.9,999.9,999.9,6.6,99.9,999.9,999.9 +2022-01-23 16:43,8.6,103.8,7.3,99.9,999.9,999.9,6.5,99.9,999.9,999.9 +2022-01-23 16:53,8.5,103.9,7.1,99.9,999.9,999.9,6.4,99.9,999.9,999.9 +2022-01-23 17:03,8.4,104.0,7.0,99.9,999.9,999.9,6.3,99.9,999.9,999.9 +2022-01-23 17:13,8.4,103.9,6.8,99.9,999.9,999.9,6.2,99.9,999.9,999.9 +2022-01-23 17:23,8.3,104.1,6.7,99.9,999.9,999.9,6.1,99.9,999.9,999.9 +2022-01-23 17:33,8.2,104.3,6.6,99.9,999.9,999.9,6.0,99.9,999.9,999.9 +2022-01-23 17:43,8.2,104.2,6.5,99.9,999.9,999.9,6.0,99.9,999.9,999.9 +2022-01-23 17:53,8.1,104.2,6.5,99.9,999.9,999.9,5.9,99.9,999.9,999.9 +2022-01-23 17:53,8.1,104.2,6.5,99.9,999.9,999.9,5.9,99.9,999.9,999.9 +2022-01-23 18:03,8.1,104.0,6.4,99.9,999.9,999.9,5.9,99.9,999.9,999.9 +2022-01-23 18:14,8.0,104.2,6.3,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-23 18:24,8.0,104.0,6.2,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-23 18:34,8.0,104.1,6.2,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-23 18:44,7.9,104.3,6.1,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-23 18:54,7.9,104.1,6.1,99.9,999.9,999.9,5.6,99.9,999.9,999.9 +2022-01-23 19:04,7.8,104.0,6.1,99.9,999.9,999.9,5.6,99.9,999.9,999.9 +2022-01-23 19:14,7.8,104.0,6.0,99.9,999.9,999.9,5.6,99.9,999.9,999.9 +2022-01-23 19:24,7.8,104.2,6.0,99.9,999.9,999.9,5.6,99.9,999.9,999.9 +2022-01-23 19:34,7.8,104.0,5.9,99.9,999.9,999.9,5.6,99.9,999.9,999.9 +2022-01-23 19:44,7.8,104.0,5.9,99.9,999.9,999.9,5.5,99.9,999.9,999.9 +2022-01-23 19:54,7.7,104.0,5.9,99.9,999.9,999.9,5.5,99.9,999.9,999.9 +2022-01-23 20:04,7.7,104.0,5.8,99.9,999.9,999.9,5.5,99.9,999.9,999.9 +2022-01-23 20:14,7.7,104.0,5.8,99.9,999.9,999.9,5.5,99.9,999.9,999.9 +2022-01-23 20:24,7.7,104.0,5.8,99.9,999.9,999.9,5.4,99.9,999.9,999.9 +2022-01-23 20:24,7.7,104.0,5.8,99.9,999.9,999.9,5.4,99.9,999.9,999.9 +2022-01-23 20:35,7.6,104.0,5.8,99.9,999.9,999.9,5.4,99.9,999.9,999.9 +2022-01-23 20:35,7.6,104.0,5.8,99.9,999.9,999.9,5.4,99.9,999.9,999.9 +2022-01-23 20:45,7.6,103.8,5.7,99.9,999.9,999.9,5.4,99.9,999.9,999.9 +2022-01-23 20:55,7.5,103.8,5.7,99.9,999.9,999.9,5.3,99.9,999.9,999.9 +2022-01-23 21:05,7.6,103.7,5.7,99.9,999.9,999.9,5.3,99.9,999.9,999.9 +2022-01-23 21:15,7.6,103.8,5.7,99.9,999.9,999.9,5.3,99.9,999.9,999.9 +2022-01-23 21:25,7.5,103.7,5.7,99.9,999.9,999.9,5.3,99.9,999.9,999.9 +2022-01-23 21:35,7.5,103.7,5.7,99.9,999.9,999.9,5.3,99.9,999.9,999.9 +2022-01-23 21:45,7.5,103.6,5.6,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-23 21:55,7.5,103.6,5.6,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-23 22:05,7.5,103.6,5.6,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-23 22:15,7.4,103.8,5.5,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-23 22:15,7.4,103.8,5.5,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-23 22:25,7.4,103.7,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-23 22:36,7.4,103.7,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-23 22:46,7.4,103.6,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-23 22:56,7.4,103.7,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-23 23:06,7.4,103.8,5.5,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-23 23:16,7.4,103.8,5.4,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-23 23:26,7.4,103.6,5.4,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-23 23:36,7.4,103.6,5.4,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-23 23:46,7.3,103.6,5.4,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-23 23:56,7.3,103.7,5.4,99.9,999.9,999.9,5.1,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-24_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-24_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..28651ed --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-24_telemetry_PE1RXF-7.dat @@ -0,0 +1,161 @@ +2022-01-24 00:06,7.3,103.8,5.4,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-24 00:16,7.3,103.5,5.4,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-24 00:26,7.3,103.4,5.3,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-24 00:36,7.2,103.2,5.3,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-24 00:46,7.2,103.3,5.3,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-24 00:46,7.2,103.3,5.3,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-24 00:56,7.2,103.1,5.3,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-24 01:06,7.2,103.2,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-24 01:16,7.1,103.5,5.2,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-24 01:26,7.1,103.7,5.1,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-24 01:36,7.0,103.7,5.1,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-24 01:46,7.0,103.8,5.1,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-24 01:56,7.0,104.1,5.1,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-24 02:06,7.0,104.4,5.0,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-24 02:07,7.0,104.4,5.0,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-24 02:17,7.0,104.6,5.0,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-24 02:27,7.0,104.6,5.0,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-24 02:37,6.9,104.7,5.0,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-24 02:47,6.9,104.6,5.0,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-24 02:57,6.9,104.5,5.0,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-24 03:07,6.9,104.6,5.0,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-24 03:17,6.9,104.4,5.0,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-24 03:27,6.9,104.3,4.9,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-24 03:37,6.9,104.4,4.9,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-24 03:37,6.9,104.4,4.9,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-24 03:47,6.9,104.5,4.9,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-24 03:57,6.8,104.6,4.8,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-24 04:07,6.8,104.7,4.8,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-24 04:07,6.8,104.7,4.8,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-24 04:17,6.8,104.6,4.8,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-24 04:27,6.8,104.6,4.8,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-24 04:37,6.8,104.7,4.8,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-24 04:38,6.8,104.7,4.8,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-24 04:48,6.7,104.7,4.8,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-24 04:57,6.7,104.7,4.8,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-24 05:07,6.7,104.8,4.7,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-24 05:17,6.7,104.7,4.7,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-24 05:27,6.6,104.8,4.7,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-24 05:28,6.6,104.8,4.7,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-24 05:38,6.6,104.8,4.7,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-24 05:48,6.6,104.8,4.6,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 05:58,6.6,104.8,4.7,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 06:08,6.6,105.0,4.6,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 06:18,6.6,104.9,4.6,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 06:28,6.6,104.9,4.6,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 06:38,6.6,105.0,4.6,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 06:48,6.5,105.0,4.6,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 06:58,6.5,105.0,4.6,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 07:08,6.5,105.0,4.6,99.9,999.9,999.9,4.1,99.9,999.9,999.9 +2022-01-24 07:18,6.5,105.0,4.5,99.9,999.9,999.9,4.1,99.9,999.9,999.9 +2022-01-24 07:28,6.4,105.0,4.5,99.9,999.9,999.9,4.1,99.9,999.9,999.9 +2022-01-24 07:38,6.5,105.1,4.6,99.9,999.9,999.9,4.1,99.9,999.9,999.9 +2022-01-24 07:48,6.5,105.0,4.5,99.9,999.9,999.9,4.1,99.9,999.9,999.9 +2022-01-24 07:59,6.5,105.0,4.6,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 08:09,6.5,105.0,4.5,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 08:19,6.5,105.1,4.5,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 08:29,6.5,105.0,4.5,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 08:39,6.5,105.1,4.5,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 08:49,6.5,105.1,4.6,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 08:59,6.6,105.2,4.6,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 09:09,6.6,105.2,4.7,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-24 09:19,6.7,105.2,4.8,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-24 09:29,6.8,105.2,4.9,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-24 09:39,6.8,105.3,5.1,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-24 09:49,6.9,105.3,5.3,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-24 09:59,7.0,105.4,5.4,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-24 09:59,7.0,105.4,5.4,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-24 10:09,7.2,105.5,5.5,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-24 10:19,7.3,105.5,5.7,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-24 10:29,7.4,105.5,5.9,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-24 10:39,7.6,105.3,6.1,99.9,999.9,999.9,5.3,99.9,999.9,999.9 +2022-01-24 10:49,7.7,105.3,6.3,99.9,999.9,999.9,5.4,99.9,999.9,999.9 +2022-01-24 10:59,7.9,105.3,6.5,99.9,999.9,999.9,5.5,99.9,999.9,999.9 +2022-01-24 11:09,8.0,105.4,6.7,99.9,999.9,999.9,5.6,99.9,999.9,999.9 +2022-01-24 11:19,8.1,105.4,6.8,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-24 11:29,8.2,105.3,7.0,99.9,999.9,999.9,5.9,99.9,999.9,999.9 +2022-01-24 11:39,8.3,105.3,7.1,99.9,999.9,999.9,6.0,99.9,999.9,999.9 +2022-01-24 11:49,8.4,105.3,7.3,99.9,999.9,999.9,6.1,99.9,999.9,999.9 +2022-01-24 11:59,8.6,105.3,7.5,99.9,999.9,999.9,6.3,99.9,999.9,999.9 +2022-01-24 12:00,8.6,105.3,7.5,99.9,999.9,999.9,6.3,99.9,999.9,999.9 +2022-01-24 12:10,8.7,105.3,7.7,99.9,999.9,999.9,6.4,99.9,999.9,999.9 +2022-01-24 12:20,8.8,105.2,7.9,99.9,999.9,999.9,6.5,99.9,999.9,999.9 +2022-01-24 12:30,8.9,105.2,8.0,99.9,999.9,999.9,6.6,99.9,999.9,999.9 +2022-01-24 12:40,9.0,105.0,8.2,99.9,999.9,999.9,6.7,99.9,999.9,999.9 +2022-01-24 12:50,9.1,104.7,8.3,99.9,999.9,999.9,6.7,99.9,999.9,999.9 +2022-01-24 13:00,9.1,104.9,8.4,99.9,999.9,999.9,6.8,99.9,999.9,999.9 +2022-01-24 13:10,9.1,104.7,8.4,99.9,999.9,999.9,6.8,99.9,999.9,999.9 +2022-01-24 13:20,9.1,104.7,8.4,99.9,999.9,999.9,6.8,99.9,999.9,999.9 +2022-01-24 13:30,9.1,104.7,8.4,99.9,999.9,999.9,6.8,99.9,999.9,999.9 +2022-01-24 13:40,9.0,104.4,8.2,99.9,999.9,999.9,6.7,99.9,999.9,999.9 +2022-01-24 13:50,8.9,104.4,8.1,99.9,999.9,999.9,6.6,99.9,999.9,999.9 +2022-01-24 14:00,8.8,104.6,8.0,99.9,999.9,999.9,6.5,99.9,999.9,999.9 +2022-01-24 14:10,8.8,104.9,8.0,99.9,999.9,999.9,6.5,99.9,999.9,999.9 +2022-01-24 14:20,8.7,104.5,7.9,99.9,999.9,999.9,6.4,99.9,999.9,999.9 +2022-01-24 14:30,8.7,104.4,7.8,99.9,999.9,999.9,6.4,99.9,999.9,999.9 +2022-01-24 14:40,8.5,104.4,7.6,99.9,999.9,999.9,6.2,99.9,999.9,999.9 +2022-01-24 14:50,8.4,104.3,7.4,99.9,999.9,999.9,6.1,99.9,999.9,999.9 +2022-01-24 15:00,8.3,104.4,7.3,99.9,999.9,999.9,6.0,99.9,999.9,999.9 +2022-01-24 15:10,8.2,104.4,7.2,99.9,999.9,999.9,5.9,99.9,999.9,999.9 +2022-01-24 15:10,8.2,104.4,7.2,99.9,999.9,999.9,5.9,99.9,999.9,999.9 +2022-01-24 15:20,8.1,104.6,7.0,99.9,999.9,999.9,5.8,99.9,999.9,999.9 +2022-01-24 15:30,8.0,104.4,6.8,99.9,999.9,999.9,5.7,99.9,999.9,999.9 +2022-01-24 15:40,7.8,104.5,6.7,99.9,999.9,999.9,5.5,99.9,999.9,999.9 +2022-01-24 15:50,7.7,104.5,6.5,99.9,999.9,999.9,5.4,99.9,999.9,999.9 +2022-01-24 16:00,7.6,104.7,6.2,99.9,999.9,999.9,5.3,99.9,999.9,999.9 +2022-01-24 16:01,7.6,104.7,6.2,99.9,999.9,999.9,5.3,99.9,999.9,999.9 +2022-01-24 16:11,7.4,104.8,6.1,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-24 16:21,7.3,104.7,5.9,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-24 16:31,7.2,104.7,5.7,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-24 16:41,7.1,104.8,5.6,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-24 16:41,7.1,104.8,5.6,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-24 16:51,7.0,104.9,5.4,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-24 16:52,7.0,104.9,5.4,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-24 17:02,6.9,105.0,5.3,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-24 17:02,6.9,105.0,5.3,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-24 17:12,6.8,104.9,5.1,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-24 17:22,6.7,105.0,5.0,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-24 17:32,6.6,105.0,4.9,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-24 17:42,6.5,105.0,4.8,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-24 17:52,6.5,105.0,4.7,99.9,999.9,999.9,4.1,99.9,999.9,999.9 +2022-01-24 18:02,6.4,105.1,4.7,99.9,999.9,999.9,4.1,99.9,999.9,999.9 +2022-01-24 18:12,6.4,105.1,4.6,99.9,999.9,999.9,4.0,99.9,999.9,999.9 +2022-01-24 18:22,6.3,105.1,4.6,99.9,999.9,999.9,3.9,99.9,999.9,999.9 +2022-01-24 18:23,6.3,105.1,4.6,99.9,999.9,999.9,3.9,99.9,999.9,999.9 +2022-01-24 18:33,6.3,105.1,4.5,99.9,999.9,999.9,3.9,99.9,999.9,999.9 +2022-01-24 18:43,6.3,105.0,4.5,99.9,999.9,999.9,3.9,99.9,999.9,999.9 +2022-01-24 18:53,6.2,105.0,4.4,99.9,999.9,999.9,3.9,99.9,999.9,999.9 +2022-01-24 19:03,6.2,105.0,4.4,99.9,999.9,999.9,3.9,99.9,999.9,999.9 +2022-01-24 19:03,6.2,105.0,4.4,99.9,999.9,999.9,3.9,99.9,999.9,999.9 +2022-01-24 19:13,6.2,104.9,4.3,99.9,999.9,999.9,3.8,99.9,999.9,999.9 +2022-01-24 19:23,6.1,105.0,4.3,99.9,999.9,999.9,3.8,99.9,999.9,999.9 +2022-01-24 19:33,6.1,105.0,4.3,99.9,999.9,999.9,3.7,99.9,999.9,999.9 +2022-01-24 19:43,6.1,105.0,4.2,99.9,999.9,999.9,3.7,99.9,999.9,999.9 +2022-01-24 19:43,6.1,105.0,4.2,99.9,999.9,999.9,3.7,99.9,999.9,999.9 +2022-01-24 19:53,6.0,105.0,4.2,99.9,999.9,999.9,3.7,99.9,999.9,999.9 +2022-01-24 20:03,6.0,105.1,4.2,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 20:13,6.0,105.1,4.1,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 20:23,6.0,105.1,4.2,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 20:33,6.0,105.1,4.1,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 20:43,6.0,105.1,4.1,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 20:53,6.0,105.1,4.1,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 21:03,6.0,105.0,4.1,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 21:03,6.0,105.0,4.1,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 21:13,5.9,105.1,4.1,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 21:23,6.0,105.1,4.1,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 21:33,5.9,105.0,4.0,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 21:43,5.9,105.1,4.0,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 21:53,6.0,105.1,4.0,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 22:03,6.0,105.2,4.0,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 22:13,6.0,105.1,4.0,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 22:23,6.0,105.2,4.0,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 22:33,5.9,105.0,4.0,99.9,999.9,999.9,3.5,99.9,999.9,999.9 +2022-01-24 22:44,5.9,105.0,4.0,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-24 22:54,5.9,105.2,4.0,99.9,999.9,999.9,3.5,99.9,999.9,999.9 +2022-01-24 23:04,5.9,105.1,3.9,99.9,999.9,999.9,3.5,99.9,999.9,999.9 +2022-01-24 23:14,5.9,105.0,4.0,99.9,999.9,999.9,3.5,99.9,999.9,999.9 +2022-01-24 23:24,5.8,104.9,3.9,99.9,999.9,999.9,3.5,99.9,999.9,999.9 +2022-01-24 23:34,5.8,105.0,3.9,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-24 23:44,5.8,105.0,3.9,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-24 23:54,5.8,105.1,3.9,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-24 23:54,5.8,105.1,3.9,99.9,999.9,999.9,3.4,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-25_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-25_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..834738f --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-25_telemetry_PE1RXF-7.dat @@ -0,0 +1,168 @@ +2022-01-25 00:04,5.8,105.1,3.9,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 00:14,5.8,105.1,3.8,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 00:24,5.8,105.1,3.9,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 00:34,5.8,105.1,3.8,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 00:44,5.8,105.0,3.8,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 00:54,5.8,105.1,3.8,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 01:04,5.8,105.0,3.8,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 01:05,5.8,105.0,3.8,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 01:05,5.8,105.0,3.8,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 01:15,5.7,105.0,3.8,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 01:25,5.7,105.1,3.8,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 01:35,5.7,105.0,3.8,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 01:45,5.7,105.1,3.8,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 01:55,5.7,105.2,3.8,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 02:05,5.7,105.2,3.8,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 02:15,5.7,105.2,3.8,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 02:25,5.7,105.0,3.8,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 02:35,5.7,105.2,3.8,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 02:45,5.7,105.1,3.8,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 02:55,5.7,105.1,3.8,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 03:05,5.7,105.1,3.7,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 03:05,5.7,105.1,3.7,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 03:16,5.6,105.1,3.7,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 03:16,5.6,105.1,3.7,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 03:26,5.7,105.1,3.7,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 03:36,5.6,105.1,3.7,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 03:46,5.6,105.2,3.7,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 03:56,5.6,105.0,3.7,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 03:56,5.6,105.0,3.7,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 04:06,5.6,105.1,3.7,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 04:16,5.6,105.0,3.7,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 04:26,5.6,105.2,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 04:36,5.6,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 04:46,5.6,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 04:56,5.6,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 05:06,5.6,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 05:16,5.6,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 05:26,5.6,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 05:36,5.6,105.2,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 05:46,5.6,105.0,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 05:47,5.6,105.0,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 05:57,5.6,105.2,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 06:07,5.6,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 06:17,5.6,105.2,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 06:17,5.6,105.2,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 06:27,5.6,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 06:37,5.6,105.0,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 06:47,5.6,105.2,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 06:57,5.6,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 07:07,5.6,105.2,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 07:17,5.6,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 07:27,5.6,105.2,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 07:37,5.5,105.0,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 07:47,5.6,105.2,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 07:57,5.6,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 08:07,5.5,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 08:17,5.5,105.1,3.6,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 08:27,5.5,105.3,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 08:37,5.5,105.0,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 08:47,5.5,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 08:57,5.6,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 09:07,5.6,105.1,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 09:17,5.6,105.1,3.8,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 09:27,5.7,105.1,3.9,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 09:37,5.8,105.2,4.0,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 09:47,5.8,105.3,4.1,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 09:57,5.9,105.2,4.2,99.9,999.9,999.9,3.5,99.9,999.9,999.9 +2022-01-25 10:07,6.0,105.3,4.3,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-25 10:17,6.1,105.2,4.4,99.9,999.9,999.9,3.7,99.9,999.9,999.9 +2022-01-25 10:28,6.1,105.3,4.5,99.9,999.9,999.9,3.7,99.9,999.9,999.9 +2022-01-25 10:38,6.2,105.2,4.6,99.9,999.9,999.9,3.8,99.9,999.9,999.9 +2022-01-25 10:48,6.2,105.1,4.6,99.9,999.9,999.9,3.9,99.9,999.9,999.9 +2022-01-25 10:58,6.3,105.3,4.8,99.9,999.9,999.9,4.0,99.9,999.9,999.9 +2022-01-25 11:08,6.4,105.0,4.8,99.9,999.9,999.9,4.0,99.9,999.9,999.9 +2022-01-25 11:18,6.4,105.1,5.0,99.9,999.9,999.9,4.1,99.9,999.9,999.9 +2022-01-25 11:18,6.4,105.1,5.0,99.9,999.9,999.9,4.1,99.9,999.9,999.9 +2022-01-25 11:18,6.4,105.1,5.0,99.9,999.9,999.9,4.1,99.9,999.9,999.9 +2022-01-25 11:28,6.6,105.2,5.1,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-25 11:38,6.6,105.1,5.2,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-25 11:48,6.7,105.1,5.3,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-25 11:58,6.8,105.3,5.4,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-25 12:08,6.9,105.1,5.5,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-25 12:18,6.9,105.0,5.5,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-25 12:28,6.9,104.6,5.6,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-25 12:38,6.9,104.7,5.7,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-25 12:48,7.0,104.6,5.7,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-25 12:58,7.0,105.0,5.8,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-25 13:08,7.0,104.7,5.8,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-25 13:18,7.0,104.8,5.8,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-25 13:28,7.0,104.6,5.8,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-25 13:28,7.0,104.6,5.8,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-25 13:29,7.0,104.6,5.8,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-25 13:39,7.0,104.7,5.8,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-25 13:49,7.1,104.7,5.8,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-25 13:59,7.1,104.6,6.0,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-25 14:09,7.1,104.5,5.8,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-25 14:19,7.0,104.5,5.8,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-25 14:29,7.0,104.6,5.9,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-25 14:39,7.0,104.5,5.9,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-25 14:49,6.9,104.5,5.8,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-25 14:59,6.9,104.3,5.7,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-25 15:00,6.9,104.3,5.7,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-25 15:10,6.8,104.4,5.6,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-25 15:10,6.8,104.4,5.6,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-25 15:21,6.7,104.4,5.6,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-25 15:31,6.7,104.6,5.5,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-25 15:41,6.6,104.5,5.4,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-25 15:51,6.6,104.5,5.3,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-25 16:01,6.5,104.4,5.2,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-25 16:01,6.5,104.4,5.2,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-25 16:11,6.4,104.4,5.0,99.9,999.9,999.9,4.1,99.9,999.9,999.9 +2022-01-25 16:21,6.3,104.5,4.9,99.9,999.9,999.9,4.0,99.9,999.9,999.9 +2022-01-25 16:31,6.2,104.5,4.8,99.9,999.9,999.9,3.9,99.9,999.9,999.9 +2022-01-25 16:41,6.1,104.5,4.7,99.9,999.9,999.9,3.8,99.9,999.9,999.9 +2022-01-25 16:51,6.0,104.7,4.5,99.9,999.9,999.9,3.7,99.9,999.9,999.9 +2022-01-25 16:51,6.0,104.7,4.5,99.9,999.9,999.9,3.7,99.9,999.9,999.9 +2022-01-25 17:01,6.0,104.7,4.4,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-25 17:11,5.9,104.8,4.2,99.9,999.9,999.9,3.5,99.9,999.9,999.9 +2022-01-25 17:21,5.8,104.7,4.1,99.9,999.9,999.9,3.5,99.9,999.9,999.9 +2022-01-25 17:21,5.8,104.7,4.1,99.9,999.9,999.9,3.5,99.9,999.9,999.9 +2022-01-25 17:22,5.8,104.7,4.1,99.9,999.9,999.9,3.5,99.9,999.9,999.9 +2022-01-25 17:32,5.8,104.8,4.0,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 17:42,5.7,104.7,4.0,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25 17:52,5.7,104.8,3.9,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 17:52,5.7,104.8,3.9,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 18:02,5.6,104.8,3.8,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-25 18:12,5.6,104.8,3.8,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 18:22,5.5,104.9,3.8,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 18:32,5.6,104.8,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 18:42,5.5,104.7,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 18:52,5.5,104.8,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 19:02,5.5,104.9,3.7,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-25 19:12,5.5,104.8,3.7,99.9,999.9,999.9,3.1,99.9,999.9,999.9 +2022-01-25 19:22,5.5,104.9,3.6,99.9,999.9,999.9,3.1,99.9,999.9,999.9 +2022-01-25 19:32,5.5,104.9,3.6,99.9,999.9,999.9,3.1,99.9,999.9,999.9 +2022-01-25 19:42,5.5,105.0,3.6,99.9,999.9,999.9,3.1,99.9,999.9,999.9 +2022-01-25 19:52,5.4,104.8,3.6,99.9,999.9,999.9,3.1,99.9,999.9,999.9 +2022-01-25 19:52,5.4,104.8,3.6,99.9,999.9,999.9,3.1,99.9,999.9,999.9 +2022-01-25 19:53,5.4,104.8,3.6,99.9,999.9,999.9,3.1,99.9,999.9,999.9 +2022-01-25 20:03,5.4,104.8,3.6,99.9,999.9,999.9,3.1,99.9,999.9,999.9 +2022-01-25 20:13,5.4,104.9,3.6,99.9,999.9,999.9,3.1,99.9,999.9,999.9 +2022-01-25 20:23,5.4,104.8,3.6,99.9,999.9,999.9,3.0,99.9,999.9,999.9 +2022-01-25 20:33,5.4,104.9,3.6,99.9,999.9,999.9,3.0,99.9,999.9,999.9 +2022-01-25 20:43,5.4,105.0,3.5,99.9,999.9,999.9,3.0,99.9,999.9,999.9 +2022-01-25 20:43,5.4,105.0,3.5,99.9,999.9,999.9,3.0,99.9,999.9,999.9 +2022-01-25 20:53,5.4,104.9,3.5,99.9,999.9,999.9,3.0,99.9,999.9,999.9 +2022-01-25 21:03,5.4,104.8,3.5,99.9,999.9,999.9,3.0,99.9,999.9,999.9 +2022-01-25 21:04,5.4,104.8,3.5,99.9,999.9,999.9,3.0,99.9,999.9,999.9 +2022-01-25 21:14,5.3,104.8,3.5,99.9,999.9,999.9,3.0,99.9,999.9,999.9 +2022-01-25 21:24,5.3,104.9,3.5,99.9,999.9,999.9,2.9,99.9,999.9,999.9 +2022-01-25 21:34,5.3,104.9,3.5,99.9,999.9,999.9,3.0,99.9,999.9,999.9 +2022-01-25 21:44,5.3,104.8,3.4,99.9,999.9,999.9,2.9,99.9,999.9,999.9 +2022-01-25 21:54,5.3,104.9,3.4,99.9,999.9,999.9,3.0,99.9,999.9,999.9 +2022-01-25 21:54,5.3,104.9,3.4,99.9,999.9,999.9,3.0,99.9,999.9,999.9 +2022-01-25 22:04,5.3,104.8,3.4,99.9,999.9,999.9,2.9,99.9,999.9,999.9 +2022-01-25 22:14,5.3,105.0,3.4,99.9,999.9,999.9,2.9,99.9,999.9,999.9 +2022-01-25 22:24,5.3,104.8,3.4,99.9,999.9,999.9,2.9,99.9,999.9,999.9 +2022-01-25 22:34,5.3,104.9,3.4,99.9,999.9,999.9,2.9,99.9,999.9,999.9 +2022-01-25 22:44,5.3,105.0,3.4,99.9,999.9,999.9,2.9,99.9,999.9,999.9 +2022-01-25 22:54,5.2,105.0,3.4,99.9,999.9,999.9,2.9,99.9,999.9,999.9 +2022-01-25 23:04,5.2,105.0,3.4,99.9,999.9,999.9,2.9,99.9,999.9,999.9 +2022-01-25 23:14,5.3,105.0,3.4,99.9,999.9,999.9,2.9,99.9,999.9,999.9 +2022-01-25 23:24,5.2,105.0,3.4,99.9,999.9,999.9,2.9,99.9,999.9,999.9 +2022-01-25 23:24,5.2,105.0,3.4,99.9,999.9,999.9,2.9,99.9,999.9,999.9 +2022-01-25 23:25,5.2,105.0,3.4,99.9,999.9,999.9,2.9,99.9,999.9,999.9 +2022-01-25 23:35,5.2,104.9,3.4,99.9,999.9,999.9,2.8,99.9,999.9,999.9 +2022-01-25 23:45,5.2,104.9,3.3,99.9,999.9,999.9,2.8,99.9,999.9,999.9 +2022-01-25 23:55,5.2,105.0,3.3,99.9,999.9,999.9,2.8,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-26_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-26_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..66299db --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-26_telemetry_PE1RXF-7.dat @@ -0,0 +1,166 @@ +2022-01-26 00:05,5.2,105.0,3.3,99.9,999.9,999.9,2.8,99.9,999.9,999.9 +2022-01-26 00:15,5.1,104.9,3.3,99.9,999.9,999.9,2.8,99.9,999.9,999.9 +2022-01-26 00:25,5.2,104.9,3.3,99.9,999.9,999.9,2.8,99.9,999.9,999.9 +2022-01-26 00:36,5.1,105.0,3.3,99.9,999.9,999.9,2.8,99.9,999.9,999.9 +2022-01-26 00:46,5.1,104.8,3.2,99.9,999.9,999.9,2.7,99.9,999.9,999.9 +2022-01-26 00:56,5.1,104.9,3.2,99.9,999.9,999.9,2.7,99.9,999.9,999.9 +2022-01-26 01:06,5.1,105.0,3.2,99.9,999.9,999.9,2.7,99.9,999.9,999.9 +2022-01-26 01:16,5.1,104.8,3.2,99.9,999.9,999.9,2.7,99.9,999.9,999.9 +2022-01-26 01:16,5.1,104.8,3.2,99.9,999.9,999.9,2.7,99.9,999.9,999.9 +2022-01-26 01:26,5.0,104.7,3.2,99.9,999.9,999.9,2.7,99.9,999.9,999.9 +2022-01-26 01:36,5.0,104.9,3.1,99.9,999.9,999.9,2.6,99.9,999.9,999.9 +2022-01-26 01:36,5.0,104.9,3.1,99.9,999.9,999.9,2.6,99.9,999.9,999.9 +2022-01-26 01:46,5.0,104.9,3.1,99.9,999.9,999.9,2.6,99.9,999.9,999.9 +2022-01-26 01:47,5.0,104.9,3.1,99.9,999.9,999.9,2.6,99.9,999.9,999.9 +2022-01-26 01:56,5.0,104.9,3.1,99.9,999.9,999.9,2.6,99.9,999.9,999.9 +2022-01-26 01:57,5.0,104.9,3.1,99.9,999.9,999.9,2.6,99.9,999.9,999.9 +2022-01-26 02:07,4.9,104.8,3.1,99.9,999.9,999.9,2.5,99.9,999.9,999.9 +2022-01-26 02:17,4.9,104.6,3.0,99.9,999.9,999.9,2.5,99.9,999.9,999.9 +2022-01-26 02:27,4.9,104.7,3.0,99.9,999.9,999.9,2.5,99.9,999.9,999.9 +2022-01-26 02:37,4.8,104.8,3.0,99.9,999.9,999.9,2.5,99.9,999.9,999.9 +2022-01-26 02:47,4.8,104.7,3.0,99.9,999.9,999.9,2.4,99.9,999.9,999.9 +2022-01-26 02:47,4.8,104.7,3.0,99.9,999.9,999.9,2.4,99.9,999.9,999.9 +2022-01-26 02:57,4.8,104.8,3.0,99.9,999.9,999.9,2.4,99.9,999.9,999.9 +2022-01-26 03:07,4.8,104.6,2.9,99.9,999.9,999.9,2.4,99.9,999.9,999.9 +2022-01-26 03:17,4.8,104.8,2.9,99.9,999.9,999.9,2.4,99.9,999.9,999.9 +2022-01-26 03:27,4.7,104.6,2.9,99.9,999.9,999.9,2.4,99.9,999.9,999.9 +2022-01-26 03:37,4.7,104.5,2.9,99.9,999.9,999.9,2.3,99.9,999.9,999.9 +2022-01-26 03:47,4.7,104.7,2.8,99.9,999.9,999.9,2.3,99.9,999.9,999.9 +2022-01-26 03:57,4.7,104.7,2.8,99.9,999.9,999.9,2.3,99.9,999.9,999.9 +2022-01-26 04:07,4.6,104.6,2.8,99.9,999.9,999.9,2.2,99.9,999.9,999.9 +2022-01-26 04:17,4.6,104.6,2.7,99.9,999.9,999.9,2.2,99.9,999.9,999.9 +2022-01-26 04:27,4.5,104.7,2.7,99.9,999.9,999.9,2.2,99.9,999.9,999.9 +2022-01-26 04:37,4.5,104.6,2.7,99.9,999.9,999.9,2.2,99.9,999.9,999.9 +2022-01-26 04:47,4.5,104.5,2.7,99.9,999.9,999.9,2.1,99.9,999.9,999.9 +2022-01-26 04:57,4.4,104.5,2.6,99.9,999.9,999.9,2.1,99.9,999.9,999.9 +2022-01-26 05:07,4.4,104.4,2.6,99.9,999.9,999.9,2.0,99.9,999.9,999.9 +2022-01-26 05:17,4.4,104.3,2.6,99.9,999.9,999.9,2.0,99.9,999.9,999.9 +2022-01-26 05:27,4.3,104.4,2.5,99.9,999.9,999.9,2.0,99.9,999.9,999.9 +2022-01-26 05:37,4.3,104.4,2.5,99.9,999.9,999.9,1.9,99.9,999.9,999.9 +2022-01-26 05:47,4.3,104.3,2.4,99.9,999.9,999.9,1.9,99.9,999.9,999.9 +2022-01-26 05:57,4.2,104.2,2.4,99.9,999.9,999.9,1.8,99.9,999.9,999.9 +2022-01-26 06:08,4.2,104.4,2.4,99.9,999.9,999.9,1.8,99.9,999.9,999.9 +2022-01-26 06:18,4.2,104.2,2.4,99.9,999.9,999.9,1.8,99.9,999.9,999.9 +2022-01-26 06:28,4.1,104.1,2.3,99.9,999.9,999.9,1.8,99.9,999.9,999.9 +2022-01-26 06:38,4.1,104.2,2.3,99.9,999.9,999.9,1.8,99.9,999.9,999.9 +2022-01-26 06:48,4.1,104.2,2.3,99.9,999.9,999.9,1.7,99.9,999.9,999.9 +2022-01-26 06:58,4.1,104.3,2.3,99.9,999.9,999.9,1.7,99.9,999.9,999.9 +2022-01-26 07:08,4.1,104.3,2.2,99.9,999.9,999.9,1.7,99.9,999.9,999.9 +2022-01-26 07:08,4.1,104.3,2.2,99.9,999.9,999.9,1.7,99.9,999.9,999.9 +2022-01-26 07:08,4.1,104.3,2.2,99.9,999.9,999.9,1.7,99.9,999.9,999.9 +2022-01-26 07:18,4.1,104.2,2.2,99.9,999.9,999.9,1.7,99.9,999.9,999.9 +2022-01-26 07:28,4.1,104.3,2.2,99.9,999.9,999.9,1.7,99.9,999.9,999.9 +2022-01-26 07:38,4.0,104.4,2.2,99.9,999.9,999.9,1.7,99.9,999.9,999.9 +2022-01-26 07:48,4.1,104.4,2.2,99.9,999.9,999.9,1.7,99.9,999.9,999.9 +2022-01-26 07:58,4.1,104.4,2.2,99.9,999.9,999.9,1.7,99.9,999.9,999.9 +2022-01-26 08:08,4.1,104.4,2.2,99.9,999.9,999.9,1.7,99.9,999.9,999.9 +2022-01-26 08:18,4.1,104.3,2.2,99.9,999.9,999.9,1.7,99.9,999.9,999.9 +2022-01-26 08:28,4.1,104.2,2.2,99.9,999.9,999.9,1.7,99.9,999.9,999.9 +2022-01-26 08:38,4.1,104.3,2.2,99.9,999.9,999.9,1.7,99.9,999.9,999.9 +2022-01-26 08:48,4.2,104.4,2.3,99.9,999.9,999.9,1.8,99.9,999.9,999.9 +2022-01-26 08:58,4.2,104.5,2.3,99.9,999.9,999.9,1.8,99.9,999.9,999.9 +2022-01-26 09:08,4.2,104.4,2.4,99.9,999.9,999.9,1.9,99.9,999.9,999.9 +2022-01-26 09:09,4.2,104.4,2.4,99.9,999.9,999.9,1.9,99.9,999.9,999.9 +2022-01-26 09:19,4.3,104.5,2.5,99.9,999.9,999.9,1.9,99.9,999.9,999.9 +2022-01-26 09:19,4.3,104.5,2.5,99.9,999.9,999.9,1.9,99.9,999.9,999.9 +2022-01-26 09:29,4.4,104.5,2.6,99.9,999.9,999.9,2.0,99.9,999.9,999.9 +2022-01-26 09:39,4.4,104.4,2.7,99.9,999.9,999.9,2.1,99.9,999.9,999.9 +2022-01-26 09:49,4.5,104.5,2.7,99.9,999.9,999.9,2.1,99.9,999.9,999.9 +2022-01-26 09:59,4.6,104.6,2.8,99.9,999.9,999.9,2.2,99.9,999.9,999.9 +2022-01-26 10:09,4.6,104.3,2.9,99.9,999.9,999.9,2.2,99.9,999.9,999.9 +2022-01-26 10:19,4.6,104.4,2.9,99.9,999.9,999.9,2.3,99.9,999.9,999.9 +2022-01-26 10:30,4.7,104.4,3.0,99.9,999.9,999.9,2.3,99.9,999.9,999.9 +2022-01-26 10:40,4.8,104.5,3.2,99.9,999.9,999.9,2.4,99.9,999.9,999.9 +2022-01-26 10:50,4.9,104.6,3.3,99.9,999.9,999.9,2.5,99.9,999.9,999.9 +2022-01-26 11:00,5.1,104.7,3.6,99.9,999.9,999.9,2.7,99.9,999.9,999.9 +2022-01-26 11:09,5.3,104.7,3.8,99.9,999.9,999.9,2.9,99.9,999.9,999.9 +2022-01-26 11:19,5.5,104.7,4.0,99.9,999.9,999.9,3.1,99.9,999.9,999.9 +2022-01-26 11:29,5.7,104.6,4.3,99.9,999.9,999.9,3.3,99.9,999.9,999.9 +2022-01-26 11:39,5.8,104.7,4.4,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-26 11:49,6.0,104.7,4.6,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-26 11:50,6.0,104.7,4.6,99.9,999.9,999.9,3.6,99.9,999.9,999.9 +2022-01-26 12:00,6.2,104.6,4.9,99.9,999.9,999.9,3.8,99.9,999.9,999.9 +2022-01-26 12:10,6.3,104.9,5.0,99.9,999.9,999.9,4.0,99.9,999.9,999.9 +2022-01-26 12:20,6.5,104.6,5.2,99.9,999.9,999.9,4.1,99.9,999.9,999.9 +2022-01-26 12:30,6.5,104.7,5.3,99.9,999.9,999.9,4.2,99.9,999.9,999.9 +2022-01-26 12:40,6.7,104.9,5.6,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-26 12:50,6.8,104.7,5.8,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-26 12:50,6.8,104.7,5.8,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-26 12:50,6.8,104.7,5.8,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-26 13:01,7.1,104.5,6.3,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-26 13:11,7.4,104.5,6.7,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-26 13:21,7.3,104.3,6.5,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 13:31,7.3,104.4,6.6,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 13:31,7.3,104.4,6.6,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 13:41,7.5,104.5,6.9,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-26 13:51,7.6,104.5,7.1,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-26 14:01,7.7,104.3,7.1,99.9,999.9,999.9,5.3,99.9,999.9,999.9 +2022-01-26 14:01,7.7,104.3,7.1,99.9,999.9,999.9,5.3,99.9,999.9,999.9 +2022-01-26 14:11,7.6,103.9,6.9,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-26 14:21,7.4,104.2,6.7,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-26 14:31,7.4,104.3,6.7,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-26 14:31,7.4,104.3,6.7,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-26 14:41,7.4,104.3,6.6,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-26 14:51,7.4,104.6,6.7,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-26 15:01,7.5,104.4,6.6,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-26 15:12,7.5,104.4,6.6,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-26 15:22,7.5,104.6,6.7,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-26 15:22,7.5,104.6,6.7,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-26 15:32,7.6,104.6,6.6,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-26 15:42,7.5,104.6,6.6,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-26 15:52,7.5,104.8,6.5,99.9,999.9,999.9,5.2,99.9,999.9,999.9 +2022-01-26 16:02,7.4,104.7,6.4,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-26 16:02,7.4,104.7,6.4,99.9,999.9,999.9,5.1,99.9,999.9,999.9 +2022-01-26 16:12,7.4,104.8,6.2,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-26 16:13,7.4,104.8,6.2,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-26 16:13,7.4,104.8,6.2,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-26 16:23,7.2,104.9,6.1,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-26 16:33,7.2,105.0,5.9,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 16:43,7.1,105.0,5.7,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-26 16:53,7.0,105.1,5.5,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-26 17:03,6.8,105.2,5.3,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-26 17:13,6.7,105.0,5.2,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-26 17:23,6.7,105.1,5.1,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-26 17:33,6.6,105.3,5.0,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-26 17:43,6.6,105.5,4.9,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-26 17:43,6.6,105.5,4.9,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-26 17:53,6.6,105.7,4.8,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-26 18:03,6.6,105.7,4.8,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-26 18:13,6.6,105.7,4.8,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-26 18:23,6.6,105.8,4.8,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-26 18:24,6.6,105.8,4.8,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-26 18:34,6.7,106.0,4.8,99.9,999.9,999.9,4.3,99.9,999.9,999.9 +2022-01-26 18:44,6.7,105.9,4.8,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-26 18:54,6.7,105.7,4.8,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-26 19:04,6.7,105.7,4.8,99.9,999.9,999.9,4.4,99.9,999.9,999.9 +2022-01-26 19:14,6.8,105.9,4.8,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-26 19:24,6.8,105.6,4.8,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-26 19:34,6.8,105.6,4.9,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-26 19:44,6.9,105.6,4.9,99.9,999.9,999.9,4.5,99.9,999.9,999.9 +2022-01-26 19:54,6.9,105.5,4.9,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-26 20:04,6.9,105.4,4.9,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-26 20:14,6.9,105.5,4.9,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-26 20:24,6.9,105.5,4.9,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-26 20:34,7.0,105.6,5.0,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-26 20:44,7.0,105.6,5.0,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-26 20:54,7.1,105.5,5.1,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-26 21:04,7.2,105.5,5.1,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 21:14,7.2,105.4,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 21:24,7.2,105.3,5.2,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-26 21:34,7.2,105.3,5.2,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-26 21:44,7.3,105.2,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 21:54,7.3,105.1,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 22:04,7.2,105.1,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 22:14,7.2,105.1,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 22:14,7.2,105.1,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 22:24,7.2,105.1,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 22:34,7.2,105.1,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 22:35,7.2,105.1,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 22:45,7.2,105.0,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 22:55,7.2,105.0,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 23:05,7.2,104.9,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 23:15,7.2,104.9,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 23:25,7.2,104.8,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 23:35,7.2,104.8,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 23:45,7.2,104.7,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-26 23:55,7.2,104.6,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/2022-01-27_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/2022-01-27_telemetry_PE1RXF-7.dat new file mode 100644 index 0000000..573a0ca --- /dev/null +++ b/aprs_utils/aprs_log/2022-01-27_telemetry_PE1RXF-7.dat @@ -0,0 +1,105 @@ +2022-01-27 00:05,7.2,104.6,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 00:15,7.2,104.6,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 00:25,7.2,104.5,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 00:35,7.3,104.5,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 00:45,7.2,104.4,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 00:55,7.3,104.3,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 01:05,7.2,104.3,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 01:15,7.2,104.2,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 01:25,7.2,104.1,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 01:25,7.2,104.1,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 01:35,7.2,104.0,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 01:45,7.2,104.0,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 01:55,7.2,103.9,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 02:05,7.2,103.8,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 02:15,7.2,103.7,5.1,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 02:25,7.2,103.6,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 02:25,7.2,103.6,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 02:35,7.2,103.6,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 02:45,7.2,103.5,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 02:55,7.2,103.4,5.1,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 02:55,7.2,103.4,5.1,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 02:56,7.2,103.4,5.1,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 03:06,7.2,103.3,5.1,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 03:16,7.2,103.1,5.1,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 03:16,7.2,103.1,5.1,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 03:26,7.3,103.1,5.1,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 03:26,7.3,103.1,5.1,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 03:36,7.3,103.0,5.1,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 03:46,7.3,102.9,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 03:56,7.3,102.9,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 04:06,7.3,102.7,5.2,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-27 04:16,7.4,102.6,5.2,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-27 04:26,7.4,102.5,5.2,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-27 04:36,7.4,102.5,5.2,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-27 04:47,7.3,102.5,5.2,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-27 04:57,7.2,102.3,5.1,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-27 05:07,7.2,102.5,5.1,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-27 05:17,7.2,102.7,5.1,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-27 05:17,7.2,102.7,5.1,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-27 05:27,7.2,102.6,5.1,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 05:37,7.2,102.6,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 05:47,7.3,102.5,5.2,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-27 05:57,7.3,102.5,5.2,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-27 06:07,7.3,102.5,5.2,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-27 06:17,7.3,102.6,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 06:27,7.2,102.7,5.1,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-27 06:37,7.2,103.1,5.1,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-27 06:47,7.1,103.5,5.1,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-27 06:57,7.0,103.9,5.0,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-27 07:07,7.0,104.1,5.0,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-27 07:17,7.0,104.4,5.0,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-27 07:27,7.0,104.7,5.0,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-27 07:37,7.0,104.8,5.0,99.9,999.9,999.9,4.6,99.9,999.9,999.9 +2022-01-27 07:47,7.1,105.0,5.1,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-27 07:57,7.1,105.2,5.1,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-27 07:57,7.1,105.2,5.1,99.9,999.9,999.9,4.7,99.9,999.9,999.9 +2022-01-27 08:07,7.1,105.3,5.1,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-27 08:17,7.2,105.5,5.2,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-27 08:27,7.2,105.6,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 08:27,7.2,105.6,5.2,99.9,999.9,999.9,4.9,99.9,999.9,999.9 +2022-01-27 08:37,7.3,105.7,5.3,99.9,999.9,999.9,5.0,99.9,999.9,999.9 +2022-01-27 09:53,8.4,106.6,6.6,99.9,999.9,999.9,6.1,99.9,999.9,999.9 +2022-01-27 09:54,8.4,106.6,6.6,99.9,999.9,999.9,6.1,99.9,999.9,999.9 +2022-01-27 09:54,8.4,106.6,6.6,99.9,999.9,999.9,6.1,99.9,999.9,999.9 +2022-01-27 10:16,9.0,106.6,7.1,99.9,999.9,999.9,6.7,99.9,999.9,999.9 +2022-01-27 10:16,9.0,106.6,7.1,99.9,999.9,999.9,6.7,99.9,999.9,999.9 +2022-01-27 10:27,9.1,106.6,7.3,99.9,999.9,999.9,6.8,99.9,999.9,999.9 +2022-01-27 10:27,9.1,106.6,7.3,99.9,999.9,999.9,6.8,99.9,999.9,999.9 +2022-01-27 10:37,9.3,106.7,7.5,99.9,999.9,999.9,7.0,99.9,999.9,999.9 +2022-01-27 10:47,9.4,106.8,7.6,99.9,999.9,999.9,7.1,99.9,999.9,999.9 +2022-01-27 10:57,9.7,106.8,8.1,99.9,999.9,999.9,7.4,99.9,999.9,999.9 +2022-01-27 11:07,9.8,106.7,8.1,99.9,999.9,999.9,7.5,99.9,999.9,999.9 +2022-01-27 11:17,10.1,106.9,8.7,99.9,999.9,999.9,7.8,99.9,999.9,999.9 +2022-01-27 11:27,10.5,106.8,9.2,99.9,999.9,999.9,8.2,99.9,999.9,999.9 +2022-01-27 11:37,10.8,106.8,9.5,99.9,999.9,999.9,8.5,99.9,999.9,999.9 +2022-01-27 11:38,10.8,106.8,9.5,99.9,999.9,999.9,8.5,99.9,999.9,999.9 +2022-01-27 11:38,10.8,106.8,9.5,99.9,999.9,999.9,8.5,99.9,999.9,999.9 +2022-01-27 11:48,11.1,106.7,10.0,99.9,999.9,999.9,8.8,99.9,999.9,999.9 +2022-01-27 11:48,11.1,106.7,10.0,99.9,999.9,999.9,8.8,99.9,999.9,999.9 +2022-01-27 11:48,11.1,106.7,10.0,99.9,999.9,999.9,8.8,99.9,999.9,999.9 +2022-01-27 11:58,11.6,106.9,10.6,99.9,999.9,999.9,9.3,99.9,999.9,999.9 +2022-01-27 12:08,11.8,106.5,10.8,99.9,999.9,999.9,9.5,99.9,999.9,999.9 +2022-01-27 12:18,11.8,106.5,10.8,99.9,999.9,999.9,9.5,99.9,999.9,999.9 +2022-01-27 12:28,11.7,106.2,10.7,99.9,999.9,999.9,9.4,99.9,999.9,999.9 +2022-01-27 12:38,11.9,106.5,11.2,99.9,999.9,999.9,9.6,99.9,999.9,999.9 +2022-01-27 12:48,12.0,106.3,11.3,99.9,999.9,999.9,9.7,99.9,999.9,999.9 +2022-01-27 12:58,12.1,106.1,11.3,99.9,999.9,999.9,9.8,99.9,999.9,999.9 +2022-01-27 13:09,12.0,106.0,11.1,99.9,999.9,999.9,9.7,99.9,999.9,999.9 +2022-01-27 13:09,12.0,106.0,11.1,99.9,999.9,999.9,9.7,99.9,999.9,999.9 +2022-01-27 13:19,12.1,106.1,11.4,99.9,999.9,999.9,9.8,99.9,999.9,999.9 +2022-01-27 13:29,12.1,105.9,11.5,99.9,999.9,999.9,9.8,99.9,999.9,999.9 +2022-01-27 14:26,2.2,105.7,11.4,99.9,999.9,999.9,9.9,99.9,999.9,999.9 +2022-01-27 14:34,2.3,105.3,11.4,99.9,999.9,999.9,9.9,99.9,999.9,999.9 +2022-01-27 14:34,2.3,105.3,11.4,99.9,999.9,999.9,9.9,99.9,999.9,999.9 +2022-01-27 14:34,2.3,105.3,11.4,99.9,999.9,999.9,9.9,99.9,999.9,999.9 +2022-01-27 14:45,2.4,104.4,11.6,99.9,999.9,999.9,10.1,99.9,999.9,999.9 +2022-01-27 14:55,2.7,104.6,11.8,99.9,999.9,999.9,10.4,99.9,999.9,999.9 +2022-01-27 15:05,2.8,104.1,12.0,99.9,999.9,999.9,10.5,99.9,999.9,999.9 +2022-01-27 15:15,2.6,103.7,11.8,99.9,999.9,999.9,10.3,99.9,999.9,999.9 +2022-01-27 15:25,2.7,104.5,12.0,99.9,999.9,999.9,10.7,99.9,999.9,999.9 +2022-01-27 15:25,2.7,104.5,12.0,99.9,999.9,999.9,10.7,99.9,999.9,999.9 +2022-01-27 15:25,2.7,104.5,12.0,99.9,999.9,999.9,10.7,99.9,999.9,999.9 +2022-01-27 15:35,3.3,103.5,12.6,99.9,999.9,999.9,11.9,99.9,999.9,999.9 +2022-01-27 15:45,2.9,102.4,12.1,99.9,999.9,999.9,10.9,99.9,999.9,999.9 +2022-01-27 15:55,2.3,102.2,11.7,99.9,999.9,999.9,10.3,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/aprs_received_messages.log b/aprs_utils/aprs_log/aprs_received_messages.log index 2c13cd0..6b5c4ca 100644 --- a/aprs_utils/aprs_log/aprs_received_messages.log +++ b/aprs_utils/aprs_log/aprs_received_messages.log @@ -226,3 +226,4944 @@ 2021-12-28 14:15:01,ax1,PE1RXF-7,APZMDM," 16.2,59.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{006" 2021-12-28 14:25:01,ax1,PE1RXF-7,APZMDM," 16.2,59.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{007" 2021-12-28 14:35:01,ax1,PE1RXF-7,APZMDM," 16.3,59.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{008" +2021-12-28 14:45:01,ax1,PE1RXF-7,APZMDM," 16.3,59.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{009" +2021-12-28 14:55:00,ax1,PE1RXF-7,APZMDM," 16.3,59.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{010" +2021-12-28 15:05:00,ax1,PE1RXF-7,APZMDM," 16.4,59.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{011" +2021-12-28 15:05:15,ax1,PE1RXF-7,APZMDM," 16.4,59.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{011" +2021-12-28 15:15:15,ax1,PE1RXF-7,APZMDM," 16.4,59.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{012" +2021-12-28 15:15:30,ax1,PE1RXF-7,APZMDM," 16.4,59.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{012" +2021-12-28 15:15:45,ax1,PE1RXF-7,APZMDM," 16.4,59.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{012" +2021-12-28 15:25:45,ax1,PE1RXF-7,APZMDM," 16.4,59.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{013" +2021-12-28 15:35:44,ax1,PE1RXF-7,APZMDM," 16.4,59.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{014" +2021-12-28 15:45:44,ax1,PE1RXF-7,APZMDM," 16.3,59.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{015" +2021-12-28 15:55:44,ax1,PE1RXF-7,APZMDM," 16.3,58.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{016" +2021-12-28 16:05:44,ax1,PE1RXF-7,APZMDM," 16.2,58.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{017" +2021-12-28 16:05:59,ax1,PE1RXF-7,APZMDM," 16.2,58.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{017" +2021-12-28 16:15:58,ax1,PE1RXF-7,APZMDM," 16.2,58.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{018" +2021-12-28 16:25:58,ax1,PE1RXF-7,APZMDM," 16.1,58.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{019" +2021-12-28 16:26:13,ax1,PE1RXF-7,APZMDM," 16.1,58.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{019" +2021-12-28 16:36:13,ax1,PE1RXF-7,APZMDM," 16.1,58.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{020" +2021-12-28 16:46:13,ax1,PE1RXF-7,APZMDM," 16.0,58.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{021" +2021-12-28 16:56:13,ax1,PE1RXF-7,APZMDM," 16.0,58.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{022" +2021-12-28 17:06:12,ax1,PE1RXF-7,APZMDM," 16.0,58.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{023" +2021-12-28 17:16:12,ax1,PE1RXF-7,APZMDM," 16.1,58.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{024" +2021-12-28 17:26:12,ax1,PE1RXF-7,APZMDM," 16.2,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{025" +2021-12-28 17:36:12,ax1,PE1RXF-7,APZMDM," 16.2,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{026" +2021-12-28 17:46:27,ax1,PE1RXF-7,APZMDM," 16.3,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{027" +2021-12-28 17:56:26,ax1,PE1RXF-7,APZMDM," 16.3,59.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{028" +2021-12-28 18:06:26,ax1,PE1RXF-7,APZMDM," 16.3,59.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{029" +2021-12-28 18:16:41,ax1,PE1RXF-7,APZMDM," 16.3,59.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{030" +2021-12-28 18:17:11,ax1,PE1RXF-7,APZMDM," 16.3,59.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{030" +2021-12-28 18:27:10,ax1,PE1RXF-7,APZMDM," 16.4,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{031" +2021-12-28 18:27:26,ax1,PE1RXF-7,APZMDM," 16.4,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{031" +2021-12-28 18:27:40,ax1,PE1RXF-7,APZMDM," 16.4,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{031" +2021-12-28 18:27:55,ax1,PE1RXF-7,APZMDM," 16.4,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{031" +2021-12-28 18:38:25,ax1,PE1RXF-7,APZMDM," 16.3,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{032" +2021-12-28 18:38:40,ax1,PE1RXF-7,APZMDM," 16.3,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{032" +2021-12-28 18:38:55,ax1,PE1RXF-7,APZMDM," 16.3,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{032" +2021-12-28 18:49:10,ax1,PE1RXF-7,APZMDM," 16.2,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{033" +2021-12-28 18:49:25,ax1,PE1RXF-7,APZMDM," 16.2,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{033" +2021-12-28 18:49:40,ax1,PE1RXF-7,APZMDM," 16.2,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{033" +2021-12-28 18:49:55,ax1,PE1RXF-7,APZMDM," 16.2,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{033" +2021-12-28 19:00:10,ax1,PE1RXF-7,APZMDM," 16.2,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{034" +2021-12-28 19:00:25,ax1,PE1RXF-7,APZMDM," 16.2,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{034" +2021-12-28 19:00:40,ax1,PE1RXF-7,APZMDM," 16.2,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{034" +2021-12-28 19:00:55,ax1,PE1RXF-7,APZMDM," 16.2,59.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{034" +2021-12-28 19:11:10,ax1,PE1RXF-7,APZMDM," 16.2,59.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{035" +2021-12-28 19:11:25,ax1,PE1RXF-7,APZMDM," 16.2,59.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{035" +2021-12-28 19:11:40,ax1,PE1RXF-7,APZMDM," 16.2,59.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{035" +2021-12-28 19:11:55,ax1,PE1RXF-7,APZMDM," 16.2,59.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{035" +2021-12-28 19:22:09,ax1,PE1RXF-7,APZMDM," 16.2,59.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{036" +2021-12-28 19:22:24,ax1,PE1RXF-7,APZMDM," 16.2,59.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{036" +2021-12-28 19:22:39,ax1,PE1RXF-7,APZMDM," 16.2,59.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{036" +2021-12-28 19:22:54,ax1,PE1RXF-7,APZMDM," 16.2,59.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{036" +2021-12-28 19:33:09,ax1,PE1RXF-7,APZMDM," 16.1,59.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{037" +2021-12-28 19:33:24,ax1,PE1RXF-7,APZMDM," 16.1,59.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{037" +2021-12-28 19:33:39,ax1,PE1RXF-7,APZMDM," 16.1,59.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{037" +2021-12-28 19:33:54,ax1,PE1RXF-7,APZMDM," 16.1,59.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{037" +2021-12-28 19:38:12,ax1,PE1RXF-7,APZMDM,"APRS node V1" +2021-12-28 19:38:49,ax1,PE1RXF-7,APZMDM,"APRS node V1" +2021-12-28 19:39:08,ax1,PE1RXF-7,APZMDM,"APRS node V1" +2021-12-28 19:44:09,ax1,PE1RXF-7,APZMDM," 16.3,59.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{038" +2021-12-28 19:48:47,ax1,PE1RXF-7,APZMDM,"APRS node V1" +2021-12-28 19:52:13,ax1,PE1RXF-7,APZMDM,"APRS node V1" +2021-12-28 19:52:41,ax1,PE1RXF-7,APZMDM,"APRS node V1" +2021-12-28 19:54:09,ax1,PE1RXF-7,APZMDM," 16.3,59.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{039" +2021-12-28 20:04:08,ax1,PE1RXF-7,APZMDM," 16.2,59.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{040" +2021-12-28 20:14:08,ax1,PE1RXF-7,APZMDM," 16.2,59.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{041" +2021-12-28 22:40:54,ax1,PE1RXF-7,APZMDM," 15.4,60.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{001" +2021-12-28 22:50:54,ax1,PE1RXF-7,APZMDM," 15.4,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{002" +2021-12-28 23:00:54,ax1,PE1RXF-7,APZMDM," 15.3,61.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{003" +2021-12-28 23:10:54,ax1,PE1RXF-7,APZMDM," 15.3,61.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{004" +2021-12-28 23:20:54,ax1,PE1RXF-7,APZMDM," 15.2,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{005" +2021-12-28 23:30:53,ax1,PE1RXF-7,APZMDM," 15.2,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{006" +2021-12-28 23:40:53,ax1,PE1RXF-7,APZMDM," 15.2,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{007" +2021-12-28 23:50:53,ax1,PE1RXF-7,APZMDM," 15.2,60.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{008" +2021-12-29 00:00:53,ax1,PE1RXF-7,APZMDM," 15.1,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{009" +2021-12-29 00:10:52,ax1,PE1RXF-7,APZMDM," 15.1,60.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{010" +2021-12-29 00:11:07,ax1,PE1RXF-7,APZMDM," 15.1,60.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{010" +2021-12-29 00:21:07,ax1,PE1RXF-7,APZMDM," 15.0,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{011" +2021-12-29 00:31:07,ax1,PE1RXF-7,APZMDM," 15.0,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{012" +2021-12-29 00:41:07,ax1,PE1RXF-7,APZMDM," 14.9,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{013" +2021-12-29 00:51:07,ax1,PE1RXF-7,APZMDM," 14.9,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{014" +2021-12-29 01:01:21,ax1,PE1RXF-7,APZMDM," 14.9,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{015" +2021-12-29 01:11:21,ax1,PE1RXF-7,APZMDM," 14.8,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{016" +2021-12-29 01:21:21,ax1,PE1RXF-7,APZMDM," 14.8,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{017" +2021-12-29 01:31:21,ax1,PE1RXF-7,APZMDM," 14.7,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{018" +2021-12-29 01:41:21,ax1,PE1RXF-7,APZMDM," 14.6,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{019" +2021-12-29 01:51:20,ax1,PE1RXF-7,APZMDM," 14.6,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{020" +2021-12-29 02:01:20,ax1,PE1RXF-7,APZMDM," 14.6,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{021" +2021-12-29 02:11:35,ax1,PE1RXF-7,APZMDM," 14.5,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{022" +2021-12-29 02:11:50,ax1,PE1RXF-7,APZMDM," 14.5,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{022" +2021-12-29 02:21:50,ax1,PE1RXF-7,APZMDM," 14.5,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{023" +2021-12-29 02:31:49,ax1,PE1RXF-7,APZMDM," 14.4,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{024" +2021-12-29 02:32:04,ax1,PE1RXF-7,APZMDM," 14.4,61.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{024" +2021-12-29 02:42:04,ax1,PE1RXF-7,APZMDM," 14.4,61.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{025" +2021-12-29 02:52:04,ax1,PE1RXF-7,APZMDM," 14.3,61.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{026" +2021-12-29 03:02:04,ax1,PE1RXF-7,APZMDM," 14.3,61.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{027" +2021-12-29 03:12:04,ax1,PE1RXF-7,APZMDM," 14.2,61.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{028" +2021-12-29 03:22:03,ax1,PE1RXF-7,APZMDM," 14.2,61.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{029" +2021-12-29 03:22:18,ax1,PE1RXF-7,APZMDM," 14.2,61.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{029" +2021-12-29 03:32:18,ax1,PE1RXF-7,APZMDM," 14.1,61.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{030" +2021-12-29 03:42:18,ax1,PE1RXF-7,APZMDM," 14.0,61.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{031" +2021-12-29 03:52:18,ax1,PE1RXF-7,APZMDM," 14.0,61.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{032" +2021-12-29 03:52:33,ax1,PE1RXF-7,APZMDM," 14.0,61.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{032" +2021-12-29 04:02:32,ax1,PE1RXF-7,APZMDM," 14.0,61.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{033" +2021-12-29 04:12:32,ax1,PE1RXF-7,APZMDM," 13.9,61.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{034" +2021-12-29 04:22:32,ax1,PE1RXF-7,APZMDM," 13.9,61.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{035" +2021-12-29 04:32:32,ax1,PE1RXF-7,APZMDM," 13.9,61.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{036" +2021-12-29 04:42:31,ax1,PE1RXF-7,APZMDM," 13.9,61.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{037" +2021-12-29 04:52:31,ax1,PE1RXF-7,APZMDM," 13.8,62.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{038" +2021-12-29 05:02:31,ax1,PE1RXF-7,APZMDM," 13.7,62.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{039" +2021-12-29 05:12:31,ax1,PE1RXF-7,APZMDM," 13.7,62.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{040" +2021-12-29 05:22:31,ax1,PE1RXF-7,APZMDM," 13.7,62.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{041" +2021-12-29 05:32:30,ax1,PE1RXF-7,APZMDM," 13.6,62.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{042" +2021-12-29 05:42:30,ax1,PE1RXF-7,APZMDM," 13.6,62.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{043" +2021-12-29 05:52:30,ax1,PE1RXF-7,APZMDM," 13.6,62.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{044" +2021-12-29 05:52:45,ax1,PE1RXF-7,APZMDM," 13.6,62.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{044" +2021-12-29 06:02:45,ax1,PE1RXF-7,APZMDM," 13.6,62.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{045" +2021-12-29 06:12:44,ax1,PE1RXF-7,APZMDM," 13.6,62.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{046" +2021-12-29 06:22:44,ax1,PE1RXF-7,APZMDM," 13.5,62.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{047" +2021-12-29 06:32:44,ax1,PE1RXF-7,APZMDM," 13.5,62.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{048" +2021-12-29 06:42:44,ax1,PE1RXF-7,APZMDM," 13.4,62.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{049" +2021-12-29 06:52:43,ax1,PE1RXF-7,APZMDM," 13.4,62.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{050" +2021-12-29 07:02:43,ax1,PE1RXF-7,APZMDM," 13.3,63.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{051" +2021-12-29 07:02:58,ax1,PE1RXF-7,APZMDM," 13.3,63.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{051" +2021-12-29 07:13:13,ax1,PE1RXF-7,APZMDM," 13.3,63.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{052" +2021-12-29 07:23:13,ax1,PE1RXF-7,APZMDM," 13.3,63.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{053" +2021-12-29 07:33:13,ax1,PE1RXF-7,APZMDM," 13.3,63.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{054" +2021-12-29 07:43:12,ax1,PE1RXF-7,APZMDM," 13.3,63.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{055" +2021-12-29 07:53:12,ax1,PE1RXF-7,APZMDM," 13.3,63.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{056" +2021-12-29 08:03:12,ax1,PE1RXF-7,APZMDM," 13.2,63.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{057" +2021-12-29 08:03:27,ax1,PE1RXF-7,APZMDM," 13.2,63.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{057" +2021-12-29 08:13:27,ax1,PE1RXF-7,APZMDM," 13.2,63.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{058" +2021-12-29 08:23:26,ax1,PE1RXF-7,APZMDM," 13.2,63.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{059" +2021-12-29 08:23:41,ax1,PE1RXF-7,APZMDM," 13.2,63.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{059" +2021-12-29 08:33:41,ax1,PE1RXF-7,APZMDM," 13.2,63.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{060" +2021-12-29 08:43:41,ax1,PE1RXF-7,APZMDM," 13.2,63.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{061" +2021-12-29 08:53:41,ax1,PE1RXF-7,APZMDM," 13.1,63.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{062" +2021-12-29 09:03:40,ax1,PE1RXF-7,APZMDM," 13.1,63.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{063" +2021-12-29 09:03:55,ax1,PE1RXF-7,APZMDM," 13.1,63.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{063" +2021-12-29 09:13:55,ax1,PE1RXF-7,APZMDM," 13.0,63.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{064" +2021-12-29 09:23:55,ax1,PE1RXF-7,APZMDM," 13.1,63.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{065" +2021-12-29 09:24:10,ax1,PE1RXF-7,APZMDM," 13.1,63.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{065" +2021-12-29 09:34:10,ax1,PE1RXF-7,APZMDM," 13.1,63.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{066" +2021-12-29 09:44:09,ax1,PE1RXF-7,APZMDM," 13.1,63.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{067" +2021-12-29 09:54:09,ax1,PE1RXF-7,APZMDM," 13.3,63.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{068" +2021-12-29 10:04:09,ax1,PE1RXF-7,APZMDM," 13.4,64.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{069" +2021-12-29 10:14:09,ax1,PE1RXF-7,APZMDM," 13.6,64.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{070" +2021-12-29 10:14:24,ax1,PE1RXF-7,APZMDM," 13.6,64.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{070" +2021-12-29 10:24:24,ax1,PE1RXF-7,APZMDM," 13.7,64.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{071" +2021-12-29 10:34:24,ax1,PE1RXF-7,APZMDM," 13.8,64.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{072" +2021-12-29 10:44:24,ax1,PE1RXF-7,APZMDM," 13.9,64.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{073" +2021-12-29 10:54:38,ax1,PE1RXF-7,APZMDM," 14.0,64.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{074" +2021-12-29 11:04:38,ax1,PE1RXF-7,APZMDM," 14.0,64.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{075" +2021-12-29 11:14:38,ax1,PE1RXF-7,APZMDM," 14.1,65.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{076" +2021-12-29 11:24:38,ax1,PE1RXF-7,APZMDM," 14.3,65.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{077" +2021-12-29 11:34:37,ax1,PE1RXF-7,APZMDM," 14.6,65.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{078" +2021-12-29 11:44:37,ax1,PE1RXF-7,APZMDM," 14.9,65.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{079" +2021-12-29 11:54:37,ax1,PE1RXF-7,APZMDM," 15.0,65.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{080" +2021-12-29 12:04:37,ax1,PE1RXF-7,APZMDM," 15.0,64.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{081" +2021-12-29 12:14:37,ax1,PE1RXF-7,APZMDM," 15.0,64.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{082" +2021-12-29 12:24:36,ax1,PE1RXF-7,APZMDM," 15.1,64.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{083" +2021-12-29 12:34:36,ax1,PE1RXF-7,APZMDM," 15.2,64.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{084" +2021-12-29 12:44:36,ax1,PE1RXF-7,APZMDM," 15.2,64.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{085" +2021-12-29 12:54:36,ax1,PE1RXF-7,APZMDM," 15.2,64.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{086" +2021-12-29 13:04:35,ax1,PE1RXF-7,APZMDM," 15.1,64.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{087" +2021-12-29 13:14:35,ax1,PE1RXF-7,APZMDM," 14.9,64.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{088" +2021-12-29 13:14:50,ax1,PE1RXF-7,APZMDM," 14.9,64.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{088" +2021-12-29 13:24:50,ax1,PE1RXF-7,APZMDM," 15.2,65.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{089" +2021-12-29 13:34:50,ax1,PE1RXF-7,APZMDM," 15.3,65.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{090" +2021-12-29 13:35:05,ax1,PE1RXF-7,APZMDM," 15.3,65.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{090" +2021-12-29 13:45:05,ax1,PE1RXF-7,APZMDM," 15.3,65.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{091" +2021-12-29 13:55:04,ax1,PE1RXF-7,APZMDM," 15.5,65.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{092" +2021-12-29 14:05:04,ax1,PE1RXF-7,APZMDM," 15.6,65.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{093" +2021-12-29 14:15:04,ax1,PE1RXF-7,APZMDM," 15.8,65.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{094" +2021-12-29 14:25:04,ax1,PE1RXF-7,APZMDM," 15.8,64.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{095" +2021-12-29 14:25:19,ax1,PE1RXF-7,APZMDM," 15.8,64.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{095" +2021-12-29 14:35:19,ax1,PE1RXF-7,APZMDM," 15.8,64.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{096" +2021-12-29 14:45:18,ax1,PE1RXF-7,APZMDM," 15.9,65.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{097" +2021-12-29 14:55:18,ax1,PE1RXF-7,APZMDM," 15.9,65.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{098" +2021-12-29 14:58:35,ax1,PE1RXF-7,APZMDM," 15.9,65.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{098" +2021-12-29 15:05:18,ax1,PE1RXF-7,APZMDM," 16.1,64.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{099" +2021-12-29 15:05:33,ax1,PE1RXF-7,APZMDM," 16.1,64.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{099" +2021-12-29 15:05:48,ax1,PE1RXF-7,APZMDM," 16.1,64.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{099" +2021-12-29 15:14:26,ax1,PE1RXF-7,APZMDM," 16.1,64.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{099" +2021-12-29 15:15:48,ax1,PE1RXF-7,APZMDM," 16.1,65.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{100" +2021-12-29 15:16:03,ax1,PE1RXF-7,APZMDM," 16.1,65.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{100" +2021-12-29 15:26:02,ax1,PE1RXF-7,APZMDM," 16.3,65.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{101" +2021-12-29 15:36:02,ax1,PE1RXF-7,APZMDM," 16.5,65.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{102" +2021-12-29 15:46:17,ax1,PE1RXF-7,APZMDM," 16.5,64.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{103" +2021-12-29 16:15:40,ax1,PE1RXF-7,APZMDM," 16.5,64.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{103" +2021-12-29 16:18:16,ax1,PE1RXF-7,APZMDM," 16.9,64.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{106" +2021-12-29 16:18:31,ax1,PE1RXF-7,APZMDM," 16.9,64.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{106" +2021-12-29 16:18:46,ax1,PE1RXF-7,APZMDM," 16.9,64.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{106" +2021-12-29 16:20:34,ax1,PE1RXF-7,APZMDM,"APRS node V1" +2021-12-29 16:28:46,ax1,PE1RXF-7,APZMDM," 16.8,63.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{107" +2021-12-29 16:38:46,ax1,PE1RXF-7,APZMDM," 16.7,63.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{108" +2021-12-29 16:48:46,ax1,PE1RXF-7,APZMDM," 16.6,63.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{109" +2021-12-29 16:58:46,ax1,PE1RXF-7,APZMDM," 16.6,64.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{110" +2021-12-29 16:59:01,ax1,PE1RXF-7,APZMDM," 16.6,64.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{110" +2021-12-29 17:09:00,ax1,PE1RXF-7,APZMDM," 16.7,64.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{111" +2021-12-29 17:19:15,ax1,PE1RXF-7,APZMDM," 16.7,64.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{112" +2021-12-29 17:29:15,ax1,PE1RXF-7,APZMDM," 16.8,64.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{113" +2021-12-29 17:39:15,ax1,PE1RXF-7,APZMDM," 16.8,64.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{114" +2021-12-29 17:49:15,ax1,PE1RXF-7,APZMDM," 16.9,63.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{115" +2021-12-29 17:59:14,ax1,PE1RXF-7,APZMDM," 16.9,64.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{116" +2021-12-29 18:09:14,ax1,PE1RXF-7,APZMDM," 16.9,64.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{117" +2021-12-29 18:19:29,ax1,PE1RXF-7,APZMDM," 16.9,64.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{118" +2021-12-29 18:29:29,ax1,PE1RXF-7,APZMDM," 17.0,64.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{119" +2021-12-29 18:39:29,ax1,PE1RXF-7,APZMDM," 17.0,64.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{120" +2021-12-29 18:49:28,ax1,PE1RXF-7,APZMDM," 17.1,64.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{121" +2021-12-29 18:59:28,ax1,PE1RXF-7,APZMDM," 17.1,64.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{122" +2021-12-29 19:09:28,ax1,PE1RXF-7,APZMDM," 17.1,63.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{123" +2021-12-29 19:09:43,ax1,PE1RXF-7,APZMDM," 17.1,63.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{123" +2021-12-29 19:19:43,ax1,PE1RXF-7,APZMDM," 17.1,63.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{124" +2021-12-29 19:29:42,ax1,PE1RXF-7,APZMDM," 17.0,63.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{125" +2021-12-29 19:39:42,ax1,PE1RXF-7,APZMDM," 17.0,63.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{126" +2021-12-29 19:40:12,ax1,PE1RXF-7,APZMDM," 17.0,63.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{126" +2021-12-29 19:50:12,ax1,PE1RXF-7,APZMDM," 17.0,63.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{127" +2021-12-29 20:00:12,ax1,PE1RXF-7,APZMDM," 17.0,63.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{128" +2021-12-29 20:10:11,ax1,PE1RXF-7,APZMDM," 17.0,63.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{129" +2021-12-29 20:20:11,ax1,PE1RXF-7,APZMDM," 16.8,63.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{130" +2021-12-29 20:30:11,ax1,PE1RXF-7,APZMDM," 16.9,63.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{131" +2021-12-29 20:40:11,ax1,PE1RXF-7,APZMDM," 16.9,63.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{132" +2021-12-29 20:50:11,ax1,PE1RXF-7,APZMDM," 16.9,63.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{133" +2021-12-29 20:50:26,ax1,PE1RXF-7,APZMDM," 16.9,63.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{133" +2021-12-29 21:00:25,ax1,PE1RXF-7,APZMDM," 17.0,63.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{134" +2021-12-29 21:00:40,ax1,PE1RXF-7,APZMDM," 17.0,63.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{134" +2021-12-29 21:10:40,ax1,PE1RXF-7,APZMDM," 17.0,63.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{135" +2021-12-29 21:20:40,ax1,PE1RXF-7,APZMDM," 17.1,63.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{136" +2021-12-29 21:30:40,ax1,PE1RXF-7,APZMDM," 17.1,63.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{137" +2021-12-29 21:40:40,ax1,PE1RXF-7,APZMDM," 17.1,63.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{138" +2021-12-29 21:50:39,ax1,PE1RXF-7,APZMDM," 17.1,64.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{139" +2021-12-29 22:00:39,ax1,PE1RXF-7,APZMDM," 17.2,64.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{140" +2021-12-29 22:00:54,ax1,PE1RXF-7,APZMDM," 17.2,64.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{140" +2021-12-29 22:01:09,ax1,PE1RXF-7,APZMDM," 17.2,64.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{140" +2021-12-29 22:11:09,ax1,PE1RXF-7,APZMDM," 17.2,64.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{141" +2021-12-29 22:21:09,ax1,PE1RXF-7,APZMDM," 17.3,64.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{142" +2021-12-29 22:31:10,ax1,PE1RXF-7,APZMDM," 17.3,64.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{143" +2021-12-29 22:41:08,ax1,PE1RXF-7,APZMDM," 17.3,63.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{144" +2021-12-29 22:51:08,ax1,PE1RXF-7,APZMDM," 17.2,63.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{145" +2021-12-29 23:01:08,ax1,PE1RXF-7,APZMDM," 17.2,63.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{146" +2021-12-29 23:11:08,ax1,PE1RXF-7,APZMDM," 17.2,63.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{147" +2021-12-29 23:21:08,ax1,PE1RXF-7,APZMDM," 17.1,63.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{148" +2021-12-29 23:31:07,ax1,PE1RXF-7,APZMDM," 17.1,63.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{149" +2021-12-29 23:41:07,ax1,PE1RXF-7,APZMDM," 16.9,63.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{150" +2021-12-29 23:51:07,ax1,PE1RXF-7,APZMDM," 16.8,63.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{151" +2021-12-30 00:01:07,ax1,PE1RXF-7,APZMDM," 16.6,64.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{152" +2021-12-30 00:11:06,ax1,PE1RXF-7,APZMDM," 16.5,64.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{153" +2021-12-30 00:21:06,ax1,PE1RXF-7,APZMDM," 16.5,64.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{154" +2021-12-30 00:31:06,ax1,PE1RXF-7,APZMDM," 16.4,64.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{155" +2021-12-30 00:41:06,ax1,PE1RXF-7,APZMDM," 16.3,64.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{156" +2021-12-30 00:41:36,ax1,PE1RXF-7,APZMDM," 16.3,64.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{156" +2021-12-30 00:41:51,ax1,PE1RXF-7,APZMDM," 16.3,64.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{156" +2021-12-30 00:52:06,ax1,PE1RXF-7,APZMDM," 16.0,64.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{157" +2021-12-30 00:52:21,ax1,PE1RXF-7,APZMDM," 16.0,64.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{157" +2021-12-30 01:02:20,ax1,PE1RXF-7,APZMDM," 15.8,65.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{158" +2021-12-30 01:12:20,ax1,PE1RXF-7,APZMDM," 15.9,65.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{159" +2021-12-30 01:22:20,ax1,PE1RXF-7,APZMDM," 16.0,65.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{160" +2021-12-30 01:22:35,ax1,PE1RXF-7,APZMDM," 16.0,65.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{160" +2021-12-30 01:32:35,ax1,PE1RXF-7,APZMDM," 16.0,64.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{161" +2021-12-30 01:42:35,ax1,PE1RXF-7,APZMDM," 15.8,65.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{162" +2021-12-30 01:42:50,ax1,PE1RXF-7,APZMDM," 15.8,65.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{162" +2021-12-30 01:52:49,ax1,PE1RXF-7,APZMDM," 15.7,65.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{163" +2021-12-30 02:02:49,ax1,PE1RXF-7,APZMDM," 15.5,65.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{164" +2021-12-30 02:12:49,ax1,PE1RXF-7,APZMDM," 15.4,65.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{165" +2021-12-30 02:22:49,ax1,PE1RXF-7,APZMDM," 15.2,65.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{166" +2021-12-30 02:23:04,ax1,PE1RXF-7,APZMDM," 15.2,65.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{166" +2021-12-30 02:33:04,ax1,PE1RXF-7,APZMDM," 15.1,66.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{167" +2021-12-30 02:43:03,ax1,PE1RXF-7,APZMDM," 15.2,66.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{168" +2021-12-30 02:53:03,ax1,PE1RXF-7,APZMDM," 15.1,66.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{169" +2021-12-30 03:03:03,ax1,PE1RXF-7,APZMDM," 15.1,66.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{170" +2021-12-30 03:13:03,ax1,PE1RXF-7,APZMDM," 15.1,66.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{171" +2021-12-30 03:23:02,ax1,PE1RXF-7,APZMDM," 15.1,66.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{172" +2021-12-30 03:23:18,ax1,PE1RXF-7,APZMDM," 15.1,66.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{172" +2021-12-30 03:23:32,ax1,PE1RXF-7,APZMDM," 15.1,66.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{172" +2021-12-30 03:33:32,ax1,PE1RXF-7,APZMDM," 14.9,66.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{173" +2021-12-30 03:43:32,ax1,PE1RXF-7,APZMDM," 14.8,66.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{174" +2021-12-30 03:53:32,ax1,PE1RXF-7,APZMDM," 14.6,66.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{175" +2021-12-30 03:53:47,ax1,PE1RXF-7,APZMDM," 14.6,66.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{175" +2021-12-30 03:54:17,ax1,PE1RXF-7,APZMDM," 14.6,66.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{175" +2021-12-30 04:04:16,ax1,PE1RXF-7,APZMDM," 14.4,67.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{176" +2021-12-30 04:14:31,ax1,PE1RXF-7,APZMDM," 14.3,67.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{177" +2021-12-30 04:24:31,ax1,PE1RXF-7,APZMDM," 14.1,68.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{178" +2021-12-30 04:34:31,ax1,PE1RXF-7,APZMDM," 14.0,68.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{179" +2021-12-30 04:44:31,ax1,PE1RXF-7,APZMDM," 14.1,68.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{180" +2021-12-30 04:54:30,ax1,PE1RXF-7,APZMDM," 14.2,68.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{181" +2021-12-30 05:04:30,ax1,PE1RXF-7,APZMDM," 14.2,68.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{182" +2021-12-30 05:14:30,ax1,PE1RXF-7,APZMDM," 14.1,68.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{183" +2021-12-30 05:24:30,ax1,PE1RXF-7,APZMDM," 14.0,68.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{184" +2021-12-30 05:34:31,ax1,PE1RXF-7,APZMDM," 14.0,68.9, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{185" +2021-12-30 05:44:29,ax1,PE1RXF-7,APZMDM," 13.9,69.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{186" +2021-12-30 05:54:29,ax1,PE1RXF-7,APZMDM," 13.7,69.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{187" +2021-12-30 05:54:44,ax1,PE1RXF-7,APZMDM," 13.7,69.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{187" +2021-12-30 06:04:44,ax1,PE1RXF-7,APZMDM," 13.7,70.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{188" +2021-12-30 06:14:44,ax1,PE1RXF-7,APZMDM," 13.8,70.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{189" +2021-12-30 06:24:43,ax1,PE1RXF-7,APZMDM," 13.8,70.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{190" +2021-12-30 06:34:58,ax1,PE1RXF-7,APZMDM," 13.6,70.7, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{191" +2021-12-30 06:44:58,ax1,PE1RXF-7,APZMDM," 13.7,70.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{192" +2021-12-30 06:54:58,ax1,PE1RXF-7,APZMDM," 13.9,70.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{193" +2021-12-30 07:04:57,ax1,PE1RXF-7,APZMDM," 14.0,70.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{194" +2021-12-30 07:14:57,ax1,PE1RXF-7,APZMDM," 14.1,70.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{195" +2021-12-30 07:24:57,ax1,PE1RXF-7,APZMDM," 14.2,69.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{196" +2021-12-30 07:34:57,ax1,PE1RXF-7,APZMDM," 14.2,69.8, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{197" +2021-12-30 07:44:56,ax1,PE1RXF-7,APZMDM," 14.0,70.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{198" +2021-12-30 07:54:56,ax1,PE1RXF-7,APZMDM," 13.9,71.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{199" +2021-12-30 07:55:11,ax1,PE1RXF-7,APZMDM," 13.9,71.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{199" +2021-12-30 07:55:26,ax1,PE1RXF-7,APZMDM," 13.9,71.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{199" +2021-12-30 08:05:26,ax1,PE1RXF-7,APZMDM," 13.5,72.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{200" +2021-12-30 08:15:26,ax1,PE1RXF-7,APZMDM," 13.6,72.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{201" +2021-12-30 08:25:26,ax1,PE1RXF-7,APZMDM," 13.6,72.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{202" +2021-12-30 08:35:25,ax1,PE1RXF-7,APZMDM," 13.8,72.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{203" +2021-12-30 08:35:40,ax1,PE1RXF-7,APZMDM," 13.8,72.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{203" +2021-12-30 08:45:55,ax1,PE1RXF-7,APZMDM," 13.9,72.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{204" +2021-12-30 08:55:55,ax1,PE1RXF-7,APZMDM," 13.9,72.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{205" +2021-12-30 09:05:55,ax1,PE1RXF-7,APZMDM," 14.0,72.5, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{206" +2021-12-30 09:26:09,ax1,PE1RXF-7,APZMDM," 13.1,83.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0{001" +2021-12-30 09:36:09,ax1,PE1RXF-7,APZMDM," 13.1,84.3, 10.8, 99.9,999.9,813.9, 0.0, 0.0,978.9,978.9{002" +2021-12-30 09:36:24,ax1,PE1RXF-7,APZMDM," 13.1,84.3, 10.8, 99.9,999.9,813.9, 0.0, 0.0,978.9,978.9{002" +2021-12-30 09:46:23,ax1,PE1RXF-7,APZMDM," 13.1,84.4, 10.8, 99.9,999.9,999.9, 11.0, 99.9,999.9,999.9{003" +2021-12-30 09:56:23,ax1,PE1RXF-7,APZMDM," 13.3,85.6, 10.8, 99.9,999.9,999.9, 11.1, 99.9,999.9,999.9{004" +2021-12-30 10:06:38,ax1,PE1RXF-7,APZMDM," 13.3,86.1, 10.8, 99.9,999.9,999.9, 11.2, 99.9,999.9,999.9{005" +2021-12-30 10:16:38,ax1,PE1RXF-7,APZMDM," 13.4,86.6, 10.8, 99.9,999.9,999.9, 11.2, 99.9,999.9,999.9{006" +2021-12-30 10:26:37,ax1,PE1RXF-7,APZMDM," 13.5,86.8, 10.8, 99.9,999.9,999.9, 11.3, 99.9,999.9,999.9{007" +2021-12-30 10:36:37,ax1,PE1RXF-7,APZMDM," 13.6,87.2, 10.8, 99.9,999.9,999.9, 11.4, 99.9,999.9,999.9{008" +2021-12-30 10:36:52,ax1,PE1RXF-7,APZMDM," 13.6,87.2, 10.8, 99.9,999.9,999.9, 11.4, 99.9,999.9,999.9{008" +2021-12-30 10:46:52,ax1,PE1RXF-7,APZMDM," 13.7,87.5, 10.8, 99.9,999.9,999.9, 11.6, 99.9,999.9,999.9{009" +2021-12-30 10:56:52,ax1,PE1RXF-7,APZMDM," 13.8,87.7, 10.8, 99.9,999.9,999.9, 11.6, 99.9,999.9,999.9{010" +2021-12-30 11:06:51,ax1,PE1RXF-7,APZMDM," 14.0,88.0, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{011" +2021-12-30 11:16:51,ax1,PE1RXF-7,APZMDM," 14.1,88.1, 10.8, 99.9,999.9,999.9, 11.9, 99.9,999.9,999.9{012" +2021-12-30 11:26:51,ax1,PE1RXF-7,APZMDM," 14.2,88.4, 10.8, 99.9,999.9,999.9, 12.0, 99.9,999.9,999.9{013" +2021-12-30 11:36:51,ax1,PE1RXF-7,APZMDM," 14.3,88.5, 10.8, 99.9,999.9,999.9, 12.1, 99.9,999.9,999.9{014" +2021-12-30 11:46:51,ax1,PE1RXF-7,APZMDM," 14.3,88.7, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{015" +2021-12-30 11:47:06,ax1,PE1RXF-7,APZMDM," 14.3,88.7, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{015" +2021-12-30 11:47:21,ax1,PE1RXF-7,APZMDM," 14.3,88.7, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{015" +2021-12-30 11:47:36,ax1,PE1RXF-7,APZMDM," 14.3,88.7, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{015" +2021-12-30 11:57:35,ax1,PE1RXF-7,APZMDM," 14.4,88.9, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{016" +2021-12-30 12:07:35,ax1,PE1RXF-7,APZMDM," 14.3,89.2, 10.8, 99.9,999.9,999.9, 12.1, 99.9,999.9,999.9{017" +2021-12-30 12:07:50,ax1,PE1RXF-7,APZMDM," 14.3,89.2, 10.8, 99.9,999.9,999.9, 12.1, 99.9,999.9,999.9{017" +2021-12-30 12:17:50,ax1,PE1RXF-7,APZMDM," 14.3,89.3, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{018" +2021-12-30 12:27:50,ax1,PE1RXF-7,APZMDM," 14.4,89.5, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{019" +2021-12-30 12:37:49,ax1,PE1RXF-7,APZMDM," 14.3,89.7, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{020" +2021-12-30 12:47:49,ax1,PE1RXF-7,APZMDM," 14.3,89.8, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{021" +2021-12-30 12:57:49,ax1,PE1RXF-7,APZMDM," 14.3,90.0, 10.8, 99.9,999.9,999.9, 12.1, 99.9,999.9,999.9{022" +2021-12-30 12:58:04,ax1,PE1RXF-7,APZMDM," 14.3,90.0, 10.8, 99.9,999.9,999.9, 12.1, 99.9,999.9,999.9{022" +2021-12-30 13:08:04,ax1,PE1RXF-7,APZMDM," 14.4,89.8, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{023" +2021-12-30 13:18:03,ax1,PE1RXF-7,APZMDM," 14.4,90.0, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{024" +2021-12-30 14:01:02,ax1,PE1RXF-7,APZMDM," 14.6,90.0, 10.8, 99.9,999.9,999.9, 12.3, 99.9,999.9,999.9{028" +2021-12-30 14:01:17,ax1,PE1RXF-7,APZMDM," 14.6,90.0, 10.8, 99.9,999.9,999.9, 12.3, 99.9,999.9,999.9{028" +2021-12-30 14:01:32,ax1,PE1RXF-7,APZMDM," 14.6,90.0, 10.8, 99.9,999.9,999.9, 12.3, 99.9,999.9,999.9{028" +2021-12-30 14:11:32,ax1,PE1RXF-7,APZMDM," 14.7,90.0, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{029" +2021-12-30 14:21:47,ax1,PE1RXF-7,APZMDM," 14.7,89.9, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{030" +2021-12-30 14:31:47,ax1,PE1RXF-7,APZMDM," 14.6,90.1, 10.8, 99.9,999.9,999.9, 12.3, 99.9,999.9,999.9{031" +2021-12-30 14:41:46,ax1,PE1RXF-7,APZMDM," 14.5,90.3, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{032" +2021-12-30 14:51:46,ax1,PE1RXF-7,APZMDM," 14.4,90.5, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{033" +2021-12-30 15:01:46,ax1,PE1RXF-7,APZMDM," 14.4,90.5, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{034" +2021-12-30 15:02:01,ax1,PE1RXF-7,APZMDM," 14.4,90.5, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{034" +2021-12-30 15:12:01,ax1,PE1RXF-7,APZMDM," 14.3,90.8, 10.8, 99.9,999.9,999.9, 12.1, 99.9,999.9,999.9{035" +2021-12-30 15:22:01,ax1,PE1RXF-7,APZMDM," 14.2,91.1, 10.8, 99.9,999.9,999.9, 12.0, 99.9,999.9,999.9{036" +2021-12-30 15:32:00,ax1,PE1RXF-7,APZMDM," 14.1,91.3, 10.8, 99.9,999.9,999.9, 11.9, 99.9,999.9,999.9{037" +2021-12-30 15:42:00,ax1,PE1RXF-7,APZMDM," 14.1,91.4, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{038" +2021-12-30 15:42:15,ax1,PE1RXF-7,APZMDM," 14.1,91.4, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{038" +2021-12-30 15:42:30,ax1,PE1RXF-7,APZMDM," 14.1,91.4, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{038" +2021-12-30 15:52:30,ax1,PE1RXF-7,APZMDM," 14.0,91.5, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{039" +2021-12-30 16:03:00,ax1,PE1RXF-7,APZMDM," 13.9,91.6, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{040" +2021-12-30 16:12:59,ax1,PE1RXF-7,APZMDM," 13.9,91.6, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{041" +2021-12-30 16:13:14,ax1,PE1RXF-7,APZMDM," 13.9,91.6, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{041" +2021-12-30 16:23:14,ax1,PE1RXF-7,APZMDM," 13.9,91.7, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{042" +2021-12-30 16:33:14,ax1,PE1RXF-7,APZMDM," 13.9,91.7, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{043" +2021-12-30 16:33:29,ax1,PE1RXF-7,APZMDM," 13.9,91.7, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{043" +2021-12-30 16:43:29,ax1,PE1RXF-7,APZMDM," 13.9,91.8, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{044" +2021-12-30 16:53:28,ax1,PE1RXF-7,APZMDM," 13.8,91.8, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{045" +2021-12-30 17:03:28,ax1,PE1RXF-7,APZMDM," 13.8,91.8, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{046" +2021-12-30 17:13:28,ax1,PE1RXF-7,APZMDM," 13.9,91.8, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{047" +2021-12-30 17:23:28,ax1,PE1RXF-7,APZMDM," 13.9,91.9, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{048" +2021-12-30 17:33:27,ax1,PE1RXF-7,APZMDM," 13.9,91.9, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{049" +2021-12-30 17:43:27,ax1,PE1RXF-7,APZMDM," 13.9,91.9, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{050" +2021-12-30 17:53:42,ax1,PE1RXF-7,APZMDM," 13.9,91.9, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{051" +2021-12-30 17:53:57,ax1,PE1RXF-7,APZMDM," 13.9,91.9, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{051" +2021-12-30 18:03:57,ax1,PE1RXF-7,APZMDM," 13.9,91.9, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{052" +2021-12-30 18:04:12,ax1,PE1RXF-7,APZMDM," 13.9,91.9, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{052" +2021-12-30 18:14:11,ax1,PE1RXF-7,APZMDM," 13.9,92.0, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{053" +2021-12-30 18:24:11,ax1,PE1RXF-7,APZMDM," 13.9,92.2, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{054" +2021-12-30 18:34:11,ax1,PE1RXF-7,APZMDM," 14.0,92.3, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{055" +2021-12-30 18:34:26,ax1,PE1RXF-7,APZMDM," 14.0,92.3, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{055" +2021-12-30 18:44:26,ax1,PE1RXF-7,APZMDM," 14.0,92.3, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{056" +2021-12-30 18:54:26,ax1,PE1RXF-7,APZMDM," 14.0,92.4, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{057" +2021-12-30 19:04:25,ax1,PE1RXF-7,APZMDM," 14.0,92.5, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{058" +2021-12-30 19:14:25,ax1,PE1RXF-7,APZMDM," 14.0,92.5, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{059" +2021-12-30 19:24:25,ax1,PE1RXF-7,APZMDM," 14.0,92.5, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{060" +2021-12-30 19:34:25,ax1,PE1RXF-7,APZMDM," 14.0,92.7, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{061" +2021-12-30 19:44:24,ax1,PE1RXF-7,APZMDM," 14.0,92.8, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{062" +2021-12-30 19:54:24,ax1,PE1RXF-7,APZMDM," 14.0,92.9, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{063" +2021-12-30 20:04:24,ax1,PE1RXF-7,APZMDM," 14.0,92.9, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{064" +2021-12-30 20:14:24,ax1,PE1RXF-7,APZMDM," 14.0,93.0, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{065" +2021-12-30 20:24:23,ax1,PE1RXF-7,APZMDM," 14.0,93.2, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{066" +2021-12-30 20:34:23,ax1,PE1RXF-7,APZMDM," 13.9,93.2, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{067" +2021-12-30 20:44:23,ax1,PE1RXF-7,APZMDM," 13.9,93.4, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{068" +2021-12-30 20:54:23,ax1,PE1RXF-7,APZMDM," 13.9,93.4, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{069" +2021-12-30 21:04:22,ax1,PE1RXF-7,APZMDM," 13.9,93.6, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{070" +2021-12-30 21:14:22,ax1,PE1RXF-7,APZMDM," 14.0,93.6, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{071" +2021-12-30 21:24:22,ax1,PE1RXF-7,APZMDM," 13.9,93.7, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{072" +2021-12-30 21:34:22,ax1,PE1RXF-7,APZMDM," 13.9,93.8, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{073" +2021-12-30 21:44:22,ax1,PE1RXF-7,APZMDM," 14.0,93.9, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{074" +2021-12-30 21:54:21,ax1,PE1RXF-7,APZMDM," 14.0,93.8, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{075" +2021-12-30 22:04:21,ax1,PE1RXF-7,APZMDM," 14.0,93.8, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{076" +2021-12-30 22:14:21,ax1,PE1RXF-7,APZMDM," 14.0,93.8, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{077" +2021-12-30 22:24:21,ax1,PE1RXF-7,APZMDM," 14.1,93.8, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{078" +2021-12-30 22:34:20,ax1,PE1RXF-7,APZMDM," 14.1,93.8, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{079" +2021-12-30 22:44:20,ax1,PE1RXF-7,APZMDM," 14.0,93.8, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{080" +2021-12-30 22:54:20,ax1,PE1RXF-7,APZMDM," 14.0,93.8, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{081" +2021-12-30 23:04:20,ax1,PE1RXF-7,APZMDM," 14.0,93.8, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{082" +2021-12-30 23:14:19,ax1,PE1RXF-7,APZMDM," 14.1,93.9, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{083" +2021-12-30 23:24:19,ax1,PE1RXF-7,APZMDM," 14.0,93.8, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{084" +2021-12-30 23:34:19,ax1,PE1RXF-7,APZMDM," 14.0,93.9, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{085" +2021-12-30 23:44:19,ax1,PE1RXF-7,APZMDM," 14.0,93.9, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{086" +2021-12-30 23:44:34,ax1,PE1RXF-7,APZMDM," 14.0,93.9, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{086" +2021-12-30 23:54:33,ax1,PE1RXF-7,APZMDM," 14.0,93.8, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{087" +2021-12-31 00:04:48,ax1,PE1RXF-7,APZMDM," 14.0,93.8, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{088" +2021-12-31 00:15:03,ax1,PE1RXF-7,APZMDM," 14.0,93.7, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{089" +2021-12-31 00:15:18,ax1,PE1RXF-7,APZMDM," 14.0,93.7, 10.8, 99.9,999.9,999.9, 11.7, 99.9,999.9,999.9{089" +2021-12-31 00:25:18,ax1,PE1RXF-7,APZMDM," 14.1,93.5, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{090" +2021-12-31 00:35:18,ax1,PE1RXF-7,APZMDM," 14.1,93.4, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{091" +2021-12-31 00:45:17,ax1,PE1RXF-7,APZMDM," 14.1,93.2, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{092" +2021-12-31 00:55:17,ax1,PE1RXF-7,APZMDM," 14.1,93.1, 10.8, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{093" +2021-12-31 01:05:17,ax1,PE1RXF-7,APZMDM," 14.1,92.9, 10.8, 99.9,999.9,999.9, 11.9, 99.9,999.9,999.9{094" +2021-12-31 01:05:32,ax1,PE1RXF-7,APZMDM," 14.1,92.9, 10.8, 99.9,999.9,999.9, 11.9, 99.9,999.9,999.9{094" +2021-12-31 01:15:32,ax1,PE1RXF-7,APZMDM," 14.2,92.8, 10.8, 99.9,999.9,999.9, 11.9, 99.9,999.9,999.9{095" +2021-12-31 01:25:31,ax1,PE1RXF-7,APZMDM," 14.2,92.6, 10.8, 99.9,999.9,999.9, 11.9, 99.9,999.9,999.9{096" +2021-12-31 01:25:46,ax1,PE1RXF-7,APZMDM," 14.2,92.6, 10.8, 99.9,999.9,999.9, 11.9, 99.9,999.9,999.9{096" +2021-12-31 01:35:46,ax1,PE1RXF-7,APZMDM," 14.3,92.5, 10.8, 99.9,999.9,999.9, 12.0, 99.9,999.9,999.9{097" +2021-12-31 01:45:46,ax1,PE1RXF-7,APZMDM," 14.3,92.4, 10.8, 99.9,999.9,999.9, 12.0, 99.9,999.9,999.9{098" +2021-12-31 01:55:46,ax1,PE1RXF-7,APZMDM," 14.3,92.2, 10.8, 99.9,999.9,999.9, 12.0, 99.9,999.9,999.9{099" +2021-12-31 02:05:45,ax1,PE1RXF-7,APZMDM," 14.3,92.2, 10.8, 99.9,999.9,999.9, 12.0, 99.9,999.9,999.9{100" +2021-12-31 02:15:45,ax1,PE1RXF-7,APZMDM," 14.3,92.1, 10.8, 99.9,999.9,999.9, 12.0, 99.9,999.9,999.9{101" +2021-12-31 02:25:45,ax1,PE1RXF-7,APZMDM," 14.3,92.0, 10.8, 99.9,999.9,999.9, 12.0, 99.9,999.9,999.9{102" +2021-12-31 02:35:45,ax1,PE1RXF-7,APZMDM," 14.3,92.0, 10.8, 99.9,999.9,999.9, 12.0, 99.9,999.9,999.9{103" +2021-12-31 02:45:44,ax1,PE1RXF-7,APZMDM," 14.3,91.8, 10.8, 99.9,999.9,999.9, 12.0, 99.9,999.9,999.9{104" +2021-12-31 02:55:44,ax1,PE1RXF-7,APZMDM," 14.4,91.7, 10.8, 99.9,999.9,999.9, 12.1, 99.9,999.9,999.9{105" +2021-12-31 03:05:44,ax1,PE1RXF-7,APZMDM," 14.4,91.5, 10.8, 99.9,999.9,999.9, 12.1, 99.9,999.9,999.9{106" +2021-12-31 03:15:44,ax1,PE1RXF-7,APZMDM," 14.4,91.3, 10.8, 99.9,999.9,999.9, 12.1, 99.9,999.9,999.9{107" +2021-12-31 03:25:44,ax1,PE1RXF-7,APZMDM," 14.5,91.2, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{108" +2021-12-31 03:35:58,ax1,PE1RXF-7,APZMDM," 14.5,91.2, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{109" +2021-12-31 03:46:13,ax1,PE1RXF-7,APZMDM," 14.5,91.2, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{110" +2021-12-31 03:56:13,ax1,PE1RXF-7,APZMDM," 14.5,91.2, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{111" +2021-12-31 03:56:28,ax1,PE1RXF-7,APZMDM," 14.5,91.2, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{111" +2021-12-31 04:06:28,ax1,PE1RXF-7,APZMDM," 14.5,91.2, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{112" +2021-12-31 04:16:42,ax1,PE1RXF-7,APZMDM," 14.6,91.1, 10.8, 99.9,999.9,999.9, 12.3, 99.9,999.9,999.9{113" +2021-12-31 04:26:42,ax1,PE1RXF-7,APZMDM," 14.6,91.0, 10.8, 99.9,999.9,999.9, 12.3, 99.9,999.9,999.9{114" +2021-12-31 04:36:42,ax1,PE1RXF-7,APZMDM," 14.7,91.1, 10.8, 99.9,999.9,999.9, 12.3, 99.9,999.9,999.9{115" +2021-12-31 04:46:42,ax1,PE1RXF-7,APZMDM," 14.7,91.1, 10.8, 99.9,999.9,999.9, 12.3, 99.9,999.9,999.9{116" +2021-12-31 04:46:57,ax1,PE1RXF-7,APZMDM," 14.7,91.1, 10.8, 99.9,999.9,999.9, 12.3, 99.9,999.9,999.9{116" +2021-12-31 04:56:56,ax1,PE1RXF-7,APZMDM," 14.7,91.1, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{117" +2021-12-31 05:06:56,ax1,PE1RXF-7,APZMDM," 14.7,91.0, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{118" +2021-12-31 05:16:56,ax1,PE1RXF-7,APZMDM," 14.7,91.0, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{119" +2021-12-31 05:26:56,ax1,PE1RXF-7,APZMDM," 14.7,91.0, 10.8, 99.9,999.9,999.9, 12.3, 99.9,999.9,999.9{120" +2021-12-31 05:36:55,ax1,PE1RXF-7,APZMDM," 14.6,91.1, 10.8, 99.9,999.9,999.9, 12.3, 99.9,999.9,999.9{121" +2021-12-31 05:46:55,ax1,PE1RXF-7,APZMDM," 14.6,91.1, 10.8, 99.9,999.9,999.9, 12.3, 99.9,999.9,999.9{122" +2021-12-31 05:56:55,ax1,PE1RXF-7,APZMDM," 14.7,91.0, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{123" +2021-12-31 06:06:55,ax1,PE1RXF-7,APZMDM," 14.7,90.9, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{124" +2021-12-31 06:16:55,ax1,PE1RXF-7,APZMDM," 14.7,90.9, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{125" +2021-12-31 06:27:09,ax1,PE1RXF-7,APZMDM," 14.8,90.8, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{126" +2021-12-31 06:27:24,ax1,PE1RXF-7,APZMDM," 14.8,90.8, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{126" +2021-12-31 06:37:24,ax1,PE1RXF-7,APZMDM," 14.7,90.8, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{127" +2021-12-31 06:47:24,ax1,PE1RXF-7,APZMDM," 14.7,90.7, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{128" +2021-12-31 06:57:24,ax1,PE1RXF-7,APZMDM," 14.8,90.5, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{129" +2021-12-31 07:07:23,ax1,PE1RXF-7,APZMDM," 14.8,90.3, 10.8, 99.9,999.9,999.9, 12.5, 99.9,999.9,999.9{130" +2021-12-31 07:17:23,ax1,PE1RXF-7,APZMDM," 14.8,90.1, 10.8, 99.9,999.9,999.9, 12.5, 99.9,999.9,999.9{131" +2021-12-31 07:27:23,ax1,PE1RXF-7,APZMDM," 14.9,89.7, 10.8, 99.9,999.9,999.9, 12.5, 99.9,999.9,999.9{132" +2021-12-31 07:27:38,ax1,PE1RXF-7,APZMDM," 14.9,89.7, 10.8, 99.9,999.9,999.9, 12.5, 99.9,999.9,999.9{132" +2021-12-31 07:37:38,ax1,PE1RXF-7,APZMDM," 14.9,89.5, 10.8, 99.9,999.9,999.9, 12.5, 99.9,999.9,999.9{133" +2021-12-31 07:47:37,ax1,PE1RXF-7,APZMDM," 14.9,89.3, 10.8, 99.9,999.9,999.9, 12.5, 99.9,999.9,999.9{134" +2021-12-31 07:57:37,ax1,PE1RXF-7,APZMDM," 14.8,89.1, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{135" +2021-12-31 08:07:37,ax1,PE1RXF-7,APZMDM," 14.8,88.9, 10.8, 99.9,999.9,999.9, 12.4, 99.9,999.9,999.9{136" +2021-12-31 08:17:37,ax1,PE1RXF-7,APZMDM," 14.7,88.9, 10.8, 99.9,999.9,999.9, 12.3, 99.9,999.9,999.9{137" +2021-12-31 08:27:37,ax1,PE1RXF-7,APZMDM," 14.6,88.9, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{138" +2021-12-31 08:27:52,ax1,PE1RXF-7,APZMDM," 14.6,88.9, 10.8, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{138" +2021-12-31 08:38:06,ax1,PE1RXF-7,APZMDM," 14.6,88.8, 13.0, 90.3,978.5,999.9, 12.2, 99.9,999.9,999.9{139" +2021-12-31 08:48:06,ax1,PE1RXF-7,APZMDM," 14.6,88.7, 12.6, 99.9,978.5,999.9, 12.3, 99.9,999.9,999.9{140" +2021-12-31 08:48:21,ax1,PE1RXF-7,APZMDM," 14.6,88.7, 12.6, 99.9,978.5,999.9, 12.3, 99.9,999.9,999.9{140" +2021-12-31 08:58:21,ax1,PE1RXF-7,APZMDM," 14.7,88.4, 12.6, 99.9,978.6,999.9, 12.3, 99.9,999.9,999.9{141" +2021-12-31 09:08:21,ax1,PE1RXF-7,APZMDM," 14.8,88.1, 12.6, 99.9,978.1,999.9, 12.3, 99.9,999.9,999.9{142" +2021-12-31 09:08:36,ax1,PE1RXF-7,APZMDM," 14.8,88.1, 12.6, 99.9,978.1,999.9, 12.3, 99.9,999.9,999.9{142" +2021-12-31 09:18:35,ax1,PE1RXF-7,APZMDM," 14.8,88.0, 12.7, 99.9,979.0,999.9, 12.4, 99.9,999.9,999.9{143" +2021-12-31 09:28:35,ax1,PE1RXF-7,APZMDM," 15.2,87.4, 13.1, 99.9,978.4,999.9, 12.5, 99.9,999.9,999.9{144" +2021-12-31 09:38:35,ax1,PE1RXF-7,APZMDM," 15.4,86.4, 13.4, 99.9,979.0,999.9, 12.8, 99.9,999.9,999.9{145" +2021-12-31 09:48:35,ax1,PE1RXF-7,APZMDM," 15.3,87.1, 13.4, 99.9,978.9,999.9, 12.9, 99.9,999.9,999.9{146" +2021-12-31 09:58:35,ax1,PE1RXF-7,APZMDM," 15.2,87.4, 13.4, 99.9,978.8,999.9, 12.8, 99.9,999.9,999.9{147" +2021-12-31 09:58:50,ax1,PE1RXF-7,APZMDM," 15.2,87.4, 13.4, 99.9,978.8,999.9, 12.8, 99.9,999.9,999.9{147" +2021-12-31 10:08:49,ax1,PE1RXF-7,APZMDM," 15.1,88.2, 13.4, 99.9,979.0,999.9, 12.7, 99.9,999.9,999.9{148" +2021-12-31 10:18:49,ax1,PE1RXF-7,APZMDM," 15.3,88.5, 13.9, 99.9,979.3,999.9, 12.9, 99.9,999.9,999.9{149" +2021-12-31 10:28:49,ax1,PE1RXF-7,APZMDM," 15.4,88.5, 13.9, 99.9,979.4,999.9, 13.1, 99.9,999.9,999.9{150" +2021-12-31 10:38:49,ax1,PE1RXF-7,APZMDM," 15.3,88.4, 13.6, 99.9,979.0,999.9, 13.0, 99.9,999.9,999.9{151" +2021-12-31 10:39:04,ax1,PE1RXF-7,APZMDM," 15.3,88.4, 13.6, 99.9,979.0,999.9, 13.0, 99.9,999.9,999.9{151" +2021-12-31 10:49:04,ax1,PE1RXF-7,APZMDM," 15.3,88.3, 13.7, 99.9,978.7,999.9, 13.0, 99.9,999.9,999.9{152" +2021-12-31 10:59:03,ax1,PE1RXF-7,APZMDM," 15.6,88.2, 14.2, 99.9,978.7,999.9, 13.3, 99.9,999.9,999.9{153" +2021-12-31 11:09:03,ax1,PE1RXF-7,APZMDM," 15.8,88.1, 14.3, 99.9,978.7,999.9, 13.4, 99.9,999.9,999.9{154" +2021-12-31 11:19:03,ax1,PE1RXF-7,APZMDM," 15.6,88.2, 14.0, 99.9,979.5,999.9, 13.3, 99.9,999.9,999.9{155" +2021-12-31 11:29:03,ax1,PE1RXF-7,APZMDM," 15.3,88.4, 13.7, 99.9,979.0,999.9, 13.1, 99.9,999.9,999.9{156" +2021-12-31 11:39:02,ax1,PE1RXF-7,APZMDM," 15.3,88.8, 13.8, 99.9,979.5,999.9, 13.0, 99.9,999.9,999.9{157" +2021-12-31 11:49:02,ax1,PE1RXF-7,APZMDM," 15.4,88.5, 14.1, 99.9,978.9,999.9, 13.1, 99.9,999.9,999.9{158" +2021-12-31 11:59:17,ax1,PE1RXF-7,APZMDM," 15.4,88.6, 13.8, 99.9,978.9,999.9, 13.1, 99.9,999.9,999.9{159" +2021-12-31 12:09:17,ax1,PE1RXF-7,APZMDM," 15.2,88.9, 13.7, 99.9,979.3,999.9, 13.0, 99.9,999.9,999.9{160" +2021-12-31 12:19:17,ax1,PE1RXF-7,APZMDM," 15.2,88.9, 13.8, 99.9,979.3,999.9, 13.0, 99.9,999.9,999.9{161" +2021-12-31 12:29:16,ax1,PE1RXF-7,APZMDM," 15.3,88.9, 13.8, 99.9,979.4,999.9, 13.0, 99.9,999.9,999.9{162" +2021-12-31 12:39:31,ax1,PE1RXF-7,APZMDM," 15.3,89.0, 14.0, 99.9,979.3,999.9, 13.1, 99.9,999.9,999.9{163" +2021-12-31 12:39:46,ax1,PE1RXF-7,APZMDM," 15.3,89.0, 14.0, 99.9,979.3,999.9, 13.1, 99.9,999.9,999.9{163" +2021-12-31 12:49:46,ax1,PE1RXF-7,APZMDM," 15.1,89.4, 13.7, 99.9,979.4,999.9, 12.7, 99.9,999.9,999.9{164" +2021-12-31 12:59:46,ax1,PE1RXF-7,APZMDM," 14.6,90.4, 13.4, 99.9,978.5,999.9, 12.4, 99.9,999.9,999.9{165" +2021-12-31 13:00:01,ax1,PE1RXF-7,APZMDM," 14.6,90.4, 13.4, 99.9,978.5,999.9, 12.4, 99.9,999.9,999.9{165" +2021-12-31 13:10:00,ax1,PE1RXF-7,APZMDM," 14.3,91.4, 13.2, 99.9,979.2,999.9, 12.2, 99.9,999.9,999.9{166" +2021-12-31 13:20:00,ax1,PE1RXF-7,APZMDM," 14.2,91.9, 13.0, 99.9,979.2,999.9, 12.0, 99.9,999.9,999.9{167" +2021-12-31 13:30:00,ax1,PE1RXF-7,APZMDM," 14.1,92.1, 12.8, 99.9,978.7,999.9, 11.9, 99.9,999.9,999.9{168" +2021-12-31 13:40:00,ax1,PE1RXF-7,APZMDM," 13.9,92.6, 12.6, 99.9,978.7,999.9, 11.8, 99.9,999.9,999.9{169" +2021-12-31 13:49:59,ax1,PE1RXF-7,APZMDM," 13.8,93.1, 12.6, 99.9,979.1,999.9, 11.7, 99.9,999.9,999.9{170" +2021-12-31 13:59:59,ax1,PE1RXF-7,APZMDM," 13.8,93.4, 12.8, 99.9,979.0,999.9, 11.8, 99.9,999.9,999.9{171" +2021-12-31 14:09:59,ax1,PE1RXF-7,APZMDM," 13.9,93.6, 12.8, 99.9,979.3,999.9, 11.8, 99.9,999.9,999.9{172" +2021-12-31 14:10:29,ax1,PE1RXF-7,APZMDM," 13.9,93.6, 12.8, 99.9,979.3,999.9, 11.8, 99.9,999.9,999.9{172" +2021-12-31 14:20:30,ax1,PE1RXF-7,APZMDM," 13.9,93.7, 12.7, 99.9,978.6,999.9, 11.7, 99.9,999.9,999.9{173" +2021-12-31 14:30:44,ax1,PE1RXF-7,APZMDM," 13.8,93.9, 12.6, 99.9,979.3,999.9, 11.7, 99.9,999.9,999.9{174" +2021-12-31 14:40:44,ax1,PE1RXF-7,APZMDM," 13.7,94.1, 12.5, 99.9,979.0,999.9, 11.6, 99.9,999.9,999.9{175" +2021-12-31 14:50:58,ax1,PE1RXF-7,APZMDM," 13.7,94.2, 12.4, 99.9,979.2,999.9, 11.6, 99.9,999.9,999.9{176" +2021-12-31 15:00:58,ax1,PE1RXF-7,APZMDM," 13.6,94.4, 12.2, 99.9,979.0,999.9, 11.5, 99.9,999.9,999.9{177" +2021-12-31 15:10:58,ax1,PE1RXF-7,APZMDM," 13.5,94.7, 12.1, 99.9,979.3,999.9, 11.4, 99.9,999.9,999.9{178" +2021-12-31 15:20:57,ax1,PE1RXF-7,APZMDM," 13.5,94.8, 12.0, 99.9,978.6,999.9, 11.3, 99.9,999.9,999.9{179" +2021-12-31 15:31:12,ax1,PE1RXF-7,APZMDM," 13.4,95.8, 11.9, 99.9,978.9,999.9, 11.3, 99.9,999.9,999.9{180" +2021-12-31 15:41:12,ax1,PE1RXF-7,APZMDM," 13.4,95.2, 11.9, 99.9,979.3,999.9, 11.3, 99.9,999.9,999.9{181" +2021-12-31 15:51:12,ax1,PE1RXF-7,APZMDM," 13.4,95.1, 11.9, 99.9,979.5,999.9, 11.3, 99.9,999.9,999.9{182" +2021-12-31 16:01:26,ax1,PE1RXF-7,APZMDM," 13.4,95.1, 11.9, 99.9,979.5,999.9, 11.3, 99.9,999.9,999.9{183" +2021-12-31 16:11:26,ax1,PE1RXF-7,APZMDM," 13.5,94.9, 11.9, 99.9,979.3,999.9, 11.4, 99.9,999.9,999.9{184" +2021-12-31 16:21:41,ax1,PE1RXF-7,APZMDM," 13.5,95.0, 11.9, 99.9,979.5,999.9, 11.3, 99.9,999.9,999.9{185" +2021-12-31 16:21:56,ax1,PE1RXF-7,APZMDM," 13.5,95.0, 11.9, 99.9,979.5,999.9, 11.3, 99.9,999.9,999.9{185" +2021-12-31 16:31:56,ax1,PE1RXF-7,APZMDM," 13.5,95.0, 11.8, 99.9,979.4,999.9, 11.3, 99.9,999.9,999.9{186" +2021-12-31 16:42:25,ax1,PE1RXF-7,APZMDM," 13.5,95.0, 11.7, 99.9,980.3,999.9, 11.3, 99.9,999.9,999.9{187" +2021-12-31 16:52:25,ax1,PE1RXF-7,APZMDM," 13.4,95.0, 11.7, 99.9,980.0,999.9, 11.3, 99.9,999.9,999.9{188" +2021-12-31 16:52:40,ax1,PE1RXF-7,APZMDM," 13.4,95.0, 11.7, 99.9,980.0,999.9, 11.3, 99.9,999.9,999.9{188" +2021-12-31 17:02:40,ax1,PE1RXF-7,APZMDM," 13.5,95.1, 11.6, 99.9,979.5,999.9, 11.3, 99.9,999.9,999.9{189" +2021-12-31 17:12:40,ax1,PE1RXF-7,APZMDM," 13.5,95.0, 11.6, 99.9,980.0,999.9, 11.3, 99.9,999.9,999.9{190" +2021-12-31 17:22:39,ax1,PE1RXF-7,APZMDM," 13.5,94.9, 11.6, 99.9,980.2,999.9, 11.4, 99.9,999.9,999.9{191" +2021-12-31 17:32:54,ax1,PE1RXF-7,APZMDM," 13.6,94.8, 11.6, 99.9,980.2,999.9, 11.3, 99.9,999.9,999.9{192" +2021-12-31 17:42:54,ax1,PE1RXF-7,APZMDM," 13.6,94.7, 11.6, 99.9,980.3,999.9, 11.4, 99.9,999.9,999.9{193" +2021-12-31 17:52:54,ax1,PE1RXF-7,APZMDM," 13.6,94.5, 11.7, 99.9,980.4,999.9, 11.4, 99.9,999.9,999.9{194" +2021-12-31 18:02:53,ax1,PE1RXF-7,APZMDM," 13.6,94.4, 11.7, 99.9,980.6,999.9, 11.4, 99.9,999.9,999.9{195" +2021-12-31 18:12:53,ax1,PE1RXF-7,APZMDM," 13.6,94.3, 11.6, 99.9,980.5,999.9, 11.4, 99.9,999.9,999.9{196" +2021-12-31 18:23:08,ax1,PE1RXF-7,APZMDM," 13.6,94.3, 11.7, 99.9,980.3,999.9, 11.4, 99.9,999.9,999.9{197" +2021-12-31 18:33:08,ax1,PE1RXF-7,APZMDM," 13.6,94.3, 11.6, 99.9,980.5,999.9, 11.4, 99.9,999.9,999.9{198" +2021-12-31 18:43:08,ax1,PE1RXF-7,APZMDM," 13.6,94.3, 11.6, 99.9,979.9,999.9, 11.3, 99.9,999.9,999.9{199" +2021-12-31 18:53:07,ax1,PE1RXF-7,APZMDM," 13.6,94.3, 11.6, 99.9,980.4,999.9, 11.4, 99.9,999.9,999.9{200" +2021-12-31 19:03:07,ax1,PE1RXF-7,APZMDM," 13.6,94.3, 11.6, 99.9,980.2,999.9, 11.4, 99.9,999.9,999.9{201" +2021-12-31 19:13:22,ax1,PE1RXF-7,APZMDM," 13.6,94.3, 11.6, 99.9,980.4,999.9, 11.4, 99.9,999.9,999.9{202" +2021-12-31 19:23:37,ax1,PE1RXF-7,APZMDM," 13.6,94.2, 11.6, 99.9,980.1,999.9, 11.4, 99.9,999.9,999.9{203" +2021-12-31 19:33:36,ax1,PE1RXF-7,APZMDM," 13.6,94.2, 11.6, 99.9,980.4,999.9, 11.4, 99.9,999.9,999.9{204" +2021-12-31 19:43:36,ax1,PE1RXF-7,APZMDM," 13.6,94.2, 11.6, 99.9,980.6,999.9, 11.3, 99.9,999.9,999.9{205" +2021-12-31 19:53:36,ax1,PE1RXF-7,APZMDM," 13.5,94.2, 11.6, 99.9,979.8,999.9, 11.3, 99.9,999.9,999.9{206" +2021-12-31 20:03:36,ax1,PE1RXF-7,APZMDM," 13.5,94.2, 11.5, 99.9,980.2,999.9, 11.3, 99.9,999.9,999.9{207" +2021-12-31 20:13:35,ax1,PE1RXF-7,APZMDM," 13.4,94.2, 11.5, 99.9,979.6,999.9, 11.2, 99.9,999.9,999.9{208" +2021-12-31 20:23:35,ax1,PE1RXF-7,APZMDM," 13.3,94.2, 11.4, 99.9,979.4,999.9, 11.1, 99.9,999.9,999.9{209" +2021-12-31 20:33:35,ax1,PE1RXF-7,APZMDM," 13.3,94.3, 11.3, 99.9,979.4,999.9, 11.1, 99.9,999.9,999.9{210" +2021-12-31 20:43:35,ax1,PE1RXF-7,APZMDM," 13.2,94.3, 11.3, 99.9,980.2,999.9, 11.0, 99.9,999.9,999.9{211" +2021-12-31 20:53:34,ax1,PE1RXF-7,APZMDM," 13.2,94.4, 11.3, 99.9,980.4,999.9, 11.0, 99.9,999.9,999.9{212" +2021-12-31 21:03:34,ax1,PE1RXF-7,APZMDM," 13.2,94.4, 11.3, 99.9,980.1,999.9, 11.0, 99.9,999.9,999.9{213" +2021-12-31 21:13:34,ax1,PE1RXF-7,APZMDM," 13.2,94.4, 11.2, 99.9,979.7,999.9, 11.0, 99.9,999.9,999.9{214" +2021-12-31 21:23:34,ax1,PE1RXF-7,APZMDM," 13.2,94.4, 11.2, 99.9,979.8,999.9, 11.0, 99.9,999.9,999.9{215" +2021-12-31 21:33:33,ax1,PE1RXF-7,APZMDM," 13.2,94.3, 11.2, 99.9,979.4,999.9, 11.0, 99.9,999.9,999.9{216" +2021-12-31 21:43:33,ax1,PE1RXF-7,APZMDM," 13.2,94.3, 11.2, 99.9,979.7,999.9, 10.9, 99.9,999.9,999.9{217" +2021-12-31 21:53:33,ax1,PE1RXF-7,APZMDM," 13.1,94.3, 11.2, 99.9,979.1,999.9, 10.9, 99.9,999.9,999.9{218" +2021-12-31 21:53:48,ax1,PE1RXF-7,APZMDM," 13.1,94.3, 11.2, 99.9,979.1,999.9, 10.9, 99.9,999.9,999.9{218" +2021-12-31 22:03:48,ax1,PE1RXF-7,APZMDM," 13.1,94.4, 11.1, 99.9,979.2,999.9, 10.9, 99.9,999.9,999.9{219" +2021-12-31 22:13:48,ax1,PE1RXF-7,APZMDM," 13.1,94.4, 11.1, 99.9,979.2,999.9, 10.9, 99.9,999.9,999.9{220" +2021-12-31 22:23:47,ax1,PE1RXF-7,APZMDM," 13.1,94.4, 11.2, 99.9,978.7,999.9, 10.9, 99.9,999.9,999.9{221" +2021-12-31 22:33:47,ax1,PE1RXF-7,APZMDM," 13.1,94.4, 11.2, 99.9,979.0,999.9, 10.9, 99.9,999.9,999.9{222" +2021-12-31 22:43:47,ax1,PE1RXF-7,APZMDM," 13.2,94.4, 11.1, 99.9,978.8,999.9, 10.9, 99.9,999.9,999.9{223" +2021-12-31 22:53:47,ax1,PE1RXF-7,APZMDM," 13.2,94.5, 11.2, 99.9,978.8,999.9, 11.0, 99.9,999.9,999.9{224" +2021-12-31 23:03:46,ax1,PE1RXF-7,APZMDM," 13.3,94.5, 11.2, 99.9,978.8,999.9, 11.0, 99.9,999.9,999.9{225" +2021-12-31 23:13:46,ax1,PE1RXF-7,APZMDM," 13.3,94.3, 11.3, 99.9,978.7,999.9, 11.1, 99.9,999.9,999.9{226" +2021-12-31 23:23:46,ax1,PE1RXF-7,APZMDM," 13.4,94.3, 11.3, 99.9,978.5,999.9, 11.1, 99.9,999.9,999.9{227" +2021-12-31 23:33:46,ax1,PE1RXF-7,APZMDM," 13.4,94.3, 11.3, 99.9,978.2,999.9, 11.1, 99.9,999.9,999.9{228" +2021-12-31 23:43:46,ax1,PE1RXF-7,APZMDM," 13.4,94.3, 11.3, 99.9,978.6,999.9, 11.1, 99.9,999.9,999.9{229" +2021-12-31 23:53:45,ax1,PE1RXF-7,APZMDM," 13.3,94.3, 11.3, 99.9,977.8,999.9, 11.1, 99.9,999.9,999.9{230" +2022-01-01 00:03:45,ax1,PE1RXF-7,APZMDM," 13.3,94.4, 11.2, 99.9,978.6,999.9, 11.1, 99.9,999.9,999.9{231" +2022-01-01 00:13:45,ax1,PE1RXF-7,APZMDM," 13.2,94.4, 11.2, 99.9,978.1,999.9, 11.0, 99.9,999.9,999.9{232" +2022-01-01 00:23:45,ax1,PE1RXF-7,APZMDM," 13.2,94.6, 11.2, 99.9,977.6,999.9, 11.0, 99.9,999.9,999.9{233" +2022-01-01 00:33:44,ax1,PE1RXF-7,APZMDM," 13.2,94.7, 11.2, 99.9,977.6,999.9, 11.0, 99.9,999.9,999.9{234" +2022-01-01 00:33:59,ax1,PE1RXF-7,APZMDM," 13.2,94.7, 11.2, 99.9,977.6,999.9, 11.0, 99.9,999.9,999.9{234" +2022-01-01 00:43:59,ax1,PE1RXF-7,APZMDM," 13.2,94.6, 11.1, 99.9,977.3,999.9, 10.9, 99.9,999.9,999.9{235" +2022-01-01 00:53:59,ax1,PE1RXF-7,APZMDM," 13.0,94.5, 11.0, 99.9,977.3,999.9, 10.8, 99.9,999.9,999.9{236" +2022-01-01 01:03:59,ax1,PE1RXF-7,APZMDM," 12.8,94.9, 10.9, 99.9,977.2,999.9, 10.6, 99.9,999.9,999.9{237" +2022-01-01 01:13:58,ax1,PE1RXF-7,APZMDM," 12.8,95.2, 10.8, 99.9,977.3,999.9, 10.6, 99.9,999.9,999.9{238" +2022-01-01 01:23:58,ax1,PE1RXF-7,APZMDM," 12.8,95.3, 10.8, 99.9,977.4,999.9, 10.6, 99.9,999.9,999.9{239" +2022-01-01 01:33:58,ax1,PE1RXF-7,APZMDM," 12.8,95.3, 10.9, 99.9,977.2,999.9, 10.6, 99.9,999.9,999.9{240" +2022-01-01 01:43:58,ax1,PE1RXF-7,APZMDM," 12.8,95.4, 10.8, 99.9,977.1,999.9, 10.6, 99.9,999.9,999.9{241" +2022-01-01 01:53:57,ax1,PE1RXF-7,APZMDM," 12.9,95.2, 10.9, 99.9,977.5,999.9, 10.7, 99.9,999.9,999.9{242" +2022-01-01 01:54:12,ax1,PE1RXF-7,APZMDM," 12.9,95.2, 10.9, 99.9,977.5,999.9, 10.7, 99.9,999.9,999.9{242" +2022-01-01 02:04:12,ax1,PE1RXF-7,APZMDM," 12.8,95.3, 10.7, 99.9,977.5,999.9, 10.5, 99.9,999.9,999.9{243" +2022-01-01 02:14:12,ax1,PE1RXF-7,APZMDM," 12.7,95.3, 10.7, 99.9,977.2,999.9, 10.4, 99.9,999.9,999.9{244" +2022-01-01 02:24:12,ax1,PE1RXF-7,APZMDM," 12.6,95.5, 10.6, 99.9,976.9,999.9, 10.4, 99.9,999.9,999.9{245" +2022-01-01 02:34:11,ax1,PE1RXF-7,APZMDM," 12.5,95.6, 10.6, 99.9,977.0,999.9, 10.3, 99.9,999.9,999.9{246" +2022-01-01 02:44:11,ax1,PE1RXF-7,APZMDM," 12.5,95.7, 10.5, 99.9,977.1,999.9, 10.3, 99.9,999.9,999.9{247" +2022-01-01 02:54:11,ax1,PE1RXF-7,APZMDM," 12.5,95.9, 10.5, 99.9,976.8,999.9, 10.3, 99.9,999.9,999.9{248" +2022-01-01 03:04:11,ax1,PE1RXF-7,APZMDM," 12.5,95.9, 10.5, 99.9,976.8,999.9, 10.3, 99.9,999.9,999.9{249" +2022-01-01 03:14:10,ax1,PE1RXF-7,APZMDM," 12.6,95.9, 10.6, 99.9,976.7,999.9, 10.4, 99.9,999.9,999.9{250" +2022-01-01 03:24:10,ax1,PE1RXF-7,APZMDM," 12.6,95.8, 10.6, 99.9,976.8,999.9, 10.4, 99.9,999.9,999.9{251" +2022-01-01 03:24:40,ax1,PE1RXF-7,APZMDM," 12.6,95.8, 10.6, 99.9,976.8,999.9, 10.4, 99.9,999.9,999.9{251" +2022-01-01 03:34:40,ax1,PE1RXF-7,APZMDM," 12.6,95.8, 10.6, 99.9,976.4,999.9, 10.4, 99.9,999.9,999.9{252" +2022-01-01 03:44:40,ax1,PE1RXF-7,APZMDM," 12.6,95.8, 10.6, 99.9,977.1,999.9, 10.4, 99.9,999.9,999.9{253" +2022-01-01 03:54:40,ax1,PE1RXF-7,APZMDM," 12.6,95.8, 10.6, 99.9,976.3,999.9, 10.4, 99.9,999.9,999.9{254" +2022-01-01 04:04:39,ax1,PE1RXF-7,APZMDM," 12.7,95.8, 10.6, 99.9,977.1,999.9, 10.4, 99.9,999.9,999.9{255" +2022-01-01 04:14:39,ax1,PE1RXF-7,APZMDM," 12.7,95.7, 10.7, 99.9,977.6,999.9, 10.4, 99.9,999.9,999.9{256" +2022-01-01 04:14:54,ax1,PE1RXF-7,APZMDM," 12.7,95.7, 10.7, 99.9,977.6,999.9, 10.4, 99.9,999.9,999.9{256" +2022-01-01 04:15:09,ax1,PE1RXF-7,APZMDM," 12.7,95.7, 10.7, 99.9,977.6,999.9, 10.4, 99.9,999.9,999.9{256" +2022-01-01 04:25:09,ax1,PE1RXF-7,APZMDM," 12.8,95.7, 10.7, 99.9,977.5,999.9, 10.5, 99.9,999.9,999.9{257" +2022-01-01 04:35:23,ax1,PE1RXF-7,APZMDM," 12.8,95.7, 10.8, 99.9,977.4,999.9, 10.5, 99.9,999.9,999.9{258" +2022-01-01 04:45:23,ax1,PE1RXF-7,APZMDM," 12.8,95.6, 10.7, 99.9,977.2,999.9, 10.5, 99.9,999.9,999.9{259" +2022-01-01 04:55:23,ax1,PE1RXF-7,APZMDM," 12.8,95.6, 10.7, 99.9,977.4,999.9, 10.5, 99.9,999.9,999.9{260" +2022-01-01 05:05:23,ax1,PE1RXF-7,APZMDM," 12.8,95.7, 10.7, 99.9,977.4,999.9, 10.5, 99.9,999.9,999.9{261" +2022-01-01 05:05:38,ax1,PE1RXF-7,APZMDM," 12.8,95.7, 10.7, 99.9,977.4,999.9, 10.5, 99.9,999.9,999.9{261" +2022-01-01 05:15:38,ax1,PE1RXF-7,APZMDM," 12.7,95.7, 10.7, 99.9,977.1,999.9, 10.5, 99.9,999.9,999.9{262" +2022-01-01 05:25:37,ax1,PE1RXF-7,APZMDM," 12.7,95.6, 10.7, 99.9,977.3,999.9, 10.5, 99.9,999.9,999.9{263" +2022-01-01 05:35:37,ax1,PE1RXF-7,APZMDM," 12.7,95.6, 10.8, 99.9,977.1,999.9, 10.5, 99.9,999.9,999.9{264" +2022-01-01 05:45:37,ax1,PE1RXF-7,APZMDM," 12.7,95.7, 10.7, 99.9,977.4,999.9, 10.5, 99.9,999.9,999.9{265" +2022-01-01 05:45:52,ax1,PE1RXF-7,APZMDM," 12.7,95.7, 10.7, 99.9,977.4,999.9, 10.5, 99.9,999.9,999.9{265" +2022-01-01 05:55:52,ax1,PE1RXF-7,APZMDM," 12.7,95.6, 10.7, 99.9,977.6,999.9, 10.5, 99.9,999.9,999.9{266" +2022-01-01 06:05:51,ax1,PE1RXF-7,APZMDM," 12.7,95.6, 10.7, 99.9,977.6,999.9, 10.5, 99.9,999.9,999.9{267" +2022-01-01 06:16:06,ax1,PE1RXF-7,APZMDM," 12.7,95.5, 10.7, 99.9,977.4,999.9, 10.5, 99.9,999.9,999.9{268" +2022-01-01 06:26:06,ax1,PE1RXF-7,APZMDM," 12.7,95.5, 10.6, 99.9,977.3,999.9, 10.4, 99.9,999.9,999.9{269" +2022-01-01 06:36:35,ax1,PE1RXF-7,APZMDM," 12.6,95.6, 10.6, 99.9,977.3,999.9, 10.4, 99.9,999.9,999.9{270" +2022-01-01 06:46:35,ax1,PE1RXF-7,APZMDM," 12.6,95.7, 10.6, 99.9,977.2,999.9, 10.4, 99.9,999.9,999.9{271" +2022-01-01 06:56:35,ax1,PE1RXF-7,APZMDM," 12.6,95.7, 10.6, 99.9,977.4,999.9, 10.4, 99.9,999.9,999.9{272" +2022-01-01 07:06:35,ax1,PE1RXF-7,APZMDM," 12.7,95.7, 10.6, 99.9,977.4,999.9, 10.4, 99.9,999.9,999.9{273" +2022-01-01 07:16:35,ax1,PE1RXF-7,APZMDM," 12.7,95.7, 10.7, 99.9,977.7,999.9, 10.5, 99.9,999.9,999.9{274" +2022-01-01 07:26:34,ax1,PE1RXF-7,APZMDM," 12.8,95.7, 10.7, 99.9,977.9,999.9, 10.5, 99.9,999.9,999.9{275" +2022-01-01 07:36:34,ax1,PE1RXF-7,APZMDM," 12.8,95.7, 10.7, 99.9,977.9,999.9, 10.5, 99.9,999.9,999.9{276" +2022-01-01 07:46:34,ax1,PE1RXF-7,APZMDM," 12.8,95.7, 10.7, 99.9,977.4,999.9, 10.5, 99.9,999.9,999.9{277" +2022-01-01 07:56:34,ax1,PE1RXF-7,APZMDM," 12.8,95.7, 10.7, 99.9,977.1,999.9, 10.5, 99.9,999.9,999.9{278" +2022-01-01 08:06:48,ax1,PE1RXF-7,APZMDM," 12.8,95.8, 10.7, 99.9,977.2,999.9, 10.5, 99.9,999.9,999.9{279" +2022-01-01 08:16:48,ax1,PE1RXF-7,APZMDM," 12.7,95.9, 10.8, 99.9,977.0,999.9, 10.5, 99.9,999.9,999.9{280" +2022-01-01 08:26:48,ax1,PE1RXF-7,APZMDM," 12.7,96.1, 10.7, 99.9,977.2,999.9, 10.5, 99.9,999.9,999.9{281" +2022-01-01 08:36:48,ax1,PE1RXF-7,APZMDM," 12.7,96.2, 10.7, 99.9,977.4,999.9, 10.5, 99.9,999.9,999.9{282" +2022-01-01 08:47:02,ax1,PE1RXF-7,APZMDM," 12.7,96.3, 10.8, 99.9,977.6,999.9, 10.5, 99.9,999.9,999.9{283" +2022-01-01 08:57:02,ax1,PE1RXF-7,APZMDM," 12.7,96.4, 10.8, 99.9,977.3,999.9, 10.5, 99.9,999.9,999.9{284" +2022-01-01 09:07:02,ax1,PE1RXF-7,APZMDM," 12.8,96.4, 10.8, 99.9,977.4,999.9, 10.5, 99.9,999.9,999.9{285" +2022-01-01 09:17:02,ax1,PE1RXF-7,APZMDM," 12.8,96.6, 10.9, 99.9,977.3,999.9, 10.5, 99.9,999.9,999.9{286" +2022-01-01 09:27:01,ax1,PE1RXF-7,APZMDM," 12.9,96.7, 11.1, 99.9,977.3,999.9, 10.7, 99.9,999.9,999.9{287" +2022-01-01 09:37:16,ax1,PE1RXF-7,APZMDM," 13.1,96.6, 11.2, 99.9,977.2,999.9, 10.8, 99.9,999.9,999.9{288" +2022-01-01 09:47:16,ax1,PE1RXF-7,APZMDM," 13.2,96.5, 11.4, 99.9,977.4,999.9, 11.0, 99.9,999.9,999.9{289" +2022-01-01 09:47:46,ax1,PE1RXF-7,APZMDM," 13.2,96.5, 11.4, 99.9,977.4,999.9, 11.0, 99.9,999.9,999.9{289" +2022-01-01 09:57:46,ax1,PE1RXF-7,APZMDM," 13.4,96.3, 11.6, 99.9,977.3,999.9, 11.1, 99.9,999.9,999.9{290" +2022-01-01 10:07:45,ax1,PE1RXF-7,APZMDM," 13.4,96.3, 11.6, 99.9,977.3,999.9, 11.1, 99.9,999.9,999.9{291" +2022-01-01 10:17:45,ax1,PE1RXF-7,APZMDM," 13.4,96.5, 11.6, 99.9,977.1,999.9, 11.1, 99.9,999.9,999.9{292" +2022-01-01 10:27:45,ax1,PE1RXF-7,APZMDM," 13.5,96.6, 11.8, 99.9,977.3,999.9, 11.2, 99.9,999.9,999.9{293" +2022-01-01 10:37:45,ax1,PE1RXF-7,APZMDM," 13.6,96.7, 12.0, 99.9,977.5,999.9, 11.3, 99.9,999.9,999.9{294" +2022-01-01 10:47:45,ax1,PE1RXF-7,APZMDM," 14.0,96.7, 12.7, 99.9,977.0,999.9, 11.6, 99.9,999.9,999.9{295" +2022-01-01 10:57:44,ax1,PE1RXF-7,APZMDM," 14.5,96.2, 13.3, 99.9,977.4,999.9, 12.1, 99.9,999.9,999.9{296" +2022-01-01 11:07:44,ax1,PE1RXF-7,APZMDM," 14.8,95.7, 13.7, 99.9,977.6,999.9, 12.4, 99.9,999.9,999.9{297" +2022-01-01 11:17:44,ax1,PE1RXF-7,APZMDM," 15.2,94.9, 14.2, 99.9,976.8,999.9, 12.7, 99.9,999.9,999.9{298" +2022-01-01 11:27:44,ax1,PE1RXF-7,APZMDM," 15.3,94.4, 14.3, 99.9,977.7,999.9, 12.9, 99.9,999.9,999.9{299" +2022-01-01 11:37:43,ax1,PE1RXF-7,APZMDM," 15.3,94.5, 14.4, 99.9,978.1,999.9, 13.0, 99.9,999.9,999.9{300" +2022-01-01 11:47:58,ax1,PE1RXF-7,APZMDM," 15.4,94.4, 14.6, 99.9,977.8,999.9, 13.1, 99.9,999.9,999.9{301" +2022-01-01 11:58:13,ax1,PE1RXF-7,APZMDM," 15.4,94.5, 14.5, 99.9,977.6,999.9, 13.1, 99.9,999.9,999.9{302" +2022-01-01 12:08:13,ax1,PE1RXF-7,APZMDM," 15.3,94.7, 14.5, 99.9,977.8,999.9, 13.1, 99.9,999.9,999.9{303" +2022-01-01 12:18:13,ax1,PE1RXF-7,APZMDM," 15.4,94.8, 14.7, 99.9,978.4,999.9, 13.2, 99.9,999.9,999.9{304" +2022-01-01 12:28:12,ax1,PE1RXF-7,APZMDM," 15.8,94.6, 15.2, 99.9,978.0,999.9, 13.6, 99.9,999.9,999.9{305" +2022-01-01 12:38:12,ax1,PE1RXF-7,APZMDM," 16.2,94.2, 15.5, 99.9,977.8,999.9, 13.9, 99.9,999.9,999.9{306" +2022-01-01 12:48:12,ax1,PE1RXF-7,APZMDM," 16.2,93.8, 15.4, 99.9,977.8,999.9, 13.9, 99.9,999.9,999.9{307" +2022-01-01 12:58:12,ax1,PE1RXF-7,APZMDM," 16.0,94.0, 15.3, 99.9,978.4,999.9, 13.8, 99.9,999.9,999.9{308" +2022-01-01 13:08:11,ax1,PE1RXF-7,APZMDM," 15.8,94.2, 15.1, 99.9,978.3,999.9, 13.7, 99.9,999.9,999.9{309" +2022-01-01 13:08:41,ax1,PE1RXF-7,APZMDM," 15.8,94.2, 15.1, 99.9,978.3,999.9, 13.7, 99.9,999.9,999.9{309" +2022-01-01 13:19:11,ax1,PE1RXF-7,APZMDM," 15.6,94.4, 14.8, 99.9,978.2,999.9, 13.5, 99.9,999.9,999.9{310" +2022-01-01 13:29:11,ax1,PE1RXF-7,APZMDM," 15.4,94.3, 14.4, 99.9,978.4,999.9, 13.2, 99.9,999.9,999.9{311" +2022-01-01 13:39:11,ax1,PE1RXF-7,APZMDM," 15.3,94.2, 14.3, 99.9,977.9,999.9, 13.1, 99.9,999.9,999.9{312" +2022-01-01 13:49:10,ax1,PE1RXF-7,APZMDM," 15.3,94.2, 14.3, 99.9,977.8,999.9, 13.1, 99.9,999.9,999.9{313" +2022-01-01 13:59:10,ax1,PE1RXF-7,APZMDM," 15.4,94.3, 14.5, 99.9,977.5,999.9, 13.2, 99.9,999.9,999.9{314" +2022-01-01 14:09:10,ax1,PE1RXF-7,APZMDM," 15.5,94.1, 14.6, 99.9,977.8,999.9, 13.3, 99.9,999.9,999.9{315" +2022-01-01 14:19:10,ax1,PE1RXF-7,APZMDM," 15.5,94.2, 14.6, 99.9,977.9,999.9, 13.4, 99.9,999.9,999.9{316" +2022-01-01 14:19:25,ax1,PE1RXF-7,APZMDM," 15.5,94.2, 14.6, 99.9,977.9,999.9, 13.4, 99.9,999.9,999.9{316" +2022-01-01 14:29:25,ax1,PE1RXF-7,APZMDM," 15.4,94.2, 14.3, 99.9,977.9,999.9, 13.2, 99.9,999.9,999.9{317" +2022-01-01 14:39:24,ax1,PE1RXF-7,APZMDM," 15.2,94.4, 14.0, 99.9,977.9,999.9, 13.0, 99.9,999.9,999.9{318" +2022-01-01 14:49:24,ax1,PE1RXF-7,APZMDM," 15.0,94.6, 13.8, 99.9,977.4,999.9, 12.9, 99.9,999.9,999.9{319" +2022-01-01 14:59:24,ax1,PE1RXF-7,APZMDM," 15.0,94.7, 13.7, 99.9,977.5,999.9, 12.8, 99.9,999.9,999.9{320" +2022-01-01 15:09:24,ax1,PE1RXF-7,APZMDM," 14.8,94.8, 13.6, 99.9,976.4,999.9, 12.6, 99.9,999.9,999.9{321" +2022-01-01 15:19:23,ax1,PE1RXF-7,APZMDM," 14.7,94.9, 13.4, 99.9,977.0,999.9, 12.5, 99.9,999.9,999.9{322" +2022-01-01 15:29:23,ax1,PE1RXF-7,APZMDM," 14.6,94.9, 13.3, 99.9,977.4,999.9, 12.4, 99.9,999.9,999.9{323" +2022-01-01 15:39:23,ax1,PE1RXF-7,APZMDM," 14.6,95.2, 13.4, 99.9,977.5,999.9, 12.6, 99.9,999.9,999.9{324" +2022-01-01 15:49:23,ax1,PE1RXF-7,APZMDM," 14.9,94.6, 13.7, 99.9,977.7,999.9, 12.8, 99.9,999.9,999.9{325" +2022-01-01 15:59:23,ax1,PE1RXF-7,APZMDM," 14.8,94.1, 13.3, 99.9,977.7,999.9, 12.5, 99.9,999.9,999.9{326" +2022-01-01 16:09:37,ax1,PE1RXF-7,APZMDM," 14.5,94.2, 13.0, 99.9,977.8,999.9, 12.3, 99.9,999.9,999.9{327" +2022-01-01 16:19:37,ax1,PE1RXF-7,APZMDM," 14.2,94.0, 12.6, 99.9,977.5,999.9, 12.0, 99.9,999.9,999.9{328" +2022-01-01 16:29:37,ax1,PE1RXF-7,APZMDM," 14.0,94.0, 12.3, 99.9,977.5,999.9, 11.7, 99.9,999.9,999.9{329" +2022-01-01 16:39:37,ax1,PE1RXF-7,APZMDM," 13.7,94.2, 12.0, 99.9,977.6,999.9, 11.5, 99.9,999.9,999.9{330" +2022-01-01 16:49:36,ax1,PE1RXF-7,APZMDM," 13.6,94.5, 11.8, 99.9,977.2,999.9, 11.3, 99.9,999.9,999.9{331" +2022-01-01 16:59:51,ax1,PE1RXF-7,APZMDM," 13.5,94.9, 11.7, 99.9,977.3,999.9, 11.3, 99.9,999.9,999.9{332" +2022-01-01 17:09:51,ax1,PE1RXF-7,APZMDM," 13.5,95.0, 11.6, 99.9,977.4,999.9, 11.3, 99.9,999.9,999.9{333" +2022-01-01 17:19:51,ax1,PE1RXF-7,APZMDM," 13.5,95.0, 11.5, 99.9,977.8,999.9, 11.2, 99.9,999.9,999.9{334" +2022-01-01 17:29:50,ax1,PE1RXF-7,APZMDM," 13.5,95.0, 11.4, 99.9,977.5,999.9, 11.3, 99.9,999.9,999.9{335" +2022-01-01 17:39:51,ax1,PE1RXF-7,APZMDM," 13.5,94.9, 11.4, 99.9,977.6,999.9, 11.2, 99.9,999.9,999.9{336" +2022-01-01 17:49:52,ax1,PE1RXF-7,APZMDM," 13.4,94.8, 11.3, 99.9,977.6,999.9, 11.1, 99.9,999.9,999.9{337" +2022-01-01 17:59:50,ax1,PE1RXF-7,APZMDM," 13.4,94.8, 11.3, 99.9,977.6,999.9, 11.1, 99.9,999.9,999.9{338" +2022-01-01 18:09:50,ax1,PE1RXF-7,APZMDM," 13.4,94.8, 11.3, 99.9,977.7,999.9, 11.1, 99.9,999.9,999.9{339" +2022-01-01 18:19:49,ax1,PE1RXF-7,APZMDM," 13.5,94.7, 11.3, 99.9,977.4,999.9, 11.2, 99.9,999.9,999.9{340" +2022-01-01 18:29:49,ax1,PE1RXF-7,APZMDM," 13.6,94.5, 11.3, 99.9,977.7,999.9, 11.3, 99.9,999.9,999.9{341" +2022-01-01 18:39:49,ax1,PE1RXF-7,APZMDM," 13.6,94.3, 11.3, 99.9,978.0,999.9, 11.3, 99.9,999.9,999.9{342" +2022-01-01 18:49:48,ax1,PE1RXF-7,APZMDM," 13.6,94.2, 11.3, 99.9,978.1,999.9, 11.3, 99.9,999.9,999.9{343" +2022-01-01 18:59:48,ax1,PE1RXF-7,APZMDM," 13.6,94.1, 11.3, 99.9,978.2,999.9, 11.3, 99.9,999.9,999.9{344" +2022-01-01 19:09:48,ax1,PE1RXF-7,APZMDM," 13.5,94.2, 11.3, 99.9,977.4,999.9, 11.2, 99.9,999.9,999.9{345" +2022-01-01 19:20:03,ax1,PE1RXF-7,APZMDM," 13.5,94.3, 11.2, 99.9,977.5,999.9, 11.2, 99.9,999.9,999.9{346" +2022-01-01 19:30:04,ax1,PE1RXF-7,APZMDM," 13.5,94.3, 11.3, 99.9,977.5,999.9, 11.2, 99.9,999.9,999.9{347" +2022-01-01 19:40:02,ax1,PE1RXF-7,APZMDM," 13.6,94.2, 11.3, 99.9,977.4,999.9, 11.3, 99.9,999.9,999.9{348" +2022-01-01 19:50:02,ax1,PE1RXF-7,APZMDM," 13.6,94.0, 11.3, 99.9,977.4,999.9, 11.3, 99.9,999.9,999.9{349" +2022-01-01 20:00:02,ax1,PE1RXF-7,APZMDM," 13.6,93.9, 11.3, 99.9,977.5,999.9, 11.3, 99.9,999.9,999.9{350" +2022-01-01 20:10:02,ax1,PE1RXF-7,APZMDM," 13.6,93.7, 11.3, 99.9,977.6,999.9, 11.2, 99.9,999.9,999.9{351" +2022-01-01 20:20:01,ax1,PE1RXF-7,APZMDM," 13.4,93.7, 11.2, 99.9,977.8,999.9, 11.1, 99.9,999.9,999.9{352" +2022-01-01 20:30:01,ax1,PE1RXF-7,APZMDM," 13.4,93.9, 11.1, 99.9,977.5,999.9, 11.1, 99.9,999.9,999.9{353" +2022-01-01 20:40:16,ax1,PE1RXF-7,APZMDM," 13.4,94.0, 11.1, 99.9,977.4,999.9, 11.1, 99.9,999.9,999.9{354" +2022-01-01 20:50:16,ax1,PE1RXF-7,APZMDM," 13.4,93.9, 11.1, 99.9,977.3,999.9, 11.1, 99.9,999.9,999.9{355" +2022-01-01 21:00:16,ax1,PE1RXF-7,APZMDM," 13.5,93.6, 11.2, 99.9,977.3,999.9, 11.2, 99.9,999.9,999.9{356" +2022-01-01 21:10:15,ax1,PE1RXF-7,APZMDM," 13.6,93.5, 11.2, 99.9,977.3,999.9, 11.2, 99.9,999.9,999.9{357" +2022-01-01 21:20:15,ax1,PE1RXF-7,APZMDM," 13.5,93.5, 11.2, 99.9,977.5,999.9, 11.2, 99.9,999.9,999.9{358" +2022-01-01 21:30:15,ax1,PE1RXF-7,APZMDM," 13.5,93.5, 11.2, 99.9,977.6,999.9, 11.1, 99.9,999.9,999.9{359" +2022-01-01 21:40:14,ax1,PE1RXF-7,APZMDM," 13.5,93.5, 11.2, 99.9,977.3,999.9, 11.1, 99.9,999.9,999.9{360" +2022-01-01 21:50:14,ax1,PE1RXF-7,APZMDM," 13.5,93.5, 11.2, 99.9,977.6,999.9, 11.2, 99.9,999.9,999.9{361" +2022-01-01 22:00:14,ax1,PE1RXF-7,APZMDM," 13.6,93.3, 11.2, 99.9,977.1,999.9, 11.3, 99.9,999.9,999.9{362" +2022-01-01 22:00:29,ax1,PE1RXF-7,APZMDM," 13.6,93.3, 11.2, 99.9,977.1,999.9, 11.3, 99.9,999.9,999.9{362" +2022-01-01 22:10:29,ax1,PE1RXF-7,APZMDM," 13.6,93.1, 11.2, 99.9,976.8,999.9, 11.3, 99.9,999.9,999.9{363" +2022-01-01 22:20:29,ax1,PE1RXF-7,APZMDM," 13.6,92.9, 11.3, 99.9,977.2,999.9, 11.3, 99.9,999.9,999.9{364" +2022-01-01 22:30:28,ax1,PE1RXF-7,APZMDM," 13.7,92.8, 11.3, 99.9,977.5,999.9, 11.3, 99.9,999.9,999.9{365" +2022-01-01 22:40:28,ax1,PE1RXF-7,APZMDM," 13.6,92.9, 11.3, 99.9,976.4,999.9, 11.2, 99.9,999.9,999.9{366" +2022-01-01 22:50:28,ax1,PE1RXF-7,APZMDM," 13.5,93.3, 11.2, 99.9,977.7,999.9, 11.0, 99.9,999.9,999.9{367" +2022-01-01 22:50:43,ax1,PE1RXF-7,APZMDM," 13.5,93.3, 11.2, 99.9,977.7,999.9, 11.0, 99.9,999.9,999.9{367" +2022-01-01 23:00:58,ax1,PE1RXF-7,APZMDM," 13.4,93.5, 11.2, 99.9,977.5,999.9, 10.9, 99.9,999.9,999.9{368" +2022-01-01 23:01:13,ax1,PE1RXF-7,APZMDM," 13.4,93.5, 11.2, 99.9,977.5,999.9, 10.9, 99.9,999.9,999.9{368" +2022-01-01 23:11:12,ax1,PE1RXF-7,APZMDM," 13.3,93.7, 11.1, 99.9,977.3,999.9, 10.9, 99.9,999.9,999.9{369" +2022-01-01 23:11:43,ax1,PE1RXF-7,APZMDM," 13.3,93.7, 11.1, 99.9,977.3,999.9, 10.9, 99.9,999.9,999.9{369" +2022-01-01 23:21:42,ax1,PE1RXF-7,APZMDM," 13.2,93.9, 11.1, 99.9,977.3,999.9, 10.8, 99.9,999.9,999.9{370" +2022-01-01 23:31:42,ax1,PE1RXF-7,APZMDM," 13.1,94.1, 11.0, 99.9,977.7,999.9, 10.8, 99.9,999.9,999.9{371" +2022-01-01 23:41:57,ax1,PE1RXF-7,APZMDM," 13.1,94.3, 10.9, 99.9,977.0,999.9, 10.7, 99.9,999.9,999.9{372" +2022-01-01 23:51:57,ax1,PE1RXF-7,APZMDM," 13.1,94.4, 10.9, 99.9,977.2,999.9, 10.7, 99.9,999.9,999.9{373" +2022-01-02 00:01:57,ax1,PE1RXF-7,APZMDM," 13.1,94.3, 10.9, 99.9,977.7,999.9, 10.7, 99.9,999.9,999.9{374" +2022-01-02 00:11:56,ax1,PE1RXF-7,APZMDM," 13.2,94.2, 10.9, 99.9,977.6,999.9, 10.8, 99.9,999.9,999.9{375" +2022-01-02 00:21:56,ax1,PE1RXF-7,APZMDM," 13.2,93.9, 10.9, 99.9,977.5,999.9, 10.9, 99.9,999.9,999.9{376" +2022-01-02 00:31:56,ax1,PE1RXF-7,APZMDM," 13.2,93.8, 10.9, 99.9,977.0,999.9, 10.8, 99.9,999.9,999.9{377" +2022-01-02 00:41:56,ax1,PE1RXF-7,APZMDM," 13.0,94.1, 10.8, 99.9,977.9,999.9, 10.6, 99.9,999.9,999.9{378" +2022-01-02 00:52:11,ax1,PE1RXF-7,APZMDM," 12.9,94.3, 10.8, 99.9,977.1,999.9, 10.5, 99.9,999.9,999.9{379" +2022-01-02 01:02:10,ax1,PE1RXF-7,APZMDM," 12.9,94.5, 10.8, 99.9,977.1,999.9, 10.5, 99.9,999.9,999.9{380" +2022-01-02 01:12:10,ax1,PE1RXF-7,APZMDM," 12.8,94.7, 10.7, 99.9,977.6,999.9, 10.4, 99.9,999.9,999.9{381" +2022-01-02 01:22:10,ax1,PE1RXF-7,APZMDM," 12.7,94.9, 10.7, 99.9,976.9,999.9, 10.4, 99.9,999.9,999.9{382" +2022-01-02 01:32:10,ax1,PE1RXF-7,APZMDM," 12.7,95.3, 10.7, 99.9,977.0,999.9, 10.4, 99.9,999.9,999.9{383" +2022-01-02 01:42:25,ax1,PE1RXF-7,APZMDM," 12.7,95.5, 10.6, 99.9,976.7,999.9, 10.3, 99.9,999.9,999.9{384" +2022-01-02 01:52:24,ax1,PE1RXF-7,APZMDM," 12.6,95.7, 10.6, 99.9,977.0,999.9, 10.3, 99.9,999.9,999.9{385" +2022-01-02 02:02:24,ax1,PE1RXF-7,APZMDM," 12.6,96.0, 10.6, 99.9,976.9,999.9, 10.3, 99.9,999.9,999.9{386" +2022-01-02 02:12:24,ax1,PE1RXF-7,APZMDM," 12.6,96.1, 10.5, 99.9,977.3,999.9, 10.2, 99.9,999.9,999.9{387" +2022-01-02 02:12:54,ax1,PE1RXF-7,APZMDM," 12.6,96.1, 10.5, 99.9,977.3,999.9, 10.2, 99.9,999.9,999.9{387" +2022-01-02 02:13:09,ax1,PE1RXF-7,APZMDM," 12.6,96.1, 10.5, 99.9,977.3,999.9, 10.2, 99.9,999.9,999.9{387" +2022-01-02 02:23:09,ax1,PE1RXF-7,APZMDM," 12.6,96.2, 10.5, 99.9,976.7,999.9, 10.3, 99.9,999.9,999.9{388" +2022-01-02 02:33:08,ax1,PE1RXF-7,APZMDM," 12.6,96.3, 10.5, 99.9,976.5,999.9, 10.3, 99.9,999.9,999.9{389" +2022-01-02 02:43:08,ax1,PE1RXF-7,APZMDM," 12.6,96.5, 10.6, 99.9,976.2,999.9, 10.3, 99.9,999.9,999.9{390" +2022-01-02 02:53:08,ax1,PE1RXF-7,APZMDM," 12.6,96.7, 10.6, 99.9,976.7,999.9, 10.3, 99.9,999.9,999.9{391" +2022-01-02 03:03:08,ax1,PE1RXF-7,APZMDM," 12.5,96.9, 10.6, 99.9,977.0,999.9, 10.3, 99.9,999.9,999.9{392" +2022-01-02 03:13:07,ax1,PE1RXF-7,APZMDM," 12.5,97.0, 10.6, 99.9,977.1,999.9, 10.3, 99.9,999.9,999.9{393" +2022-01-02 03:13:23,ax1,PE1RXF-7,APZMDM," 12.5,97.0, 10.6, 99.9,977.1,999.9, 10.3, 99.9,999.9,999.9{393" +2022-01-02 03:23:22,ax1,PE1RXF-7,APZMDM," 12.5,97.1, 10.6, 99.9,977.3,999.9, 10.3, 99.9,999.9,999.9{394" +2022-01-02 03:33:22,ax1,PE1RXF-7,APZMDM," 12.5,97.2, 10.6, 99.9,977.5,999.9, 10.3, 99.9,999.9,999.9{395" +2022-01-02 03:43:22,ax1,PE1RXF-7,APZMDM," 12.5,97.2, 10.5, 99.9,977.5,999.9, 10.2, 99.9,999.9,999.9{396" +2022-01-02 03:53:21,ax1,PE1RXF-7,APZMDM," 12.5,97.2, 10.5, 99.9,977.3,999.9, 10.3, 99.9,999.9,999.9{397" +2022-01-02 04:03:21,ax1,PE1RXF-7,APZMDM," 12.5,97.3, 10.5, 99.9,977.2,999.9, 10.2, 99.9,999.9,999.9{398" +2022-01-02 04:13:21,ax1,PE1RXF-7,APZMDM," 12.5,97.3, 10.5, 99.9,977.6,999.9, 10.3, 99.9,999.9,999.9{399" +2022-01-02 04:23:21,ax1,PE1RXF-7,APZMDM," 12.6,97.4, 10.6, 99.9,977.5,999.9, 10.3, 99.9,999.9,999.9{400" +2022-01-02 04:33:20,ax1,PE1RXF-7,APZMDM," 12.6,97.4, 10.6, 99.9,977.3,999.9, 10.3, 99.9,999.9,999.9{401" +2022-01-02 04:43:20,ax1,PE1RXF-7,APZMDM," 12.6,97.4, 10.5, 99.9,977.3,999.9, 10.3, 99.9,999.9,999.9{402" +2022-01-02 04:53:20,ax1,PE1RXF-7,APZMDM," 12.6,97.4, 10.6, 99.9,977.4,999.9, 10.3, 99.9,999.9,999.9{403" +2022-01-02 04:53:35,ax1,PE1RXF-7,APZMDM," 12.6,97.4, 10.6, 99.9,977.4,999.9, 10.3, 99.9,999.9,999.9{403" +2022-01-02 05:03:35,ax1,PE1RXF-7,APZMDM," 12.6,97.3, 10.6, 99.9,977.4,999.9, 10.3, 99.9,999.9,999.9{404" +2022-01-02 05:13:34,ax1,PE1RXF-7,APZMDM," 12.6,97.3, 10.6, 99.9,977.8,999.9, 10.3, 99.9,999.9,999.9{405" +2022-01-02 05:23:34,ax1,PE1RXF-7,APZMDM," 12.7,97.3, 10.6, 99.9,977.3,999.9, 10.3, 99.9,999.9,999.9{406" +2022-01-02 05:33:34,ax1,PE1RXF-7,APZMDM," 12.7,97.4, 10.6, 99.9,977.4,999.9, 10.3, 99.9,999.9,999.9{407" +2022-01-02 05:43:34,ax1,PE1RXF-7,APZMDM," 12.7,97.5, 10.6, 99.9,977.8,999.9, 10.4, 99.9,999.9,999.9{408" +2022-01-02 05:43:49,ax1,PE1RXF-7,APZMDM," 12.7,97.5, 10.6, 99.9,977.8,999.9, 10.4, 99.9,999.9,999.9{408" +2022-01-02 05:53:49,ax1,PE1RXF-7,APZMDM," 12.7,97.6, 10.6, 99.9,978.0,999.9, 10.4, 99.9,999.9,999.9{409" +2022-01-02 06:03:48,ax1,PE1RXF-7,APZMDM," 12.8,97.6, 10.7, 99.9,977.5,999.9, 10.4, 99.9,999.9,999.9{410" +2022-01-02 06:13:48,ax1,PE1RXF-7,APZMDM," 12.8,97.6, 10.7, 99.9,978.0,999.9, 10.4, 99.9,999.9,999.9{411" +2022-01-02 06:14:03,ax1,PE1RXF-7,APZMDM," 12.8,97.6, 10.7, 99.9,978.0,999.9, 10.4, 99.9,999.9,999.9{411" +2022-01-02 06:24:03,ax1,PE1RXF-7,APZMDM," 12.8,97.6, 10.7, 99.9,977.3,999.9, 10.4, 99.9,999.9,999.9{412" +2022-01-02 06:34:02,ax1,PE1RXF-7,APZMDM," 12.8,97.7, 10.7, 99.9,977.5,999.9, 10.4, 99.9,999.9,999.9{413" +2022-01-02 06:44:02,ax1,PE1RXF-7,APZMDM," 12.8,97.7, 10.7, 99.9,977.5,999.9, 10.5, 99.9,999.9,999.9{414" +2022-01-02 06:44:17,ax1,PE1RXF-7,APZMDM," 12.8,97.7, 10.7, 99.9,977.5,999.9, 10.5, 99.9,999.9,999.9{414" +2022-01-02 06:44:32,ax1,PE1RXF-7,APZMDM," 12.8,97.7, 10.7, 99.9,977.5,999.9, 10.5, 99.9,999.9,999.9{414" +2022-01-02 06:54:32,ax1,PE1RXF-7,APZMDM," 12.9,97.7, 10.8, 99.9,977.5,999.9, 10.5, 99.9,999.9,999.9{415" +2022-01-02 07:04:32,ax1,PE1RXF-7,APZMDM," 12.9,97.8, 10.8, 99.9,977.2,999.9, 10.5, 99.9,999.9,999.9{416" +2022-01-02 07:14:32,ax1,PE1RXF-7,APZMDM," 12.9,98.0, 10.8, 99.9,977.5,999.9, 10.6, 99.9,999.9,999.9{417" +2022-01-02 07:14:47,ax1,PE1RXF-7,APZMDM," 12.9,98.0, 10.8, 99.9,977.5,999.9, 10.6, 99.9,999.9,999.9{417" +2022-01-02 07:24:46,ax1,PE1RXF-7,APZMDM," 13.0,98.1, 10.8, 99.9,977.3,999.9, 10.6, 99.9,999.9,999.9{418" +2022-01-02 07:34:46,ax1,PE1RXF-7,APZMDM," 13.0,98.3, 10.9, 99.9,977.4,999.9, 10.7, 99.9,999.9,999.9{419" +2022-01-02 07:44:46,ax1,PE1RXF-7,APZMDM," 13.2,98.3, 11.0, 99.9,977.4,999.9, 10.8, 99.9,999.9,999.9{420" +2022-01-02 07:45:01,ax1,PE1RXF-7,APZMDM," 13.2,98.3, 11.0, 99.9,977.4,999.9, 10.8, 99.9,999.9,999.9{420" +2022-01-02 07:55:01,ax1,PE1RXF-7,APZMDM," 13.3,98.4, 11.1, 99.9,977.4,999.9, 10.9, 99.9,999.9,999.9{421" +2022-01-02 08:05:00,ax1,PE1RXF-7,APZMDM," 13.4,98.3, 11.2, 99.9,977.3,999.9, 11.0, 99.9,999.9,999.9{422" +2022-01-02 08:15:00,ax1,PE1RXF-7,APZMDM," 13.5,98.1, 11.2, 99.9,977.3,999.9, 11.0, 99.9,999.9,999.9{423" +2022-01-02 08:25:00,ax1,PE1RXF-7,APZMDM," 13.5,97.8, 11.2, 99.9,977.3,999.9, 11.1, 99.9,999.9,999.9{424" +2022-01-02 08:35:00,ax1,PE1RXF-7,APZMDM," 13.4,97.6, 11.2, 99.9,977.4,999.9, 11.0, 99.9,999.9,999.9{425" +2022-01-02 08:35:15,ax1,PE1RXF-7,APZMDM," 13.4,97.6, 11.2, 99.9,977.4,999.9, 11.0, 99.9,999.9,999.9{425" +2022-01-02 08:45:14,ax1,PE1RXF-7,APZMDM," 13.3,97.4, 11.2, 99.9,977.5,999.9, 10.9, 99.9,999.9,999.9{426" +2022-01-02 08:55:14,ax1,PE1RXF-7,APZMDM," 13.3,97.2, 11.2, 99.9,977.4,999.9, 10.9, 99.9,999.9,999.9{427" +2022-01-02 09:05:14,ax1,PE1RXF-7,APZMDM," 13.2,97.1, 11.1, 99.9,977.4,999.9, 10.9, 99.9,999.9,999.9{428" +2022-01-02 09:15:14,ax1,PE1RXF-7,APZMDM," 13.2,96.9, 11.1, 99.9,977.1,999.9, 10.8, 99.9,999.9,999.9{429" +2022-01-02 09:25:13,ax1,PE1RXF-7,APZMDM," 13.3,96.8, 11.2, 99.9,977.0,999.9, 10.8, 99.9,999.9,999.9{430" +2022-01-02 09:35:13,ax1,PE1RXF-7,APZMDM," 13.3,96.6, 11.2, 99.9,977.4,999.9, 10.8, 99.9,999.9,999.9{431" +2022-01-02 09:45:13,ax1,PE1RXF-7,APZMDM," 13.3,96.5, 11.3, 99.9,977.0,999.9, 10.8, 99.9,999.9,999.9{432" +2022-01-02 09:55:13,ax1,PE1RXF-7,APZMDM," 13.3,96.4, 11.2, 99.9,977.4,999.9, 10.8, 99.9,999.9,999.9{433" +2022-01-02 10:05:13,ax1,PE1RXF-7,APZMDM," 13.3,96.2, 11.2, 99.9,977.0,999.9, 10.9, 99.9,999.9,999.9{434" +2022-01-02 10:15:12,ax1,PE1RXF-7,APZMDM," 13.3,96.2, 11.2, 99.9,977.0,999.9, 10.8, 99.9,999.9,999.9{435" +2022-01-02 10:25:12,ax1,PE1RXF-7,APZMDM," 13.3,96.4, 11.3, 99.9,977.7,999.9, 10.8, 99.9,999.9,999.9{436" +2022-01-02 10:25:27,ax1,PE1RXF-7,APZMDM," 13.3,96.4, 11.3, 99.9,977.7,999.9, 10.8, 99.9,999.9,999.9{436" +2022-01-02 10:25:57,ax1,PE1RXF-7,APZMDM," 13.3,96.4, 11.3, 99.9,977.7,999.9, 10.8, 99.9,999.9,999.9{436" +2022-01-02 10:35:57,ax1,PE1RXF-7,APZMDM," 13.3,96.5, 11.4, 99.9,977.6,999.9, 10.9, 99.9,999.9,999.9{437" +2022-01-02 10:45:56,ax1,PE1RXF-7,APZMDM," 13.5,96.6, 11.6, 99.9,977.7,999.9, 11.0, 99.9,999.9,999.9{438" +2022-01-02 10:55:56,ax1,PE1RXF-7,APZMDM," 13.6,96.2, 11.7, 99.9,977.6,999.9, 11.2, 99.9,999.9,999.9{439" +2022-01-02 10:56:11,ax1,PE1RXF-7,APZMDM," 13.6,96.2, 11.7, 99.9,977.6,999.9, 11.2, 99.9,999.9,999.9{439" +2022-01-02 11:06:11,ax1,PE1RXF-7,APZMDM," 13.9,95.8, 12.1, 99.9,977.8,999.9, 11.4, 99.9,999.9,999.9{440" +2022-01-02 11:16:11,ax1,PE1RXF-7,APZMDM," 14.2,95.1, 12.5, 99.9,977.9,999.9, 11.7, 99.9,999.9,999.9{441" +2022-01-02 11:26:10,ax1,PE1RXF-7,APZMDM," 14.7,94.2, 13.2, 99.9,977.4,999.9, 12.1, 99.9,999.9,999.9{442" +2022-01-02 11:36:10,ax1,PE1RXF-7,APZMDM," 14.6,93.6, 13.0, 99.9,977.5,999.9, 12.1, 99.9,999.9,999.9{443" +2022-01-02 11:46:10,ax1,PE1RXF-7,APZMDM," 14.5,93.4, 12.8, 99.9,978.0,999.9, 12.0, 99.9,999.9,999.9{444" +2022-01-02 11:56:10,ax1,PE1RXF-7,APZMDM," 14.4,93.4, 12.7, 99.9,977.7,999.9, 12.0, 99.9,999.9,999.9{445" +2022-01-02 12:06:10,ax1,PE1RXF-7,APZMDM," 14.3,93.4, 12.7, 99.9,977.4,999.9, 11.9, 99.9,999.9,999.9{446" +2022-01-02 12:06:40,ax1,PE1RXF-7,APZMDM," 14.3,93.4, 12.7, 99.9,977.4,999.9, 11.9, 99.9,999.9,999.9{446" +2022-01-02 12:16:39,ax1,PE1RXF-7,APZMDM," 14.7,93.3, 13.4, 99.9,977.8,999.9, 12.3, 99.9,999.9,999.9{447" +2022-01-02 12:26:54,ax1,PE1RXF-7,APZMDM," 15.1,92.5, 13.8, 99.9,977.7,999.9, 12.6, 99.9,999.9,999.9{448" +2022-01-02 12:36:54,ax1,PE1RXF-7,APZMDM," 14.9,92.3, 13.5, 99.9,977.8,999.9, 12.5, 99.9,999.9,999.9{449" +2022-01-02 12:47:09,ax1,PE1RXF-7,APZMDM," 14.8,91.9, 13.4, 99.9,978.0,999.9, 12.4, 99.9,999.9,999.9{450" +2022-01-02 12:57:08,ax1,PE1RXF-7,APZMDM," 14.6,91.8, 13.0, 99.9,977.9,999.9, 12.2, 99.9,999.9,999.9{451" +2022-01-02 13:07:08,ax1,PE1RXF-7,APZMDM," 14.4,91.7, 12.9, 99.9,977.7,999.9, 12.1, 99.9,999.9,999.9{452" +2022-01-02 13:17:08,ax1,PE1RXF-7,APZMDM," 14.3,91.7, 12.7, 99.9,977.9,999.9, 11.9, 99.9,999.9,999.9{453" +2022-01-02 13:27:08,ax1,PE1RXF-7,APZMDM," 14.1,92.3, 12.6, 99.9,977.8,999.9, 11.8, 99.9,999.9,999.9{454" +2022-01-02 13:27:38,ax1,PE1RXF-7,APZMDM," 14.1,92.3, 12.6, 99.9,977.8,999.9, 11.8, 99.9,999.9,999.9{454" +2022-01-02 13:37:37,ax1,PE1RXF-7,APZMDM," 14.1,92.2, 12.5, 99.9,978.3,999.9, 11.7, 99.9,999.9,999.9{455" +2022-01-02 13:47:37,ax1,PE1RXF-7,APZMDM," 14.1,92.4, 12.5, 99.9,978.3,999.9, 11.8, 99.9,999.9,999.9{456" +2022-01-02 13:47:52,ax1,PE1RXF-7,APZMDM," 14.1,92.4, 12.5, 99.9,978.3,999.9, 11.8, 99.9,999.9,999.9{456" +2022-01-02 13:57:52,ax1,PE1RXF-7,APZMDM," 14.1,92.6, 12.6, 99.9,978.2,999.9, 11.7, 99.9,999.9,999.9{457" +2022-01-02 14:07:52,ax1,PE1RXF-7,APZMDM," 14.6,92.1, 13.2, 99.9,978.0,999.9, 12.1, 99.9,999.9,999.9{458" +2022-01-02 14:17:52,ax1,PE1RXF-7,APZMDM," 14.6,91.2, 13.1, 99.9,978.3,999.9, 12.2, 99.9,999.9,999.9{459" +2022-01-02 14:27:51,ax1,PE1RXF-7,APZMDM," 14.6,90.8, 13.1, 99.9,977.8,999.9, 12.2, 99.9,999.9,999.9{460" +2022-01-02 14:37:51,ax1,PE1RXF-7,APZMDM," 14.5,90.5, 13.1, 99.9,977.8,999.9, 12.2, 99.9,999.9,999.9{461" +2022-01-02 14:47:51,ax1,PE1RXF-7,APZMDM," 14.3,90.6, 12.8, 99.9,977.6,999.9, 12.0, 99.9,999.9,999.9{462" +2022-01-02 14:48:21,ax1,PE1RXF-7,APZMDM," 14.3,90.6, 12.8, 99.9,977.6,999.9, 12.0, 99.9,999.9,999.9{462" +2022-01-02 14:48:36,ax1,PE1RXF-7,APZMDM," 14.3,90.6, 12.8, 99.9,977.6,999.9, 12.0, 99.9,999.9,999.9{462" +2022-01-02 14:58:36,ax1,PE1RXF-7,APZMDM," 13.9,90.9, 12.3, 99.9,977.4,999.9, 11.7, 99.9,999.9,999.9{463" +2022-01-02 15:08:35,ax1,PE1RXF-7,APZMDM," 13.7,91.4, 12.0, 99.9,977.6,999.9, 11.4, 99.9,999.9,999.9{464" +2022-01-02 15:18:35,ax1,PE1RXF-7,APZMDM," 13.4,92.1, 11.7, 99.9,977.7,999.9, 11.2, 99.9,999.9,999.9{465" +2022-01-02 15:28:35,ax1,PE1RXF-7,APZMDM," 13.2,92.4, 11.6, 99.9,977.2,999.9, 11.1, 99.9,999.9,999.9{466" +2022-01-02 15:38:35,ax1,PE1RXF-7,APZMDM," 13.1,92.6, 11.5, 99.9,977.3,999.9, 11.0, 99.9,999.9,999.9{467" +2022-01-02 15:48:34,ax1,PE1RXF-7,APZMDM," 13.0,92.4, 11.4, 99.9,977.6,999.9, 10.8, 99.9,999.9,999.9{468" +2022-01-02 15:58:34,ax1,PE1RXF-7,APZMDM," 12.9,92.1, 11.2, 99.9,977.5,999.9, 10.7, 99.9,999.9,999.9{469" +2022-01-02 16:08:34,ax1,PE1RXF-7,APZMDM," 12.8,92.0, 11.0, 99.9,977.1,999.9, 10.6, 99.9,999.9,999.9{470" +2022-01-02 16:18:34,ax1,PE1RXF-7,APZMDM," 12.6,92.2, 10.8, 99.9,977.6,999.9, 10.4, 99.9,999.9,999.9{471" +2022-01-02 16:19:04,ax1,PE1RXF-7,APZMDM," 12.6,92.2, 10.8, 99.9,977.6,999.9, 10.4, 99.9,999.9,999.9{471" +2022-01-02 16:29:03,ax1,PE1RXF-7,APZMDM," 12.5,92.5, 10.7, 99.9,977.2,999.9, 10.3, 99.9,999.9,999.9{472" +2022-01-02 16:39:03,ax1,PE1RXF-7,APZMDM," 12.5,92.5, 10.6, 99.9,977.0,999.9, 10.2, 99.9,999.9,999.9{473" +2022-01-02 16:49:03,ax1,PE1RXF-7,APZMDM," 12.4,92.4, 10.5, 99.9,977.0,999.9, 10.2, 99.9,999.9,999.9{474" +2022-01-02 16:59:03,ax1,PE1RXF-7,APZMDM," 12.4,92.6, 10.4, 99.9,977.2,999.9, 10.2, 99.9,999.9,999.9{475" +2022-01-02 17:09:03,ax1,PE1RXF-7,APZMDM," 12.3,92.8, 10.3, 99.9,976.7,999.9, 10.1, 99.9,999.9,999.9{476" +2022-01-02 17:19:17,ax1,PE1RXF-7,APZMDM," 12.2,92.9, 10.2, 99.9,976.4,999.9, 10.0, 99.9,999.9,999.9{477" +2022-01-02 17:29:17,ax1,PE1RXF-7,APZMDM," 12.0,93.3, 10.0, 99.9,977.0,999.9, 9.8, 99.9,999.9,999.9{478" +2022-01-02 17:39:17,ax1,PE1RXF-7,APZMDM," 11.8,93.6, 9.9, 99.9,976.8,999.9, 9.6, 99.9,999.9,999.9{479" +2022-01-02 17:49:17,ax1,PE1RXF-7,APZMDM," 11.8,93.9, 9.8, 99.9,976.5,999.9, 9.6, 99.9,999.9,999.9{480" +2022-01-02 17:59:16,ax1,PE1RXF-7,APZMDM," 11.8,94.1, 9.8, 99.9,976.0,999.9, 9.6, 99.9,999.9,999.9{481" +2022-01-02 18:09:16,ax1,PE1RXF-7,APZMDM," 11.9,94.0, 9.8, 99.9,977.0,999.9, 9.6, 99.9,999.9,999.9{482" +2022-01-02 18:19:16,ax1,PE1RXF-7,APZMDM," 11.8,93.9, 9.8, 99.9,977.3,999.9, 9.6, 99.9,999.9,999.9{483" +2022-01-02 18:19:31,ax1,PE1RXF-7,APZMDM," 11.8,93.9, 9.8, 99.9,977.3,999.9, 9.6, 99.9,999.9,999.9{483" +2022-01-02 18:29:31,ax1,PE1RXF-7,APZMDM," 11.8,93.8, 9.8, 99.9,977.5,999.9, 9.6, 99.9,999.9,999.9{484" +2022-01-02 18:39:30,ax1,PE1RXF-7,APZMDM," 11.7,93.7, 9.6, 99.9,977.4,999.9, 9.5, 99.9,999.9,999.9{485" +2022-01-02 18:49:30,ax1,PE1RXF-7,APZMDM," 11.6,93.9, 9.5, 99.9,977.2,999.9, 9.3, 99.9,999.9,999.9{486" +2022-01-02 18:49:45,ax1,PE1RXF-7,APZMDM," 11.6,93.9, 9.5, 99.9,977.2,999.9, 9.3, 99.9,999.9,999.9{486" +2022-01-02 18:59:45,ax1,PE1RXF-7,APZMDM," 11.5,94.1, 9.4, 99.9,977.3,999.9, 9.2, 99.9,999.9,999.9{487" +2022-01-02 19:00:00,ax1,PE1RXF-7,APZMDM," 11.5,94.1, 9.4, 99.9,977.3,999.9, 9.2, 99.9,999.9,999.9{487" +2022-01-02 19:10:00,ax1,PE1RXF-7,APZMDM," 11.5,94.2, 9.4, 99.9,977.0,999.9, 9.2, 99.9,999.9,999.9{488" +2022-01-02 19:19:59,ax1,PE1RXF-7,APZMDM," 11.5,94.2, 9.3, 99.9,976.8,999.9, 9.2, 99.9,999.9,999.9{489" +2022-01-02 19:30:14,ax1,PE1RXF-7,APZMDM," 11.5,94.3, 9.3, 99.9,977.4,999.9, 9.2, 99.9,999.9,999.9{490" +2022-01-02 19:40:29,ax1,PE1RXF-7,APZMDM," 11.4,94.2, 9.2, 99.9,977.0,999.9, 9.1, 99.9,999.9,999.9{491" +2022-01-02 19:50:44,ax1,PE1RXF-7,APZMDM," 11.3,94.4, 9.1, 99.9,977.0,999.9, 9.0, 99.9,999.9,999.9{492" +2022-01-02 20:00:43,ax1,PE1RXF-7,APZMDM," 11.3,94.6, 9.1, 99.9,977.4,999.9, 9.0, 99.9,999.9,999.9{493" +2022-01-02 20:01:13,ax1,PE1RXF-7,APZMDM," 11.3,94.6, 9.1, 99.9,977.4,999.9, 9.0, 99.9,999.9,999.9{493" +2022-01-02 20:11:13,ax1,PE1RXF-7,APZMDM," 11.3,94.6, 9.1, 99.9,977.3,999.9, 9.0, 99.9,999.9,999.9{494" +2022-01-02 20:21:13,ax1,PE1RXF-7,APZMDM," 11.2,94.7, 9.0, 99.9,977.1,999.9, 8.9, 99.9,999.9,999.9{495" +2022-01-02 20:31:13,ax1,PE1RXF-7,APZMDM," 11.1,94.9, 8.9, 99.9,977.0,999.9, 8.8, 99.9,999.9,999.9{496" +2022-01-02 20:31:43,ax1,PE1RXF-7,APZMDM," 11.1,94.9, 8.9, 99.9,977.0,999.9, 8.8, 99.9,999.9,999.9{496" +2022-01-02 20:41:42,ax1,PE1RXF-7,APZMDM," 11.1,95.0, 8.9, 99.9,977.4,999.9, 8.9, 99.9,999.9,999.9{497" +2022-01-02 20:51:42,ax1,PE1RXF-7,APZMDM," 11.2,95.1, 8.9, 99.9,977.3,999.9, 8.9, 99.9,999.9,999.9{498" +2022-01-02 21:01:42,ax1,PE1RXF-7,APZMDM," 11.2,95.0, 8.9, 99.9,977.0,999.9, 8.9, 99.9,999.9,999.9{499" +2022-01-02 21:11:42,ax1,PE1RXF-7,APZMDM," 11.1,95.0, 8.9, 99.9,977.1,999.9, 8.8, 99.9,999.9,999.9{500" +2022-01-02 21:21:56,ax1,PE1RXF-7,APZMDM," 11.2,95.1, 8.9, 99.9,977.3,999.9, 8.9, 99.9,999.9,999.9{501" +2022-01-02 21:31:56,ax1,PE1RXF-7,APZMDM," 11.2,95.0, 8.9, 99.9,977.8,999.9, 8.9, 99.9,999.9,999.9{502" +2022-01-02 21:41:56,ax1,PE1RXF-7,APZMDM," 11.2,95.0, 8.9, 99.9,977.6,999.9, 9.0, 99.9,999.9,999.9{503" +2022-01-02 21:51:56,ax1,PE1RXF-7,APZMDM," 11.2,95.1, 9.0, 99.9,977.1,999.9, 9.0, 99.9,999.9,999.9{504" +2022-01-02 22:01:55,ax1,PE1RXF-7,APZMDM," 11.3,95.2, 9.0, 99.9,976.9,999.9, 9.0, 99.9,999.9,999.9{505" +2022-01-02 22:11:55,ax1,PE1RXF-7,APZMDM," 11.4,95.4, 9.1, 99.9,977.1,999.9, 9.1, 99.9,999.9,999.9{506" +2022-01-02 22:12:10,ax1,PE1RXF-7,APZMDM," 11.4,95.4, 9.1, 99.9,977.1,999.9, 9.1, 99.9,999.9,999.9{506" +2022-01-02 22:12:40,ax1,PE1RXF-7,APZMDM," 11.4,95.4, 9.1, 99.9,977.1,999.9, 9.1, 99.9,999.9,999.9{506" +2022-01-02 22:22:40,ax1,PE1RXF-7,APZMDM," 11.5,95.5, 9.2, 99.9,976.9,999.9, 9.1, 99.9,999.9,999.9{507" +2022-01-02 22:32:39,ax1,PE1RXF-7,APZMDM," 11.5,95.5, 9.3, 99.9,976.9,999.9, 9.1, 99.9,999.9,999.9{508" +2022-01-02 22:42:39,ax1,PE1RXF-7,APZMDM," 11.4,95.6, 9.3, 99.9,976.9,999.9, 9.1, 99.9,999.9,999.9{509" +2022-01-02 22:52:39,ax1,PE1RXF-7,APZMDM," 11.3,95.6, 9.2, 99.9,977.1,999.9, 8.9, 99.9,999.9,999.9{510" +2022-01-02 23:02:54,ax1,PE1RXF-7,APZMDM," 11.0,95.8, 9.1, 99.9,977.0,999.9, 8.7, 99.9,999.9,999.9{511" +2022-01-02 23:12:54,ax1,PE1RXF-7,APZMDM," 10.9,96.3, 9.0, 99.9,976.7,999.9, 8.6, 99.9,999.9,999.9{512" +2022-01-02 23:13:24,ax1,PE1RXF-7,APZMDM," 10.9,96.3, 9.0, 99.9,976.7,999.9, 8.6, 99.9,999.9,999.9{512" +2022-01-02 23:23:23,ax1,PE1RXF-7,APZMDM," 10.8,96.7, 8.9, 99.9,977.4,999.9, 8.6, 99.9,999.9,999.9{513" +2022-01-02 23:33:38,ax1,PE1RXF-7,APZMDM," 10.7,97.0, 8.9, 99.9,977.2,999.9, 8.5, 99.9,999.9,999.9{514" +2022-01-02 23:43:38,ax1,PE1RXF-7,APZMDM," 10.8,97.3, 8.9, 99.9,976.8,999.9, 8.6, 99.9,999.9,999.9{515" +2022-01-02 23:53:38,ax1,PE1RXF-7,APZMDM," 10.8,96.7, 8.9, 99.9,977.0,999.9, 8.5, 99.9,999.9,999.9{516" +2022-01-03 00:03:37,ax1,PE1RXF-7,APZMDM," 10.5,95.8, 8.7, 99.9,976.8,999.9, 8.3, 99.9,999.9,999.9{517" +2022-01-03 00:13:37,ax1,PE1RXF-7,APZMDM," 10.3,95.9, 8.5, 99.9,976.8,999.9, 8.1, 99.9,999.9,999.9{518" +2022-01-03 00:23:37,ax1,PE1RXF-7,APZMDM," 10.1,96.0, 8.4, 99.9,976.7,999.9, 8.0, 99.9,999.9,999.9{519" +2022-01-03 00:33:36,ax1,PE1RXF-7,APZMDM," 9.9,96.0, 8.2, 99.9,976.8,999.9, 7.8, 99.9,999.9,999.9{520" +2022-01-03 00:43:36,ax1,PE1RXF-7,APZMDM," 9.7,96.0, 8.0, 99.9,976.6,999.9, 7.6, 99.9,999.9,999.9{521" +2022-01-03 00:53:36,ax1,PE1RXF-7,APZMDM," 9.6,96.4, 7.9, 99.9,976.2,999.9, 7.4, 99.9,999.9,999.9{522" +2022-01-03 01:03:36,ax1,PE1RXF-7,APZMDM," 9.6,96.9, 7.8, 99.9,976.3,999.9, 7.3, 99.9,999.9,999.9{523" +2022-01-03 01:13:36,ax1,PE1RXF-7,APZMDM," 9.6,97.3, 7.8, 99.9,975.9,999.9, 7.3, 99.9,999.9,999.9{524" +2022-01-03 01:23:35,ax1,PE1RXF-7,APZMDM," 9.7,97.5, 7.8, 99.9,976.0,999.9, 7.4, 99.9,999.9,999.9{525" +2022-01-03 01:23:50,ax1,PE1RXF-7,APZMDM," 9.7,97.5, 7.8, 99.9,976.0,999.9, 7.4, 99.9,999.9,999.9{525" +2022-01-03 01:34:05,ax1,PE1RXF-7,APZMDM," 9.8,97.7, 7.9, 99.9,976.1,999.9, 7.5, 99.9,999.9,999.9{526" +2022-01-03 01:44:05,ax1,PE1RXF-7,APZMDM," 9.9,97.8, 8.0, 99.9,975.7,999.9, 7.7, 99.9,999.9,999.9{527" +2022-01-03 01:54:04,ax1,PE1RXF-7,APZMDM," 10.1,97.9, 8.1, 99.9,976.9,999.9, 7.8, 99.9,999.9,999.9{528" +2022-01-03 02:04:04,ax1,PE1RXF-7,APZMDM," 10.3,97.8, 8.2, 99.9,977.0,999.9, 8.0, 99.9,999.9,999.9{529" +2022-01-03 02:14:04,ax1,PE1RXF-7,APZMDM," 10.5,97.6, 8.3, 99.9,976.9,999.9, 8.2, 99.9,999.9,999.9{530" +2022-01-03 02:24:04,ax1,PE1RXF-7,APZMDM," 10.6,97.4, 8.4, 99.9,976.6,999.9, 8.3, 99.9,999.9,999.9{531" +2022-01-03 02:34:18,ax1,PE1RXF-7,APZMDM," 10.7,97.1, 8.5, 99.9,976.9,999.9, 8.4, 99.9,999.9,999.9{532" +2022-01-03 02:44:18,ax1,PE1RXF-7,APZMDM," 10.9,96.6, 8.6, 99.9,977.2,999.9, 8.5, 99.9,999.9,999.9{533" +2022-01-03 02:54:18,ax1,PE1RXF-7,APZMDM," 11.0,96.0, 8.7, 99.9,977.3,999.9, 8.6, 99.9,999.9,999.9{534" +2022-01-03 03:04:18,ax1,PE1RXF-7,APZMDM," 11.0,95.7, 8.8, 99.9,976.9,999.9, 8.7, 99.9,999.9,999.9{535" +2022-01-03 03:14:32,ax1,PE1RXF-7,APZMDM," 11.0,95.5, 8.8, 99.9,976.8,999.9, 8.7, 99.9,999.9,999.9{536" +2022-01-03 03:24:32,ax1,PE1RXF-7,APZMDM," 11.1,95.2, 8.9, 99.9,977.0,999.9, 8.7, 99.9,999.9,999.9{537" +2022-01-03 03:34:32,ax1,PE1RXF-7,APZMDM," 11.1,95.0, 8.9, 99.9,976.9,999.9, 8.7, 99.9,999.9,999.9{538" +2022-01-03 03:44:32,ax1,PE1RXF-7,APZMDM," 11.1,94.8, 9.0, 99.9,977.2,999.9, 8.8, 99.9,999.9,999.9{539" +2022-01-03 03:54:31,ax1,PE1RXF-7,APZMDM," 11.2,94.5, 9.0, 99.9,977.0,999.9, 8.8, 99.9,999.9,999.9{540" +2022-01-03 03:54:46,ax1,PE1RXF-7,APZMDM," 11.2,94.5, 9.0, 99.9,977.0,999.9, 8.8, 99.9,999.9,999.9{540" +2022-01-03 04:05:01,ax1,PE1RXF-7,APZMDM," 11.2,94.3, 9.0, 99.9,976.8,999.9, 8.8, 99.9,999.9,999.9{541" +2022-01-03 04:15:01,ax1,PE1RXF-7,APZMDM," 11.2,94.1, 9.0, 99.9,976.7,999.9, 8.8, 99.9,999.9,999.9{542" +2022-01-03 04:25:01,ax1,PE1RXF-7,APZMDM," 11.2,94.0, 9.1, 99.9,977.3,999.9, 8.8, 99.9,999.9,999.9{543" +2022-01-03 04:35:00,ax1,PE1RXF-7,APZMDM," 11.2,93.7, 9.0, 99.9,976.9,999.9, 8.8, 99.9,999.9,999.9{544" +2022-01-03 04:35:15,ax1,PE1RXF-7,APZMDM," 11.2,93.7, 9.0, 99.9,976.9,999.9, 8.8, 99.9,999.9,999.9{544" +2022-01-03 04:45:15,ax1,PE1RXF-7,APZMDM," 11.2,93.6, 9.0, 99.9,977.1,999.9, 8.8, 99.9,999.9,999.9{545" +2022-01-03 04:45:30,ax1,PE1RXF-7,APZMDM," 11.2,93.6, 9.0, 99.9,977.1,999.9, 8.8, 99.9,999.9,999.9{545" +2022-01-03 04:45:45,ax1,PE1RXF-7,APZMDM," 11.2,93.6, 9.0, 99.9,977.1,999.9, 8.8, 99.9,999.9,999.9{545" +2022-01-03 04:55:45,ax1,PE1RXF-7,APZMDM," 11.1,93.4, 9.0, 99.9,976.8,999.9, 8.8, 99.9,999.9,999.9{546" +2022-01-03 05:05:45,ax1,PE1RXF-7,APZMDM," 11.0,93.4, 8.9, 99.9,976.4,999.9, 8.7, 99.9,999.9,999.9{547" +2022-01-03 05:15:44,ax1,PE1RXF-7,APZMDM," 10.9,93.6, 8.8, 99.9,976.8,999.9, 8.6, 99.9,999.9,999.9{548" +2022-01-03 05:25:44,ax1,PE1RXF-7,APZMDM," 10.8,93.7, 8.8, 99.9,976.5,999.9, 8.5, 99.9,999.9,999.9{549" +2022-01-03 05:35:44,ax1,PE1RXF-7,APZMDM," 10.8,93.8, 8.8, 99.9,975.9,999.9, 8.5, 99.9,999.9,999.9{550" +2022-01-03 05:35:59,ax1,PE1RXF-7,APZMDM," 10.8,93.8, 8.8, 99.9,975.9,999.9, 8.5, 99.9,999.9,999.9{550" +2022-01-03 05:46:00,ax1,PE1RXF-7,APZMDM," 10.9,93.7, 8.8, 99.9,977.3,999.9, 8.6, 99.9,999.9,999.9{551" +2022-01-03 05:55:58,ax1,PE1RXF-7,APZMDM," 10.9,93.7, 8.8, 99.9,977.2,999.9, 8.6, 99.9,999.9,999.9{552" +2022-01-03 06:06:13,ax1,PE1RXF-7,APZMDM," 10.9,93.5, 8.8, 99.9,976.8,999.9, 8.6, 99.9,999.9,999.9{553" +2022-01-03 06:16:13,ax1,PE1RXF-7,APZMDM," 11.0,93.4, 8.8, 99.9,977.1,999.9, 8.7, 99.9,999.9,999.9{554" +2022-01-03 06:26:13,ax1,PE1RXF-7,APZMDM," 11.0,93.1, 8.9, 99.9,977.3,999.9, 8.7, 99.9,999.9,999.9{555" +2022-01-03 06:36:28,ax1,PE1RXF-7,APZMDM," 11.1,92.8, 8.9, 99.9,977.2,999.9, 8.7, 99.9,999.9,999.9{556" +2022-01-03 06:36:42,ax1,PE1RXF-7,APZMDM," 11.1,92.8, 8.9, 99.9,977.2,999.9, 8.7, 99.9,999.9,999.9{556" +2022-01-03 06:46:42,ax1,PE1RXF-7,APZMDM," 11.0,92.8, 8.8, 99.9,976.9,999.9, 8.7, 99.9,999.9,999.9{557" +2022-01-03 06:56:42,ax1,PE1RXF-7,APZMDM," 11.0,92.8, 8.8, 99.9,976.8,999.9, 8.6, 99.9,999.9,999.9{558" +2022-01-03 07:06:42,ax1,PE1RXF-7,APZMDM," 10.9,93.0, 8.7, 99.9,977.0,999.9, 8.5, 99.9,999.9,999.9{559" +2022-01-03 07:16:56,ax1,PE1RXF-7,APZMDM," 10.8,93.3, 8.7, 99.9,977.2,999.9, 8.5, 99.9,999.9,999.9{560" +2022-01-03 07:26:56,ax1,PE1RXF-7,APZMDM," 10.9,93.4, 8.7, 99.9,977.2,999.9, 8.6, 99.9,999.9,999.9{561" +2022-01-03 07:36:56,ax1,PE1RXF-7,APZMDM," 10.9,93.1, 8.7, 99.9,977.3,999.9, 8.6, 99.9,999.9,999.9{562" +2022-01-03 07:37:11,ax1,PE1RXF-7,APZMDM," 10.9,93.1, 8.7, 99.9,977.3,999.9, 8.6, 99.9,999.9,999.9{562" +2022-01-03 07:37:26,ax1,PE1RXF-7,APZMDM," 10.9,93.1, 8.7, 99.9,977.3,999.9, 8.6, 99.9,999.9,999.9{562" +2022-01-03 07:47:26,ax1,PE1RXF-7,APZMDM," 10.9,93.0, 8.7, 99.9,976.8,999.9, 8.6, 99.9,999.9,999.9{563" +2022-01-03 07:47:40,ax1,PE1RXF-7,APZMDM," 10.9,93.0, 8.7, 99.9,976.8,999.9, 8.6, 99.9,999.9,999.9{563" +2022-01-03 07:57:40,ax1,PE1RXF-7,APZMDM," 10.8,93.0, 8.6, 99.9,977.3,999.9, 8.5, 99.9,999.9,999.9{564" +2022-01-03 08:07:40,ax1,PE1RXF-7,APZMDM," 10.8,93.3, 8.6, 99.9,977.3,999.9, 8.5, 99.9,999.9,999.9{565" +2022-01-03 08:17:55,ax1,PE1RXF-7,APZMDM," 10.8,93.2, 8.6, 99.9,977.3,999.9, 8.6, 99.9,999.9,999.9{566" +2022-01-03 08:27:55,ax1,PE1RXF-7,APZMDM," 10.9,93.0, 8.7, 99.9,977.4,999.9, 8.5, 99.9,999.9,999.9{567" +2022-01-03 08:37:54,ax1,PE1RXF-7,APZMDM," 10.9,92.9, 8.7, 99.9,977.5,999.9, 8.6, 99.9,999.9,999.9{568" +2022-01-03 08:47:54,ax1,PE1RXF-7,APZMDM," 10.9,92.9, 8.7, 99.9,977.2,999.9, 8.6, 99.9,999.9,999.9{569" +2022-01-03 08:57:54,ax1,PE1RXF-7,APZMDM," 11.0,92.9, 8.8, 99.9,977.3,999.9, 8.6, 99.9,999.9,999.9{570" +2022-01-03 09:07:54,ax1,PE1RXF-7,APZMDM," 11.0,92.8, 8.9, 99.9,977.7,999.9, 8.7, 99.9,999.9,999.9{571" +2022-01-03 09:17:53,ax1,PE1RXF-7,APZMDM," 11.1,92.5, 9.1, 99.9,977.5,999.9, 8.8, 99.9,999.9,999.9{572" +2022-01-03 09:18:08,ax1,PE1RXF-7,APZMDM," 11.1,92.5, 9.1, 99.9,977.5,999.9, 8.8, 99.9,999.9,999.9{572" +2022-01-03 09:28:23,ax1,PE1RXF-7,APZMDM," 11.1,92.5, 9.0, 99.9,976.9,999.9, 8.7, 99.9,999.9,999.9{573" +2022-01-03 09:38:23,ax1,PE1RXF-7,APZMDM," 10.9,92.8, 9.0, 99.9,976.7,999.9, 8.6, 99.9,999.9,999.9{574" +2022-01-03 09:48:37,ax1,PE1RXF-7,APZMDM," 11.0,93.4, 9.0, 99.9,976.9,999.9, 8.7, 99.9,999.9,999.9{575" +2022-01-03 09:58:37,ax1,PE1RXF-7,APZMDM," 11.2,93.5, 9.3, 99.9,976.7,999.9, 8.9, 99.9,999.9,999.9{576" +2022-01-03 09:58:52,ax1,PE1RXF-7,APZMDM," 11.2,93.5, 9.3, 99.9,976.7,999.9, 8.9, 99.9,999.9,999.9{576" +2022-01-03 10:08:52,ax1,PE1RXF-7,APZMDM," 11.6,92.8, 9.8, 99.9,977.3,999.9, 9.2, 99.9,999.9,999.9{577" +2022-01-03 10:18:52,ax1,PE1RXF-7,APZMDM," 12.3,91.6, 10.6, 99.9,977.5,999.9, 9.7, 99.9,999.9,999.9{578" +2022-01-03 10:29:06,ax1,PE1RXF-7,APZMDM," 12.4,91.1, 10.6, 99.9,977.5,999.9, 9.9, 99.9,999.9,999.9{579" +2022-01-03 10:39:06,ax1,PE1RXF-7,APZMDM," 12.7,91.0, 11.3, 99.9,977.1,999.9, 10.2, 99.9,999.9,999.9{580" +2022-01-03 10:49:06,ax1,PE1RXF-7,APZMDM," 12.8,90.9, 11.3, 99.9,977.1,999.9, 10.4, 99.9,999.9,999.9{581" +2022-01-03 10:59:06,ax1,PE1RXF-7,APZMDM," 12.9,90.8, 11.5, 99.9,977.4,999.9, 10.5, 99.9,999.9,999.9{582" +2022-01-03 11:09:06,ax1,PE1RXF-7,APZMDM," 13.4,90.5, 12.3, 99.9,977.0,999.9, 10.8, 99.9,999.9,999.9{583" +2022-01-03 11:19:05,ax1,PE1RXF-7,APZMDM," 14.8,87.2, 13.3, 99.9,977.5,999.9, 11.7, 99.9,999.9,999.9{584" +2022-01-03 11:29:20,ax1,PE1RXF-7,APZMDM," 15.6,86.9, 14.2, 99.9,977.4,999.9, 12.3, 99.9,999.9,999.9{585" +2022-01-03 11:39:20,ax1,PE1RXF-7,APZMDM," 16.0,85.8, 14.4, 99.9,977.7,999.9, 12.6, 99.9,999.9,999.9{586" +2022-01-03 11:49:20,ax1,PE1RXF-7,APZMDM," 15.9,85.9, 14.8, 99.9,977.9,999.9, 12.9, 99.9,999.9,999.9{587" +2022-01-03 11:59:19,ax1,PE1RXF-7,APZMDM," 17.0,85.3, 15.9, 99.9,977.8,999.9, 13.8, 99.9,999.9,999.9{588" +2022-01-03 11:59:34,ax1,PE1RXF-7,APZMDM," 17.0,85.3, 15.9, 99.9,977.8,999.9, 13.8, 99.9,999.9,999.9{588" +2022-01-03 12:09:34,ax1,PE1RXF-7,APZMDM," 17.0,85.1, 15.9, 99.9,977.7,999.9, 14.1, 99.9,999.9,999.9{589" +2022-01-03 12:09:49,ax1,PE1RXF-7,APZMDM," 17.0,85.1, 15.9, 99.9,977.7,999.9, 14.1, 99.9,999.9,999.9{589" +2022-01-03 12:19:49,ax1,PE1RXF-7,APZMDM," 17.6,83.5, 16.4, 99.9,977.6,999.9, 14.4, 99.9,999.9,999.9{590" +2022-01-03 12:29:49,ax1,PE1RXF-7,APZMDM," 19.1,81.4, 17.2, 99.9,977.8,999.9, 15.6, 99.9,999.9,999.9{591" +2022-01-03 12:39:49,ax1,PE1RXF-7,APZMDM," 18.3,81.8, 17.0, 99.6,978.1,999.9, 15.4, 99.9,999.9,999.9{592" +2022-01-03 12:49:48,ax1,PE1RXF-7,APZMDM," 17.2,83.3, 16.6, 99.5,978.1,999.9, 14.7, 99.9,999.9,999.9{593" +2022-01-03 12:59:48,ax1,PE1RXF-7,APZMDM," 16.8,84.4, 16.4, 98.5,977.5,999.9, 14.6, 99.9,999.9,999.9{594" +2022-01-03 13:09:48,ax1,PE1RXF-7,APZMDM," 16.0,85.2, 15.6, 98.6,978.4,999.9, 13.8, 99.9,999.9,999.9{595" +2022-01-03 13:19:48,ax1,PE1RXF-7,APZMDM," 15.5,85.9, 15.2, 99.0,978.4,999.9, 13.3, 99.9,999.9,999.9{596" +2022-01-03 13:29:48,ax1,PE1RXF-7,APZMDM," 16.6,85.5, 16.2, 99.1,978.2,999.9, 14.6, 99.9,999.9,999.9{597" +2022-01-03 13:30:03,ax1,PE1RXF-7,APZMDM," 16.6,85.5, 16.2, 99.1,978.2,999.9, 14.6, 99.9,999.9,999.9{597" +2022-01-03 13:40:03,ax1,PE1RXF-7,APZMDM," 17.7,84.0, 16.9, 97.1,978.1,999.9, 15.7, 99.9,999.9,999.9{598" +2022-01-03 13:50:03,ax1,PE1RXF-7,APZMDM," 17.5,83.5, 16.7, 97.1,977.9,999.9, 15.5, 99.9,999.9,999.9{599" +2022-01-03 14:00:03,ax1,PE1RXF-7,APZMDM," 17.4,83.3, 16.8, 96.6,978.1,999.9, 15.5, 99.9,999.9,999.9{600" +2022-01-03 14:10:02,ax1,PE1RXF-7,APZMDM," 17.8,82.4, 17.2, 96.1,978.5,999.9, 16.1, 99.9,999.9,999.9{601" +2022-01-03 14:20:02,ax1,PE1RXF-7,APZMDM," 17.1,83.1, 16.7, 95.7,978.1,999.9, 15.5, 99.9,999.9,999.9{602" +2022-01-03 14:20:18,ax1,PE1RXF-7,APZMDM," 17.1,83.1, 16.7, 95.7,978.1,999.9, 15.5, 99.9,999.9,999.9{602" +2022-01-03 14:30:17,ax1,PE1RXF-7,APZMDM," 16.1,83.9, 16.0, 95.7,978.2,999.9, 14.6, 99.9,999.9,999.9{603" +2022-01-03 14:40:16,ax1,PE1RXF-7,APZMDM," 15.8,84.2, 15.9, 95.4,978.1,999.9, 14.5, 99.9,999.9,999.9{604" +2022-01-03 14:40:31,ax1,PE1RXF-7,APZMDM," 15.8,84.2, 15.9, 95.4,978.1,999.9, 14.5, 99.9,999.9,999.9{604" +2022-01-03 14:50:31,ax1,PE1RXF-7,APZMDM," 15.3,85.5, 15.6, 95.7,978.2,999.9, 13.8, 99.9,999.9,999.9{605" +2022-01-03 15:00:31,ax1,PE1RXF-7,APZMDM," 15.0,86.3, 15.1, 95.6,977.9,999.9, 13.3, 99.9,999.9,999.9{606" +2022-01-03 15:10:31,ax1,PE1RXF-7,APZMDM," 14.4,87.5, 14.0, 96.1,978.0,999.9, 12.6, 99.9,999.9,999.9{607" +2022-01-03 15:20:31,ax1,PE1RXF-7,APZMDM," 13.6,87.5, 13.1, 96.7,978.0,999.9, 11.8, 99.9,999.9,999.9{608" +2022-01-03 15:20:46,ax1,PE1RXF-7,APZMDM," 13.6,87.5, 13.1, 96.7,978.0,999.9, 11.8, 99.9,999.9,999.9{608" +2022-01-03 15:21:01,ax1,PE1RXF-7,APZMDM," 13.6,87.5, 13.1, 96.7,978.0,999.9, 11.8, 99.9,999.9,999.9{608" +2022-01-03 15:31:00,ax1,PE1RXF-7,APZMDM," 12.9,87.8, 12.2, 96.7,977.8,999.9, 11.1, 99.9,999.9,999.9{609" +2022-01-03 15:41:00,ax1,PE1RXF-7,APZMDM," 12.5,88.6, 12.0, 97.3,977.3,999.9, 10.7, 99.9,999.9,999.9{610" +2022-01-03 15:51:00,ax1,PE1RXF-7,APZMDM," 12.3,88.7, 11.6, 97.2,977.6,999.9, 10.4, 99.9,999.9,999.9{611" +2022-01-03 15:51:15,ax1,PE1RXF-7,APZMDM," 12.3,88.7, 11.6, 97.2,977.6,999.9, 10.4, 99.9,999.9,999.9{611" +2022-01-03 16:01:15,ax1,PE1RXF-7,APZMDM," 11.9,88.9, 11.0, 97.4,977.4,999.9, 10.0, 99.9,999.9,999.9{612" +2022-01-03 16:11:14,ax1,PE1RXF-7,APZMDM," 11.6,88.8, 10.5, 97.4,977.3,999.9, 9.6, 99.9,999.9,999.9{613" +2022-01-03 16:21:14,ax1,PE1RXF-7,APZMDM," 11.4,89.4, 10.1, 97.9,977.2,999.9, 9.4, 99.9,999.9,999.9{614" +2022-01-03 16:31:14,ax1,PE1RXF-7,APZMDM," 11.2,90.0, 9.7, 99.1,977.3,999.9, 9.1, 99.9,999.9,999.9{615" +2022-01-03 16:41:29,ax1,PE1RXF-7,APZMDM," 11.1,90.6, 9.6, 99.6,977.7,999.9, 9.0, 99.9,999.9,999.9{616" +2022-01-03 16:51:28,ax1,PE1RXF-7,APZMDM," 11.2,90.9, 9.5, 99.9,977.1,999.9, 9.1, 99.9,999.9,999.9{617" +2022-01-03 17:01:28,ax1,PE1RXF-7,APZMDM," 11.2,90.8, 9.4, 99.9,977.0,999.9, 9.0, 99.9,999.9,999.9{618" +2022-01-03 17:11:28,ax1,PE1RXF-7,APZMDM," 11.2,90.8, 9.4, 99.9,977.0,999.9, 9.0, 99.9,999.9,999.9{619" +2022-01-03 17:11:43,ax1,PE1RXF-7,APZMDM," 11.2,90.8, 9.4, 99.9,977.0,999.9, 9.0, 99.9,999.9,999.9{619" +2022-01-03 17:21:43,ax1,PE1RXF-7,APZMDM," 11.2,90.8, 9.3, 99.9,976.8,999.9, 9.0, 99.9,999.9,999.9{620" +2022-01-03 17:31:57,ax1,PE1RXF-7,APZMDM," 11.2,90.9, 9.2, 99.9,976.9,999.9, 9.0, 99.9,999.9,999.9{621" +2022-01-03 17:41:57,ax1,PE1RXF-7,APZMDM," 11.1,91.0, 9.1, 99.9,976.7,999.9, 9.0, 99.9,999.9,999.9{622" +2022-01-03 17:51:57,ax1,PE1RXF-7,APZMDM," 11.0,91.1, 9.1, 99.9,977.3,999.9, 8.9, 99.9,999.9,999.9{623" +2022-01-03 18:01:57,ax1,PE1RXF-7,APZMDM," 11.0,91.3, 9.0, 99.9,977.2,999.9, 8.8, 99.9,999.9,999.9{624" +2022-01-03 18:11:56,ax1,PE1RXF-7,APZMDM," 10.9,91.4, 8.9, 99.9,976.5,999.9, 8.7, 99.9,999.9,999.9{625" +2022-01-03 18:21:56,ax1,PE1RXF-7,APZMDM," 10.8,91.5, 8.8, 99.9,976.9,999.9, 8.6, 99.9,999.9,999.9{626" +2022-01-03 18:32:11,ax1,PE1RXF-7,APZMDM," 10.8,91.6, 8.8, 99.9,977.1,999.9, 8.6, 99.9,999.9,999.9{627" +2022-01-03 18:32:26,ax1,PE1RXF-7,APZMDM," 10.8,91.6, 8.8, 99.9,977.1,999.9, 8.6, 99.9,999.9,999.9{627" +2022-01-03 18:42:26,ax1,PE1RXF-7,APZMDM," 10.8,91.6, 8.8, 99.9,977.0,999.9, 8.6, 99.9,999.9,999.9{628" +2022-01-03 18:52:25,ax1,PE1RXF-7,APZMDM," 10.7,91.6, 8.8, 99.9,976.8,999.9, 8.6, 99.9,999.9,999.9{629" +2022-01-03 19:02:25,ax1,PE1RXF-7,APZMDM," 10.7,91.7, 8.7, 99.9,976.8,999.9, 8.5, 99.9,999.9,999.9{630" +2022-01-03 19:12:25,ax1,PE1RXF-7,APZMDM," 10.7,91.8, 8.7, 99.9,976.6,999.9, 8.5, 99.9,999.9,999.9{631" +2022-01-03 19:22:40,ax1,PE1RXF-7,APZMDM," 10.6,91.9, 8.7, 99.9,976.4,999.9, 8.4, 99.9,999.9,999.9{632" +2022-01-03 19:32:54,ax1,PE1RXF-7,APZMDM," 10.4,92.0, 8.4, 99.9,976.4,999.9, 8.2, 99.9,999.9,999.9{633" +2022-01-03 19:42:54,ax1,PE1RXF-7,APZMDM," 10.1,92.6, 8.2, 99.9,976.9,999.9, 8.0, 99.9,999.9,999.9{634" +2022-01-03 19:43:09,ax1,PE1RXF-7,APZMDM," 10.1,92.6, 8.2, 99.9,976.9,999.9, 8.0, 99.9,999.9,999.9{634" +2022-01-03 19:53:09,ax1,PE1RXF-7,APZMDM," 10.1,92.9, 8.2, 99.9,976.6,999.9, 7.9, 99.9,999.9,999.9{635" +2022-01-03 20:03:09,ax1,PE1RXF-7,APZMDM," 10.0,93.2, 8.1, 99.9,976.8,999.9, 7.9, 99.9,999.9,999.9{636" +2022-01-03 20:13:08,ax1,PE1RXF-7,APZMDM," 10.0,93.3, 8.1, 99.9,976.1,999.9, 7.9, 99.9,999.9,999.9{637" +2022-01-03 20:23:08,ax1,PE1RXF-7,APZMDM," 10.1,93.4, 8.1, 99.9,976.5,999.9, 7.8, 99.9,999.9,999.9{638" +2022-01-03 20:33:08,ax1,PE1RXF-7,APZMDM," 10.1,93.4, 8.1, 99.9,976.5,999.9, 7.9, 99.9,999.9,999.9{639" +2022-01-03 20:43:07,ax1,PE1RXF-7,APZMDM," 10.0,93.4, 8.0, 99.9,976.0,999.9, 7.8, 99.9,999.9,999.9{640" +2022-01-03 20:43:22,ax1,PE1RXF-7,APZMDM," 10.0,93.4, 8.0, 99.9,976.0,999.9, 7.8, 99.9,999.9,999.9{640" +2022-01-03 20:43:37,ax1,PE1RXF-7,APZMDM," 10.0,93.4, 8.0, 99.9,976.0,999.9, 7.8, 99.9,999.9,999.9{640" +2022-01-03 20:53:37,ax1,PE1RXF-7,APZMDM," 9.9,93.4, 7.9, 99.9,976.8,999.9, 7.6, 99.9,999.9,999.9{641" +2022-01-03 20:53:52,ax1,PE1RXF-7,APZMDM," 9.9,93.4, 7.9, 99.9,976.8,999.9, 7.6, 99.9,999.9,999.9{641" +2022-01-03 21:03:52,ax1,PE1RXF-7,APZMDM," 9.6,93.7, 7.7, 99.9,977.0,999.9, 7.4, 99.9,999.9,999.9{642" +2022-01-03 21:13:52,ax1,PE1RXF-7,APZMDM," 9.5,93.9, 7.5, 99.9,977.0,999.9, 7.2, 99.9,999.9,999.9{643" +2022-01-03 21:23:51,ax1,PE1RXF-7,APZMDM," 9.4,94.3, 7.4, 99.9,976.7,999.9, 7.2, 99.9,999.9,999.9{644" +2022-01-03 21:34:06,ax1,PE1RXF-7,APZMDM," 9.3,94.4, 7.3, 99.9,976.9,999.9, 7.1, 99.9,999.9,999.9{645" +2022-01-03 21:44:06,ax1,PE1RXF-7,APZMDM," 9.3,94.4, 7.2, 99.9,977.0,999.9, 7.0, 99.9,999.9,999.9{646" +2022-01-03 21:54:06,ax1,PE1RXF-7,APZMDM," 9.2,94.6, 7.1, 99.9,977.0,999.9, 6.9, 99.9,999.9,999.9{647" +2022-01-03 21:54:21,ax1,PE1RXF-7,APZMDM," 9.2,94.6, 7.1, 99.9,977.0,999.9, 6.9, 99.9,999.9,999.9{647" +2022-01-03 22:04:20,ax1,PE1RXF-7,APZMDM," 9.1,94.7, 7.0, 99.9,976.9,999.9, 6.8, 99.9,999.9,999.9{648" +2022-01-03 22:04:35,ax1,PE1RXF-7,APZMDM," 9.1,94.7, 7.0, 99.9,976.9,999.9, 6.8, 99.9,999.9,999.9{648" +2022-01-03 22:14:35,ax1,PE1RXF-7,APZMDM," 9.1,94.7, 7.0, 99.9,976.9,999.9, 6.8, 99.9,999.9,999.9{649" +2022-01-03 22:14:50,ax1,PE1RXF-7,APZMDM," 9.1,94.7, 7.0, 99.9,976.9,999.9, 6.8, 99.9,999.9,999.9{649" +2022-01-03 22:24:50,ax1,PE1RXF-7,APZMDM," 9.0,94.9, 6.9, 99.9,976.7,999.9, 6.7, 99.9,999.9,999.9{650" +2022-01-03 22:34:50,ax1,PE1RXF-7,APZMDM," 9.0,94.8, 6.9, 99.9,976.8,999.9, 6.7, 99.9,999.9,999.9{651" +2022-01-03 22:44:49,ax1,PE1RXF-7,APZMDM," 8.9,94.9, 6.7, 99.9,976.6,999.9, 6.6, 99.9,999.9,999.9{652" +2022-01-03 22:54:49,ax1,PE1RXF-7,APZMDM," 8.8,95.0, 6.7, 99.9,976.7,999.9, 6.5, 99.9,999.9,999.9{653" +2022-01-03 23:04:49,ax1,PE1RXF-7,APZMDM," 8.8,95.1, 6.6, 99.9,976.5,999.9, 6.5, 99.9,999.9,999.9{654" +2022-01-03 23:14:49,ax1,PE1RXF-7,APZMDM," 8.7,95.2, 6.6, 99.9,976.7,999.9, 6.4, 99.9,999.9,999.9{655" +2022-01-03 23:24:48,ax1,PE1RXF-7,APZMDM," 8.8,95.4, 6.6, 99.9,976.9,999.9, 6.4, 99.9,999.9,999.9{656" +2022-01-03 23:34:48,ax1,PE1RXF-7,APZMDM," 8.8,95.4, 6.6, 99.9,976.9,999.9, 6.4, 99.9,999.9,999.9{657" +2022-01-03 23:44:48,ax1,PE1RXF-7,APZMDM," 8.8,95.4, 6.5, 99.9,977.1,999.9, 6.4, 99.9,999.9,999.9{658" +2022-01-03 23:54:48,ax1,PE1RXF-7,APZMDM," 8.8,95.8, 6.6, 99.9,977.0,999.9, 6.5, 99.9,999.9,999.9{659" +2022-01-04 00:04:47,ax1,PE1RXF-7,APZMDM," 8.9,95.9, 6.6, 99.9,976.9,999.9, 6.6, 99.9,999.9,999.9{660" +2022-01-04 00:14:47,ax1,PE1RXF-7,APZMDM," 9.0,95.9, 6.7, 99.9,976.6,999.9, 6.6, 99.9,999.9,999.9{661" +2022-01-04 00:24:47,ax1,PE1RXF-7,APZMDM," 9.0,95.8, 6.7, 99.9,977.0,999.9, 6.6, 99.9,999.9,999.9{662" +2022-01-04 00:34:46,ax1,PE1RXF-7,APZMDM," 9.0,96.0, 6.7, 99.9,976.6,999.9, 6.8, 99.9,999.9,999.9{663" +2022-01-04 00:44:46,ax1,PE1RXF-7,APZMDM," 9.2,96.1, 6.9, 99.9,977.0,999.9, 6.9, 99.9,999.9,999.9{664" +2022-01-04 00:54:46,ax1,PE1RXF-7,APZMDM," 9.3,96.0, 7.0, 99.9,976.5,999.9, 7.0, 99.9,999.9,999.9{665" +2022-01-04 01:04:46,ax1,PE1RXF-7,APZMDM," 9.4,96.0, 7.0, 99.9,976.5,999.9, 7.1, 99.9,999.9,999.9{666" +2022-01-04 01:14:45,ax1,PE1RXF-7,APZMDM," 9.4,96.1, 7.1, 99.9,976.8,999.9, 7.2, 99.9,999.9,999.9{667" +2022-01-04 01:24:45,ax1,PE1RXF-7,APZMDM," 9.5,96.0, 7.2, 99.9,977.0,999.9, 7.2, 99.9,999.9,999.9{668" +2022-01-04 01:34:45,ax1,PE1RXF-7,APZMDM," 9.6,96.0, 7.3, 99.9,976.9,999.9, 7.3, 99.9,999.9,999.9{669" +2022-01-04 01:35:00,ax1,PE1RXF-7,APZMDM," 9.6,96.0, 7.3, 99.9,976.9,999.9, 7.3, 99.9,999.9,999.9{669" +2022-01-04 01:45:00,ax1,PE1RXF-7,APZMDM," 9.6,95.9, 7.4, 99.9,976.6,999.9, 7.4, 99.9,999.9,999.9{670" +2022-01-04 01:55:00,ax1,PE1RXF-7,APZMDM," 9.6,96.0, 7.4, 99.9,976.7,999.9, 7.4, 99.9,999.9,999.9{671" +2022-01-04 02:04:59,ax1,PE1RXF-7,APZMDM," 9.6,96.0, 7.4, 99.9,976.8,999.9, 7.4, 99.9,999.9,999.9{672" +2022-01-04 02:14:59,ax1,PE1RXF-7,APZMDM," 9.7,96.0, 7.5, 99.9,976.6,999.9, 7.4, 99.9,999.9,999.9{673" +2022-01-04 02:24:59,ax1,PE1RXF-7,APZMDM," 9.7,96.0, 7.5, 99.9,976.3,999.9, 7.4, 99.9,999.9,999.9{674" +2022-01-04 02:34:58,ax1,PE1RXF-7,APZMDM," 9.8,96.0, 7.6, 99.9,976.7,999.9, 7.5, 99.9,999.9,999.9{675" +2022-01-04 02:44:58,ax1,PE1RXF-7,APZMDM," 9.9,96.0, 7.6, 99.9,976.8,999.9, 7.6, 99.9,999.9,999.9{676" +2022-01-04 02:54:58,ax1,PE1RXF-7,APZMDM," 9.9,95.9, 7.7, 99.9,976.4,999.9, 7.7, 99.9,999.9,999.9{677" +2022-01-04 03:04:58,ax1,PE1RXF-7,APZMDM," 10.0,95.9, 7.7, 99.9,976.7,999.9, 7.7, 99.9,999.9,999.9{678" +2022-01-04 03:05:13,ax1,PE1RXF-7,APZMDM," 10.0,95.9, 7.7, 99.9,976.7,999.9, 7.7, 99.9,999.9,999.9{678" +2022-01-04 03:15:12,ax1,PE1RXF-7,APZMDM," 10.0,95.8, 7.8, 99.9,976.6,999.9, 7.7, 99.9,999.9,999.9{679" +2022-01-04 03:25:12,ax1,PE1RXF-7,APZMDM," 10.0,95.6, 7.7, 99.9,976.5,999.9, 7.7, 99.9,999.9,999.9{680" +2022-01-04 03:35:42,ax1,PE1RXF-7,APZMDM," 9.9,95.6, 7.7, 99.9,976.2,999.9, 7.6, 99.9,999.9,999.9{681" +2022-01-04 03:45:42,ax1,PE1RXF-7,APZMDM," 9.8,95.7, 7.7, 99.9,976.5,999.9, 7.5, 99.9,999.9,999.9{682" +2022-01-04 03:55:42,ax1,PE1RXF-7,APZMDM," 9.7,95.8, 7.6, 99.9,976.5,999.9, 7.5, 99.9,999.9,999.9{683" +2022-01-04 04:05:41,ax1,PE1RXF-7,APZMDM," 9.7,96.0, 7.6, 99.9,976.4,999.9, 7.4, 99.9,999.9,999.9{684" +2022-01-04 04:15:41,ax1,PE1RXF-7,APZMDM," 9.7,96.1, 7.6, 99.9,976.4,999.9, 7.4, 99.9,999.9,999.9{685" +2022-01-04 04:25:41,ax1,PE1RXF-7,APZMDM," 9.7,96.2, 7.6, 99.9,976.6,999.9, 7.4, 99.9,999.9,999.9{686" +2022-01-04 04:35:41,ax1,PE1RXF-7,APZMDM," 9.7,96.3, 7.5, 99.9,976.6,999.9, 7.5, 99.9,999.9,999.9{687" +2022-01-04 04:35:55,ax1,PE1RXF-7,APZMDM," 9.7,96.3, 7.5, 99.9,976.6,999.9, 7.5, 99.9,999.9,999.9{687" +2022-01-04 04:45:55,ax1,PE1RXF-7,APZMDM," 9.8,96.3, 7.6, 99.9,976.9,999.9, 7.5, 99.9,999.9,999.9{688" +2022-01-04 04:56:10,ax1,PE1RXF-7,APZMDM," 9.8,96.2, 7.7, 99.9,977.1,999.9, 7.5, 99.9,999.9,999.9{689" +2022-01-04 05:06:10,ax1,PE1RXF-7,APZMDM," 9.8,96.2, 7.7, 99.9,976.9,999.9, 7.5, 99.9,999.9,999.9{690" +2022-01-04 05:16:09,ax1,PE1RXF-7,APZMDM," 9.8,96.2, 7.7, 99.9,976.5,999.9, 7.5, 99.9,999.9,999.9{691" +2022-01-04 05:26:09,ax1,PE1RXF-7,APZMDM," 9.8,96.2, 7.7, 99.9,976.8,999.9, 7.5, 99.9,999.9,999.9{692" +2022-01-04 05:36:09,ax1,PE1RXF-7,APZMDM," 9.7,96.2, 7.7, 99.9,976.9,999.9, 7.4, 99.9,999.9,999.9{693" +2022-01-04 05:46:08,ax1,PE1RXF-7,APZMDM," 9.6,96.2, 7.6, 99.9,977.1,999.9, 7.4, 99.9,999.9,999.9{694" +2022-01-04 05:56:08,ax1,PE1RXF-7,APZMDM," 9.5,96.2, 7.5, 99.9,976.5,999.9, 7.3, 99.9,999.9,999.9{695" +2022-01-04 06:06:08,ax1,PE1RXF-7,APZMDM," 9.5,96.3, 7.5, 99.9,976.4,999.9, 7.2, 99.9,999.9,999.9{696" +2022-01-04 06:16:08,ax1,PE1RXF-7,APZMDM," 9.4,96.6, 7.4, 99.9,977.0,999.9, 7.1, 99.9,999.9,999.9{697" +2022-01-04 06:16:23,ax1,PE1RXF-7,APZMDM," 9.4,96.6, 7.4, 99.9,977.0,999.9, 7.1, 99.9,999.9,999.9{697" +2022-01-04 06:16:38,ax1,PE1RXF-7,APZMDM," 9.4,96.6, 7.4, 99.9,977.0,999.9, 7.1, 99.9,999.9,999.9{697" +2022-01-04 06:26:37,ax1,PE1RXF-7,APZMDM," 9.4,96.8, 7.4, 99.9,976.6,999.9, 7.1, 99.9,999.9,999.9{698" +2022-01-04 06:36:37,ax1,PE1RXF-7,APZMDM," 9.5,97.0, 7.5, 99.9,976.7,999.9, 7.1, 99.9,999.9,999.9{699" +2022-01-04 06:46:37,ax1,PE1RXF-7,APZMDM," 9.5,97.1, 7.5, 99.9,976.9,999.9, 7.2, 99.9,999.9,999.9{700" +2022-01-04 06:56:52,ax1,PE1RXF-7,APZMDM," 9.5,97.2, 7.5, 99.9,976.6,999.9, 7.2, 99.9,999.9,999.9{701" +2022-01-04 07:06:51,ax1,PE1RXF-7,APZMDM," 9.5,97.3, 7.5, 99.9,976.3,999.9, 7.2, 99.9,999.9,999.9{702" +2022-01-04 07:17:21,ax1,PE1RXF-7,APZMDM," 9.5,97.3, 7.6, 99.9,976.3,999.9, 7.2, 99.9,999.9,999.9{703" +2022-01-04 07:27:21,ax1,PE1RXF-7,APZMDM," 9.5,97.3, 7.5, 99.9,976.5,999.9, 7.2, 99.9,999.9,999.9{704" +2022-01-04 07:37:21,ax1,PE1RXF-7,APZMDM," 9.5,97.3, 7.5, 99.9,976.0,999.9, 7.1, 99.9,999.9,999.9{705" +2022-01-04 07:47:20,ax1,PE1RXF-7,APZMDM," 9.4,97.3, 7.5, 99.9,976.0,999.9, 7.1, 99.9,999.9,999.9{706" +2022-01-04 07:57:35,ax1,PE1RXF-7,APZMDM," 9.3,97.3, 7.4, 99.9,975.7,999.9, 7.0, 99.9,999.9,999.9{707" +2022-01-04 08:07:35,ax1,PE1RXF-7,APZMDM," 9.3,97.5, 7.4, 99.9,976.2,999.9, 7.0, 99.9,999.9,999.9{708" +2022-01-04 08:17:34,ax1,PE1RXF-7,APZMDM," 9.4,97.5, 7.4, 99.9,976.6,999.9, 7.0, 99.9,999.9,999.9{709" +2022-01-04 08:27:34,ax1,PE1RXF-7,APZMDM," 9.3,97.4, 7.4, 99.9,977.1,999.9, 7.0, 99.9,999.9,999.9{710" +2022-01-04 08:37:34,ax1,PE1RXF-7,APZMDM," 9.3,97.3, 7.3, 99.9,976.6,999.9, 6.9, 99.9,999.9,999.9{711" +2022-01-04 08:47:34,ax1,PE1RXF-7,APZMDM," 9.3,97.5, 7.3, 99.9,976.6,999.9, 6.9, 99.9,999.9,999.9{712" +2022-01-04 08:57:33,ax1,PE1RXF-7,APZMDM," 9.3,97.6, 7.3, 99.9,976.9,999.9, 6.9, 99.9,999.9,999.9{713" +2022-01-04 09:07:33,ax1,PE1RXF-7,APZMDM," 9.3,97.6, 7.4, 99.9,977.0,999.9, 7.0, 99.9,999.9,999.9{714" +2022-01-04 09:17:33,ax1,PE1RXF-7,APZMDM," 9.4,97.6, 7.5, 99.9,977.1,999.9, 7.1, 99.9,999.9,999.9{715" +2022-01-04 09:17:48,ax1,PE1RXF-7,APZMDM," 9.4,97.6, 7.5, 99.9,977.1,999.9, 7.1, 99.9,999.9,999.9{715" +2022-01-04 09:27:48,ax1,PE1RXF-7,APZMDM," 9.6,97.5, 7.7, 99.9,977.1,999.9, 7.2, 99.9,999.9,999.9{716" +2022-01-04 09:28:03,ax1,PE1RXF-7,APZMDM," 9.6,97.5, 7.7, 99.9,977.1,999.9, 7.2, 99.9,999.9,999.9{716" +2022-01-04 09:38:02,ax1,PE1RXF-7,APZMDM," 9.7,97.4, 7.8, 99.9,977.0,999.9, 7.3, 99.9,999.9,999.9{717" +2022-01-04 09:48:02,ax1,PE1RXF-7,APZMDM," 9.7,97.4, 7.9, 99.9,977.0,999.9, 7.3, 99.9,999.9,999.9{718" +2022-01-04 09:58:17,ax1,PE1RXF-7,APZMDM," 9.8,97.3, 8.0, 99.9,976.6,999.9, 7.4, 99.9,999.9,999.9{719" +2022-01-04 10:09:02,ax1,PE1RXF-7,APZMDM," 9.6,97.0, 7.8, 99.9,976.5,999.9, 7.3, 99.9,999.9,999.9{720" +2022-01-04 10:19:01,ax1,PE1RXF-7,APZMDM," 9.3,96.6, 7.7, 99.9,976.8,999.9, 7.0, 99.9,999.9,999.9{721" +2022-01-04 10:19:16,ax1,PE1RXF-7,APZMDM," 9.3,96.6, 7.7, 99.9,976.8,999.9, 7.0, 99.9,999.9,999.9{721" +2022-01-04 10:29:16,ax1,PE1RXF-7,APZMDM," 9.1,96.9, 7.8, 99.9,976.6,999.9, 6.8, 99.9,999.9,999.9{722" +2022-01-04 10:39:16,ax1,PE1RXF-7,APZMDM," 9.0,96.9, 7.7, 99.9,977.2,999.9, 6.8, 99.9,999.9,999.9{723" +2022-01-04 10:49:16,ax1,PE1RXF-7,APZMDM," 9.1,97.3, 7.9, 99.9,976.8,999.9, 6.9, 99.9,999.9,999.9{724" +2022-01-04 10:59:15,ax1,PE1RXF-7,APZMDM," 9.1,97.5, 7.9, 99.9,976.7,999.9, 7.0, 99.9,999.9,999.9{725" +2022-01-04 11:09:30,ax1,PE1RXF-7,APZMDM," 9.5,97.9, 8.4, 99.9,977.3,999.9, 7.3, 99.9,999.9,999.9{726" +2022-01-04 11:19:30,ax1,PE1RXF-7,APZMDM," 9.8,97.5, 8.7, 99.9,977.0,999.9, 7.5, 99.9,999.9,999.9{727" +2022-01-04 11:29:30,ax1,PE1RXF-7,APZMDM," 10.0,96.7, 8.8, 99.9,977.4,999.9, 7.6, 99.9,999.9,999.9{728" +2022-01-04 11:39:29,ax1,PE1RXF-7,APZMDM," 9.7,96.6, 8.5, 99.9,977.6,999.9, 7.5, 99.9,999.9,999.9{729" +2022-01-04 11:49:29,ax1,PE1RXF-7,APZMDM," 9.6,96.8, 8.3, 99.9,977.1,999.9, 7.3, 99.9,999.9,999.9{730" +2022-01-04 11:59:44,ax1,PE1RXF-7,APZMDM," 9.4,96.8, 8.3, 99.9,977.2,999.9, 7.2, 99.9,999.9,999.9{731" +2022-01-04 11:59:59,ax1,PE1RXF-7,APZMDM," 9.4,96.8, 8.3, 99.9,977.2,999.9, 7.2, 99.9,999.9,999.9{731" +2022-01-04 12:09:58,ax1,PE1RXF-7,APZMDM," 9.7,97.0, 8.9, 99.9,977.1,999.9, 7.4, 99.9,999.9,999.9{732" +2022-01-04 12:19:58,ax1,PE1RXF-7,APZMDM," 9.8,96.6, 9.0, 99.9,977.1,999.9, 7.6, 99.9,999.9,999.9{733" +2022-01-04 12:29:58,ax1,PE1RXF-7,APZMDM," 10.1,96.8, 9.4, 99.9,976.8,999.9, 7.8, 99.9,999.9,999.9{734" +2022-01-04 12:39:58,ax1,PE1RXF-7,APZMDM," 10.1,96.5, 9.2, 99.9,976.7,999.9, 7.9, 99.9,999.9,999.9{735" +2022-01-04 12:40:28,ax1,PE1RXF-7,APZMDM," 10.1,96.5, 9.2, 99.9,976.7,999.9, 7.9, 99.9,999.9,999.9{735" +2022-01-04 12:50:57,ax1,PE1RXF-7,APZMDM," 9.8,96.2, 8.8, 99.9,977.0,999.9, 7.6, 99.9,999.9,999.9{736" +2022-01-04 13:00:57,ax1,PE1RXF-7,APZMDM," 10.0,96.5, 9.4, 99.9,976.9,999.9, 7.9, 99.9,999.9,999.9{737" +2022-01-04 13:10:57,ax1,PE1RXF-7,APZMDM," 10.2,96.0, 9.3, 99.9,976.7,999.9, 8.0, 99.9,999.9,999.9{738" +2022-01-04 13:20:57,ax1,PE1RXF-7,APZMDM," 9.7,95.5, 8.6, 99.9,977.2,999.9, 7.5, 99.9,999.9,999.9{739" +2022-01-04 13:21:12,ax1,PE1RXF-7,APZMDM," 9.7,95.5, 8.6, 99.9,977.2,999.9, 7.5, 99.9,999.9,999.9{739" +2022-01-04 13:31:11,ax1,PE1RXF-7,APZMDM," 9.4,95.8, 8.4, 99.9,976.8,999.9, 7.2, 99.9,999.9,999.9{740" +2022-01-04 13:41:11,ax1,PE1RXF-7,APZMDM," 9.1,95.6, 8.1, 99.9,976.5,999.9, 6.9, 99.9,999.9,999.9{741" +2022-01-04 13:51:11,ax1,PE1RXF-7,APZMDM," 9.0,95.7, 8.1, 99.9,977.1,999.9, 6.8, 99.9,999.9,999.9{742" +2022-01-04 14:01:26,ax1,PE1RXF-7,APZMDM," 9.2,96.0, 8.5, 99.9,976.9,999.9, 7.1, 99.9,999.9,999.9{743" +2022-01-04 14:11:25,ax1,PE1RXF-7,APZMDM," 10.2,95.6, 9.6, 99.9,976.4,999.9, 8.0, 99.9,999.9,999.9{744" +2022-01-04 14:21:25,ax1,PE1RXF-7,APZMDM," 11.0,94.7, 10.3, 99.9,977.2,999.9, 8.7, 99.9,999.9,999.9{745" +2022-01-04 14:31:25,ax1,PE1RXF-7,APZMDM," 10.9,93.7, 10.1, 99.9,976.7,999.9, 8.6, 99.9,999.9,999.9{746" +2022-01-04 14:41:25,ax1,PE1RXF-7,APZMDM," 10.6,93.4, 9.8, 99.9,976.3,999.9, 8.4, 99.9,999.9,999.9{747" +2022-01-04 14:51:24,ax1,PE1RXF-7,APZMDM," 10.2,93.7, 9.4, 99.9,976.3,999.9, 8.0, 99.9,999.9,999.9{748" +2022-01-04 15:01:24,ax1,PE1RXF-7,APZMDM," 9.9,94.1, 9.2, 99.9,976.6,999.9, 7.7, 99.9,999.9,999.9{749" +2022-01-04 15:11:24,ax1,PE1RXF-7,APZMDM," 9.9,94.0, 8.9, 99.9,976.0,999.9, 7.8, 99.9,999.9,999.9{750" +2022-01-04 15:21:24,ax1,PE1RXF-7,APZMDM," 10.5,94.1, 10.6, 99.9,976.9,999.9, 9.5, 99.9,999.9,999.9{751" +2022-01-04 15:21:39,ax1,PE1RXF-7,APZMDM," 10.5,94.1, 10.6, 99.9,976.9,999.9, 9.5, 99.9,999.9,999.9{751" +2022-01-04 15:31:38,ax1,PE1RXF-7,APZMDM," 10.1,92.3, 9.4, 99.9,976.5,999.9, 8.5, 99.9,999.9,999.9{752" +2022-01-04 15:41:38,ax1,PE1RXF-7,APZMDM," 9.6,92.5, 9.5, 99.9,976.7,999.9, 8.0, 99.9,999.9,999.9{753" +2022-01-04 15:51:38,ax1,PE1RXF-7,APZMDM," 9.7,93.1, 9.7, 99.9,977.1,999.9, 8.0, 99.9,999.9,999.9{754" +2022-01-04 16:01:38,ax1,PE1RXF-7,APZMDM," 9.0,92.0, 8.5, 99.9,977.0,999.9, 7.1, 99.9,999.9,999.9{755" +2022-01-04 16:01:56,ax1,PE1RXF-7,APZMDM," 9.0,92.0, 8.5, 99.9,977.0,999.9, 7.1, 99.9,999.9,999.9{755" +2022-01-04 16:11:52,ax1,PE1RXF-7,APZMDM," 8.0,91.7, 7.4, 99.9,976.6,999.9, 6.0, 99.9,999.9,999.9{756" +2022-01-04 16:22:07,ax1,PE1RXF-7,APZMDM," 7.0,91.9, 6.4, 99.9,976.8,999.9, 5.1, 99.9,999.9,999.9{757" +2022-01-04 16:32:07,ax1,PE1RXF-7,APZMDM," 6.3,92.5, 5.6, 99.9,976.9,999.9, 4.3, 99.9,999.9,999.9{758" +2022-01-04 16:42:07,ax1,PE1RXF-7,APZMDM," 5.8,93.3, 5.0, 99.9,976.1,999.9, 3.8, 99.9,999.9,999.9{759" +2022-01-04 16:52:21,ax1,PE1RXF-7,APZMDM," 5.6,93.8, 4.4, 99.9,976.5,999.9, 3.3, 99.9,999.9,999.9{760" +2022-01-04 16:52:51,ax1,PE1RXF-7,APZMDM," 5.6,93.8, 4.4, 99.9,976.5,999.9, 3.3, 99.9,999.9,999.9{760" +2022-01-04 17:02:54,ax1,PE1RXF-7,APZMDM," 5.3,93.9, 4.0, 99.9,976.0,999.9, 2.9, 99.9,999.9,999.9{761" +2022-01-04 17:12:51,ax1,PE1RXF-7,APZMDM," 5.0,93.9, 3.6, 99.9,976.1,999.9, 2.6, 99.9,999.9,999.9{762" +2022-01-04 17:13:21,ax1,PE1RXF-7,APZMDM," 5.0,93.9, 3.6, 99.9,976.1,999.9, 2.6, 99.9,999.9,999.9{762" +2022-01-04 17:23:20,ax1,PE1RXF-7,APZMDM," 4.8,94.1, 3.3, 99.9,976.1,999.9, 2.3, 99.9,999.9,999.9{763" +2022-01-04 17:33:20,ax1,PE1RXF-7,APZMDM," 4.7,94.9, 3.1, 99.9,976.2,999.9, 2.3, 99.9,999.9,999.9{764" +2022-01-04 17:43:20,ax1,PE1RXF-7,APZMDM," 4.9,95.3, 3.1, 99.9,976.1,999.9, 2.4, 99.9,999.9,999.9{765" +2022-01-04 17:53:19,ax1,PE1RXF-7,APZMDM," 5.1,95.5, 3.2, 99.9,975.9,999.9, 2.6, 99.9,999.9,999.9{766" +2022-01-04 18:03:19,ax1,PE1RXF-7,APZMDM," 5.1,95.4, 3.2, 99.9,975.9,999.9, 2.7, 99.9,999.9,999.9{767" +2022-01-04 18:13:19,ax1,PE1RXF-7,APZMDM," 5.2,95.6, 3.2, 99.9,975.9,999.9, 2.8, 99.9,999.9,999.9{768" +2022-01-04 18:13:34,ax1,PE1RXF-7,APZMDM," 5.2,95.6, 3.2, 99.9,975.9,999.9, 2.8, 99.9,999.9,999.9{768" +2022-01-04 18:23:34,ax1,PE1RXF-7,APZMDM," 5.3,95.5, 3.2, 99.9,975.9,999.9, 2.8, 99.9,999.9,999.9{769" +2022-01-04 18:33:33,ax1,PE1RXF-7,APZMDM," 5.3,95.3, 3.2, 99.9,976.1,999.9, 2.8, 99.9,999.9,999.9{770" +2022-01-04 18:43:33,ax1,PE1RXF-7,APZMDM," 5.1,95.0, 3.1, 99.9,976.3,999.9, 2.6, 99.9,999.9,999.9{771" +2022-01-04 18:53:33,ax1,PE1RXF-7,APZMDM," 5.0,95.3, 3.0, 99.9,976.2,999.9, 2.5, 99.9,999.9,999.9{772" +2022-01-04 19:03:32,ax1,PE1RXF-7,APZMDM," 4.9,95.5, 3.0, 99.9,976.6,999.9, 2.5, 99.9,999.9,999.9{773" +2022-01-04 19:13:32,ax1,PE1RXF-7,APZMDM," 5.0,95.6, 3.0, 99.9,976.0,999.9, 2.5, 99.9,999.9,999.9{774" +2022-01-04 19:23:32,ax1,PE1RXF-7,APZMDM," 5.1,95.7, 3.0, 99.9,976.4,999.9, 2.6, 99.9,999.9,999.9{775" +2022-01-04 19:33:32,ax1,PE1RXF-7,APZMDM," 5.1,95.6, 3.0, 99.9,976.0,999.9, 2.6, 99.9,999.9,999.9{776" +2022-01-04 19:43:31,ax1,PE1RXF-7,APZMDM," 5.1,95.8, 3.0, 99.9,975.9,999.9, 2.7, 99.9,999.9,999.9{777" +2022-01-04 19:53:31,ax1,PE1RXF-7,APZMDM," 5.1,95.7, 3.0, 99.9,976.2,999.9, 2.7, 99.9,999.9,999.9{778" +2022-01-04 20:03:31,ax1,PE1RXF-7,APZMDM," 5.1,95.5, 3.0, 99.9,976.4,999.9, 2.6, 99.9,999.9,999.9{779" +2022-01-04 20:13:30,ax1,PE1RXF-7,APZMDM," 5.0,95.6, 3.0, 99.9,976.1,999.9, 2.6, 99.9,999.9,999.9{780" +2022-01-04 20:23:30,ax1,PE1RXF-7,APZMDM," 4.9,95.3, 2.8, 99.9,975.8,999.9, 2.5, 99.9,999.9,999.9{781" +2022-01-04 20:33:30,ax1,PE1RXF-7,APZMDM," 4.8,95.1, 2.7, 99.9,976.0,999.9, 2.3, 99.9,999.9,999.9{782" +2022-01-04 20:43:30,ax1,PE1RXF-7,APZMDM," 4.6,95.0, 2.6, 99.9,975.7,999.9, 2.2, 99.9,999.9,999.9{783" +2022-01-04 20:53:29,ax1,PE1RXF-7,APZMDM," 4.5,94.9, 2.4, 99.9,976.0,999.9, 2.0, 99.9,999.9,999.9{784" +2022-01-04 21:03:29,ax1,PE1RXF-7,APZMDM," 4.3,94.8, 2.3, 99.9,975.6,999.9, 1.8, 99.9,999.9,999.9{785" +2022-01-04 21:13:29,ax1,PE1RXF-7,APZMDM," 4.2,95.0, 2.2, 99.9,975.6,999.9, 1.7, 99.9,999.9,999.9{786" +2022-01-04 21:23:28,ax1,PE1RXF-7,APZMDM," 4.3,95.3, 2.1, 99.9,975.8,999.9, 1.8, 99.9,999.9,999.9{787" +2022-01-04 21:33:28,ax1,PE1RXF-7,APZMDM," 4.3,95.1, 2.1, 99.9,975.5,999.9, 1.8, 99.9,999.9,999.9{788" +2022-01-04 21:33:43,ax1,PE1RXF-7,APZMDM," 4.3,95.1, 2.1, 99.9,975.5,999.9, 1.8, 99.9,999.9,999.9{788" +2022-01-04 21:43:43,ax1,PE1RXF-7,APZMDM," 4.3,95.0, 2.1, 99.9,975.8,999.9, 1.8, 99.9,999.9,999.9{789" +2022-01-04 21:53:43,ax1,PE1RXF-7,APZMDM," 4.1,94.6, 1.9, 99.9,976.0,999.9, 1.6, 99.9,999.9,999.9{790" +2022-01-04 22:03:42,ax1,PE1RXF-7,APZMDM," 4.0,94.6, 1.8, 99.9,976.1,999.9, 1.5, 99.9,999.9,999.9{791" +2022-01-04 22:13:42,ax1,PE1RXF-7,APZMDM," 3.9,94.5, 1.8, 99.9,975.5,999.9, 1.3, 99.9,999.9,999.9{792" +2022-01-04 22:23:42,ax1,PE1RXF-7,APZMDM," 3.8,94.4, 1.6, 99.9,975.9,999.9, 1.2, 99.9,999.9,999.9{793" +2022-01-04 22:33:41,ax1,PE1RXF-7,APZMDM," 3.6,94.4, 1.5, 99.9,976.1,999.9, 1.1, 99.9,999.9,999.9{794" +2022-01-04 22:43:41,ax1,PE1RXF-7,APZMDM," 3.5,94.1, 1.3, 99.9,976.0,999.9, 0.9, 99.9,999.9,999.9{795" +2022-01-04 22:53:41,ax1,PE1RXF-7,APZMDM," 3.3,94.1, 1.1, 99.9,976.6,999.9, 0.7, 99.9,999.9,999.9{796" +2022-01-04 23:03:41,ax1,PE1RXF-7,APZMDM," 3.2,94.2, 1.1, 99.9,976.1,999.9, 0.6, 99.9,999.9,999.9{797" +2022-01-04 23:03:55,ax1,PE1RXF-7,APZMDM," 3.2,94.2, 1.1, 99.9,976.1,999.9, 0.6, 99.9,999.9,999.9{797" +2022-01-04 23:13:55,ax1,PE1RXF-7,APZMDM," 3.2,94.4, 1.0, 99.9,975.5,999.9, 0.6, 99.9,999.9,999.9{798" +2022-01-04 23:23:55,ax1,PE1RXF-7,APZMDM," 3.1,94.1, 1.0, 99.9,976.0,999.9, 0.4, 99.9,999.9,999.9{799" +2022-01-04 23:33:55,ax1,PE1RXF-7,APZMDM," 3.0,94.4, 0.9, 99.9,975.5,999.9, 0.4, 99.9,999.9,999.9{800" +2022-01-04 23:34:10,ax1,PE1RXF-7,APZMDM," 3.0,94.4, 0.9, 99.9,975.5,999.9, 0.4, 99.9,999.9,999.9{800" +2022-01-04 23:44:09,ax1,PE1RXF-7,APZMDM," 2.9,94.4, 0.8, 99.9,975.8,999.9, 0.3, 99.9,999.9,999.9{801" +2022-01-04 23:54:09,ax1,PE1RXF-7,APZMDM," 3.0,94.8, 0.9, 99.9,975.4,999.9, 0.4, 99.9,999.9,999.9{802" +2022-01-05 00:04:10,ax1,PE1RXF-7,APZMDM," 3.1,94.9, 0.9, 99.9,975.6,999.9, 0.6, 99.9,999.9,999.9{803" +2022-01-05 00:14:08,ax1,PE1RXF-7,APZMDM," 3.2,94.8, 1.0, 99.9,975.6,999.9, 0.7, 99.9,999.9,999.9{804" +2022-01-05 00:14:23,ax1,PE1RXF-7,APZMDM," 3.2,94.8, 1.0, 99.9,975.6,999.9, 0.7, 99.9,999.9,999.9{804" +2022-01-05 00:24:23,ax1,PE1RXF-7,APZMDM," 3.3,94.4, 0.9, 99.9,975.9,999.9, 0.7, 99.9,999.9,999.9{805" +2022-01-05 00:34:23,ax1,PE1RXF-7,APZMDM," 3.2,94.2, 0.9, 99.9,975.5,999.9, 0.6, 99.9,999.9,999.9{806" +2022-01-05 00:44:23,ax1,PE1RXF-7,APZMDM," 3.1,94.4, 0.8, 99.9,975.7,999.9, 0.6, 99.9,999.9,999.9{807" +2022-01-05 00:54:22,ax1,PE1RXF-7,APZMDM," 3.1,94.4, 0.8, 99.9,975.8,999.9, 0.6, 99.9,999.9,999.9{808" +2022-01-05 01:04:22,ax1,PE1RXF-7,APZMDM," 3.1,94.3, 0.8, 99.9,975.2,999.9, 0.6, 99.9,999.9,999.9{809" +2022-01-05 01:14:22,ax1,PE1RXF-7,APZMDM," 3.1,94.5, 0.8, 99.9,975.6,999.9, 0.6, 99.9,999.9,999.9{810" +2022-01-05 01:24:21,ax1,PE1RXF-7,APZMDM," 3.1,94.3, 0.8, 99.9,975.6,999.9, 0.6, 99.9,999.9,999.9{811" +2022-01-05 01:34:21,ax1,PE1RXF-7,APZMDM," 3.1,94.4, 0.8, 99.9,975.7,999.9, 0.6, 99.9,999.9,999.9{812" +2022-01-05 01:44:21,ax1,PE1RXF-7,APZMDM," 3.1,94.5, 0.8, 99.9,975.2,999.9, 0.6, 99.9,999.9,999.9{813" +2022-01-05 01:44:36,ax1,PE1RXF-7,APZMDM," 3.1,94.5, 0.8, 99.9,975.2,999.9, 0.6, 99.9,999.9,999.9{813" +2022-01-05 01:54:35,ax1,PE1RXF-7,APZMDM," 3.1,94.5, 0.8, 99.9,975.3,999.9, 0.6, 99.9,999.9,999.9{814" +2022-01-05 02:04:35,ax1,PE1RXF-7,APZMDM," 3.1,94.5, 0.8, 99.9,975.6,999.9, 0.6, 99.9,999.9,999.9{815" +2022-01-05 02:14:35,ax1,PE1RXF-7,APZMDM," 3.1,94.5, 0.8, 99.9,974.9,999.9, 0.6, 99.9,999.9,999.9{816" +2022-01-05 02:24:35,ax1,PE1RXF-7,APZMDM," 3.1,94.3, 0.8, 99.9,975.2,999.9, 0.6, 99.9,999.9,999.9{817" +2022-01-05 02:34:34,ax1,PE1RXF-7,APZMDM," 3.0,94.3, 0.7, 99.9,975.2,999.9, 0.5, 99.9,999.9,999.9{818" +2022-01-05 02:44:34,ax1,PE1RXF-7,APZMDM," 3.1,94.4, 0.7, 99.9,974.3,999.9, 0.6, 99.9,999.9,999.9{819" +2022-01-05 02:54:34,ax1,PE1RXF-7,APZMDM," 3.2,94.3, 0.8, 99.9,975.9,999.9, 0.7, 99.9,999.9,999.9{820" +2022-01-05 03:04:34,ax1,PE1RXF-7,APZMDM," 3.3,94.1, 0.8, 99.9,975.8,999.9, 0.8, 99.9,999.9,999.9{821" +2022-01-05 03:14:33,ax1,PE1RXF-7,APZMDM," 3.4,94.0, 0.9, 99.9,975.7,999.9, 0.8, 99.9,999.9,999.9{822" +2022-01-05 03:24:48,ax1,PE1RXF-7,APZMDM," 3.3,93.9, 0.9, 99.9,975.8,999.9, 0.8, 99.9,999.9,999.9{823" +2022-01-05 03:35:18,ax1,PE1RXF-7,APZMDM," 3.2,93.9, 0.8, 99.9,975.8,999.9, 0.7, 99.9,999.9,999.9{824" +2022-01-05 03:45:48,ax1,PE1RXF-7,APZMDM," 3.2,93.9, 0.8, 99.9,975.5,999.9, 0.7, 99.9,999.9,999.9{825" +2022-01-05 03:55:47,ax1,PE1RXF-7,APZMDM," 3.2,93.8, 0.8, 99.9,975.9,999.9, 0.7, 99.9,999.9,999.9{826" +2022-01-05 04:06:02,ax1,PE1RXF-7,APZMDM," 3.3,93.7, 0.8, 99.9,975.9,999.9, 0.8, 99.9,999.9,999.9{827" +2022-01-05 04:16:02,ax1,PE1RXF-7,APZMDM," 3.3,93.6, 0.9, 99.9,975.9,999.9, 0.8, 99.9,999.9,999.9{828" +2022-01-05 04:26:02,ax1,PE1RXF-7,APZMDM," 3.3,93.7, 0.8, 99.9,975.8,999.9, 0.7, 99.9,999.9,999.9{829" +2022-01-05 04:36:02,ax1,PE1RXF-7,APZMDM," 3.1,93.7, 0.8, 99.9,975.6,999.9, 0.6, 99.9,999.9,999.9{830" +2022-01-05 04:46:01,ax1,PE1RXF-7,APZMDM," 3.1,93.9, 0.8, 99.9,975.6,999.9, 0.6, 99.9,999.9,999.9{831" +2022-01-05 04:56:01,ax1,PE1RXF-7,APZMDM," 3.2,94.4, 0.9, 99.9,975.8,999.9, 0.8, 99.9,999.9,999.9{832" +2022-01-05 05:06:01,ax1,PE1RXF-7,APZMDM," 3.5,94.6, 1.0, 99.9,975.4,999.9, 1.1, 99.9,999.9,999.9{833" +2022-01-05 05:16:01,ax1,PE1RXF-7,APZMDM," 3.7,94.4, 1.1, 99.9,976.0,999.9, 1.2, 99.9,999.9,999.9{834" +2022-01-05 05:26:00,ax1,PE1RXF-7,APZMDM," 3.6,94.1, 1.1, 99.9,975.9,999.9, 1.1, 99.9,999.9,999.9{835" +2022-01-05 05:26:15,ax1,PE1RXF-7,APZMDM," 3.6,94.1, 1.1, 99.9,975.9,999.9, 1.1, 99.9,999.9,999.9{835" +2022-01-05 05:36:15,ax1,PE1RXF-7,APZMDM," 3.6,94.1, 1.1, 99.9,975.7,999.9, 1.1, 99.9,999.9,999.9{836" +2022-01-05 05:46:15,ax1,PE1RXF-7,APZMDM," 3.7,94.4, 1.2, 99.9,976.1,999.9, 1.3, 99.9,999.9,999.9{837" +2022-01-05 05:56:31,ax1,PE1RXF-7,APZMDM," 4.0,94.3, 1.4, 99.9,975.8,999.9, 1.7, 99.9,999.9,999.9{838" +2022-01-05 06:06:29,ax1,PE1RXF-7,APZMDM," 4.3,94.5, 1.6, 99.9,976.0,999.9, 1.8, 99.9,999.9,999.9{839" +2022-01-05 06:16:29,ax1,PE1RXF-7,APZMDM," 4.3,94.1, 1.6, 99.9,975.6,999.9, 1.8, 99.9,999.9,999.9{840" +2022-01-05 06:16:44,ax1,PE1RXF-7,APZMDM," 4.3,94.1, 1.6, 99.9,975.6,999.9, 1.8, 99.9,999.9,999.9{840" +2022-01-05 06:26:44,ax1,PE1RXF-7,APZMDM," 4.3,94.2, 1.7, 99.9,975.7,999.9, 1.8, 99.9,999.9,999.9{841" +2022-01-05 06:36:44,ax1,PE1RXF-7,APZMDM," 4.5,94.5, 1.9, 99.9,976.3,999.9, 2.1, 99.9,999.9,999.9{842" +2022-01-05 06:46:43,ax1,PE1RXF-7,APZMDM," 4.7,94.2, 2.1, 99.9,975.7,999.9, 2.3, 99.9,999.9,999.9{843" +2022-01-05 06:56:43,ax1,PE1RXF-7,APZMDM," 4.8,93.8, 2.2, 99.9,975.9,999.9, 2.3, 99.9,999.9,999.9{844" +2022-01-05 07:06:43,ax1,PE1RXF-7,APZMDM," 4.9,93.8, 2.3, 99.9,975.9,999.9, 2.5, 99.9,999.9,999.9{845" +2022-01-05 07:16:42,ax1,PE1RXF-7,APZMDM," 5.0,94.0, 2.5, 99.9,976.1,999.9, 2.6, 99.9,999.9,999.9{846" +2022-01-05 07:26:42,ax1,PE1RXF-7,APZMDM," 5.1,94.2, 2.6, 99.9,975.7,999.9, 2.6, 99.9,999.9,999.9{847" +2022-01-05 07:36:42,ax1,PE1RXF-7,APZMDM," 5.0,94.6, 2.7, 99.9,975.6,999.9, 2.5, 99.9,999.9,999.9{848" +2022-01-05 07:47:11,ax1,PE1RXF-7,APZMDM," 5.0,94.8, 2.8, 99.9,975.9,999.9, 2.5, 99.9,999.9,999.9{849" +2022-01-05 07:57:11,ax1,PE1RXF-7,APZMDM," 4.9,95.1, 2.9, 99.9,975.6,999.9, 2.5, 99.9,999.9,999.9{850" +2022-01-05 08:07:11,ax1,PE1RXF-7,APZMDM," 4.9,95.6, 2.9, 99.9,975.7,999.9, 2.5, 99.9,999.9,999.9{851" +2022-01-05 08:07:41,ax1,PE1RXF-7,APZMDM," 4.9,95.6, 2.9, 99.9,975.7,999.9, 2.5, 99.9,999.9,999.9{851" +2022-01-05 08:17:41,ax1,PE1RXF-7,APZMDM," 5.0,95.8, 2.9, 99.9,976.3,999.9, 2.5, 99.9,999.9,999.9{852" +2022-01-05 08:27:55,ax1,PE1RXF-7,APZMDM," 5.1,96.1, 3.1, 99.9,976.1,999.9, 2.7, 99.9,999.9,999.9{853" +2022-01-05 08:37:55,ax1,PE1RXF-7,APZMDM," 5.2,96.2, 3.2, 99.9,975.7,999.9, 2.8, 99.9,999.9,999.9{854" +2022-01-05 08:47:55,ax1,PE1RXF-7,APZMDM," 5.3,96.3, 3.3, 99.9,976.2,999.9, 2.9, 99.9,999.9,999.9{855" +2022-01-05 08:57:54,ax1,PE1RXF-7,APZMDM," 5.4,96.3, 3.4, 99.9,975.7,999.9, 3.0, 99.9,999.9,999.9{856" +2022-01-05 09:07:54,ax1,PE1RXF-7,APZMDM," 5.5,96.4, 3.5, 99.9,976.3,999.9, 3.1, 99.9,999.9,999.9{857" +2022-01-05 09:17:54,ax1,PE1RXF-7,APZMDM," 5.6,96.5, 3.7, 99.9,976.1,999.9, 3.2, 99.9,999.9,999.9{858" +2022-01-05 09:27:54,ax1,PE1RXF-7,APZMDM," 5.7,96.4, 3.9, 99.9,975.7,999.9, 3.3, 99.9,999.9,999.9{859" +2022-01-05 09:37:53,ax1,PE1RXF-7,APZMDM," 6.3,96.5, 5.1, 99.9,976.3,999.9, 3.8, 99.9,999.9,999.9{860" +2022-01-05 09:38:08,ax1,PE1RXF-7,APZMDM," 6.3,96.5, 5.1, 99.9,976.3,999.9, 3.8, 99.9,999.9,999.9{860" +2022-01-05 09:48:08,ax1,PE1RXF-7,APZMDM," 6.2,95.5, 4.6, 99.9,975.5,999.9, 3.8, 99.9,999.9,999.9{861" +2022-01-05 09:58:08,ax1,PE1RXF-7,APZMDM," 6.1,95.7, 4.5, 99.9,975.9,999.9, 3.7, 99.9,999.9,999.9{862" +2022-01-05 10:08:22,ax1,PE1RXF-7,APZMDM," 6.0,96.2, 4.4, 99.9,975.3,999.9, 3.7, 99.9,999.9,999.9{863" +2022-01-05 10:18:22,ax1,PE1RXF-7,APZMDM," 6.2,96.8, 4.6, 99.9,975.3,999.9, 3.8, 99.9,999.9,999.9{864" +2022-01-05 10:28:22,ax1,PE1RXF-7,APZMDM," 6.4,97.1, 4.7, 99.9,975.3,999.9, 4.1, 99.9,999.9,999.9{865" +2022-01-05 10:38:22,ax1,PE1RXF-7,APZMDM," 7.1,97.0, 5.6, 99.9,976.2,999.9, 4.5, 99.9,999.9,999.9{866" +2022-01-05 10:48:21,ax1,PE1RXF-7,APZMDM," 7.9,95.7, 6.4, 99.9,976.3,999.9, 5.2, 99.9,999.9,999.9{867" +2022-01-05 10:58:21,ax1,PE1RXF-7,APZMDM," 12.4,87.2, 8.9, 99.9,976.7,999.9, 6.7, 99.9,999.9,999.9{868" +2022-01-05 11:08:51,ax1,PE1RXF-7,APZMDM," 13.7,86.5, 9.7, 99.9,977.0,999.9, 7.9, 99.9,999.9,999.9{869" +2022-01-05 11:18:51,ax1,PE1RXF-7,APZMDM," 17.6,79.0, 12.8, 99.9,977.3,999.9, 10.0, 99.9,999.9,999.9{870" +2022-01-05 11:19:06,ax1,PE1RXF-7,APZMDM," 17.6,79.0, 12.8, 99.9,977.3,999.9, 10.0, 99.9,999.9,999.9{870" +2022-01-05 11:29:05,ax1,PE1RXF-7,APZMDM," 17.4,80.1, 13.1, 99.9,977.2,999.9, 11.1, 99.9,999.9,999.9{871" +2022-01-05 11:39:05,ax1,PE1RXF-7,APZMDM," 18.6,78.8, 15.3, 99.4,977.4,999.9, 12.2, 99.9,999.9,999.9{872" +2022-01-05 11:49:05,ax1,PE1RXF-7,APZMDM," 19.1,78.6, 17.4, 91.9,978.0,999.9, 13.2, 99.9,999.9,999.9{873" +2022-01-05 11:59:05,ax1,PE1RXF-7,APZMDM," 19.1,79.1, 17.6, 90.6,978.1,999.9, 14.1, 99.9,999.9,999.9{874" +2022-01-05 12:09:04,ax1,PE1RXF-7,APZMDM," 19.9,80.2, 18.7, 90.9,978.2,999.9, 15.3, 99.9,999.9,999.9{875" +2022-01-05 12:19:04,ax1,PE1RXF-7,APZMDM," 21.0,78.4, 19.1, 91.0,978.3,999.9, 16.2, 99.9,999.9,999.9{876" +2022-01-05 12:29:04,ax1,PE1RXF-7,APZMDM," 19.7,80.2, 18.5, 91.0,978.3,999.9, 16.7, 99.9,999.9,999.9{877" +2022-01-05 12:39:04,ax1,PE1RXF-7,APZMDM," 19.7,79.7, 17.9, 91.9,978.6,999.9, 16.6, 99.9,999.9,999.9{878" +2022-01-05 12:49:19,ax1,PE1RXF-7,APZMDM," 19.8,78.0, 17.9, 91.4,978.6,999.9, 16.9, 99.9,999.9,999.9{879" +2022-01-05 12:49:34,ax1,PE1RXF-7,APZMDM," 19.8,78.0, 17.9, 91.4,978.6,999.9, 16.9, 99.9,999.9,999.9{879" +2022-01-05 12:59:34,ax1,PE1RXF-7,APZMDM," 19.5,78.3, 18.7, 91.8,978.9,999.9, 18.1, 99.9,999.9,999.9{880" +2022-01-05 13:09:33,ax1,PE1RXF-7,APZMDM," 20.8,78.9, 19.5, 90.8,978.9,999.9, 18.7, 99.9,999.9,999.9{881" +2022-01-05 13:19:48,ax1,PE1RXF-7,APZMDM," 17.8,79.2, 17.4, 91.6,978.2,999.9, 15.8, 99.9,999.9,999.9{882" +2022-01-05 13:29:48,ax1,PE1RXF-7,APZMDM," 16.6,81.9, 17.0, 90.3,978.0,999.9, 14.8, 99.9,999.9,999.9{883" +2022-01-05 13:30:03,ax1,PE1RXF-7,APZMDM," 16.6,81.9, 17.0, 90.3,978.0,999.9, 14.8, 99.9,999.9,999.9{883" +2022-01-05 13:40:18,ax1,PE1RXF-7,APZMDM," 15.3,82.6, 15.5, 90.8,977.8,999.9, 13.6, 99.9,999.9,999.9{884" +2022-01-05 13:50:18,ax1,PE1RXF-7,APZMDM," 14.5,83.9, 14.6, 91.0,977.2,999.9, 12.9, 99.9,999.9,999.9{885" +2022-01-05 14:00:18,ax1,PE1RXF-7,APZMDM," 14.1,82.8, 14.0, 91.0,977.3,999.9, 12.7, 99.9,999.9,999.9{886" +2022-01-05 14:10:17,ax1,PE1RXF-7,APZMDM," 13.6,84.3, 13.5, 91.3,976.4,999.9, 12.1, 99.9,999.9,999.9{887" +2022-01-05 14:10:32,ax1,PE1RXF-7,APZMDM," 13.6,84.3, 13.5, 91.3,976.4,999.9, 12.1, 99.9,999.9,999.9{887" +2022-01-05 14:20:32,ax1,PE1RXF-7,APZMDM," 15.0,82.7, 15.0, 91.6,978.0,999.9, 14.5, 99.9,999.9,999.9{888" +2022-01-05 14:30:32,ax1,PE1RXF-7,APZMDM," 15.5,81.5, 15.3, 90.8,978.0,999.9, 15.0, 99.9,999.9,999.9{889" +2022-01-05 14:30:47,ax1,PE1RXF-7,APZMDM," 15.5,81.5, 15.3, 90.8,978.0,999.9, 15.0, 99.9,999.9,999.9{889" +2022-01-05 14:40:46,ax1,PE1RXF-7,APZMDM," 13.8,83.2, 13.6, 90.7,977.8,999.9, 12.5, 99.9,999.9,999.9{890" +2022-01-05 14:41:01,ax1,PE1RXF-7,APZMDM," 13.8,83.2, 13.6, 90.7,977.8,999.9, 12.5, 99.9,999.9,999.9{890" +2022-01-05 14:51:01,ax1,PE1RXF-7,APZMDM," 12.9,85.1, 13.2, 90.7,977.6,999.9, 11.8, 99.9,999.9,999.9{891" +2022-01-05 15:01:01,ax1,PE1RXF-7,APZMDM," 12.3,85.4, 12.3, 90.2,977.5,999.9, 11.2, 99.9,999.9,999.9{892" +2022-01-05 15:01:16,ax1,PE1RXF-7,APZMDM," 12.3,85.4, 12.3, 90.2,977.5,999.9, 11.2, 99.9,999.9,999.9{892" +2022-01-05 15:11:16,ax1,PE1RXF-7,APZMDM," 11.0,86.3, 10.5, 91.3,977.5,999.9, 9.3, 99.9,999.9,999.9{893" +2022-01-05 15:21:16,ax1,PE1RXF-7,APZMDM," 10.1,88.3, 9.7, 93.0,977.5,999.9, 8.5, 99.9,999.9,999.9{894" +2022-01-05 15:31:30,ax1,PE1RXF-7,APZMDM," 9.7,89.3, 9.2, 93.2,977.3,999.9, 8.0, 99.9,999.9,999.9{895" +2022-01-05 15:41:30,ax1,PE1RXF-7,APZMDM," 9.4,89.9, 8.6, 93.9,976.6,999.9, 7.5, 99.9,999.9,999.9{896" +2022-01-05 15:41:45,ax1,PE1RXF-7,APZMDM," 9.4,89.9, 8.6, 93.9,976.6,999.9, 7.5, 99.9,999.9,999.9{896" +2022-01-05 15:42:00,ax1,PE1RXF-7,APZMDM," 9.4,89.9, 8.6, 93.9,976.6,999.9, 7.5, 99.9,999.9,999.9{896" +2022-01-05 15:42:15,ax1,PE1RXF-7,APZMDM," 9.4,89.9, 8.6, 93.9,976.6,999.9, 7.5, 99.9,999.9,999.9{896" +2022-01-05 15:52:15,ax1,PE1RXF-7,APZMDM," 8.9,90.0, 7.8, 94.2,977.1,999.9, 6.9, 99.9,999.9,999.9{897" +2022-01-05 16:02:15,ax1,PE1RXF-7,APZMDM," 8.4,90.5, 7.3, 94.9,976.6,999.9, 6.4, 99.9,999.9,999.9{898" +2022-01-05 16:12:14,ax1,PE1RXF-7,APZMDM," 8.2,91.7, 7.0, 96.5,976.9,999.9, 6.2, 99.9,999.9,999.9{899" +2022-01-05 16:22:14,ax1,PE1RXF-7,APZMDM," 8.1,91.8, 6.8, 96.7,976.8,999.9, 6.0, 99.9,999.9,999.9{900" +2022-01-05 16:32:14,ax1,PE1RXF-7,APZMDM," 7.9,92.2, 6.4, 98.1,976.5,999.9, 5.7, 99.9,999.9,999.9{901" +2022-01-05 16:42:13,ax1,PE1RXF-7,APZMDM," 7.7,92.4, 6.1, 98.8,977.1,999.9, 5.5, 99.9,999.9,999.9{902" +2022-01-05 16:52:13,ax1,PE1RXF-7,APZMDM," 7.3,91.9, 5.8, 98.7,976.5,999.9, 5.1, 99.9,999.9,999.9{903" +2022-01-05 17:02:13,ax1,PE1RXF-7,APZMDM," 7.0,92.1, 5.6, 98.9,976.5,999.9, 4.8, 99.9,999.9,999.9{904" +2022-01-05 17:12:13,ax1,PE1RXF-7,APZMDM," 6.9,92.6, 5.5, 99.3,976.9,999.9, 4.7, 99.9,999.9,999.9{905" +2022-01-05 17:22:12,ax1,PE1RXF-7,APZMDM," 6.9,92.3, 5.3, 99.4,976.4,999.9, 4.6, 99.9,999.9,999.9{906" +2022-01-05 17:32:27,ax1,PE1RXF-7,APZMDM," 6.6,92.0, 5.1, 99.1,976.9,999.9, 4.3, 99.9,999.9,999.9{907" +2022-01-05 17:42:27,ax1,PE1RXF-7,APZMDM," 6.4,92.2, 4.9, 99.4,976.7,999.9, 4.2, 99.9,999.9,999.9{908" +2022-01-05 17:42:42,ax1,PE1RXF-7,APZMDM," 6.4,92.2, 4.9, 99.4,976.7,999.9, 4.2, 99.9,999.9,999.9{908" +2022-01-05 17:52:42,ax1,PE1RXF-7,APZMDM," 6.3,92.2, 4.7, 99.3,976.7,999.9, 4.1, 99.9,999.9,999.9{909" +2022-01-05 18:02:41,ax1,PE1RXF-7,APZMDM," 6.2,92.3, 4.5, 99.5,975.9,999.9, 3.9, 99.9,999.9,999.9{910" +2022-01-05 18:12:41,ax1,PE1RXF-7,APZMDM," 6.1,92.4, 4.4, 99.8,976.0,999.9, 3.8, 99.9,999.9,999.9{911" +2022-01-05 18:12:56,ax1,PE1RXF-7,APZMDM," 6.1,92.4, 4.4, 99.8,976.0,999.9, 3.8, 99.9,999.9,999.9{911" +2022-01-05 18:22:56,ax1,PE1RXF-7,APZMDM," 6.0,92.5, 4.3, 99.9,976.5,999.9, 3.7, 99.9,999.9,999.9{912" +2022-01-05 18:32:55,ax1,PE1RXF-7,APZMDM," 6.0,92.5, 4.2, 99.9,976.4,999.9, 3.7, 99.9,999.9,999.9{913" +2022-01-05 18:33:11,ax1,PE1RXF-7,APZMDM," 6.0,92.5, 4.2, 99.9,976.4,999.9, 3.7, 99.9,999.9,999.9{913" +2022-01-05 18:33:25,ax1,PE1RXF-7,APZMDM," 6.0,92.5, 4.2, 99.9,976.4,999.9, 3.7, 99.9,999.9,999.9{913" +2022-01-05 18:33:40,ax1,PE1RXF-7,APZMDM," 6.0,92.5, 4.2, 99.9,976.4,999.9, 3.7, 99.9,999.9,999.9{913" +2022-01-05 18:44:10,ax1,PE1RXF-7,APZMDM," 6.0,92.7, 4.2, 99.9,975.9,999.9, 3.7, 99.9,999.9,999.9{914" +2022-01-05 18:44:25,ax1,PE1RXF-7,APZMDM," 6.0,92.7, 4.2, 99.9,975.9,999.9, 3.7, 99.9,999.9,999.9{914" +2022-01-05 18:54:25,ax1,PE1RXF-7,APZMDM," 6.2,93.4, 4.3, 99.9,975.9,999.9, 3.9, 99.9,999.9,999.9{915" +2022-01-05 19:04:25,ax1,PE1RXF-7,APZMDM," 6.4,93.3, 4.4, 99.9,975.9,999.9, 4.1, 99.9,999.9,999.9{916" +2022-01-05 19:14:40,ax1,PE1RXF-7,APZMDM," 6.5,93.1, 4.5, 99.9,976.1,999.9, 4.2, 99.9,999.9,999.9{917" +2022-01-05 19:14:54,ax1,PE1RXF-7,APZMDM," 6.5,93.1, 4.5, 99.9,976.1,999.9, 4.2, 99.9,999.9,999.9{917" +2022-01-05 19:24:54,ax1,PE1RXF-7,APZMDM," 6.3,92.3, 4.3, 99.9,976.0,999.9, 4.0, 99.9,999.9,999.9{918" +2022-01-05 19:25:09,ax1,PE1RXF-7,APZMDM," 6.3,92.3, 4.3, 99.9,976.0,999.9, 4.0, 99.9,999.9,999.9{918" +2022-01-05 19:35:09,ax1,PE1RXF-7,APZMDM," 6.0,92.7, 4.1, 99.9,976.2,999.9, 3.8, 99.9,999.9,999.9{919" +2022-01-05 19:45:24,ax1,PE1RXF-7,APZMDM," 6.0,92.6, 4.1, 99.9,976.2,999.9, 3.7, 99.9,999.9,999.9{920" +2022-01-05 19:55:24,ax1,PE1RXF-7,APZMDM," 5.8,92.2, 3.9, 99.9,976.1,999.9, 3.5, 99.9,999.9,999.9{921" +2022-01-05 20:05:23,ax1,PE1RXF-7,APZMDM," 5.5,92.1, 3.7, 99.9,976.2,999.9, 3.2, 99.9,999.9,999.9{922" +2022-01-05 20:15:38,ax1,PE1RXF-7,APZMDM," 5.4,92.2, 3.5, 99.9,976.1,999.9, 3.0, 99.9,999.9,999.9{923" +2022-01-05 20:25:38,ax1,PE1RXF-7,APZMDM," 5.3,92.3, 3.4, 99.9,975.7,999.9, 2.9, 99.9,999.9,999.9{924" +2022-01-05 20:35:38,ax1,PE1RXF-7,APZMDM," 5.3,93.0, 3.4, 99.9,976.2,999.9, 3.0, 99.9,999.9,999.9{925" +2022-01-05 20:45:37,ax1,PE1RXF-7,APZMDM," 5.4,92.8, 3.4, 99.9,975.8,999.9, 3.0, 99.9,999.9,999.9{926" +2022-01-05 20:55:37,ax1,PE1RXF-7,APZMDM," 5.2,92.3, 3.2, 99.9,976.2,999.9, 2.8, 99.9,999.9,999.9{927" +2022-01-05 21:05:37,ax1,PE1RXF-7,APZMDM," 5.0,92.2, 3.1, 99.9,975.9,999.9, 2.7, 99.9,999.9,999.9{928" +2022-01-05 21:15:36,ax1,PE1RXF-7,APZMDM," 5.0,92.7, 3.0, 99.9,975.8,999.9, 2.6, 99.9,999.9,999.9{929" +2022-01-05 21:25:36,ax1,PE1RXF-7,APZMDM," 5.0,92.6, 3.0, 99.9,976.5,999.9, 2.6, 99.9,999.9,999.9{930" +2022-01-05 21:35:36,ax1,PE1RXF-7,APZMDM," 5.0,92.4, 2.9, 99.9,975.9,999.9, 2.5, 99.9,999.9,999.9{931" +2022-01-05 21:45:36,ax1,PE1RXF-7,APZMDM," 4.8,92.4, 2.8, 99.9,976.0,999.9, 2.4, 99.9,999.9,999.9{932" +2022-01-05 21:55:35,ax1,PE1RXF-7,APZMDM," 4.8,92.6, 2.8, 99.9,976.1,999.9, 2.5, 99.9,999.9,999.9{933" +2022-01-05 22:05:35,ax1,PE1RXF-7,APZMDM," 4.9,92.7, 2.8, 99.9,975.5,999.9, 2.5, 99.9,999.9,999.9{934" +2022-01-05 22:15:35,ax1,PE1RXF-7,APZMDM," 5.0,92.8, 2.9, 99.9,975.9,999.9, 2.6, 99.9,999.9,999.9{935" +2022-01-05 22:15:50,ax1,PE1RXF-7,APZMDM," 5.0,92.8, 2.9, 99.9,975.9,999.9, 2.6, 99.9,999.9,999.9{935" +2022-01-05 22:25:49,ax1,PE1RXF-7,APZMDM," 5.1,93.0, 3.0, 99.9,976.0,999.9, 2.7, 99.9,999.9,999.9{936" +2022-01-05 22:35:49,ax1,PE1RXF-7,APZMDM," 5.3,93.1, 3.1, 99.9,975.8,999.9, 2.8, 99.9,999.9,999.9{937" +2022-01-05 22:45:49,ax1,PE1RXF-7,APZMDM," 5.4,93.1, 3.2, 99.9,975.9,999.9, 3.0, 99.9,999.9,999.9{938" +2022-01-05 22:46:04,ax1,PE1RXF-7,APZMDM," 5.4,93.1, 3.2, 99.9,975.9,999.9, 3.0, 99.9,999.9,999.9{938" +2022-01-05 22:46:19,ax1,PE1RXF-7,APZMDM," 5.4,93.1, 3.2, 99.9,975.9,999.9, 3.0, 99.9,999.9,999.9{938" +2022-01-05 22:56:19,ax1,PE1RXF-7,APZMDM," 5.6,93.3, 3.3, 99.9,975.8,999.9, 3.2, 99.9,999.9,999.9{939" +2022-01-05 23:06:18,ax1,PE1RXF-7,APZMDM," 5.5,92.7, 3.3, 99.9,976.0,999.9, 3.1, 99.9,999.9,999.9{940" +2022-01-05 23:16:18,ax1,PE1RXF-7,APZMDM," 5.2,92.5, 3.2, 99.9,975.6,999.9, 2.9, 99.9,999.9,999.9{941" +2022-01-05 23:26:18,ax1,PE1RXF-7,APZMDM," 5.0,92.6, 3.0, 99.9,975.8,999.9, 2.6, 99.9,999.9,999.9{942" +2022-01-05 23:36:17,ax1,PE1RXF-7,APZMDM," 5.1,93.3, 3.0, 99.9,975.9,999.9, 2.7, 99.9,999.9,999.9{943" +2022-01-05 23:46:17,ax1,PE1RXF-7,APZMDM," 5.4,93.8, 3.2, 99.9,976.1,999.9, 3.0, 99.9,999.9,999.9{944" +2022-01-05 23:56:17,ax1,PE1RXF-7,APZMDM," 5.5,93.8, 3.3, 99.9,975.8,999.9, 3.1, 99.9,999.9,999.9{945" +2022-01-06 00:06:32,ax1,PE1RXF-7,APZMDM," 5.3,93.4, 3.2, 99.9,975.5,999.9, 2.9, 99.9,999.9,999.9{946" +2022-01-06 00:16:31,ax1,PE1RXF-7,APZMDM," 4.9,92.8, 3.0, 99.9,976.0,999.9, 2.6, 99.9,999.9,999.9{947" +2022-01-06 00:26:31,ax1,PE1RXF-7,APZMDM," 4.6,92.7, 2.7, 99.9,975.7,999.9, 2.2, 99.9,999.9,999.9{948" +2022-01-06 00:36:31,ax1,PE1RXF-7,APZMDM," 4.5,93.1, 2.6, 99.9,975.4,999.9, 2.1, 99.9,999.9,999.9{949" +2022-01-06 00:36:46,ax1,PE1RXF-7,APZMDM," 4.5,93.1, 2.6, 99.9,975.4,999.9, 2.1, 99.9,999.9,999.9{949" +2022-01-06 00:37:01,ax1,PE1RXF-7,APZMDM," 4.5,93.1, 2.6, 99.9,975.4,999.9, 2.1, 99.9,999.9,999.9{949" +2022-01-06 00:47:00,ax1,PE1RXF-7,APZMDM," 4.3,92.7, 2.5, 99.9,975.1,999.9, 1.9, 99.9,999.9,999.9{950" +2022-01-06 00:47:15,ax1,PE1RXF-7,APZMDM," 4.3,92.7, 2.5, 99.9,975.1,999.9, 1.9, 99.9,999.9,999.9{950" +2022-01-06 00:57:15,ax1,PE1RXF-7,APZMDM," 4.1,92.9, 2.3, 99.9,975.5,999.9, 1.6, 99.9,999.9,999.9{951" +2022-01-06 01:07:17,ax1,PE1RXF-7,APZMDM," 3.9,92.6, 2.1, 99.9,975.2,999.9, 1.5, 99.9,999.9,999.9{952" +2022-01-06 01:17:14,ax1,PE1RXF-7,APZMDM," 3.8,92.7, 2.0, 99.9,975.5,999.9, 1.4, 99.9,999.9,999.9{953" +2022-01-06 01:27:29,ax1,PE1RXF-7,APZMDM," 3.7,92.6, 1.8, 99.9,975.6,999.9, 1.3, 99.9,999.9,999.9{954" +2022-01-06 01:37:29,ax1,PE1RXF-7,APZMDM," 3.8,93.4, 1.9, 99.9,975.6,999.9, 1.4, 99.9,999.9,999.9{955" +2022-01-06 01:47:29,ax1,PE1RXF-7,APZMDM," 3.9,93.2, 1.9, 99.9,976.0,999.9, 1.4, 99.9,999.9,999.9{956" +2022-01-06 01:57:28,ax1,PE1RXF-7,APZMDM," 3.9,93.3, 1.9, 99.9,975.5,999.9, 1.4, 99.9,999.9,999.9{957" +2022-01-06 02:07:28,ax1,PE1RXF-7,APZMDM," 4.0,93.8, 2.0, 99.9,975.7,999.9, 1.5, 99.9,999.9,999.9{958" +2022-01-06 02:17:28,ax1,PE1RXF-7,APZMDM," 4.1,93.8, 2.0, 99.9,975.8,999.9, 1.6, 99.9,999.9,999.9{959" +2022-01-06 02:27:27,ax1,PE1RXF-7,APZMDM," 4.1,93.5, 2.0, 99.9,975.6,999.9, 1.5, 99.9,999.9,999.9{960" +2022-01-06 02:37:27,ax1,PE1RXF-7,APZMDM," 3.9,93.1, 1.8, 99.9,975.6,999.9, 1.3, 99.9,999.9,999.9{961" +2022-01-06 02:47:27,ax1,PE1RXF-7,APZMDM," 3.6,92.7, 1.6, 99.9,975.9,999.9, 1.0, 99.9,999.9,999.9{962" +2022-01-06 02:57:27,ax1,PE1RXF-7,APZMDM," 3.2,92.3, 1.3, 99.9,975.6,999.9, 0.6, 99.9,999.9,999.9{963" +2022-01-06 03:07:26,ax1,PE1RXF-7,APZMDM," 2.9,92.3, 1.0, 99.9,975.6,999.9, 0.3, 99.9,999.9,999.9{964" +2022-01-06 03:17:26,ax1,PE1RXF-7,APZMDM," 2.6,92.1, 0.8, 99.9,975.6,999.9, -0.1, 99.9,999.9,999.9{965" +2022-01-06 03:27:26,ax1,PE1RXF-7,APZMDM," 2.3,92.1, 0.5, 99.9,975.5,999.9, -0.4, 99.9,999.9,999.9{966" +2022-01-06 03:37:25,ax1,PE1RXF-7,APZMDM," 2.1,92.1, 0.2, 99.9,975.8,999.9, -0.5, 99.9,999.9,999.9{967" +2022-01-06 03:47:25,ax1,PE1RXF-7,APZMDM," 2.0,92.5, 0.0, 99.9,975.9,999.9, -0.7, 99.9,999.9,999.9{968" +2022-01-06 03:57:25,ax1,PE1RXF-7,APZMDM," 2.2,93.6, 0.1, 99.9,975.7,999.9, -0.4, 99.9,999.9,999.9{969" +2022-01-06 04:07:25,ax1,PE1RXF-7,APZMDM," 2.7,94.2, 0.4, 99.9,975.7,999.9, 0.1, 99.9,999.9,999.9{970" +2022-01-06 04:17:24,ax1,PE1RXF-7,APZMDM," 2.9,94.0, 0.7, 99.9,975.9,999.9, 0.4, 99.9,999.9,999.9{971" +2022-01-06 04:27:24,ax1,PE1RXF-7,APZMDM," 3.0,93.8, 0.7, 99.9,975.6,999.9, 0.4, 99.9,999.9,999.9{972" +2022-01-06 04:37:24,ax1,PE1RXF-7,APZMDM," 2.8,93.3, 0.7, 99.9,975.6,999.9, 0.2, 99.9,999.9,999.9{973" +2022-01-06 04:47:23,ax1,PE1RXF-7,APZMDM," 2.5,92.6, 0.4, 99.9,976.2,999.9, -0.1, 99.9,999.9,999.9{974" +2022-01-06 04:57:23,ax1,PE1RXF-7,APZMDM," 2.0,92.2, 0.1, 99.9,975.2,999.9, -0.5, 99.9,999.9,999.9{975" +2022-01-06 05:07:23,ax1,PE1RXF-7,APZMDM," 1.7,92.1, -0.2, 99.9,975.6,999.9, -0.9, 99.9,999.9,999.9{976" +2022-01-06 05:17:22,ax1,PE1RXF-7,APZMDM," 1.6,92.3, -0.4, 99.9,975.6,999.9, -1.0, 99.9,999.9,999.9{977" +2022-01-06 05:27:37,ax1,PE1RXF-7,APZMDM," 1.6,92.6, -0.5, 99.9,975.7,999.9, -0.9, 99.9,999.9,999.9{978" +2022-01-06 05:37:37,ax1,PE1RXF-7,APZMDM," 1.6,92.6, -0.6, 99.9,975.7,999.9, -0.9, 99.9,999.9,999.9{979" +2022-01-06 05:47:36,ax1,PE1RXF-7,APZMDM," 1.5,92.2, -0.7, 99.9,975.8,999.9, -1.0, 99.9,999.9,999.9{980" +2022-01-06 05:57:36,ax1,PE1RXF-7,APZMDM," 1.3,92.0, -0.8, 99.9,975.7,999.9, -1.2, 99.9,999.9,999.9{981" +2022-01-06 06:07:36,ax1,PE1RXF-7,APZMDM," 1.2,92.1, -0.9, 99.9,975.3,999.9, -1.3, 99.9,999.9,999.9{982" +2022-01-06 06:17:36,ax1,PE1RXF-7,APZMDM," 1.2,92.0, -1.1, 99.9,975.6,999.9, -1.5, 99.9,999.9,999.9{983" +2022-01-06 06:27:35,ax1,PE1RXF-7,APZMDM," 1.1,91.8, -1.2, 99.9,975.6,999.9, -1.6, 99.9,999.9,999.9{984" +2022-01-06 06:27:50,ax1,PE1RXF-7,APZMDM," 1.1,91.8, -1.2, 99.9,975.6,999.9, -1.6, 99.9,999.9,999.9{984" +2022-01-06 06:28:05,ax1,PE1RXF-7,APZMDM," 1.1,91.8, -1.2, 99.9,975.6,999.9, -1.6, 99.9,999.9,999.9{984" +2022-01-06 06:38:20,ax1,PE1RXF-7,APZMDM," 1.0,91.8, -1.2, 99.9,975.4,999.9, -1.7, 99.9,999.9,999.9{985" +2022-01-06 06:48:20,ax1,PE1RXF-7,APZMDM," 1.0,92.3, -1.2, 99.9,975.4,999.9, -1.6, 99.9,999.9,999.9{986" +2022-01-06 06:48:35,ax1,PE1RXF-7,APZMDM," 1.0,92.3, -1.2, 99.9,975.4,999.9, -1.6, 99.9,999.9,999.9{986" +2022-01-06 06:48:50,ax1,PE1RXF-7,APZMDM," 1.0,92.3, -1.2, 99.9,975.4,999.9, -1.6, 99.9,999.9,999.9{986" +2022-01-06 06:49:05,ax1,PE1RXF-7,APZMDM," 1.0,92.3, -1.2, 99.9,975.4,999.9, -1.6, 99.9,999.9,999.9{986" +2022-01-06 06:59:04,ax1,PE1RXF-7,APZMDM," 1.2,92.3, -1.2, 99.9,975.6,999.9, -1.5, 99.9,999.9,999.9{987" +2022-01-06 07:09:04,ax1,PE1RXF-7,APZMDM," 1.2,91.9, -1.2, 99.9,975.3,999.9, -1.6, 99.9,999.9,999.9{988" +2022-01-06 07:09:19,ax1,PE1RXF-7,APZMDM," 1.2,91.9, -1.2, 99.9,975.3,999.9, -1.6, 99.9,999.9,999.9{988" +2022-01-06 07:19:19,ax1,PE1RXF-7,APZMDM," 1.0,91.6, -1.3, 99.9,975.7,999.9, -1.7, 99.9,999.9,999.9{989" +2022-01-06 07:29:18,ax1,PE1RXF-7,APZMDM," 1.0,91.5, -1.3, 99.9,975.7,999.9, -1.8, 99.9,999.9,999.9{990" +2022-01-06 07:29:34,ax1,PE1RXF-7,APZMDM," 1.0,91.5, -1.3, 99.9,975.7,999.9, -1.8, 99.9,999.9,999.9{990" +2022-01-06 07:39:33,ax1,PE1RXF-7,APZMDM," 0.9,91.4, -1.3, 99.9,975.4,999.9, -1.8, 99.9,999.9,999.9{991" +2022-01-06 07:49:33,ax1,PE1RXF-7,APZMDM," 0.7,91.0, -1.5, 99.9,975.7,999.9, -2.0, 99.9,999.9,999.9{992" +2022-01-06 07:59:32,ax1,PE1RXF-7,APZMDM," 0.5,91.0, -1.6, 99.9,975.3,999.9, -2.2, 99.9,999.9,999.9{993" +2022-01-06 08:09:32,ax1,PE1RXF-7,APZMDM," 0.4,91.0, -1.8, 99.9,975.2,999.9, -2.4, 99.9,999.9,999.9{994" +2022-01-06 08:19:32,ax1,PE1RXF-7,APZMDM," 0.3,91.0, -1.9, 99.9,975.8,999.9, -2.5, 99.9,999.9,999.9{995" +2022-01-06 08:29:31,ax1,PE1RXF-7,APZMDM," 0.3,91.0, -2.0, 99.9,975.8,999.9, -2.6, 99.9,999.9,999.9{996" +2022-01-06 08:39:31,ax1,PE1RXF-7,APZMDM," 0.3,91.1, -2.0, 99.9,976.3,999.9, -2.5, 99.9,999.9,999.9{997" +2022-01-06 08:49:31,ax1,PE1RXF-7,APZMDM," 0.4,91.1, -2.0, 99.9,976.1,999.9, -2.5, 99.9,999.9,999.9{998" +2022-01-06 08:59:31,ax1,PE1RXF-7,APZMDM," 0.4,91.1, -1.8, 99.9,975.7,999.9, -2.4, 99.9,999.9,999.9{999" +2022-01-06 09:09:30,ax1,PE1RXF-7,APZMDM," 0.7,91.6, -1.5, 99.9,975.5,999.9, -2.2, 99.9,999.9,999.9{000" +2022-01-06 09:09:45,ax1,PE1RXF-7,APZMDM," 0.7,91.6, -1.5, 99.9,975.5,999.9, -2.2, 99.9,999.9,999.9{000" +2022-01-06 09:10:15,ax1,PE1RXF-7,APZMDM," 0.7,91.6, -1.5, 99.9,975.5,999.9, -2.2, 99.9,999.9,999.9{000" +2022-01-06 09:20:15,ax1,PE1RXF-7,APZMDM," 1.3,91.9, -1.0, 99.9,975.2,999.9, -1.7, 99.9,999.9,999.9{001" +2022-01-06 09:30:15,ax1,PE1RXF-7,APZMDM," 1.7,91.3, -0.5, 99.9,975.6,999.9, -1.3, 99.9,999.9,999.9{002" +2022-01-06 09:30:30,ax1,PE1RXF-7,APZMDM," 1.7,91.3, -0.5, 99.9,975.6,999.9, -1.3, 99.9,999.9,999.9{002" +2022-01-06 09:40:29,ax1,PE1RXF-7,APZMDM," 2.2,90.9, 0.4, 99.9,975.9,999.9, -0.8, 99.9,999.9,999.9{003" +2022-01-06 09:50:29,ax1,PE1RXF-7,APZMDM," 2.8,90.9, 1.2, 99.9,975.5,999.9, -0.2, 99.9,999.9,999.9{004" +2022-01-06 10:00:29,ax1,PE1RXF-7,APZMDM," 3.6,90.5, 1.7, 99.9,975.8,999.9, 0.6, 99.9,999.9,999.9{005" +2022-01-06 10:10:28,ax1,PE1RXF-7,APZMDM," 4.5,89.8, 2.4, 99.9,975.8,999.9, 1.5, 99.9,999.9,999.9{006" +2022-01-06 10:20:28,ax1,PE1RXF-7,APZMDM," 5.5,88.7, 3.5, 99.7,975.7,999.9, 2.3, 99.9,999.9,999.9{007" +2022-01-06 10:30:28,ax1,PE1RXF-7,APZMDM," 6.2,88.0, 4.0, 99.9,975.8,999.9, 3.2, 99.9,999.9,999.9{008" +2022-01-06 10:40:28,ax1,PE1RXF-7,APZMDM," 7.2,86.7, 5.3, 99.9,976.1,999.9, 4.0, 99.9,999.9,999.9{009" +2022-01-06 10:50:42,ax1,PE1RXF-7,APZMDM," 9.0,84.0, 6.7, 99.4,976.3,999.9, 5.0, 99.9,999.9,999.9{010" +2022-01-06 11:00:42,ax1,PE1RXF-7,APZMDM," 11.0,80.7, 7.0, 99.1,976.3,999.9, 5.0, 99.9,999.9,999.9{011" +2022-01-06 11:10:42,ax1,PE1RXF-7,APZMDM," 14.4,75.9, 9.3, 96.8,976.3,999.9, 6.6, 99.9,999.9,999.9{012" +2022-01-06 11:20:56,ax1,PE1RXF-7,APZMDM," 13.6,79.3, 10.4, 95.0,976.8,999.9, 7.3, 99.9,999.9,999.9{013" +2022-01-06 11:30:56,ax1,PE1RXF-7,APZMDM," 15.0,78.4, 12.2, 93.4,976.5,999.9, 8.7, 99.9,999.9,999.9{014" +2022-01-06 11:40:56,ax1,PE1RXF-7,APZMDM," 16.4,77.9, 14.2, 92.1,976.8,999.9, 10.2, 99.9,999.9,999.9{015" +2022-01-06 11:50:56,ax1,PE1RXF-7,APZMDM," 14.0,78.9, 12.8, 90.1,977.4,999.9, 9.8, 99.9,999.9,999.9{016" +2022-01-06 12:00:56,ax1,PE1RXF-7,APZMDM," 13.9,81.6, 13.8, 89.6,977.4,999.9, 9.8, 99.9,999.9,999.9{017" +2022-01-06 12:10:55,ax1,PE1RXF-7,APZMDM," 15.8,80.7, 14.9, 88.7,976.9,999.9, 11.2, 99.9,999.9,999.9{018" +2022-01-06 12:20:55,ax1,PE1RXF-7,APZMDM," 17.7,79.5, 15.3, 89.1,977.6,999.9, 12.8, 99.9,999.9,999.9{019" +2022-01-06 12:30:55,ax1,PE1RXF-7,APZMDM," 17.2,79.1, 15.7, 90.4,977.4,999.9, 14.1, 99.9,999.9,999.9{020" +2022-01-06 12:40:55,ax1,PE1RXF-7,APZMDM," 18.9,78.4, 16.3, 90.9,978.6,999.9, 15.4, 99.9,999.9,999.9{021" +2022-01-06 12:41:10,ax1,PE1RXF-7,APZMDM," 18.9,78.4, 16.3, 90.9,978.6,999.9, 15.4, 99.9,999.9,999.9{021" +2022-01-06 12:51:09,ax1,PE1RXF-7,APZMDM," 19.4,79.3, 16.9, 90.9,977.8,999.9, 16.7, 99.9,999.9,999.9{022" +2022-01-06 13:01:09,ax1,PE1RXF-7,APZMDM," 19.9,77.9, 17.5, 90.5,979.1,999.9, 17.5, 99.9,999.9,999.9{023" +2022-01-06 13:11:09,ax1,PE1RXF-7,APZMDM," 19.2,78.7, 18.2, 90.5,979.3,999.9, 18.3, 99.9,999.9,999.9{024" +2022-01-06 13:11:24,ax1,PE1RXF-7,APZMDM," 19.2,78.7, 18.2, 90.5,979.3,999.9, 18.3, 99.9,999.9,999.9{024" +2022-01-06 13:21:39,ax1,PE1RXF-7,APZMDM," 20.1,78.0, 18.4, 89.5,979.1,999.9, 18.7, 99.9,999.9,999.9{025" +2022-01-06 13:31:39,ax1,PE1RXF-7,APZMDM," 18.7,79.1, 18.8, 88.8,978.8,999.9, 18.9, 96.7,999.9,999.9{026" +2022-01-06 13:41:39,ax1,PE1RXF-7,APZMDM," 18.3,78.7, 19.4, 85.3,978.9,999.9, 19.1, 91.8,999.9,999.9{027" +2022-01-06 13:51:38,ax1,PE1RXF-7,APZMDM," 18.6,79.9, 19.7, 83.3,979.1,999.9, 19.0, 86.7,999.9,999.9{028" +2022-01-06 14:01:38,ax1,PE1RXF-7,APZMDM," 18.3,78.4, 19.6, 82.3,979.1,999.9, 18.9, 83.3,999.9,999.9{029" +2022-01-06 14:11:38,ax1,PE1RXF-7,APZMDM," 16.9,78.8, 19.6, 82.2,978.6,999.9, 18.8, 81.7,999.9,999.9{030" +2022-01-06 14:21:38,ax1,PE1RXF-7,APZMDM," 16.3,79.5, 19.7, 80.9,979.0,999.9, 18.6, 78.4,999.9,999.9{031" +2022-01-06 14:31:38,ax1,PE1RXF-7,APZMDM," 15.9,79.1, 19.5, 80.7,978.7,999.9, 18.3, 76.7,999.9,999.9{032" +2022-01-06 14:41:37,ax1,PE1RXF-7,APZMDM," 16.3,78.2, 19.5, 77.9,978.8,999.9, 17.8, 74.9,999.9,999.9{033" +2022-01-06 14:51:37,ax1,PE1RXF-7,APZMDM," 15.6,78.7, 18.9, 76.7,978.7,999.9, 17.0, 74.9,999.9,999.9{034" +2022-01-06 14:51:52,ax1,PE1RXF-7,APZMDM," 15.6,78.7, 18.9, 76.7,978.7,999.9, 17.0, 74.9,999.9,999.9{034" +2022-01-06 15:01:52,ax1,PE1RXF-7,APZMDM," 14.7,79.2, 17.8, 77.6,978.5,999.9, 16.1, 75.6,999.9,999.9{035" +2022-01-06 15:11:52,ax1,PE1RXF-7,APZMDM," 13.8,80.5, 17.0, 76.9,978.8,999.9, 15.4, 75.4,999.9,999.9{036" +2022-01-06 15:21:52,ax1,PE1RXF-7,APZMDM," 13.0,81.7, 16.2, 78.2,977.9,999.9, 13.9, 77.6,999.9,999.9{037" +2022-01-06 15:31:51,ax1,PE1RXF-7,APZMDM," 12.3,82.3, 15.0, 79.0,978.4,999.9, 12.1, 83.6,999.9,999.9{038" +2022-01-06 15:41:51,ax1,PE1RXF-7,APZMDM," 11.5,82.5, 13.7, 80.2,978.3,999.9, 10.8, 90.5,999.9,999.9{039" +2022-01-06 15:51:51,ax1,PE1RXF-7,APZMDM," 10.6,83.4, 12.6, 81.4,977.7,999.9, 9.8, 96.5,999.9,999.9{040" +2022-01-06 16:01:51,ax1,PE1RXF-7,APZMDM," 9.7,84.0, 11.1, 82.5,977.4,999.9, 8.7, 99.9,999.9,999.9{041" +2022-01-06 16:11:50,ax1,PE1RXF-7,APZMDM," 8.7,84.7, 9.7, 85.1,977.3,999.9, 7.4, 99.9,999.9,999.9{042" +2022-01-06 16:21:50,ax1,PE1RXF-7,APZMDM," 7.7,85.6, 8.4, 85.4,977.4,999.9, 6.2, 99.9,999.9,999.9{043" +2022-01-06 16:31:50,ax1,PE1RXF-7,APZMDM," 6.8,86.7, 7.3, 86.5,976.6,999.9, 5.3, 99.9,999.9,999.9{044" +2022-01-06 16:41:50,ax1,PE1RXF-7,APZMDM," 6.2,87.2, 6.4, 87.3,976.8,999.9, 4.5, 99.9,999.9,999.9{045" +2022-01-06 16:51:49,ax1,PE1RXF-7,APZMDM," 5.7,87.7, 5.5, 88.0,976.5,999.9, 3.9, 99.9,999.9,999.9{046" +2022-01-06 16:52:19,ax1,PE1RXF-7,APZMDM," 5.7,87.7, 5.5, 88.0,976.5,999.9, 3.9, 99.9,999.9,999.9{046" +2022-01-06 17:02:19,ax1,PE1RXF-7,APZMDM," 5.3,88.5, 4.9, 89.1,976.2,999.9, 3.4, 99.9,999.9,999.9{047" +2022-01-06 17:12:19,ax1,PE1RXF-7,APZMDM," 5.1,89.4, 4.3, 89.9,976.2,999.9, 3.1, 99.9,999.9,999.9{048" +2022-01-06 17:22:18,ax1,PE1RXF-7,APZMDM," 5.1,90.2, 4.1, 90.7,976.3,999.9, 3.0, 99.9,999.9,999.9{049" +2022-01-06 17:32:18,ax1,PE1RXF-7,APZMDM," 5.2,90.7, 4.0, 91.0,975.9,999.9, 3.1, 99.9,999.9,999.9{050" +2022-01-06 17:42:18,ax1,PE1RXF-7,APZMDM," 5.3,90.9, 3.9, 91.5,975.9,999.9, 3.1, 99.9,999.9,999.9{051" +2022-01-06 17:52:18,ax1,PE1RXF-7,APZMDM," 5.2,90.8, 3.8, 91.8,976.2,999.9, 3.0, 99.9,999.9,999.9{052" +2022-01-06 18:02:17,ax1,PE1RXF-7,APZMDM," 5.1,90.7, 3.6, 92.1,975.8,999.9, 2.8, 99.9,999.9,999.9{053" +2022-01-06 18:12:17,ax1,PE1RXF-7,APZMDM," 4.9,90.4, 3.4, 92.0,975.8,999.9, 2.6, 99.9,999.9,999.9{054" +2022-01-06 18:22:17,ax1,PE1RXF-7,APZMDM," 4.8,91.2, 3.3, 92.3,975.8,999.9, 2.6, 99.9,999.9,999.9{055" +2022-01-06 18:32:17,ax1,PE1RXF-7,APZMDM," 5.0,91.7, 3.3, 92.8,975.9,999.9, 2.8, 99.9,999.9,999.9{056" +2022-01-06 18:42:16,ax1,PE1RXF-7,APZMDM," 5.2,92.0, 3.4, 93.2,975.5,999.9, 2.9, 99.9,999.9,999.9{057" +2022-01-06 18:42:31,ax1,PE1RXF-7,APZMDM," 5.2,92.0, 3.4, 93.2,975.5,999.9, 2.9, 99.9,999.9,999.9{057" +2022-01-06 18:52:31,ax1,PE1RXF-7,APZMDM," 5.3,92.1, 3.4, 93.4,975.7,999.9, 3.0, 99.9,999.9,999.9{058" +2022-01-06 19:02:31,ax1,PE1RXF-7,APZMDM," 5.3,92.2, 3.5, 93.7,975.6,999.9, 3.1, 99.9,999.9,999.9{059" +2022-01-06 19:12:30,ax1,PE1RXF-7,APZMDM," 5.4,92.2, 3.5, 93.9,976.1,999.9, 3.2, 99.9,999.9,999.9{060" +2022-01-06 19:13:00,ax1,PE1RXF-7,APZMDM," 5.4,92.2, 3.5, 93.9,976.1,999.9, 3.2, 99.9,999.9,999.9{060" +2022-01-06 19:23:00,ax1,PE1RXF-7,APZMDM," 5.4,92.2, 3.6, 94.3,975.7,999.9, 3.2, 99.9,999.9,999.9{061" +2022-01-06 19:33:00,ax1,PE1RXF-7,APZMDM," 5.4,92.3, 3.6, 94.3,975.7,999.9, 3.1, 99.9,999.9,999.9{062" +2022-01-06 19:33:15,ax1,PE1RXF-7,APZMDM," 5.4,92.3, 3.6, 94.3,975.7,999.9, 3.1, 99.9,999.9,999.9{062" +2022-01-06 19:43:15,ax1,PE1RXF-7,APZMDM," 5.3,92.2, 3.5, 94.5,975.5,999.9, 3.1, 99.9,999.9,999.9{063" +2022-01-06 19:53:14,ax1,PE1RXF-7,APZMDM," 5.2,92.1, 3.4, 94.9,975.9,999.9, 3.0, 99.9,999.9,999.9{064" +2022-01-06 20:03:14,ax1,PE1RXF-7,APZMDM," 5.1,92.1, 3.3, 95.1,976.2,999.9, 2.8, 99.9,999.9,999.9{065" +2022-01-06 20:13:14,ax1,PE1RXF-7,APZMDM," 5.0,92.3, 3.2, 95.0,976.0,999.9, 2.8, 99.9,999.9,999.9{066" +2022-01-06 20:23:13,ax1,PE1RXF-7,APZMDM," 5.0,92.4, 3.2, 95.3,976.0,999.9, 2.8, 99.9,999.9,999.9{067" +2022-01-06 20:33:13,ax1,PE1RXF-7,APZMDM," 5.0,92.3, 3.2, 95.5,976.0,999.9, 2.7, 99.9,999.9,999.9{068" +2022-01-06 20:43:13,ax1,PE1RXF-7,APZMDM," 4.9,92.3, 3.1, 95.5,976.3,999.9, 2.6, 99.9,999.9,999.9{069" +2022-01-06 20:53:13,ax1,PE1RXF-7,APZMDM," 4.8,92.3, 3.0, 95.6,976.2,999.9, 2.5, 99.9,999.9,999.9{070" +2022-01-06 21:03:27,ax1,PE1RXF-7,APZMDM," 4.7,92.4, 2.9, 95.8,976.0,999.9, 2.4, 99.9,999.9,999.9{071" +2022-01-06 21:13:27,ax1,PE1RXF-7,APZMDM," 4.8,92.7, 2.9, 96.1,975.6,999.9, 2.5, 99.9,999.9,999.9{072" +2022-01-06 21:23:27,ax1,PE1RXF-7,APZMDM," 4.9,92.8, 3.0, 96.5,975.7,999.9, 2.6, 99.9,999.9,999.9{073" +2022-01-06 21:33:26,ax1,PE1RXF-7,APZMDM," 5.0,92.8, 3.0, 96.5,975.9,999.9, 2.6, 99.9,999.9,999.9{074" +2022-01-06 21:43:26,ax1,PE1RXF-7,APZMDM," 5.0,92.8, 3.0, 96.7,976.1,999.9, 2.6, 99.9,999.9,999.9{075" +2022-01-06 21:53:26,ax1,PE1RXF-7,APZMDM," 5.0,92.8, 3.0, 97.1,975.3,999.9, 2.6, 99.9,999.9,999.9{076" +2022-01-06 22:03:25,ax1,PE1RXF-7,APZMDM," 5.0,92.8, 3.0, 97.1,975.7,999.9, 2.7, 99.9,999.9,999.9{077" +2022-01-06 22:13:40,ax1,PE1RXF-7,APZMDM," 5.1,92.7, 3.1, 97.2,976.0,999.9, 2.7, 99.9,999.9,999.9{078" +2022-01-06 22:24:10,ax1,PE1RXF-7,APZMDM," 5.1,92.6, 3.0, 97.2,975.6,999.9, 2.8, 99.9,999.9,999.9{079" +2022-01-06 22:34:10,ax1,PE1RXF-7,APZMDM," 5.0,92.5, 3.1, 97.4,975.4,999.9, 2.8, 99.9,999.9,999.9{080" +2022-01-06 22:44:10,ax1,PE1RXF-7,APZMDM," 5.0,92.3, 3.0, 97.3,975.6,999.9, 2.7, 99.9,999.9,999.9{081" +2022-01-06 22:54:10,ax1,PE1RXF-7,APZMDM," 5.0,92.2, 3.0, 97.5,975.5,999.9, 2.7, 99.9,999.9,999.9{082" +2022-01-06 23:04:09,ax1,PE1RXF-7,APZMDM," 5.0,92.1, 3.0, 97.5,975.2,999.9, 2.7, 99.9,999.9,999.9{083" +2022-01-06 23:14:09,ax1,PE1RXF-7,APZMDM," 5.0,92.1, 3.0, 97.7,975.4,999.9, 2.8, 99.9,999.9,999.9{084" +2022-01-06 23:24:09,ax1,PE1RXF-7,APZMDM," 5.0,92.0, 3.0, 97.7,975.1,999.9, 2.7, 99.9,999.9,999.9{085" +2022-01-06 23:24:24,ax1,PE1RXF-7,APZMDM," 5.0,92.0, 3.0, 97.7,975.1,999.9, 2.7, 99.9,999.9,999.9{085" +2022-01-06 23:34:23,ax1,PE1RXF-7,APZMDM," 5.0,92.1, 3.1, 97.7,974.5,999.9, 2.8, 99.9,999.9,999.9{086" +2022-01-06 23:34:39,ax1,PE1RXF-7,APZMDM," 5.0,92.1, 3.1, 97.7,974.5,999.9, 2.8, 99.9,999.9,999.9{086" +2022-01-06 23:44:38,ax1,PE1RXF-7,APZMDM," 5.0,92.1, 3.1, 97.7,975.0,999.9, 2.8, 99.9,999.9,999.9{087" +2022-01-06 23:54:53,ax1,PE1RXF-7,APZMDM," 5.0,92.1, 3.1, 97.7,976.1,999.9, 2.8, 99.9,999.9,999.9{088" +2022-01-07 00:04:53,ax1,PE1RXF-7,APZMDM," 5.0,92.1, 3.0, 97.9,975.8,999.9, 2.8, 99.9,999.9,999.9{089" +2022-01-07 00:14:53,ax1,PE1RXF-7,APZMDM," 5.0,92.1, 3.1, 98.0,976.3,999.9, 2.8, 99.9,999.9,999.9{090" +2022-01-07 00:15:08,ax1,PE1RXF-7,APZMDM," 5.0,92.1, 3.1, 98.0,976.3,999.9, 2.8, 99.9,999.9,999.9{090" +2022-01-07 00:25:07,ax1,PE1RXF-7,APZMDM," 5.0,92.2, 3.1, 98.1,975.8,999.9, 2.8, 99.9,999.9,999.9{091" +2022-01-07 00:35:07,ax1,PE1RXF-7,APZMDM," 5.0,92.1, 3.1, 98.2,976.1,999.9, 2.8, 99.9,999.9,999.9{092" +2022-01-07 00:45:07,ax1,PE1RXF-7,APZMDM," 5.1,92.2, 3.1, 98.2,976.1,999.9, 2.8, 99.9,999.9,999.9{093" +2022-01-07 00:55:07,ax1,PE1RXF-7,APZMDM," 5.1,92.1, 3.2, 98.2,976.2,999.9, 2.9, 99.9,999.9,999.9{094" +2022-01-07 00:55:37,ax1,PE1RXF-7,APZMDM," 5.1,92.1, 3.2, 98.2,976.2,999.9, 2.9, 99.9,999.9,999.9{094" +2022-01-07 01:05:37,ax1,PE1RXF-7,APZMDM," 5.2,92.2, 3.2, 98.3,975.8,999.9, 2.9, 99.9,999.9,999.9{095" +2022-01-07 01:05:52,ax1,PE1RXF-7,APZMDM," 5.2,92.2, 3.2, 98.3,975.8,999.9, 2.9, 99.9,999.9,999.9{095" +2022-01-07 01:15:51,ax1,PE1RXF-7,APZMDM," 5.2,92.1, 3.3, 98.2,975.8,999.9, 2.9, 99.9,999.9,999.9{096" +2022-01-07 01:16:06,ax1,PE1RXF-7,APZMDM," 5.2,92.1, 3.3, 98.2,975.8,999.9, 2.9, 99.9,999.9,999.9{096" +2022-01-07 01:26:06,ax1,PE1RXF-7,APZMDM," 5.2,92.2, 3.3, 98.3,975.9,999.9, 2.9, 99.9,999.9,999.9{097" +2022-01-07 01:36:06,ax1,PE1RXF-7,APZMDM," 5.2,91.9, 3.3, 98.3,976.1,999.9, 3.0, 99.9,999.9,999.9{098" +2022-01-07 01:46:06,ax1,PE1RXF-7,APZMDM," 5.3,91.9, 3.3, 98.2,976.3,999.9, 3.0, 99.9,999.9,999.9{099" +2022-01-07 01:56:05,ax1,PE1RXF-7,APZMDM," 5.2,91.5, 3.3, 98.0,976.2,999.9, 2.9, 99.9,999.9,999.9{100" +2022-01-07 02:06:05,ax1,PE1RXF-7,APZMDM," 5.1,91.4, 3.2, 98.1,976.2,999.9, 2.8, 99.9,999.9,999.9{101" +2022-01-07 02:16:05,ax1,PE1RXF-7,APZMDM," 5.0,91.5, 3.2, 98.2,976.0,999.9, 2.7, 99.9,999.9,999.9{102" +2022-01-07 02:26:05,ax1,PE1RXF-7,APZMDM," 4.9,91.6, 3.1, 98.4,976.0,999.9, 2.5, 99.9,999.9,999.9{103" +2022-01-07 02:36:05,ax1,PE1RXF-7,APZMDM," 4.8,91.8, 3.0, 98.6,976.0,999.9, 2.4, 99.9,999.9,999.9{104" +2022-01-07 02:46:04,ax1,PE1RXF-7,APZMDM," 4.6,92.2, 2.9, 98.6,975.5,999.9, 2.2, 99.9,999.9,999.9{105" +2022-01-07 02:56:04,ax1,PE1RXF-7,APZMDM," 4.5,92.5, 2.8, 98.9,975.9,999.9, 2.2, 99.9,999.9,999.9{106" +2022-01-07 03:06:04,ax1,PE1RXF-7,APZMDM," 4.4,92.8, 2.7, 99.0,975.9,999.9, 2.1, 99.9,999.9,999.9{107" +2022-01-07 03:16:04,ax1,PE1RXF-7,APZMDM," 4.4,93.0, 2.7, 99.4,976.8,999.9, 2.1, 99.9,999.9,999.9{108" +2022-01-07 03:26:03,ax1,PE1RXF-7,APZMDM," 4.3,93.1, 2.6, 99.7,975.7,999.9, 2.1, 99.9,999.9,999.9{109" +2022-01-07 03:36:07,ax1,PE1RXF-7,APZMDM," 4.3,93.2, 2.6, 99.8,975.8,999.9, 2.1, 99.9,999.9,999.9{110" +2022-01-07 03:46:03,ax1,PE1RXF-7,APZMDM," 4.3,93.3, 2.6, 99.8,975.8,999.9, 2.0, 99.9,999.9,999.9{111" +2022-01-07 03:56:03,ax1,PE1RXF-7,APZMDM," 4.3,93.5, 2.6, 99.8,975.7,999.9, 2.0, 99.9,999.9,999.9{112" +2022-01-07 04:06:02,ax1,PE1RXF-7,APZMDM," 4.2,93.6, 2.5, 99.9,976.1,999.9, 2.0, 99.9,999.9,999.9{113" +2022-01-07 04:16:02,ax1,PE1RXF-7,APZMDM," 4.2,93.8, 2.5, 99.9,975.6,999.9, 2.0, 99.9,999.9,999.9{114" +2022-01-07 04:16:17,ax1,PE1RXF-7,APZMDM," 4.2,93.8, 2.5, 99.9,975.6,999.9, 2.0, 99.9,999.9,999.9{114" +2022-01-07 04:26:17,ax1,PE1RXF-7,APZMDM," 4.2,93.9, 2.5, 99.9,975.9,999.9, 1.9, 99.9,999.9,999.9{115" +2022-01-07 04:36:17,ax1,PE1RXF-7,APZMDM," 4.2,94.0, 2.5, 99.9,976.0,999.9, 2.0, 99.9,999.9,999.9{116" +2022-01-07 04:46:16,ax1,PE1RXF-7,APZMDM," 4.1,94.1, 2.5, 99.9,975.9,999.9, 1.9, 99.9,999.9,999.9{117" +2022-01-07 04:56:16,ax1,PE1RXF-7,APZMDM," 4.1,94.2, 2.4, 99.9,975.6,999.9, 1.9, 99.9,999.9,999.9{118" +2022-01-07 05:06:16,ax1,PE1RXF-7,APZMDM," 4.1,94.3, 2.4, 99.9,975.6,999.9, 1.9, 99.9,999.9,999.9{119" +2022-01-07 05:16:16,ax1,PE1RXF-7,APZMDM," 4.1,94.3, 2.4, 99.9,975.9,999.9, 1.9, 99.9,999.9,999.9{120" +2022-01-07 05:26:15,ax1,PE1RXF-7,APZMDM," 4.1,94.4, 2.4, 99.9,976.0,999.9, 1.9, 99.9,999.9,999.9{121" +2022-01-07 05:36:15,ax1,PE1RXF-7,APZMDM," 4.1,94.5, 2.4, 99.9,976.0,999.9, 1.9, 99.9,999.9,999.9{122" +2022-01-07 05:46:15,ax1,PE1RXF-7,APZMDM," 4.2,94.6, 2.4, 99.9,975.9,999.9, 1.9, 99.9,999.9,999.9{123" +2022-01-07 05:56:14,ax1,PE1RXF-7,APZMDM," 4.2,94.6, 2.5, 99.9,976.0,999.9, 2.0, 99.9,999.9,999.9{124" +2022-01-07 06:06:14,ax1,PE1RXF-7,APZMDM," 4.3,94.6, 2.5, 99.9,975.4,999.9, 2.0, 99.9,999.9,999.9{125" +2022-01-07 06:16:14,ax1,PE1RXF-7,APZMDM," 4.3,94.6, 2.5, 99.9,975.8,999.9, 2.1, 99.9,999.9,999.9{126" +2022-01-07 06:26:13,ax1,PE1RXF-7,APZMDM," 4.4,94.6, 2.6, 99.9,975.9,999.9, 2.1, 99.9,999.9,999.9{127" +2022-01-07 06:26:44,ax1,PE1RXF-7,APZMDM," 4.4,94.6, 2.6, 99.9,975.9,999.9, 2.1, 99.9,999.9,999.9{127" +2022-01-07 06:36:43,ax1,PE1RXF-7,APZMDM," 4.4,94.6, 2.6, 99.9,975.5,999.9, 2.2, 99.9,999.9,999.9{128" +2022-01-07 06:46:43,ax1,PE1RXF-7,APZMDM," 4.4,94.5, 2.6, 99.9,975.8,999.9, 2.2, 99.9,999.9,999.9{129" +2022-01-07 06:56:43,ax1,PE1RXF-7,APZMDM," 4.5,94.6, 2.6, 99.9,976.4,999.9, 2.2, 99.9,999.9,999.9{130" +2022-01-07 07:06:42,ax1,PE1RXF-7,APZMDM," 4.5,94.6, 2.7, 99.9,975.9,999.9, 2.2, 99.9,999.9,999.9{131" +2022-01-07 07:16:42,ax1,PE1RXF-7,APZMDM," 4.6,94.6, 2.7, 99.9,976.8,999.9, 2.3, 99.9,999.9,999.9{132" +2022-01-07 07:16:57,ax1,PE1RXF-7,APZMDM," 4.6,94.6, 2.7, 99.9,976.8,999.9, 2.3, 99.9,999.9,999.9{132" +2022-01-07 07:26:57,ax1,PE1RXF-7,APZMDM," 4.6,94.6, 2.8, 99.9,975.9,999.9, 2.4, 99.9,999.9,999.9{133" +2022-01-07 07:36:56,ax1,PE1RXF-7,APZMDM," 4.7,94.7, 2.8, 99.9,975.8,999.9, 2.4, 99.9,999.9,999.9{134" +2022-01-07 07:46:56,ax1,PE1RXF-7,APZMDM," 4.7,94.8, 2.8, 99.9,975.9,999.9, 2.4, 99.9,999.9,999.9{135" +2022-01-07 07:56:56,ax1,PE1RXF-7,APZMDM," 4.8,94.9, 2.8, 99.9,976.1,999.9, 2.5, 99.9,999.9,999.9{136" +2022-01-07 08:06:56,ax1,PE1RXF-7,APZMDM," 4.8,94.7, 2.9, 99.9,975.6,999.9, 2.5, 99.9,999.9,999.9{137" +2022-01-07 08:16:55,ax1,PE1RXF-7,APZMDM," 4.9,94.8, 2.9, 99.9,976.0,999.9, 2.6, 99.9,999.9,999.9{138" +2022-01-07 08:26:55,ax1,PE1RXF-7,APZMDM," 4.9,94.6, 3.0, 99.9,975.9,999.9, 2.5, 99.9,999.9,999.9{139" +2022-01-07 08:37:25,ax1,PE1RXF-7,APZMDM," 4.9,94.7, 3.0, 99.9,976.2,999.9, 2.5, 99.9,999.9,999.9{140" +2022-01-07 08:47:24,ax1,PE1RXF-7,APZMDM," 4.9,94.7, 3.0, 99.9,975.9,999.9, 2.6, 99.9,999.9,999.9{141" +2022-01-07 08:57:24,ax1,PE1RXF-7,APZMDM," 4.9,94.8, 3.1, 99.9,976.0,999.9, 2.6, 99.9,999.9,999.9{142" +2022-01-07 09:07:24,ax1,PE1RXF-7,APZMDM," 5.0,94.9, 3.2, 99.9,975.6,999.9, 2.7, 99.9,999.9,999.9{143" +2022-01-07 09:07:39,ax1,PE1RXF-7,APZMDM," 5.0,94.9, 3.2, 99.9,975.6,999.9, 2.7, 99.9,999.9,999.9{143" +2022-01-07 09:17:39,ax1,PE1RXF-7,APZMDM," 5.2,95.0, 3.4, 99.9,975.9,999.9, 2.8, 99.9,999.9,999.9{144" +2022-01-07 09:17:54,ax1,PE1RXF-7,APZMDM," 5.2,95.0, 3.4, 99.9,975.9,999.9, 2.8, 99.9,999.9,999.9{144" +2022-01-07 09:27:53,ax1,PE1RXF-7,APZMDM," 5.4,95.0, 3.6, 99.9,975.9,999.9, 3.0, 99.9,999.9,999.9{145" +2022-01-07 09:37:53,ax1,PE1RXF-7,APZMDM," 5.5,95.1, 3.7, 99.9,976.0,999.9, 3.2, 99.9,999.9,999.9{146" +2022-01-07 09:47:53,ax1,PE1RXF-7,APZMDM," 5.6,95.2, 4.0, 99.9,975.8,999.9, 3.3, 99.9,999.9,999.9{147" +2022-01-07 09:57:53,ax1,PE1RXF-7,APZMDM," 5.8,95.2, 4.0, 99.9,975.9,999.9, 3.4, 99.9,999.9,999.9{148" +2022-01-07 10:07:52,ax1,PE1RXF-7,APZMDM," 5.9,95.2, 4.2, 99.9,975.4,999.9, 3.6, 99.9,999.9,999.9{149" +2022-01-07 10:08:07,ax1,PE1RXF-7,APZMDM," 5.9,95.2, 4.2, 99.9,975.4,999.9, 3.6, 99.9,999.9,999.9{149" +2022-01-07 10:18:07,ax1,PE1RXF-7,APZMDM," 6.1,95.2, 4.5, 99.9,975.3,999.9, 3.8, 99.9,999.9,999.9{150" +2022-01-07 10:18:22,ax1,PE1RXF-7,APZMDM," 6.1,95.2, 4.5, 99.9,975.3,999.9, 3.8, 99.9,999.9,999.9{150" +2022-01-07 10:28:22,ax1,PE1RXF-7,APZMDM," 6.2,95.3, 4.7, 99.9,975.5,999.9, 3.9, 99.9,999.9,999.9{151" +2022-01-07 10:38:21,ax1,PE1RXF-7,APZMDM," 6.5,95.5, 5.2, 99.9,975.4,999.9, 4.2, 99.9,999.9,999.9{152" +2022-01-07 10:38:36,ax1,PE1RXF-7,APZMDM," 6.5,95.5, 5.2, 99.9,975.4,999.9, 4.2, 99.9,999.9,999.9{152" +2022-01-07 10:48:36,ax1,PE1RXF-7,APZMDM," 6.9,95.3, 5.5, 99.9,975.4,999.9, 4.5, 99.9,999.9,999.9{153" +2022-01-07 10:48:51,ax1,PE1RXF-7,APZMDM," 6.9,95.3, 5.5, 99.9,975.4,999.9, 4.5, 99.9,999.9,999.9{153" +2022-01-07 10:58:51,ax1,PE1RXF-7,APZMDM," 7.0,95.1, 5.6, 99.9,975.0,999.9, 4.6, 99.9,999.9,999.9{154" +2022-01-07 10:59:36,ax1,PE1RXF-7,APZMDM," 7.0,95.1, 5.6, 99.9,975.0,999.9, 4.6, 99.9,999.9,999.9{154" +2022-01-07 11:09:35,ax1,PE1RXF-7,APZMDM," 7.4,95.1, 6.2, 99.9,976.7,999.9, 5.1, 99.9,999.9,999.9{155" +2022-01-07 11:19:35,ax1,PE1RXF-7,APZMDM," 7.5,95.0, 6.3, 99.9,976.8,999.9, 5.2, 99.9,999.9,999.9{156" +2022-01-07 11:29:35,ax1,PE1RXF-7,APZMDM," 7.7,95.0, 6.6, 99.9,976.7,999.9, 5.4, 99.9,999.9,999.9{157" +2022-01-07 11:39:50,ax1,PE1RXF-7,APZMDM," 7.7,94.5, 6.5, 99.9,976.9,999.9, 5.3, 99.9,999.9,999.9{158" +2022-01-07 11:49:49,ax1,PE1RXF-7,APZMDM," 7.5,94.6, 6.5, 99.9,976.5,999.9, 5.2, 99.9,999.9,999.9{159" +2022-01-07 11:50:05,ax1,PE1RXF-7,APZMDM," 7.5,94.6, 6.5, 99.9,976.5,999.9, 5.2, 99.9,999.9,999.9{159" +2022-01-07 12:00:10,ax1,PE1RXF-7,APZMDM," 7.5,94.8, 6.8, 99.9,976.9,999.9, 5.3, 99.9,999.9,999.9{160" +2022-01-07 12:10:06,ax1,PE1RXF-7,APZMDM," 7.8,94.8, 7.1, 99.9,976.8,999.9, 5.5, 99.9,999.9,999.9{161" +2022-01-07 12:20:04,ax1,PE1RXF-7,APZMDM," 8.2,93.9, 7.6, 99.9,976.8,999.9, 5.8, 99.9,999.9,999.9{162" +2022-01-07 12:30:03,ax1,PE1RXF-7,APZMDM," 8.7,93.3, 8.1, 99.9,976.6,999.9, 6.2, 99.9,999.9,999.9{163" +2022-01-07 12:40:03,ax1,PE1RXF-7,APZMDM," 10.3,91.8, 9.4, 99.4,977.0,999.9, 7.6, 99.9,999.9,999.9{164" +2022-01-07 12:50:03,ax1,PE1RXF-7,APZMDM," 10.0,90.9, 9.0, 98.9,977.2,999.9, 7.5, 99.9,999.9,999.9{165" +2022-01-07 13:00:03,ax1,PE1RXF-7,APZMDM," 10.0,90.3, 9.1, 98.9,976.9,999.9, 7.6, 99.9,999.9,999.9{166" +2022-01-07 13:10:17,ax1,PE1RXF-7,APZMDM," 11.1,90.4, 10.1, 97.4,977.2,999.9, 8.5, 99.9,999.9,999.9{167" +2022-01-07 13:20:17,ax1,PE1RXF-7,APZMDM," 10.4,89.6, 9.4, 97.7,977.0,999.9, 7.9, 99.9,999.9,999.9{168" +2022-01-07 13:30:17,ax1,PE1RXF-7,APZMDM," 9.7,90.6, 9.2, 97.6,977.6,999.9, 7.3, 99.9,999.9,999.9{169" +2022-01-07 13:40:17,ax1,PE1RXF-7,APZMDM," 9.3,91.5, 8.9, 97.5,977.1,999.9, 7.0, 99.9,999.9,999.9{170" +2022-01-07 13:50:16,ax1,PE1RXF-7,APZMDM," 9.0,92.4, 8.8, 97.9,977.0,999.9, 6.8, 99.9,999.9,999.9{171" +2022-01-07 14:00:16,ax1,PE1RXF-7,APZMDM," 10.6,92.9, 10.4, 97.5,977.7,999.9, 9.0, 99.9,999.9,999.9{172" +2022-01-07 14:00:31,ax1,PE1RXF-7,APZMDM," 10.6,92.9, 10.4, 97.5,977.7,999.9, 9.0, 99.9,999.9,999.9{172" +2022-01-07 14:10:31,ax1,PE1RXF-7,APZMDM," 11.7,90.8, 11.3, 96.4,977.6,999.9, 9.8, 99.9,999.9,999.9{173" +2022-01-07 14:20:31,ax1,PE1RXF-7,APZMDM," 12.3,89.1, 11.8, 95.3,977.9,999.9, 10.5, 99.9,999.9,999.9{174" +2022-01-07 14:20:46,ax1,PE1RXF-7,APZMDM," 12.3,89.1, 11.8, 95.3,977.9,999.9, 10.5, 99.9,999.9,999.9{174" +2022-01-07 14:30:45,ax1,PE1RXF-7,APZMDM," 11.5,88.5, 11.3, 95.0,978.1,999.9, 9.5, 99.9,999.9,999.9{175" +2022-01-07 14:40:45,ax1,PE1RXF-7,APZMDM," 12.0,87.6, 12.8, 92.9,977.6,999.9, 11.3, 99.9,999.9,999.9{176" +2022-01-07 14:50:45,ax1,PE1RXF-7,APZMDM," 11.0,86.5, 11.2, 92.2,977.7,999.9, 9.8, 99.9,999.9,999.9{177" +2022-01-07 15:00:45,ax1,PE1RXF-7,APZMDM," 9.8,87.9, 10.1, 92.5,977.0,999.9, 8.7, 99.9,999.9,999.9{178" +2022-01-07 15:10:44,ax1,PE1RXF-7,APZMDM," 9.1,89.0, 9.4, 93.0,977.2,999.9, 7.8, 99.9,999.9,999.9{179" +2022-01-07 15:20:59,ax1,PE1RXF-7,APZMDM," 8.4,90.1, 8.5, 93.6,977.0,999.9, 6.7, 99.9,999.9,999.9{180" +2022-01-07 15:30:59,ax1,PE1RXF-7,APZMDM," 8.0,91.1, 7.8, 94.3,976.7,999.9, 6.1, 99.9,999.9,999.9{181" +2022-01-07 15:31:14,ax1,PE1RXF-7,APZMDM," 8.0,91.1, 7.8, 94.3,976.7,999.9, 6.1, 99.9,999.9,999.9{181" +2022-01-07 15:41:14,ax1,PE1RXF-7,APZMDM," 7.6,91.5, 7.2, 94.6,976.7,999.9, 5.7, 99.9,999.9,999.9{182" +2022-01-07 15:51:13,ax1,PE1RXF-7,APZMDM," 7.4,91.6, 6.8, 94.9,976.6,999.9, 5.4, 99.9,999.9,999.9{183" +2022-01-07 16:01:13,ax1,PE1RXF-7,APZMDM," 7.0,91.8, 6.3, 95.2,976.4,999.9, 5.0, 99.9,999.9,999.9{184" +2022-01-07 16:01:28,ax1,PE1RXF-7,APZMDM," 7.0,91.8, 6.3, 95.2,976.4,999.9, 5.0, 99.9,999.9,999.9{184" +2022-01-07 16:11:28,ax1,PE1RXF-7,APZMDM," 6.6,92.0, 5.7, 95.4,976.7,999.9, 4.5, 99.9,999.9,999.9{185" +2022-01-07 16:21:27,ax1,PE1RXF-7,APZMDM," 6.3,92.4, 5.3, 95.8,976.5,999.9, 4.3, 99.9,999.9,999.9{186" +2022-01-07 16:31:27,ax1,PE1RXF-7,APZMDM," 6.1,92.7, 4.9, 96.1,976.4,999.9, 4.0, 99.9,999.9,999.9{187" +2022-01-07 16:41:27,ax1,PE1RXF-7,APZMDM," 5.9,93.0, 4.5, 96.5,976.5,999.9, 3.7, 99.9,999.9,999.9{188" +2022-01-07 16:51:42,ax1,PE1RXF-7,APZMDM," 5.8,93.3, 4.3, 96.9,975.9,999.9, 3.6, 99.9,999.9,999.9{189" +2022-01-07 17:01:41,ax1,PE1RXF-7,APZMDM," 5.8,93.6, 4.1, 97.3,975.9,999.9, 3.6, 99.9,999.9,999.9{190" +2022-01-07 17:11:41,ax1,PE1RXF-7,APZMDM," 5.7,93.6, 4.0, 97.6,976.3,999.9, 3.5, 99.9,999.9,999.9{191" +2022-01-07 17:21:41,ax1,PE1RXF-7,APZMDM," 5.6,93.8, 3.9, 98.0,976.0,999.9, 3.4, 99.9,999.9,999.9{192" +2022-01-07 17:31:56,ax1,PE1RXF-7,APZMDM," 5.6,94.1, 3.8, 98.1,976.1,999.9, 3.4, 99.9,999.9,999.9{193" +2022-01-07 17:41:55,ax1,PE1RXF-7,APZMDM," 5.7,94.6, 3.8, 98.6,976.1,999.9, 3.4, 99.9,999.9,999.9{194" +2022-01-07 17:51:55,ax1,PE1RXF-7,APZMDM," 5.8,94.7, 3.9, 99.0,976.0,999.9, 3.5, 99.9,999.9,999.9{195" +2022-01-07 18:01:55,ax1,PE1RXF-7,APZMDM," 5.8,94.7, 3.9, 99.3,975.2,999.9, 3.5, 99.9,999.9,999.9{196" +2022-01-07 18:11:55,ax1,PE1RXF-7,APZMDM," 5.8,94.7, 3.9, 99.3,975.0,999.9, 3.5, 99.9,999.9,999.9{197" +2022-01-07 18:22:09,ax1,PE1RXF-7,APZMDM," 5.7,94.5, 3.8, 99.6,974.9,999.9, 3.4, 99.9,999.9,999.9{198" +2022-01-07 18:32:09,ax1,PE1RXF-7,APZMDM," 5.6,94.2, 3.7, 99.3,976.0,999.9, 3.2, 99.9,999.9,999.9{199" +2022-01-07 18:32:24,ax1,PE1RXF-7,APZMDM," 5.6,94.2, 3.7, 99.3,976.0,999.9, 3.2, 99.9,999.9,999.9{199" +2022-01-07 18:42:24,ax1,PE1RXF-7,APZMDM," 5.4,93.9, 3.5, 99.1,976.0,999.9, 3.1, 99.9,999.9,999.9{200" +2022-01-07 18:52:24,ax1,PE1RXF-7,APZMDM," 5.2,93.9, 3.3, 99.1,976.3,999.9, 2.9, 99.9,999.9,999.9{201" +2022-01-07 19:02:24,ax1,PE1RXF-7,APZMDM," 5.1,94.0, 3.2, 99.3,976.1,999.9, 2.8, 99.9,999.9,999.9{202" +2022-01-07 19:02:39,ax1,PE1RXF-7,APZMDM," 5.1,94.0, 3.2, 99.3,976.1,999.9, 2.8, 99.9,999.9,999.9{202" +2022-01-07 19:02:54,ax1,PE1RXF-7,APZMDM," 5.1,94.0, 3.2, 99.3,976.1,999.9, 2.8, 99.9,999.9,999.9{202" +2022-01-07 19:03:09,ax1,PE1RXF-7,APZMDM," 5.1,94.0, 3.2, 99.3,976.1,999.9, 2.8, 99.9,999.9,999.9{202" +2022-01-07 19:13:08,ax1,PE1RXF-7,APZMDM," 5.2,94.1, 3.2, 99.6,976.0,999.9, 2.8, 99.9,999.9,999.9{203" +2022-01-07 19:23:08,ax1,PE1RXF-7,APZMDM," 5.2,93.8, 3.1, 99.3,975.8,999.9, 2.8, 99.9,999.9,999.9{204" +2022-01-07 19:33:08,ax1,PE1RXF-7,APZMDM," 4.9,93.4, 2.9, 99.3,975.9,999.9, 2.6, 99.9,999.9,999.9{205" +2022-01-07 19:43:07,ax1,PE1RXF-7,APZMDM," 4.6,93.4, 2.7, 99.3,975.8,999.9, 2.3, 99.9,999.9,999.9{206" +2022-01-07 19:53:07,ax1,PE1RXF-7,APZMDM," 4.3,93.2, 2.4, 99.4,975.7,999.9, 1.9, 99.9,999.9,999.9{207" +2022-01-07 20:03:07,ax1,PE1RXF-7,APZMDM," 4.0,93.3, 2.2, 99.4,976.0,999.9, 1.7, 99.9,999.9,999.9{208" +2022-01-07 20:13:07,ax1,PE1RXF-7,APZMDM," 4.0,94.2, 2.1, 99.6,975.8,999.9, 1.7, 99.9,999.9,999.9{209" +2022-01-07 20:23:06,ax1,PE1RXF-7,APZMDM," 4.2,94.5, 2.2, 99.9,976.1,999.9, 1.8, 99.9,999.9,999.9{210" +2022-01-07 20:33:06,ax1,PE1RXF-7,APZMDM," 4.2,94.4, 2.3, 99.9,976.1,999.9, 1.8, 99.9,999.9,999.9{211" +2022-01-07 20:43:06,ax1,PE1RXF-7,APZMDM," 4.2,94.5, 2.2, 99.9,975.9,999.9, 1.7, 99.9,999.9,999.9{212" +2022-01-07 20:53:05,ax1,PE1RXF-7,APZMDM," 4.1,94.5, 2.2, 99.9,976.2,999.9, 1.7, 99.9,999.9,999.9{213" +2022-01-07 20:53:20,ax1,PE1RXF-7,APZMDM," 4.1,94.5, 2.2, 99.9,976.2,999.9, 1.7, 99.9,999.9,999.9{213" +2022-01-07 21:03:20,ax1,PE1RXF-7,APZMDM," 4.1,94.7, 2.2, 99.9,976.0,999.9, 1.7, 99.9,999.9,999.9{214" +2022-01-07 21:13:20,ax1,PE1RXF-7,APZMDM," 4.1,94.9, 2.3, 99.9,975.8,999.9, 1.7, 99.9,999.9,999.9{215" +2022-01-07 21:23:20,ax1,PE1RXF-7,APZMDM," 4.2,95.0, 2.3, 99.9,976.3,999.9, 1.8, 99.9,999.9,999.9{216" +2022-01-07 21:33:19,ax1,PE1RXF-7,APZMDM," 4.2,95.1, 2.3, 99.9,975.6,999.9, 1.8, 99.9,999.9,999.9{217" +2022-01-07 21:43:19,ax1,PE1RXF-7,APZMDM," 4.2,95.0, 2.3, 99.9,976.1,999.9, 1.9, 99.9,999.9,999.9{218" +2022-01-07 21:53:19,ax1,PE1RXF-7,APZMDM," 4.2,95.0, 2.3, 99.9,976.5,999.9, 1.8, 99.9,999.9,999.9{219" +2022-01-07 22:03:18,ax1,PE1RXF-7,APZMDM," 4.1,94.7, 2.2, 99.9,976.1,999.9, 1.7, 99.9,999.9,999.9{220" +2022-01-07 22:13:18,ax1,PE1RXF-7,APZMDM," 3.9,94.3, 2.0, 99.9,975.9,999.9, 1.5, 99.9,999.9,999.9{221" +2022-01-07 22:13:33,ax1,PE1RXF-7,APZMDM," 3.9,94.3, 2.0, 99.9,975.9,999.9, 1.5, 99.9,999.9,999.9{221" +2022-01-07 22:23:33,ax1,PE1RXF-7,APZMDM," 3.7,94.2, 1.8, 99.9,975.5,999.9, 1.2, 99.9,999.9,999.9{222" +2022-01-07 22:33:33,ax1,PE1RXF-7,APZMDM," 3.4,94.2, 1.7, 99.9,975.7,999.9, 1.1, 99.9,999.9,999.9{223" +2022-01-07 22:43:32,ax1,PE1RXF-7,APZMDM," 3.3,94.3, 1.5, 99.9,976.1,999.9, 0.9, 99.9,999.9,999.9{224" +2022-01-07 22:53:32,ax1,PE1RXF-7,APZMDM," 3.2,94.3, 1.4, 99.9,975.7,999.9, 0.8, 99.9,999.9,999.9{225" +2022-01-07 23:03:32,ax1,PE1RXF-7,APZMDM," 3.1,94.2, 1.2, 99.9,975.9,999.9, 0.7, 99.9,999.9,999.9{226" +2022-01-07 23:13:31,ax1,PE1RXF-7,APZMDM," 3.0,94.3, 1.1, 99.9,976.0,999.9, 0.6, 99.9,999.9,999.9{227" +2022-01-07 23:23:31,ax1,PE1RXF-7,APZMDM," 3.0,94.4, 1.1, 99.9,975.4,999.9, 0.6, 99.9,999.9,999.9{228" +2022-01-07 23:23:46,ax1,PE1RXF-7,APZMDM," 3.0,94.4, 1.1, 99.9,975.4,999.9, 0.6, 99.9,999.9,999.9{228" +2022-01-07 23:33:46,ax1,PE1RXF-7,APZMDM," 3.1,94.8, 1.1, 99.9,975.9,999.9, 0.7, 99.9,999.9,999.9{229" +2022-01-07 23:43:45,ax1,PE1RXF-7,APZMDM," 3.3,95.1, 1.3, 99.9,975.6,999.9, 0.9, 99.9,999.9,999.9{230" +2022-01-07 23:53:45,ax1,PE1RXF-7,APZMDM," 3.3,94.7, 1.3, 99.9,975.4,999.9, 0.9, 99.9,999.9,999.9{231" +2022-01-08 00:03:45,ax1,PE1RXF-7,APZMDM," 3.2,94.5, 1.2, 99.9,975.4,999.9, 0.8, 99.9,999.9,999.9{232" +2022-01-08 00:13:45,ax1,PE1RXF-7,APZMDM," 3.1,94.7, 1.2, 99.9,976.0,999.9, 0.7, 99.9,999.9,999.9{233" +2022-01-08 00:14:00,ax1,PE1RXF-7,APZMDM," 3.1,94.7, 1.2, 99.9,976.0,999.9, 0.7, 99.9,999.9,999.9{233" +2022-01-08 00:23:59,ax1,PE1RXF-7,APZMDM," 3.2,94.9, 1.2, 99.9,975.3,999.9, 0.8, 99.9,999.9,999.9{234" +2022-01-08 00:33:59,ax1,PE1RXF-7,APZMDM," 3.2,94.9, 1.2, 99.9,975.6,999.9, 0.8, 99.9,999.9,999.9{235" +2022-01-08 00:43:59,ax1,PE1RXF-7,APZMDM," 3.1,94.4, 1.1, 99.9,975.7,999.9, 0.6, 99.9,999.9,999.9{236" +2022-01-08 00:53:58,ax1,PE1RXF-7,APZMDM," 3.0,94.5, 1.0, 99.9,975.7,999.9, 0.5, 99.9,999.9,999.9{237" +2022-01-08 01:03:58,ax1,PE1RXF-7,APZMDM," 2.9,94.6, 1.0, 99.9,975.4,999.9, 0.5, 99.9,999.9,999.9{238" +2022-01-08 01:13:58,ax1,PE1RXF-7,APZMDM," 2.9,94.5, 0.9, 99.9,975.0,999.9, 0.4, 99.9,999.9,999.9{239" +2022-01-08 01:23:57,ax1,PE1RXF-7,APZMDM," 2.8,94.4, 0.8, 99.9,975.6,999.9, 0.3, 99.9,999.9,999.9{240" +2022-01-08 01:33:57,ax1,PE1RXF-7,APZMDM," 2.7,94.4, 0.7, 99.9,975.2,999.9, 0.2, 99.9,999.9,999.9{241" +2022-01-08 01:43:57,ax1,PE1RXF-7,APZMDM," 2.7,94.4, 0.7, 99.9,974.8,999.9, 0.2, 99.9,999.9,999.9{242" +2022-01-08 01:53:57,ax1,PE1RXF-7,APZMDM," 2.6,94.5, 0.6, 99.9,975.1,999.9, 0.1, 99.9,999.9,999.9{243" +2022-01-08 02:03:56,ax1,PE1RXF-7,APZMDM," 2.6,94.4, 0.6, 99.9,975.2,999.9, 0.1, 99.9,999.9,999.9{244" +2022-01-08 02:04:11,ax1,PE1RXF-7,APZMDM," 2.6,94.4, 0.6, 99.9,975.2,999.9, 0.1, 99.9,999.9,999.9{244" +2022-01-08 02:14:11,ax1,PE1RXF-7,APZMDM," 2.6,94.4, 0.5, 99.9,975.7,999.9, 0.1, 99.9,999.9,999.9{245" +2022-01-08 02:24:11,ax1,PE1RXF-7,APZMDM," 2.5,94.4, 0.5, 99.9,975.9,999.9, 0.1, 99.9,999.9,999.9{246" +2022-01-08 02:24:26,ax1,PE1RXF-7,APZMDM," 2.5,94.4, 0.5, 99.9,975.9,999.9, 0.1, 99.9,999.9,999.9{246" +2022-01-08 02:34:25,ax1,PE1RXF-7,APZMDM," 2.5,94.4, 0.4, 99.9,976.0,999.9, 0.0, 99.9,999.9,999.9{247" +2022-01-08 02:45:10,ax1,PE1RXF-7,APZMDM," 2.4,94.4, 0.4, 99.9,975.4,999.9, 0.0, 99.9,999.9,999.9{248" +2022-01-08 02:55:10,ax1,PE1RXF-7,APZMDM," 2.5,94.7, 0.4, 99.9,975.4,999.9, 0.0, 99.9,999.9,999.9{249" +2022-01-08 03:05:09,ax1,PE1RXF-7,APZMDM," 2.5,94.8, 0.5, 99.9,976.0,999.9, 0.1, 99.9,999.9,999.9{250" +2022-01-08 03:15:09,ax1,PE1RXF-7,APZMDM," 2.6,94.7, 0.5, 99.9,975.5,999.9, 0.1, 99.9,999.9,999.9{251" +2022-01-08 03:25:09,ax1,PE1RXF-7,APZMDM," 2.5,94.4, 0.4, 99.9,975.6,999.9, 0.0, 99.9,999.9,999.9{252" +2022-01-08 03:35:24,ax1,PE1RXF-7,APZMDM," 2.5,94.4, 0.4, 99.9,975.6,999.9, 0.0, 99.9,999.9,999.9{253" +2022-01-08 03:45:23,ax1,PE1RXF-7,APZMDM," 2.5,94.3, 0.4, 99.9,975.5,999.9, -0.1, 99.9,999.9,999.9{254" +2022-01-08 03:55:23,ax1,PE1RXF-7,APZMDM," 2.4,94.2, 0.4, 99.9,975.8,999.9, -0.1, 99.9,999.9,999.9{255" +2022-01-08 04:05:23,ax1,PE1RXF-7,APZMDM," 2.3,94.1, 0.2, 99.9,975.6,999.9, -0.2, 99.9,999.9,999.9{256" +2022-01-08 04:15:22,ax1,PE1RXF-7,APZMDM," 2.2,93.8, 0.1, 99.9,975.4,999.9, -0.3, 99.9,999.9,999.9{257" +2022-01-08 04:25:22,ax1,PE1RXF-7,APZMDM," 2.0,93.7, 0.0, 99.9,975.1,999.9, -0.5, 99.9,999.9,999.9{258" +2022-01-08 04:35:22,ax1,PE1RXF-7,APZMDM," 1.9,93.8, -0.2, 99.9,975.2,999.9, -0.6, 99.9,999.9,999.9{259" +2022-01-08 04:35:37,ax1,PE1RXF-7,APZMDM," 1.9,93.8, -0.2, 99.9,975.2,999.9, -0.6, 99.9,999.9,999.9{259" +2022-01-08 04:36:07,ax1,PE1RXF-7,APZMDM," 1.9,93.8, -0.2, 99.9,975.2,999.9, -0.6, 99.9,999.9,999.9{259" +2022-01-08 04:46:06,ax1,PE1RXF-7,APZMDM," 1.9,93.9, -0.2, 99.9,975.5,999.9, -0.6, 99.9,999.9,999.9{260" +2022-01-08 04:56:06,ax1,PE1RXF-7,APZMDM," 1.9,94.3, -0.2, 99.9,975.4,999.9, -0.5, 99.9,999.9,999.9{261" +2022-01-08 05:06:06,ax1,PE1RXF-7,APZMDM," 2.0,94.3, -0.2, 99.9,975.4,999.9, -0.5, 99.9,999.9,999.9{262" +2022-01-08 05:16:05,ax1,PE1RXF-7,APZMDM," 2.1,94.3, -0.2, 99.9,975.2,999.9, -0.4, 99.9,999.9,999.9{263" +2022-01-08 05:26:05,ax1,PE1RXF-7,APZMDM," 2.1,94.3, -0.1, 99.9,974.7,999.9, -0.4, 99.9,999.9,999.9{264" +2022-01-08 05:36:20,ax1,PE1RXF-7,APZMDM," 2.1,94.4, -0.1, 99.9,975.1,999.9, -0.3, 99.9,999.9,999.9{265" +2022-01-08 05:46:20,ax1,PE1RXF-7,APZMDM," 2.2,94.5, 0.0, 99.9,974.3,999.9, -0.3, 99.9,999.9,999.9{266" +2022-01-08 05:46:35,ax1,PE1RXF-7,APZMDM," 2.2,94.5, 0.0, 99.9,974.3,999.9, -0.3, 99.9,999.9,999.9{266" +2022-01-08 05:56:34,ax1,PE1RXF-7,APZMDM," 2.2,94.4, 0.0, 99.9,975.4,999.9, -0.3, 99.9,999.9,999.9{267" +2022-01-08 06:06:34,ax1,PE1RXF-7,APZMDM," 2.2,94.3, -0.1, 99.9,975.9,999.9, -0.3, 99.9,999.9,999.9{268" +2022-01-08 06:16:34,ax1,PE1RXF-7,APZMDM," 2.2,94.5, 0.0, 99.9,975.9,999.9, -0.3, 99.9,999.9,999.9{269" +2022-01-08 06:26:48,ax1,PE1RXF-7,APZMDM," 2.2,94.4, 0.0, 99.9,975.6,999.9, -0.3, 99.9,999.9,999.9{270" +2022-01-08 06:36:48,ax1,PE1RXF-7,APZMDM," 2.2,94.4, -0.1, 99.9,975.7,999.9, -0.3, 99.9,999.9,999.9{271" +2022-01-08 06:47:18,ax1,PE1RXF-7,APZMDM," 2.2,94.5, 0.0, 99.9,975.7,999.9, -0.3, 99.9,999.9,999.9{272" +2022-01-08 06:57:17,ax1,PE1RXF-7,APZMDM," 2.2,94.3, 0.0, 99.9,975.9,999.9, -0.3, 99.9,999.9,999.9{273" +2022-01-08 07:07:17,ax1,PE1RXF-7,APZMDM," 2.1,94.3, 0.0, 99.9,975.7,999.9, -0.4, 99.9,999.9,999.9{274" +2022-01-08 07:17:17,ax1,PE1RXF-7,APZMDM," 2.1,94.3, -0.1, 99.9,975.3,999.9, -0.4, 99.9,999.9,999.9{275" +2022-01-08 07:17:32,ax1,PE1RXF-7,APZMDM," 2.1,94.3, -0.1, 99.9,975.3,999.9, -0.4, 99.9,999.9,999.9{275" +2022-01-08 07:27:31,ax1,PE1RXF-7,APZMDM," 2.1,94.3, -0.1, 99.9,975.3,999.9, -0.4, 99.9,999.9,999.9{276" +2022-01-08 07:37:31,ax1,PE1RXF-7,APZMDM," 2.0,94.3, -0.1, 99.9,975.7,999.9, -0.4, 99.9,999.9,999.9{277" +2022-01-08 07:47:31,ax1,PE1RXF-7,APZMDM," 2.1,94.4, -0.1, 99.9,975.5,999.9, -0.4, 99.9,999.9,999.9{278" +2022-01-08 07:57:31,ax1,PE1RXF-7,APZMDM," 2.0,94.4, -0.1, 99.9,975.6,999.9, -0.4, 99.9,999.9,999.9{279" +2022-01-08 08:07:30,ax1,PE1RXF-7,APZMDM," 2.1,94.3, -0.1, 99.9,975.6,999.9, -0.4, 99.9,999.9,999.9{280" +2022-01-08 08:17:30,ax1,PE1RXF-7,APZMDM," 2.0,94.3, -0.1, 99.9,975.0,999.9, -0.4, 99.9,999.9,999.9{281" +2022-01-08 08:17:45,ax1,PE1RXF-7,APZMDM," 2.0,94.3, -0.1, 99.9,975.0,999.9, -0.4, 99.9,999.9,999.9{281" +2022-01-08 08:27:45,ax1,PE1RXF-7,APZMDM," 2.0,94.3, -0.1, 99.9,975.7,999.9, -0.5, 99.9,999.9,999.9{282" +2022-01-08 08:37:45,ax1,PE1RXF-7,APZMDM," 2.0,94.3, -0.1, 99.9,975.3,999.9, -0.5, 99.9,999.9,999.9{283" +2022-01-08 08:47:59,ax1,PE1RXF-7,APZMDM," 2.1,94.4, 0.0, 99.9,975.3,999.9, -0.4, 99.9,999.9,999.9{284" +2022-01-08 08:57:59,ax1,PE1RXF-7,APZMDM," 2.2,94.4, 0.1, 99.9,974.8,999.9, -0.3, 99.9,999.9,999.9{285" +2022-01-08 09:07:59,ax1,PE1RXF-7,APZMDM," 2.4,94.2, 0.3, 99.9,974.9,999.9, -0.2, 99.9,999.9,999.9{286" +2022-01-08 09:17:58,ax1,PE1RXF-7,APZMDM," 2.5,94.1, 0.5, 99.9,974.7,999.9, -0.1, 99.9,999.9,999.9{287" +2022-01-08 09:27:58,ax1,PE1RXF-7,APZMDM," 3.1,93.6, 1.1, 99.9,974.2,999.9, 0.2, 99.9,999.9,999.9{288" +2022-01-08 09:37:58,ax1,PE1RXF-7,APZMDM," 3.6,92.6, 2.2, 99.9,975.6,999.9, 0.6, 99.9,999.9,999.9{289" +2022-01-08 09:47:58,ax1,PE1RXF-7,APZMDM," 4.1,92.7, 3.4, 99.9,976.0,999.9, 1.0, 99.9,999.9,999.9{290" +2022-01-08 09:57:57,ax1,PE1RXF-7,APZMDM," 5.3,90.8, 4.6, 97.1,976.3,999.9, 1.8, 99.9,999.9,999.9{291" +2022-01-08 10:07:57,ax1,PE1RXF-7,APZMDM," 6.0,89.2, 4.6, 98.0,976.3,999.9, 3.0, 99.9,999.9,999.9{292" +2022-01-08 10:17:57,ax1,PE1RXF-7,APZMDM," 6.5,88.7, 5.3, 97.3,975.9,999.9, 3.5, 99.9,999.9,999.9{293" +2022-01-08 10:27:56,ax1,PE1RXF-7,APZMDM," 6.4,88.4, 4.9, 97.8,976.1,999.9, 3.8, 99.9,999.9,999.9{294" +2022-01-08 10:37:56,ax1,PE1RXF-7,APZMDM," 7.1,87.9, 5.6, 98.8,976.3,999.9, 4.3, 99.9,999.9,999.9{295" +2022-01-08 10:48:11,ax1,PE1RXF-7,APZMDM," 8.9,85.9, 7.4, 98.0,976.9,999.9, 5.6, 99.9,999.9,999.9{296" +2022-01-08 10:58:11,ax1,PE1RXF-7,APZMDM," 13.4,79.5, 9.7, 95.8,976.7,999.9, 7.2, 99.9,999.9,999.9{297" +2022-01-08 11:08:10,ax1,PE1RXF-7,APZMDM," 13.9,78.3, 9.8, 94.4,976.9,999.9, 7.6, 99.9,999.9,999.9{298" +2022-01-08 11:18:25,ax1,PE1RXF-7,APZMDM," 15.4,75.3, 11.1, 92.9,976.9,999.9, 8.5, 99.9,999.9,999.9{299" +2022-01-08 11:28:25,ax1,PE1RXF-7,APZMDM," 14.0,79.0, 11.5, 91.3,977.1,999.9, 9.0, 99.9,999.9,999.9{300" +2022-01-08 11:38:40,ax1,PE1RXF-7,APZMDM," 11.7,80.9, 10.8, 91.2,977.2,999.9, 8.2, 99.9,999.9,999.9{301" +2022-01-08 11:48:39,ax1,PE1RXF-7,APZMDM," 11.0,82.4, 10.9, 90.9,977.3,999.9, 8.0, 99.9,999.9,999.9{302" +2022-01-08 11:58:39,ax1,PE1RXF-7,APZMDM," 10.0,83.8, 10.2, 91.0,976.9,999.9, 7.4, 99.9,999.9,999.9{303" +2022-01-08 12:08:39,ax1,PE1RXF-7,APZMDM," 9.4,85.1, 10.0, 91.3,977.0,999.9, 7.0, 99.9,999.9,999.9{304" +2022-01-08 12:18:39,ax1,PE1RXF-7,APZMDM," 9.2,85.7, 9.7, 91.8,977.2,999.9, 6.8, 99.9,999.9,999.9{305" +2022-01-08 12:28:38,ax1,PE1RXF-7,APZMDM," 8.9,86.2, 9.2, 91.8,976.4,999.9, 6.5, 99.9,999.9,999.9{306" +2022-01-08 12:28:53,ax1,PE1RXF-7,APZMDM," 8.9,86.2, 9.2, 91.8,976.4,999.9, 6.5, 99.9,999.9,999.9{306" +2022-01-08 12:38:53,ax1,PE1RXF-7,APZMDM," 8.9,86.5, 9.1, 92.2,977.2,999.9, 6.6, 99.9,999.9,999.9{307" +2022-01-08 12:48:53,ax1,PE1RXF-7,APZMDM," 9.4,85.9, 9.2, 92.3,976.5,999.9, 7.1, 99.9,999.9,999.9{308" +2022-01-08 12:58:53,ax1,PE1RXF-7,APZMDM," 10.3,84.8, 9.7, 92.4,976.5,999.9, 8.0, 99.9,999.9,999.9{309" +2022-01-08 13:08:52,ax1,PE1RXF-7,APZMDM," 11.1,84.5, 10.6, 91.5,977.0,999.9, 8.7, 99.9,999.9,999.9{310" +2022-01-08 13:18:52,ax1,PE1RXF-7,APZMDM," 11.4,84.1, 11.3, 90.5,976.2,999.9, 9.1, 99.9,999.9,999.9{311" +2022-01-08 13:28:52,ax1,PE1RXF-7,APZMDM," 10.3,84.9, 10.4, 90.4,977.5,999.9, 8.2, 99.9,999.9,999.9{312" +2022-01-08 13:38:52,ax1,PE1RXF-7,APZMDM," 9.0,86.4, 9.4, 91.3,977.6,999.9, 7.0, 99.9,999.9,999.9{313" +2022-01-08 13:39:07,ax1,PE1RXF-7,APZMDM," 9.0,86.4, 9.4, 91.3,977.6,999.9, 7.0, 99.9,999.9,999.9{313" +2022-01-08 13:39:22,ax1,PE1RXF-7,APZMDM," 9.0,86.4, 9.4, 91.3,977.6,999.9, 7.0, 99.9,999.9,999.9{313" +2022-01-08 13:39:37,ax1,PE1RXF-7,APZMDM," 9.0,86.4, 9.4, 91.3,977.6,999.9, 7.0, 99.9,999.9,999.9{313" +2022-01-08 13:49:37,ax1,PE1RXF-7,APZMDM," 8.1,87.9, 8.4, 91.8,977.0,999.9, 6.2, 99.9,999.9,999.9{314" +2022-01-08 13:59:36,ax1,PE1RXF-7,APZMDM," 7.9,88.3, 8.3, 91.6,977.2,999.9, 5.9, 99.9,999.9,999.9{315" +2022-01-08 14:09:36,ax1,PE1RXF-7,APZMDM," 7.7,88.6, 8.0, 91.8,977.1,999.9, 5.7, 99.9,999.9,999.9{316" +2022-01-08 14:19:36,ax1,PE1RXF-7,APZMDM," 7.6,89.0, 7.7, 92.3,976.7,999.9, 5.5, 99.9,999.9,999.9{317" +2022-01-08 14:29:35,ax1,PE1RXF-7,APZMDM," 7.3,89.5, 7.3, 92.5,976.9,999.9, 5.3, 99.9,999.9,999.9{318" +2022-01-08 14:40:05,ax1,PE1RXF-7,APZMDM," 7.2,89.8, 7.1, 92.8,976.8,999.9, 5.1, 99.9,999.9,999.9{319" +2022-01-08 14:50:35,ax1,PE1RXF-7,APZMDM," 7.0,90.3, 6.8, 92.9,976.7,999.9, 5.0, 99.9,999.9,999.9{320" +2022-01-08 15:00:35,ax1,PE1RXF-7,APZMDM," 6.8,90.3, 6.4, 93.1,976.8,999.9, 4.7, 99.9,999.9,999.9{321" +2022-01-08 15:10:34,ax1,PE1RXF-7,APZMDM," 6.6,90.8, 6.0, 93.5,976.8,999.9, 4.5, 99.9,999.9,999.9{322" +2022-01-08 15:20:34,ax1,PE1RXF-7,APZMDM," 6.2,91.2, 5.6, 93.8,976.9,999.9, 4.2, 99.9,999.9,999.9{323" +2022-01-08 15:30:34,ax1,PE1RXF-7,APZMDM," 6.1,91.6, 5.3, 94.0,976.5,999.9, 4.1, 99.9,999.9,999.9{324" +2022-01-08 15:40:34,ax1,PE1RXF-7,APZMDM," 6.0,91.9, 5.1, 94.4,976.9,999.9, 3.9, 99.9,999.9,999.9{325" +2022-01-08 15:50:33,ax1,PE1RXF-7,APZMDM," 5.8,92.0, 4.8, 94.8,976.7,999.9, 3.8, 99.9,999.9,999.9{326" +2022-01-08 16:00:33,ax1,PE1RXF-7,APZMDM," 5.6,91.9, 4.6, 95.1,976.4,999.9, 3.6, 99.9,999.9,999.9{327" +2022-01-08 16:10:33,ax1,PE1RXF-7,APZMDM," 5.4,92.2, 4.3, 95.5,976.8,999.9, 3.4, 99.9,999.9,999.9{328" +2022-01-08 16:20:32,ax1,PE1RXF-7,APZMDM," 5.2,92.5, 4.0, 95.8,976.1,999.9, 3.2, 99.9,999.9,999.9{329" +2022-01-08 16:30:32,ax1,PE1RXF-7,APZMDM," 5.0,92.8, 3.8, 96.1,976.3,999.9, 3.0, 99.9,999.9,999.9{330" +2022-01-08 16:30:47,ax1,PE1RXF-7,APZMDM," 5.0,92.8, 3.8, 96.1,976.3,999.9, 3.0, 99.9,999.9,999.9{330" +2022-01-08 16:40:47,ax1,PE1RXF-7,APZMDM," 4.9,93.1, 3.6, 96.5,976.4,999.9, 2.9, 99.9,999.9,999.9{331" +2022-01-08 16:41:02,ax1,PE1RXF-7,APZMDM," 4.9,93.1, 3.6, 96.5,976.4,999.9, 2.9, 99.9,999.9,999.9{331" +2022-01-08 16:51:02,ax1,PE1RXF-7,APZMDM," 4.8,93.3, 3.5, 96.8,976.2,999.9, 2.8, 99.9,999.9,999.9{332" +2022-01-08 16:51:16,ax1,PE1RXF-7,APZMDM," 4.8,93.3, 3.5, 96.8,976.2,999.9, 2.8, 99.9,999.9,999.9{332" +2022-01-08 17:01:16,ax1,PE1RXF-7,APZMDM," 4.8,93.5, 3.4, 97.3,976.8,999.9, 2.7, 99.9,999.9,999.9{333" +2022-01-08 17:11:16,ax1,PE1RXF-7,APZMDM," 4.7,93.6, 3.2, 97.6,976.0,999.9, 2.6, 99.9,999.9,999.9{334" +2022-01-08 17:21:31,ax1,PE1RXF-7,APZMDM," 4.6,93.7, 3.2, 97.8,976.2,999.9, 2.5, 99.9,999.9,999.9{335" +2022-01-08 17:31:45,ax1,PE1RXF-7,APZMDM," 4.6,93.9, 3.1, 98.0,976.0,999.9, 2.5, 99.9,999.9,999.9{336" +2022-01-08 17:41:45,ax1,PE1RXF-7,APZMDM," 4.6,94.0, 3.0, 98.2,975.8,999.9, 2.4, 99.9,999.9,999.9{337" +2022-01-08 17:51:45,ax1,PE1RXF-7,APZMDM," 4.5,94.1, 3.0, 98.6,975.9,999.9, 2.4, 99.9,999.9,999.9{338" +2022-01-08 18:01:44,ax1,PE1RXF-7,APZMDM," 4.5,94.2, 2.9, 98.7,975.7,999.9, 2.4, 99.9,999.9,999.9{339" +2022-01-08 18:11:44,ax1,PE1RXF-7,APZMDM," 4.5,94.3, 2.9, 99.0,975.8,999.9, 2.3, 99.9,999.9,999.9{340" +2022-01-08 18:21:44,ax1,PE1RXF-7,APZMDM," 4.5,94.3, 2.8, 99.3,976.3,999.9, 2.3, 99.9,999.9,999.9{341" +2022-01-08 18:31:44,ax1,PE1RXF-7,APZMDM," 4.4,94.5, 2.8, 99.4,976.0,999.9, 2.3, 99.9,999.9,999.9{342" +2022-01-08 18:41:43,ax1,PE1RXF-7,APZMDM," 4.4,94.6, 2.8, 99.7,976.1,999.9, 2.3, 99.9,999.9,999.9{343" +2022-01-08 18:51:43,ax1,PE1RXF-7,APZMDM," 4.4,94.7, 2.8, 99.9,976.2,999.9, 2.3, 99.9,999.9,999.9{344" +2022-01-08 19:01:58,ax1,PE1RXF-7,APZMDM," 4.4,94.8, 2.8, 99.9,976.0,999.9, 2.3, 99.9,999.9,999.9{345" +2022-01-08 19:12:12,ax1,PE1RXF-7,APZMDM," 4.5,94.9, 2.8, 99.9,975.7,999.9, 2.3, 99.9,999.9,999.9{346" +2022-01-08 19:22:12,ax1,PE1RXF-7,APZMDM," 4.5,95.1, 2.8, 99.9,975.8,999.9, 2.3, 99.9,999.9,999.9{347" +2022-01-08 19:32:27,ax1,PE1RXF-7,APZMDM," 4.5,95.2, 2.8, 99.9,976.0,999.9, 2.4, 99.9,999.9,999.9{348" +2022-01-08 19:42:41,ax1,PE1RXF-7,APZMDM," 4.6,95.3, 2.9, 99.9,975.8,999.9, 2.4, 99.9,999.9,999.9{349" +2022-01-08 19:52:41,ax1,PE1RXF-7,APZMDM," 4.7,95.3, 2.9, 99.9,975.8,999.9, 2.4, 99.9,999.9,999.9{350" +2022-01-08 20:03:26,ax1,PE1RXF-7,APZMDM," 4.7,95.5, 2.9, 99.9,975.5,999.9, 2.4, 99.9,999.9,999.9{351" +2022-01-08 20:13:26,ax1,PE1RXF-7,APZMDM," 4.8,95.6, 3.0, 99.9,975.9,999.9, 2.5, 99.9,999.9,999.9{352" +2022-01-08 20:23:25,ax1,PE1RXF-7,APZMDM," 4.8,95.6, 3.0, 99.9,975.2,999.9, 2.6, 99.9,999.9,999.9{353" +2022-01-08 20:33:40,ax1,PE1RXF-7,APZMDM," 4.9,95.6, 3.1, 99.9,975.2,999.9, 2.6, 99.9,999.9,999.9{354" +2022-01-08 20:43:40,ax1,PE1RXF-7,APZMDM," 4.9,95.8, 3.1, 99.9,975.6,999.9, 2.6, 99.9,999.9,999.9{355" +2022-01-08 20:53:39,ax1,PE1RXF-7,APZMDM," 4.9,95.8, 3.1, 99.9,976.5,999.9, 2.7, 99.9,999.9,999.9{356" +2022-01-08 21:03:39,ax1,PE1RXF-7,APZMDM," 5.0,95.9, 3.2, 99.9,976.0,999.9, 2.7, 99.9,999.9,999.9{357" +2022-01-08 21:03:54,ax1,PE1RXF-7,APZMDM," 5.0,95.9, 3.2, 99.9,976.0,999.9, 2.7, 99.9,999.9,999.9{357" +2022-01-08 21:13:54,ax1,PE1RXF-7,APZMDM," 5.0,95.9, 3.2, 99.9,976.4,999.9, 2.8, 99.9,999.9,999.9{358" +2022-01-08 21:23:54,ax1,PE1RXF-7,APZMDM," 5.0,96.0, 3.2, 99.9,976.1,999.9, 2.8, 99.9,999.9,999.9{359" +2022-01-08 21:34:08,ax1,PE1RXF-7,APZMDM," 5.1,96.1, 3.3, 99.9,976.0,999.9, 2.8, 99.9,999.9,999.9{360" +2022-01-08 21:34:23,ax1,PE1RXF-7,APZMDM," 5.1,96.1, 3.3, 99.9,976.0,999.9, 2.8, 99.9,999.9,999.9{360" +2022-01-08 21:44:23,ax1,PE1RXF-7,APZMDM," 5.1,96.2, 3.3, 99.9,976.3,999.9, 2.8, 99.9,999.9,999.9{361" +2022-01-08 21:54:23,ax1,PE1RXF-7,APZMDM," 5.1,96.3, 3.3, 99.9,976.4,999.9, 2.9, 99.9,999.9,999.9{362" +2022-01-08 22:04:22,ax1,PE1RXF-7,APZMDM," 5.1,96.3, 3.3, 99.9,976.3,999.9, 2.9, 99.9,999.9,999.9{363" +2022-01-08 22:14:22,ax1,PE1RXF-7,APZMDM," 5.1,96.4, 3.3, 99.9,976.0,999.9, 2.9, 99.9,999.9,999.9{364" +2022-01-08 22:24:22,ax1,PE1RXF-7,APZMDM," 5.1,96.5, 3.4, 99.9,976.0,999.9, 2.9, 99.9,999.9,999.9{365" +2022-01-08 22:34:22,ax1,PE1RXF-7,APZMDM," 5.2,96.5, 3.4, 99.9,975.9,999.9, 2.9, 99.9,999.9,999.9{366" +2022-01-08 22:44:21,ax1,PE1RXF-7,APZMDM," 5.2,96.6, 3.4, 99.9,976.5,999.9, 3.0, 99.9,999.9,999.9{367" +2022-01-08 22:54:21,ax1,PE1RXF-7,APZMDM," 5.3,96.6, 3.4, 99.9,976.1,999.9, 3.0, 99.9,999.9,999.9{368" +2022-01-08 23:04:36,ax1,PE1RXF-7,APZMDM," 5.3,96.7, 3.5, 99.9,975.9,999.9, 3.1, 99.9,999.9,999.9{369" +2022-01-08 23:14:50,ax1,PE1RXF-7,APZMDM," 5.3,96.8, 3.5, 99.9,976.1,999.9, 3.1, 99.9,999.9,999.9{370" +2022-01-08 23:25:05,ax1,PE1RXF-7,APZMDM," 5.3,96.8, 3.5, 99.9,976.0,999.9, 3.1, 99.9,999.9,999.9{371" +2022-01-08 23:35:05,ax1,PE1RXF-7,APZMDM," 5.4,96.9, 3.6, 99.9,975.9,999.9, 3.1, 99.9,999.9,999.9{372" +2022-01-08 23:45:05,ax1,PE1RXF-7,APZMDM," 5.4,96.9, 3.6, 99.9,976.2,999.9, 3.2, 99.9,999.9,999.9{373" +2022-01-08 23:55:19,ax1,PE1RXF-7,APZMDM," 5.5,96.9, 3.7, 99.9,975.6,999.9, 3.3, 99.9,999.9,999.9{374" +2022-01-08 23:55:34,ax1,PE1RXF-7,APZMDM," 5.5,96.9, 3.7, 99.9,975.6,999.9, 3.3, 99.9,999.9,999.9{374" +2022-01-09 00:05:49,ax1,PE1RXF-7,APZMDM," 5.5,96.9, 3.7, 99.9,976.1,999.9, 3.3, 99.9,999.9,999.9{375" +2022-01-09 00:15:49,ax1,PE1RXF-7,APZMDM," 5.6,97.0, 3.7, 99.9,975.7,999.9, 3.3, 99.9,999.9,999.9{376" +2022-01-09 00:26:03,ax1,PE1RXF-7,APZMDM," 5.6,97.0, 3.7, 99.9,975.6,999.9, 3.3, 99.9,999.9,999.9{377" +2022-01-09 00:36:03,ax1,PE1RXF-7,APZMDM," 5.6,97.0, 3.7, 99.9,975.9,999.9, 3.3, 99.9,999.9,999.9{378" +2022-01-09 00:46:03,ax1,PE1RXF-7,APZMDM," 5.6,97.1, 3.8, 99.9,974.9,999.9, 3.4, 99.9,999.9,999.9{379" +2022-01-09 00:56:03,ax1,PE1RXF-7,APZMDM," 5.7,97.2, 3.8, 99.9,976.7,999.9, 3.4, 99.9,999.9,999.9{380" +2022-01-09 01:06:02,ax1,PE1RXF-7,APZMDM," 5.7,97.2, 3.8, 99.9,976.3,999.9, 3.5, 99.9,999.9,999.9{381" +2022-01-09 01:16:32,ax1,PE1RXF-7,APZMDM," 5.7,97.2, 3.9, 99.9,976.5,999.9, 3.5, 99.9,999.9,999.9{382" +2022-01-09 01:26:47,ax1,PE1RXF-7,APZMDM," 5.7,97.2, 3.9, 99.9,976.4,999.9, 3.5, 99.9,999.9,999.9{383" +2022-01-09 01:36:46,ax1,PE1RXF-7,APZMDM," 5.7,97.3, 3.9, 99.9,976.2,999.9, 3.5, 99.9,999.9,999.9{384" +2022-01-09 01:46:46,ax1,PE1RXF-7,APZMDM," 5.7,97.3, 3.9, 99.9,976.2,999.9, 3.5, 99.9,999.9,999.9{385" +2022-01-09 01:56:46,ax1,PE1RXF-7,APZMDM," 5.7,97.3, 3.9, 99.9,976.3,999.9, 3.5, 99.9,999.9,999.9{386" +2022-01-09 01:57:01,ax1,PE1RXF-7,APZMDM," 5.7,97.3, 3.9, 99.9,976.3,999.9, 3.5, 99.9,999.9,999.9{386" +2022-01-09 02:07:01,ax1,PE1RXF-7,APZMDM," 5.7,97.4, 3.9, 99.9,976.6,999.9, 3.5, 99.9,999.9,999.9{387" +2022-01-09 02:17:00,ax1,PE1RXF-7,APZMDM," 5.7,97.4, 3.9, 99.9,976.7,999.9, 3.4, 99.9,999.9,999.9{388" +2022-01-09 02:27:00,ax1,PE1RXF-7,APZMDM," 5.7,97.3, 3.9, 99.9,976.7,999.9, 3.4, 99.9,999.9,999.9{389" +2022-01-09 02:37:15,ax1,PE1RXF-7,APZMDM," 5.7,97.4, 3.9, 99.9,976.0,999.9, 3.4, 99.9,999.9,999.9{390" +2022-01-09 02:47:29,ax1,PE1RXF-7,APZMDM," 5.7,97.4, 3.8, 99.9,976.7,999.9, 3.4, 99.9,999.9,999.9{391" +2022-01-09 02:57:29,ax1,PE1RXF-7,APZMDM," 5.7,97.5, 3.9, 99.9,976.5,999.9, 3.4, 99.9,999.9,999.9{392" +2022-01-09 03:07:29,ax1,PE1RXF-7,APZMDM," 5.7,97.5, 3.9, 99.9,976.2,999.9, 3.4, 99.9,999.9,999.9{393" +2022-01-09 03:17:29,ax1,PE1RXF-7,APZMDM," 5.7,97.6, 3.9, 99.9,975.9,999.9, 3.4, 99.9,999.9,999.9{394" +2022-01-09 03:27:28,ax1,PE1RXF-7,APZMDM," 5.7,97.6, 3.9, 99.9,976.3,999.9, 3.4, 99.9,999.9,999.9{395" +2022-01-09 03:37:28,ax1,PE1RXF-7,APZMDM," 5.7,97.7, 3.9, 99.9,976.2,999.9, 3.4, 99.9,999.9,999.9{396" +2022-01-09 03:47:28,ax1,PE1RXF-7,APZMDM," 5.7,97.7, 3.9, 99.9,976.1,999.9, 3.4, 99.9,999.9,999.9{397" +2022-01-09 03:57:27,ax1,PE1RXF-7,APZMDM," 5.7,97.8, 3.9, 99.9,975.9,999.9, 3.5, 99.9,999.9,999.9{398" +2022-01-09 04:07:27,ax1,PE1RXF-7,APZMDM," 5.7,97.8, 3.9, 99.9,975.6,999.9, 3.4, 99.9,999.9,999.9{399" +2022-01-09 04:17:27,ax1,PE1RXF-7,APZMDM," 5.7,97.9, 3.9, 99.9,975.0,999.9, 3.5, 99.9,999.9,999.9{400" +2022-01-09 04:27:27,ax1,PE1RXF-7,APZMDM," 5.8,98.0, 3.9, 99.9,974.9,999.9, 3.5, 99.9,999.9,999.9{401" +2022-01-09 04:37:26,ax1,PE1RXF-7,APZMDM," 5.8,98.1, 3.9, 99.9,976.6,999.9, 3.5, 99.9,999.9,999.9{402" +2022-01-09 04:47:26,ax1,PE1RXF-7,APZMDM," 5.9,98.1, 4.0, 99.9,976.3,999.9, 3.6, 99.9,999.9,999.9{403" +2022-01-09 04:47:56,ax1,PE1RXF-7,APZMDM," 5.9,98.1, 4.0, 99.9,976.3,999.9, 3.6, 99.9,999.9,999.9{403" +2022-01-09 04:58:11,ax1,PE1RXF-7,APZMDM," 5.9,98.2, 4.0, 99.9,976.7,999.9, 3.6, 99.9,999.9,999.9{404" +2022-01-09 05:08:10,ax1,PE1RXF-7,APZMDM," 6.0,98.3, 4.1, 99.9,976.6,999.9, 3.7, 99.9,999.9,999.9{405" +2022-01-09 05:18:25,ax1,PE1RXF-7,APZMDM," 6.1,98.5, 4.1, 99.9,976.4,999.9, 3.7, 99.9,999.9,999.9{406" +2022-01-09 05:28:25,ax1,PE1RXF-7,APZMDM," 6.1,98.5, 4.2, 99.9,976.4,999.9, 3.9, 99.9,999.9,999.9{407" +2022-01-09 05:38:25,ax1,PE1RXF-7,APZMDM," 6.3,98.5, 4.3, 99.9,976.5,999.9, 4.0, 99.9,999.9,999.9{408" +2022-01-09 05:48:24,ax1,PE1RXF-7,APZMDM," 6.4,98.5, 4.4, 99.9,976.6,999.9, 4.1, 99.9,999.9,999.9{409" +2022-01-09 05:58:24,ax1,PE1RXF-7,APZMDM," 6.4,98.5, 4.5, 99.9,976.7,999.9, 4.2, 99.9,999.9,999.9{410" +2022-01-09 06:08:24,ax1,PE1RXF-7,APZMDM," 6.5,98.5, 4.5, 99.9,976.6,999.9, 4.2, 99.9,999.9,999.9{411" +2022-01-09 06:18:38,ax1,PE1RXF-7,APZMDM," 6.6,98.6, 4.6, 99.9,976.7,999.9, 4.3, 99.9,999.9,999.9{412" +2022-01-09 06:28:38,ax1,PE1RXF-7,APZMDM," 6.7,98.7, 4.7, 99.9,976.9,999.9, 4.4, 99.9,999.9,999.9{413" +2022-01-09 06:38:38,ax1,PE1RXF-7,APZMDM," 6.8,98.7, 4.8, 99.9,976.4,999.9, 4.5, 99.9,999.9,999.9{414" +2022-01-09 06:48:38,ax1,PE1RXF-7,APZMDM," 7.0,98.8, 4.9, 99.9,976.8,999.9, 4.7, 99.9,999.9,999.9{415" +2022-01-09 06:58:37,ax1,PE1RXF-7,APZMDM," 7.1,98.8, 5.0, 99.9,976.6,999.9, 4.8, 99.9,999.9,999.9{416" +2022-01-09 07:08:37,ax1,PE1RXF-7,APZMDM," 7.1,98.7, 5.0, 99.9,976.7,999.9, 4.8, 99.9,999.9,999.9{417" +2022-01-09 07:18:37,ax1,PE1RXF-7,APZMDM," 7.2,98.7, 5.1, 99.9,976.7,999.9, 4.9, 99.9,999.9,999.9{418" +2022-01-09 07:28:37,ax1,PE1RXF-7,APZMDM," 7.2,98.6, 5.1, 99.9,977.0,999.9, 4.8, 99.9,999.9,999.9{419" +2022-01-09 07:38:36,ax1,PE1RXF-7,APZMDM," 7.1,98.5, 5.1, 99.9,977.2,999.9, 4.7, 99.9,999.9,999.9{420" +2022-01-09 07:48:36,ax1,PE1RXF-7,APZMDM," 7.0,98.5, 5.1, 99.9,976.9,999.9, 4.6, 99.9,999.9,999.9{421" +2022-01-09 07:48:51,ax1,PE1RXF-7,APZMDM," 7.0,98.5, 5.1, 99.9,976.9,999.9, 4.6, 99.9,999.9,999.9{421" +2022-01-09 07:58:51,ax1,PE1RXF-7,APZMDM," 6.9,98.5, 5.0, 99.9,977.3,999.9, 4.6, 99.9,999.9,999.9{422" +2022-01-09 08:08:50,ax1,PE1RXF-7,APZMDM," 6.8,98.5, 5.0, 99.9,976.9,999.9, 4.5, 99.9,999.9,999.9{423" +2022-01-09 08:18:50,ax1,PE1RXF-7,APZMDM," 6.7,98.4, 4.9, 99.9,976.9,999.9, 4.4, 99.9,999.9,999.9{424" +2022-01-09 08:28:50,ax1,PE1RXF-7,APZMDM," 6.7,98.5, 4.8, 99.9,976.7,999.9, 4.3, 99.9,999.9,999.9{425" +2022-01-09 08:38:50,ax1,PE1RXF-7,APZMDM," 6.6,98.6, 4.8, 99.9,976.8,999.9, 4.3, 99.9,999.9,999.9{426" +2022-01-09 08:48:49,ax1,PE1RXF-7,APZMDM," 6.6,98.6, 4.8, 99.9,976.6,999.9, 4.3, 99.9,999.9,999.9{427" +2022-01-09 08:58:49,ax1,PE1RXF-7,APZMDM," 6.6,98.5, 4.8, 99.9,976.4,999.9, 4.3, 99.9,999.9,999.9{428" +2022-01-09 09:08:49,ax1,PE1RXF-7,APZMDM," 6.6,98.5, 4.8, 99.9,976.6,999.9, 4.2, 99.9,999.9,999.9{429" +2022-01-09 09:18:49,ax1,PE1RXF-7,APZMDM," 6.6,98.5, 5.0, 99.9,976.8,999.9, 4.3, 99.9,999.9,999.9{430" +2022-01-09 09:28:48,ax1,PE1RXF-7,APZMDM," 6.7,98.4, 5.1, 99.9,976.9,999.9, 4.4, 99.9,999.9,999.9{431" +2022-01-09 09:38:48,ax1,PE1RXF-7,APZMDM," 6.8,98.2, 5.3, 99.9,976.9,999.9, 4.4, 99.9,999.9,999.9{432" +2022-01-09 09:48:48,ax1,PE1RXF-7,APZMDM," 7.0,98.0, 5.6, 99.9,976.9,999.9, 4.5, 99.9,999.9,999.9{433" +2022-01-09 09:58:47,ax1,PE1RXF-7,APZMDM," 7.2,97.7, 5.9, 99.9,976.9,999.9, 4.7, 99.9,999.9,999.9{434" +2022-01-09 10:08:47,ax1,PE1RXF-7,APZMDM," 7.4,97.4, 6.3, 99.9,976.6,999.9, 4.9, 99.9,999.9,999.9{435" +2022-01-09 10:18:47,ax1,PE1RXF-7,APZMDM," 7.7,97.2, 6.7, 99.9,977.0,999.9, 5.1, 99.9,999.9,999.9{436" +2022-01-09 10:19:02,ax1,PE1RXF-7,APZMDM," 7.7,97.2, 6.7, 99.9,977.0,999.9, 5.1, 99.9,999.9,999.9{436" +2022-01-09 10:29:02,ax1,PE1RXF-7,APZMDM," 8.2,96.7, 7.2, 99.9,976.7,999.9, 5.5, 99.9,999.9,999.9{437" +2022-01-09 10:39:02,ax1,PE1RXF-7,APZMDM," 8.7,96.5, 7.9, 99.9,977.0,999.9, 6.0, 99.9,999.9,999.9{438" +2022-01-09 10:49:01,ax1,PE1RXF-7,APZMDM," 9.3,96.0, 8.5, 99.9,976.9,999.9, 6.6, 99.9,999.9,999.9{439" +2022-01-09 10:49:16,ax1,PE1RXF-7,APZMDM," 9.3,96.0, 8.5, 99.9,976.9,999.9, 6.6, 99.9,999.9,999.9{439" +2022-01-09 10:59:31,ax1,PE1RXF-7,APZMDM," 9.6,95.8, 8.7, 99.9,976.9,999.9, 6.9, 99.9,999.9,999.9{440" +2022-01-09 11:09:31,ax1,PE1RXF-7,APZMDM," 9.7,95.8, 9.0, 99.9,977.2,999.9, 7.1, 99.9,999.9,999.9{441" +2022-01-09 11:19:31,ax1,PE1RXF-7,APZMDM," 9.9,95.3, 9.2, 99.9,977.3,999.9, 7.2, 99.9,999.9,999.9{442" +2022-01-09 11:29:31,ax1,PE1RXF-7,APZMDM," 10.1,94.8, 9.4, 99.9,977.5,999.9, 7.4, 99.9,999.9,999.9{443" +2022-01-09 11:39:30,ax1,PE1RXF-7,APZMDM," 10.2,94.6, 9.7, 99.9,977.7,999.9, 7.5, 99.9,999.9,999.9{444" +2022-01-09 11:49:30,ax1,PE1RXF-7,APZMDM," 10.3,94.7, 9.8, 99.9,978.2,999.9, 7.7, 99.9,999.9,999.9{445" +2022-01-09 11:59:30,ax1,PE1RXF-7,APZMDM," 10.6,94.7, 10.1, 99.5,978.2,999.9, 7.9, 99.9,999.9,999.9{446" +2022-01-09 12:09:30,ax1,PE1RXF-7,APZMDM," 10.9,93.9, 10.4, 98.9,977.2,999.9, 8.1, 99.9,999.9,999.9{447" +2022-01-09 12:09:45,ax1,PE1RXF-7,APZMDM," 10.9,93.9, 10.4, 98.9,977.2,999.9, 8.1, 99.9,999.9,999.9{447" +2022-01-09 12:19:45,ax1,PE1RXF-7,APZMDM," 11.4,93.3, 10.7, 99.2,977.5,999.9, 8.5, 99.9,999.9,999.9{448" +2022-01-09 12:29:44,ax1,PE1RXF-7,APZMDM," 12.5,92.5, 11.7, 98.8,977.9,999.9, 9.4, 99.9,999.9,999.9{449" +2022-01-09 12:39:44,ax1,PE1RXF-7,APZMDM," 13.5,91.7, 12.5, 98.2,977.9,999.9, 10.3, 99.9,999.9,999.9{450" +2022-01-09 12:39:59,ax1,PE1RXF-7,APZMDM," 13.5,91.7, 12.5, 98.2,977.9,999.9, 10.3, 99.9,999.9,999.9{450" +2022-01-09 12:49:59,ax1,PE1RXF-7,APZMDM," 14.4,90.9, 13.4, 97.5,977.8,999.9, 11.4, 99.9,999.9,999.9{451" +2022-01-09 12:59:59,ax1,PE1RXF-7,APZMDM," 15.1,89.5, 14.0, 95.9,977.7,999.9, 12.1, 99.9,999.9,999.9{452" +2022-01-09 13:09:59,ax1,PE1RXF-7,APZMDM," 14.9,89.0, 14.2, 95.2,977.9,999.9, 12.1, 99.9,999.9,999.9{453" +2022-01-09 13:10:14,ax1,PE1RXF-7,APZMDM," 14.9,89.0, 14.2, 95.2,977.9,999.9, 12.1, 99.9,999.9,999.9{453" +2022-01-09 13:20:14,ax1,PE1RXF-7,APZMDM," 13.9,88.8, 13.3, 94.7,978.1,999.9, 11.2, 99.9,999.9,999.9{454" +2022-01-09 13:30:13,ax1,PE1RXF-7,APZMDM," 13.1,89.5, 12.6, 95.1,977.8,999.9, 10.6, 99.9,999.9,999.9{455" +2022-01-09 13:40:13,ax1,PE1RXF-7,APZMDM," 13.5,89.6, 13.0, 95.2,978.1,999.9, 11.3, 99.9,999.9,999.9{456" +2022-01-09 13:50:13,ax1,PE1RXF-7,APZMDM," 13.9,89.8, 13.3, 94.5,978.0,999.9, 11.8, 99.9,999.9,999.9{457" +2022-01-09 14:00:13,ax1,PE1RXF-7,APZMDM," 13.6,89.3, 12.9, 94.8,978.0,999.9, 11.3, 99.9,999.9,999.9{458" +2022-01-09 14:00:28,ax1,PE1RXF-7,APZMDM," 13.6,89.3, 12.9, 94.8,978.0,999.9, 11.3, 99.9,999.9,999.9{458" +2022-01-09 14:10:27,ax1,PE1RXF-7,APZMDM," 13.3,90.4, 12.8, 95.2,978.0,999.9, 11.2, 99.9,999.9,999.9{459" +2022-01-09 14:10:57,ax1,PE1RXF-7,APZMDM," 13.3,90.4, 12.8, 95.2,978.0,999.9, 11.2, 99.9,999.9,999.9{459" +2022-01-09 14:20:57,ax1,PE1RXF-7,APZMDM," 13.7,89.7, 13.2, 94.5,978.5,999.9, 11.8, 99.9,999.9,999.9{460" +2022-01-09 14:21:12,ax1,PE1RXF-7,APZMDM," 13.7,89.7, 13.2, 94.5,978.5,999.9, 11.8, 99.9,999.9,999.9{460" +2022-01-09 14:21:42,ax1,PE1RXF-7,APZMDM," 13.7,89.7, 13.2, 94.5,978.5,999.9, 11.8, 99.9,999.9,999.9{460" +2022-01-09 14:31:42,ax1,PE1RXF-7,APZMDM," 14.0,89.1, 13.6, 93.9,978.1,999.9, 12.4, 99.9,999.9,999.9{461" +2022-01-09 14:41:42,ax1,PE1RXF-7,APZMDM," 13.6,89.0, 13.2, 93.7,978.1,999.9, 11.7, 99.9,999.9,999.9{462" +2022-01-09 14:51:42,ax1,PE1RXF-7,APZMDM," 13.2,89.3, 13.2, 93.1,977.8,999.9, 11.9, 99.9,999.9,999.9{463" +2022-01-09 15:01:41,ax1,PE1RXF-7,APZMDM," 12.9,90.1, 13.1, 93.8,977.5,999.9, 11.6, 99.9,999.9,999.9{464" +2022-01-09 15:11:41,ax1,PE1RXF-7,APZMDM," 13.1,90.8, 13.5, 93.4,977.7,999.9, 12.1, 99.9,999.9,999.9{465" +2022-01-09 15:21:56,ax1,PE1RXF-7,APZMDM," 13.4,90.4, 13.8, 92.8,977.6,999.9, 12.5, 99.9,999.9,999.9{466" +2022-01-09 15:31:56,ax1,PE1RXF-7,APZMDM," 13.3,90.2, 13.8, 93.0,977.5,999.9, 12.2, 99.9,999.9,999.9{467" +2022-01-09 15:42:10,ax1,PE1RXF-7,APZMDM," 12.7,89.5, 12.8, 92.5,977.6,999.9, 11.1, 99.9,999.9,999.9{468" +2022-01-09 15:52:10,ax1,PE1RXF-7,APZMDM," 11.4,89.8, 11.4, 93.3,977.6,999.9, 9.8, 99.9,999.9,999.9{469" +2022-01-09 16:02:10,ax1,PE1RXF-7,APZMDM," 10.3,90.5, 10.1, 92.7,976.9,999.9, 8.5, 99.9,999.9,999.9{470" +2022-01-09 16:12:10,ax1,PE1RXF-7,APZMDM," 9.3,91.3, 8.9, 94.3,977.5,999.9, 7.4, 99.9,999.9,999.9{471" +2022-01-09 16:22:09,ax1,PE1RXF-7,APZMDM," 8.5,92.3, 8.1, 94.4,977.2,999.9, 6.6, 99.9,999.9,999.9{472" +2022-01-09 16:32:09,ax1,PE1RXF-7,APZMDM," 8.0,93.2, 7.3, 95.0,977.3,999.9, 6.0, 99.9,999.9,999.9{473" +2022-01-09 16:42:09,ax1,PE1RXF-7,APZMDM," 7.6,93.7, 6.8, 95.5,977.0,999.9, 5.6, 99.9,999.9,999.9{474" +2022-01-09 16:52:09,ax1,PE1RXF-7,APZMDM," 7.4,94.5, 6.5, 95.9,976.7,999.9, 5.3, 99.9,999.9,999.9{475" +2022-01-09 17:02:08,ax1,PE1RXF-7,APZMDM," 7.2,94.2, 6.0, 96.1,976.6,999.9, 5.0, 99.9,999.9,999.9{476" +2022-01-09 17:12:08,ax1,PE1RXF-7,APZMDM," 6.8,94.1, 5.6, 96.3,976.6,999.9, 4.6, 99.9,999.9,999.9{477" +2022-01-09 17:22:08,ax1,PE1RXF-7,APZMDM," 6.6,94.9, 5.3, 96.4,976.5,999.9, 4.4, 99.9,999.9,999.9{478" +2022-01-09 17:32:08,ax1,PE1RXF-7,APZMDM," 6.5,95.1, 5.2, 97.1,977.0,999.9, 4.3, 99.9,999.9,999.9{479" +2022-01-09 17:42:07,ax1,PE1RXF-7,APZMDM," 6.5,95.6, 5.1, 97.4,976.6,999.9, 4.3, 99.9,999.9,999.9{480" +2022-01-09 17:52:07,ax1,PE1RXF-7,APZMDM," 6.6,95.8, 5.1, 98.0,976.2,999.9, 4.3, 99.9,999.9,999.9{481" +2022-01-09 18:02:07,ax1,PE1RXF-7,APZMDM," 6.5,95.6, 5.0, 98.2,976.5,999.9, 4.3, 99.9,999.9,999.9{482" +2022-01-09 18:12:06,ax1,PE1RXF-7,APZMDM," 6.3,95.1, 4.7, 98.1,976.7,999.9, 4.0, 99.9,999.9,999.9{483" +2022-01-09 18:22:21,ax1,PE1RXF-7,APZMDM," 6.1,95.0, 4.4, 97.9,976.5,999.9, 3.8, 99.9,999.9,999.9{484" +2022-01-09 18:32:21,ax1,PE1RXF-7,APZMDM," 5.9,95.2, 4.3, 98.1,976.0,999.9, 3.6, 99.9,999.9,999.9{485" +2022-01-09 18:42:21,ax1,PE1RXF-7,APZMDM," 5.9,95.4, 4.1, 98.1,976.2,999.9, 3.6, 99.9,999.9,999.9{486" +2022-01-09 18:52:21,ax1,PE1RXF-7,APZMDM," 5.8,95.3, 4.0, 98.4,976.1,999.9, 3.5, 99.9,999.9,999.9{487" +2022-01-09 19:02:20,ax1,PE1RXF-7,APZMDM," 5.6,94.9, 3.8, 98.3,976.1,999.9, 3.2, 99.9,999.9,999.9{488" +2022-01-09 19:02:35,ax1,PE1RXF-7,APZMDM," 5.6,94.9, 3.8, 98.3,976.1,999.9, 3.2, 99.9,999.9,999.9{488" +2022-01-09 19:12:35,ax1,PE1RXF-7,APZMDM," 5.4,94.6, 3.5, 97.9,976.2,999.9, 2.9, 99.9,999.9,999.9{489" +2022-01-09 19:22:34,ax1,PE1RXF-7,APZMDM," 5.0,94.4, 3.2, 97.9,975.9,999.9, 2.6, 99.9,999.9,999.9{490" +2022-01-09 19:32:34,ax1,PE1RXF-7,APZMDM," 4.8,94.5, 3.0, 98.1,975.1,999.9, 2.4, 99.9,999.9,999.9{491" +2022-01-09 19:42:34,ax1,PE1RXF-7,APZMDM," 4.8,94.9, 2.8, 98.2,975.8,999.9, 2.4, 99.9,999.9,999.9{492" +2022-01-09 19:42:49,ax1,PE1RXF-7,APZMDM," 4.8,94.9, 2.8, 98.2,975.8,999.9, 2.4, 99.9,999.9,999.9{492" +2022-01-09 19:52:49,ax1,PE1RXF-7,APZMDM," 4.8,95.4, 2.8, 98.5,975.0,999.9, 2.5, 99.9,999.9,999.9{493" +2022-01-09 20:02:48,ax1,PE1RXF-7,APZMDM," 4.9,95.6, 2.8, 98.8,976.0,999.9, 2.6, 99.9,999.9,999.9{494" +2022-01-09 20:12:48,ax1,PE1RXF-7,APZMDM," 5.0,95.4, 2.8, 99.0,976.1,999.9, 2.5, 99.9,999.9,999.9{495" +2022-01-09 20:23:03,ax1,PE1RXF-7,APZMDM," 4.9,95.4, 2.8, 99.1,976.0,999.9, 2.5, 99.9,999.9,999.9{496" +2022-01-09 20:33:02,ax1,PE1RXF-7,APZMDM," 4.9,95.5, 2.8, 99.2,976.0,999.9, 2.5, 99.9,999.9,999.9{497" +2022-01-09 20:33:18,ax1,PE1RXF-7,APZMDM," 4.9,95.5, 2.8, 99.2,976.0,999.9, 2.5, 99.9,999.9,999.9{497" +2022-01-09 20:43:18,ax1,PE1RXF-7,APZMDM," 4.9,95.7, 2.8, 99.5,976.2,999.9, 2.5, 99.9,999.9,999.9{498" +2022-01-09 20:53:17,ax1,PE1RXF-7,APZMDM," 5.0,95.9, 2.9, 99.9,976.5,999.9, 2.6, 99.9,999.9,999.9{499" +2022-01-09 21:03:17,ax1,PE1RXF-7,APZMDM," 5.1,95.9, 2.9, 99.9,976.0,999.9, 2.7, 99.9,999.9,999.9{500" +2022-01-09 21:03:32,ax1,PE1RXF-7,APZMDM," 5.1,95.9, 2.9, 99.9,976.0,999.9, 2.7, 99.9,999.9,999.9{500" +2022-01-09 21:13:31,ax1,PE1RXF-7,APZMDM," 5.1,95.6, 2.9, 99.9,976.4,999.9, 2.6, 99.9,999.9,999.9{501" +2022-01-09 21:23:31,ax1,PE1RXF-7,APZMDM," 5.1,96.0, 2.9, 99.9,975.8,999.9, 2.7, 99.9,999.9,999.9{502" +2022-01-09 21:33:31,ax1,PE1RXF-7,APZMDM," 5.1,96.0, 3.0, 99.9,976.3,999.9, 2.7, 99.9,999.9,999.9{503" +2022-01-09 21:43:31,ax1,PE1RXF-7,APZMDM," 5.1,96.1, 3.0, 99.9,976.0,999.9, 2.7, 99.9,999.9,999.9{504" +2022-01-09 21:43:46,ax1,PE1RXF-7,APZMDM," 5.1,96.1, 3.0, 99.9,976.0,999.9, 2.7, 99.9,999.9,999.9{504" +2022-01-09 21:53:45,ax1,PE1RXF-7,APZMDM," 5.1,95.7, 2.9, 99.9,976.3,999.9, 2.6, 99.9,999.9,999.9{505" +2022-01-09 22:04:00,ax1,PE1RXF-7,APZMDM," 4.9,95.7, 2.8, 99.9,976.3,999.9, 2.5, 99.9,999.9,999.9{506" +2022-01-09 22:14:00,ax1,PE1RXF-7,APZMDM," 4.9,95.9, 2.8, 99.9,976.3,999.9, 2.4, 99.9,999.9,999.9{507" +2022-01-09 22:23:59,ax1,PE1RXF-7,APZMDM," 4.8,95.7, 2.7, 99.9,976.6,999.9, 2.3, 99.9,999.9,999.9{508" +2022-01-09 22:33:59,ax1,PE1RXF-7,APZMDM," 4.7,95.4, 2.6, 99.9,976.5,999.9, 2.2, 99.9,999.9,999.9{509" +2022-01-09 22:43:59,ax1,PE1RXF-7,APZMDM," 4.5,95.1, 2.4, 99.9,976.3,999.9, 2.0, 99.9,999.9,999.9{510" +2022-01-09 22:53:59,ax1,PE1RXF-7,APZMDM," 4.4,95.5, 2.3, 99.9,975.7,999.9, 1.9, 99.9,999.9,999.9{511" +2022-01-09 23:03:58,ax1,PE1RXF-7,APZMDM," 4.5,96.3, 2.4, 99.9,976.4,999.9, 2.1, 99.9,999.9,999.9{512" +2022-01-09 23:13:58,ax1,PE1RXF-7,APZMDM," 4.8,96.7, 2.5, 99.9,976.3,999.9, 2.4, 99.9,999.9,999.9{513" +2022-01-09 23:23:58,ax1,PE1RXF-7,APZMDM," 4.8,96.2, 2.6, 99.9,976.2,999.9, 2.4, 99.9,999.9,999.9{514" +2022-01-09 23:33:57,ax1,PE1RXF-7,APZMDM," 4.8,96.2, 2.6, 99.9,977.0,999.9, 2.4, 99.9,999.9,999.9{515" +2022-01-09 23:43:57,ax1,PE1RXF-7,APZMDM," 4.8,96.3, 2.6, 99.9,976.4,999.9, 2.3, 99.9,999.9,999.9{516" +2022-01-09 23:53:57,ax1,PE1RXF-7,APZMDM," 4.7,96.0, 2.6, 99.9,976.3,999.9, 2.2, 99.9,999.9,999.9{517" +2022-01-09 23:54:27,ax1,PE1RXF-7,APZMDM," 4.7,96.0, 2.6, 99.9,976.3,999.9, 2.2, 99.9,999.9,999.9{517" +2022-01-10 00:04:26,ax1,PE1RXF-7,APZMDM," 4.6,96.0, 2.5, 99.9,976.3,999.9, 2.2, 99.9,999.9,999.9{518" +2022-01-10 00:14:26,ax1,PE1RXF-7,APZMDM," 4.5,95.4, 2.4, 99.9,976.4,999.9, 2.0, 99.9,999.9,999.9{519" +2022-01-10 00:14:41,ax1,PE1RXF-7,APZMDM," 4.5,95.4, 2.4, 99.9,976.4,999.9, 2.0, 99.9,999.9,999.9{519" +2022-01-10 00:14:56,ax1,PE1RXF-7,APZMDM," 4.5,95.4, 2.4, 99.9,976.4,999.9, 2.0, 99.9,999.9,999.9{519" +2022-01-10 00:24:56,ax1,PE1RXF-7,APZMDM," 4.3,95.5, 2.2, 99.9,975.9,999.9, 1.9, 99.9,999.9,999.9{520" +2022-01-10 00:35:11,ax1,PE1RXF-7,APZMDM," 4.1,95.3, 2.0, 99.9,976.1,999.9, 1.7, 99.9,999.9,999.9{521" +2022-01-10 00:45:10,ax1,PE1RXF-7,APZMDM," 3.9,95.0, 1.8, 99.9,975.9,999.9, 1.4, 99.9,999.9,999.9{522" +2022-01-10 00:55:10,ax1,PE1RXF-7,APZMDM," 3.8,95.5, 1.7, 99.9,976.0,999.9, 1.4, 99.9,999.9,999.9{523" +2022-01-10 01:05:10,ax1,PE1RXF-7,APZMDM," 3.9,96.0, 1.8, 99.9,975.8,999.9, 1.5, 99.9,999.9,999.9{524" +2022-01-10 01:05:25,ax1,PE1RXF-7,APZMDM," 3.9,96.0, 1.8, 99.9,975.8,999.9, 1.5, 99.9,999.9,999.9{524" +2022-01-10 01:15:39,ax1,PE1RXF-7,APZMDM," 4.1,96.4, 1.9, 99.9,975.6,999.9, 1.7, 99.9,999.9,999.9{525" +2022-01-10 01:15:54,ax1,PE1RXF-7,APZMDM," 4.1,96.4, 1.9, 99.9,975.6,999.9, 1.7, 99.9,999.9,999.9{525" +2022-01-10 01:25:54,ax1,PE1RXF-7,APZMDM," 4.3,96.5, 2.0, 99.9,975.9,999.9, 1.8, 99.9,999.9,999.9{526" +2022-01-10 01:35:54,ax1,PE1RXF-7,APZMDM," 4.2,95.8, 2.0, 99.9,975.8,999.9, 1.7, 99.9,999.9,999.9{527" +2022-01-10 01:46:09,ax1,PE1RXF-7,APZMDM," 4.0,95.7, 1.8, 99.9,975.7,999.9, 1.6, 99.9,999.9,999.9{528" +2022-01-10 01:56:09,ax1,PE1RXF-7,APZMDM," 4.0,96.2, 1.8, 99.9,975.8,999.9, 1.6, 99.9,999.9,999.9{529" +2022-01-10 02:06:08,ax1,PE1RXF-7,APZMDM," 4.2,96.5, 1.9, 99.9,975.3,999.9, 1.7, 99.9,999.9,999.9{530" +2022-01-10 02:16:08,ax1,PE1RXF-7,APZMDM," 4.1,95.8, 1.8, 99.9,975.5,999.9, 1.6, 99.9,999.9,999.9{531" +2022-01-10 02:26:08,ax1,PE1RXF-7,APZMDM," 3.8,95.0, 1.6, 99.9,975.8,999.9, 1.3, 99.9,999.9,999.9{532" +2022-01-10 02:36:07,ax1,PE1RXF-7,APZMDM," 3.4,94.6, 1.3, 99.9,976.0,999.9, 0.9, 99.9,999.9,999.9{533" +2022-01-10 02:46:22,ax1,PE1RXF-7,APZMDM," 3.1,94.4, 1.1, 99.9,975.2,999.9, 0.5, 99.9,999.9,999.9{534" +2022-01-10 02:46:37,ax1,PE1RXF-7,APZMDM," 3.1,94.4, 1.1, 99.9,975.2,999.9, 0.5, 99.9,999.9,999.9{534" +2022-01-10 02:46:52,ax1,PE1RXF-7,APZMDM," 3.1,94.4, 1.1, 99.9,975.2,999.9, 0.5, 99.9,999.9,999.9{534" +2022-01-10 02:56:52,ax1,PE1RXF-7,APZMDM," 2.8,94.3, 0.8, 99.9,975.0,999.9, 0.2, 99.9,999.9,999.9{535" +2022-01-10 03:06:51,ax1,PE1RXF-7,APZMDM," 2.6,94.5, 0.6, 99.9,975.2,999.9, 0.0, 99.9,999.9,999.9{536" +2022-01-10 03:16:51,ax1,PE1RXF-7,APZMDM," 2.5,94.3, 0.5, 99.9,975.2,999.9, -0.2, 99.9,999.9,999.9{537" +2022-01-10 03:26:51,ax1,PE1RXF-7,APZMDM," 2.3,94.3, 0.3, 99.9,975.3,999.9, -0.4, 99.9,999.9,999.9{538" +2022-01-10 03:36:51,ax1,PE1RXF-7,APZMDM," 2.2,94.1, 0.1, 99.9,974.8,999.9, -0.5, 99.9,999.9,999.9{539" +2022-01-10 03:46:50,ax1,PE1RXF-7,APZMDM," 2.1,94.1, -0.1, 99.9,975.6,999.9, -0.6, 99.9,999.9,999.9{540" +2022-01-10 03:47:20,ax1,PE1RXF-7,APZMDM," 2.1,94.1, -0.1, 99.9,975.6,999.9, -0.6, 99.9,999.9,999.9{540" +2022-01-10 03:57:35,ax1,PE1RXF-7,APZMDM," 1.9,93.9, -0.3, 99.9,975.6,999.9, -0.7, 99.9,999.9,999.9{541" +2022-01-10 04:07:35,ax1,PE1RXF-7,APZMDM," 1.7,93.8, -0.5, 99.9,975.7,999.9, -0.8, 99.9,999.9,999.9{542" +2022-01-10 04:07:50,ax1,PE1RXF-7,APZMDM," 1.7,93.8, -0.5, 99.9,975.7,999.9, -0.8, 99.9,999.9,999.9{542" +2022-01-10 04:17:49,ax1,PE1RXF-7,APZMDM," 1.7,93.8, -0.6, 99.9,975.8,999.9, -0.9, 99.9,999.9,999.9{543" +2022-01-10 04:27:49,ax1,PE1RXF-7,APZMDM," 1.6,93.8, -0.7, 99.9,976.1,999.9, -1.0, 99.9,999.9,999.9{544" +2022-01-10 04:37:49,ax1,PE1RXF-7,APZMDM," 1.5,93.8, -0.8, 99.9,975.8,999.9, -1.1, 99.9,999.9,999.9{545" +2022-01-10 04:47:48,ax1,PE1RXF-7,APZMDM," 1.5,93.9, -0.9, 99.9,975.9,999.9, -1.1, 99.9,999.9,999.9{546" +2022-01-10 04:57:48,ax1,PE1RXF-7,APZMDM," 1.5,93.9, -0.9, 99.9,975.7,999.9, -1.1, 99.9,999.9,999.9{547" +2022-01-10 05:07:48,ax1,PE1RXF-7,APZMDM," 1.5,93.9, -0.9, 99.9,975.2,999.9, -1.1, 99.9,999.9,999.9{548" +2022-01-10 05:17:47,ax1,PE1RXF-7,APZMDM," 1.5,93.9, -0.9, 99.9,975.3,999.9, -1.1, 99.9,999.9,999.9{549" +2022-01-10 05:27:47,ax1,PE1RXF-7,APZMDM," 1.4,93.7, -1.0, 99.9,975.7,999.9, -1.2, 99.9,999.9,999.9{550" +2022-01-10 05:37:47,ax1,PE1RXF-7,APZMDM," 1.4,93.7, -1.0, 99.9,975.7,999.9, -1.3, 99.9,999.9,999.9{551" +2022-01-10 05:47:47,ax1,PE1RXF-7,APZMDM," 1.3,93.5, -1.1, 99.9,975.3,999.9, -1.3, 99.9,999.9,999.9{552" +2022-01-10 05:57:46,ax1,PE1RXF-7,APZMDM," 1.2,93.4, -1.1, 99.9,975.3,999.9, -1.4, 99.9,999.9,999.9{553" +2022-01-10 06:07:46,ax1,PE1RXF-7,APZMDM," 1.1,93.2, -1.3, 99.9,975.7,999.9, -1.6, 99.9,999.9,999.9{554" +2022-01-10 06:17:46,ax1,PE1RXF-7,APZMDM," 1.0,93.1, -1.4, 99.8,975.0,999.9, -1.7, 99.9,999.9,999.9{555" +2022-01-10 06:27:45,ax1,PE1RXF-7,APZMDM," 0.9,92.9, -1.5, 99.7,975.5,999.9, -1.9, 99.9,999.9,999.9{556" +2022-01-10 06:37:45,ax1,PE1RXF-7,APZMDM," 0.7,92.7, -1.6, 99.4,974.9,999.9, -2.0, 99.9,999.9,999.9{557" +2022-01-10 06:47:45,ax1,PE1RXF-7,APZMDM," 0.7,92.8, -1.7, 99.4,975.2,999.9, -2.1, 99.9,999.9,999.9{558" +2022-01-10 06:57:44,ax1,PE1RXF-7,APZMDM," 0.6,92.8, -1.8, 99.4,975.3,999.9, -2.2, 99.9,999.9,999.9{559" +2022-01-10 07:07:44,ax1,PE1RXF-7,APZMDM," 0.6,92.9, -1.8, 99.5,975.0,999.9, -2.1, 99.9,999.9,999.9{560" +2022-01-10 07:17:44,ax1,PE1RXF-7,APZMDM," 0.7,93.3, -1.8, 99.9,975.2,999.9, -2.0, 99.9,999.9,999.9{561" +2022-01-10 07:27:43,ax1,PE1RXF-7,APZMDM," 0.8,93.1, -1.8, 99.9,974.1,999.9, -1.9, 99.9,999.9,999.9{562" +2022-01-10 07:37:43,ax1,PE1RXF-7,APZMDM," 0.7,92.9, -1.8, 99.9,975.5,999.9, -2.0, 99.9,999.9,999.9{563" +2022-01-10 07:47:43,ax1,PE1RXF-7,APZMDM," 0.6,92.7, -1.9, 99.7,975.7,999.9, -2.1, 99.9,999.9,999.9{564" +2022-01-10 07:57:42,ax1,PE1RXF-7,APZMDM," 0.5,92.8, -1.9, 99.6,975.5,999.9, -2.3, 99.9,999.9,999.9{565" +2022-01-10 08:07:42,ax1,PE1RXF-7,APZMDM," 0.4,92.6, -2.0, 99.4,975.8,999.9, -2.4, 99.9,999.9,999.9{566" +2022-01-10 08:07:57,ax1,PE1RXF-7,APZMDM," 0.4,92.6, -2.0, 99.4,975.8,999.9, -2.4, 99.9,999.9,999.9{566" +2022-01-10 08:17:57,ax1,PE1RXF-7,APZMDM," 0.3,92.4, -2.1, 99.4,975.6,999.9, -2.5, 99.9,999.9,999.9{567" +2022-01-10 08:27:56,ax1,PE1RXF-7,APZMDM," 0.3,92.6, -2.1, 99.4,975.5,999.9, -2.5, 99.9,999.9,999.9{568" +2022-01-10 08:37:56,ax1,PE1RXF-7,APZMDM," 0.4,92.9, -2.1, 99.6,975.4,999.9, -2.3, 99.9,999.9,999.9{569" +2022-01-10 08:47:56,ax1,PE1RXF-7,APZMDM," 0.5,93.0, -2.0, 99.8,975.4,999.9, -2.2, 99.9,999.9,999.9{570" +2022-01-10 08:57:56,ax1,PE1RXF-7,APZMDM," 0.7,93.0, -1.8, 99.9,975.3,999.9, -2.0, 99.9,999.9,999.9{571" +2022-01-10 08:58:26,ax1,PE1RXF-7,APZMDM," 0.7,93.0, -1.8, 99.9,975.3,999.9, -2.0, 99.9,999.9,999.9{571" +2022-01-10 09:08:25,ax1,PE1RXF-7,APZMDM," 0.9,92.9, -1.5, 99.9,975.3,999.9, -1.9, 99.9,999.9,999.9{572" +2022-01-10 09:18:25,ax1,PE1RXF-7,APZMDM," 1.1,92.7, -1.3, 99.8,975.3,999.9, -1.7, 99.9,999.9,999.9{573" +2022-01-10 09:28:40,ax1,PE1RXF-7,APZMDM," 1.5,92.4, -0.8, 99.5,975.9,999.9, -1.5, 99.9,999.9,999.9{574" +2022-01-10 09:38:39,ax1,PE1RXF-7,APZMDM," 1.9,92.2, 0.1, 98.9,975.3,999.9, -1.0, 99.9,999.9,999.9{575" +2022-01-10 09:48:39,ax1,PE1RXF-7,APZMDM," 2.5,92.3, 0.8, 98.4,975.9,999.9, -0.4, 99.9,999.9,999.9{576" +2022-01-10 09:58:39,ax1,PE1RXF-7,APZMDM," 3.2,92.1, 1.7, 97.8,976.2,999.9, 0.3, 99.9,999.9,999.9{577" +2022-01-10 10:08:38,ax1,PE1RXF-7,APZMDM," 4.2,92.0, 2.4, 97.9,976.0,999.9, 1.4, 99.9,999.9,999.9{578" +2022-01-10 10:18:38,ax1,PE1RXF-7,APZMDM," 5.5,90.4, 3.7, 97.4,976.4,999.9, 2.3, 99.9,999.9,999.9{579" +2022-01-10 10:28:38,ax1,PE1RXF-7,APZMDM," 6.3,89.1, 4.1, 96.9,976.4,999.9, 3.4, 99.9,999.9,999.9{580" +2022-01-10 10:28:53,ax1,PE1RXF-7,APZMDM," 6.3,89.1, 4.1, 96.9,976.4,999.9, 3.4, 99.9,999.9,999.9{580" +2022-01-10 10:39:07,ax1,PE1RXF-7,APZMDM," 7.4,88.0, 5.1, 98.1,976.6,999.9, 4.3, 99.9,999.9,999.9{581" +2022-01-10 10:49:07,ax1,PE1RXF-7,APZMDM," 9.2,87.3, 6.9, 98.0,977.1,999.9, 5.6, 99.9,999.9,999.9{582" +2022-01-10 10:59:07,ax1,PE1RXF-7,APZMDM," 13.7,79.5, 9.4, 95.7,977.3,999.9, 7.0, 99.9,999.9,999.9{583" +2022-01-10 11:09:07,ax1,PE1RXF-7,APZMDM," 17.1,75.7, 11.0, 93.1,978.6,999.9, 8.6, 99.9,999.9,999.9{584" +2022-01-10 11:19:06,ax1,PE1RXF-7,APZMDM," 18.2,71.5, 12.3, 92.5,978.4,999.9, 9.6, 99.9,999.9,999.9{585" +2022-01-10 11:29:06,ax1,PE1RXF-7,APZMDM," 16.2,77.9, 13.4, 91.3,978.8,999.9, 10.6, 99.9,999.9,999.9{586" +2022-01-10 11:39:06,ax1,PE1RXF-7,APZMDM," 17.0,78.6, 14.3, 91.1,978.9,999.9, 11.6, 99.9,999.9,999.9{587" +2022-01-10 11:49:06,ax1,PE1RXF-7,APZMDM," 17.7,79.1, 15.2, 90.7,979.7,999.9, 12.6, 99.9,999.9,999.9{588" +2022-01-10 11:49:21,ax1,PE1RXF-7,APZMDM," 17.7,79.1, 15.2, 90.7,979.7,999.9, 12.6, 99.9,999.9,999.9{588" +2022-01-10 11:59:21,ax1,PE1RXF-7,APZMDM," 18.4,79.2, 17.0, 88.4,980.0,999.9, 13.7, 99.9,999.9,999.9{589" +2022-01-10 12:09:21,ax1,PE1RXF-7,APZMDM," 19.0,79.3, 18.1, 86.3,979.9,999.9, 14.7, 99.9,999.9,999.9{590" +2022-01-10 12:19:20,ax1,PE1RXF-7,APZMDM," 20.0,78.5, 18.4, 86.1,978.2,999.9, 15.8, 99.9,999.9,999.9{591" +2022-01-10 12:29:20,ax1,PE1RXF-7,APZMDM," 19.8,80.2, 18.5, 87.9,978.9,999.9, 17.0, 99.9,999.9,999.9{592" +2022-01-10 12:39:35,ax1,PE1RXF-7,APZMDM," 20.3,79.2, 18.8, 89.3,979.2,999.9, 18.2, 99.9,999.9,999.9{593" +2022-01-10 12:49:35,ax1,PE1RXF-7,APZMDM," 20.3,78.4, 19.2, 89.2,979.3,999.9, 18.8, 99.9,999.9,999.9{594" +2022-01-10 12:59:34,ax1,PE1RXF-7,APZMDM," 20.5,80.1, 19.7, 87.7,979.7,999.9, 19.7, 99.9,999.9,999.9{595" +2022-01-10 13:09:34,ax1,PE1RXF-7,APZMDM," 20.8,78.9, 20.1, 89.4,980.2,999.9, 20.3, 99.9,999.9,999.9{596" +2022-01-10 13:19:34,ax1,PE1RXF-7,APZMDM," 21.9,78.5, 20.6, 88.4,980.9,999.9, 21.0, 99.7,999.9,999.9{597" +2022-01-10 13:29:34,ax1,PE1RXF-7,APZMDM," 20.9,79.8, 21.0, 87.7,981.8,999.9, 21.4, 93.5,999.9,999.9{598" +2022-01-10 13:39:34,ax1,PE1RXF-7,APZMDM," 20.7,79.8, 21.4, 86.8,983.3,999.9, 21.9, 89.3,999.9,999.9{599" +2022-01-10 13:49:34,ax1,PE1RXF-7,APZMDM," 20.6,79.6, 21.9, 84.4,983.4,999.9, 22.2, 82.2,999.9,999.9{600" +2022-01-10 13:59:33,ax1,PE1RXF-7,APZMDM," 21.3,77.5, 22.5, 82.8,983.2,999.9, 22.2, 77.8,999.9,999.9{601" +2022-01-10 14:09:33,ax1,PE1RXF-7,APZMDM," 20.7,79.2, 22.5, 80.6,983.4,999.9, 22.1, 74.5,999.9,999.9{602" +2022-01-10 14:19:33,ax1,PE1RXF-7,APZMDM," 19.2,77.8, 22.2, 80.3,983.8,999.9, 21.9, 71.7,999.9,999.9{603" +2022-01-10 14:29:33,ax1,PE1RXF-7,APZMDM," 18.4,79.1, 22.2, 79.3,983.2,999.9, 21.6, 70.1,999.9,999.9{604" +2022-01-10 14:39:33,ax1,PE1RXF-7,APZMDM," 18.7,78.5, 22.0, 78.9,983.3,999.9, 21.1, 68.7,999.9,999.9{605" +2022-01-10 14:49:33,ax1,PE1RXF-7,APZMDM," 18.2,78.4, 21.8, 77.8,982.7,999.9, 20.5, 68.5,999.9,999.9{606" +2022-01-10 14:59:32,ax1,PE1RXF-7,APZMDM," 17.6,78.9, 21.2, 76.9,983.8,999.9, 19.9, 68.7,999.9,999.9{607" +2022-01-10 15:09:32,ax1,PE1RXF-7,APZMDM," 16.8,79.6, 20.7, 76.4,982.8,999.9, 19.1, 68.7,999.9,999.9{608" +2022-01-10 15:19:32,ax1,PE1RXF-7,APZMDM," 15.8,80.4, 20.1, 76.1,983.7,999.9, 18.2, 69.0,999.9,999.9{609" +2022-01-10 15:29:32,ax1,PE1RXF-7,APZMDM," 14.8,81.5, 18.7, 77.0,983.6,999.9, 16.1, 70.5,999.9,999.9{610" +2022-01-10 15:39:32,ax1,PE1RXF-7,APZMDM," 13.7,82.2, 17.3, 78.8,983.7,999.9, 13.8, 76.2,999.9,999.9{611" +2022-01-10 15:49:31,ax1,PE1RXF-7,APZMDM," 12.7,82.6, 15.7, 79.4,984.0,999.9, 12.3, 81.2,999.9,999.9{612" +2022-01-10 15:59:31,ax1,PE1RXF-7,APZMDM," 11.6,83.5, 14.2, 79.9,983.1,999.9, 10.9, 85.9,999.9,999.9{613" +2022-01-10 16:09:31,ax1,PE1RXF-7,APZMDM," 10.4,84.2, 12.6, 81.0,982.7,999.9, 9.4, 92.3,999.9,999.9{614" +2022-01-10 16:19:31,ax1,PE1RXF-7,APZMDM," 9.3,84.9, 11.0, 81.4,982.0,999.9, 8.0, 99.4,999.9,999.9{615" +2022-01-10 16:19:46,ax1,PE1RXF-7,APZMDM," 9.3,84.9, 11.0, 81.4,982.0,999.9, 8.0, 99.4,999.9,999.9{615" +2022-01-10 16:29:45,ax1,PE1RXF-7,APZMDM," 8.3,86.0, 9.6, 83.5,982.2,999.9, 6.8, 99.9,999.9,999.9{616" +2022-01-10 16:40:00,ax1,PE1RXF-7,APZMDM," 7.4,87.2, 8.4, 84.7,982.3,999.9, 5.8, 99.9,999.9,999.9{617" +2022-01-10 16:50:00,ax1,PE1RXF-7,APZMDM," 6.7,87.6, 7.2, 84.9,980.2,999.9, 4.7, 99.9,999.9,999.9{618" +2022-01-10 16:50:15,ax1,PE1RXF-7,APZMDM," 6.7,87.6, 7.2, 84.9,980.2,999.9, 4.7, 99.9,999.9,999.9{618" +2022-01-10 16:50:45,ax1,PE1RXF-7,APZMDM," 6.7,87.6, 7.2, 84.9,980.2,999.9, 4.7, 99.9,999.9,999.9{618" +2022-01-10 17:01:00,ax1,PE1RXF-7,APZMDM," 6.0,88.1, 6.2, 85.3,980.6,999.9, 3.9, 99.9,999.9,999.9{619" +2022-01-10 17:01:15,ax1,PE1RXF-7,APZMDM," 6.0,88.1, 6.2, 85.3,980.6,999.9, 3.9, 99.9,999.9,999.9{619" +2022-01-10 17:11:14,ax1,PE1RXF-7,APZMDM," 5.4,88.5, 5.4, 86.3,980.1,999.9, 3.3, 99.9,999.9,999.9{620" +2022-01-10 17:21:14,ax1,PE1RXF-7,APZMDM," 5.0,88.8, 4.6, 86.8,979.4,999.9, 2.7, 99.9,999.9,999.9{621" +2022-01-10 17:31:14,ax1,PE1RXF-7,APZMDM," 4.6,89.1, 4.1, 87.4,979.1,999.9, 2.3, 99.9,999.9,999.9{622" +2022-01-10 17:41:14,ax1,PE1RXF-7,APZMDM," 4.4,89.6, 3.7, 87.9,979.5,999.9, 2.1, 99.9,999.9,999.9{623" +2022-01-10 17:51:13,ax1,PE1RXF-7,APZMDM," 4.2,89.6, 3.3, 88.0,979.3,999.9, 1.9, 99.9,999.9,999.9{624" +2022-01-10 18:01:13,ax1,PE1RXF-7,APZMDM," 4.0,89.6, 2.9, 88.5,978.9,999.9, 1.5, 99.9,999.9,999.9{625" +2022-01-10 18:01:28,ax1,PE1RXF-7,APZMDM," 4.0,89.6, 2.9, 88.5,978.9,999.9, 1.5, 99.9,999.9,999.9{625" +2022-01-10 18:01:43,ax1,PE1RXF-7,APZMDM," 4.0,89.6, 2.9, 88.5,978.9,999.9, 1.5, 99.9,999.9,999.9{625" +2022-01-10 18:11:43,ax1,PE1RXF-7,APZMDM," 3.7,89.8, 2.5, 88.8,979.0,999.9, 1.3, 99.9,999.9,999.9{626" +2022-01-10 18:21:42,ax1,PE1RXF-7,APZMDM," 3.5,89.9, 2.2, 89.2,978.8,999.9, 1.1, 99.9,999.9,999.9{627" +2022-01-10 18:31:42,ax1,PE1RXF-7,APZMDM," 3.4,90.1, 2.0, 89.8,979.0,999.9, 1.0, 99.9,999.9,999.9{628" +2022-01-10 18:41:42,ax1,PE1RXF-7,APZMDM," 3.3,90.2, 1.8, 90.2,978.2,999.9, 0.8, 99.9,999.9,999.9{629" +2022-01-10 18:51:41,ax1,PE1RXF-7,APZMDM," 3.1,90.3, 1.6, 90.2,978.1,999.9, 0.7, 99.9,999.9,999.9{630" +2022-01-10 18:51:56,ax1,PE1RXF-7,APZMDM," 3.1,90.3, 1.6, 90.2,978.1,999.9, 0.7, 99.9,999.9,999.9{630" +2022-01-10 19:02:11,ax1,PE1RXF-7,APZMDM," 3.0,90.3, 1.5, 90.3,977.7,999.9, 0.5, 99.9,999.9,999.9{631" +2022-01-10 19:12:11,ax1,PE1RXF-7,APZMDM," 2.8,90.2, 1.3, 90.5,978.1,999.9, 0.4, 99.9,999.9,999.9{632" +2022-01-10 19:22:11,ax1,PE1RXF-7,APZMDM," 2.6,90.3, 1.1, 90.7,977.5,999.9, 0.2, 99.9,999.9,999.9{633" +2022-01-10 19:32:10,ax1,PE1RXF-7,APZMDM," 2.4,90.8, 1.0, 91.2,977.7,999.9, 0.0, 99.9,999.9,999.9{634" +2022-01-10 19:32:40,ax1,PE1RXF-7,APZMDM," 2.4,90.8, 1.0, 91.2,977.7,999.9, 0.0, 99.9,999.9,999.9{634" +2022-01-10 19:42:40,ax1,PE1RXF-7,APZMDM," 2.3,91.0, 0.9, 91.3,978.0,999.9, 0.0, 99.9,999.9,999.9{635" +2022-01-10 19:52:40,ax1,PE1RXF-7,APZMDM," 2.2,91.4, 0.8, 91.3,977.2,999.9, 0.0, 99.9,999.9,999.9{636" +2022-01-10 20:03:09,ax1,PE1RXF-7,APZMDM," 2.2,91.6, 0.8, 91.8,977.4,999.9, 0.0, 99.9,999.9,999.9{637" +2022-01-10 20:03:24,ax1,PE1RXF-7,APZMDM," 2.2,91.6, 0.8, 91.8,977.4,999.9, 0.0, 99.9,999.9,999.9{637" +2022-01-10 20:13:24,ax1,PE1RXF-7,APZMDM," 2.2,91.8, 0.8, 91.9,977.4,999.9, 0.0, 99.9,999.9,999.9{638" +2022-01-10 20:23:24,ax1,PE1RXF-7,APZMDM," 2.2,92.1, 0.8, 92.3,977.3,999.9, 0.0, 99.9,999.9,999.9{639" +2022-01-10 20:33:23,ax1,PE1RXF-7,APZMDM," 2.3,92.2, 0.8, 92.3,977.4,999.9, 0.0, 99.9,999.9,999.9{640" +2022-01-10 20:43:38,ax1,PE1RXF-7,APZMDM," 2.3,92.2, 0.8, 92.7,977.7,999.9, 0.0, 99.9,999.9,999.9{641" +2022-01-10 20:53:38,ax1,PE1RXF-7,APZMDM," 2.3,92.4, 0.8, 92.9,976.9,999.9, 0.0, 99.9,999.9,999.9{642" +2022-01-10 20:53:53,ax1,PE1RXF-7,APZMDM," 2.3,92.4, 0.8, 92.9,976.9,999.9, 0.0, 99.9,999.9,999.9{642" +2022-01-10 21:04:07,ax1,PE1RXF-7,APZMDM," 2.3,92.7, 0.8, 93.0,977.1,999.9, 0.1, 99.9,999.9,999.9{643" +2022-01-10 21:14:22,ax1,PE1RXF-7,APZMDM," 2.4,92.8, 0.8, 93.2,977.7,999.9, 0.1, 99.9,999.9,999.9{644" +2022-01-10 21:24:22,ax1,PE1RXF-7,APZMDM," 2.5,93.0, 0.9, 93.7,977.5,999.9, 0.2, 99.9,999.9,999.9{645" +2022-01-10 21:34:37,ax1,PE1RXF-7,APZMDM," 2.5,93.1, 0.9, 93.8,977.6,999.9, 0.3, 99.9,999.9,999.9{646" +2022-01-10 21:44:51,ax1,PE1RXF-7,APZMDM," 2.6,93.2, 1.0, 94.1,976.3,999.9, 0.3, 99.9,999.9,999.9{647" +2022-01-10 21:45:21,ax1,PE1RXF-7,APZMDM," 2.6,93.2, 1.0, 94.1,976.3,999.9, 0.3, 99.9,999.9,999.9{647" +2022-01-10 21:55:21,ax1,PE1RXF-7,APZMDM," 2.7,93.3, 1.1, 94.3,976.9,999.9, 0.4, 99.9,999.9,999.9{648" +2022-01-10 22:05:36,ax1,PE1RXF-7,APZMDM," 2.7,93.4, 1.1, 94.4,977.5,999.9, 0.4, 99.9,999.9,999.9{649" +2022-01-10 22:05:51,ax1,PE1RXF-7,APZMDM," 2.7,93.4, 1.1, 94.4,977.5,999.9, 0.4, 99.9,999.9,999.9{649" +2022-01-10 22:15:50,ax1,PE1RXF-7,APZMDM," 2.8,93.4, 1.1, 94.8,978.2,999.9, 0.5, 99.9,999.9,999.9{650" +2022-01-10 22:25:50,ax1,PE1RXF-7,APZMDM," 2.8,93.5, 1.1, 94.8,977.6,999.9, 0.5, 99.9,999.9,999.9{651" +2022-01-10 22:35:50,ax1,PE1RXF-7,APZMDM," 2.9,93.8, 1.2, 94.8,978.1,999.9, 0.6, 99.9,999.9,999.9{652" +2022-01-10 22:45:49,ax1,PE1RXF-7,APZMDM," 2.9,93.8, 1.2, 95.1,977.6,999.9, 0.6, 99.9,999.9,999.9{653" +2022-01-10 22:46:19,ax1,PE1RXF-7,APZMDM," 2.9,93.8, 1.2, 95.1,977.6,999.9, 0.6, 99.9,999.9,999.9{653" +2022-01-10 22:56:19,ax1,PE1RXF-7,APZMDM," 3.0,93.9, 1.3, 95.3,978.0,999.9, 0.7, 99.9,999.9,999.9{654" +2022-01-10 22:56:34,ax1,PE1RXF-7,APZMDM," 3.0,93.9, 1.3, 95.3,978.0,999.9, 0.7, 99.9,999.9,999.9{654" +2022-01-10 22:56:49,ax1,PE1RXF-7,APZMDM," 3.0,93.9, 1.3, 95.3,978.0,999.9, 0.7, 99.9,999.9,999.9{654" +2022-01-10 23:06:49,ax1,PE1RXF-7,APZMDM," 3.0,94.0, 1.4, 95.6,979.9,999.9, 0.7, 99.9,999.9,999.9{655" +2022-01-10 23:16:49,ax1,PE1RXF-7,APZMDM," 3.0,94.1, 1.4, 95.6,980.7,999.9, 0.7, 99.9,999.9,999.9{656" +2022-01-10 23:26:48,ax1,PE1RXF-7,APZMDM," 3.1,94.1, 1.4, 95.7,981.3,999.9, 0.8, 99.9,999.9,999.9{657" +2022-01-10 23:36:48,ax1,PE1RXF-7,APZMDM," 3.1,94.1, 1.4, 96.1,980.9,999.9, 0.8, 99.9,999.9,999.9{658" +2022-01-10 23:46:48,ax1,PE1RXF-7,APZMDM," 3.0,94.0, 1.4, 96.2,980.7,999.9, 0.8, 99.9,999.9,999.9{659" +2022-01-10 23:56:47,ax1,PE1RXF-7,APZMDM," 3.0,94.0, 1.4, 96.4,979.9,999.9, 0.7, 99.9,999.9,999.9{660" +2022-01-11 00:06:47,ax1,PE1RXF-7,APZMDM," 3.0,94.0, 1.4, 96.6,981.0,999.9, 0.7, 99.9,999.9,999.9{661" +2022-01-11 00:16:47,ax1,PE1RXF-7,APZMDM," 2.9,94.0, 1.3, 96.5,979.8,999.9, 0.6, 99.9,999.9,999.9{662" +2022-01-11 00:26:46,ax1,PE1RXF-7,APZMDM," 2.8,94.0, 1.3, 96.5,979.1,999.9, 0.5, 99.9,999.9,999.9{663" +2022-01-11 00:36:46,ax1,PE1RXF-7,APZMDM," 2.8,94.0, 1.2, 96.9,979.2,999.9, 0.5, 99.9,999.9,999.9{664" +2022-01-11 00:46:46,ax1,PE1RXF-7,APZMDM," 2.7,94.0, 1.2, 96.9,979.3,999.9, 0.4, 99.9,999.9,999.9{665" +2022-01-11 00:56:46,ax1,PE1RXF-7,APZMDM," 2.6,94.0, 1.1, 97.0,979.6,999.9, 0.3, 99.9,999.9,999.9{666" +2022-01-11 01:06:45,ax1,PE1RXF-7,APZMDM," 2.5,94.0, 1.0, 97.0,978.7,999.9, 0.2, 99.9,999.9,999.9{667" +2022-01-11 01:16:45,ax1,PE1RXF-7,APZMDM," 2.4,94.0, 0.9, 97.0,979.2,999.9, 0.2, 99.9,999.9,999.9{668" +2022-01-11 01:26:45,ax1,PE1RXF-7,APZMDM," 2.4,94.0, 0.9, 97.0,978.3,999.9, 0.1, 99.9,999.9,999.9{669" +2022-01-11 01:36:44,ax1,PE1RXF-7,APZMDM," 2.3,94.0, 0.8, 97.2,977.8,999.9, 0.0, 99.9,999.9,999.9{670" +2022-01-11 01:37:14,ax1,PE1RXF-7,APZMDM," 2.3,94.0, 0.8, 97.2,977.8,999.9, 0.0, 99.9,999.9,999.9{670" +2022-01-11 01:37:29,ax1,PE1RXF-7,APZMDM," 2.3,94.0, 0.8, 97.2,977.8,999.9, 0.0, 99.9,999.9,999.9{670" +2022-01-11 01:47:29,ax1,PE1RXF-7,APZMDM," 2.3,94.0, 0.8, 97.5,978.8,999.9, 0.0, 99.9,999.9,999.9{671" +2022-01-11 01:57:29,ax1,PE1RXF-7,APZMDM," 2.2,94.1, 0.7, 97.4,979.5,999.9, -0.1, 99.9,999.9,999.9{672" +2022-01-11 02:07:28,ax1,PE1RXF-7,APZMDM," 2.2,94.3, 0.7, 97.4,981.0,999.9, -0.1, 99.9,999.9,999.9{673" +2022-01-11 02:17:28,ax1,PE1RXF-7,APZMDM," 2.2,94.3, 0.7, 97.7,979.4,999.9, -0.1, 99.9,999.9,999.9{674" +2022-01-11 02:27:28,ax1,PE1RXF-7,APZMDM," 2.2,94.3, 0.6, 97.8,979.9,999.9, -0.1, 99.9,999.9,999.9{675" +2022-01-11 02:37:28,ax1,PE1RXF-7,APZMDM," 2.2,94.4, 0.6, 98.0,979.9,999.9, -0.1, 99.9,999.9,999.9{676" +2022-01-11 02:47:27,ax1,PE1RXF-7,APZMDM," 2.2,94.3, 0.6, 98.0,979.3,999.9, -0.1, 99.9,999.9,999.9{677" +2022-01-11 02:47:42,ax1,PE1RXF-7,APZMDM," 2.2,94.3, 0.6, 98.0,979.3,999.9, -0.1, 99.9,999.9,999.9{677" +2022-01-11 02:57:42,ax1,PE1RXF-7,APZMDM," 2.1,94.1, 0.5, 98.0,979.0,999.9, -0.2, 99.9,999.9,999.9{678" +2022-01-11 03:07:42,ax1,PE1RXF-7,APZMDM," 2.0,94.1, 0.4, 98.0,979.6,999.9, -0.3, 99.9,999.9,999.9{679" +2022-01-11 03:17:42,ax1,PE1RXF-7,APZMDM," 1.9,94.2, 0.4, 98.1,979.2,999.9, -0.4, 99.9,999.9,999.9{680" +2022-01-11 03:17:57,ax1,PE1RXF-7,APZMDM," 1.9,94.2, 0.4, 98.1,979.2,999.9, -0.4, 99.9,999.9,999.9{680" +2022-01-11 03:27:56,ax1,PE1RXF-7,APZMDM," 1.9,94.4, 0.3, 98.2,979.5,999.9, -0.4, 99.9,999.9,999.9{681" +2022-01-11 03:37:56,ax1,PE1RXF-7,APZMDM," 1.9,94.4, 0.3, 98.4,979.7,999.9, -0.4, 99.9,999.9,999.9{682" +2022-01-11 03:47:56,ax1,PE1RXF-7,APZMDM," 1.9,94.4, 0.3, 98.4,980.5,999.9, -0.4, 99.9,999.9,999.9{683" +2022-01-11 03:57:55,ax1,PE1RXF-7,APZMDM," 1.9,94.4, 0.3, 98.7,978.2,999.9, -0.4, 99.9,999.9,999.9{684" +2022-01-11 04:07:55,ax1,PE1RXF-7,APZMDM," 1.9,94.4, 0.3, 98.7,979.9,999.9, -0.4, 99.9,999.9,999.9{685" +2022-01-11 04:17:55,ax1,PE1RXF-7,APZMDM," 1.9,94.3, 0.2, 98.7,980.7,999.9, -0.5, 99.9,999.9,999.9{686" +2022-01-11 04:27:54,ax1,PE1RXF-7,APZMDM," 1.8,94.3, 0.2, 98.6,978.8,999.9, -0.5, 99.9,999.9,999.9{687" +2022-01-11 04:28:24,ax1,PE1RXF-7,APZMDM," 1.8,94.3, 0.2, 98.6,978.8,999.9, -0.5, 99.9,999.9,999.9{687" +2022-01-11 04:38:24,ax1,PE1RXF-7,APZMDM," 1.7,94.2, 0.1, 98.8,980.3,999.9, -0.6, 99.9,999.9,999.9{688" +2022-01-11 04:48:24,ax1,PE1RXF-7,APZMDM," 1.6,94.0, 0.0, 98.5,979.7,999.9, -0.8, 99.9,999.9,999.9{689" +2022-01-11 04:58:24,ax1,PE1RXF-7,APZMDM," 1.4,94.0, -0.1, 98.5,981.8,999.9, -0.9, 99.9,999.9,999.9{690" +2022-01-11 05:08:23,ax1,PE1RXF-7,APZMDM," 1.4,94.0, -0.2, 98.6,980.1,999.9, -1.0, 99.9,999.9,999.9{691" +2022-01-11 05:18:23,ax1,PE1RXF-7,APZMDM," 1.4,94.1, -0.2, 98.8,981.2,999.9, -1.0, 99.9,999.9,999.9{692" +2022-01-11 05:28:23,ax1,PE1RXF-7,APZMDM," 1.3,94.0, -0.3, 98.8,980.3,999.9, -1.1, 99.9,999.9,999.9{693" +2022-01-11 05:38:22,ax1,PE1RXF-7,APZMDM," 1.3,94.2, -0.3, 98.8,981.9,999.9, -1.1, 99.9,999.9,999.9{694" +2022-01-11 05:38:37,ax1,PE1RXF-7,APZMDM," 1.3,94.2, -0.3, 98.8,981.9,999.9, -1.1, 99.9,999.9,999.9{694" +2022-01-11 05:48:37,ax1,PE1RXF-7,APZMDM," 1.3,94.2, -0.3, 98.8,980.6,999.9, -1.1, 99.9,999.9,999.9{695" +2022-01-11 05:58:37,ax1,PE1RXF-7,APZMDM," 1.3,94.4, -0.4, 98.8,981.0,999.9, -1.0, 99.9,999.9,999.9{696" +2022-01-11 06:08:36,ax1,PE1RXF-7,APZMDM," 1.4,94.4, -0.3, 99.2,979.7,999.9, -1.0, 99.9,999.9,999.9{697" +2022-01-11 06:18:36,ax1,PE1RXF-7,APZMDM," 1.4,94.4, -0.3, 99.2,979.0,999.9, -1.0, 99.9,999.9,999.9{698" +2022-01-11 06:19:06,ax1,PE1RXF-7,APZMDM," 1.4,94.4, -0.3, 99.2,979.0,999.9, -1.0, 99.9,999.9,999.9{698" +2022-01-11 06:29:06,ax1,PE1RXF-7,APZMDM," 1.4,94.5, -0.3, 99.2,979.5,999.9, -0.9, 99.9,999.9,999.9{699" +2022-01-11 06:39:06,ax1,PE1RXF-7,APZMDM," 1.4,94.5, -0.2, 99.3,980.3,999.9, -0.9, 99.9,999.9,999.9{700" +2022-01-11 06:49:05,ax1,PE1RXF-7,APZMDM," 1.5,94.6, -0.2, 99.5,980.0,999.9, -0.9, 99.9,999.9,999.9{701" +2022-01-11 06:59:20,ax1,PE1RXF-7,APZMDM," 1.5,94.7, -0.2, 99.6,979.5,999.9, -0.8, 99.9,999.9,999.9{702" +2022-01-11 07:09:20,ax1,PE1RXF-7,APZMDM," 1.6,94.8, -0.2, 99.6,977.6,999.9, -0.8, 99.9,999.9,999.9{703" +2022-01-11 07:19:19,ax1,PE1RXF-7,APZMDM," 1.6,94.7, -0.1, 99.7,979.0,999.9, -0.7, 99.9,999.9,999.9{704" +2022-01-11 07:29:19,ax1,PE1RXF-7,APZMDM," 1.7,94.9, -0.1, 99.9,978.6,999.9, -0.7, 99.9,999.9,999.9{705" +2022-01-11 07:39:19,ax1,PE1RXF-7,APZMDM," 1.7,94.9, -0.1, 99.9,979.2,999.9, -0.7, 99.9,999.9,999.9{706" +2022-01-11 07:39:34,ax1,PE1RXF-7,APZMDM," 1.7,94.9, -0.1, 99.9,979.2,999.9, -0.7, 99.9,999.9,999.9{706" +2022-01-11 07:49:33,ax1,PE1RXF-7,APZMDM," 1.8,94.9, 0.0, 99.9,978.1,999.9, -0.6, 99.9,999.9,999.9{707" +2022-01-11 07:59:33,ax1,PE1RXF-7,APZMDM," 1.8,95.0, 0.1, 99.9,980.5,999.9, -0.5, 99.9,999.9,999.9{708" +2022-01-11 08:09:33,ax1,PE1RXF-7,APZMDM," 1.9,95.0, 0.1, 99.9,980.0,999.9, -0.5, 99.9,999.9,999.9{709" +2022-01-11 08:19:32,ax1,PE1RXF-7,APZMDM," 1.9,94.9, 0.1, 99.9,979.3,999.9, -0.5, 99.9,999.9,999.9{710" +2022-01-11 08:29:47,ax1,PE1RXF-7,APZMDM," 1.9,95.0, 0.2, 99.9,978.9,999.9, -0.5, 99.9,999.9,999.9{711" +2022-01-11 08:39:47,ax1,PE1RXF-7,APZMDM," 2.0,95.1, 0.2, 99.9,979.2,999.9, -0.4, 99.9,999.9,999.9{712" +2022-01-11 08:49:46,ax1,PE1RXF-7,APZMDM," 2.1,95.0, 0.4, 99.9,978.7,999.9, -0.3, 99.9,999.9,999.9{713" +2022-01-11 09:00:02,ax1,PE1RXF-7,APZMDM," 2.2,94.8, 0.6, 99.9,979.4,999.9, -0.2, 99.9,999.9,999.9{714" +2022-01-11 09:10:16,ax1,PE1RXF-7,APZMDM," 2.3,94.3, 1.0, 99.6,977.1,999.9, -0.1, 99.9,999.9,999.9{715" +2022-01-11 09:20:15,ax1,PE1RXF-7,APZMDM," 2.6,93.8, 1.4, 99.0,979.9,999.9, 0.1, 99.9,999.9,999.9{716" +2022-01-11 09:30:30,ax1,PE1RXF-7,APZMDM," 3.4,93.1, 2.2, 98.3,978.0,999.9, 0.5, 99.9,999.9,999.9{717" +2022-01-11 09:40:30,ax1,PE1RXF-7,APZMDM," 4.2,92.0, 3.6, 96.2,980.6,999.9, 1.1, 99.9,999.9,999.9{718" +2022-01-11 09:50:30,ax1,PE1RXF-7,APZMDM," 5.2,91.0, 4.8, 95.0,981.4,999.9, 1.9, 99.9,999.9,999.9{719" +2022-01-11 10:00:29,ax1,PE1RXF-7,APZMDM," 6.5,88.8, 6.2, 92.4,982.5,999.9, 3.2, 99.9,999.9,999.9{720" +2022-01-11 10:10:29,ax1,PE1RXF-7,APZMDM," 8.0,85.5, 7.1, 92.3,979.6,999.9, 4.7, 99.9,999.9,999.9{721" +2022-01-11 10:20:29,ax1,PE1RXF-7,APZMDM," 7.0,86.9, 6.5, 91.9,981.9,999.9, 4.5, 99.9,999.9,999.9{722" +2022-01-11 10:20:44,ax1,PE1RXF-7,APZMDM," 7.0,86.9, 6.5, 91.9,981.9,999.9, 4.5, 99.9,999.9,999.9{722" +2022-01-11 10:30:43,ax1,PE1RXF-7,APZMDM," 6.4,87.9, 6.0, 92.4,981.9,999.9, 4.0, 99.9,999.9,999.9{723" +2022-01-11 10:40:43,ax1,PE1RXF-7,APZMDM," 6.6,88.0, 6.7, 92.6,980.7,999.9, 4.0, 99.9,999.9,999.9{724" +2022-01-11 10:50:43,ax1,PE1RXF-7,APZMDM," 8.0,86.3, 7.9, 91.5,981.6,999.9, 4.9, 99.9,999.9,999.9{725" +2022-01-11 10:50:58,ax1,PE1RXF-7,APZMDM," 8.0,86.3, 7.9, 91.5,981.6,999.9, 4.9, 99.9,999.9,999.9{725" +2022-01-11 11:00:58,ax1,PE1RXF-7,APZMDM," 9.0,83.8, 8.2, 91.0,982.7,999.9, 5.4, 99.9,999.9,999.9{726" +2022-01-11 11:10:57,ax1,PE1RXF-7,APZMDM," 8.3,85.0, 8.0, 91.0,981.7,999.9, 5.3, 99.9,999.9,999.9{727" +2022-01-11 11:20:57,ax1,PE1RXF-7,APZMDM," 10.2,82.1, 8.9, 91.1,981.8,999.9, 5.6, 99.9,999.9,999.9{728" +2022-01-11 11:21:12,ax1,PE1RXF-7,APZMDM," 10.2,82.1, 8.9, 91.1,981.8,999.9, 5.6, 99.9,999.9,999.9{728" +2022-01-11 11:31:12,ax1,PE1RXF-7,APZMDM," 12.3,79.7, 11.2, 87.6,984.1,999.9, 7.5, 99.9,999.9,999.9{729" +2022-01-11 11:41:12,ax1,PE1RXF-7,APZMDM," 11.5,82.0, 11.0, 86.5,986.3,999.9, 7.9, 99.9,999.9,999.9{730" +2022-01-11 11:51:11,ax1,PE1RXF-7,APZMDM," 10.3,82.7, 9.9, 88.0,981.9,999.9, 7.2, 99.9,999.9,999.9{731" +2022-01-11 12:01:11,ax1,PE1RXF-7,APZMDM," 9.3,83.8, 9.5, 88.2,982.2,999.9, 6.6, 99.9,999.9,999.9{732" +2022-01-11 12:11:11,ax1,PE1RXF-7,APZMDM," 9.3,84.6, 9.9, 87.8,980.2,999.9, 6.6, 99.9,999.9,999.9{733" +2022-01-11 12:21:11,ax1,PE1RXF-7,APZMDM," 10.2,84.0, 10.5, 85.2,982.1,999.9, 7.2, 99.9,999.9,999.9{734" +2022-01-11 12:31:10,ax1,PE1RXF-7,APZMDM," 9.9,83.3, 9.8, 86.5,985.9,999.9, 7.1, 99.9,999.9,999.9{735" +2022-01-11 12:41:10,ax1,PE1RXF-7,APZMDM," 9.3,83.4, 9.2, 86.9,985.6,999.9, 6.7, 99.9,999.9,999.9{736" +2022-01-11 12:51:10,ax1,PE1RXF-7,APZMDM," 9.4,83.9, 9.2, 88.2,986.7,999.9, 7.0, 99.9,999.9,999.9{737" +2022-01-11 13:01:10,ax1,PE1RXF-7,APZMDM," 12.6,84.6, 11.4, 88.8,984.6,999.9, 9.9, 99.9,999.9,999.9{738" +2022-01-11 13:11:09,ax1,PE1RXF-7,APZMDM," 15.2,81.2, 13.1, 87.2,988.2,999.9, 12.3, 99.9,999.9,999.9{739" +2022-01-11 13:21:09,ax1,PE1RXF-7,APZMDM," 14.7,79.2, 13.1, 85.6,991.9,999.9, 11.8, 99.9,999.9,999.9{740" +2022-01-11 13:31:39,ax1,PE1RXF-7,APZMDM," 13.5,80.4, 12.7, 85.1,995.2,999.9, 11.1, 99.9,999.9,999.9{741" +2022-01-11 13:41:39,ax1,PE1RXF-7,APZMDM," 14.0,81.9, 14.0, 86.0,999.9,999.9, 12.4, 99.9,999.9,999.9{742" +2022-01-11 13:51:39,ax1,PE1RXF-7,APZMDM," 16.9,79.6, 16.9, 83.9,999.9,999.9, 15.9, 99.9,999.9,999.9{743" +2022-01-11 13:51:54,ax1,PE1RXF-7,APZMDM," 16.9,79.6, 16.9, 83.9,999.9,999.9, 15.9, 99.9,999.9,999.9{743" +2022-01-11 14:01:53,ax1,PE1RXF-7,APZMDM," 16.8,79.2, 17.3, 79.9,981.0,999.9, 15.7, 99.9,999.9,999.9{744" +2022-01-11 14:11:53,ax1,PE1RXF-7,APZMDM," 14.5,79.1, 15.5, 79.6,981.1,999.9, 12.9, 96.5,999.9,999.9{745" +2022-01-11 14:21:53,ax1,PE1RXF-7,APZMDM," 12.4,81.3, 13.9, 79.6,980.9,999.9, 10.6, 99.9,999.9,999.9{746" +2022-01-11 14:31:53,ax1,PE1RXF-7,APZMDM," 10.8,83.3, 12.4, 80.8,980.6,999.9, 8.9, 99.9,999.9,999.9{747" +2022-01-11 14:32:08,ax1,PE1RXF-7,APZMDM," 10.8,83.3, 12.4, 80.8,980.6,999.9, 8.9, 99.9,999.9,999.9{747" +2022-01-11 14:42:07,ax1,PE1RXF-7,APZMDM," 9.4,84.9, 10.8, 82.1,980.9,999.9, 7.6, 99.9,999.9,999.9{748" +2022-01-11 14:52:07,ax1,PE1RXF-7,APZMDM," 8.4,86.4, 9.7, 84.5,981.5,999.9, 6.7, 99.9,999.9,999.9{749" +2022-01-11 15:02:07,ax1,PE1RXF-7,APZMDM," 7.9,87.5, 8.8, 85.0,982.2,999.9, 6.1, 99.9,999.9,999.9{750" +2022-01-11 15:12:07,ax1,PE1RXF-7,APZMDM," 7.5,88.3, 8.2, 86.4,981.8,999.9, 5.7, 99.9,999.9,999.9{751" +2022-01-11 15:22:06,ax1,PE1RXF-7,APZMDM," 7.3,88.8, 7.7, 87.4,982.2,999.9, 5.4, 99.9,999.9,999.9{752" +2022-01-11 15:32:06,ax1,PE1RXF-7,APZMDM," 7.1,89.2, 7.3, 87.9,981.7,999.9, 5.2, 99.9,999.9,999.9{753" +2022-01-11 15:42:06,ax1,PE1RXF-7,APZMDM," 7.0,89.8, 6.9, 88.9,980.3,999.9, 5.1, 99.9,999.9,999.9{754" +2022-01-11 15:52:06,ax1,PE1RXF-7,APZMDM," 6.8,89.8, 6.5, 89.0,979.6,999.9, 4.8, 99.9,999.9,999.9{755" +2022-01-11 16:02:06,ax1,PE1RXF-7,APZMDM," 6.6,90.1, 6.1, 90.0,979.2,999.9, 4.6, 99.9,999.9,999.9{756" +2022-01-11 16:12:05,ax1,PE1RXF-7,APZMDM," 6.4,90.4, 5.7, 90.3,979.1,999.9, 4.4, 99.9,999.9,999.9{757" +2022-01-11 16:22:20,ax1,PE1RXF-7,APZMDM," 6.2,90.7, 5.4, 90.7,979.0,999.9, 4.2, 99.9,999.9,999.9{758" +2022-01-11 16:32:20,ax1,PE1RXF-7,APZMDM," 6.0,90.8, 5.1, 90.9,978.9,999.9, 4.0, 99.9,999.9,999.9{759" +2022-01-11 16:32:35,ax1,PE1RXF-7,APZMDM," 6.0,90.8, 5.1, 90.9,978.9,999.9, 4.0, 99.9,999.9,999.9{759" +2022-01-11 16:42:50,ax1,PE1RXF-7,APZMDM," 5.8,91.0, 4.8, 91.3,980.3,999.9, 3.8, 99.9,999.9,999.9{760" +2022-01-11 16:52:49,ax1,PE1RXF-7,APZMDM," 5.7,91.2, 4.6, 91.2,979.6,999.9, 3.6, 99.9,999.9,999.9{761" +2022-01-11 17:02:49,ax1,PE1RXF-7,APZMDM," 5.6,91.5, 4.3, 91.5,981.7,999.9, 3.5, 99.9,999.9,999.9{762" +2022-01-11 17:12:49,ax1,PE1RXF-7,APZMDM," 5.5,91.7, 4.2, 91.8,982.5,999.9, 3.4, 99.9,999.9,999.9{763" +2022-01-11 17:22:49,ax1,PE1RXF-7,APZMDM," 5.5,91.8, 4.1, 92.1,983.0,999.9, 3.4, 99.9,999.9,999.9{764" +2022-01-11 17:32:48,ax1,PE1RXF-7,APZMDM," 5.5,92.0, 4.0, 92.2,982.5,999.9, 3.4, 99.9,999.9,999.9{765" +2022-01-11 17:42:48,ax1,PE1RXF-7,APZMDM," 5.4,92.0, 3.9, 92.3,981.6,999.9, 3.3, 99.9,999.9,999.9{766" +2022-01-11 17:52:48,ax1,PE1RXF-7,APZMDM," 5.4,92.0, 3.9, 92.6,981.4,999.9, 3.3, 99.9,999.9,999.9{767" +2022-01-11 18:02:48,ax1,PE1RXF-7,APZMDM," 5.3,92.1, 3.8, 92.8,983.0,999.9, 3.2, 99.9,999.9,999.9{768" +2022-01-11 18:13:02,ax1,PE1RXF-7,APZMDM," 5.3,92.2, 3.7, 92.8,985.0,999.9, 3.2, 99.9,999.9,999.9{769" +2022-01-11 18:23:02,ax1,PE1RXF-7,APZMDM," 5.3,92.1, 3.7, 93.0,987.4,999.9, 3.2, 99.9,999.9,999.9{770" +2022-01-11 18:33:02,ax1,PE1RXF-7,APZMDM," 5.3,92.2, 3.6, 93.3,987.2,999.9, 3.2, 99.9,999.9,999.9{771" +2022-01-11 18:43:01,ax1,PE1RXF-7,APZMDM," 5.4,92.3, 3.6, 93.2,989.8,999.9, 3.2, 99.9,999.9,999.9{772" +2022-01-11 18:53:01,ax1,PE1RXF-7,APZMDM," 5.3,92.2, 3.6, 93.3,989.1,999.9, 3.1, 99.9,999.9,999.9{773" +2022-01-11 19:03:01,ax1,PE1RXF-7,APZMDM," 5.3,92.2, 3.5, 93.3,989.0,999.9, 3.1, 99.9,999.9,999.9{774" +2022-01-11 19:13:00,ax1,PE1RXF-7,APZMDM," 5.3,92.2, 3.5, 93.5,989.7,999.9, 3.1, 99.9,999.9,999.9{775" +2022-01-11 19:23:00,ax1,PE1RXF-7,APZMDM," 5.3,92.3, 3.5, 93.8,987.9,999.9, 3.1, 99.9,999.9,999.9{776" +2022-01-11 19:33:15,ax1,PE1RXF-7,APZMDM," 5.3,92.5, 3.5, 93.7,991.9,999.9, 3.1, 99.9,999.9,999.9{777" +2022-01-11 19:43:15,ax1,PE1RXF-7,APZMDM," 5.3,92.7, 3.5, 93.8,991.8,999.9, 3.2, 99.9,999.9,999.9{778" +2022-01-11 19:43:30,ax1,PE1RXF-7,APZMDM," 5.3,92.7, 3.5, 93.8,991.8,999.9, 3.2, 99.9,999.9,999.9{778" +2022-01-11 19:53:29,ax1,PE1RXF-7,APZMDM," 5.4,92.9, 3.6, 94.0,994.8,999.9, 3.2, 99.9,999.9,999.9{779" +2022-01-11 20:03:29,ax1,PE1RXF-7,APZMDM," 5.4,92.8, 3.6, 94.1,993.1,999.9, 3.2, 99.9,999.9,999.9{780" +2022-01-11 20:13:29,ax1,PE1RXF-7,APZMDM," 5.4,93.1, 3.6, 94.3,991.2,999.9, 3.2, 99.9,999.9,999.9{781" +2022-01-11 20:23:29,ax1,PE1RXF-7,APZMDM," 5.5,93.3, 3.6, 94.5,987.6,999.9, 3.3, 99.9,999.9,999.9{782" +2022-01-11 20:33:28,ax1,PE1RXF-7,APZMDM," 5.5,93.5, 3.7, 95.0,989.2,999.9, 3.3, 99.9,999.9,999.9{783" +2022-01-11 20:43:28,ax1,PE1RXF-7,APZMDM," 5.6,93.6, 3.7, 95.0,986.8,999.9, 3.4, 99.9,999.9,999.9{784" +2022-01-11 20:53:28,ax1,PE1RXF-7,APZMDM," 5.6,93.6, 3.7, 95.2,988.0,999.9, 3.3, 99.9,999.9,999.9{785" +2022-01-11 21:03:42,ax1,PE1RXF-7,APZMDM," 5.5,93.2, 3.7, 94.9,988.3,999.9, 3.3, 99.9,999.9,999.9{786" +2022-01-11 21:13:42,ax1,PE1RXF-7,APZMDM," 5.4,93.3, 3.6, 94.9,987.3,999.9, 3.2, 99.9,999.9,999.9{787" +2022-01-11 21:13:57,ax1,PE1RXF-7,APZMDM," 5.4,93.3, 3.6, 94.9,987.3,999.9, 3.2, 99.9,999.9,999.9{787" +2022-01-11 21:14:12,ax1,PE1RXF-7,APZMDM," 5.4,93.3, 3.6, 94.9,987.3,999.9, 3.2, 99.9,999.9,999.9{787" +2022-01-11 21:24:12,ax1,PE1RXF-7,APZMDM," 5.3,93.7, 3.6, 95.1,988.7,999.9, 3.0, 99.9,999.9,999.9{788" +2022-01-11 21:34:26,ax1,PE1RXF-7,APZMDM," 5.2,93.9, 3.5, 95.3,986.5,999.9, 2.9, 99.9,999.9,999.9{789" +2022-01-11 21:44:56,ax1,PE1RXF-7,APZMDM," 5.1,94.2, 3.4, 95.6,988.9,999.9, 2.8, 99.9,999.9,999.9{790" +2022-01-11 21:54:56,ax1,PE1RXF-7,APZMDM," 5.0,94.3, 3.4, 95.6,989.3,999.9, 2.7, 99.9,999.9,999.9{791" +2022-01-11 22:04:56,ax1,PE1RXF-7,APZMDM," 4.9,94.6, 3.3, 95.5,988.3,999.9, 2.7, 99.9,999.9,999.9{792" +2022-01-11 22:14:55,ax1,PE1RXF-7,APZMDM," 4.9,94.7, 3.3, 95.8,985.7,999.9, 2.6, 99.9,999.9,999.9{793" +2022-01-11 22:24:55,ax1,PE1RXF-7,APZMDM," 4.9,94.9, 3.3, 96.1,987.1,999.9, 2.6, 99.9,999.9,999.9{794" +2022-01-11 22:34:55,ax1,PE1RXF-7,APZMDM," 4.9,95.0, 3.2, 96.3,987.6,999.9, 2.6, 99.9,999.9,999.9{795" +2022-01-11 22:44:56,ax1,PE1RXF-7,APZMDM," 4.8,95.1, 3.2, 96.5,983.5,999.9, 2.6, 99.9,999.9,999.9{796" +2022-01-11 22:54:54,ax1,PE1RXF-7,APZMDM," 4.9,95.2, 3.2, 96.6,984.1,999.9, 2.6, 99.9,999.9,999.9{797" +2022-01-11 23:05:24,ax1,PE1RXF-7,APZMDM," 4.9,95.3, 3.2, 96.8,986.5,999.9, 2.6, 99.9,999.9,999.9{798" +2022-01-11 23:15:54,ax1,PE1RXF-7,APZMDM," 4.9,95.4, 3.2, 96.9,986.0,999.9, 2.6, 99.9,999.9,999.9{799" +2022-01-11 23:26:23,ax1,PE1RXF-7,APZMDM," 4.9,95.6, 3.2, 97.1,983.7,999.9, 2.6, 99.9,999.9,999.9{800" +2022-01-11 23:26:38,ax1,PE1RXF-7,APZMDM," 4.9,95.6, 3.2, 97.1,983.7,999.9, 2.6, 99.9,999.9,999.9{800" +2022-01-11 23:36:38,ax1,PE1RXF-7,APZMDM," 4.9,95.6, 3.2, 97.3,983.3,999.9, 2.6, 99.9,999.9,999.9{801" +2022-01-11 23:46:38,ax1,PE1RXF-7,APZMDM," 4.9,95.7, 3.2, 97.4,983.9,999.9, 2.6, 99.9,999.9,999.9{802" +2022-01-11 23:46:53,ax1,PE1RXF-7,APZMDM," 4.9,95.7, 3.2, 97.4,983.9,999.9, 2.6, 99.9,999.9,999.9{802" +2022-01-11 23:56:52,ax1,PE1RXF-7,APZMDM," 4.9,95.7, 3.2, 97.6,984.8,999.9, 2.6, 99.9,999.9,999.9{803" +2022-01-11 23:57:07,ax1,PE1RXF-7,APZMDM," 4.9,95.7, 3.2, 97.6,984.8,999.9, 2.6, 99.9,999.9,999.9{803" +2022-01-12 00:07:37,ax1,PE1RXF-7,APZMDM," 4.9,95.8, 3.2, 97.8,984.7,999.9, 2.7, 99.9,999.9,999.9{804" +2022-01-12 00:17:52,ax1,PE1RXF-7,APZMDM," 4.9,95.9, 3.2, 97.8,984.7,999.9, 2.7, 99.9,999.9,999.9{805" +2022-01-12 00:27:52,ax1,PE1RXF-7,APZMDM," 4.9,95.9, 3.2, 97.8,979.4,999.9, 2.7, 99.9,999.9,999.9{806" +2022-01-12 00:28:07,ax1,PE1RXF-7,APZMDM," 4.9,95.9, 3.2, 97.8,979.4,999.9, 2.7, 99.9,999.9,999.9{806" +2022-01-12 00:38:21,ax1,PE1RXF-7,APZMDM," 4.9,96.0, 3.2, 97.8,982.3,999.9, 2.7, 99.9,999.9,999.9{807" +2022-01-12 00:38:36,ax1,PE1RXF-7,APZMDM," 4.9,96.0, 3.2, 97.8,982.3,999.9, 2.7, 99.9,999.9,999.9{807" +2022-01-12 00:48:36,ax1,PE1RXF-7,APZMDM," 5.0,96.1, 3.2, 98.1,984.1,999.9, 2.7, 99.9,999.9,999.9{808" +2022-01-12 00:58:36,ax1,PE1RXF-7,APZMDM," 5.0,96.2, 3.2, 98.2,985.3,999.9, 2.7, 99.9,999.9,999.9{809" +2022-01-12 01:08:35,ax1,PE1RXF-7,APZMDM," 5.0,96.2, 3.2, 98.6,985.2,999.9, 2.7, 99.9,999.9,999.9{810" +2022-01-12 01:08:50,ax1,PE1RXF-7,APZMDM," 5.0,96.2, 3.2, 98.6,985.2,999.9, 2.7, 99.9,999.9,999.9{810" +2022-01-12 01:18:50,ax1,PE1RXF-7,APZMDM," 5.0,96.4, 3.3, 98.7,987.5,999.9, 2.7, 99.9,999.9,999.9{811" +2022-01-12 01:28:50,ax1,PE1RXF-7,APZMDM," 5.1,96.4, 3.3, 98.7,986.0,999.9, 2.8, 99.9,999.9,999.9{812" +2022-01-12 01:38:50,ax1,PE1RXF-7,APZMDM," 5.1,96.5, 3.3, 99.1,985.9,999.9, 2.8, 99.9,999.9,999.9{813" +2022-01-12 01:48:49,ax1,PE1RXF-7,APZMDM," 5.2,96.5, 3.3, 99.3,987.0,999.9, 2.9, 99.9,999.9,999.9{814" +2022-01-12 01:58:49,ax1,PE1RXF-7,APZMDM," 5.2,96.6, 3.4, 99.3,985.8,999.9, 2.9, 99.9,999.9,999.9{815" +2022-01-12 01:59:04,ax1,PE1RXF-7,APZMDM," 5.2,96.6, 3.4, 99.3,985.8,999.9, 2.9, 99.9,999.9,999.9{815" +2022-01-12 02:09:04,ax1,PE1RXF-7,APZMDM," 5.2,96.6, 3.4, 99.7,985.5,999.9, 2.9, 99.9,999.9,999.9{816" +2022-01-12 02:19:03,ax1,PE1RXF-7,APZMDM," 5.2,96.7, 3.4, 99.5,983.9,999.9, 2.9, 99.9,999.9,999.9{817" +2022-01-12 02:29:03,ax1,PE1RXF-7,APZMDM," 5.2,96.7, 3.4, 99.6,985.1,999.9, 2.9, 99.9,999.9,999.9{818" +2022-01-12 02:39:03,ax1,PE1RXF-7,APZMDM," 5.2,96.8, 3.4, 99.5,985.0,999.9, 2.9, 99.9,999.9,999.9{819" +2022-01-12 02:49:03,ax1,PE1RXF-7,APZMDM," 5.2,96.8, 3.4, 99.8,985.7,999.9, 2.9, 99.9,999.9,999.9{820" +2022-01-12 02:59:02,ax1,PE1RXF-7,APZMDM," 5.3,96.9, 3.5, 99.9,986.1,999.9, 3.0, 99.9,999.9,999.9{821" +2022-01-12 03:09:02,ax1,PE1RXF-7,APZMDM," 5.3,97.0, 3.5, 99.7,986.6,999.9, 3.0, 99.9,999.9,999.9{822" +2022-01-12 03:19:02,ax1,PE1RXF-7,APZMDM," 5.3,97.1, 3.5, 99.9,986.8,999.9, 3.0, 99.9,999.9,999.9{823" +2022-01-12 03:29:01,ax1,PE1RXF-7,APZMDM," 5.4,97.1, 3.5, 99.9,985.1,999.9, 3.1, 99.9,999.9,999.9{824" +2022-01-12 03:39:16,ax1,PE1RXF-7,APZMDM," 5.4,97.1, 3.6, 99.9,985.7,999.9, 3.1, 99.9,999.9,999.9{825" +2022-01-12 03:49:46,ax1,PE1RXF-7,APZMDM," 5.4,97.2, 3.6, 99.9,985.4,999.9, 3.1, 99.9,999.9,999.9{826" +2022-01-12 03:59:46,ax1,PE1RXF-7,APZMDM," 5.5,97.4, 3.6, 99.9,985.6,999.9, 3.2, 99.9,999.9,999.9{827" +2022-01-12 04:09:45,ax1,PE1RXF-7,APZMDM," 5.5,97.3, 3.7, 99.9,983.3,999.9, 3.2, 99.9,999.9,999.9{828" +2022-01-12 04:19:45,ax1,PE1RXF-7,APZMDM," 5.6,97.3, 3.7, 99.9,984.2,999.9, 3.3, 99.9,999.9,999.9{829" +2022-01-12 04:29:45,ax1,PE1RXF-7,APZMDM," 5.5,97.3, 3.7, 99.9,988.0,999.9, 3.2, 99.9,999.9,999.9{830" +2022-01-12 04:39:44,ax1,PE1RXF-7,APZMDM," 5.5,97.4, 3.7, 99.9,986.2,999.9, 3.2, 99.9,999.9,999.9{831" +2022-01-12 04:49:44,ax1,PE1RXF-7,APZMDM," 5.5,97.3, 3.7, 99.9,984.7,999.9, 3.2, 99.9,999.9,999.9{832" +2022-01-12 04:59:44,ax1,PE1RXF-7,APZMDM," 5.5,97.4, 3.7, 99.9,985.6,999.9, 3.2, 99.9,999.9,999.9{833" +2022-01-12 05:09:44,ax1,PE1RXF-7,APZMDM," 5.4,97.4, 3.6, 99.9,984.8,999.9, 3.2, 99.9,999.9,999.9{834" +2022-01-12 05:19:58,ax1,PE1RXF-7,APZMDM," 5.4,97.4, 3.6, 99.9,986.9,999.9, 3.1, 99.9,999.9,999.9{835" +2022-01-12 05:29:58,ax1,PE1RXF-7,APZMDM," 5.3,97.3, 3.6, 99.9,986.9,999.9, 3.1, 99.9,999.9,999.9{836" +2022-01-12 05:30:13,ax1,PE1RXF-7,APZMDM," 5.3,97.3, 3.6, 99.9,986.9,999.9, 3.1, 99.9,999.9,999.9{836" +2022-01-12 05:40:28,ax1,PE1RXF-7,APZMDM," 5.3,97.2, 3.5, 99.9,986.6,999.9, 3.0, 99.9,999.9,999.9{837" +2022-01-12 05:50:28,ax1,PE1RXF-7,APZMDM," 5.2,97.2, 3.4, 99.9,986.0,999.9, 2.9, 99.9,999.9,999.9{838" +2022-01-12 06:00:42,ax1,PE1RXF-7,APZMDM," 5.1,97.2, 3.3, 99.9,985.1,999.9, 2.8, 99.9,999.9,999.9{839" +2022-01-12 06:10:42,ax1,PE1RXF-7,APZMDM," 5.0,97.2, 3.3, 99.9,984.7,999.9, 2.7, 99.9,999.9,999.9{840" +2022-01-12 06:20:42,ax1,PE1RXF-7,APZMDM," 4.9,97.2, 3.2, 99.9,985.7,999.9, 2.6, 99.9,999.9,999.9{841" +2022-01-12 06:30:42,ax1,PE1RXF-7,APZMDM," 4.9,97.3, 3.2, 99.9,986.3,999.9, 2.6, 99.9,999.9,999.9{842" +2022-01-12 06:40:41,ax1,PE1RXF-7,APZMDM," 4.8,97.3, 3.1, 99.9,986.3,999.9, 2.5, 99.9,999.9,999.9{843" +2022-01-12 06:50:41,ax1,PE1RXF-7,APZMDM," 4.8,97.3, 3.1, 99.9,988.3,999.9, 2.5, 99.9,999.9,999.9{844" +2022-01-12 07:00:41,ax1,PE1RXF-7,APZMDM," 4.8,97.3, 3.0, 99.9,987.6,999.9, 2.4, 99.9,999.9,999.9{845" +2022-01-12 07:10:41,ax1,PE1RXF-7,APZMDM," 4.7,97.4, 3.0, 99.9,986.0,999.9, 2.4, 99.9,999.9,999.9{846" +2022-01-12 07:20:40,ax1,PE1RXF-7,APZMDM," 4.6,97.4, 2.9, 99.9,987.5,999.9, 2.3, 99.9,999.9,999.9{847" +2022-01-12 07:30:40,ax1,PE1RXF-7,APZMDM," 4.6,97.3, 2.9, 99.9,986.0,999.9, 2.3, 99.9,999.9,999.9{848" +2022-01-12 07:40:55,ax1,PE1RXF-7,APZMDM," 4.5,97.2, 2.8, 99.9,984.5,999.9, 2.2, 99.9,999.9,999.9{849" +2022-01-12 07:50:54,ax1,PE1RXF-7,APZMDM," 4.4,97.3, 2.8, 99.9,986.3,999.9, 2.2, 99.9,999.9,999.9{850" +2022-01-12 08:00:54,ax1,PE1RXF-7,APZMDM," 4.4,97.2, 2.7, 99.9,984.7,999.9, 2.0, 99.9,999.9,999.9{851" +2022-01-12 08:11:09,ax1,PE1RXF-7,APZMDM," 4.3,97.2, 2.6, 99.9,986.4,999.9, 2.0, 99.9,999.9,999.9{852" +2022-01-12 08:21:08,ax1,PE1RXF-7,APZMDM," 4.2,97.3, 2.6, 99.9,987.5,999.9, 1.9, 99.9,999.9,999.9{853" +2022-01-12 08:31:08,ax1,PE1RXF-7,APZMDM," 4.3,97.5, 2.6, 99.9,986.3,999.9, 2.0, 99.9,999.9,999.9{854" +2022-01-12 08:41:08,ax1,PE1RXF-7,APZMDM," 4.3,97.6, 2.6, 99.9,984.4,999.9, 2.0, 99.9,999.9,999.9{855" +2022-01-12 08:51:08,ax1,PE1RXF-7,APZMDM," 4.4,97.5, 2.7, 99.9,983.9,999.9, 2.0, 99.9,999.9,999.9{856" +2022-01-12 09:01:07,ax1,PE1RXF-7,APZMDM," 4.4,97.5, 2.7, 99.9,984.2,999.9, 2.1, 99.9,999.9,999.9{857" +2022-01-12 09:11:07,ax1,PE1RXF-7,APZMDM," 4.5,97.4, 2.9, 99.9,985.9,999.9, 2.1, 99.9,999.9,999.9{858" +2022-01-12 09:21:07,ax1,PE1RXF-7,APZMDM," 4.6,97.2, 3.0, 99.9,987.4,999.9, 2.2, 99.9,999.9,999.9{859" +2022-01-12 09:31:06,ax1,PE1RXF-7,APZMDM," 4.7,97.0, 3.3, 99.9,986.3,999.9, 2.3, 99.9,999.9,999.9{860" +2022-01-12 09:41:06,ax1,PE1RXF-7,APZMDM," 4.9,97.0, 3.5, 99.9,986.8,999.9, 2.5, 99.9,999.9,999.9{861" +2022-01-12 09:51:06,ax1,PE1RXF-7,APZMDM," 5.2,97.2, 3.8, 99.9,988.1,999.9, 2.7, 99.9,999.9,999.9{862" +2022-01-12 09:51:36,ax1,PE1RXF-7,APZMDM," 5.2,97.2, 3.8, 99.9,988.1,999.9, 2.7, 99.9,999.9,999.9{862" +2022-01-12 10:01:36,ax1,PE1RXF-7,APZMDM," 5.5,97.4, 4.2, 99.9,987.3,999.9, 3.1, 99.9,999.9,999.9{863" +2022-01-12 10:11:35,ax1,PE1RXF-7,APZMDM," 5.9,97.6, 4.7, 99.9,986.2,999.9, 3.5, 99.9,999.9,999.9{864" +2022-01-12 10:21:35,ax1,PE1RXF-7,APZMDM," 6.4,97.3, 5.2, 99.9,988.7,999.9, 3.9, 99.9,999.9,999.9{865" +2022-01-12 10:31:35,ax1,PE1RXF-7,APZMDM," 6.7,97.1, 5.7, 99.9,987.5,999.9, 4.2, 99.9,999.9,999.9{866" +2022-01-12 10:41:34,ax1,PE1RXF-7,APZMDM," 7.2,97.0, 6.3, 99.9,989.0,999.9, 4.7, 99.9,999.9,999.9{867" +2022-01-12 10:41:49,ax1,PE1RXF-7,APZMDM," 7.2,97.0, 6.3, 99.9,989.0,999.9, 4.7, 99.9,999.9,999.9{867" +2022-01-12 10:42:04,ax1,PE1RXF-7,APZMDM," 7.2,97.0, 6.3, 99.9,989.0,999.9, 4.7, 99.9,999.9,999.9{867" +2022-01-12 10:52:04,ax1,PE1RXF-7,APZMDM," 7.5,96.1, 6.7, 99.9,985.3,999.9, 5.0, 99.9,999.9,999.9{868" +2022-01-12 10:52:19,ax1,PE1RXF-7,APZMDM," 7.5,96.1, 6.7, 99.9,985.3,999.9, 5.0, 99.9,999.9,999.9{868" +2022-01-12 10:52:34,ax1,PE1RXF-7,APZMDM," 7.5,96.1, 6.7, 99.9,985.3,999.9, 5.0, 99.9,999.9,999.9{868" +2022-01-12 11:02:34,ax1,PE1RXF-7,APZMDM," 7.6,97.0, 7.0, 99.9,987.4,999.9, 5.3, 99.9,999.9,999.9{869" +2022-01-12 11:12:34,ax1,PE1RXF-7,APZMDM," 8.0,96.9, 7.3, 99.9,985.6,999.9, 5.5, 99.9,999.9,999.9{870" +2022-01-12 11:22:33,ax1,PE1RXF-7,APZMDM," 8.2,96.7, 7.6, 99.9,984.5,999.9, 5.7, 99.9,999.9,999.9{871" +2022-01-12 11:32:33,ax1,PE1RXF-7,APZMDM," 8.2,97.0, 7.8, 99.9,988.5,999.9, 5.8, 99.9,999.9,999.9{872" +2022-01-12 11:42:48,ax1,PE1RXF-7,APZMDM," 8.5,97.1, 8.1, 99.9,982.1,999.9, 6.1, 99.9,999.9,999.9{873" +2022-01-12 11:52:48,ax1,PE1RXF-7,APZMDM," 8.7,96.9, 8.5, 99.9,987.1,999.9, 6.3, 99.9,999.9,999.9{874" +2022-01-12 12:02:47,ax1,PE1RXF-7,APZMDM," 8.9,97.4, 8.7, 99.9,989.4,999.9, 6.6, 99.9,999.9,999.9{875" +2022-01-12 12:12:47,ax1,PE1RXF-7,APZMDM," 9.0,97.7, 8.8, 99.9,986.4,999.9, 6.7, 99.9,999.9,999.9{876" +2022-01-12 12:22:47,ax1,PE1RXF-7,APZMDM," 9.2,97.7, 8.9, 99.9,985.7,999.9, 6.9, 99.9,999.9,999.9{877" +2022-01-12 12:32:46,ax1,PE1RXF-7,APZMDM," 9.4,97.9, 9.4, 99.9,987.6,999.9, 7.2, 99.9,999.9,999.9{878" +2022-01-12 12:42:46,ax1,PE1RXF-7,APZMDM," 9.7,97.8, 9.7, 99.8,987.7,999.9, 7.4, 99.9,999.9,999.9{879" +2022-01-12 12:52:46,ax1,PE1RXF-7,APZMDM," 9.7,97.2, 9.3, 99.9,988.7,999.9, 7.4, 99.9,999.9,999.9{880" +2022-01-12 12:53:16,ax1,PE1RXF-7,APZMDM," 9.7,97.2, 9.3, 99.9,988.7,999.9, 7.4, 99.9,999.9,999.9{880" +2022-01-12 12:53:31,ax1,PE1RXF-7,APZMDM," 9.7,97.2, 9.3, 99.9,988.7,999.9, 7.4, 99.9,999.9,999.9{880" +2022-01-12 13:03:31,ax1,PE1RXF-7,APZMDM," 9.5,97.2, 9.2, 99.9,987.4,999.9, 7.2, 99.9,999.9,999.9{881" +2022-01-12 13:13:31,ax1,PE1RXF-7,APZMDM," 9.4,97.6, 9.1, 99.9,982.9,999.9, 7.2, 99.9,999.9,999.9{882" +2022-01-12 13:23:30,ax1,PE1RXF-7,APZMDM," 9.5,97.8, 9.2, 99.9,982.3,999.9, 7.2, 99.9,999.9,999.9{883" +2022-01-12 13:33:30,ax1,PE1RXF-7,APZMDM," 9.7,97.6, 9.4, 99.9,983.2,999.9, 7.4, 99.9,999.9,999.9{884" +2022-01-12 13:33:45,ax1,PE1RXF-7,APZMDM," 9.7,97.6, 9.4, 99.9,983.2,999.9, 7.4, 99.9,999.9,999.9{884" +2022-01-12 13:43:45,ax1,PE1RXF-7,APZMDM," 9.8,97.9, 9.3, 98.2,983.5,999.9, 7.6, 99.9,999.9,999.9{885" +2022-01-12 13:53:59,ax1,PE1RXF-7,APZMDM," 9.9,97.7, 9.1, 98.6,986.1,999.9, 7.6, 99.9,999.9,999.9{886" +2022-01-12 14:03:59,ax1,PE1RXF-7,APZMDM," 10.2,97.9, 9.6, 99.4,986.4,999.9, 7.9, 99.9,999.9,999.9{887" +2022-01-12 14:13:59,ax1,PE1RXF-7,APZMDM," 10.6,98.0, 10.1, 99.0,986.5,999.9, 8.3, 99.9,999.9,999.9{888" +2022-01-12 14:14:14,ax1,PE1RXF-7,APZMDM," 10.6,98.0, 10.1, 99.0,986.5,999.9, 8.3, 99.9,999.9,999.9{888" +2022-01-12 14:24:14,ax1,PE1RXF-7,APZMDM," 10.7,97.0, 10.1, 98.7,989.0,999.9, 8.4, 99.9,999.9,999.9{889" +2022-01-12 14:34:13,ax1,PE1RXF-7,APZMDM," 10.5,97.4, 10.1, 99.4,986.0,999.9, 8.3, 99.9,999.9,999.9{890" +2022-01-12 14:44:13,ax1,PE1RXF-7,APZMDM," 10.5,96.9, 10.1, 98.2,984.6,999.9, 8.2, 99.9,999.9,999.9{891" +2022-01-12 14:54:28,ax1,PE1RXF-7,APZMDM," 10.3,97.0, 10.0, 98.6,985.8,999.9, 8.1, 99.9,999.9,999.9{892" +2022-01-12 15:04:28,ax1,PE1RXF-7,APZMDM," 10.0,96.9, 9.7, 99.1,983.1,999.9, 7.8, 99.9,999.9,999.9{893" +2022-01-12 15:04:43,ax1,PE1RXF-7,APZMDM," 10.0,96.9, 9.7, 99.1,983.1,999.9, 7.8, 99.9,999.9,999.9{893" +2022-01-12 15:14:42,ax1,PE1RXF-7,APZMDM," 10.3,97.5, 10.1, 98.7,984.7,999.9, 8.6, 99.9,999.9,999.9{894" +2022-01-12 15:24:42,ax1,PE1RXF-7,APZMDM," 10.0,96.9, 9.6, 99.0,985.2,999.9, 8.0, 99.9,999.9,999.9{895" +2022-01-12 15:34:42,ax1,PE1RXF-7,APZMDM," 9.6,97.3, 9.2, 99.3,985.7,999.9, 7.5, 99.9,999.9,999.9{896" +2022-01-12 15:44:42,ax1,PE1RXF-7,APZMDM," 9.3,97.2, 8.9, 99.2,987.3,999.9, 7.2, 99.9,999.9,999.9{897" +2022-01-12 15:54:41,ax1,PE1RXF-7,APZMDM," 8.9,97.1, 8.3, 99.3,988.6,999.9, 6.8, 99.9,999.9,999.9{898" +2022-01-12 15:54:56,ax1,PE1RXF-7,APZMDM," 8.9,97.1, 8.3, 99.3,988.6,999.9, 6.8, 99.9,999.9,999.9{898" +2022-01-12 16:04:57,ax1,PE1RXF-7,APZMDM," 8.5,97.3, 7.9, 99.4,984.9,999.9, 6.3, 99.9,999.9,999.9{899" +2022-01-12 16:15:11,ax1,PE1RXF-7,APZMDM," 8.1,97.6, 7.5, 99.6,985.6,999.9, 6.0, 99.9,999.9,999.9{900" +2022-01-12 16:25:11,ax1,PE1RXF-7,APZMDM," 7.8,97.7, 6.9, 99.9,987.2,999.9, 5.6, 99.9,999.9,999.9{901" +2022-01-12 16:35:10,ax1,PE1RXF-7,APZMDM," 7.4,97.5, 6.5, 99.9,987.3,999.9, 5.2, 99.9,999.9,999.9{902" +2022-01-12 16:45:10,ax1,PE1RXF-7,APZMDM," 7.1,97.8, 6.0, 99.9,987.7,999.9, 4.9, 99.9,999.9,999.9{903" +2022-01-12 16:55:10,ax1,PE1RXF-7,APZMDM," 6.8,98.1, 5.7, 99.9,984.6,999.9, 4.7, 99.9,999.9,999.9{904" +2022-01-12 17:05:10,ax1,PE1RXF-7,APZMDM," 6.6,98.1, 5.4, 99.9,987.4,999.9, 4.4, 99.9,999.9,999.9{905" +2022-01-12 17:15:09,ax1,PE1RXF-7,APZMDM," 6.4,98.3, 5.1, 99.9,985.0,999.9, 4.2, 99.9,999.9,999.9{906" +2022-01-12 17:25:09,ax1,PE1RXF-7,APZMDM," 6.3,98.6, 5.0, 99.9,985.2,999.9, 4.1, 99.9,999.9,999.9{907" +2022-01-12 17:35:09,ax1,PE1RXF-7,APZMDM," 6.3,98.6, 4.9, 99.9,984.5,999.9, 4.1, 99.9,999.9,999.9{908" +2022-01-12 17:45:08,ax1,PE1RXF-7,APZMDM," 6.3,98.9, 4.8, 99.9,985.1,999.9, 4.0, 99.9,999.9,999.9{909" +2022-01-12 17:55:08,ax1,PE1RXF-7,APZMDM," 6.3,99.0, 4.7, 99.9,986.1,999.9, 4.0, 99.9,999.9,999.9{910" +2022-01-12 18:05:08,ax1,PE1RXF-7,APZMDM," 6.3,99.2, 4.7, 99.9,985.0,999.9, 4.1, 99.9,999.9,999.9{911" +2022-01-12 18:15:08,ax1,PE1RXF-7,APZMDM," 6.4,99.3, 4.7, 99.9,985.6,999.9, 4.1, 99.9,999.9,999.9{912" +2022-01-12 18:25:07,ax1,PE1RXF-7,APZMDM," 6.4,99.3, 4.7, 99.9,986.2,999.9, 4.1, 99.9,999.9,999.9{913" +2022-01-12 18:35:07,ax1,PE1RXF-7,APZMDM," 6.4,99.4, 4.7, 99.9,985.4,999.9, 4.1, 99.9,999.9,999.9{914" +2022-01-12 18:45:07,ax1,PE1RXF-7,APZMDM," 6.4,99.4, 4.7, 99.9,985.1,999.9, 4.1, 99.9,999.9,999.9{915" +2022-01-12 18:45:22,ax1,PE1RXF-7,APZMDM," 6.4,99.4, 4.7, 99.9,985.1,999.9, 4.1, 99.9,999.9,999.9{915" +2022-01-12 18:55:22,ax1,PE1RXF-7,APZMDM," 6.4,99.5, 4.7, 99.9,984.8,999.9, 4.1, 99.9,999.9,999.9{916" +2022-01-12 19:05:21,ax1,PE1RXF-7,APZMDM," 6.4,99.6, 4.7, 99.9,976.6,999.9, 4.2, 99.9,999.9,999.9{917" +2022-01-12 19:05:36,ax1,PE1RXF-7,APZMDM," 6.4,99.6, 4.7, 99.9,976.6,999.9, 4.2, 99.9,999.9,999.9{917" +2022-01-12 19:15:36,ax1,PE1RXF-7,APZMDM," 6.5,99.7, 4.7, 99.9,977.0,999.9, 4.2, 99.9,999.9,999.9{918" +2022-01-12 19:26:06,ax1,PE1RXF-7,APZMDM," 6.5,99.8, 4.8, 99.9,976.6,999.9, 4.3, 99.9,999.9,999.9{919" +2022-01-12 19:36:06,ax1,PE1RXF-7,APZMDM," 6.6,99.9, 4.8, 99.9,976.5,999.9, 4.3, 99.9,999.9,999.9{920" +2022-01-12 19:46:05,ax1,PE1RXF-7,APZMDM," 6.6,100.0, 4.8, 99.9,976.7,999.9, 4.4, 99.9,999.9,999.9{921" +2022-01-12 19:56:05,ax1,PE1RXF-7,APZMDM," 6.7,100.1, 4.9, 99.9,976.5,999.9, 4.4, 99.9,999.9,999.9{922" +2022-01-12 20:06:05,ax1,PE1RXF-7,APZMDM," 6.8,100.1, 4.9, 99.9,977.0,999.9, 4.5, 99.9,999.9,999.9{923" +2022-01-12 20:16:05,ax1,PE1RXF-7,APZMDM," 6.8,100.1, 5.0, 99.9,976.4,999.9, 4.5, 99.9,999.9,999.9{924" +2022-01-12 20:26:04,ax1,PE1RXF-7,APZMDM," 6.8,100.2, 5.0, 99.9,976.5,999.9, 4.5, 99.9,999.9,999.9{925" +2022-01-12 20:36:04,ax1,PE1RXF-7,APZMDM," 6.8,100.1, 5.0, 99.9,976.3,999.9, 4.5, 99.9,999.9,999.9{926" +2022-01-12 20:36:19,ax1,PE1RXF-7,APZMDM," 6.8,100.1, 5.0, 99.9,976.3,999.9, 4.5, 99.9,999.9,999.9{926" +2022-01-12 20:46:19,ax1,PE1RXF-7,APZMDM," 6.8,100.1, 5.0, 99.9,976.5,999.9, 4.5, 99.9,999.9,999.9{927" +2022-01-12 20:56:34,ax1,PE1RXF-7,APZMDM," 6.8,100.2, 5.0, 99.9,976.7,999.9, 4.5, 99.9,999.9,999.9{928" +2022-01-12 21:06:33,ax1,PE1RXF-7,APZMDM," 6.8,100.1, 5.0, 99.9,977.2,999.9, 4.5, 99.9,999.9,999.9{929" +2022-01-12 21:16:33,ax1,PE1RXF-7,APZMDM," 6.7,100.2, 5.0, 99.9,977.2,999.9, 4.4, 99.9,999.9,999.9{930" +2022-01-12 21:26:33,ax1,PE1RXF-7,APZMDM," 6.7,100.2, 4.9, 99.9,977.0,999.9, 4.4, 99.9,999.9,999.9{931" +2022-01-12 21:36:32,ax1,PE1RXF-7,APZMDM," 6.7,100.2, 4.9, 99.9,977.0,999.9, 4.4, 99.9,999.9,999.9{932" +2022-01-12 21:46:32,ax1,PE1RXF-7,APZMDM," 6.7,100.3, 4.9, 99.9,976.6,999.9, 4.4, 99.9,999.9,999.9{933" +2022-01-12 21:56:32,ax1,PE1RXF-7,APZMDM," 6.7,100.3, 4.9, 99.9,976.7,999.9, 4.4, 99.9,999.9,999.9{934" +2022-01-12 22:06:32,ax1,PE1RXF-7,APZMDM," 6.7,100.4, 4.9, 99.9,977.2,999.9, 4.4, 99.9,999.9,999.9{935" +2022-01-12 22:06:47,ax1,PE1RXF-7,APZMDM," 6.7,100.4, 4.9, 99.9,977.2,999.9, 4.4, 99.9,999.9,999.9{935" +2022-01-12 22:16:46,ax1,PE1RXF-7,APZMDM," 6.7,100.4, 4.9, 99.9,976.4,999.9, 4.4, 99.9,999.9,999.9{936" +2022-01-12 22:26:46,ax1,PE1RXF-7,APZMDM," 6.7,100.5, 4.9, 99.9,976.8,999.9, 4.4, 99.9,999.9,999.9{937" +2022-01-12 22:37:01,ax1,PE1RXF-7,APZMDM," 6.8,100.5, 4.9, 99.9,976.8,999.9, 4.5, 99.9,999.9,999.9{938" +2022-01-12 22:47:15,ax1,PE1RXF-7,APZMDM," 6.8,100.6, 5.0, 99.9,977.1,999.9, 4.5, 99.9,999.9,999.9{939" +2022-01-12 22:57:15,ax1,PE1RXF-7,APZMDM," 6.8,100.6, 4.9, 99.9,976.6,999.9, 4.5, 99.9,999.9,999.9{940" +2022-01-12 23:07:15,ax1,PE1RXF-7,APZMDM," 6.8,100.6, 4.9, 99.9,976.4,999.9, 4.5, 99.9,999.9,999.9{941" +2022-01-12 23:17:15,ax1,PE1RXF-7,APZMDM," 6.8,100.6, 5.0, 99.9,976.7,999.9, 4.5, 99.9,999.9,999.9{942" +2022-01-12 23:17:30,ax1,PE1RXF-7,APZMDM," 6.8,100.6, 5.0, 99.9,976.7,999.9, 4.5, 99.9,999.9,999.9{942" +2022-01-12 23:27:30,ax1,PE1RXF-7,APZMDM," 6.9,100.7, 5.0, 99.9,976.8,999.9, 4.5, 99.9,999.9,999.9{943" +2022-01-12 23:37:29,ax1,PE1RXF-7,APZMDM," 6.9,100.8, 5.0, 99.9,977.3,999.9, 4.6, 99.9,999.9,999.9{944" +2022-01-12 23:47:29,ax1,PE1RXF-7,APZMDM," 6.9,100.9, 5.1, 99.9,977.4,999.9, 4.6, 99.9,999.9,999.9{945" +2022-01-12 23:57:29,ax1,PE1RXF-7,APZMDM," 7.0,100.9, 5.1, 99.9,976.9,999.9, 4.7, 99.9,999.9,999.9{946" +2022-01-13 00:07:28,ax1,PE1RXF-7,APZMDM," 7.0,100.9, 5.1, 99.9,977.3,999.9, 4.7, 99.9,999.9,999.9{947" +2022-01-13 00:17:28,ax1,PE1RXF-7,APZMDM," 7.0,100.9, 5.2, 99.9,976.7,999.9, 4.7, 99.9,999.9,999.9{948" +2022-01-13 00:27:28,ax1,PE1RXF-7,APZMDM," 7.0,101.0, 5.2, 99.9,976.8,999.9, 4.7, 99.9,999.9,999.9{949" +2022-01-13 00:37:42,ax1,PE1RXF-7,APZMDM," 7.0,101.0, 5.2, 99.9,977.1,999.9, 4.8, 99.9,999.9,999.9{950" +2022-01-13 00:47:42,ax1,PE1RXF-7,APZMDM," 7.1,101.1, 5.2, 99.9,977.1,999.9, 4.8, 99.9,999.9,999.9{951" +2022-01-13 00:57:42,ax1,PE1RXF-7,APZMDM," 7.1,101.1, 5.2, 99.9,977.2,999.9, 4.8, 99.9,999.9,999.9{952" +2022-01-13 01:07:42,ax1,PE1RXF-7,APZMDM," 7.1,101.2, 5.3, 99.9,977.2,999.9, 4.8, 99.9,999.9,999.9{953" +2022-01-13 01:17:42,ax1,PE1RXF-7,APZMDM," 7.2,101.2, 5.3, 99.9,977.2,999.9, 4.9, 99.9,999.9,999.9{954" +2022-01-13 01:27:41,ax1,PE1RXF-7,APZMDM," 7.2,101.2, 5.3, 99.9,976.8,999.9, 4.9, 99.9,999.9,999.9{955" +2022-01-13 01:37:56,ax1,PE1RXF-7,APZMDM," 7.2,101.1, 5.3, 99.9,977.4,999.9, 4.9, 99.9,999.9,999.9{956" +2022-01-13 01:47:56,ax1,PE1RXF-7,APZMDM," 7.1,101.2, 5.3, 99.9,977.1,999.9, 4.9, 99.9,999.9,999.9{957" +2022-01-13 01:57:55,ax1,PE1RXF-7,APZMDM," 7.1,101.2, 5.3, 99.9,977.4,999.9, 4.9, 99.9,999.9,999.9{958" +2022-01-13 02:07:55,ax1,PE1RXF-7,APZMDM," 7.1,101.3, 5.3, 99.9,977.2,999.9, 4.9, 99.9,999.9,999.9{959" +2022-01-13 02:17:55,ax1,PE1RXF-7,APZMDM," 7.2,101.3, 5.3, 99.9,977.4,999.9, 4.9, 99.9,999.9,999.9{960" +2022-01-13 02:27:54,ax1,PE1RXF-7,APZMDM," 7.1,101.3, 5.3, 99.9,977.0,999.9, 4.9, 99.9,999.9,999.9{961" +2022-01-13 02:28:09,ax1,PE1RXF-7,APZMDM," 7.1,101.3, 5.3, 99.9,977.0,999.9, 4.9, 99.9,999.9,999.9{961" +2022-01-13 02:38:09,ax1,PE1RXF-7,APZMDM," 7.2,101.2, 5.3, 99.9,977.5,999.9, 4.9, 99.9,999.9,999.9{962" +2022-01-13 02:48:09,ax1,PE1RXF-7,APZMDM," 7.1,101.3, 5.3, 99.9,977.7,999.9, 4.9, 99.9,999.9,999.9{963" +2022-01-13 02:58:09,ax1,PE1RXF-7,APZMDM," 7.1,101.3, 5.3, 99.9,978.0,999.9, 4.9, 99.9,999.9,999.9{964" +2022-01-13 03:08:09,ax1,PE1RXF-7,APZMDM," 7.1,101.4, 5.3, 99.9,978.2,999.9, 4.9, 99.9,999.9,999.9{965" +2022-01-13 03:18:09,ax1,PE1RXF-7,APZMDM," 7.2,101.4, 5.3, 99.9,977.5,999.9, 4.9, 99.9,999.9,999.9{966" +2022-01-13 03:28:08,ax1,PE1RXF-7,APZMDM," 7.2,101.5, 5.3, 99.9,977.3,999.9, 4.9, 99.9,999.9,999.9{967" +2022-01-13 03:38:08,ax1,PE1RXF-7,APZMDM," 7.2,101.5, 5.4, 99.9,977.1,999.9, 4.9, 99.9,999.9,999.9{968" +2022-01-13 03:48:07,ax1,PE1RXF-7,APZMDM," 7.2,101.6, 5.4, 99.9,977.7,999.9, 5.0, 99.9,999.9,999.9{969" +2022-01-13 03:58:07,ax1,PE1RXF-7,APZMDM," 7.3,101.7, 5.4, 99.9,977.7,999.9, 5.0, 99.9,999.9,999.9{970" +2022-01-13 04:08:07,ax1,PE1RXF-7,APZMDM," 7.3,101.6, 5.4, 99.9,978.5,999.9, 5.0, 99.9,999.9,999.9{971" +2022-01-13 04:18:06,ax1,PE1RXF-7,APZMDM," 7.3,101.7, 5.5, 99.9,980.1,999.9, 5.1, 99.9,999.9,999.9{972" +2022-01-13 04:28:06,ax1,PE1RXF-7,APZMDM," 7.3,101.7, 5.5, 99.9,981.5,999.9, 5.1, 99.9,999.9,999.9{973" +2022-01-13 04:38:21,ax1,PE1RXF-7,APZMDM," 7.4,101.7, 5.5, 99.9,981.1,999.9, 5.1, 99.9,999.9,999.9{974" +2022-01-13 04:48:21,ax1,PE1RXF-7,APZMDM," 7.4,101.7, 5.5, 99.9,980.8,999.9, 5.1, 99.9,999.9,999.9{975" +2022-01-13 04:58:20,ax1,PE1RXF-7,APZMDM," 7.4,101.7, 5.5, 99.9,981.8,999.9, 5.1, 99.9,999.9,999.9{976" +2022-01-13 05:08:20,ax1,PE1RXF-7,APZMDM," 7.3,101.7, 5.5, 99.9,980.7,999.9, 5.0, 99.9,999.9,999.9{977" +2022-01-13 05:18:20,ax1,PE1RXF-7,APZMDM," 7.3,101.6, 5.4, 99.9,980.3,999.9, 5.0, 99.9,999.9,999.9{978" +2022-01-13 05:28:20,ax1,PE1RXF-7,APZMDM," 7.2,101.6, 5.4, 99.9,981.6,999.9, 5.0, 99.9,999.9,999.9{979" +2022-01-13 05:38:19,ax1,PE1RXF-7,APZMDM," 7.2,101.6, 5.4, 99.9,980.7,999.9, 4.9, 99.9,999.9,999.9{980" +2022-01-13 05:48:34,ax1,PE1RXF-7,APZMDM," 7.1,101.5, 5.3, 99.9,981.4,999.9, 4.8, 99.9,999.9,999.9{981" +2022-01-13 05:48:49,ax1,PE1RXF-7,APZMDM," 7.1,101.5, 5.3, 99.9,981.4,999.9, 4.8, 99.9,999.9,999.9{981" +2022-01-13 05:49:04,ax1,PE1RXF-7,APZMDM," 7.1,101.5, 5.3, 99.9,981.4,999.9, 4.8, 99.9,999.9,999.9{981" +2022-01-13 05:59:04,ax1,PE1RXF-7,APZMDM," 7.0,101.5, 5.3, 99.9,981.1,999.9, 4.8, 99.9,999.9,999.9{982" +2022-01-13 06:09:03,ax1,PE1RXF-7,APZMDM," 7.0,101.5, 5.2, 99.9,981.0,999.9, 4.7, 99.9,999.9,999.9{983" +2022-01-13 06:19:03,ax1,PE1RXF-7,APZMDM," 7.0,101.5, 5.2, 99.9,981.1,999.9, 4.7, 99.9,999.9,999.9{984" +2022-01-13 06:29:03,ax1,PE1RXF-7,APZMDM," 7.0,101.6, 5.2, 99.9,981.0,999.9, 4.7, 99.9,999.9,999.9{985" +2022-01-13 06:39:03,ax1,PE1RXF-7,APZMDM," 6.9,101.6, 5.1, 99.9,980.5,999.9, 4.6, 99.9,999.9,999.9{986" +2022-01-13 06:49:02,ax1,PE1RXF-7,APZMDM," 6.9,101.6, 5.1, 99.9,981.3,999.9, 4.6, 99.9,999.9,999.9{987" +2022-01-13 06:59:02,ax1,PE1RXF-7,APZMDM," 6.9,101.5, 5.1, 99.9,979.2,999.9, 4.6, 99.9,999.9,999.9{988" +2022-01-13 07:09:17,ax1,PE1RXF-7,APZMDM," 6.9,101.6, 5.1, 99.9,981.6,999.9, 4.6, 99.9,999.9,999.9{989" +2022-01-13 07:19:17,ax1,PE1RXF-7,APZMDM," 6.8,101.6, 5.1, 99.9,981.0,999.9, 4.6, 99.9,999.9,999.9{990" +2022-01-13 07:29:16,ax1,PE1RXF-7,APZMDM," 6.8,101.6, 5.1, 99.9,981.9,999.9, 4.6, 99.9,999.9,999.9{991" +2022-01-13 07:39:16,ax1,PE1RXF-7,APZMDM," 6.8,101.6, 5.0, 99.9,981.7,999.9, 4.5, 99.9,999.9,999.9{992" +2022-01-13 07:49:16,ax1,PE1RXF-7,APZMDM," 6.8,101.6, 5.0, 99.9,982.5,999.9, 4.5, 99.9,999.9,999.9{993" +2022-01-13 07:59:31,ax1,PE1RXF-7,APZMDM," 6.8,101.7, 5.0, 99.9,981.2,999.9, 4.5, 99.9,999.9,999.9{994" +2022-01-13 08:09:30,ax1,PE1RXF-7,APZMDM," 6.8,101.7, 5.0, 99.9,982.0,999.9, 4.5, 99.9,999.9,999.9{995" +2022-01-13 08:19:30,ax1,PE1RXF-7,APZMDM," 6.8,101.7, 5.0, 99.9,981.2,999.9, 4.5, 99.9,999.9,999.9{996" +2022-01-13 08:29:30,ax1,PE1RXF-7,APZMDM," 6.8,101.8, 5.0, 99.9,982.6,999.9, 4.5, 99.9,999.9,999.9{997" +2022-01-13 08:39:30,ax1,PE1RXF-7,APZMDM," 6.9,101.8, 5.0, 99.9,981.8,999.9, 4.6, 99.9,999.9,999.9{998" +2022-01-13 08:39:45,ax1,PE1RXF-7,APZMDM," 6.9,101.8, 5.0, 99.9,981.8,999.9, 4.6, 99.9,999.9,999.9{998" +2022-01-13 08:49:44,ax1,PE1RXF-7,APZMDM," 6.9,101.8, 5.1, 99.9,982.1,999.9, 4.6, 99.9,999.9,999.9{999" +2022-01-13 08:59:44,ax1,PE1RXF-7,APZMDM," 6.9,101.8, 5.1, 99.9,981.5,999.9, 4.6, 99.9,999.9,999.9{000" +2022-01-13 09:00:14,ax1,PE1RXF-7,APZMDM," 6.9,101.8, 5.1, 99.9,981.5,999.9, 4.6, 99.9,999.9,999.9{000" +2022-01-13 09:00:29,ax1,PE1RXF-7,APZMDM," 6.9,101.8, 5.1, 99.9,981.5,999.9, 4.6, 99.9,999.9,999.9{000" +2022-01-13 09:10:29,ax1,PE1RXF-7,APZMDM," 7.0,101.9, 5.2, 99.9,982.5,999.9, 4.7, 99.9,999.9,999.9{001" +2022-01-13 09:20:28,ax1,PE1RXF-7,APZMDM," 7.1,102.0, 5.4, 99.9,982.5,999.9, 4.8, 99.9,999.9,999.9{002" +2022-01-13 09:30:28,ax1,PE1RXF-7,APZMDM," 7.2,102.1, 5.6, 99.9,981.4,999.9, 4.9, 99.9,999.9,999.9{003" +2022-01-13 09:30:43,ax1,PE1RXF-7,APZMDM," 7.2,102.1, 5.6, 99.9,981.4,999.9, 4.9, 99.9,999.9,999.9{003" +2022-01-13 09:40:43,ax1,PE1RXF-7,APZMDM," 7.4,102.2, 5.7, 99.9,981.7,999.9, 5.1, 99.9,999.9,999.9{004" +2022-01-13 09:50:43,ax1,PE1RXF-7,APZMDM," 7.5,102.1, 5.9, 99.9,981.7,999.9, 5.2, 99.9,999.9,999.9{005" +2022-01-13 10:00:57,ax1,PE1RXF-7,APZMDM," 7.6,102.1, 6.0, 99.9,981.8,999.9, 5.3, 99.9,999.9,999.9{006" +2022-01-13 10:10:57,ax1,PE1RXF-7,APZMDM," 7.7,102.1, 6.1, 99.9,981.3,999.9, 5.4, 99.9,999.9,999.9{007" +2022-01-13 10:11:12,ax1,PE1RXF-7,APZMDM," 7.7,102.1, 6.1, 99.9,981.3,999.9, 5.4, 99.9,999.9,999.9{007" +2022-01-13 10:21:27,ax1,PE1RXF-7,APZMDM," 7.8,102.0, 6.3, 99.9,981.7,999.9, 5.5, 99.9,999.9,999.9{008" +2022-01-13 10:31:27,ax1,PE1RXF-7,APZMDM," 7.9,102.1, 6.4, 99.9,978.1,999.9, 5.6, 99.9,999.9,999.9{009" +2022-01-13 10:41:26,ax1,PE1RXF-7,APZMDM," 8.0,102.2, 6.6, 99.9,978.8,999.9, 5.7, 99.9,999.9,999.9{010" +2022-01-13 10:51:26,ax1,PE1RXF-7,APZMDM," 8.2,102.2, 6.8, 99.9,977.9,999.9, 5.9, 99.9,999.9,999.9{011" +2022-01-13 11:01:26,ax1,PE1RXF-7,APZMDM," 8.4,102.2, 7.2, 99.9,977.0,999.9, 6.2, 99.9,999.9,999.9{012" +2022-01-13 11:11:25,ax1,PE1RXF-7,APZMDM," 8.6,102.0, 7.3, 99.9,977.9,999.9, 6.3, 99.9,999.9,999.9{013" +2022-01-13 11:21:25,ax1,PE1RXF-7,APZMDM," 8.6,101.8, 7.3, 99.9,977.4,999.9, 6.3, 99.9,999.9,999.9{014" +2022-01-13 11:31:25,ax1,PE1RXF-7,APZMDM," 8.7,101.9, 7.6, 99.9,978.0,999.9, 6.4, 99.9,999.9,999.9{015" +2022-01-13 11:41:25,ax1,PE1RXF-7,APZMDM," 8.9,102.0, 8.0, 99.9,978.8,999.9, 6.6, 99.9,999.9,999.9{016" +2022-01-13 11:51:24,ax1,PE1RXF-7,APZMDM," 9.1,101.7, 8.4, 99.9,980.6,999.9, 6.8, 99.9,999.9,999.9{017" +2022-01-13 12:01:24,ax1,PE1RXF-7,APZMDM," 9.3,101.6, 8.6, 99.9,980.9,999.9, 7.0, 99.9,999.9,999.9{018" +2022-01-13 12:11:24,ax1,PE1RXF-7,APZMDM," 9.4,101.4, 8.8, 99.9,980.6,999.9, 7.1, 99.9,999.9,999.9{019" +2022-01-13 12:21:24,ax1,PE1RXF-7,APZMDM," 9.4,101.3, 8.7, 99.9,980.3,999.9, 7.1, 99.9,999.9,999.9{020" +2022-01-13 12:31:23,ax1,PE1RXF-7,APZMDM," 9.4,101.2, 8.6, 99.9,979.7,999.9, 7.1, 99.9,999.9,999.9{021" +2022-01-13 12:41:23,ax1,PE1RXF-7,APZMDM," 9.4,101.3, 8.6, 99.9,981.4,999.9, 7.0, 99.9,999.9,999.9{022" +2022-01-13 12:51:23,ax1,PE1RXF-7,APZMDM," 9.3,101.2, 8.6, 99.9,980.0,999.9, 7.0, 99.9,999.9,999.9{023" +2022-01-13 13:01:23,ax1,PE1RXF-7,APZMDM," 9.4,101.2, 8.7, 99.9,979.4,999.9, 7.1, 99.9,999.9,999.9{024" +2022-01-13 13:11:22,ax1,PE1RXF-7,APZMDM," 9.4,101.2, 8.7, 99.9,979.5,999.9, 7.1, 99.9,999.9,999.9{025" +2022-01-13 13:21:52,ax1,PE1RXF-7,APZMDM," 9.5,101.3, 8.7, 99.9,979.3,999.9, 7.2, 99.9,999.9,999.9{026" +2022-01-13 13:31:52,ax1,PE1RXF-7,APZMDM," 9.5,101.1, 8.6, 99.9,981.3,999.9, 7.2, 99.9,999.9,999.9{027" +2022-01-13 13:41:52,ax1,PE1RXF-7,APZMDM," 9.4,101.1, 8.5, 99.9,979.3,999.9, 7.1, 99.9,999.9,999.9{028" +2022-01-13 13:51:51,ax1,PE1RXF-7,APZMDM," 9.4,101.2, 8.4, 99.9,980.1,999.9, 7.1, 99.9,999.9,999.9{029" +2022-01-13 14:01:51,ax1,PE1RXF-7,APZMDM," 9.3,101.1, 8.3, 99.9,980.4,999.9, 7.0, 99.9,999.9,999.9{030" +2022-01-13 14:11:51,ax1,PE1RXF-7,APZMDM," 9.2,101.1, 8.0, 99.9,978.4,999.9, 6.9, 99.9,999.9,999.9{031" +2022-01-13 14:21:50,ax1,PE1RXF-7,APZMDM," 9.1,101.2, 7.9, 99.9,979.9,999.9, 6.8, 99.9,999.9,999.9{032" +2022-01-13 14:31:50,ax1,PE1RXF-7,APZMDM," 9.1,101.4, 7.9, 99.9,980.0,999.9, 6.8, 99.9,999.9,999.9{033" +2022-01-13 14:41:50,ax1,PE1RXF-7,APZMDM," 9.2,101.7, 8.0, 99.9,979.6,999.9, 6.9, 99.9,999.9,999.9{034" +2022-01-13 14:51:50,ax1,PE1RXF-7,APZMDM," 9.4,102.0, 8.3, 99.9,979.8,999.9, 7.1, 99.9,999.9,999.9{035" +2022-01-13 14:52:05,ax1,PE1RXF-7,APZMDM," 9.4,102.0, 8.3, 99.9,979.8,999.9, 7.1, 99.9,999.9,999.9{035" +2022-01-13 15:02:04,ax1,PE1RXF-7,APZMDM," 9.6,101.8, 8.4, 99.9,980.1,999.9, 7.3, 99.9,999.9,999.9{036" +2022-01-13 15:12:04,ax1,PE1RXF-7,APZMDM," 9.6,101.6, 8.3, 99.9,981.5,999.9, 7.4, 99.9,999.9,999.9{037" +2022-01-13 15:22:04,ax1,PE1RXF-7,APZMDM," 9.6,101.6, 8.3, 99.9,981.4,999.9, 7.3, 99.9,999.9,999.9{038" +2022-01-13 15:22:19,ax1,PE1RXF-7,APZMDM," 9.6,101.6, 8.3, 99.9,981.4,999.9, 7.3, 99.9,999.9,999.9{038" +2022-01-13 15:22:34,ax1,PE1RXF-7,APZMDM," 9.6,101.6, 8.3, 99.9,981.4,999.9, 7.3, 99.9,999.9,999.9{038" +2022-01-13 15:32:34,ax1,PE1RXF-7,APZMDM," 9.6,101.7, 8.3, 99.9,981.9,999.9, 7.3, 99.9,999.9,999.9{039" +2022-01-13 15:42:34,ax1,PE1RXF-7,APZMDM," 9.6,101.9, 8.3, 99.9,981.0,999.9, 7.4, 99.9,999.9,999.9{040" +2022-01-13 15:52:33,ax1,PE1RXF-7,APZMDM," 9.5,101.7, 8.3, 99.9,981.1,999.9, 7.3, 99.9,999.9,999.9{041" +2022-01-13 16:02:33,ax1,PE1RXF-7,APZMDM," 9.4,101.8, 8.1, 99.9,981.1,999.9, 7.2, 99.9,999.9,999.9{042" +2022-01-13 16:12:33,ax1,PE1RXF-7,APZMDM," 9.3,101.8, 8.0, 99.9,981.3,999.9, 7.1, 99.9,999.9,999.9{043" +2022-01-13 16:22:32,ax1,PE1RXF-7,APZMDM," 9.2,102.0, 7.8, 99.9,981.9,999.9, 7.0, 99.9,999.9,999.9{044" +2022-01-13 16:32:32,ax1,PE1RXF-7,APZMDM," 9.1,102.0, 7.7, 99.9,981.3,999.9, 6.9, 99.9,999.9,999.9{045" +2022-01-13 16:42:32,ax1,PE1RXF-7,APZMDM," 9.0,102.1, 7.5, 99.9,980.6,999.9, 6.8, 99.9,999.9,999.9{046" +2022-01-13 16:52:32,ax1,PE1RXF-7,APZMDM," 8.9,102.0, 7.4, 99.9,981.2,999.9, 6.7, 99.9,999.9,999.9{047" +2022-01-13 17:02:31,ax1,PE1RXF-7,APZMDM," 8.9,102.0, 7.3, 99.9,980.9,999.9, 6.7, 99.9,999.9,999.9{048" +2022-01-13 17:12:46,ax1,PE1RXF-7,APZMDM," 8.8,102.2, 7.2, 99.9,981.5,999.9, 6.6, 99.9,999.9,999.9{049" +2022-01-13 17:23:01,ax1,PE1RXF-7,APZMDM," 8.8,102.1, 7.1, 99.9,978.6,999.9, 6.6, 99.9,999.9,999.9{050" +2022-01-13 17:33:01,ax1,PE1RXF-7,APZMDM," 8.7,102.1, 7.0, 99.9,979.2,999.9, 6.5, 99.9,999.9,999.9{051" +2022-01-13 17:43:00,ax1,PE1RXF-7,APZMDM," 8.6,102.0, 6.9, 99.9,979.0,999.9, 6.4, 99.9,999.9,999.9{052" +2022-01-13 17:53:00,ax1,PE1RXF-7,APZMDM," 8.5,102.2, 6.8, 99.9,979.5,999.9, 6.3, 99.9,999.9,999.9{053" +2022-01-13 17:53:15,ax1,PE1RXF-7,APZMDM," 8.5,102.2, 6.8, 99.9,979.5,999.9, 6.3, 99.9,999.9,999.9{053" +2022-01-13 18:03:15,ax1,PE1RXF-7,APZMDM," 8.6,102.3, 6.8, 99.9,978.6,999.9, 6.3, 99.9,999.9,999.9{054" +2022-01-13 18:13:15,ax1,PE1RXF-7,APZMDM," 8.6,102.3, 6.8, 99.9,978.9,999.9, 6.4, 99.9,999.9,999.9{055" +2022-01-13 18:13:33,ax1,PE1RXF-7,APZMDM," 8.6,102.3, 6.8, 99.9,978.9,999.9, 6.4, 99.9,999.9,999.9{055" +2022-01-13 18:23:29,ax1,PE1RXF-7,APZMDM," 8.7,102.4, 6.8, 99.9,979.3,999.9, 6.4, 99.9,999.9,999.9{056" +2022-01-13 18:23:44,ax1,PE1RXF-7,APZMDM," 8.7,102.4, 6.8, 99.9,979.3,999.9, 6.4, 99.9,999.9,999.9{056" +2022-01-13 18:33:47,ax1,PE1RXF-7,APZMDM," 8.7,102.4, 6.8, 99.9,978.9,999.9, 6.5, 99.9,999.9,999.9{057" +2022-01-13 18:43:44,ax1,PE1RXF-7,APZMDM," 8.7,102.4, 6.9, 99.9,979.9,999.9, 6.5, 99.9,999.9,999.9{058" +2022-01-13 18:53:43,ax1,PE1RXF-7,APZMDM," 8.7,102.3, 6.9, 99.9,979.8,999.9, 6.5, 99.9,999.9,999.9{059" +2022-01-13 19:03:44,ax1,PE1RXF-7,APZMDM," 8.7,102.0, 6.7, 99.9,979.4,999.9, 6.3, 99.9,999.9,999.9{060" +2022-01-13 19:13:43,ax1,PE1RXF-7,APZMDM," 8.3,101.3, 6.5, 99.9,979.5,999.9, 5.9, 99.9,999.9,999.9{061" +2022-01-13 19:23:58,ax1,PE1RXF-7,APZMDM," 8.0,101.7, 6.3, 99.9,979.6,999.9, 5.7, 99.9,999.9,999.9{062" +2022-01-13 19:34:01,ax1,PE1RXF-7,APZMDM," 8.0,102.1, 6.3, 99.9,979.9,999.9, 5.8, 99.9,999.9,999.9{063" +2022-01-13 19:43:57,ax1,PE1RXF-7,APZMDM," 8.1,102.3, 6.3, 99.9,979.9,999.9, 5.8, 99.9,999.9,999.9{064" +2022-01-13 19:54:12,ax1,PE1RXF-7,APZMDM," 8.2,102.4, 6.3, 99.9,979.3,999.9, 5.9, 99.9,999.9,999.9{065" +2022-01-13 20:04:12,ax1,PE1RXF-7,APZMDM," 8.2,102.3, 6.3, 99.9,979.7,999.9, 5.9, 99.9,999.9,999.9{066" +2022-01-13 20:14:12,ax1,PE1RXF-7,APZMDM," 8.2,102.4, 6.3, 99.9,979.6,999.9, 6.0, 99.9,999.9,999.9{067" +2022-01-13 20:24:11,ax1,PE1RXF-7,APZMDM," 8.3,102.4, 6.4, 99.9,980.0,999.9, 6.0, 99.9,999.9,999.9{068" +2022-01-13 20:34:11,ax1,PE1RXF-7,APZMDM," 8.3,102.3, 6.4, 99.9,979.6,999.9, 6.1, 99.9,999.9,999.9{069" +2022-01-13 20:44:11,ax1,PE1RXF-7,APZMDM," 8.3,102.3, 6.4, 99.9,979.1,999.9, 6.1, 99.9,999.9,999.9{070" +2022-01-13 20:54:11,ax1,PE1RXF-7,APZMDM," 8.3,102.3, 6.4, 99.9,979.6,999.9, 6.1, 99.9,999.9,999.9{071" +2022-01-13 20:54:26,ax1,PE1RXF-7,APZMDM," 8.3,102.3, 6.4, 99.9,979.6,999.9, 6.1, 99.9,999.9,999.9{071" +2022-01-13 20:54:41,ax1,PE1RXF-7,APZMDM," 8.3,102.3, 6.4, 99.9,979.6,999.9, 6.1, 99.9,999.9,999.9{071" +2022-01-13 21:04:41,ax1,PE1RXF-7,APZMDM," 8.4,102.3, 6.4, 99.9,979.2,999.9, 6.0, 99.9,999.9,999.9{072" +2022-01-13 21:14:55,ax1,PE1RXF-7,APZMDM," 8.3,102.4, 6.4, 99.9,979.9,999.9, 6.0, 99.9,999.9,999.9{073" +2022-01-13 21:24:55,ax1,PE1RXF-7,APZMDM," 8.2,102.6, 6.4, 99.9,979.5,999.9, 6.0, 99.9,999.9,999.9{074" +2022-01-13 21:34:55,ax1,PE1RXF-7,APZMDM," 8.2,102.6, 6.4, 99.9,979.6,999.9, 5.9, 99.9,999.9,999.9{075" +2022-01-13 21:44:55,ax1,PE1RXF-7,APZMDM," 8.2,102.6, 6.3, 99.9,979.4,999.9, 5.9, 99.9,999.9,999.9{076" +2022-01-13 21:54:54,ax1,PE1RXF-7,APZMDM," 8.2,102.7, 6.3, 99.9,979.4,999.9, 5.9, 99.9,999.9,999.9{077" +2022-01-13 22:04:54,ax1,PE1RXF-7,APZMDM," 8.2,102.7, 6.3, 99.9,979.1,999.9, 5.9, 99.9,999.9,999.9{078" +2022-01-13 22:14:54,ax1,PE1RXF-7,APZMDM," 8.2,102.7, 6.3, 99.9,979.1,999.9, 5.9, 99.9,999.9,999.9{079" +2022-01-13 22:24:54,ax1,PE1RXF-7,APZMDM," 8.2,102.8, 6.3, 99.9,978.8,999.9, 5.9, 99.9,999.9,999.9{080" +2022-01-13 22:34:53,ax1,PE1RXF-7,APZMDM," 8.1,102.8, 6.3, 99.9,977.8,999.9, 5.9, 99.9,999.9,999.9{081" +2022-01-13 22:35:08,ax1,PE1RXF-7,APZMDM," 8.1,102.8, 6.3, 99.9,977.8,999.9, 5.9, 99.9,999.9,999.9{081" +2022-01-13 22:45:08,ax1,PE1RXF-7,APZMDM," 8.2,102.8, 6.3, 99.9,977.3,999.9, 5.9, 99.9,999.9,999.9{082" +2022-01-13 22:55:08,ax1,PE1RXF-7,APZMDM," 8.1,102.8, 6.3, 99.9,978.4,999.9, 5.9, 99.9,999.9,999.9{083" +2022-01-13 22:55:23,ax1,PE1RXF-7,APZMDM," 8.1,102.8, 6.3, 99.9,978.4,999.9, 5.9, 99.9,999.9,999.9{083" +2022-01-13 22:55:38,ax1,PE1RXF-7,APZMDM," 8.1,102.8, 6.3, 99.9,978.4,999.9, 5.9, 99.9,999.9,999.9{083" +2022-01-13 23:05:37,ax1,PE1RXF-7,APZMDM," 8.1,102.7, 6.2, 99.9,978.7,999.9, 5.9, 99.9,999.9,999.9{084" +2022-01-13 23:15:37,ax1,PE1RXF-7,APZMDM," 8.1,102.8, 6.2, 99.9,978.4,999.9, 5.8, 99.9,999.9,999.9{085" +2022-01-13 23:25:37,ax1,PE1RXF-7,APZMDM," 8.1,102.8, 6.2, 99.9,978.0,999.9, 5.8, 99.9,999.9,999.9{086" +2022-01-13 23:25:52,ax1,PE1RXF-7,APZMDM," 8.1,102.8, 6.2, 99.9,978.0,999.9, 5.8, 99.9,999.9,999.9{086" +2022-01-13 23:36:07,ax1,PE1RXF-7,APZMDM," 8.0,102.8, 6.2, 99.9,978.1,999.9, 5.8, 99.9,999.9,999.9{087" +2022-01-13 23:46:06,ax1,PE1RXF-7,APZMDM," 8.0,102.7, 6.2, 99.9,979.3,999.9, 5.7, 99.9,999.9,999.9{088" +2022-01-13 23:46:21,ax1,PE1RXF-7,APZMDM," 8.0,102.7, 6.2, 99.9,979.3,999.9, 5.7, 99.9,999.9,999.9{088" +2022-01-13 23:56:21,ax1,PE1RXF-7,APZMDM," 8.0,102.6, 6.2, 99.9,979.4,999.9, 5.7, 99.9,999.9,999.9{089" +2022-01-14 00:06:21,ax1,PE1RXF-7,APZMDM," 8.0,102.6, 6.1, 99.9,979.2,999.9, 5.7, 99.9,999.9,999.9{090" +2022-01-14 00:16:21,ax1,PE1RXF-7,APZMDM," 8.0,102.6, 6.1, 99.9,979.3,999.9, 5.7, 99.9,999.9,999.9{091" +2022-01-14 00:26:20,ax1,PE1RXF-7,APZMDM," 7.9,102.8, 6.1, 99.9,979.4,999.9, 5.6, 99.9,999.9,999.9{092" +2022-01-14 00:26:35,ax1,PE1RXF-7,APZMDM," 7.9,102.8, 6.1, 99.9,979.4,999.9, 5.6, 99.9,999.9,999.9{092" +2022-01-14 00:36:35,ax1,PE1RXF-7,APZMDM," 7.9,102.8, 6.0, 99.9,978.7,999.9, 5.6, 99.9,999.9,999.9{093" +2022-01-14 00:46:35,ax1,PE1RXF-7,APZMDM," 7.9,102.8, 6.0, 99.9,979.1,999.9, 5.6, 99.9,999.9,999.9{094" +2022-01-14 00:46:50,ax1,PE1RXF-7,APZMDM," 7.9,102.8, 6.0, 99.9,979.1,999.9, 5.6, 99.9,999.9,999.9{094" +2022-01-14 00:57:19,ax1,PE1RXF-7,APZMDM," 7.8,102.7, 6.0, 99.9,978.8,999.9, 5.6, 99.9,999.9,999.9{095" +2022-01-14 01:07:19,ax1,PE1RXF-7,APZMDM," 7.8,102.7, 6.0, 99.9,979.6,999.9, 5.5, 99.9,999.9,999.9{096" +2022-01-14 01:17:19,ax1,PE1RXF-7,APZMDM," 7.8,102.7, 5.9, 99.9,978.3,999.9, 5.5, 99.9,999.9,999.9{097" +2022-01-14 01:27:19,ax1,PE1RXF-7,APZMDM," 7.7,102.7, 5.9, 99.9,979.0,999.9, 5.4, 99.9,999.9,999.9{098" +2022-01-14 01:37:18,ax1,PE1RXF-7,APZMDM," 7.7,102.7, 5.8, 99.9,979.2,999.9, 5.4, 99.9,999.9,999.9{099" +2022-01-14 01:37:33,ax1,PE1RXF-7,APZMDM," 7.7,102.7, 5.8, 99.9,979.2,999.9, 5.4, 99.9,999.9,999.9{099" +2022-01-14 01:47:33,ax1,PE1RXF-7,APZMDM," 7.7,102.7, 5.8, 99.9,979.3,999.9, 5.4, 99.9,999.9,999.9{100" +2022-01-14 01:57:33,ax1,PE1RXF-7,APZMDM," 7.6,102.8, 5.8, 99.9,979.1,999.9, 5.3, 99.9,999.9,999.9{101" +2022-01-14 02:07:33,ax1,PE1RXF-7,APZMDM," 7.6,102.7, 5.8, 99.9,978.9,999.9, 5.3, 99.9,999.9,999.9{102" +2022-01-14 02:17:47,ax1,PE1RXF-7,APZMDM," 7.6,102.8, 5.7, 99.9,979.4,999.9, 5.3, 99.9,999.9,999.9{103" +2022-01-14 02:27:47,ax1,PE1RXF-7,APZMDM," 7.6,102.8, 5.7, 99.9,979.4,999.9, 5.3, 99.9,999.9,999.9{104" +2022-01-14 02:37:47,ax1,PE1RXF-7,APZMDM," 7.6,102.8, 5.7, 99.9,978.9,999.9, 5.3, 99.9,999.9,999.9{105" +2022-01-14 02:47:46,ax1,PE1RXF-7,APZMDM," 7.6,102.8, 5.7, 99.9,978.0,999.9, 5.3, 99.9,999.9,999.9{106" +2022-01-14 02:48:01,ax1,PE1RXF-7,APZMDM," 7.6,102.8, 5.7, 99.9,978.0,999.9, 5.3, 99.9,999.9,999.9{106" +2022-01-14 02:58:01,ax1,PE1RXF-7,APZMDM," 7.5,102.8, 5.7, 99.9,978.4,999.9, 5.3, 99.9,999.9,999.9{107" +2022-01-14 03:08:01,ax1,PE1RXF-7,APZMDM," 7.6,102.8, 5.7, 99.9,978.4,999.9, 5.3, 99.9,999.9,999.9{108" +2022-01-14 03:18:01,ax1,PE1RXF-7,APZMDM," 7.6,102.8, 5.7, 99.9,978.6,999.9, 5.3, 99.9,999.9,999.9{109" +2022-01-14 03:18:16,ax1,PE1RXF-7,APZMDM," 7.6,102.8, 5.7, 99.9,978.6,999.9, 5.3, 99.9,999.9,999.9{109" +2022-01-14 03:28:16,ax1,PE1RXF-7,APZMDM," 7.6,102.7, 5.7, 99.9,978.1,999.9, 5.3, 99.9,999.9,999.9{110" +2022-01-14 03:38:15,ax1,PE1RXF-7,APZMDM," 7.6,102.6, 5.7, 99.9,978.7,999.9, 5.3, 99.9,999.9,999.9{111" +2022-01-14 03:48:15,ax1,PE1RXF-7,APZMDM," 7.6,102.5, 5.7, 99.9,978.8,999.9, 5.3, 99.9,999.9,999.9{112" +2022-01-14 03:58:15,ax1,PE1RXF-7,APZMDM," 7.7,102.6, 5.7, 99.9,979.0,999.9, 5.3, 99.9,999.9,999.9{113" +2022-01-14 03:58:30,ax1,PE1RXF-7,APZMDM," 7.7,102.6, 5.7, 99.9,979.0,999.9, 5.3, 99.9,999.9,999.9{113" +2022-01-14 04:08:29,ax1,PE1RXF-7,APZMDM," 7.7,102.5, 5.7, 99.9,979.5,999.9, 5.3, 99.9,999.9,999.9{114" +2022-01-14 04:18:29,ax1,PE1RXF-7,APZMDM," 7.6,102.7, 5.7, 99.9,979.0,999.9, 5.4, 99.9,999.9,999.9{115" +2022-01-14 04:28:29,ax1,PE1RXF-7,APZMDM," 7.6,102.7, 5.7, 99.9,978.9,999.9, 5.3, 99.9,999.9,999.9{116" +2022-01-14 04:38:28,ax1,PE1RXF-7,APZMDM," 7.6,102.7, 5.7, 99.9,978.9,999.9, 5.3, 99.9,999.9,999.9{117" +2022-01-14 04:48:28,ax1,PE1RXF-7,APZMDM," 7.6,102.6, 5.7, 99.9,979.5,999.9, 5.3, 99.9,999.9,999.9{118" +2022-01-14 04:58:28,ax1,PE1RXF-7,APZMDM," 7.6,102.8, 5.7, 99.9,979.3,999.9, 5.3, 99.9,999.9,999.9{119" +2022-01-14 05:08:28,ax1,PE1RXF-7,APZMDM," 7.6,102.9, 5.7, 99.9,978.7,999.9, 5.3, 99.9,999.9,999.9{120" +2022-01-14 05:18:27,ax1,PE1RXF-7,APZMDM," 7.6,102.9, 5.7, 99.9,980.4,999.9, 5.3, 99.9,999.9,999.9{121" +2022-01-14 05:28:27,ax1,PE1RXF-7,APZMDM," 7.6,102.9, 5.7, 99.9,979.5,999.9, 5.3, 99.9,999.9,999.9{122" +2022-01-14 05:38:27,ax1,PE1RXF-7,APZMDM," 7.6,102.9, 5.7, 99.9,979.9,999.9, 5.3, 99.9,999.9,999.9{123" +2022-01-14 05:48:27,ax1,PE1RXF-7,APZMDM," 7.6,102.9, 5.7, 99.9,980.6,999.9, 5.4, 99.9,999.9,999.9{124" +2022-01-14 05:58:26,ax1,PE1RXF-7,APZMDM," 7.6,102.7, 5.7, 99.9,980.9,999.9, 5.3, 99.9,999.9,999.9{125" +2022-01-14 06:08:26,ax1,PE1RXF-7,APZMDM," 7.5,102.5, 5.6, 99.9,980.6,999.9, 5.2, 99.9,999.9,999.9{126" +2022-01-14 06:18:26,ax1,PE1RXF-7,APZMDM," 7.4,102.4, 5.5, 99.9,979.2,999.9, 5.1, 99.9,999.9,999.9{127" +2022-01-14 06:28:26,ax1,PE1RXF-7,APZMDM," 7.4,102.5, 5.5, 99.9,980.2,999.9, 5.1, 99.9,999.9,999.9{128" +2022-01-14 06:38:25,ax1,PE1RXF-7,APZMDM," 7.4,102.6, 5.5, 99.9,980.9,999.9, 5.1, 99.9,999.9,999.9{129" +2022-01-14 06:48:25,ax1,PE1RXF-7,APZMDM," 7.5,102.7, 5.5, 99.9,979.8,999.9, 5.2, 99.9,999.9,999.9{130" +2022-01-14 06:58:40,ax1,PE1RXF-7,APZMDM," 7.6,102.7, 5.6, 99.9,980.5,999.9, 5.2, 99.9,999.9,999.9{131" +2022-01-14 06:58:55,ax1,PE1RXF-7,APZMDM," 7.6,102.7, 5.6, 99.9,980.5,999.9, 5.2, 99.9,999.9,999.9{131" +2022-01-14 07:08:54,ax1,PE1RXF-7,APZMDM," 7.6,102.7, 5.6, 99.9,979.7,999.9, 5.3, 99.9,999.9,999.9{132" +2022-01-14 07:09:09,ax1,PE1RXF-7,APZMDM," 7.6,102.7, 5.6, 99.9,979.7,999.9, 5.3, 99.9,999.9,999.9{132" +2022-01-14 07:19:09,ax1,PE1RXF-7,APZMDM," 7.6,102.8, 5.6, 99.9,979.3,999.9, 5.3, 99.9,999.9,999.9{133" +2022-01-14 07:19:24,ax1,PE1RXF-7,APZMDM," 7.6,102.8, 5.6, 99.9,979.3,999.9, 5.3, 99.9,999.9,999.9{133" +2022-01-14 07:29:24,ax1,PE1RXF-7,APZMDM," 7.6,102.7, 5.7, 99.9,981.3,999.9, 5.3, 99.9,999.9,999.9{134" +2022-01-14 07:39:24,ax1,PE1RXF-7,APZMDM," 7.7,102.8, 5.7, 99.9,981.2,999.9, 5.3, 99.9,999.9,999.9{135" +2022-01-14 07:39:39,ax1,PE1RXF-7,APZMDM," 7.7,102.8, 5.7, 99.9,981.2,999.9, 5.3, 99.9,999.9,999.9{135" +2022-01-14 07:49:38,ax1,PE1RXF-7,APZMDM," 7.6,102.8, 5.7, 99.9,980.8,999.9, 5.3, 99.9,999.9,999.9{136" +2022-01-14 07:59:38,ax1,PE1RXF-7,APZMDM," 7.6,102.8, 5.7, 99.9,980.7,999.9, 5.3, 99.9,999.9,999.9{137" +2022-01-14 08:09:38,ax1,PE1RXF-7,APZMDM," 7.6,103.0, 5.7, 99.9,979.7,999.9, 5.3, 99.9,999.9,999.9{138" +2022-01-14 08:19:53,ax1,PE1RXF-7,APZMDM," 7.7,102.9, 5.7, 99.9,979.5,999.9, 5.4, 99.9,999.9,999.9{139" +2022-01-14 08:29:53,ax1,PE1RXF-7,APZMDM," 7.7,102.8, 5.7, 99.9,980.6,999.9, 5.4, 99.9,999.9,999.9{140" +2022-01-14 08:39:52,ax1,PE1RXF-7,APZMDM," 7.7,102.9, 5.8, 99.9,980.2,999.9, 5.4, 99.9,999.9,999.9{141" +2022-01-14 08:50:07,ax1,PE1RXF-7,APZMDM," 7.7,102.9, 5.8, 99.9,980.0,999.9, 5.4, 99.9,999.9,999.9{142" +2022-01-14 09:00:07,ax1,PE1RXF-7,APZMDM," 7.8,103.0, 5.9, 99.9,981.2,999.9, 5.5, 99.9,999.9,999.9{143" +2022-01-14 09:10:06,ax1,PE1RXF-7,APZMDM," 7.8,103.1, 6.0, 99.9,981.3,999.9, 5.5, 99.9,999.9,999.9{144" +2022-01-14 09:20:21,ax1,PE1RXF-7,APZMDM," 7.9,103.1, 6.0, 99.9,979.7,999.9, 5.6, 99.9,999.9,999.9{145" +2022-01-14 09:30:21,ax1,PE1RXF-7,APZMDM," 8.0,103.2, 6.2, 99.9,981.2,999.9, 5.7, 99.9,999.9,999.9{146" +2022-01-14 09:40:20,ax1,PE1RXF-7,APZMDM," 8.1,103.2, 6.5, 99.9,980.2,999.9, 5.9, 99.9,999.9,999.9{147" +2022-01-14 09:50:20,ax1,PE1RXF-7,APZMDM," 8.4,103.3, 6.8, 99.9,979.7,999.9, 6.1, 99.9,999.9,999.9{148" +2022-01-14 10:00:20,ax1,PE1RXF-7,APZMDM," 8.7,103.3, 7.2, 99.9,980.6,999.9, 6.3, 99.9,999.9,999.9{149" +2022-01-14 10:10:20,ax1,PE1RXF-7,APZMDM," 9.0,103.4, 7.6, 99.9,980.7,999.9, 6.6, 99.9,999.9,999.9{150" +2022-01-14 10:20:19,ax1,PE1RXF-7,APZMDM," 9.3,103.3, 8.0, 99.9,980.2,999.9, 7.0, 99.9,999.9,999.9{151" +2022-01-14 10:30:19,ax1,PE1RXF-7,APZMDM," 9.6,103.2, 8.3, 99.9,980.3,999.9, 7.3, 99.9,999.9,999.9{152" +2022-01-14 10:40:49,ax1,PE1RXF-7,APZMDM," 9.9,103.3, 8.7, 99.9,980.7,999.9, 7.5, 99.9,999.9,999.9{153" +2022-01-14 10:50:49,ax1,PE1RXF-7,APZMDM," 10.3,103.0, 9.2, 99.9,980.5,999.9, 7.9, 99.9,999.9,999.9{154" +2022-01-14 11:00:48,ax1,PE1RXF-7,APZMDM," 10.7,102.9, 9.7, 99.9,981.8,999.9, 8.3, 99.9,999.9,999.9{155" +2022-01-14 11:10:48,ax1,PE1RXF-7,APZMDM," 10.9,102.7, 10.0, 99.9,982.1,999.9, 8.5, 99.9,999.9,999.9{156" +2022-01-14 11:20:48,ax1,PE1RXF-7,APZMDM," 11.1,102.7, 10.2, 99.9,984.0,999.9, 8.7, 99.9,999.9,999.9{157" +2022-01-14 11:30:48,ax1,PE1RXF-7,APZMDM," 11.1,102.3, 10.2, 99.9,977.4,999.9, 8.8, 99.9,999.9,999.9{158" +2022-01-14 11:40:47,ax1,PE1RXF-7,APZMDM," 11.0,102.3, 10.1, 99.9,977.3,999.9, 8.8, 99.9,999.9,999.9{159" +2022-01-14 11:50:47,ax1,PE1RXF-7,APZMDM," 10.9,102.4, 10.1, 99.9,977.1,999.9, 8.7, 99.9,999.9,999.9{160" +2022-01-14 12:00:47,ax1,PE1RXF-7,APZMDM," 11.0,102.5, 10.3, 99.9,977.5,999.9, 8.8, 99.9,999.9,999.9{161" +2022-01-14 12:10:47,ax1,PE1RXF-7,APZMDM," 10.9,102.5, 10.2, 99.9,977.3,999.9, 8.8, 99.9,999.9,999.9{162" +2022-01-14 12:20:46,ax1,PE1RXF-7,APZMDM," 11.0,102.6, 10.4, 99.9,977.1,999.9, 8.9, 99.9,999.9,999.9{163" +2022-01-14 12:30:46,ax1,PE1RXF-7,APZMDM," 11.2,102.8, 10.5, 99.9,977.7,999.9, 9.0, 99.9,999.9,999.9{164" +2022-01-14 12:41:01,ax1,PE1RXF-7,APZMDM," 11.3,102.7, 10.8, 99.9,977.6,999.9, 9.1, 99.9,999.9,999.9{165" +2022-01-14 12:51:01,ax1,PE1RXF-7,APZMDM," 11.5,102.6, 11.0, 99.9,977.4,999.9, 9.4, 99.9,999.9,999.9{166" +2022-01-14 13:01:00,ax1,PE1RXF-7,APZMDM," 11.6,102.6, 11.0, 99.9,977.7,999.9, 9.4, 99.9,999.9,999.9{167" +2022-01-14 13:11:00,ax1,PE1RXF-7,APZMDM," 11.6,102.4, 10.9, 99.9,977.5,999.9, 9.4, 99.9,999.9,999.9{168" +2022-01-14 13:21:00,ax1,PE1RXF-7,APZMDM," 11.5,102.4, 10.8, 99.9,977.3,999.9, 9.4, 99.9,999.9,999.9{169" +2022-01-14 13:31:15,ax1,PE1RXF-7,APZMDM," 11.3,102.3, 10.6, 99.9,977.9,999.9, 9.2, 99.9,999.9,999.9{170" +2022-01-14 13:31:30,ax1,PE1RXF-7,APZMDM," 11.3,102.3, 10.6, 99.9,977.9,999.9, 9.2, 99.9,999.9,999.9{170" +2022-01-14 13:41:29,ax1,PE1RXF-7,APZMDM," 11.1,102.4, 10.3, 99.9,977.3,999.9, 9.0, 99.9,999.9,999.9{171" +2022-01-14 13:51:29,ax1,PE1RXF-7,APZMDM," 10.9,102.5, 10.1, 99.9,977.3,999.9, 8.8, 99.9,999.9,999.9{172" +2022-01-14 14:01:29,ax1,PE1RXF-7,APZMDM," 10.9,102.6, 10.0, 99.9,976.8,999.9, 8.7, 99.9,999.9,999.9{173" +2022-01-14 14:11:44,ax1,PE1RXF-7,APZMDM," 10.9,102.5, 10.1, 99.9,977.5,999.9, 8.7, 99.9,999.9,999.9{174" +2022-01-14 14:21:43,ax1,PE1RXF-7,APZMDM," 10.9,102.5, 10.0, 99.9,978.1,999.9, 8.7, 99.9,999.9,999.9{175" +2022-01-14 14:32:13,ax1,PE1RXF-7,APZMDM," 10.9,102.5, 10.2, 99.9,977.6,999.9, 8.8, 99.9,999.9,999.9{176" +2022-01-14 14:42:13,ax1,PE1RXF-7,APZMDM," 11.1,102.3, 10.4, 99.9,978.0,999.9, 8.9, 99.9,999.9,999.9{177" +2022-01-14 14:52:13,ax1,PE1RXF-7,APZMDM," 11.2,102.2, 10.4, 99.9,977.8,999.9, 9.0, 99.9,999.9,999.9{178" +2022-01-14 15:02:12,ax1,PE1RXF-7,APZMDM," 11.1,102.3, 10.3, 99.9,978.0,999.9, 8.9, 99.9,999.9,999.9{179" +2022-01-14 15:12:12,ax1,PE1RXF-7,APZMDM," 11.0,102.4, 10.0, 99.9,978.0,999.9, 8.8, 99.9,999.9,999.9{180" +2022-01-14 15:22:12,ax1,PE1RXF-7,APZMDM," 10.8,102.4, 9.9, 99.9,978.0,999.9, 8.7, 99.9,999.9,999.9{181" +2022-01-14 15:32:12,ax1,PE1RXF-7,APZMDM," 10.6,102.6, 9.6, 99.9,978.2,999.9, 8.5, 99.9,999.9,999.9{182" +2022-01-14 15:42:11,ax1,PE1RXF-7,APZMDM," 10.5,102.6, 9.4, 99.9,977.9,999.9, 8.4, 99.9,999.9,999.9{183" +2022-01-14 15:52:11,ax1,PE1RXF-7,APZMDM," 10.3,102.5, 9.1, 99.9,977.6,999.9, 8.2, 99.9,999.9,999.9{184" +2022-01-14 16:02:11,ax1,PE1RXF-7,APZMDM," 10.0,102.6, 8.8, 99.9,977.5,999.9, 7.9, 99.9,999.9,999.9{185" +2022-01-14 16:02:26,ax1,PE1RXF-7,APZMDM," 10.0,102.6, 8.8, 99.9,977.5,999.9, 7.9, 99.9,999.9,999.9{185" +2022-01-14 16:12:26,ax1,PE1RXF-7,APZMDM," 9.9,102.8, 8.6, 99.9,977.8,999.9, 7.7, 99.9,999.9,999.9{186" +2022-01-14 16:22:25,ax1,PE1RXF-7,APZMDM," 9.7,103.0, 8.4, 99.9,977.6,999.9, 7.5, 99.9,999.9,999.9{187" +2022-01-14 16:32:25,ax1,PE1RXF-7,APZMDM," 9.5,103.0, 8.2, 99.9,977.3,999.9, 7.4, 99.9,999.9,999.9{188" +2022-01-14 16:42:25,ax1,PE1RXF-7,APZMDM," 9.4,103.1, 8.0, 99.9,977.0,999.9, 7.2, 99.9,999.9,999.9{189" +2022-01-14 16:52:25,ax1,PE1RXF-7,APZMDM," 9.3,103.1, 7.8, 99.9,977.1,999.9, 7.1, 99.9,999.9,999.9{190" +2022-01-14 17:02:24,ax1,PE1RXF-7,APZMDM," 9.2,103.2, 7.7, 99.9,977.0,999.9, 7.0, 99.9,999.9,999.9{191" +2022-01-14 17:12:24,ax1,PE1RXF-7,APZMDM," 9.1,103.4, 7.5, 99.9,977.5,999.9, 6.9, 99.9,999.9,999.9{192" +2022-01-14 17:22:24,ax1,PE1RXF-7,APZMDM," 9.1,103.4, 7.5, 99.9,977.4,999.9, 6.8, 99.9,999.9,999.9{193" +2022-01-14 17:22:39,ax1,PE1RXF-7,APZMDM," 9.1,103.4, 7.5, 99.9,977.4,999.9, 6.8, 99.9,999.9,999.9{193" +2022-01-14 17:32:39,ax1,PE1RXF-7,APZMDM," 9.0,103.5, 7.4, 99.9,977.0,999.9, 6.8, 99.9,999.9,999.9{194" +2022-01-14 17:42:38,ax1,PE1RXF-7,APZMDM," 9.0,103.5, 7.3, 99.9,976.7,999.9, 6.8, 99.9,999.9,999.9{195" +2022-01-14 17:52:38,ax1,PE1RXF-7,APZMDM," 9.0,103.6, 7.2, 99.9,976.3,999.9, 6.7, 99.9,999.9,999.9{196" +2022-01-14 18:02:38,ax1,PE1RXF-7,APZMDM," 8.9,103.7, 7.2, 99.9,977.4,999.9, 6.7, 99.9,999.9,999.9{197" +2022-01-14 18:12:38,ax1,PE1RXF-7,APZMDM," 8.9,103.7, 7.2, 99.9,978.3,999.9, 6.6, 99.9,999.9,999.9{198" +2022-01-14 18:22:37,ax1,PE1RXF-7,APZMDM," 8.9,103.7, 7.1, 99.9,977.6,999.9, 6.6, 99.9,999.9,999.9{199" +2022-01-14 18:22:52,ax1,PE1RXF-7,APZMDM," 8.9,103.7, 7.1, 99.9,977.6,999.9, 6.6, 99.9,999.9,999.9{199" +2022-01-14 18:32:52,ax1,PE1RXF-7,APZMDM," 8.9,103.8, 7.1, 99.9,978.0,999.9, 6.6, 99.9,999.9,999.9{200" +2022-01-14 18:42:52,ax1,PE1RXF-7,APZMDM," 8.8,103.8, 7.1, 99.9,978.2,999.9, 6.6, 99.9,999.9,999.9{201" +2022-01-14 18:52:52,ax1,PE1RXF-7,APZMDM," 8.9,103.9, 7.1, 99.9,978.3,999.9, 6.6, 99.9,999.9,999.9{202" +2022-01-14 18:53:07,ax1,PE1RXF-7,APZMDM," 8.9,103.9, 7.1, 99.9,978.3,999.9, 6.6, 99.9,999.9,999.9{202" +2022-01-14 19:03:06,ax1,PE1RXF-7,APZMDM," 8.8,103.9, 7.0, 99.9,977.9,999.9, 6.6, 99.9,999.9,999.9{203" +2022-01-14 19:03:21,ax1,PE1RXF-7,APZMDM," 8.8,103.9, 7.0, 99.9,977.9,999.9, 6.6, 99.9,999.9,999.9{203" +2022-01-14 19:13:21,ax1,PE1RXF-7,APZMDM," 8.8,104.0, 7.0, 99.9,978.0,999.9, 6.5, 99.9,999.9,999.9{204" +2022-01-14 19:23:21,ax1,PE1RXF-7,APZMDM," 8.8,104.0, 7.0, 99.9,978.7,999.9, 6.5, 99.9,999.9,999.9{205" +2022-01-14 19:33:20,ax1,PE1RXF-7,APZMDM," 8.8,104.0, 7.0, 99.9,978.6,999.9, 6.5, 99.9,999.9,999.9{206" +2022-01-14 19:43:20,ax1,PE1RXF-7,APZMDM," 8.8,104.0, 7.0, 99.9,978.6,999.9, 6.5, 99.9,999.9,999.9{207" +2022-01-14 19:53:20,ax1,PE1RXF-7,APZMDM," 8.7,103.8, 6.9, 99.9,978.5,999.9, 6.4, 99.9,999.9,999.9{208" +2022-01-14 20:03:20,ax1,PE1RXF-7,APZMDM," 8.6,103.8, 6.8, 99.9,979.2,999.9, 6.3, 99.9,999.9,999.9{209" +2022-01-14 20:13:19,ax1,PE1RXF-7,APZMDM," 8.5,104.0, 6.8, 99.9,978.5,999.9, 6.3, 99.9,999.9,999.9{210" +2022-01-14 20:23:19,ax1,PE1RXF-7,APZMDM," 8.5,104.2, 6.8, 99.9,978.8,999.9, 6.3, 99.9,999.9,999.9{211" +2022-01-14 20:33:19,ax1,PE1RXF-7,APZMDM," 8.6,104.1, 6.7, 99.9,978.9,999.9, 6.3, 99.9,999.9,999.9{212" +2022-01-14 20:43:19,ax1,PE1RXF-7,APZMDM," 8.6,104.2, 6.7, 99.9,978.7,999.9, 6.3, 99.9,999.9,999.9{213" +2022-01-14 20:53:18,ax1,PE1RXF-7,APZMDM," 8.6,104.2, 6.7, 99.9,978.6,999.9, 6.3, 99.9,999.9,999.9{214" +2022-01-14 20:53:33,ax1,PE1RXF-7,APZMDM," 8.6,104.2, 6.7, 99.9,978.6,999.9, 6.3, 99.9,999.9,999.9{214" +2022-01-14 21:03:33,ax1,PE1RXF-7,APZMDM," 8.6,104.2, 6.7, 99.9,978.6,999.9, 6.3, 99.9,999.9,999.9{215" +2022-01-14 21:13:33,ax1,PE1RXF-7,APZMDM," 8.5,104.1, 6.7, 99.9,977.5,999.9, 6.2, 99.9,999.9,999.9{216" +2022-01-14 21:23:33,ax1,PE1RXF-7,APZMDM," 8.4,104.0, 6.6, 99.9,977.6,999.9, 6.2, 99.9,999.9,999.9{217" +2022-01-14 21:33:32,ax1,PE1RXF-7,APZMDM," 8.4,104.2, 6.6, 99.9,978.0,999.9, 6.2, 99.9,999.9,999.9{218" +2022-01-14 21:43:47,ax1,PE1RXF-7,APZMDM," 8.4,104.0, 6.6, 99.9,977.8,999.9, 6.1, 99.9,999.9,999.9{219" +2022-01-14 21:53:47,ax1,PE1RXF-7,APZMDM," 8.3,103.9, 6.5, 99.9,979.0,999.9, 6.0, 99.9,999.9,999.9{220" +2022-01-14 22:03:46,ax1,PE1RXF-7,APZMDM," 8.3,104.0, 6.5, 99.9,979.5,999.9, 6.0, 99.9,999.9,999.9{221" +2022-01-14 22:13:46,ax1,PE1RXF-7,APZMDM," 8.3,104.1, 6.5, 99.9,979.3,999.9, 6.0, 99.9,999.9,999.9{222" +2022-01-14 22:23:46,ax1,PE1RXF-7,APZMDM," 8.3,104.2, 6.5, 99.9,979.6,999.9, 6.0, 99.9,999.9,999.9{223" +2022-01-14 22:34:01,ax1,PE1RXF-7,APZMDM," 8.3,104.3, 6.5, 99.9,979.7,999.9, 6.0, 99.9,999.9,999.9{224" +2022-01-14 22:44:00,ax1,PE1RXF-7,APZMDM," 8.3,104.2, 6.5, 99.9,979.6,999.9, 6.0, 99.9,999.9,999.9{225" +2022-01-14 22:54:00,ax1,PE1RXF-7,APZMDM," 8.3,104.3, 6.4, 99.9,979.5,999.9, 6.0, 99.9,999.9,999.9{226" +2022-01-14 23:04:00,ax1,PE1RXF-7,APZMDM," 8.3,104.3, 6.4, 99.9,979.6,999.9, 6.0, 99.9,999.9,999.9{227" +2022-01-14 23:14:15,ax1,PE1RXF-7,APZMDM," 8.3,104.3, 6.4, 99.9,978.9,999.9, 6.0, 99.9,999.9,999.9{228" +2022-01-14 23:24:14,ax1,PE1RXF-7,APZMDM," 8.3,104.3, 6.4, 99.9,979.3,999.9, 6.0, 99.9,999.9,999.9{229" +2022-01-14 23:34:14,ax1,PE1RXF-7,APZMDM," 8.3,104.2, 6.4, 99.9,979.4,999.9, 5.9, 99.9,999.9,999.9{230" +2022-01-14 23:44:14,ax1,PE1RXF-7,APZMDM," 8.2,104.2, 6.4, 99.9,979.8,999.9, 5.9, 99.9,999.9,999.9{231" +2022-01-14 23:54:14,ax1,PE1RXF-7,APZMDM," 8.2,104.2, 6.3, 99.9,979.2,999.9, 5.9, 99.9,999.9,999.9{232" +2022-01-14 23:54:29,ax1,PE1RXF-7,APZMDM," 8.2,104.2, 6.3, 99.9,979.2,999.9, 5.9, 99.9,999.9,999.9{232" +2022-01-15 00:04:28,ax1,PE1RXF-7,APZMDM," 8.2,104.2, 6.3, 99.9,979.2,999.9, 5.9, 99.9,999.9,999.9{233" +2022-01-15 00:14:28,ax1,PE1RXF-7,APZMDM," 8.1,104.2, 6.2, 99.9,979.6,999.9, 5.8, 99.9,999.9,999.9{234" +2022-01-15 00:14:43,ax1,PE1RXF-7,APZMDM," 8.1,104.2, 6.2, 99.9,979.6,999.9, 5.8, 99.9,999.9,999.9{234" +2022-01-15 00:14:58,ax1,PE1RXF-7,APZMDM," 8.1,104.2, 6.2, 99.9,979.6,999.9, 5.8, 99.9,999.9,999.9{234" +2022-01-15 00:24:58,ax1,PE1RXF-7,APZMDM," 8.1,104.3, 6.2, 99.9,979.9,999.9, 5.8, 99.9,999.9,999.9{235" +2022-01-15 00:34:58,ax1,PE1RXF-7,APZMDM," 8.1,104.3, 6.2, 99.9,979.9,999.9, 5.8, 99.9,999.9,999.9{236" +2022-01-15 00:44:57,ax1,PE1RXF-7,APZMDM," 8.1,104.2, 6.2, 99.9,979.9,999.9, 5.8, 99.9,999.9,999.9{237" +2022-01-15 00:54:57,ax1,PE1RXF-7,APZMDM," 8.0,103.9, 6.1, 99.9,979.3,999.9, 5.7, 99.9,999.9,999.9{238" +2022-01-15 01:04:57,ax1,PE1RXF-7,APZMDM," 7.7,103.2, 5.9, 99.9,979.6,999.9, 5.4, 99.9,999.9,999.9{239" +2022-01-15 01:14:56,ax1,PE1RXF-7,APZMDM," 7.5,103.2, 5.7, 99.9,979.9,999.9, 5.2, 99.9,999.9,999.9{240" +2022-01-15 01:24:56,ax1,PE1RXF-7,APZMDM," 7.3,103.2, 5.6, 99.9,979.6,999.9, 5.0, 99.9,999.9,999.9{241" +2022-01-15 01:34:56,ax1,PE1RXF-7,APZMDM," 7.3,103.5, 5.5, 99.9,979.8,999.9, 5.0, 99.9,999.9,999.9{242" +2022-01-15 01:44:56,ax1,PE1RXF-7,APZMDM," 7.3,103.5, 5.5, 99.9,979.9,999.9, 4.9, 99.9,999.9,999.9{243" +2022-01-15 01:54:55,ax1,PE1RXF-7,APZMDM," 7.3,103.7, 5.5, 99.9,979.0,999.9, 5.0, 99.9,999.9,999.9{244" +2022-01-15 02:04:55,ax1,PE1RXF-7,APZMDM," 7.4,103.7, 5.5, 99.9,979.0,999.9, 5.1, 99.9,999.9,999.9{245" +2022-01-15 02:14:55,ax1,PE1RXF-7,APZMDM," 7.4,103.8, 5.6, 99.9,978.3,999.9, 5.1, 99.9,999.9,999.9{246" +2022-01-15 02:24:55,ax1,PE1RXF-7,APZMDM," 7.5,103.9, 5.6, 99.9,978.5,999.9, 5.2, 99.9,999.9,999.9{247" +2022-01-15 02:34:55,ax1,PE1RXF-7,APZMDM," 7.5,103.9, 5.6, 99.9,979.2,999.9, 5.1, 99.9,999.9,999.9{248" +2022-01-15 02:44:54,ax1,PE1RXF-7,APZMDM," 7.5,103.8, 5.6, 99.9,978.8,999.9, 5.2, 99.9,999.9,999.9{249" +2022-01-15 02:54:54,ax1,PE1RXF-7,APZMDM," 7.5,103.8, 5.6, 99.9,978.6,999.9, 5.1, 99.9,999.9,999.9{250" +2022-01-15 03:04:53,ax1,PE1RXF-7,APZMDM," 7.4,103.8, 5.5, 99.9,979.1,999.9, 5.1, 99.9,999.9,999.9{251" +2022-01-15 03:14:53,ax1,PE1RXF-7,APZMDM," 7.4,103.9, 5.5, 99.9,978.8,999.9, 5.0, 99.9,999.9,999.9{252" +2022-01-15 03:24:53,ax1,PE1RXF-7,APZMDM," 7.4,103.9, 5.5, 99.9,978.9,999.9, 5.0, 99.9,999.9,999.9{253" +2022-01-15 03:34:53,ax1,PE1RXF-7,APZMDM," 7.4,103.9, 5.5, 99.9,979.2,999.9, 5.0, 99.9,999.9,999.9{254" +2022-01-15 03:45:07,ax1,PE1RXF-7,APZMDM," 7.4,103.8, 5.5, 99.9,979.4,999.9, 5.0, 99.9,999.9,999.9{255" +2022-01-15 03:55:22,ax1,PE1RXF-7,APZMDM," 7.4,103.9, 5.5, 99.9,979.1,999.9, 5.0, 99.9,999.9,999.9{256" +2022-01-15 04:05:22,ax1,PE1RXF-7,APZMDM," 7.4,103.9, 5.5, 99.9,979.1,999.9, 5.0, 99.9,999.9,999.9{257" +2022-01-15 04:15:22,ax1,PE1RXF-7,APZMDM," 7.3,103.9, 5.5, 99.9,979.0,999.9, 5.0, 99.9,999.9,999.9{258" +2022-01-15 04:25:21,ax1,PE1RXF-7,APZMDM," 7.3,103.8, 5.5, 99.9,979.1,999.9, 5.0, 99.9,999.9,999.9{259" +2022-01-15 04:25:36,ax1,PE1RXF-7,APZMDM," 7.3,103.8, 5.5, 99.9,979.1,999.9, 5.0, 99.9,999.9,999.9{259" +2022-01-15 04:35:36,ax1,PE1RXF-7,APZMDM," 7.3,103.8, 5.4, 99.9,979.5,999.9, 4.9, 99.9,999.9,999.9{260" +2022-01-15 04:45:51,ax1,PE1RXF-7,APZMDM," 7.2,103.8, 5.4, 99.9,979.2,999.9, 4.9, 99.9,999.9,999.9{261" +2022-01-15 04:55:50,ax1,PE1RXF-7,APZMDM," 7.2,103.8, 5.4, 99.9,979.2,999.9, 4.9, 99.9,999.9,999.9{262" +2022-01-15 05:05:50,ax1,PE1RXF-7,APZMDM," 7.2,103.8, 5.4, 99.9,979.2,999.9, 4.9, 99.9,999.9,999.9{263" +2022-01-15 05:15:50,ax1,PE1RXF-7,APZMDM," 7.2,103.8, 5.4, 99.9,979.0,999.9, 4.9, 99.9,999.9,999.9{264" +2022-01-15 05:25:50,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.4, 99.9,978.5,999.9, 4.9, 99.9,999.9,999.9{265" +2022-01-15 05:35:49,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.3, 99.9,978.6,999.9, 4.9, 99.9,999.9,999.9{266" +2022-01-15 05:45:49,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.4, 99.9,978.5,999.9, 4.9, 99.9,999.9,999.9{267" +2022-01-15 05:46:04,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.4, 99.9,978.5,999.9, 4.9, 99.9,999.9,999.9{267" +2022-01-15 05:56:04,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.4, 99.9,980.1,999.9, 4.9, 99.9,999.9,999.9{268" +2022-01-15 06:06:04,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.4, 99.9,979.5,999.9, 4.9, 99.9,999.9,999.9{269" +2022-01-15 06:06:33,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.4, 99.9,979.5,999.9, 4.9, 99.9,999.9,999.9{269" +2022-01-15 06:16:33,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.3, 99.9,979.9,999.9, 4.9, 99.9,999.9,999.9{270" +2022-01-15 06:26:33,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.4, 99.9,980.0,999.9, 4.9, 99.9,999.9,999.9{271" +2022-01-15 06:26:48,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.4, 99.9,980.0,999.9, 4.9, 99.9,999.9,999.9{271" +2022-01-15 06:36:48,ax1,PE1RXF-7,APZMDM," 7.2,104.0, 5.4, 99.9,980.1,999.9, 4.9, 99.9,999.9,999.9{272" +2022-01-15 06:46:47,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.3, 99.9,980.5,999.9, 4.9, 99.9,999.9,999.9{273" +2022-01-15 06:56:47,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.3, 99.9,980.9,999.9, 4.9, 99.9,999.9,999.9{274" +2022-01-15 07:06:47,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.3, 99.9,981.1,999.9, 4.8, 99.9,999.9,999.9{275" +2022-01-15 07:16:47,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.3, 99.9,979.5,999.9, 4.8, 99.9,999.9,999.9{276" +2022-01-15 07:17:02,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.3, 99.9,979.5,999.9, 4.8, 99.9,999.9,999.9{276" +2022-01-15 07:27:01,ax1,PE1RXF-7,APZMDM," 7.1,103.9, 5.3, 99.9,979.9,999.9, 4.8, 99.9,999.9,999.9{277" +2022-01-15 07:37:01,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.3, 99.9,979.4,999.9, 4.8, 99.9,999.9,999.9{278" +2022-01-15 07:47:01,ax1,PE1RXF-7,APZMDM," 7.1,103.9, 5.3, 99.9,979.6,999.9, 4.8, 99.9,999.9,999.9{279" +2022-01-15 07:57:16,ax1,PE1RXF-7,APZMDM," 7.1,103.9, 5.3, 99.9,981.2,999.9, 4.8, 99.9,999.9,999.9{280" +2022-01-15 07:57:31,ax1,PE1RXF-7,APZMDM," 7.1,103.9, 5.3, 99.9,981.2,999.9, 4.8, 99.9,999.9,999.9{280" +2022-01-15 07:57:46,ax1,PE1RXF-7,APZMDM," 7.1,103.9, 5.3, 99.9,981.2,999.9, 4.8, 99.9,999.9,999.9{280" +2022-01-15 08:07:45,ax1,PE1RXF-7,APZMDM," 7.1,103.9, 5.2, 99.9,982.0,999.9, 4.8, 99.9,999.9,999.9{281" +2022-01-15 08:17:45,ax1,PE1RXF-7,APZMDM," 7.1,103.9, 5.2, 99.9,981.2,999.9, 4.8, 99.9,999.9,999.9{282" +2022-01-15 08:18:00,ax1,PE1RXF-7,APZMDM," 7.1,103.9, 5.2, 99.9,981.2,999.9, 4.8, 99.9,999.9,999.9{282" +2022-01-15 08:28:00,ax1,PE1RXF-7,APZMDM," 7.1,104.0, 5.2, 99.9,983.3,999.9, 4.7, 99.9,999.9,999.9{283" +2022-01-15 08:38:00,ax1,PE1RXF-7,APZMDM," 7.1,104.0, 5.3, 99.9,982.8,999.9, 4.8, 99.9,999.9,999.9{284" +2022-01-15 08:47:59,ax1,PE1RXF-7,APZMDM," 7.1,104.0, 5.3, 99.9,981.3,999.9, 4.8, 99.9,999.9,999.9{285" +2022-01-15 08:48:14,ax1,PE1RXF-7,APZMDM," 7.1,104.0, 5.3, 99.9,981.3,999.9, 4.8, 99.9,999.9,999.9{285" +2022-01-15 08:58:14,ax1,PE1RXF-7,APZMDM," 7.2,104.0, 5.4, 99.9,981.8,999.9, 4.8, 99.9,999.9,999.9{286" +2022-01-15 09:08:14,ax1,PE1RXF-7,APZMDM," 7.3,104.1, 5.5, 99.9,982.7,999.9, 5.0, 99.9,999.9,999.9{287" +2022-01-15 09:18:13,ax1,PE1RXF-7,APZMDM," 7.4,104.1, 5.7, 99.9,982.3,999.9, 5.1, 99.9,999.9,999.9{288" +2022-01-15 09:18:28,ax1,PE1RXF-7,APZMDM," 7.4,104.1, 5.7, 99.9,982.3,999.9, 5.1, 99.9,999.9,999.9{288" +2022-01-15 09:28:28,ax1,PE1RXF-7,APZMDM," 7.5,104.2, 5.8, 99.9,982.5,999.9, 5.2, 99.9,999.9,999.9{289" +2022-01-15 09:38:28,ax1,PE1RXF-7,APZMDM," 7.7,104.2, 6.1, 99.9,981.6,999.9, 5.3, 99.9,999.9,999.9{290" +2022-01-15 09:48:28,ax1,PE1RXF-7,APZMDM," 7.9,104.2, 6.4, 99.9,980.0,999.9, 5.5, 99.9,999.9,999.9{291" +2022-01-15 09:58:27,ax1,PE1RXF-7,APZMDM," 8.0,104.1, 6.5, 99.9,981.4,999.9, 5.7, 99.9,999.9,999.9{292" +2022-01-15 10:08:27,ax1,PE1RXF-7,APZMDM," 8.1,104.0, 6.6, 99.9,981.7,999.9, 5.8, 99.9,999.9,999.9{293" +2022-01-15 10:18:27,ax1,PE1RXF-7,APZMDM," 8.2,104.0, 6.8, 99.9,980.1,999.9, 5.9, 99.9,999.9,999.9{294" +2022-01-15 10:28:27,ax1,PE1RXF-7,APZMDM," 8.3,104.0, 6.8, 99.9,981.4,999.9, 6.0, 99.9,999.9,999.9{295" +2022-01-15 10:28:42,ax1,PE1RXF-7,APZMDM," 8.3,104.0, 6.8, 99.9,981.4,999.9, 6.0, 99.9,999.9,999.9{295" +2022-01-15 10:38:42,ax1,PE1RXF-7,APZMDM," 8.4,104.0, 7.0, 99.9,980.1,999.9, 6.1, 99.9,999.9,999.9{296" +2022-01-15 10:48:41,ax1,PE1RXF-7,APZMDM," 8.6,104.0, 7.3, 99.9,980.1,999.9, 6.3, 99.9,999.9,999.9{297" +2022-01-15 10:58:41,ax1,PE1RXF-7,APZMDM," 8.8,104.1, 7.7, 99.9,980.1,999.9, 6.5, 99.9,999.9,999.9{298" +2022-01-15 11:08:41,ax1,PE1RXF-7,APZMDM," 9.1,103.8, 8.1, 99.9,981.4,999.9, 6.7, 99.9,999.9,999.9{299" +2022-01-15 11:18:40,ax1,PE1RXF-7,APZMDM," 9.4,103.4, 8.5, 99.9,980.8,999.9, 7.0, 99.9,999.9,999.9{300" +2022-01-15 11:28:40,ax1,PE1RXF-7,APZMDM," 9.7,103.1, 8.9, 99.9,981.3,999.9, 7.3, 99.9,999.9,999.9{301" +2022-01-15 11:38:40,ax1,PE1RXF-7,APZMDM," 9.9,103.0, 9.3, 99.9,980.7,999.9, 7.5, 99.9,999.9,999.9{302" +2022-01-15 11:48:40,ax1,PE1RXF-7,APZMDM," 10.1,102.7, 9.4, 99.9,981.0,999.9, 7.7, 99.9,999.9,999.9{303" +2022-01-15 11:58:39,ax1,PE1RXF-7,APZMDM," 10.0,102.1, 9.5, 99.9,981.0,999.9, 7.7, 99.9,999.9,999.9{304" +2022-01-15 12:08:39,ax1,PE1RXF-7,APZMDM," 9.9,101.7, 9.4, 99.9,981.8,999.9, 7.5, 99.9,999.9,999.9{305" +2022-01-15 12:18:39,ax1,PE1RXF-7,APZMDM," 9.7,101.9, 9.3, 99.9,979.7,999.9, 7.4, 99.9,999.9,999.9{306" +2022-01-15 12:28:39,ax1,PE1RXF-7,APZMDM," 9.6,102.0, 9.1, 99.9,980.0,999.9, 7.4, 99.9,999.9,999.9{307" +2022-01-15 12:28:54,ax1,PE1RXF-7,APZMDM," 9.6,102.0, 9.1, 99.9,980.0,999.9, 7.4, 99.9,999.9,999.9{307" +2022-01-15 12:38:53,ax1,PE1RXF-7,APZMDM," 9.6,102.0, 9.2, 99.9,980.2,999.9, 7.3, 99.9,999.9,999.9{308" +2022-01-15 12:48:53,ax1,PE1RXF-7,APZMDM," 9.5,101.9, 9.1, 99.9,980.6,999.9, 7.3, 99.9,999.9,999.9{309" +2022-01-15 12:58:53,ax1,PE1RXF-7,APZMDM," 9.5,101.8, 9.1, 99.9,980.5,999.9, 7.3, 99.9,999.9,999.9{310" +2022-01-15 13:08:53,ax1,PE1RXF-7,APZMDM," 9.5,101.8, 9.1, 99.9,980.6,999.9, 7.3, 99.9,999.9,999.9{311" +2022-01-15 13:18:52,ax1,PE1RXF-7,APZMDM," 9.6,102.0, 9.2, 99.9,979.9,999.9, 7.3, 99.9,999.9,999.9{312" +2022-01-15 13:28:52,ax1,PE1RXF-7,APZMDM," 9.6,101.6, 9.1, 99.9,981.6,999.9, 7.3, 99.9,999.9,999.9{313" +2022-01-15 13:29:22,ax1,PE1RXF-7,APZMDM," 9.6,101.6, 9.1, 99.9,981.6,999.9, 7.3, 99.9,999.9,999.9{313" +2022-01-15 13:39:22,ax1,PE1RXF-7,APZMDM," 9.5,101.8, 9.0, 99.9,981.5,999.9, 7.3, 99.9,999.9,999.9{314" +2022-01-15 13:49:22,ax1,PE1RXF-7,APZMDM," 9.5,101.7, 9.0, 99.9,981.5,999.9, 7.2, 99.9,999.9,999.9{315" +2022-01-15 13:59:21,ax1,PE1RXF-7,APZMDM," 9.4,101.6, 8.9, 99.9,981.5,999.9, 7.2, 99.9,999.9,999.9{316" +2022-01-15 14:09:21,ax1,PE1RXF-7,APZMDM," 9.4,101.4, 8.9, 99.9,980.8,999.9, 7.1, 99.9,999.9,999.9{317" +2022-01-15 14:19:21,ax1,PE1RXF-7,APZMDM," 9.3,101.1, 8.9, 99.9,980.7,999.9, 7.1, 99.9,999.9,999.9{318" +2022-01-15 14:29:21,ax1,PE1RXF-7,APZMDM," 9.3,101.3, 8.8, 99.9,981.8,999.9, 7.1, 99.9,999.9,999.9{319" +2022-01-15 14:39:20,ax1,PE1RXF-7,APZMDM," 9.2,101.3, 8.7, 99.9,981.5,999.9, 7.0, 99.9,999.9,999.9{320" +2022-01-15 14:49:20,ax1,PE1RXF-7,APZMDM," 9.2,101.3, 8.7, 99.9,982.0,999.9, 6.9, 99.9,999.9,999.9{321" +2022-01-15 14:59:20,ax1,PE1RXF-7,APZMDM," 9.1,101.2, 8.5, 99.9,982.2,999.9, 6.8, 99.9,999.9,999.9{322" +2022-01-15 15:09:20,ax1,PE1RXF-7,APZMDM," 8.9,101.2, 8.3, 99.9,982.0,999.9, 6.7, 99.9,999.9,999.9{323" +2022-01-15 15:19:19,ax1,PE1RXF-7,APZMDM," 8.7,101.3, 8.0, 99.9,981.7,999.9, 6.6, 99.9,999.9,999.9{324" +2022-01-15 15:29:19,ax1,PE1RXF-7,APZMDM," 8.6,101.5, 7.8, 99.9,979.7,999.9, 6.4, 99.9,999.9,999.9{325" +2022-01-15 15:39:34,ax1,PE1RXF-7,APZMDM," 8.4,101.6, 7.5, 99.9,980.9,999.9, 6.3, 99.9,999.9,999.9{326" +2022-01-15 15:39:49,ax1,PE1RXF-7,APZMDM," 8.4,101.6, 7.5, 99.9,980.9,999.9, 6.3, 99.9,999.9,999.9{326" +2022-01-15 15:49:49,ax1,PE1RXF-7,APZMDM," 8.2,101.5, 7.2, 99.9,982.2,999.9, 6.0, 99.9,999.9,999.9{327" +2022-01-15 15:59:48,ax1,PE1RXF-7,APZMDM," 8.0,101.8, 6.9, 99.9,980.3,999.9, 5.8, 99.9,999.9,999.9{328" +2022-01-15 16:00:03,ax1,PE1RXF-7,APZMDM," 8.0,101.8, 6.9, 99.9,980.3,999.9, 5.8, 99.9,999.9,999.9{328" +2022-01-15 16:10:03,ax1,PE1RXF-7,APZMDM," 7.8,101.8, 6.7, 99.9,980.7,999.9, 5.6, 99.9,999.9,999.9{329" +2022-01-15 16:20:03,ax1,PE1RXF-7,APZMDM," 7.6,101.9, 6.5, 99.9,981.0,999.9, 5.5, 99.9,999.9,999.9{330" +2022-01-15 16:30:18,ax1,PE1RXF-7,APZMDM," 7.5,102.1, 6.2, 99.9,980.9,999.9, 5.3, 99.9,999.9,999.9{331" +2022-01-15 16:40:17,ax1,PE1RXF-7,APZMDM," 7.4,102.1, 6.0, 99.9,980.1,999.9, 5.2, 99.9,999.9,999.9{332" +2022-01-15 16:50:17,ax1,PE1RXF-7,APZMDM," 7.3,102.2, 5.8, 99.9,979.4,999.9, 5.1, 99.9,999.9,999.9{333" +2022-01-15 17:00:17,ax1,PE1RXF-7,APZMDM," 7.2,102.3, 5.7, 99.9,981.9,999.9, 5.0, 99.9,999.9,999.9{334" +2022-01-15 17:10:16,ax1,PE1RXF-7,APZMDM," 7.1,102.2, 5.6, 99.9,979.4,999.9, 4.8, 99.9,999.9,999.9{335" +2022-01-15 17:10:46,ax1,PE1RXF-7,APZMDM," 7.1,102.2, 5.6, 99.9,979.4,999.9, 4.8, 99.9,999.9,999.9{335" +2022-01-15 17:20:46,ax1,PE1RXF-7,APZMDM," 7.0,102.2, 5.4, 99.9,981.0,999.9, 4.7, 99.9,999.9,999.9{336" +2022-01-15 17:31:01,ax1,PE1RXF-7,APZMDM," 6.9,102.4, 5.3, 99.9,980.3,999.9, 4.7, 99.9,999.9,999.9{337" +2022-01-15 17:41:01,ax1,PE1RXF-7,APZMDM," 6.8,102.5, 5.2, 99.9,980.5,999.9, 4.6, 99.9,999.9,999.9{338" +2022-01-15 17:51:00,ax1,PE1RXF-7,APZMDM," 6.8,102.5, 5.2, 99.9,980.2,999.9, 4.6, 99.9,999.9,999.9{339" +2022-01-15 18:01:00,ax1,PE1RXF-7,APZMDM," 6.7,102.5, 5.1, 99.9,980.5,999.9, 4.5, 99.9,999.9,999.9{340" +2022-01-15 18:11:00,ax1,PE1RXF-7,APZMDM," 6.7,102.5, 5.0, 99.9,979.8,999.9, 4.5, 99.9,999.9,999.9{341" +2022-01-15 18:20:59,ax1,PE1RXF-7,APZMDM," 6.7,102.6, 5.0, 99.9,979.8,999.9, 4.4, 99.9,999.9,999.9{342" +2022-01-15 18:31:14,ax1,PE1RXF-7,APZMDM," 6.6,102.5, 4.9, 99.9,978.1,999.9, 4.4, 99.9,999.9,999.9{343" +2022-01-15 18:41:14,ax1,PE1RXF-7,APZMDM," 6.6,102.7, 4.9, 99.9,979.2,999.9, 4.3, 99.9,999.9,999.9{344" +2022-01-15 18:51:14,ax1,PE1RXF-7,APZMDM," 6.6,102.7, 4.9, 99.9,979.9,999.9, 4.3, 99.9,999.9,999.9{345" +2022-01-15 19:01:13,ax1,PE1RXF-7,APZMDM," 6.5,102.7, 4.9, 99.9,979.5,999.9, 4.3, 99.9,999.9,999.9{346" +2022-01-15 19:11:13,ax1,PE1RXF-7,APZMDM," 6.5,102.8, 4.8, 99.9,981.4,999.9, 4.2, 99.9,999.9,999.9{347" +2022-01-15 19:21:13,ax1,PE1RXF-7,APZMDM," 6.5,102.8, 4.8, 99.9,980.9,999.9, 4.3, 99.9,999.9,999.9{348" +2022-01-15 19:21:28,ax1,PE1RXF-7,APZMDM," 6.5,102.8, 4.8, 99.9,980.9,999.9, 4.3, 99.9,999.9,999.9{348" +2022-01-15 19:31:27,ax1,PE1RXF-7,APZMDM," 6.5,102.9, 4.7, 99.9,981.1,999.9, 4.3, 99.9,999.9,999.9{349" +2022-01-15 19:41:42,ax1,PE1RXF-7,APZMDM," 6.5,102.9, 4.7, 99.9,981.5,999.9, 4.2, 99.9,999.9,999.9{350" +2022-01-15 19:51:57,ax1,PE1RXF-7,APZMDM," 6.5,102.9, 4.7, 99.9,981.9,999.9, 4.2, 99.9,999.9,999.9{351" +2022-01-15 20:01:57,ax1,PE1RXF-7,APZMDM," 6.5,103.0, 4.7, 99.9,981.3,999.9, 4.2, 99.9,999.9,999.9{352" +2022-01-15 20:11:56,ax1,PE1RXF-7,APZMDM," 6.5,103.0, 4.7, 99.9,982.6,999.9, 4.2, 99.9,999.9,999.9{353" +2022-01-15 20:12:11,ax1,PE1RXF-7,APZMDM," 6.5,103.0, 4.7, 99.9,982.6,999.9, 4.2, 99.9,999.9,999.9{353" +2022-01-15 20:22:11,ax1,PE1RXF-7,APZMDM," 6.5,102.9, 4.7, 99.9,981.9,999.9, 4.2, 99.9,999.9,999.9{354" +2022-01-15 20:32:11,ax1,PE1RXF-7,APZMDM," 6.4,102.9, 4.7, 99.9,979.5,999.9, 4.1, 99.9,999.9,999.9{355" +2022-01-15 20:42:11,ax1,PE1RXF-7,APZMDM," 6.4,102.9, 4.7, 99.9,982.6,999.9, 4.2, 99.9,999.9,999.9{356" +2022-01-15 20:52:10,ax1,PE1RXF-7,APZMDM," 6.4,102.9, 4.7, 99.9,979.2,999.9, 4.1, 99.9,999.9,999.9{357" +2022-01-15 21:02:10,ax1,PE1RXF-7,APZMDM," 6.3,102.9, 4.6, 99.9,981.2,999.9, 4.1, 99.9,999.9,999.9{358" +2022-01-15 21:12:10,ax1,PE1RXF-7,APZMDM," 6.3,103.0, 4.6, 99.9,982.7,999.9, 4.1, 99.9,999.9,999.9{359" +2022-01-15 21:22:24,ax1,PE1RXF-7,APZMDM," 6.3,103.1, 4.6, 99.9,983.7,999.9, 4.1, 99.9,999.9,999.9{360" +2022-01-15 21:32:24,ax1,PE1RXF-7,APZMDM," 6.3,103.0, 4.6, 99.9,984.0,999.9, 4.1, 99.9,999.9,999.9{361" +2022-01-15 21:42:39,ax1,PE1RXF-7,APZMDM," 6.3,102.9, 4.6, 99.9,985.7,999.9, 4.0, 99.9,999.9,999.9{362" +2022-01-15 21:42:54,ax1,PE1RXF-7,APZMDM," 6.3,102.9, 4.6, 99.9,985.7,999.9, 4.0, 99.9,999.9,999.9{362" +2022-01-15 21:52:54,ax1,PE1RXF-7,APZMDM," 6.2,102.9, 4.5, 99.9,979.3,999.9, 4.0, 99.9,999.9,999.9{363" +2022-01-15 22:02:53,ax1,PE1RXF-7,APZMDM," 6.2,102.8, 4.4, 99.9,979.3,999.9, 3.9, 99.9,999.9,999.9{364" +2022-01-15 22:03:08,ax1,PE1RXF-7,APZMDM," 6.2,102.8, 4.4, 99.9,979.3,999.9, 3.9, 99.9,999.9,999.9{364" +2022-01-15 22:13:08,ax1,PE1RXF-7,APZMDM," 6.1,102.7, 4.4, 99.9,981.7,999.9, 3.8, 99.9,999.9,999.9{365" +2022-01-15 22:23:08,ax1,PE1RXF-7,APZMDM," 6.1,102.8, 4.4, 99.9,982.2,999.9, 3.8, 99.9,999.9,999.9{366" +2022-01-15 22:23:23,ax1,PE1RXF-7,APZMDM," 6.1,102.8, 4.4, 99.9,982.2,999.9, 3.8, 99.9,999.9,999.9{366" +2022-01-15 22:33:37,ax1,PE1RXF-7,APZMDM," 6.0,102.8, 4.3, 99.9,982.2,999.9, 3.8, 99.9,999.9,999.9{367" +2022-01-15 22:43:37,ax1,PE1RXF-7,APZMDM," 6.0,102.8, 4.3, 99.9,983.7,999.9, 3.8, 99.9,999.9,999.9{368" +2022-01-15 22:53:37,ax1,PE1RXF-7,APZMDM," 6.0,102.7, 4.3, 99.9,984.7,999.9, 3.7, 99.9,999.9,999.9{369" +2022-01-15 23:03:37,ax1,PE1RXF-7,APZMDM," 5.9,102.8, 4.2, 99.9,989.5,999.9, 3.7, 99.9,999.9,999.9{370" +2022-01-15 23:13:36,ax1,PE1RXF-7,APZMDM," 5.9,102.7, 4.2, 99.9,983.6,999.9, 3.7, 99.9,999.9,999.9{371" +2022-01-15 23:23:36,ax1,PE1RXF-7,APZMDM," 5.8,102.5, 4.1, 99.9,984.2,999.9, 3.6, 99.9,999.9,999.9{372" +2022-01-15 23:33:36,ax1,PE1RXF-7,APZMDM," 5.8,102.5, 4.0, 99.9,984.0,999.9, 3.5, 99.9,999.9,999.9{373" +2022-01-15 23:43:36,ax1,PE1RXF-7,APZMDM," 5.7,102.3, 4.0, 99.9,984.4,999.9, 3.4, 99.9,999.9,999.9{374" +2022-01-15 23:53:35,ax1,PE1RXF-7,APZMDM," 5.6,102.2, 3.9, 99.9,983.8,999.9, 3.3, 99.9,999.9,999.9{375" +2022-01-15 23:53:50,ax1,PE1RXF-7,APZMDM," 5.6,102.2, 3.9, 99.9,983.8,999.9, 3.3, 99.9,999.9,999.9{375" +2022-01-16 00:03:50,ax1,PE1RXF-7,APZMDM," 5.5,102.1, 3.8, 99.9,982.4,999.9, 3.2, 99.9,999.9,999.9{376" +2022-01-16 00:13:50,ax1,PE1RXF-7,APZMDM," 5.4,102.2, 3.7, 99.9,982.3,999.9, 3.1, 99.9,999.9,999.9{377" +2022-01-16 00:23:50,ax1,PE1RXF-7,APZMDM," 5.4,102.2, 3.7, 99.9,983.5,999.9, 3.1, 99.9,999.9,999.9{378" +2022-01-16 00:33:50,ax1,PE1RXF-7,APZMDM," 5.3,102.2, 3.6, 99.9,981.8,999.9, 3.0, 99.9,999.9,999.9{379" +2022-01-16 00:43:49,ax1,PE1RXF-7,APZMDM," 5.3,102.1, 3.6, 99.9,983.8,999.9, 3.0, 99.9,999.9,999.9{380" +2022-01-16 00:53:49,ax1,PE1RXF-7,APZMDM," 5.2,102.2, 3.5, 99.9,983.4,999.9, 3.0, 99.9,999.9,999.9{381" +2022-01-16 01:03:49,ax1,PE1RXF-7,APZMDM," 5.2,102.0, 3.5, 99.9,981.9,999.9, 3.0, 99.9,999.9,999.9{382" +2022-01-16 01:13:49,ax1,PE1RXF-7,APZMDM," 5.1,101.9, 3.4, 99.9,981.1,999.9, 2.8, 99.9,999.9,999.9{383" +2022-01-16 01:24:03,ax1,PE1RXF-7,APZMDM," 5.0,101.6, 3.3, 99.9,982.0,999.9, 2.7, 99.9,999.9,999.9{384" +2022-01-16 01:24:18,ax1,PE1RXF-7,APZMDM," 5.0,101.6, 3.3, 99.9,982.0,999.9, 2.7, 99.9,999.9,999.9{384" +2022-01-16 01:34:18,ax1,PE1RXF-7,APZMDM," 4.8,101.6, 3.1, 99.9,979.5,999.9, 2.5, 99.9,999.9,999.9{385" +2022-01-16 01:44:18,ax1,PE1RXF-7,APZMDM," 4.7,101.6, 3.1, 99.9,980.9,999.9, 2.5, 99.9,999.9,999.9{386" +2022-01-16 01:54:18,ax1,PE1RXF-7,APZMDM," 4.6,101.6, 3.0, 99.9,982.3,999.9, 2.4, 99.9,999.9,999.9{387" +2022-01-16 02:04:17,ax1,PE1RXF-7,APZMDM," 4.5,101.6, 2.9, 99.9,981.1,999.9, 2.3, 99.9,999.9,999.9{388" +2022-01-16 02:04:32,ax1,PE1RXF-7,APZMDM," 4.5,101.6, 2.9, 99.9,981.1,999.9, 2.3, 99.9,999.9,999.9{388" +2022-01-16 02:14:32,ax1,PE1RXF-7,APZMDM," 4.4,101.5, 2.8, 99.9,979.6,999.9, 2.2, 99.9,999.9,999.9{389" +2022-01-16 02:24:32,ax1,PE1RXF-7,APZMDM," 4.3,101.3, 2.7, 99.9,979.8,999.9, 2.1, 99.9,999.9,999.9{390" +2022-01-16 02:34:47,ax1,PE1RXF-7,APZMDM," 4.2,101.3, 2.6, 99.9,981.2,999.9, 2.0, 99.9,999.9,999.9{391" +2022-01-16 02:44:47,ax1,PE1RXF-7,APZMDM," 4.1,101.4, 2.5, 99.9,981.3,999.9, 1.9, 99.9,999.9,999.9{392" +2022-01-16 02:54:46,ax1,PE1RXF-7,APZMDM," 4.1,101.4, 2.5, 99.9,980.5,999.9, 1.8, 99.9,999.9,999.9{393" +2022-01-16 03:04:46,ax1,PE1RXF-7,APZMDM," 4.0,101.4, 2.4, 99.9,980.6,999.9, 1.8, 99.9,999.9,999.9{394" +2022-01-16 03:14:46,ax1,PE1RXF-7,APZMDM," 4.0,101.4, 2.3, 99.9,981.1,999.9, 1.7, 99.9,999.9,999.9{395" +2022-01-16 03:24:46,ax1,PE1RXF-7,APZMDM," 3.9,101.3, 2.3, 99.9,978.0,999.9, 1.6, 99.9,999.9,999.9{396" +2022-01-16 03:34:46,ax1,PE1RXF-7,APZMDM," 3.8,101.4, 2.2, 99.9,979.7,999.9, 1.6, 99.9,999.9,999.9{397" +2022-01-16 03:44:45,ax1,PE1RXF-7,APZMDM," 3.8,101.3, 2.2, 99.9,980.6,999.9, 1.6, 99.9,999.9,999.9{398" +2022-01-16 03:54:45,ax1,PE1RXF-7,APZMDM," 3.8,101.5, 2.2, 99.9,978.9,999.9, 1.5, 99.9,999.9,999.9{399" +2022-01-16 04:04:45,ax1,PE1RXF-7,APZMDM," 3.8,101.4, 2.1, 99.9,979.9,999.9, 1.5, 99.9,999.9,999.9{400" +2022-01-16 04:14:45,ax1,PE1RXF-7,APZMDM," 3.7,101.3, 2.1, 99.9,977.8,999.9, 1.4, 99.9,999.9,999.9{401" +2022-01-16 04:24:44,ax1,PE1RXF-7,APZMDM," 3.7,101.3, 2.0, 99.9,979.2,999.9, 1.3, 99.9,999.9,999.9{402" +2022-01-16 04:34:44,ax1,PE1RXF-7,APZMDM," 3.6,101.2, 2.0, 99.9,979.3,999.9, 1.2, 99.9,999.9,999.9{403" +2022-01-16 04:44:44,ax1,PE1RXF-7,APZMDM," 3.6,101.3, 1.9, 99.9,979.7,999.9, 1.3, 99.9,999.9,999.9{404" +2022-01-16 04:54:44,ax1,PE1RXF-7,APZMDM," 3.6,101.4, 1.9, 99.9,979.5,999.9, 1.2, 99.9,999.9,999.9{405" +2022-01-16 05:04:43,ax1,PE1RXF-7,APZMDM," 3.6,101.4, 1.9, 99.9,979.5,999.9, 1.2, 99.9,999.9,999.9{406" +2022-01-16 05:04:58,ax1,PE1RXF-7,APZMDM," 3.6,101.4, 1.9, 99.9,979.5,999.9, 1.2, 99.9,999.9,999.9{406" +2022-01-16 05:05:13,ax1,PE1RXF-7,APZMDM," 3.6,101.4, 1.9, 99.9,979.5,999.9, 1.2, 99.9,999.9,999.9{406" +2022-01-16 05:15:13,ax1,PE1RXF-7,APZMDM," 3.6,101.4, 1.9, 99.9,980.0,999.9, 1.2, 99.9,999.9,999.9{407" +2022-01-16 05:25:13,ax1,PE1RXF-7,APZMDM," 3.6,101.5, 1.9, 99.9,978.4,999.9, 1.2, 99.9,999.9,999.9{408" +2022-01-16 05:35:13,ax1,PE1RXF-7,APZMDM," 3.6,101.6, 1.9, 99.9,978.3,999.9, 1.3, 99.9,999.9,999.9{409" +2022-01-16 05:45:12,ax1,PE1RXF-7,APZMDM," 3.7,101.6, 2.0, 99.9,978.0,999.9, 1.3, 99.9,999.9,999.9{410" +2022-01-16 05:55:12,ax1,PE1RXF-7,APZMDM," 3.8,101.8, 2.0, 99.9,977.6,999.9, 1.4, 99.9,999.9,999.9{411" +2022-01-16 06:05:12,ax1,PE1RXF-7,APZMDM," 3.9,101.9, 2.0, 99.9,978.2,999.9, 1.5, 99.9,999.9,999.9{412" +2022-01-16 06:15:27,ax1,PE1RXF-7,APZMDM," 4.0,102.0, 2.1, 99.9,978.4,999.9, 1.6, 99.9,999.9,999.9{413" +2022-01-16 06:25:26,ax1,PE1RXF-7,APZMDM," 4.1,102.1, 2.2, 99.9,979.3,999.9, 1.8, 99.9,999.9,999.9{414" +2022-01-16 06:35:26,ax1,PE1RXF-7,APZMDM," 4.2,102.1, 2.3, 99.9,979.4,999.9, 1.8, 99.9,999.9,999.9{415" +2022-01-16 06:45:26,ax1,PE1RXF-7,APZMDM," 4.3,102.2, 2.4, 99.9,979.4,999.9, 1.9, 99.9,999.9,999.9{416" +2022-01-16 06:55:26,ax1,PE1RXF-7,APZMDM," 4.4,102.2, 2.4, 99.9,979.1,999.9, 2.0, 99.9,999.9,999.9{417" +2022-01-16 07:05:25,ax1,PE1RXF-7,APZMDM," 4.5,102.3, 2.5, 99.9,979.8,999.9, 2.1, 99.9,999.9,999.9{418" +2022-01-16 07:15:25,ax1,PE1RXF-7,APZMDM," 4.5,102.3, 2.6, 99.9,979.7,999.9, 2.2, 99.9,999.9,999.9{419" +2022-01-16 07:25:25,ax1,PE1RXF-7,APZMDM," 4.6,102.4, 2.6, 99.9,980.1,999.9, 2.3, 99.9,999.9,999.9{420" +2022-01-16 07:35:24,ax1,PE1RXF-7,APZMDM," 4.7,102.4, 2.7, 99.9,979.6,999.9, 2.3, 99.9,999.9,999.9{421" +2022-01-16 07:45:24,ax1,PE1RXF-7,APZMDM," 4.7,102.4, 2.8, 99.9,979.4,999.9, 2.3, 99.9,999.9,999.9{422" +2022-01-16 07:55:24,ax1,PE1RXF-7,APZMDM," 4.7,102.4, 2.8, 99.9,979.0,999.9, 2.4, 99.9,999.9,999.9{423" +2022-01-16 07:55:39,ax1,PE1RXF-7,APZMDM," 4.7,102.4, 2.8, 99.9,979.0,999.9, 2.4, 99.9,999.9,999.9{423" +2022-01-16 08:05:39,ax1,PE1RXF-7,APZMDM," 4.8,102.4, 2.9, 99.9,978.7,999.9, 2.5, 99.9,999.9,999.9{424" +2022-01-16 08:05:53,ax1,PE1RXF-7,APZMDM," 4.8,102.4, 2.9, 99.9,978.7,999.9, 2.5, 99.9,999.9,999.9{424" +2022-01-16 08:15:53,ax1,PE1RXF-7,APZMDM," 4.8,102.5, 2.9, 99.9,978.4,999.9, 2.5, 99.9,999.9,999.9{425" +2022-01-16 08:25:53,ax1,PE1RXF-7,APZMDM," 4.9,102.5, 2.9, 99.9,979.0,999.9, 2.6, 99.9,999.9,999.9{426" +2022-01-16 08:26:23,ax1,PE1RXF-7,APZMDM," 4.9,102.5, 2.9, 99.9,979.0,999.9, 2.6, 99.9,999.9,999.9{426" +2022-01-16 08:36:23,ax1,PE1RXF-7,APZMDM," 4.9,102.6, 3.0, 99.9,980.0,999.9, 2.6, 99.9,999.9,999.9{427" +2022-01-16 08:46:23,ax1,PE1RXF-7,APZMDM," 5.0,102.7, 3.1, 99.9,980.4,999.9, 2.7, 99.9,999.9,999.9{428" +2022-01-16 08:56:22,ax1,PE1RXF-7,APZMDM," 5.1,102.7, 3.2, 99.9,979.0,999.9, 2.8, 99.9,999.9,999.9{429" +2022-01-16 09:06:22,ax1,PE1RXF-7,APZMDM," 5.2,102.8, 3.2, 99.9,979.2,999.9, 2.8, 99.9,999.9,999.9{430" +2022-01-16 09:16:36,ax1,PE1RXF-7,APZMDM," 5.3,102.9, 3.4, 99.9,979.8,999.9, 3.0, 99.9,999.9,999.9{431" +2022-01-16 09:26:36,ax1,PE1RXF-7,APZMDM," 5.4,103.0, 3.5, 99.9,979.6,999.9, 3.1, 99.9,999.9,999.9{432" +2022-01-16 09:36:36,ax1,PE1RXF-7,APZMDM," 5.6,103.1, 3.7, 99.9,978.9,999.9, 3.2, 99.9,999.9,999.9{433" +2022-01-16 09:46:36,ax1,PE1RXF-7,APZMDM," 5.8,103.1, 3.9, 99.9,979.4,999.9, 3.4, 99.9,999.9,999.9{434" +2022-01-16 09:56:35,ax1,PE1RXF-7,APZMDM," 6.0,103.2, 4.3, 99.9,979.7,999.9, 3.7, 99.9,999.9,999.9{435" +2022-01-16 10:06:35,ax1,PE1RXF-7,APZMDM," 6.3,103.1, 4.7, 99.9,979.6,999.9, 4.0, 99.9,999.9,999.9{436" +2022-01-16 10:16:35,ax1,PE1RXF-7,APZMDM," 6.5,103.1, 5.0, 99.9,979.8,999.9, 4.2, 99.9,999.9,999.9{437" +2022-01-16 10:26:35,ax1,PE1RXF-7,APZMDM," 6.9,103.3, 5.6, 99.9,980.0,999.9, 4.6, 99.9,999.9,999.9{438" +2022-01-16 10:36:34,ax1,PE1RXF-7,APZMDM," 7.1,103.0, 5.6, 99.9,980.1,999.9, 4.8, 99.9,999.9,999.9{439" +2022-01-16 10:46:34,ax1,PE1RXF-7,APZMDM," 7.2,102.9, 5.8, 99.9,981.0,999.9, 4.9, 99.9,999.9,999.9{440" +2022-01-16 10:56:34,ax1,PE1RXF-7,APZMDM," 7.3,102.8, 6.0, 99.9,981.2,999.9, 5.0, 99.9,999.9,999.9{441" +2022-01-16 11:07:03,ax1,PE1RXF-7,APZMDM," 7.7,103.3, 6.5, 99.9,980.5,999.9, 5.4, 99.9,999.9,999.9{442" +2022-01-16 11:17:03,ax1,PE1RXF-7,APZMDM," 8.3,103.3, 7.3, 99.9,980.6,999.9, 6.0, 99.9,999.9,999.9{443" +2022-01-16 11:27:03,ax1,PE1RXF-7,APZMDM," 8.4,103.0, 7.3, 99.9,981.3,999.9, 6.1, 99.9,999.9,999.9{444" +2022-01-16 11:37:18,ax1,PE1RXF-7,APZMDM," 8.5,103.0, 7.2, 99.9,981.5,999.9, 6.1, 99.9,999.9,999.9{445" +2022-01-16 11:47:17,ax1,PE1RXF-7,APZMDM," 8.5,103.2, 7.4, 99.9,981.2,999.9, 6.2, 99.9,999.9,999.9{446" +2022-01-16 11:57:17,ax1,PE1RXF-7,APZMDM," 8.7,103.2, 7.8, 99.9,981.0,999.9, 6.5, 99.9,999.9,999.9{447" +2022-01-16 12:07:17,ax1,PE1RXF-7,APZMDM," 8.8,103.1, 7.8, 99.9,979.5,999.9, 6.6, 99.9,999.9,999.9{448" +2022-01-16 12:17:16,ax1,PE1RXF-7,APZMDM," 8.8,103.2, 7.6, 99.9,980.4,999.9, 6.6, 99.9,999.9,999.9{449" +2022-01-16 12:17:32,ax1,PE1RXF-7,APZMDM," 8.8,103.2, 7.6, 99.9,980.4,999.9, 6.6, 99.9,999.9,999.9{449" +2022-01-16 12:27:31,ax1,PE1RXF-7,APZMDM," 8.8,103.3, 7.6, 99.9,979.9,999.9, 6.6, 99.9,999.9,999.9{450" +2022-01-16 12:37:31,ax1,PE1RXF-7,APZMDM," 8.9,103.5, 7.8, 99.9,979.9,999.9, 6.7, 99.9,999.9,999.9{451" +2022-01-16 12:47:31,ax1,PE1RXF-7,APZMDM," 9.0,103.6, 7.9, 99.9,979.7,999.9, 6.8, 99.9,999.9,999.9{452" +2022-01-16 12:57:31,ax1,PE1RXF-7,APZMDM," 9.1,103.4, 7.9, 99.9,979.0,999.9, 6.8, 99.9,999.9,999.9{453" +2022-01-16 13:07:30,ax1,PE1RXF-7,APZMDM," 9.1,103.4, 8.0, 99.9,979.5,999.9, 6.9, 99.9,999.9,999.9{454" +2022-01-16 13:17:30,ax1,PE1RXF-7,APZMDM," 9.1,103.4, 7.9, 99.9,979.0,999.9, 6.8, 99.9,999.9,999.9{455" +2022-01-16 13:27:30,ax1,PE1RXF-7,APZMDM," 9.0,103.1, 7.9, 99.9,980.0,999.9, 6.8, 99.9,999.9,999.9{456" +2022-01-16 13:37:29,ax1,PE1RXF-7,APZMDM," 9.0,103.2, 7.9, 99.9,981.0,999.9, 6.8, 99.9,999.9,999.9{457" +2022-01-16 13:47:44,ax1,PE1RXF-7,APZMDM," 9.1,103.2, 7.9, 99.9,980.8,999.9, 6.8, 99.9,999.9,999.9{458" +2022-01-16 13:57:44,ax1,PE1RXF-7,APZMDM," 9.1,103.0, 8.0, 99.9,979.9,999.9, 6.9, 99.9,999.9,999.9{459" +2022-01-16 13:57:59,ax1,PE1RXF-7,APZMDM," 9.1,103.0, 8.0, 99.9,979.9,999.9, 6.9, 99.9,999.9,999.9{459" +2022-01-16 14:08:14,ax1,PE1RXF-7,APZMDM," 9.2,103.3, 8.0, 99.9,979.6,999.9, 7.0, 99.9,999.9,999.9{460" +2022-01-16 14:18:13,ax1,PE1RXF-7,APZMDM," 9.2,103.1, 8.0, 99.9,980.8,999.9, 6.9, 99.9,999.9,999.9{461" +2022-01-16 14:28:13,ax1,PE1RXF-7,APZMDM," 9.2,102.9, 7.9, 99.9,979.3,999.9, 6.9, 99.9,999.9,999.9{462" +2022-01-16 14:38:13,ax1,PE1RXF-7,APZMDM," 9.1,102.9, 7.9, 99.9,980.0,999.9, 6.9, 99.9,999.9,999.9{463" +2022-01-16 14:48:13,ax1,PE1RXF-7,APZMDM," 9.1,102.9, 7.8, 99.9,981.1,999.9, 6.8, 99.9,999.9,999.9{464" +2022-01-16 14:58:12,ax1,PE1RXF-7,APZMDM," 9.0,102.8, 7.7, 99.9,979.2,999.9, 6.7, 99.9,999.9,999.9{465" +2022-01-16 15:08:12,ax1,PE1RXF-7,APZMDM," 8.9,102.8, 7.6, 99.9,979.5,999.9, 6.7, 99.9,999.9,999.9{466" +2022-01-16 15:18:12,ax1,PE1RXF-7,APZMDM," 8.9,102.6, 7.5, 99.9,978.5,999.9, 6.6, 99.9,999.9,999.9{467" +2022-01-16 15:28:12,ax1,PE1RXF-7,APZMDM," 8.8,102.8, 7.5, 99.9,979.4,999.9, 6.6, 99.9,999.9,999.9{468" +2022-01-16 15:38:11,ax1,PE1RXF-7,APZMDM," 8.9,102.7, 7.5, 99.9,979.0,999.9, 6.6, 99.9,999.9,999.9{469" +2022-01-16 15:48:11,ax1,PE1RXF-7,APZMDM," 8.8,102.8, 7.4, 99.9,980.2,999.9, 6.6, 99.9,999.9,999.9{470" +2022-01-16 15:58:11,ax1,PE1RXF-7,APZMDM," 8.9,102.8, 7.4, 99.9,979.2,999.9, 6.6, 99.9,999.9,999.9{471" +2022-01-16 16:08:26,ax1,PE1RXF-7,APZMDM," 8.8,102.7, 7.2, 99.9,979.9,999.9, 6.6, 99.9,999.9,999.9{472" +2022-01-16 16:18:25,ax1,PE1RXF-7,APZMDM," 8.7,102.8, 7.1, 99.9,979.1,999.9, 6.4, 99.9,999.9,999.9{473" +2022-01-16 16:28:25,ax1,PE1RXF-7,APZMDM," 8.6,103.2, 6.9, 99.9,978.5,999.9, 6.2, 99.9,999.9,999.9{474" +2022-01-16 16:38:25,ax1,PE1RXF-7,APZMDM," 8.4,103.3, 6.8, 99.9,979.1,999.9, 6.1, 99.9,999.9,999.9{475" +2022-01-16 16:48:25,ax1,PE1RXF-7,APZMDM," 8.2,103.0, 6.6, 99.9,978.8,999.9, 5.9, 99.9,999.9,999.9{476" +2022-01-16 16:58:24,ax1,PE1RXF-7,APZMDM," 8.0,103.3, 6.3, 99.9,978.8,999.9, 5.7, 99.9,999.9,999.9{477" +2022-01-16 17:08:24,ax1,PE1RXF-7,APZMDM," 7.9,103.6, 6.2, 99.9,978.3,999.9, 5.6, 99.9,999.9,999.9{478" +2022-01-16 17:18:24,ax1,PE1RXF-7,APZMDM," 7.9,103.7, 6.2, 99.9,978.5,999.9, 5.6, 99.9,999.9,999.9{479" +2022-01-16 17:28:23,ax1,PE1RXF-7,APZMDM," 7.9,103.8, 6.2, 99.9,978.8,999.9, 5.6, 99.9,999.9,999.9{480" +2022-01-16 17:38:23,ax1,PE1RXF-7,APZMDM," 7.9,103.9, 6.1, 99.9,978.9,999.9, 5.6, 99.9,999.9,999.9{481" +2022-01-16 17:48:23,ax1,PE1RXF-7,APZMDM," 7.9,103.8, 6.1, 99.9,978.9,999.9, 5.6, 99.9,999.9,999.9{482" +2022-01-16 17:58:23,ax1,PE1RXF-7,APZMDM," 7.8,103.8, 6.0, 99.9,979.0,999.9, 5.6, 99.9,999.9,999.9{483" +2022-01-16 18:08:22,ax1,PE1RXF-7,APZMDM," 7.8,103.9, 6.0, 99.9,979.6,999.9, 5.5, 99.9,999.9,999.9{484" +2022-01-16 18:18:22,ax1,PE1RXF-7,APZMDM," 7.8,104.0, 6.0, 99.9,979.3,999.9, 5.6, 99.9,999.9,999.9{485" +2022-01-16 18:28:22,ax1,PE1RXF-7,APZMDM," 7.9,104.0, 6.0, 99.9,979.9,999.9, 5.6, 99.9,999.9,999.9{486" +2022-01-16 18:38:22,ax1,PE1RXF-7,APZMDM," 8.0,104.0, 6.1, 99.9,979.5,999.9, 5.8, 99.9,999.9,999.9{487" +2022-01-16 18:48:21,ax1,PE1RXF-7,APZMDM," 8.1,104.1, 6.1, 99.9,979.0,999.9, 5.8, 99.9,999.9,999.9{488" +2022-01-16 18:58:21,ax1,PE1RXF-7,APZMDM," 8.1,104.1, 6.1, 99.9,979.0,999.9, 5.8, 99.9,999.9,999.9{489" +2022-01-16 19:08:21,ax1,PE1RXF-7,APZMDM," 8.1,104.2, 6.1, 99.9,978.6,999.9, 5.8, 99.9,999.9,999.9{490" +2022-01-16 19:18:21,ax1,PE1RXF-7,APZMDM," 8.1,104.3, 6.1, 99.9,978.5,999.9, 5.7, 99.9,999.9,999.9{491" +2022-01-16 19:28:20,ax1,PE1RXF-7,APZMDM," 8.1,104.4, 6.1, 99.9,978.8,999.9, 5.8, 99.9,999.9,999.9{492" +2022-01-16 19:38:20,ax1,PE1RXF-7,APZMDM," 8.1,104.4, 6.1, 99.9,979.7,999.9, 5.8, 99.9,999.9,999.9{493" +2022-01-16 19:48:20,ax1,PE1RXF-7,APZMDM," 8.1,104.4, 6.1, 99.9,979.7,999.9, 5.8, 99.9,999.9,999.9{494" +2022-01-16 19:58:19,ax1,PE1RXF-7,APZMDM," 8.1,104.5, 6.2, 99.9,979.8,999.9, 5.8, 99.9,999.9,999.9{495" +2022-01-16 20:08:19,ax1,PE1RXF-7,APZMDM," 8.1,104.5, 6.2, 99.9,980.0,999.9, 5.8, 99.9,999.9,999.9{496" +2022-01-16 20:18:19,ax1,PE1RXF-7,APZMDM," 8.1,104.6, 6.2, 99.9,979.6,999.9, 5.8, 99.9,999.9,999.9{497" +2022-01-16 20:28:19,ax1,PE1RXF-7,APZMDM," 8.1,104.5, 6.2, 99.9,977.0,999.9, 5.8, 99.9,999.9,999.9{498" +2022-01-16 20:38:18,ax1,PE1RXF-7,APZMDM," 8.1,104.5, 6.2, 99.9,977.1,999.9, 5.8, 99.9,999.9,999.9{499" +2022-01-16 20:38:33,ax1,PE1RXF-7,APZMDM," 8.1,104.5, 6.2, 99.9,977.1,999.9, 5.8, 99.9,999.9,999.9{499" +2022-01-16 20:48:33,ax1,PE1RXF-7,APZMDM," 8.1,104.4, 6.2, 99.9,976.8,999.9, 5.7, 99.9,999.9,999.9{500" +2022-01-16 20:58:33,ax1,PE1RXF-7,APZMDM," 8.0,104.4, 6.1, 99.9,977.3,999.9, 5.7, 99.9,999.9,999.9{501" +2022-01-16 21:08:48,ax1,PE1RXF-7,APZMDM," 8.0,104.4, 6.1, 99.9,977.2,999.9, 5.7, 99.9,999.9,999.9{502" +2022-01-16 21:18:47,ax1,PE1RXF-7,APZMDM," 7.9,104.0, 6.0, 99.9,976.9,999.9, 5.6, 99.9,999.9,999.9{503" +2022-01-16 21:28:47,ax1,PE1RXF-7,APZMDM," 7.5,102.9, 5.8, 99.9,977.0,999.9, 5.2, 99.9,999.9,999.9{504" +2022-01-16 21:38:47,ax1,PE1RXF-7,APZMDM," 7.3,103.5, 5.6, 99.9,976.9,999.9, 5.0, 99.9,999.9,999.9{505" +2022-01-16 21:48:47,ax1,PE1RXF-7,APZMDM," 7.4,104.1, 5.6, 99.9,976.8,999.9, 5.1, 99.9,999.9,999.9{506" +2022-01-16 21:59:01,ax1,PE1RXF-7,APZMDM," 7.6,104.3, 5.7, 99.9,977.1,999.9, 5.3, 99.9,999.9,999.9{507" +2022-01-16 22:09:01,ax1,PE1RXF-7,APZMDM," 7.8,104.3, 5.8, 99.9,976.9,999.9, 5.4, 99.9,999.9,999.9{508" +2022-01-16 22:19:01,ax1,PE1RXF-7,APZMDM," 7.8,104.1, 5.8, 99.9,976.4,999.9, 5.4, 99.9,999.9,999.9{509" +2022-01-16 22:29:00,ax1,PE1RXF-7,APZMDM," 7.7,104.1, 5.7, 99.9,976.4,999.9, 5.4, 99.9,999.9,999.9{510" +2022-01-16 22:39:00,ax1,PE1RXF-7,APZMDM," 7.6,104.2, 5.7, 99.9,977.0,999.9, 5.4, 99.9,999.9,999.9{511" +2022-01-16 22:39:15,ax1,PE1RXF-7,APZMDM," 7.6,104.2, 5.7, 99.9,977.0,999.9, 5.4, 99.9,999.9,999.9{511" +2022-01-16 22:39:30,ax1,PE1RXF-7,APZMDM," 7.6,104.2, 5.7, 99.9,977.0,999.9, 5.4, 99.9,999.9,999.9{511" +2022-01-16 22:49:30,ax1,PE1RXF-7,APZMDM," 7.7,104.2, 5.7, 99.9,976.5,999.9, 5.4, 99.9,999.9,999.9{512" +2022-01-16 22:49:45,ax1,PE1RXF-7,APZMDM," 7.7,104.2, 5.7, 99.9,976.5,999.9, 5.4, 99.9,999.9,999.9{512" +2022-01-16 22:59:45,ax1,PE1RXF-7,APZMDM," 7.7,104.3, 5.8, 99.9,976.4,999.9, 5.4, 99.9,999.9,999.9{513" +2022-01-16 23:09:44,ax1,PE1RXF-7,APZMDM," 7.7,104.0, 5.7, 99.9,975.7,999.9, 5.4, 99.9,999.9,999.9{514" +2022-01-16 23:19:44,ax1,PE1RXF-7,APZMDM," 7.6,104.1, 5.7, 99.9,975.4,999.9, 5.3, 99.9,999.9,999.9{515" +2022-01-16 23:29:44,ax1,PE1RXF-7,APZMDM," 7.5,104.1, 5.7, 99.9,976.8,999.9, 5.2, 99.9,999.9,999.9{516" +2022-01-16 23:39:44,ax1,PE1RXF-7,APZMDM," 7.5,104.1, 5.6, 99.9,977.4,999.9, 5.2, 99.9,999.9,999.9{517" +2022-01-16 23:49:43,ax1,PE1RXF-7,APZMDM," 7.5,104.0, 5.5, 99.9,977.1,999.9, 5.2, 99.9,999.9,999.9{518" +2022-01-16 23:59:43,ax1,PE1RXF-7,APZMDM," 7.4,104.0, 5.5, 99.9,977.2,999.9, 5.1, 99.9,999.9,999.9{519" +2022-01-17 00:09:43,ax1,PE1RXF-7,APZMDM," 7.4,104.0, 5.5, 99.9,976.9,999.9, 5.1, 99.9,999.9,999.9{520" +2022-01-17 00:19:42,ax1,PE1RXF-7,APZMDM," 7.3,104.0, 5.5, 99.9,977.3,999.9, 5.0, 99.9,999.9,999.9{521" +2022-01-17 00:19:57,ax1,PE1RXF-7,APZMDM," 7.3,104.0, 5.5, 99.9,977.3,999.9, 5.0, 99.9,999.9,999.9{521" +2022-01-17 00:29:57,ax1,PE1RXF-7,APZMDM," 7.3,103.9, 5.4, 99.9,977.2,999.9, 5.0, 99.9,999.9,999.9{522" +2022-01-17 00:39:57,ax1,PE1RXF-7,APZMDM," 7.3,103.9, 5.4, 99.9,976.8,999.9, 5.0, 99.9,999.9,999.9{523" +2022-01-17 00:49:57,ax1,PE1RXF-7,APZMDM," 7.2,103.5, 5.3, 99.9,977.3,999.9, 4.9, 99.9,999.9,999.9{524" +2022-01-17 01:00:12,ax1,PE1RXF-7,APZMDM," 6.9,102.4, 5.0, 99.9,977.2,999.9, 4.4, 99.9,999.9,999.9{525" +2022-01-17 01:10:11,ax1,PE1RXF-7,APZMDM," 6.4,101.9, 4.7, 99.9,977.2,999.9, 4.0, 99.9,999.9,999.9{526" +2022-01-17 01:20:11,ax1,PE1RXF-7,APZMDM," 6.2,102.2, 4.5, 99.9,977.2,999.9, 3.7, 99.9,999.9,999.9{527" +2022-01-17 01:30:11,ax1,PE1RXF-7,APZMDM," 6.2,103.0, 4.4, 99.9,977.1,999.9, 3.8, 99.9,999.9,999.9{528" +2022-01-17 01:40:10,ax1,PE1RXF-7,APZMDM," 6.3,103.2, 4.4, 99.9,976.9,999.9, 3.9, 99.9,999.9,999.9{529" +2022-01-17 01:50:10,ax1,PE1RXF-7,APZMDM," 6.3,103.1, 4.4, 99.9,976.6,999.9, 3.9, 99.9,999.9,999.9{530" +2022-01-17 02:00:10,ax1,PE1RXF-7,APZMDM," 6.4,103.2, 4.4, 99.9,976.9,999.9, 4.0, 99.9,999.9,999.9{531" +2022-01-17 02:10:09,ax1,PE1RXF-7,APZMDM," 6.4,103.2, 4.4, 99.9,977.0,999.9, 4.0, 99.9,999.9,999.9{532" +2022-01-17 02:20:09,ax1,PE1RXF-7,APZMDM," 6.5,103.2, 4.5, 99.9,976.7,999.9, 4.1, 99.9,999.9,999.9{533" +2022-01-17 02:30:09,ax1,PE1RXF-7,APZMDM," 6.6,103.2, 4.5, 99.9,977.0,999.9, 4.2, 99.9,999.9,999.9{534" +2022-01-17 02:40:09,ax1,PE1RXF-7,APZMDM," 6.5,103.0, 4.5, 99.9,977.0,999.9, 4.1, 99.9,999.9,999.9{535" +2022-01-17 02:40:24,ax1,PE1RXF-7,APZMDM," 6.5,103.0, 4.5, 99.9,977.0,999.9, 4.1, 99.9,999.9,999.9{535" +2022-01-17 02:50:23,ax1,PE1RXF-7,APZMDM," 6.5,103.1, 4.5, 99.9,977.7,999.9, 4.1, 99.9,999.9,999.9{536" +2022-01-17 02:50:38,ax1,PE1RXF-7,APZMDM," 6.5,103.1, 4.5, 99.9,977.7,999.9, 4.1, 99.9,999.9,999.9{536" +2022-01-17 02:50:53,ax1,PE1RXF-7,APZMDM," 6.5,103.1, 4.5, 99.9,977.7,999.9, 4.1, 99.9,999.9,999.9{536" +2022-01-17 03:00:53,ax1,PE1RXF-7,APZMDM," 6.5,103.1, 4.5, 99.9,977.0,999.9, 4.1, 99.9,999.9,999.9{537" +2022-01-17 03:10:53,ax1,PE1RXF-7,APZMDM," 6.5,103.1, 4.5, 99.9,977.3,999.9, 4.1, 99.9,999.9,999.9{538" +2022-01-17 03:11:08,ax1,PE1RXF-7,APZMDM," 6.5,103.1, 4.5, 99.9,977.3,999.9, 4.1, 99.9,999.9,999.9{538" +2022-01-17 03:21:07,ax1,PE1RXF-7,APZMDM," 6.4,102.7, 4.4, 99.9,976.9,999.9, 4.0, 99.9,999.9,999.9{539" +2022-01-17 03:21:22,ax1,PE1RXF-7,APZMDM," 6.4,102.7, 4.4, 99.9,976.9,999.9, 4.0, 99.9,999.9,999.9{539" +2022-01-17 03:31:22,ax1,PE1RXF-7,APZMDM," 6.2,102.4, 4.3, 99.9,976.5,999.9, 3.8, 99.9,999.9,999.9{540" +2022-01-17 03:41:22,ax1,PE1RXF-7,APZMDM," 6.1,102.2, 4.1, 99.9,976.9,999.9, 3.6, 99.9,999.9,999.9{541" +2022-01-17 03:51:37,ax1,PE1RXF-7,APZMDM," 5.9,102.1, 4.0, 99.9,976.8,999.9, 3.5, 99.9,999.9,999.9{542" +2022-01-17 04:01:36,ax1,PE1RXF-7,APZMDM," 5.8,102.1, 3.9, 99.9,976.6,999.9, 3.4, 99.9,999.9,999.9{543" +2022-01-17 04:11:36,ax1,PE1RXF-7,APZMDM," 5.7,102.1, 3.8, 99.9,976.4,999.9, 3.3, 99.9,999.9,999.9{544" +2022-01-17 04:21:36,ax1,PE1RXF-7,APZMDM," 5.7,102.3, 3.7, 99.9,976.7,999.9, 3.3, 99.9,999.9,999.9{545" +2022-01-17 04:31:36,ax1,PE1RXF-7,APZMDM," 5.8,102.6, 3.8, 99.9,976.4,999.9, 3.5, 99.9,999.9,999.9{546" +2022-01-17 04:41:35,ax1,PE1RXF-7,APZMDM," 6.1,103.0, 4.0, 99.9,976.5,999.9, 3.7, 99.9,999.9,999.9{547" +2022-01-17 04:51:35,ax1,PE1RXF-7,APZMDM," 6.3,103.1, 4.1, 99.9,976.8,999.9, 4.0, 99.9,999.9,999.9{548" +2022-01-17 05:01:35,ax1,PE1RXF-7,APZMDM," 6.6,103.0, 4.4, 99.9,976.8,999.9, 4.3, 99.9,999.9,999.9{549" +2022-01-17 05:11:34,ax1,PE1RXF-7,APZMDM," 6.7,103.0, 4.5, 99.9,976.5,999.9, 4.4, 99.9,999.9,999.9{550" +2022-01-17 05:11:49,ax1,PE1RXF-7,APZMDM," 6.7,103.0, 4.5, 99.9,976.5,999.9, 4.4, 99.9,999.9,999.9{550" +2022-01-17 05:21:49,ax1,PE1RXF-7,APZMDM," 6.8,102.9, 4.6, 99.9,976.9,999.9, 4.5, 99.9,999.9,999.9{551" +2022-01-17 05:31:49,ax1,PE1RXF-7,APZMDM," 6.7,102.4, 4.5, 99.9,976.5,999.9, 4.2, 99.9,999.9,999.9{552" +2022-01-17 05:41:48,ax1,PE1RXF-7,APZMDM," 6.6,102.7, 4.5, 99.9,976.5,999.9, 4.2, 99.9,999.9,999.9{553" +2022-01-17 05:52:03,ax1,PE1RXF-7,APZMDM," 6.7,103.0, 4.6, 99.9,976.5,999.9, 4.3, 99.9,999.9,999.9{554" +2022-01-17 06:02:03,ax1,PE1RXF-7,APZMDM," 6.8,103.0, 4.7, 99.9,976.5,999.9, 4.5, 99.9,999.9,999.9{555" +2022-01-17 06:12:03,ax1,PE1RXF-7,APZMDM," 6.9,103.0, 4.8, 99.9,976.5,999.9, 4.6, 99.9,999.9,999.9{556" +2022-01-17 06:22:17,ax1,PE1RXF-7,APZMDM," 7.1,103.0, 4.9, 99.9,976.1,999.9, 4.7, 99.9,999.9,999.9{557" +2022-01-17 06:32:17,ax1,PE1RXF-7,APZMDM," 7.1,102.9, 4.9, 99.9,975.9,999.9, 4.8, 99.9,999.9,999.9{558" +2022-01-17 06:42:17,ax1,PE1RXF-7,APZMDM," 7.2,102.9, 5.0, 99.9,976.2,999.9, 4.8, 99.9,999.9,999.9{559" +2022-01-17 06:52:17,ax1,PE1RXF-7,APZMDM," 7.2,103.0, 5.1, 99.9,976.1,999.9, 4.9, 99.9,999.9,999.9{560" +2022-01-17 07:02:16,ax1,PE1RXF-7,APZMDM," 7.3,103.1, 5.1, 99.9,977.1,999.9, 4.9, 99.9,999.9,999.9{561" +2022-01-17 07:12:16,ax1,PE1RXF-7,APZMDM," 7.4,103.1, 5.2, 99.9,977.1,999.9, 5.0, 99.9,999.9,999.9{562" +2022-01-17 07:22:16,ax1,PE1RXF-7,APZMDM," 7.4,103.1, 5.3, 99.9,976.8,999.9, 5.1, 99.9,999.9,999.9{563" +2022-01-17 07:32:15,ax1,PE1RXF-7,APZMDM," 7.5,103.1, 5.3, 99.9,977.1,999.9, 5.2, 99.9,999.9,999.9{564" +2022-01-17 07:42:15,ax1,PE1RXF-7,APZMDM," 7.6,103.1, 5.4, 99.9,976.9,999.9, 5.3, 99.9,999.9,999.9{565" +2022-01-17 07:52:30,ax1,PE1RXF-7,APZMDM," 7.7,103.2, 5.5, 99.9,976.6,999.9, 5.3, 99.9,999.9,999.9{566" +2022-01-17 08:02:30,ax1,PE1RXF-7,APZMDM," 7.7,103.3, 5.5, 99.9,977.0,999.9, 5.4, 99.9,999.9,999.9{567" +2022-01-17 08:12:30,ax1,PE1RXF-7,APZMDM," 7.7,103.3, 5.6, 99.9,976.7,999.9, 5.4, 99.9,999.9,999.9{568" +2022-01-17 08:22:29,ax1,PE1RXF-7,APZMDM," 7.8,103.3, 5.6, 99.9,977.2,999.9, 5.4, 99.9,999.9,999.9{569" +2022-01-17 08:22:59,ax1,PE1RXF-7,APZMDM," 7.8,103.3, 5.6, 99.9,977.2,999.9, 5.4, 99.9,999.9,999.9{569" +2022-01-17 08:33:00,ax1,PE1RXF-7,APZMDM," 7.8,103.4, 5.7, 99.9,976.8,999.9, 5.5, 99.9,999.9,999.9{570" +2022-01-17 08:42:59,ax1,PE1RXF-7,APZMDM," 7.9,103.5, 5.8, 99.9,977.2,999.9, 5.6, 99.9,999.9,999.9{571" +2022-01-17 08:52:59,ax1,PE1RXF-7,APZMDM," 8.0,103.5, 6.0, 99.9,976.9,999.9, 5.7, 99.9,999.9,999.9{572" +2022-01-17 09:02:59,ax1,PE1RXF-7,APZMDM," 8.2,103.5, 6.1, 99.9,977.4,999.9, 5.9, 99.9,999.9,999.9{573" +2022-01-17 09:03:14,ax1,PE1RXF-7,APZMDM," 8.2,103.5, 6.1, 99.9,977.4,999.9, 5.9, 99.9,999.9,999.9{573" +2022-01-17 09:13:28,ax1,PE1RXF-7,APZMDM," 8.4,103.6, 6.3, 99.9,977.2,999.9, 6.0, 99.9,999.9,999.9{574" +2022-01-17 09:23:28,ax1,PE1RXF-7,APZMDM," 8.5,103.6, 6.6, 99.9,977.3,999.9, 6.2, 99.9,999.9,999.9{575" +2022-01-17 09:33:28,ax1,PE1RXF-7,APZMDM," 8.7,103.5, 6.7, 99.9,977.4,999.9, 6.3, 99.9,999.9,999.9{576" +2022-01-17 09:43:28,ax1,PE1RXF-7,APZMDM," 8.9,103.5, 7.0, 99.9,977.1,999.9, 6.5, 99.9,999.9,999.9{577" +2022-01-17 09:53:28,ax1,PE1RXF-7,APZMDM," 9.1,103.5, 7.2, 99.9,977.1,999.9, 6.7, 99.9,999.9,999.9{578" +2022-01-17 10:03:27,ax1,PE1RXF-7,APZMDM," 9.3,103.4, 7.5, 99.9,977.4,999.9, 6.9, 99.9,999.9,999.9{579" +2022-01-17 10:13:27,ax1,PE1RXF-7,APZMDM," 9.3,103.4, 7.6, 99.9,977.4,999.9, 7.0, 99.9,999.9,999.9{580" +2022-01-17 10:23:27,ax1,PE1RXF-7,APZMDM," 9.5,103.3, 7.7, 99.9,977.2,999.9, 7.1, 99.9,999.9,999.9{581" +2022-01-17 10:33:27,ax1,PE1RXF-7,APZMDM," 9.9,103.6, 8.4, 99.9,978.3,999.9, 7.4, 99.9,999.9,999.9{582" +2022-01-17 10:43:27,ax1,PE1RXF-7,APZMDM," 10.4,103.2, 9.1, 99.9,977.5,999.9, 8.0, 99.9,999.9,999.9{583" +2022-01-17 10:53:41,ax1,PE1RXF-7,APZMDM," 10.9,103.4, 9.8, 99.9,977.3,999.9, 8.5, 99.9,999.9,999.9{584" +2022-01-17 11:03:41,ax1,PE1RXF-7,APZMDM," 11.2,103.1, 9.9, 99.9,977.9,999.9, 8.8, 99.9,999.9,999.9{585" +2022-01-17 11:13:56,ax1,PE1RXF-7,APZMDM," 11.4,102.9, 10.3, 99.9,977.5,999.9, 9.1, 99.9,999.9,999.9{586" +2022-01-17 11:24:11,ax1,PE1RXF-7,APZMDM," 11.8,103.1, 10.8, 99.9,977.7,999.9, 9.5, 99.9,999.9,999.9{587" +2022-01-17 11:34:11,ax1,PE1RXF-7,APZMDM," 12.2,102.6, 11.4, 99.9,978.1,999.9, 9.8, 99.9,999.9,999.9{588" +2022-01-17 11:44:25,ax1,PE1RXF-7,APZMDM," 12.6,102.6, 11.9, 99.9,977.7,999.9, 10.3, 99.9,999.9,999.9{589" +2022-01-17 11:54:40,ax1,PE1RXF-7,APZMDM," 12.5,102.4, 11.6, 99.9,978.1,999.9, 10.2, 99.9,999.9,999.9{590" +2022-01-17 12:04:40,ax1,PE1RXF-7,APZMDM," 12.1,102.4, 11.2, 99.9,977.8,999.9, 10.0, 99.9,999.9,999.9{591" +2022-01-17 12:14:55,ax1,PE1RXF-7,APZMDM," 12.0,102.9, 11.3, 99.9,977.6,999.9, 9.8, 99.9,999.9,999.9{592" +2022-01-17 12:24:55,ax1,PE1RXF-7,APZMDM," 12.5,103.1, 12.0, 99.9,978.2,999.9, 10.2, 99.9,999.9,999.9{593" +2022-01-17 12:35:10,ax1,PE1RXF-7,APZMDM," 12.4,102.7, 11.7, 99.9,977.9,999.9, 10.2, 99.9,999.9,999.9{594" +2022-01-17 12:45:09,ax1,PE1RXF-7,APZMDM," 12.3,102.8, 11.6, 99.9,978.0,999.9, 10.1, 99.9,999.9,999.9{595" +2022-01-17 12:55:09,ax1,PE1RXF-7,APZMDM," 12.2,102.4, 11.6, 99.9,978.1,999.9, 10.0, 99.9,999.9,999.9{596" +2022-01-17 13:05:09,ax1,PE1RXF-7,APZMDM," 12.9,101.5, 12.4, 99.9,977.9,999.9, 10.4, 99.9,999.9,999.9{597" +2022-01-17 13:15:09,ax1,PE1RXF-7,APZMDM," 14.0,99.8, 13.2, 99.9,977.9,999.9, 11.5, 99.9,999.9,999.9{598" +2022-01-17 13:25:09,ax1,PE1RXF-7,APZMDM," 13.6,100.3, 12.9, 99.9,978.2,999.9, 11.3, 99.9,999.9,999.9{599" +2022-01-17 13:35:08,ax1,PE1RXF-7,APZMDM," 14.1,99.9, 13.7, 99.9,977.9,999.9, 11.8, 99.9,999.9,999.9{600" +2022-01-17 13:45:08,ax1,PE1RXF-7,APZMDM," 14.3,99.2, 13.5, 99.9,977.7,999.9, 12.0, 99.9,999.9,999.9{601" +2022-01-17 13:55:08,ax1,PE1RXF-7,APZMDM," 13.7,100.0, 13.2, 99.9,977.7,999.9, 11.6, 99.9,999.9,999.9{602" +2022-01-17 14:05:08,ax1,PE1RXF-7,APZMDM," 13.2,100.3, 12.7, 99.9,977.5,999.9, 11.1, 99.9,999.9,999.9{603" +2022-01-17 14:15:07,ax1,PE1RXF-7,APZMDM," 12.9,100.9, 12.5, 99.9,977.1,999.9, 10.9, 99.9,999.9,999.9{604" +2022-01-17 14:25:07,ax1,PE1RXF-7,APZMDM," 12.9,101.0, 12.5, 99.9,978.0,999.9, 10.8, 99.9,999.9,999.9{605" +2022-01-17 14:25:22,ax1,PE1RXF-7,APZMDM," 12.9,101.0, 12.5, 99.9,978.0,999.9, 10.8, 99.9,999.9,999.9{605" +2022-01-17 14:35:22,ax1,PE1RXF-7,APZMDM," 13.2,100.8, 12.9, 99.9,977.8,999.9, 11.3, 99.9,999.9,999.9{606" +2022-01-17 14:45:22,ax1,PE1RXF-7,APZMDM," 13.4,100.3, 12.9, 99.9,978.7,999.9, 11.3, 99.9,999.9,999.9{607" +2022-01-17 14:55:21,ax1,PE1RXF-7,APZMDM," 14.4,99.7, 14.1, 99.9,978.9,999.9, 13.2, 99.9,999.9,999.9{608" +2022-01-17 15:05:21,ax1,PE1RXF-7,APZMDM," 15.2,98.3, 14.6, 99.9,978.7,999.9, 14.2, 99.9,999.9,999.9{609" +2022-01-17 15:15:21,ax1,PE1RXF-7,APZMDM," 14.9,97.0, 14.3, 99.9,978.8,999.9, 13.6, 99.9,999.9,999.9{610" +2022-01-17 15:25:21,ax1,PE1RXF-7,APZMDM," 14.1,97.4, 14.0, 99.9,978.8,999.9, 12.4, 99.9,999.9,999.9{611" +2022-01-17 15:25:36,ax1,PE1RXF-7,APZMDM," 14.1,97.4, 14.0, 99.9,978.8,999.9, 12.4, 99.9,999.9,999.9{611" +2022-01-17 15:25:51,ax1,PE1RXF-7,APZMDM," 14.1,97.4, 14.0, 99.9,978.8,999.9, 12.4, 99.9,999.9,999.9{611" +2022-01-17 15:35:50,ax1,PE1RXF-7,APZMDM," 14.0,97.5, 14.5, 99.9,978.9,999.9, 14.2, 99.9,999.9,999.9{612" +2022-01-17 15:36:05,ax1,PE1RXF-7,APZMDM," 14.0,97.5, 14.5, 99.9,978.9,999.9, 14.2, 99.9,999.9,999.9{612" +2022-01-17 15:46:05,ax1,PE1RXF-7,APZMDM," 13.6,96.7, 14.0, 99.9,979.1,999.9, 13.1, 99.9,999.9,999.9{613" +2022-01-17 15:56:20,ax1,PE1RXF-7,APZMDM," 12.7,95.8, 12.8, 99.9,979.2,999.9, 11.4, 99.9,999.9,999.9{614" +2022-01-17 15:56:35,ax1,PE1RXF-7,APZMDM," 12.7,95.8, 12.8, 99.9,979.2,999.9, 11.4, 99.9,999.9,999.9{614" +2022-01-17 16:06:35,ax1,PE1RXF-7,APZMDM," 11.5,95.7, 11.5, 99.9,978.6,999.9, 9.8, 99.9,999.9,999.9{615" +2022-01-17 16:16:35,ax1,PE1RXF-7,APZMDM," 10.5,96.1, 10.5, 99.9,978.7,999.9, 8.7, 99.9,999.9,999.9{616" +2022-01-17 16:26:34,ax1,PE1RXF-7,APZMDM," 9.8,97.3, 9.6, 99.9,978.0,999.9, 7.9, 99.9,999.9,999.9{617" +2022-01-17 16:36:34,ax1,PE1RXF-7,APZMDM," 9.3,98.0, 8.8, 99.9,978.1,999.9, 7.3, 99.9,999.9,999.9{618" +2022-01-17 16:46:34,ax1,PE1RXF-7,APZMDM," 8.9,98.4, 8.2, 99.9,977.8,999.9, 6.8, 99.9,999.9,999.9{619" +2022-01-17 16:46:49,ax1,PE1RXF-7,APZMDM," 8.9,98.4, 8.2, 99.9,977.8,999.9, 6.8, 99.9,999.9,999.9{619" +2022-01-17 16:56:48,ax1,PE1RXF-7,APZMDM," 8.5,98.8, 7.6, 99.9,977.9,999.9, 6.4, 99.9,999.9,999.9{620" +2022-01-17 16:57:04,ax1,PE1RXF-7,APZMDM," 8.5,98.8, 7.6, 99.9,977.9,999.9, 6.4, 99.9,999.9,999.9{620" +2022-01-17 17:07:03,ax1,PE1RXF-7,APZMDM," 8.2,99.1, 7.2, 99.9,977.7,999.9, 6.0, 99.9,999.9,999.9{621" +2022-01-17 17:07:18,ax1,PE1RXF-7,APZMDM," 8.2,99.1, 7.2, 99.9,977.7,999.9, 6.0, 99.9,999.9,999.9{621" +2022-01-17 17:17:18,ax1,PE1RXF-7,APZMDM," 7.9,99.3, 6.8, 99.9,978.0,999.9, 5.7, 99.9,999.9,999.9{622" +2022-01-17 17:27:18,ax1,PE1RXF-7,APZMDM," 7.7,99.7, 6.5, 99.9,978.1,999.9, 5.5, 99.9,999.9,999.9{623" +2022-01-17 17:37:32,ax1,PE1RXF-7,APZMDM," 7.6,99.6, 6.3, 99.9,977.4,999.9, 5.3, 99.9,999.9,999.9{624" +2022-01-17 17:47:32,ax1,PE1RXF-7,APZMDM," 7.3,99.5, 5.9, 99.9,977.8,999.9, 5.1, 99.9,999.9,999.9{625" +2022-01-17 17:57:32,ax1,PE1RXF-7,APZMDM," 7.1,99.5, 5.7, 99.9,978.3,999.9, 4.8, 99.9,999.9,999.9{626" +2022-01-17 18:07:32,ax1,PE1RXF-7,APZMDM," 6.9,99.5, 5.5, 99.9,977.8,999.9, 4.7, 99.9,999.9,999.9{627" +2022-01-17 18:17:31,ax1,PE1RXF-7,APZMDM," 6.8,99.7, 5.2, 99.9,977.9,999.9, 4.5, 99.9,999.9,999.9{628" +2022-01-17 18:27:46,ax1,PE1RXF-7,APZMDM," 6.7,99.6, 5.1, 99.9,977.3,999.9, 4.4, 99.9,999.9,999.9{629" +2022-01-17 18:37:46,ax1,PE1RXF-7,APZMDM," 6.6,99.6, 4.9, 99.9,977.3,999.9, 4.3, 99.9,999.9,999.9{630" +2022-01-17 18:47:46,ax1,PE1RXF-7,APZMDM," 6.4,99.7, 4.8, 99.9,977.7,999.9, 4.1, 99.9,999.9,999.9{631" +2022-01-17 18:58:00,ax1,PE1RXF-7,APZMDM," 6.4,100.0, 4.7, 99.9,977.2,999.9, 4.1, 99.9,999.9,999.9{632" +2022-01-17 19:08:00,ax1,PE1RXF-7,APZMDM," 6.4,99.8, 4.7, 99.9,977.2,999.9, 4.1, 99.9,999.9,999.9{633" +2022-01-17 19:08:15,ax1,PE1RXF-7,APZMDM," 6.4,99.8, 4.7, 99.9,977.2,999.9, 4.1, 99.9,999.9,999.9{633" +2022-01-17 19:18:15,ax1,PE1RXF-7,APZMDM," 6.3,99.7, 4.6, 99.9,977.0,999.9, 4.0, 99.9,999.9,999.9{634" +2022-01-17 19:28:14,ax1,PE1RXF-7,APZMDM," 6.3,99.8, 4.5, 99.9,977.0,999.9, 4.0, 99.9,999.9,999.9{635" +2022-01-17 19:38:14,ax1,PE1RXF-7,APZMDM," 6.2,100.2, 4.4, 99.9,977.7,999.9, 3.9, 99.9,999.9,999.9{636" +2022-01-17 19:48:14,ax1,PE1RXF-7,APZMDM," 6.3,100.9, 4.5, 99.9,977.3,999.9, 4.1, 99.9,999.9,999.9{637" +2022-01-17 19:58:14,ax1,PE1RXF-7,APZMDM," 6.6,101.1, 4.6, 99.9,977.5,999.9, 4.3, 99.9,999.9,999.9{638" +2022-01-17 20:08:13,ax1,PE1RXF-7,APZMDM," 6.8,101.4, 4.8, 99.9,977.1,999.9, 4.4, 99.9,999.9,999.9{639" +2022-01-17 20:18:13,ax1,PE1RXF-7,APZMDM," 7.1,101.8, 5.0, 99.9,977.4,999.9, 4.8, 99.9,999.9,999.9{640" +2022-01-17 20:28:13,ax1,PE1RXF-7,APZMDM," 7.4,102.0, 5.2, 99.9,977.1,999.9, 5.1, 99.9,999.9,999.9{641" +2022-01-17 20:38:13,ax1,PE1RXF-7,APZMDM," 7.6,102.1, 5.4, 99.9,977.1,999.9, 5.4, 99.9,999.9,999.9{642" +2022-01-17 20:48:12,ax1,PE1RXF-7,APZMDM," 7.8,102.1, 5.6, 99.9,977.4,999.9, 5.5, 99.9,999.9,999.9{643" +2022-01-17 20:58:12,ax1,PE1RXF-7,APZMDM," 8.0,102.1, 5.8, 99.9,977.6,999.9, 5.7, 99.9,999.9,999.9{644" +2022-01-17 21:08:12,ax1,PE1RXF-7,APZMDM," 8.1,102.2, 5.9, 99.9,977.6,999.9, 5.9, 99.9,999.9,999.9{645" +2022-01-17 21:18:11,ax1,PE1RXF-7,APZMDM," 8.2,102.2, 6.0, 99.9,977.8,999.9, 5.9, 99.9,999.9,999.9{646" +2022-01-17 21:28:11,ax1,PE1RXF-7,APZMDM," 8.2,102.2, 6.1, 99.9,977.6,999.9, 6.0, 99.9,999.9,999.9{647" +2022-01-17 21:38:11,ax1,PE1RXF-7,APZMDM," 8.2,102.2, 6.2, 99.9,977.7,999.9, 6.0, 99.9,999.9,999.9{648" +2022-01-17 21:48:11,ax1,PE1RXF-7,APZMDM," 8.3,102.3, 6.2, 99.9,976.6,999.9, 6.1, 99.9,999.9,999.9{649" +2022-01-17 21:58:10,ax1,PE1RXF-7,APZMDM," 8.2,101.8, 6.2, 99.9,977.3,999.9, 5.9, 99.9,999.9,999.9{650" +2022-01-17 22:08:10,ax1,PE1RXF-7,APZMDM," 7.8,101.1, 6.0, 99.9,977.7,999.9, 5.5, 99.9,999.9,999.9{651" +2022-01-17 22:18:10,ax1,PE1RXF-7,APZMDM," 7.7,101.8, 5.9, 99.9,978.3,999.9, 5.5, 99.9,999.9,999.9{652" +2022-01-17 22:18:25,ax1,PE1RXF-7,APZMDM," 7.7,101.8, 5.9, 99.9,978.3,999.9, 5.5, 99.9,999.9,999.9{652" +2022-01-17 22:28:25,ax1,PE1RXF-7,APZMDM," 7.7,102.0, 5.9, 99.9,978.1,999.9, 5.5, 99.9,999.9,999.9{653" +2022-01-17 22:38:24,ax1,PE1RXF-7,APZMDM," 7.5,101.1, 5.7, 99.9,977.6,999.9, 5.2, 99.9,999.9,999.9{654" +2022-01-17 22:48:24,ax1,PE1RXF-7,APZMDM," 7.3,101.5, 5.5, 99.9,977.9,999.9, 5.0, 99.9,999.9,999.9{655" +2022-01-17 22:48:39,ax1,PE1RXF-7,APZMDM," 7.3,101.5, 5.5, 99.9,977.9,999.9, 5.0, 99.9,999.9,999.9{655" +2022-01-17 22:58:39,ax1,PE1RXF-7,APZMDM," 7.3,102.1, 5.6, 99.9,978.4,999.9, 5.1, 99.9,999.9,999.9{656" +2022-01-17 23:08:38,ax1,PE1RXF-7,APZMDM," 7.5,102.4, 5.6, 99.9,978.3,999.9, 5.2, 99.9,999.9,999.9{657" +2022-01-17 23:18:38,ax1,PE1RXF-7,APZMDM," 7.7,102.6, 5.7, 99.9,978.3,999.9, 5.4, 99.9,999.9,999.9{658" +2022-01-17 23:28:38,ax1,PE1RXF-7,APZMDM," 7.8,102.7, 5.8, 99.9,978.1,999.9, 5.5, 99.9,999.9,999.9{659" +2022-01-17 23:38:38,ax1,PE1RXF-7,APZMDM," 7.8,102.4, 5.8, 99.9,978.0,999.9, 5.5, 99.9,999.9,999.9{660" +2022-01-17 23:48:37,ax1,PE1RXF-7,APZMDM," 7.7,102.6, 5.7, 99.9,977.8,999.9, 5.4, 99.9,999.9,999.9{661" +2022-01-17 23:58:52,ax1,PE1RXF-7,APZMDM," 7.7,102.7, 5.8, 99.9,978.2,999.9, 5.4, 99.9,999.9,999.9{662" +2022-01-18 00:09:07,ax1,PE1RXF-7,APZMDM," 7.7,102.6, 5.8, 99.9,978.3,999.9, 5.4, 99.9,999.9,999.9{663" +2022-01-18 00:19:07,ax1,PE1RXF-7,APZMDM," 7.7,103.0, 5.8, 99.9,977.9,999.9, 5.5, 99.9,999.9,999.9{664" +2022-01-18 00:29:06,ax1,PE1RXF-7,APZMDM," 7.9,103.1, 5.9, 99.9,978.2,999.9, 5.6, 99.9,999.9,999.9{665" +2022-01-18 00:29:21,ax1,PE1RXF-7,APZMDM," 7.9,103.1, 5.9, 99.9,978.2,999.9, 5.6, 99.9,999.9,999.9{665" +2022-01-18 00:39:21,ax1,PE1RXF-7,APZMDM," 7.9,103.1, 5.9, 99.9,978.3,999.9, 5.6, 99.9,999.9,999.9{666" +2022-01-18 00:49:21,ax1,PE1RXF-7,APZMDM," 8.0,103.1, 6.0, 99.9,978.2,999.9, 5.7, 99.9,999.9,999.9{667" +2022-01-18 00:49:36,ax1,PE1RXF-7,APZMDM," 8.0,103.1, 6.0, 99.9,978.2,999.9, 5.7, 99.9,999.9,999.9{667" +2022-01-18 00:59:35,ax1,PE1RXF-7,APZMDM," 8.0,103.1, 6.0, 99.9,978.5,999.9, 5.7, 99.9,999.9,999.9{668" +2022-01-18 01:09:35,ax1,PE1RXF-7,APZMDM," 8.0,102.9, 6.0, 99.9,978.7,999.9, 5.7, 99.9,999.9,999.9{669" +2022-01-18 01:19:35,ax1,PE1RXF-7,APZMDM," 7.8,102.6, 5.9, 99.9,978.3,999.9, 5.5, 99.9,999.9,999.9{670" +2022-01-18 01:29:35,ax1,PE1RXF-7,APZMDM," 7.6,102.3, 5.8, 99.9,978.1,999.9, 5.4, 99.9,999.9,999.9{671" +2022-01-18 01:40:04,ax1,PE1RXF-7,APZMDM," 7.4,101.8, 5.6, 99.9,978.4,999.9, 5.1, 99.9,999.9,999.9{672" +2022-01-18 01:50:04,ax1,PE1RXF-7,APZMDM," 7.1,101.6, 5.3, 99.9,978.4,999.9, 4.8, 99.9,999.9,999.9{673" +2022-01-18 01:50:19,ax1,PE1RXF-7,APZMDM," 7.1,101.6, 5.3, 99.9,978.4,999.9, 4.8, 99.9,999.9,999.9{673" +2022-01-18 02:00:19,ax1,PE1RXF-7,APZMDM," 7.0,102.3, 5.2, 99.9,977.7,999.9, 4.7, 99.9,999.9,999.9{674" +2022-01-18 02:10:19,ax1,PE1RXF-7,APZMDM," 7.1,102.8, 5.3, 99.9,978.1,999.9, 4.9, 99.9,999.9,999.9{675" +2022-01-18 02:20:19,ax1,PE1RXF-7,APZMDM," 7.3,103.0, 5.4, 99.9,978.0,999.9, 5.1, 99.9,999.9,999.9{676" +2022-01-18 02:30:20,ax1,PE1RXF-7,APZMDM," 7.6,103.2, 5.6, 99.9,977.5,999.9, 5.3, 99.9,999.9,999.9{677" +2022-01-18 02:30:33,ax1,PE1RXF-7,APZMDM," 7.6,103.2, 5.6, 99.9,977.5,999.9, 5.3, 99.9,999.9,999.9{677" +2022-01-18 02:40:33,ax1,PE1RXF-7,APZMDM," 7.6,102.7, 5.6, 99.9,977.5,999.9, 5.3, 99.9,999.9,999.9{678" +2022-01-18 02:50:33,ax1,PE1RXF-7,APZMDM," 7.5,102.7, 5.5, 99.9,978.0,999.9, 5.2, 99.9,999.9,999.9{679" +2022-01-18 03:00:33,ax1,PE1RXF-7,APZMDM," 7.4,102.6, 5.5, 99.9,977.7,999.9, 5.1, 99.9,999.9,999.9{680" +2022-01-18 03:00:48,ax1,PE1RXF-7,APZMDM," 7.4,102.6, 5.5, 99.9,977.7,999.9, 5.1, 99.9,999.9,999.9{680" +2022-01-18 03:01:03,ax1,PE1RXF-7,APZMDM," 7.4,102.6, 5.5, 99.9,977.7,999.9, 5.1, 99.9,999.9,999.9{680" +2022-01-18 03:11:03,ax1,PE1RXF-7,APZMDM," 7.3,102.6, 5.4, 99.9,977.9,999.9, 5.0, 99.9,999.9,999.9{681" +2022-01-18 03:21:02,ax1,PE1RXF-7,APZMDM," 7.3,102.6, 5.4, 99.9,977.7,999.9, 5.0, 99.9,999.9,999.9{682" +2022-01-18 03:31:02,ax1,PE1RXF-7,APZMDM," 7.4,103.1, 5.5, 99.9,977.2,999.9, 5.1, 99.9,999.9,999.9{683" +2022-01-18 03:41:17,ax1,PE1RXF-7,APZMDM," 7.6,103.4, 5.6, 99.9,977.7,999.9, 5.3, 99.9,999.9,999.9{684" +2022-01-18 03:51:17,ax1,PE1RXF-7,APZMDM," 7.7,103.4, 5.7, 99.9,977.6,999.9, 5.4, 99.9,999.9,999.9{685" +2022-01-18 04:01:31,ax1,PE1RXF-7,APZMDM," 7.8,103.4, 5.8, 99.9,977.7,999.9, 5.5, 99.9,999.9,999.9{686" +2022-01-18 04:01:46,ax1,PE1RXF-7,APZMDM," 7.8,103.4, 5.8, 99.9,977.7,999.9, 5.5, 99.9,999.9,999.9{686" +2022-01-18 04:11:46,ax1,PE1RXF-7,APZMDM," 7.9,103.5, 5.9, 99.9,977.3,999.9, 5.6, 99.9,999.9,999.9{687" +2022-01-18 04:21:46,ax1,PE1RXF-7,APZMDM," 8.0,103.6, 5.9, 99.9,977.3,999.9, 5.6, 99.9,999.9,999.9{688" +2022-01-18 04:32:01,ax1,PE1RXF-7,APZMDM," 8.0,103.6, 6.0, 99.9,977.7,999.9, 5.7, 99.9,999.9,999.9{689" +2022-01-18 04:42:00,ax1,PE1RXF-7,APZMDM," 8.1,103.7, 6.0, 99.9,977.7,999.9, 5.7, 99.9,999.9,999.9{690" +2022-01-18 04:52:00,ax1,PE1RXF-7,APZMDM," 8.1,103.7, 6.1, 99.9,977.1,999.9, 5.7, 99.9,999.9,999.9{691" +2022-01-18 05:02:15,ax1,PE1RXF-7,APZMDM," 8.1,103.7, 6.1, 99.9,977.4,999.9, 5.8, 99.9,999.9,999.9{692" +2022-01-18 05:12:14,ax1,PE1RXF-7,APZMDM," 8.1,103.7, 6.2, 99.9,977.4,999.9, 5.8, 99.9,999.9,999.9{693" +2022-01-18 05:12:29,ax1,PE1RXF-7,APZMDM," 8.1,103.7, 6.2, 99.9,977.4,999.9, 5.8, 99.9,999.9,999.9{693" +2022-01-18 05:22:29,ax1,PE1RXF-7,APZMDM," 8.1,103.7, 6.2, 99.9,978.0,999.9, 5.8, 99.9,999.9,999.9{694" +2022-01-18 05:32:29,ax1,PE1RXF-7,APZMDM," 8.2,103.7, 6.2, 99.9,977.6,999.9, 5.9, 99.9,999.9,999.9{695" +2022-01-18 05:42:28,ax1,PE1RXF-7,APZMDM," 8.1,103.6, 6.2, 99.9,977.4,999.9, 5.9, 99.9,999.9,999.9{696" +2022-01-18 05:52:28,ax1,PE1RXF-7,APZMDM," 8.1,103.5, 6.2, 99.9,978.0,999.9, 5.9, 99.9,999.9,999.9{697" +2022-01-18 06:02:28,ax1,PE1RXF-7,APZMDM," 8.1,103.5, 6.2, 99.9,977.9,999.9, 5.9, 99.9,999.9,999.9{698" +2022-01-18 06:12:28,ax1,PE1RXF-7,APZMDM," 8.1,103.6, 6.2, 99.9,977.4,999.9, 5.9, 99.9,999.9,999.9{699" +2022-01-18 06:22:27,ax1,PE1RXF-7,APZMDM," 8.1,103.6, 6.2, 99.9,977.9,999.9, 5.8, 99.9,999.9,999.9{700" +2022-01-18 06:32:27,ax1,PE1RXF-7,APZMDM," 8.1,103.6, 6.2, 99.9,977.8,999.9, 5.8, 99.9,999.9,999.9{701" +2022-01-18 06:42:27,ax1,PE1RXF-7,APZMDM," 8.1,103.7, 6.2, 99.9,977.3,999.9, 5.8, 99.9,999.9,999.9{702" +2022-01-18 06:52:27,ax1,PE1RXF-7,APZMDM," 8.0,103.7, 6.1, 99.9,977.9,999.9, 5.8, 99.9,999.9,999.9{703" +2022-01-18 07:02:26,ax1,PE1RXF-7,APZMDM," 8.0,103.8, 6.1, 99.9,977.8,999.9, 5.7, 99.9,999.9,999.9{704" +2022-01-18 07:12:26,ax1,PE1RXF-7,APZMDM," 8.0,103.8, 6.1, 99.9,978.0,999.9, 5.7, 99.9,999.9,999.9{705" +2022-01-18 07:22:26,ax1,PE1RXF-7,APZMDM," 8.0,103.7, 6.1, 99.9,977.5,999.9, 5.7, 99.9,999.9,999.9{706" +2022-01-18 07:32:40,ax1,PE1RXF-7,APZMDM," 8.0,103.8, 6.1, 99.9,977.9,999.9, 5.7, 99.9,999.9,999.9{707" +2022-01-18 07:42:40,ax1,PE1RXF-7,APZMDM," 8.0,103.8, 6.1, 99.9,977.5,999.9, 5.7, 99.9,999.9,999.9{708" +2022-01-18 07:42:55,ax1,PE1RXF-7,APZMDM," 8.0,103.8, 6.1, 99.9,977.5,999.9, 5.7, 99.9,999.9,999.9{708" +2022-01-18 07:52:55,ax1,PE1RXF-7,APZMDM," 8.0,103.9, 6.0, 99.9,978.1,999.9, 5.7, 99.9,999.9,999.9{709" +2022-01-18 08:02:55,ax1,PE1RXF-7,APZMDM," 8.0,103.8, 6.0, 99.9,978.0,999.9, 5.7, 99.9,999.9,999.9{710" +2022-01-18 08:12:54,ax1,PE1RXF-7,APZMDM," 7.9,103.9, 6.0, 99.9,977.5,999.9, 5.7, 99.9,999.9,999.9{711" +2022-01-18 08:23:24,ax1,PE1RXF-7,APZMDM," 7.9,103.9, 6.0, 99.9,977.5,999.9, 5.6, 99.9,999.9,999.9{712" +2022-01-18 08:33:24,ax1,PE1RXF-7,APZMDM," 7.9,104.0, 6.0, 99.9,977.5,999.9, 5.6, 99.9,999.9,999.9{713" +2022-01-18 08:43:24,ax1,PE1RXF-7,APZMDM," 7.9,104.1, 6.0, 99.9,978.1,999.9, 5.5, 99.9,999.9,999.9{714" +2022-01-18 08:43:39,ax1,PE1RXF-7,APZMDM," 7.9,104.1, 6.0, 99.9,978.1,999.9, 5.5, 99.9,999.9,999.9{714" +2022-01-18 08:53:38,ax1,PE1RXF-7,APZMDM," 7.9,104.1, 6.1, 99.9,978.1,999.9, 5.6, 99.9,999.9,999.9{715" +2022-01-18 09:03:38,ax1,PE1RXF-7,APZMDM," 8.0,104.2, 6.2, 99.9,977.9,999.9, 5.6, 99.9,999.9,999.9{716" +2022-01-18 09:13:38,ax1,PE1RXF-7,APZMDM," 8.1,104.1, 6.4, 99.9,977.8,999.9, 5.7, 99.9,999.9,999.9{717" +2022-01-18 09:23:38,ax1,PE1RXF-7,APZMDM," 8.2,104.2, 6.6, 99.9,977.5,999.9, 5.9, 99.9,999.9,999.9{718" +2022-01-18 09:33:37,ax1,PE1RXF-7,APZMDM," 8.4,104.2, 6.8, 99.9,977.1,999.9, 6.0, 99.9,999.9,999.9{719" +2022-01-18 09:43:37,ax1,PE1RXF-7,APZMDM," 8.5,104.3, 7.1, 99.9,977.9,999.9, 6.2, 99.9,999.9,999.9{720" +2022-01-18 09:53:52,ax1,PE1RXF-7,APZMDM," 8.7,104.2, 7.3, 99.9,978.6,999.9, 6.4, 99.9,999.9,999.9{721" +2022-01-18 10:03:51,ax1,PE1RXF-7,APZMDM," 8.8,104.1, 7.4, 99.9,978.1,999.9, 6.5, 99.9,999.9,999.9{722" +2022-01-18 10:13:51,ax1,PE1RXF-7,APZMDM," 9.0,104.2, 7.6, 99.9,978.9,999.9, 6.7, 99.9,999.9,999.9{723" +2022-01-18 10:23:51,ax1,PE1RXF-7,APZMDM," 9.1,104.3, 7.8, 99.9,978.7,999.9, 6.9, 99.9,999.9,999.9{724" +2022-01-18 10:33:51,ax1,PE1RXF-7,APZMDM," 9.3,104.3, 8.1, 99.9,978.9,999.9, 7.1, 99.9,999.9,999.9{725" +2022-01-18 10:44:05,ax1,PE1RXF-7,APZMDM," 9.6,104.5, 8.6, 99.9,978.7,999.9, 7.4, 99.9,999.9,999.9{726" +2022-01-18 10:54:05,ax1,PE1RXF-7,APZMDM," 10.0,104.3, 9.0, 99.9,978.8,999.9, 7.7, 99.9,999.9,999.9{727" +2022-01-18 11:04:05,ax1,PE1RXF-7,APZMDM," 10.3,103.9, 9.5, 99.9,979.5,999.9, 8.0, 99.9,999.9,999.9{728" +2022-01-18 11:14:05,ax1,PE1RXF-7,APZMDM," 10.7,103.7, 9.9, 99.9,979.2,999.9, 8.3, 99.9,999.9,999.9{729" +2022-01-18 11:24:04,ax1,PE1RXF-7,APZMDM," 11.0,103.7, 10.4, 99.9,979.0,999.9, 8.7, 99.9,999.9,999.9{730" +2022-01-18 11:34:04,ax1,PE1RXF-7,APZMDM," 11.3,103.5, 10.9, 99.9,978.9,999.9, 9.0, 99.9,999.9,999.9{731" +2022-01-18 11:44:04,ax1,PE1RXF-7,APZMDM," 11.7,103.2, 11.3, 99.9,979.5,999.9, 9.3, 99.9,999.9,999.9{732" +2022-01-18 11:54:04,ax1,PE1RXF-7,APZMDM," 12.4,102.7, 12.1, 99.9,979.5,999.9, 9.8, 99.9,999.9,999.9{733" +2022-01-18 12:04:03,ax1,PE1RXF-7,APZMDM," 12.5,102.0, 12.3, 99.9,979.3,999.9, 10.0, 99.9,999.9,999.9{734" +2022-01-18 12:14:03,ax1,PE1RXF-7,APZMDM," 12.7,101.9, 12.7, 99.9,979.3,999.9, 10.2, 99.9,999.9,999.9{735" +2022-01-18 12:24:03,ax1,PE1RXF-7,APZMDM," 12.9,101.6, 13.0, 99.9,979.8,999.9, 10.4, 99.9,999.9,999.9{736" +2022-01-18 12:34:03,ax1,PE1RXF-7,APZMDM," 13.2,101.8, 13.5, 99.9,980.0,999.9, 10.8, 99.9,999.9,999.9{737" +2022-01-18 12:44:17,ax1,PE1RXF-7,APZMDM," 13.2,101.1, 13.3, 99.9,980.5,999.9, 10.7, 99.9,999.9,999.9{738" +2022-01-18 12:54:17,ax1,PE1RXF-7,APZMDM," 13.4,101.5, 13.8, 99.9,980.4,999.9, 11.0, 99.9,999.9,999.9{739" +2022-01-18 12:54:32,ax1,PE1RXF-7,APZMDM," 13.4,101.5, 13.8, 99.9,980.4,999.9, 11.0, 99.9,999.9,999.9{739" +2022-01-18 13:04:32,ax1,PE1RXF-7,APZMDM," 13.7,101.0, 14.0, 99.9,980.0,999.9, 11.2, 99.9,999.9,999.9{740" +2022-01-18 13:14:47,ax1,PE1RXF-7,APZMDM," 13.5,100.6, 13.8, 99.9,979.7,999.9, 11.1, 99.9,999.9,999.9{741" +2022-01-18 13:24:47,ax1,PE1RXF-7,APZMDM," 13.2,100.6, 13.6, 99.9,980.7,999.9, 10.9, 99.9,999.9,999.9{742" +2022-01-18 13:35:01,ax1,PE1RXF-7,APZMDM," 13.2,100.6, 13.7, 99.9,979.9,999.9, 10.9, 99.9,999.9,999.9{743" +2022-01-18 13:35:16,ax1,PE1RXF-7,APZMDM," 13.2,100.6, 13.7, 99.9,979.9,999.9, 10.9, 99.9,999.9,999.9{743" +2022-01-18 13:45:16,ax1,PE1RXF-7,APZMDM," 12.9,100.7, 13.3, 99.9,980.0,999.9, 10.6, 99.9,999.9,999.9{744" +2022-01-18 13:55:16,ax1,PE1RXF-7,APZMDM," 12.8,101.0, 13.1, 99.9,980.5,999.9, 10.5, 99.9,999.9,999.9{745" +2022-01-18 14:05:16,ax1,PE1RXF-7,APZMDM," 12.4,101.2, 12.6, 99.9,980.2,999.9, 10.3, 99.9,999.9,999.9{746" +2022-01-18 14:15:16,ax1,PE1RXF-7,APZMDM," 12.2,101.3, 12.2, 99.9,980.1,999.9, 10.0, 99.9,999.9,999.9{747" +2022-01-18 14:25:15,ax1,PE1RXF-7,APZMDM," 12.0,101.3, 11.9, 99.9,980.0,999.9, 9.7, 99.9,999.9,999.9{748" +2022-01-18 14:35:15,ax1,PE1RXF-7,APZMDM," 11.9,101.3, 11.7, 99.9,979.8,999.9, 9.6, 99.9,999.9,999.9{749" +2022-01-18 14:56:15,ax1,PE1RXF-7,APZMDM," 11.6,101.1, 11.3, 99.9,979.9,999.9, 9.3, 99.9,999.9,999.9{751" +2022-01-18 14:56:30,ax1,PE1RXF-7,APZMDM," 11.6,101.1, 11.3, 99.9,979.9,999.9, 9.3, 99.9,999.9,999.9{751" +2022-01-18 14:56:45,ax1,PE1RXF-7,APZMDM," 11.6,101.1, 11.3, 99.9,979.9,999.9, 9.3, 99.9,999.9,999.9{751" +2022-01-18 15:06:44,ax1,PE1RXF-7,APZMDM," 11.2,101.0, 10.9, 99.9,979.7,999.9, 9.0, 99.9,999.9,999.9{752" +2022-01-18 15:16:44,ax1,PE1RXF-7,APZMDM," 10.9,101.5, 10.7, 99.9,979.8,999.9, 8.8, 99.9,999.9,999.9{753" +2022-01-18 15:16:59,ax1,PE1RXF-7,APZMDM," 10.9,101.5, 10.7, 99.9,979.8,999.9, 8.8, 99.9,999.9,999.9{753" +2022-01-18 15:26:59,ax1,PE1RXF-7,APZMDM," 10.9,101.3, 10.7, 99.9,979.9,999.9, 8.8, 99.9,999.9,999.9{754" +2022-01-18 15:36:59,ax1,PE1RXF-7,APZMDM," 11.0,100.8, 10.6, 99.9,979.8,999.9, 9.1, 99.9,999.9,999.9{755" +2022-01-18 15:37:14,ax1,PE1RXF-7,APZMDM," 11.0,100.8, 10.6, 99.9,979.8,999.9, 9.1, 99.9,999.9,999.9{755" +2022-01-18 15:47:14,ax1,PE1RXF-7,APZMDM," 11.0,100.3, 10.5, 99.9,979.5,999.9, 9.0, 99.9,999.9,999.9{756" +2022-01-18 15:57:13,ax1,PE1RXF-7,APZMDM," 11.0,100.1, 10.6, 99.9,979.6,999.9, 9.3, 99.9,999.9,999.9{757" +2022-01-18 16:07:13,ax1,PE1RXF-7,APZMDM," 11.0,99.6, 10.5, 99.9,979.6,999.9, 9.2, 99.9,999.9,999.9{758" +2022-01-18 16:17:13,ax1,PE1RXF-7,APZMDM," 10.4,98.8, 9.7, 99.9,980.1,999.9, 8.5, 99.9,999.9,999.9{759" +2022-01-18 16:49:13,ax1,PE1RXF-7,APZMDM," 8.2,100.2, 7.5, 99.9,978.8,999.9, 6.3, 99.9,999.9,999.9{762" +2022-01-18 16:59:12,ax1,PE1RXF-7,APZMDM," 8.1,101.0, 7.1, 99.9,979.1,999.9, 6.1, 99.9,999.9,999.9{763" +2022-01-18 17:20:12,ax1,PE1RXF-7,APZMDM," 7.9,101.9, 6.7, 99.9,979.7,999.9, 5.9, 99.9,999.9,999.9{765" +2022-01-18 17:20:27,ax1,PE1RXF-7,APZMDM," 7.9,101.9, 6.7, 99.9,979.7,999.9, 5.9, 99.9,999.9,999.9{765" +2022-01-18 17:20:42,ax1,PE1RXF-7,APZMDM," 7.9,101.9, 6.7, 99.9,979.7,999.9, 5.9, 99.9,999.9,999.9{765" +2022-01-18 17:30:42,ax1,PE1RXF-7,APZMDM," 7.9,101.8, 6.5, 99.9,979.6,999.9, 5.8, 99.9,999.9,999.9{766" +2022-01-18 17:40:42,ax1,PE1RXF-7,APZMDM," 7.8,102.0, 6.3, 99.9,979.8,999.9, 5.7, 99.9,999.9,999.9{767" +2022-01-18 17:50:41,ax1,PE1RXF-7,APZMDM," 7.8,102.2, 6.2, 99.9,979.6,999.9, 5.6, 99.9,999.9,999.9{768" +2022-01-18 18:00:41,ax1,PE1RXF-7,APZMDM," 7.7,102.3, 6.1, 99.9,979.6,999.9, 5.6, 99.9,999.9,999.9{769" +2022-01-18 18:10:41,ax1,PE1RXF-7,APZMDM," 7.7,102.5, 6.1, 99.9,979.4,999.9, 5.5, 99.9,999.9,999.9{770" +2022-01-18 18:20:41,ax1,PE1RXF-7,APZMDM," 7.7,102.6, 6.0, 99.9,979.5,999.9, 5.5, 99.9,999.9,999.9{771" +2022-01-18 18:30:43,ax1,PE1RXF-7,APZMDM," 7.7,102.8, 6.0, 99.9,979.2,999.9, 5.5, 99.9,999.9,999.9{772" +2022-01-18 18:40:44,ax1,PE1RXF-7,APZMDM," 7.7,102.9, 6.0, 99.9,979.3,999.9, 5.5, 99.9,999.9,999.9{773" +2022-01-18 18:50:40,ax1,PE1RXF-7,APZMDM," 7.7,102.9, 6.0, 99.9,979.4,999.9, 5.5, 99.9,999.9,999.9{774" +2022-01-18 19:00:40,ax1,PE1RXF-7,APZMDM," 7.7,103.0, 6.0, 99.9,979.3,999.9, 5.5, 99.9,999.9,999.9{775" +2022-01-18 19:10:40,ax1,PE1RXF-7,APZMDM," 7.7,103.0, 6.0, 99.9,978.8,999.9, 5.5, 99.9,999.9,999.9{776" +2022-01-18 19:20:39,ax1,PE1RXF-7,APZMDM," 7.7,103.1, 5.9, 99.9,979.4,999.9, 5.5, 99.9,999.9,999.9{777" +2022-01-18 19:30:39,ax1,PE1RXF-7,APZMDM," 7.7,103.0, 5.9, 99.9,979.2,999.9, 5.4, 99.9,999.9,999.9{778" +2022-01-18 19:40:39,ax1,PE1RXF-7,APZMDM," 7.6,103.0, 5.8, 99.9,979.2,999.9, 5.4, 99.9,999.9,999.9{779" +2022-01-18 19:50:39,ax1,PE1RXF-7,APZMDM," 7.5,102.9, 5.8, 99.9,979.0,999.9, 5.3, 99.9,999.9,999.9{780" +2022-01-18 19:50:54,ax1,PE1RXF-7,APZMDM," 7.5,102.9, 5.8, 99.9,979.0,999.9, 5.3, 99.9,999.9,999.9{780" +2022-01-18 20:01:09,ax1,PE1RXF-7,APZMDM," 7.5,103.0, 5.7, 99.9,979.5,999.9, 5.2, 99.9,999.9,999.9{781" +2022-01-18 20:11:08,ax1,PE1RXF-7,APZMDM," 7.4,103.0, 5.7, 99.9,979.7,999.9, 5.2, 99.9,999.9,999.9{782" +2022-01-18 20:32:08,ax1,PE1RXF-7,APZMDM," 7.2,102.8, 5.5, 99.9,979.6,999.9, 5.0, 99.9,999.9,999.9{784" +2022-01-18 20:32:23,ax1,PE1RXF-7,APZMDM," 7.2,102.8, 5.5, 99.9,979.6,999.9, 5.0, 99.9,999.9,999.9{784" +2022-01-18 20:32:38,ax1,PE1RXF-7,APZMDM," 7.2,102.8, 5.5, 99.9,979.6,999.9, 5.0, 99.9,999.9,999.9{784" +2022-01-18 20:32:53,ax1,PE1RXF-7,APZMDM," 7.2,102.8, 5.5, 99.9,979.6,999.9, 5.0, 99.9,999.9,999.9{784" +2022-01-18 20:42:53,ax1,PE1RXF-7,APZMDM," 7.1,102.8, 5.5, 99.9,979.0,999.9, 4.9, 99.9,999.9,999.9{785" +2022-01-18 20:52:52,ax1,PE1RXF-7,APZMDM," 7.0,102.8, 5.4, 99.9,979.9,999.9, 4.8, 99.9,999.9,999.9{786" +2022-01-18 21:02:52,ax1,PE1RXF-7,APZMDM," 7.0,102.8, 5.3, 99.9,979.3,999.9, 4.7, 99.9,999.9,999.9{787" +2022-01-18 21:12:52,ax1,PE1RXF-7,APZMDM," 6.9,102.8, 5.2, 99.9,979.0,999.9, 4.7, 99.9,999.9,999.9{788" +2022-01-18 21:22:52,ax1,PE1RXF-7,APZMDM," 6.8,102.9, 5.2, 99.9,979.1,999.9, 4.6, 99.9,999.9,999.9{789" +2022-01-18 21:32:51,ax1,PE1RXF-7,APZMDM," 6.8,102.9, 5.1, 99.9,979.1,999.9, 4.6, 99.9,999.9,999.9{790" +2022-01-18 21:42:51,ax1,PE1RXF-7,APZMDM," 6.8,102.9, 5.1, 99.9,979.0,999.9, 4.5, 99.9,999.9,999.9{791" +2022-01-18 21:52:51,ax1,PE1RXF-7,APZMDM," 6.7,103.0, 5.0, 99.9,979.4,999.9, 4.5, 99.9,999.9,999.9{792" +2022-01-18 22:02:50,ax1,PE1RXF-7,APZMDM," 6.7,103.0, 5.0, 99.9,979.3,999.9, 4.5, 99.9,999.9,999.9{793" +2022-01-18 22:12:50,ax1,PE1RXF-7,APZMDM," 6.7,102.9, 4.9, 99.9,979.5,999.9, 4.5, 99.9,999.9,999.9{794" +2022-01-18 22:22:50,ax1,PE1RXF-7,APZMDM," 6.6,103.0, 4.9, 99.9,979.0,999.9, 4.4, 99.9,999.9,999.9{795" +2022-01-18 22:32:50,ax1,PE1RXF-7,APZMDM," 6.6,102.8, 4.8, 99.9,979.2,999.9, 4.3, 99.9,999.9,999.9{796" +2022-01-18 22:42:49,ax1,PE1RXF-7,APZMDM," 6.5,102.9, 4.8, 99.9,979.1,999.9, 4.3, 99.9,999.9,999.9{797" +2022-01-18 22:52:49,ax1,PE1RXF-7,APZMDM," 6.5,102.8, 4.7, 99.9,979.4,999.9, 4.2, 99.9,999.9,999.9{798" +2022-01-18 23:02:49,ax1,PE1RXF-7,APZMDM," 6.4,102.8, 4.7, 99.9,979.3,999.9, 4.2, 99.9,999.9,999.9{799" +2022-01-18 23:12:49,ax1,PE1RXF-7,APZMDM," 6.3,102.7, 4.6, 99.9,978.9,999.9, 4.1, 99.9,999.9,999.9{800" +2022-01-18 23:22:48,ax1,PE1RXF-7,APZMDM," 6.2,102.8, 4.6, 99.9,979.4,999.9, 4.0, 99.9,999.9,999.9{801" +2022-01-18 23:32:48,ax1,PE1RXF-7,APZMDM," 6.2,102.6, 4.5, 99.9,979.0,999.9, 4.0, 99.9,999.9,999.9{802" +2022-01-18 23:33:03,ax1,PE1RXF-7,APZMDM," 6.2,102.6, 4.5, 99.9,979.0,999.9, 4.0, 99.9,999.9,999.9{802" +2022-01-18 23:33:18,ax1,PE1RXF-7,APZMDM," 6.2,102.6, 4.5, 99.9,979.0,999.9, 4.0, 99.9,999.9,999.9{802" +2022-01-18 23:43:18,ax1,PE1RXF-7,APZMDM," 6.1,102.7, 4.4, 99.9,979.3,999.9, 3.9, 99.9,999.9,999.9{803" +2022-01-18 23:53:17,ax1,PE1RXF-7,APZMDM," 6.1,102.8, 4.5, 99.9,978.8,999.9, 3.9, 99.9,999.9,999.9{804" +2022-01-19 00:03:17,ax1,PE1RXF-7,APZMDM," 6.1,102.8, 4.5, 99.9,979.1,999.9, 3.9, 99.9,999.9,999.9{805" +2022-01-19 00:13:17,ax1,PE1RXF-7,APZMDM," 6.1,102.9, 4.4, 99.9,978.5,999.9, 3.9, 99.9,999.9,999.9{806" +2022-01-19 00:23:17,ax1,PE1RXF-7,APZMDM," 6.1,102.9, 4.4, 99.9,978.8,999.9, 3.9, 99.9,999.9,999.9{807" +2022-01-19 00:33:16,ax1,PE1RXF-7,APZMDM," 6.2,102.9, 4.4, 99.9,978.9,999.9, 3.9, 99.9,999.9,999.9{808" +2022-01-19 00:43:16,ax1,PE1RXF-7,APZMDM," 6.2,103.0, 4.4, 99.9,978.8,999.9, 3.9, 99.9,999.9,999.9{809" +2022-01-19 00:53:16,ax1,PE1RXF-7,APZMDM," 6.2,103.0, 4.4, 99.9,978.9,999.9, 3.9, 99.9,999.9,999.9{810" +2022-01-19 01:03:30,ax1,PE1RXF-7,APZMDM," 6.2,103.0, 4.4, 99.9,978.4,999.9, 3.9, 99.9,999.9,999.9{811" +2022-01-19 01:13:30,ax1,PE1RXF-7,APZMDM," 6.1,103.0, 4.4, 99.9,978.7,999.9, 3.9, 99.9,999.9,999.9{812" +2022-01-19 01:23:30,ax1,PE1RXF-7,APZMDM," 6.2,103.0, 4.4, 99.9,978.6,999.9, 3.9, 99.9,999.9,999.9{813" +2022-01-19 01:33:30,ax1,PE1RXF-7,APZMDM," 6.2,103.1, 4.4, 99.9,978.8,999.9, 3.9, 99.9,999.9,999.9{814" +2022-01-19 01:43:29,ax1,PE1RXF-7,APZMDM," 6.2,103.1, 4.4, 99.9,978.9,999.9, 3.9, 99.9,999.9,999.9{815" +2022-01-19 01:53:29,ax1,PE1RXF-7,APZMDM," 6.2,103.1, 4.4, 99.9,979.0,999.9, 4.0, 99.9,999.9,999.9{816" +2022-01-19 02:03:29,ax1,PE1RXF-7,APZMDM," 6.2,103.1, 4.4, 99.9,978.5,999.9, 4.0, 99.9,999.9,999.9{817" +2022-01-19 02:13:29,ax1,PE1RXF-7,APZMDM," 6.2,103.1, 4.4, 99.9,978.8,999.9, 4.0, 99.9,999.9,999.9{818" +2022-01-19 02:13:43,ax1,PE1RXF-7,APZMDM," 6.2,103.1, 4.4, 99.9,978.8,999.9, 4.0, 99.9,999.9,999.9{818" +2022-01-19 02:23:43,ax1,PE1RXF-7,APZMDM," 6.2,103.1, 4.4, 99.9,979.1,999.9, 3.9, 99.9,999.9,999.9{819" +2022-01-19 02:33:43,ax1,PE1RXF-7,APZMDM," 6.1,103.1, 4.4, 99.9,979.5,999.9, 3.9, 99.9,999.9,999.9{820" +2022-01-19 02:43:43,ax1,PE1RXF-7,APZMDM," 6.1,103.1, 4.4, 99.9,978.8,999.9, 3.9, 99.9,999.9,999.9{821" +2022-01-19 02:53:42,ax1,PE1RXF-7,APZMDM," 6.1,102.9, 4.3, 99.9,978.9,999.9, 3.8, 99.9,999.9,999.9{822" +2022-01-19 03:03:42,ax1,PE1RXF-7,APZMDM," 6.0,103.0, 4.2, 99.9,979.3,999.9, 3.8, 99.9,999.9,999.9{823" +2022-01-19 03:13:42,ax1,PE1RXF-7,APZMDM," 6.0,103.0, 4.2, 99.9,978.7,999.9, 3.8, 99.9,999.9,999.9{824" +2022-01-19 03:23:42,ax1,PE1RXF-7,APZMDM," 5.9,102.3, 4.1, 99.9,978.9,999.9, 3.6, 99.9,999.9,999.9{825" +2022-01-19 03:23:56,ax1,PE1RXF-7,APZMDM," 5.9,102.3, 4.1, 99.9,978.9,999.9, 3.6, 99.9,999.9,999.9{825" +2022-01-19 03:33:56,ax1,PE1RXF-7,APZMDM," 5.5,101.4, 3.7, 99.9,978.9,999.9, 3.1, 99.9,999.9,999.9{826" +2022-01-19 03:43:56,ax1,PE1RXF-7,APZMDM," 5.0,100.8, 3.4, 99.9,978.3,999.9, 2.6, 99.9,999.9,999.9{827" +2022-01-19 03:53:56,ax1,PE1RXF-7,APZMDM," 4.6,100.5, 3.0, 99.9,978.4,999.9, 2.1, 99.9,999.9,999.9{828" +2022-01-19 04:03:55,ax1,PE1RXF-7,APZMDM," 4.2,100.5, 2.6, 99.9,978.4,999.9, 1.7, 99.9,999.9,999.9{829" +2022-01-19 04:13:55,ax1,PE1RXF-7,APZMDM," 3.9,100.6, 2.3, 99.9,978.7,999.9, 1.5, 99.9,999.9,999.9{830" +2022-01-19 04:23:55,ax1,PE1RXF-7,APZMDM," 3.8,100.5, 2.1, 99.9,977.5,999.9, 1.3, 99.9,999.9,999.9{831" +2022-01-19 04:33:55,ax1,PE1RXF-7,APZMDM," 3.6,100.5, 1.9, 99.9,979.1,999.9, 1.2, 99.9,999.9,999.9{832" +2022-01-19 04:43:54,ax1,PE1RXF-7,APZMDM," 3.5,100.7, 1.7, 99.9,978.7,999.9, 1.1, 99.9,999.9,999.9{833" +2022-01-19 04:53:54,ax1,PE1RXF-7,APZMDM," 3.5,100.8, 1.7, 99.9,978.6,999.9, 1.1, 99.9,999.9,999.9{834" +2022-01-19 05:03:54,ax1,PE1RXF-7,APZMDM," 3.6,101.2, 1.7, 99.9,978.6,999.9, 1.2, 99.9,999.9,999.9{835" +2022-01-19 05:13:53,ax1,PE1RXF-7,APZMDM," 3.8,101.5, 1.7, 99.9,978.4,999.9, 1.3, 99.9,999.9,999.9{836" +2022-01-19 05:24:08,ax1,PE1RXF-7,APZMDM," 4.0,102.0, 1.8, 99.9,978.4,999.9, 1.5, 99.9,999.9,999.9{837" +2022-01-19 05:34:23,ax1,PE1RXF-7,APZMDM," 4.4,102.6, 2.1, 99.9,978.3,999.9, 1.9, 99.9,999.9,999.9{838" +2022-01-19 05:44:22,ax1,PE1RXF-7,APZMDM," 4.6,102.5, 2.4, 99.9,979.0,999.9, 2.1, 99.9,999.9,999.9{839" +2022-01-19 05:54:22,ax1,PE1RXF-7,APZMDM," 4.7,102.5, 2.5, 99.9,979.1,999.9, 2.3, 99.9,999.9,999.9{840" +2022-01-19 05:54:37,ax1,PE1RXF-7,APZMDM," 4.7,102.5, 2.5, 99.9,979.1,999.9, 2.3, 99.9,999.9,999.9{840" +2022-01-19 06:04:37,ax1,PE1RXF-7,APZMDM," 4.7,102.2, 2.6, 99.9,979.1,999.9, 2.3, 99.9,999.9,999.9{841" +2022-01-19 06:14:37,ax1,PE1RXF-7,APZMDM," 4.6,102.2, 2.6, 99.9,979.2,999.9, 2.2, 99.9,999.9,999.9{842" +2022-01-19 06:15:22,ax1,PE1RXF-7,APZMDM," 4.6,102.2, 2.6, 99.9,979.2,999.9, 2.2, 99.9,999.9,999.9{842" +2022-01-19 06:25:21,ax1,PE1RXF-7,APZMDM," 4.6,102.3, 2.7, 99.9,979.6,999.9, 2.3, 99.9,999.9,999.9{843" +2022-01-19 06:35:21,ax1,PE1RXF-7,APZMDM," 4.6,102.5, 2.7, 99.9,979.3,999.9, 2.3, 99.9,999.9,999.9{844" +2022-01-19 06:35:36,ax1,PE1RXF-7,APZMDM," 4.6,102.5, 2.7, 99.9,979.3,999.9, 2.3, 99.9,999.9,999.9{844" +2022-01-19 06:45:36,ax1,PE1RXF-7,APZMDM," 4.7,102.5, 2.7, 99.9,979.4,999.9, 2.3, 99.9,999.9,999.9{845" +2022-01-19 06:55:50,ax1,PE1RXF-7,APZMDM," 4.7,102.4, 2.8, 99.9,979.2,999.9, 2.3, 99.9,999.9,999.9{846" +2022-01-19 07:05:50,ax1,PE1RXF-7,APZMDM," 4.7,102.4, 2.8, 99.9,978.6,999.9, 2.3, 99.9,999.9,999.9{847" +2022-01-19 07:06:05,ax1,PE1RXF-7,APZMDM," 4.7,102.4, 2.8, 99.9,978.6,999.9, 2.3, 99.9,999.9,999.9{847" +2022-01-19 07:16:05,ax1,PE1RXF-7,APZMDM," 4.7,102.6, 2.8, 99.9,978.8,999.9, 2.3, 99.9,999.9,999.9{848" +2022-01-19 07:26:04,ax1,PE1RXF-7,APZMDM," 4.7,102.7, 2.8, 99.9,978.4,999.9, 2.4, 99.9,999.9,999.9{849" +2022-01-19 07:36:04,ax1,PE1RXF-7,APZMDM," 4.8,102.7, 2.9, 99.9,978.7,999.9, 2.4, 99.9,999.9,999.9{850" +2022-01-19 07:46:19,ax1,PE1RXF-7,APZMDM," 4.9,102.8, 2.9, 99.9,979.0,999.9, 2.5, 99.9,999.9,999.9{851" +2022-01-19 07:56:19,ax1,PE1RXF-7,APZMDM," 4.9,102.7, 3.0, 99.9,978.7,999.9, 2.5, 99.9,999.9,999.9{852" +2022-01-19 08:06:18,ax1,PE1RXF-7,APZMDM," 4.9,102.7, 3.0, 99.9,979.8,999.9, 2.5, 99.9,999.9,999.9{853" +2022-01-19 08:16:48,ax1,PE1RXF-7,APZMDM," 4.9,102.8, 3.0, 99.9,979.8,999.9, 2.5, 99.9,999.9,999.9{854" +2022-01-19 08:26:48,ax1,PE1RXF-7,APZMDM," 4.9,102.8, 3.1, 99.9,979.1,999.9, 2.6, 99.9,999.9,999.9{855" +2022-01-19 08:37:02,ax1,PE1RXF-7,APZMDM," 4.9,102.7, 3.1, 99.9,978.7,999.9, 2.6, 99.9,999.9,999.9{856" +2022-01-19 08:47:02,ax1,PE1RXF-7,APZMDM," 5.0,102.7, 3.1, 99.9,979.0,999.9, 2.6, 99.9,999.9,999.9{857" +2022-01-19 08:47:17,ax1,PE1RXF-7,APZMDM," 5.0,102.7, 3.1, 99.9,979.0,999.9, 2.6, 99.9,999.9,999.9{857" +2022-01-19 08:57:17,ax1,PE1RXF-7,APZMDM," 5.0,102.6, 3.2, 99.9,979.5,999.9, 2.6, 99.9,999.9,999.9{858" +2022-01-19 09:07:17,ax1,PE1RXF-7,APZMDM," 5.0,102.4, 3.3, 99.9,979.3,999.9, 2.6, 99.9,999.9,999.9{859" +2022-01-19 09:07:47,ax1,PE1RXF-7,APZMDM," 5.0,102.4, 3.3, 99.9,979.3,999.9, 2.6, 99.9,999.9,999.9{859" +2022-01-19 09:18:01,ax1,PE1RXF-7,APZMDM," 5.0,102.3, 3.3, 99.9,979.0,999.9, 2.7, 99.9,999.9,999.9{860" +2022-01-19 09:28:01,ax1,PE1RXF-7,APZMDM," 5.2,102.4, 3.5, 99.9,979.3,999.9, 2.8, 99.9,999.9,999.9{861" +2022-01-19 09:38:16,ax1,PE1RXF-7,APZMDM," 5.3,102.4, 3.7, 99.9,979.2,999.9, 3.0, 99.9,999.9,999.9{862" +2022-01-19 09:38:31,ax1,PE1RXF-7,APZMDM," 5.3,102.4, 3.7, 99.9,979.2,999.9, 3.0, 99.9,999.9,999.9{862" +2022-01-19 09:48:31,ax1,PE1RXF-7,APZMDM," 5.4,102.3, 3.8, 99.9,979.0,999.9, 3.1, 99.9,999.9,999.9{863" +2022-01-19 09:58:30,ax1,PE1RXF-7,APZMDM," 5.4,102.2, 3.8, 99.9,979.4,999.9, 3.1, 99.9,999.9,999.9{864" +2022-01-19 09:58:45,ax1,PE1RXF-7,APZMDM," 5.4,102.2, 3.8, 99.9,979.4,999.9, 3.1, 99.9,999.9,999.9{864" +2022-01-19 10:08:45,ax1,PE1RXF-7,APZMDM," 5.6,102.3, 3.9, 99.9,979.4,999.9, 3.2, 99.9,999.9,999.9{865" +2022-01-19 10:18:45,ax1,PE1RXF-7,APZMDM," 5.8,102.5, 4.3, 99.9,979.1,999.9, 3.4, 99.9,999.9,999.9{866" +2022-01-19 10:28:44,ax1,PE1RXF-7,APZMDM," 6.0,102.4, 4.6, 99.9,979.3,999.9, 3.7, 99.9,999.9,999.9{867" +2022-01-19 10:38:44,ax1,PE1RXF-7,APZMDM," 6.2,102.2, 4.7, 99.9,979.2,999.9, 3.9, 99.9,999.9,999.9{868" +2022-01-19 10:48:44,ax1,PE1RXF-7,APZMDM," 6.4,102.1, 5.1, 99.9,979.0,999.9, 4.1, 99.9,999.9,999.9{869" +2022-01-19 10:48:59,ax1,PE1RXF-7,APZMDM," 6.4,102.1, 5.1, 99.9,979.0,999.9, 4.1, 99.9,999.9,999.9{869" +2022-01-19 10:58:59,ax1,PE1RXF-7,APZMDM," 6.7,102.0, 5.5, 99.9,979.6,999.9, 4.3, 99.9,999.9,999.9{870" +2022-01-19 11:08:58,ax1,PE1RXF-7,APZMDM," 6.9,101.8, 5.8, 99.9,979.2,999.9, 4.5, 99.9,999.9,999.9{871" +2022-01-19 11:18:58,ax1,PE1RXF-7,APZMDM," 7.0,101.7, 6.1, 99.9,979.1,999.9, 4.7, 99.9,999.9,999.9{872" +2022-01-19 11:28:58,ax1,PE1RXF-7,APZMDM," 7.5,101.8, 6.7, 99.9,979.5,999.9, 5.1, 99.9,999.9,999.9{873" +2022-01-19 11:38:58,ax1,PE1RXF-7,APZMDM," 7.6,101.4, 6.7, 99.9,978.7,999.9, 5.2, 99.9,999.9,999.9{874" +2022-01-19 11:48:57,ax1,PE1RXF-7,APZMDM," 7.6,101.2, 6.8, 99.9,979.2,999.9, 5.2, 99.9,999.9,999.9{875" +2022-01-19 11:49:12,ax1,PE1RXF-7,APZMDM," 7.6,101.2, 6.8, 99.9,979.2,999.9, 5.2, 99.9,999.9,999.9{875" +2022-01-19 11:59:12,ax1,PE1RXF-7,APZMDM," 7.7,101.3, 7.0, 99.9,978.8,999.9, 5.4, 99.9,999.9,999.9{876" +2022-01-19 12:09:12,ax1,PE1RXF-7,APZMDM," 7.7,101.0, 6.9, 99.9,979.3,999.9, 5.4, 99.9,999.9,999.9{877" +2022-01-19 12:19:11,ax1,PE1RXF-7,APZMDM," 7.5,101.1, 6.6, 99.9,979.1,999.9, 5.2, 99.9,999.9,999.9{878" +2022-01-19 12:29:26,ax1,PE1RXF-7,APZMDM," 7.4,101.2, 6.6, 99.9,979.4,999.9, 5.1, 99.9,999.9,999.9{879" +2022-01-19 12:39:26,ax1,PE1RXF-7,APZMDM," 7.3,101.2, 6.4, 99.9,979.6,999.9, 5.1, 99.9,999.9,999.9{880" +2022-01-19 12:49:26,ax1,PE1RXF-7,APZMDM," 7.1,101.2, 6.1, 99.9,979.9,999.9, 4.9, 99.9,999.9,999.9{881" +2022-01-19 12:59:25,ax1,PE1RXF-7,APZMDM," 7.0,101.3, 5.9, 99.9,980.0,999.9, 4.7, 99.9,999.9,999.9{882" +2022-01-19 13:09:40,ax1,PE1RXF-7,APZMDM," 6.9,101.4, 5.9, 99.9,979.8,999.9, 4.7, 99.9,999.9,999.9{883" +2022-01-19 13:19:40,ax1,PE1RXF-7,APZMDM," 7.0,101.7, 6.0, 99.9,979.9,999.9, 4.8, 99.9,999.9,999.9{884" +2022-01-19 13:29:40,ax1,PE1RXF-7,APZMDM," 7.2,101.6, 6.2, 99.9,979.6,999.9, 4.9, 99.9,999.9,999.9{885" +2022-01-19 13:39:39,ax1,PE1RXF-7,APZMDM," 7.3,101.7, 6.2, 99.9,980.0,999.9, 5.0, 99.9,999.9,999.9{886" +2022-01-19 13:49:39,ax1,PE1RXF-7,APZMDM," 7.4,101.7, 6.4, 99.9,980.0,999.9, 5.1, 99.9,999.9,999.9{887" +2022-01-19 13:59:39,ax1,PE1RXF-7,APZMDM," 7.2,101.5, 6.1, 99.9,979.7,999.9, 5.0, 99.9,999.9,999.9{888" +2022-01-19 14:09:38,ax1,PE1RXF-7,APZMDM," 7.1,101.5, 5.8, 99.9,980.1,999.9, 4.8, 99.9,999.9,999.9{889" +2022-01-19 14:19:38,ax1,PE1RXF-7,APZMDM," 7.0,101.6, 5.8, 99.9,979.4,999.9, 4.7, 99.9,999.9,999.9{890" +2022-01-19 14:19:53,ax1,PE1RXF-7,APZMDM," 7.0,101.6, 5.8, 99.9,979.4,999.9, 4.7, 99.9,999.9,999.9{890" +2022-01-19 14:29:53,ax1,PE1RXF-7,APZMDM," 6.9,101.7, 5.7, 99.9,980.1,999.9, 4.6, 99.9,999.9,999.9{891" +2022-01-19 14:30:08,ax1,PE1RXF-7,APZMDM," 6.9,101.7, 5.7, 99.9,980.1,999.9, 4.6, 99.9,999.9,999.9{891" +2022-01-19 14:40:08,ax1,PE1RXF-7,APZMDM," 6.9,101.9, 5.7, 99.9,979.8,999.9, 4.6, 99.9,999.9,999.9{892" +2022-01-19 14:50:07,ax1,PE1RXF-7,APZMDM," 7.0,101.9, 5.8, 99.9,979.9,999.9, 4.7, 99.9,999.9,999.9{893" +2022-01-19 15:00:07,ax1,PE1RXF-7,APZMDM," 7.1,101.9, 5.8, 99.9,979.8,999.9, 4.8, 99.9,999.9,999.9{894" +2022-01-19 15:10:07,ax1,PE1RXF-7,APZMDM," 7.2,102.0, 5.8, 99.9,979.8,999.9, 4.9, 99.9,999.9,999.9{895" +2022-01-19 15:20:07,ax1,PE1RXF-7,APZMDM," 7.1,102.0, 5.7, 99.9,980.3,999.9, 4.9, 99.9,999.9,999.9{896" +2022-01-19 15:30:07,ax1,PE1RXF-7,APZMDM," 7.1,102.2, 5.7, 99.9,979.6,999.9, 4.9, 99.9,999.9,999.9{897" +2022-01-19 15:40:06,ax1,PE1RXF-7,APZMDM," 7.1,102.1, 5.6, 99.9,979.8,999.9, 4.8, 99.9,999.9,999.9{898" +2022-01-19 15:50:06,ax1,PE1RXF-7,APZMDM," 6.9,101.8, 5.4, 99.9,979.8,999.9, 4.6, 99.9,999.9,999.9{899" +2022-01-19 16:00:06,ax1,PE1RXF-7,APZMDM," 6.8,102.1, 5.4, 99.9,980.3,999.9, 4.5, 99.9,999.9,999.9{900" +2022-01-19 16:10:05,ax1,PE1RXF-7,APZMDM," 6.8,102.3, 5.3, 99.9,980.1,999.9, 4.5, 99.9,999.9,999.9{901" +2022-01-19 16:20:05,ax1,PE1RXF-7,APZMDM," 6.8,102.4, 5.2, 99.9,980.0,999.9, 4.5, 99.9,999.9,999.9{902" +2022-01-19 16:30:06,ax1,PE1RXF-7,APZMDM," 6.8,102.7, 5.1, 99.9,981.0,999.9, 4.5, 99.9,999.9,999.9{903" +2022-01-19 16:40:04,ax1,PE1RXF-7,APZMDM," 6.8,102.9, 5.1, 99.9,980.1,999.9, 4.5, 99.9,999.9,999.9{904" +2022-01-19 16:50:04,ax1,PE1RXF-7,APZMDM," 6.8,103.0, 5.1, 99.9,980.3,999.9, 4.6, 99.9,999.9,999.9{905" +2022-01-19 17:00:04,ax1,PE1RXF-7,APZMDM," 6.8,103.2, 5.0, 99.9,979.8,999.9, 4.6, 99.9,999.9,999.9{906" +2022-01-19 17:00:34,ax1,PE1RXF-7,APZMDM," 6.8,103.2, 5.0, 99.9,979.8,999.9, 4.6, 99.9,999.9,999.9{906" +2022-01-19 17:10:33,ax1,PE1RXF-7,APZMDM," 6.9,103.3, 5.0, 99.9,979.9,999.9, 4.6, 99.9,999.9,999.9{907" +2022-01-19 17:20:33,ax1,PE1RXF-7,APZMDM," 6.9,103.5, 5.1, 99.9,980.0,999.9, 4.6, 99.9,999.9,999.9{908" +2022-01-19 17:30:33,ax1,PE1RXF-7,APZMDM," 7.0,103.7, 5.1, 99.9,979.9,999.9, 4.7, 99.9,999.9,999.9{909" +2022-01-19 17:40:33,ax1,PE1RXF-7,APZMDM," 7.0,103.8, 5.1, 99.9,979.7,999.9, 4.8, 99.9,999.9,999.9{910" +2022-01-19 17:50:32,ax1,PE1RXF-7,APZMDM," 7.1,104.0, 5.2, 99.9,979.7,999.9, 4.9, 99.9,999.9,999.9{911" +2022-01-19 18:00:32,ax1,PE1RXF-7,APZMDM," 7.2,104.0, 5.3, 99.9,979.7,999.9, 5.0, 99.9,999.9,999.9{912" +2022-01-19 18:10:32,ax1,PE1RXF-7,APZMDM," 7.4,104.1, 5.4, 99.9,979.8,999.9, 5.1, 99.9,999.9,999.9{913" +2022-01-19 18:20:32,ax1,PE1RXF-7,APZMDM," 7.5,104.1, 5.5, 99.9,979.6,999.9, 5.2, 99.9,999.9,999.9{914" +2022-01-19 18:30:46,ax1,PE1RXF-7,APZMDM," 7.6,104.2, 5.5, 99.9,979.8,999.9, 5.3, 99.9,999.9,999.9{915" +2022-01-19 18:40:46,ax1,PE1RXF-7,APZMDM," 7.6,104.1, 5.6, 99.9,979.2,999.9, 5.3, 99.9,999.9,999.9{916" +2022-01-19 18:50:46,ax1,PE1RXF-7,APZMDM," 7.6,104.1, 5.6, 99.9,979.3,999.9, 5.3, 99.9,999.9,999.9{917" +2022-01-19 19:01:00,ax1,PE1RXF-7,APZMDM," 7.6,104.0, 5.6, 99.9,979.2,999.9, 5.3, 99.9,999.9,999.9{918" +2022-01-19 19:11:00,ax1,PE1RXF-7,APZMDM," 7.6,103.8, 5.6, 99.9,979.9,999.9, 5.3, 99.9,999.9,999.9{919" +2022-01-19 19:21:00,ax1,PE1RXF-7,APZMDM," 7.6,103.7, 5.6, 99.9,979.3,999.9, 5.2, 99.9,999.9,999.9{920" +2022-01-19 19:31:00,ax1,PE1RXF-7,APZMDM," 7.5,103.7, 5.6, 99.9,979.3,999.9, 5.2, 99.9,999.9,999.9{921" +2022-01-19 19:40:59,ax1,PE1RXF-7,APZMDM," 7.4,103.6, 5.5, 99.9,978.5,999.9, 5.1, 99.9,999.9,999.9{922" +2022-01-19 19:51:14,ax1,PE1RXF-7,APZMDM," 7.2,103.2, 5.4, 99.9,978.9,999.9, 4.9, 99.9,999.9,999.9{923" +2022-01-19 20:01:14,ax1,PE1RXF-7,APZMDM," 6.9,102.2, 5.1, 99.9,979.5,999.9, 4.5, 99.9,999.9,999.9{924" +2022-01-19 20:11:14,ax1,PE1RXF-7,APZMDM," 6.6,102.3, 4.9, 99.9,979.4,999.9, 4.2, 99.9,999.9,999.9{925" +2022-01-19 20:21:13,ax1,PE1RXF-7,APZMDM," 6.6,102.9, 4.8, 99.9,979.5,999.9, 4.3, 99.9,999.9,999.9{926" +2022-01-19 20:31:13,ax1,PE1RXF-7,APZMDM," 6.7,103.3, 4.8, 99.9,979.4,999.9, 4.4, 99.9,999.9,999.9{927" +2022-01-19 20:41:13,ax1,PE1RXF-7,APZMDM," 6.8,103.1, 4.8, 99.9,979.8,999.9, 4.5, 99.9,999.9,999.9{928" +2022-01-19 20:51:12,ax1,PE1RXF-7,APZMDM," 6.7,102.4, 4.7, 99.9,979.6,999.9, 4.4, 99.9,999.9,999.9{929" +2022-01-19 21:01:12,ax1,PE1RXF-7,APZMDM," 6.5,102.0, 4.6, 99.9,979.5,999.9, 4.1, 99.9,999.9,999.9{930" +2022-01-19 21:11:12,ax1,PE1RXF-7,APZMDM," 6.1,101.4, 4.4, 99.9,980.0,999.9, 3.7, 99.9,999.9,999.9{931" +2022-01-19 21:11:27,ax1,PE1RXF-7,APZMDM," 6.1,101.4, 4.4, 99.9,980.0,999.9, 3.7, 99.9,999.9,999.9{931" +2022-01-19 21:21:27,ax1,PE1RXF-7,APZMDM," 5.8,101.2, 4.1, 99.9,979.4,999.9, 3.4, 99.9,999.9,999.9{932" +2022-01-19 21:31:26,ax1,PE1RXF-7,APZMDM," 5.6,101.2, 3.8, 99.9,979.3,999.9, 3.2, 99.9,999.9,999.9{933" +2022-01-19 21:41:41,ax1,PE1RXF-7,APZMDM," 5.4,101.0, 3.7, 99.9,979.3,999.9, 3.0, 99.9,999.9,999.9{934" +2022-01-19 21:51:41,ax1,PE1RXF-7,APZMDM," 5.3,100.9, 3.5, 99.9,979.4,999.9, 2.9, 99.9,999.9,999.9{935" +2022-01-19 21:51:56,ax1,PE1RXF-7,APZMDM," 5.3,100.9, 3.5, 99.9,979.4,999.9, 2.9, 99.9,999.9,999.9{935" +2022-01-19 22:01:56,ax1,PE1RXF-7,APZMDM," 5.2,100.8, 3.4, 99.9,979.2,999.9, 2.7, 99.9,999.9,999.9{936" +2022-01-19 22:02:11,ax1,PE1RXF-7,APZMDM," 5.2,100.8, 3.4, 99.9,979.2,999.9, 2.7, 99.9,999.9,999.9{936" +2022-01-19 22:12:10,ax1,PE1RXF-7,APZMDM," 5.1,100.5, 3.2, 99.9,979.0,999.9, 2.7, 99.9,999.9,999.9{937" +2022-01-19 22:22:10,ax1,PE1RXF-7,APZMDM," 4.9,100.0, 3.1, 99.9,979.3,999.9, 2.5, 99.9,999.9,999.9{938" +2022-01-19 22:32:10,ax1,PE1RXF-7,APZMDM," 4.7,99.7, 2.9, 99.9,978.7,999.9, 2.2, 99.9,999.9,999.9{939" +2022-01-19 22:42:24,ax1,PE1RXF-7,APZMDM," 4.4,99.5, 2.7, 99.9,979.0,999.9, 2.0, 99.9,999.9,999.9{940" +2022-01-19 22:52:24,ax1,PE1RXF-7,APZMDM," 4.1,99.3, 2.4, 99.9,979.1,999.9, 1.8, 99.9,999.9,999.9{941" +2022-01-19 23:02:39,ax1,PE1RXF-7,APZMDM," 3.9,99.2, 2.1, 99.9,978.8,999.9, 1.4, 99.9,999.9,999.9{942" +2022-01-19 23:12:38,ax1,PE1RXF-7,APZMDM," 3.6,99.1, 1.8, 99.9,978.2,999.9, 1.1, 99.9,999.9,999.9{943" +2022-01-19 23:12:53,ax1,PE1RXF-7,APZMDM," 3.6,99.1, 1.8, 99.9,978.2,999.9, 1.1, 99.9,999.9,999.9{943" +2022-01-19 23:22:53,ax1,PE1RXF-7,APZMDM," 3.4,99.5, 1.6, 99.9,978.9,999.9, 0.9, 99.9,999.9,999.9{944" +2022-01-19 23:32:53,ax1,PE1RXF-7,APZMDM," 3.4,99.6, 1.5, 99.9,977.4,999.9, 0.9, 99.9,999.9,999.9{945" +2022-01-19 23:33:08,ax1,PE1RXF-7,APZMDM," 3.4,99.6, 1.5, 99.9,977.4,999.9, 0.9, 99.9,999.9,999.9{945" +2022-01-19 23:43:08,ax1,PE1RXF-7,APZMDM," 3.3,99.8, 1.4, 99.9,977.9,999.9, 0.8, 99.9,999.9,999.9{946" +2022-01-19 23:53:07,ax1,PE1RXF-7,APZMDM," 3.5,100.9, 1.5, 99.9,977.2,999.9, 1.1, 99.9,999.9,999.9{947" +2022-01-20 00:03:07,ax1,PE1RXF-7,APZMDM," 3.9,101.6, 1.8, 99.9,977.0,999.9, 1.6, 99.9,999.9,999.9{948" +2022-01-20 00:03:22,ax1,PE1RXF-7,APZMDM," 3.9,101.6, 1.8, 99.9,977.0,999.9, 1.6, 99.9,999.9,999.9{948" +2022-01-20 00:13:22,ax1,PE1RXF-7,APZMDM," 4.3,101.6, 2.0, 99.9,978.7,999.9, 1.9, 99.9,999.9,999.9{949" +2022-01-20 00:23:21,ax1,PE1RXF-7,APZMDM," 4.6,101.7, 2.3, 99.9,978.7,999.9, 2.1, 99.9,999.9,999.9{950" +2022-01-20 00:33:36,ax1,PE1RXF-7,APZMDM," 4.7,101.4, 2.4, 99.9,978.8,999.9, 2.2, 99.9,999.9,999.9{951" +2022-01-20 00:33:51,ax1,PE1RXF-7,APZMDM," 4.7,101.4, 2.4, 99.9,978.8,999.9, 2.2, 99.9,999.9,999.9{951" +2022-01-20 00:43:51,ax1,PE1RXF-7,APZMDM," 4.6,101.0, 2.4, 99.9,978.4,999.9, 2.2, 99.9,999.9,999.9{952" +2022-01-20 00:53:51,ax1,PE1RXF-7,APZMDM," 4.5,100.5, 2.3, 99.9,979.1,999.9, 2.0, 99.9,999.9,999.9{953" +2022-01-20 01:03:50,ax1,PE1RXF-7,APZMDM," 4.2,100.3, 2.2, 99.9,979.0,999.9, 1.8, 99.9,999.9,999.9{954" +2022-01-20 01:13:50,ax1,PE1RXF-7,APZMDM," 4.2,100.9, 2.2, 99.9,978.7,999.9, 1.8, 99.9,999.9,999.9{955" +2022-01-20 01:23:50,ax1,PE1RXF-7,APZMDM," 4.3,100.8, 2.2, 99.9,979.1,999.9, 1.8, 99.9,999.9,999.9{956" +2022-01-20 01:33:49,ax1,PE1RXF-7,APZMDM," 4.3,100.9, 2.3, 99.9,979.3,999.9, 1.8, 99.9,999.9,999.9{957" +2022-01-20 01:34:04,ax1,PE1RXF-7,APZMDM," 4.3,100.9, 2.3, 99.9,979.3,999.9, 1.8, 99.9,999.9,999.9{957" +2022-01-20 01:44:04,ax1,PE1RXF-7,APZMDM," 4.4,101.1, 2.3, 99.9,978.5,999.9, 1.9, 99.9,999.9,999.9{958" +2022-01-20 01:54:04,ax1,PE1RXF-7,APZMDM," 4.6,101.6, 2.5, 99.9,978.2,999.9, 2.1, 99.9,999.9,999.9{959" +2022-01-20 02:04:04,ax1,PE1RXF-7,APZMDM," 4.6,100.5, 2.4, 99.9,978.4,999.9, 2.1, 99.9,999.9,999.9{960" +2022-01-20 02:14:03,ax1,PE1RXF-7,APZMDM," 4.3,100.5, 2.3, 99.9,979.5,999.9, 1.9, 99.9,999.9,999.9{961" +2022-01-20 02:24:03,ax1,PE1RXF-7,APZMDM," 4.2,101.3, 2.3, 99.9,979.1,999.9, 1.9, 99.9,999.9,999.9{962" +2022-01-20 02:34:03,ax1,PE1RXF-7,APZMDM," 4.3,101.4, 2.3, 99.9,979.1,999.9, 1.9, 99.9,999.9,999.9{963" +2022-01-20 02:44:17,ax1,PE1RXF-7,APZMDM," 4.2,101.0, 2.2, 99.9,979.8,999.9, 1.8, 99.9,999.9,999.9{964" +2022-01-20 02:54:17,ax1,PE1RXF-7,APZMDM," 3.9,100.3, 2.0, 99.9,979.6,999.9, 1.4, 99.9,999.9,999.9{965" +2022-01-20 03:04:17,ax1,PE1RXF-7,APZMDM," 3.5,99.9, 1.7, 99.9,979.9,999.9, 1.0, 99.9,999.9,999.9{966" +2022-01-20 03:14:16,ax1,PE1RXF-7,APZMDM," 3.3,100.1, 1.6, 99.9,980.3,999.9, 0.8, 99.9,999.9,999.9{967" +2022-01-20 03:24:16,ax1,PE1RXF-7,APZMDM," 3.6,101.7, 1.7, 99.9,980.0,999.9, 1.2, 99.9,999.9,999.9{968" +2022-01-20 03:34:16,ax1,PE1RXF-7,APZMDM," 4.1,102.2, 2.0, 99.9,980.1,999.9, 1.7, 99.9,999.9,999.9{969" +2022-01-20 03:44:16,ax1,PE1RXF-7,APZMDM," 4.4,102.3, 2.2, 99.9,979.2,999.9, 2.0, 99.9,999.9,999.9{970" +2022-01-20 03:54:15,ax1,PE1RXF-7,APZMDM," 4.6,102.2, 2.4, 99.9,980.3,999.9, 2.2, 99.9,999.9,999.9{971" +2022-01-20 04:04:30,ax1,PE1RXF-7,APZMDM," 4.7,102.2, 2.5, 99.9,979.3,999.9, 2.3, 99.9,999.9,999.9{972" +2022-01-20 04:14:30,ax1,PE1RXF-7,APZMDM," 4.7,101.7, 2.6, 99.9,979.2,999.9, 2.3, 99.9,999.9,999.9{973" +2022-01-20 04:24:44,ax1,PE1RXF-7,APZMDM," 4.4,101.0, 2.4, 99.9,979.8,999.9, 2.0, 99.9,999.9,999.9{974" +2022-01-20 04:34:44,ax1,PE1RXF-7,APZMDM," 4.1,100.5, 2.2, 99.9,979.3,999.9, 1.8, 99.9,999.9,999.9{975" +2022-01-20 04:44:44,ax1,PE1RXF-7,APZMDM," 3.9,100.9, 2.1, 99.9,979.2,999.9, 1.5, 99.9,999.9,999.9{976" +2022-01-20 04:54:44,ax1,PE1RXF-7,APZMDM," 3.8,101.2, 2.0, 99.9,978.2,999.9, 1.5, 99.9,999.9,999.9{977" +2022-01-20 05:04:43,ax1,PE1RXF-7,APZMDM," 3.9,101.2, 2.0, 99.9,979.3,999.9, 1.6, 99.9,999.9,999.9{978" +2022-01-20 05:14:43,ax1,PE1RXF-7,APZMDM," 4.0,101.1, 2.0, 99.9,979.6,999.9, 1.7, 99.9,999.9,999.9{979" +2022-01-20 05:24:43,ax1,PE1RXF-7,APZMDM," 4.0,100.8, 2.0, 99.9,979.5,999.9, 1.7, 99.9,999.9,999.9{980" +2022-01-20 05:34:42,ax1,PE1RXF-7,APZMDM," 4.1,100.4, 2.1, 99.9,979.6,999.9, 1.8, 99.9,999.9,999.9{981" +2022-01-20 05:44:42,ax1,PE1RXF-7,APZMDM," 4.0,99.7, 1.9, 99.9,979.7,999.9, 1.6, 99.9,999.9,999.9{982" +2022-01-20 05:54:42,ax1,PE1RXF-7,APZMDM," 3.8,99.5, 1.8, 99.9,979.5,999.9, 1.4, 99.9,999.9,999.9{983" +2022-01-20 06:04:41,ax1,PE1RXF-7,APZMDM," 3.8,99.8, 1.8, 99.9,979.8,999.9, 1.5, 99.9,999.9,999.9{984" +2022-01-20 06:14:41,ax1,PE1RXF-7,APZMDM," 3.8,99.8, 1.8, 99.9,979.5,999.9, 1.4, 99.9,999.9,999.9{985" +2022-01-20 06:14:56,ax1,PE1RXF-7,APZMDM," 3.8,99.8, 1.8, 99.9,979.5,999.9, 1.4, 99.9,999.9,999.9{985" +2022-01-20 06:24:56,ax1,PE1RXF-7,APZMDM," 3.5,99.5, 1.6, 99.9,979.2,999.9, 1.1, 99.9,999.9,999.9{986" +2022-01-20 06:34:56,ax1,PE1RXF-7,APZMDM," 3.4,99.8, 1.5, 99.9,979.8,999.9, 0.9, 99.9,999.9,999.9{987" +2022-01-20 06:35:11,ax1,PE1RXF-7,APZMDM," 3.4,99.8, 1.5, 99.9,979.8,999.9, 0.9, 99.9,999.9,999.9{987" +2022-01-20 06:45:10,ax1,PE1RXF-7,APZMDM," 3.3,99.9, 1.4, 99.9,979.7,999.9, 0.9, 99.9,999.9,999.9{988" +2022-01-20 06:45:25,ax1,PE1RXF-7,APZMDM," 3.3,99.9, 1.4, 99.9,979.7,999.9, 0.9, 99.9,999.9,999.9{988" +2022-01-20 06:55:25,ax1,PE1RXF-7,APZMDM," 3.2,100.1, 1.3, 99.9,980.0,999.9, 0.7, 99.9,999.9,999.9{989" +2022-01-20 07:05:55,ax1,PE1RXF-7,APZMDM," 3.2,100.0, 1.3, 99.9,979.3,999.9, 0.8, 99.9,999.9,999.9{990" +2022-01-20 07:15:54,ax1,PE1RXF-7,APZMDM," 3.2,100.1, 1.2, 99.9,979.7,999.9, 0.8, 99.9,999.9,999.9{991" +2022-01-20 07:25:54,ax1,PE1RXF-7,APZMDM," 3.2,100.2, 1.2, 99.9,979.4,999.9, 0.7, 99.9,999.9,999.9{992" +2022-01-20 07:35:54,ax1,PE1RXF-7,APZMDM," 3.2,100.2, 1.2, 99.9,980.5,999.9, 0.7, 99.9,999.9,999.9{993" +2022-01-20 07:45:54,ax1,PE1RXF-7,APZMDM," 3.0,99.8, 1.1, 99.9,980.3,999.9, 0.5, 99.9,999.9,999.9{994" +2022-01-20 07:55:53,ax1,PE1RXF-7,APZMDM," 2.9,99.9, 1.0, 99.9,979.7,999.9, 0.4, 99.9,999.9,999.9{995" +2022-01-20 08:05:53,ax1,PE1RXF-7,APZMDM," 2.9,100.2, 1.0, 99.9,979.4,999.9, 0.4, 99.9,999.9,999.9{996" +2022-01-20 08:15:53,ax1,PE1RXF-7,APZMDM," 2.8,100.0, 1.0, 99.9,979.8,999.9, 0.4, 99.9,999.9,999.9{997" +2022-01-20 08:25:52,ax1,PE1RXF-7,APZMDM," 3.0,100.3, 1.0, 99.9,980.0,999.9, 0.6, 99.9,999.9,999.9{998" +2022-01-20 08:35:52,ax1,PE1RXF-7,APZMDM," 3.0,100.0, 1.0, 99.9,979.7,999.9, 0.5, 99.9,999.9,999.9{999" +2022-01-20 08:45:52,ax1,PE1RXF-7,APZMDM," 3.0,99.6, 1.0, 99.9,979.8,999.9, 0.4, 99.9,999.9,999.9{000" +2022-01-20 08:46:07,ax1,PE1RXF-7,APZMDM," 3.0,99.6, 1.0, 99.9,979.8,999.9, 0.4, 99.9,999.9,999.9{000" +2022-01-20 08:56:06,ax1,PE1RXF-7,APZMDM," 3.0,99.6, 1.2, 99.9,979.8,999.9, 0.5, 99.9,999.9,999.9{001" +2022-01-20 09:06:06,ax1,PE1RXF-7,APZMDM," 3.2,99.9, 1.3, 99.9,980.0,999.9, 0.7, 99.9,999.9,999.9{002" +2022-01-20 09:16:06,ax1,PE1RXF-7,APZMDM," 3.3,99.9, 1.5, 99.9,980.7,999.9, 0.8, 99.9,999.9,999.9{003" +2022-01-20 09:26:05,ax1,PE1RXF-7,APZMDM," 3.5,99.7, 2.0, 99.9,981.0,999.9, 0.9, 99.9,999.9,999.9{004" +2022-01-20 09:36:20,ax1,PE1RXF-7,APZMDM," 4.5,99.1, 3.2, 99.9,980.1,999.9, 1.4, 99.9,999.9,999.9{005" +2022-01-20 09:46:20,ax1,PE1RXF-7,APZMDM," 5.6,96.9, 4.2, 99.9,981.1,999.9, 2.1, 99.9,999.9,999.9{006" +2022-01-20 09:56:20,ax1,PE1RXF-7,APZMDM," 6.1,95.9, 5.6, 99.9,980.9,999.9, 2.7, 99.9,999.9,999.9{007" +2022-01-20 09:56:35,ax1,PE1RXF-7,APZMDM," 6.1,95.9, 5.6, 99.9,980.9,999.9, 2.7, 99.9,999.9,999.9{007" +2022-01-20 10:06:34,ax1,PE1RXF-7,APZMDM," 7.2,93.6, 7.3, 99.9,981.1,999.9, 3.6, 99.9,999.9,999.9{008" +2022-01-20 10:16:34,ax1,PE1RXF-7,APZMDM," 7.6,93.1, 9.7, 98.5,982.2,999.9, 5.0, 99.9,999.9,999.9{009" +2022-01-20 10:26:34,ax1,PE1RXF-7,APZMDM," 8.1,94.9, 9.5, 95.9,981.8,999.9, 6.3, 99.9,999.9,999.9{010" +2022-01-20 10:36:34,ax1,PE1RXF-7,APZMDM," 10.2,93.8, 9.5, 98.7,981.7,999.9, 7.8, 99.9,999.9,999.9{011" +2022-01-20 10:46:33,ax1,PE1RXF-7,APZMDM," 11.3,93.8, 10.8, 98.7,980.8,999.9, 9.2, 99.9,999.9,999.9{012" +2022-01-20 10:56:33,ax1,PE1RXF-7,APZMDM," 13.6,90.3, 12.4, 97.4,981.6,999.9, 10.4, 99.9,999.9,999.9{013" +2022-01-20 11:06:48,ax1,PE1RXF-7,APZMDM," 10.7,89.7, 9.3, 98.8,981.4,999.9, 8.4, 99.9,999.9,999.9{014" +2022-01-20 11:16:48,ax1,PE1RXF-7,APZMDM," 9.0,91.9, 8.6, 99.5,980.6,999.9, 6.8, 99.9,999.9,999.9{015" +2022-01-20 11:26:47,ax1,PE1RXF-7,APZMDM," 8.9,92.6, 8.4, 99.5,981.1,999.9, 6.3, 99.9,999.9,999.9{016" +2022-01-20 11:36:47,ax1,PE1RXF-7,APZMDM," 12.7,91.0, 11.5, 98.1,980.6,999.9, 8.0, 99.9,999.9,999.9{017" +2022-01-20 11:46:47,ax1,PE1RXF-7,APZMDM," 15.6,89.3, 13.3, 97.3,979.7,999.9, 10.3, 99.9,999.9,999.9{018" +2022-01-20 11:56:47,ax1,PE1RXF-7,APZMDM," 16.3,87.2, 14.0, 95.7,980.9,999.9, 11.5, 99.9,999.9,999.9{019" +2022-01-20 12:06:46,ax1,PE1RXF-7,APZMDM," 14.4,88.5, 13.2, 96.8,980.7,999.9, 10.8, 99.9,999.9,999.9{020" +2022-01-20 12:17:01,ax1,PE1RXF-7,APZMDM," 15.0,88.2, 14.3, 95.3,981.3,999.9, 11.2, 99.9,999.9,999.9{021" +2022-01-20 12:27:01,ax1,PE1RXF-7,APZMDM," 16.9,87.3, 15.1, 94.7,982.8,999.9, 12.7, 99.9,999.9,999.9{022" +2022-01-20 12:37:01,ax1,PE1RXF-7,APZMDM," 18.8,84.5, 15.8, 94.9,982.9,999.9, 14.4, 99.9,999.9,999.9{023" +2022-01-20 12:47:01,ax1,PE1RXF-7,APZMDM," 19.8,82.5, 16.4, 95.4,984.3,999.9, 15.6, 99.9,999.9,999.9{024" +2022-01-20 12:57:00,ax1,PE1RXF-7,APZMDM," 19.6,82.8, 17.1, 94.2,990.7,999.9, 16.1, 99.9,999.9,999.9{025" +2022-01-20 12:57:15,ax1,PE1RXF-7,APZMDM," 19.6,82.8, 17.1, 94.2,990.7,999.9, 16.1, 99.9,999.9,999.9{025" +2022-01-20 13:07:15,ax1,PE1RXF-7,APZMDM," 15.8,82.5, 14.3, 92.7,993.0,999.9, 13.0, 99.9,999.9,999.9{026" +2022-01-20 13:17:15,ax1,PE1RXF-7,APZMDM," 17.6,81.5, 15.1, 94.7,999.9,999.9, 14.8, 99.9,999.9,999.9{027" +2022-01-20 13:27:15,ax1,PE1RXF-7,APZMDM," 18.5,79.9, 16.0, 94.6,999.9,999.9, 16.0, 99.9,999.9,999.9{028" +2022-01-20 13:37:15,ax1,PE1RXF-7,APZMDM," 15.9,82.3, 15.1, 92.9,999.9,999.9, 13.5, 99.9,999.9,999.9{029" +2022-01-20 13:37:30,ax1,PE1RXF-7,APZMDM," 15.9,82.3, 15.1, 92.9,999.9,999.9, 13.5, 99.9,999.9,999.9{029" +2022-01-20 13:47:29,ax1,PE1RXF-7,APZMDM," 15.7,82.4, 15.1, 92.5,999.9,999.9, 13.7, 99.9,999.9,999.9{030" +2022-01-20 13:57:29,ax1,PE1RXF-7,APZMDM," 17.4,82.8, 16.9, 93.0,999.9,999.9, 16.1, 99.9,999.9,999.9{031" +2022-01-20 14:07:29,ax1,PE1RXF-7,APZMDM," 19.2,80.0, 18.5, 91.6,999.9,999.9, 18.4, 99.9,999.9,999.9{032" +2022-01-20 14:17:29,ax1,PE1RXF-7,APZMDM," 19.0,78.8, 18.6, 91.3,999.9,999.9, 18.9, 92.6,999.9,999.9{033" +2022-01-20 14:17:44,ax1,PE1RXF-7,APZMDM," 19.0,78.8, 18.6, 91.3,999.9,999.9, 18.9, 92.6,999.9,999.9{033" +2022-01-20 14:27:44,ax1,PE1RXF-7,APZMDM," 16.3,80.7, 16.7, 90.4,999.9,999.9, 15.6, 80.2,999.9,999.9{034" +2022-01-20 14:37:43,ax1,PE1RXF-7,APZMDM," 13.0,84.3, 14.0, 90.1,999.9,999.9, 11.7, 87.9,999.9,999.9{035" +2022-01-20 14:47:43,ax1,PE1RXF-7,APZMDM," 11.7,86.7, 13.0, 90.6,999.9,999.9, 11.1, 99.9,999.9,999.9{036" +2022-01-20 14:57:43,ax1,PE1RXF-7,APZMDM," 12.3,86.8, 14.0, 91.5,999.9,999.9, 13.3, 99.9,999.9,999.9{037" +2022-01-20 15:07:43,ax1,PE1RXF-7,APZMDM," 13.6,86.3, 15.2, 90.1,999.9,999.9, 14.6, 93.9,999.9,999.9{038" +2022-01-20 15:08:13,ax1,PE1RXF-7,APZMDM," 13.6,86.3, 15.2, 90.1,999.9,999.9, 14.6, 93.9,999.9,999.9{038" +2022-01-20 15:18:42,ax1,PE1RXF-7,APZMDM," 12.0,87.1, 12.8, 91.1,999.9,999.9, 11.5, 91.8,999.9,999.9{039" +2022-01-20 15:28:42,ax1,PE1RXF-7,APZMDM," 10.2,88.9, 11.4, 91.8,999.9,999.9, 9.3, 99.9,999.9,999.9{040" +2022-01-20 15:38:57,ax1,PE1RXF-7,APZMDM," 9.0,89.9, 10.1, 91.5,999.9,999.9, 7.8, 99.9,999.9,999.9{041" +2022-01-20 15:39:12,ax1,PE1RXF-7,APZMDM," 9.0,89.9, 10.1, 91.5,999.9,999.9, 7.8, 99.9,999.9,999.9{041" +2022-01-20 15:49:12,ax1,PE1RXF-7,APZMDM," 7.8,90.1, 8.8, 92.2,999.9,999.9, 6.4, 99.9,999.9,999.9{042" +2022-01-20 15:59:12,ax1,PE1RXF-7,APZMDM," 7.0,91.4, 7.8, 92.4,997.4,999.9, 5.5, 99.9,999.9,999.9{043" +2022-01-20 16:09:11,ax1,PE1RXF-7,APZMDM," 6.7,92.0, 7.2, 92.3,995.0,999.9, 5.1, 99.9,999.9,999.9{044" +2022-01-20 16:19:11,ax1,PE1RXF-7,APZMDM," 6.3,92.0, 6.4, 92.8,993.7,999.9, 4.6, 99.9,999.9,999.9{045" +2022-01-20 16:29:11,ax1,PE1RXF-7,APZMDM," 5.9,92.9, 5.8, 93.3,992.5,999.9, 4.1, 99.9,999.9,999.9{046" +2022-01-20 16:39:40,ax1,PE1RXF-7,APZMDM," 5.3,92.9, 5.0, 93.2,990.6,999.9, 3.4, 99.9,999.9,999.9{047" +2022-01-20 16:39:55,ax1,PE1RXF-7,APZMDM," 5.3,92.9, 5.0, 93.2,990.6,999.9, 3.4, 99.9,999.9,999.9{047" +2022-01-20 16:50:25,ax1,PE1RXF-7,APZMDM," 4.7,93.2, 4.1, 93.5,990.6,999.9, 2.6, 99.9,999.9,999.9{048" +2022-01-20 17:00:25,ax1,PE1RXF-7,APZMDM," 4.3,93.5, 3.5, 93.9,988.2,999.9, 2.1, 99.9,999.9,999.9{049" +2022-01-20 17:10:25,ax1,PE1RXF-7,APZMDM," 4.0,93.6, 3.0, 94.6,989.7,999.9, 1.8, 99.9,999.9,999.9{050" +2022-01-20 17:20:24,ax1,PE1RXF-7,APZMDM," 3.8,93.8, 2.8, 95.0,991.6,999.9, 1.5, 99.9,999.9,999.9{051" +2022-01-20 17:30:24,ax1,PE1RXF-7,APZMDM," 3.7,93.9, 2.5, 95.3,991.3,999.9, 1.3, 99.9,999.9,999.9{052" +2022-01-20 17:40:24,ax1,PE1RXF-7,APZMDM," 3.6,94.1, 2.3, 95.6,991.2,999.9, 1.2, 99.9,999.9,999.9{053" +2022-01-20 17:50:38,ax1,PE1RXF-7,APZMDM," 3.7,95.0, 2.3, 96.4,989.3,999.9, 1.3, 99.9,999.9,999.9{054" +2022-01-20 18:00:38,ax1,PE1RXF-7,APZMDM," 3.9,95.2, 2.4, 97.1,987.3,999.9, 1.6, 99.9,999.9,999.9{055" +2022-01-20 18:10:38,ax1,PE1RXF-7,APZMDM," 3.8,95.0, 2.2, 97.7,988.6,999.9, 1.5, 99.9,999.9,999.9{056" +2022-01-20 18:20:37,ax1,PE1RXF-7,APZMDM," 3.8,95.0, 2.1, 98.3,989.4,999.9, 1.5, 99.9,999.9,999.9{057" +2022-01-20 18:30:37,ax1,PE1RXF-7,APZMDM," 3.7,95.2, 2.0, 98.5,990.6,999.9, 1.4, 99.9,999.9,999.9{058" +2022-01-20 18:40:37,ax1,PE1RXF-7,APZMDM," 3.6,95.1, 1.8, 98.9,987.1,999.9, 1.2, 99.9,999.9,999.9{059" +2022-01-20 18:50:37,ax1,PE1RXF-7,APZMDM," 3.4,95.2, 1.7, 99.4,986.8,999.9, 1.0, 99.9,999.9,999.9{060" +2022-01-20 19:00:36,ax1,PE1RXF-7,APZMDM," 3.2,95.3, 1.5, 99.5,987.4,999.9, 0.8, 99.9,999.9,999.9{061" +2022-01-20 19:10:36,ax1,PE1RXF-7,APZMDM," 3.2,95.7, 1.5, 99.9,988.9,999.9, 0.9, 99.9,999.9,999.9{062" +2022-01-20 19:10:51,ax1,PE1RXF-7,APZMDM," 3.2,95.7, 1.5, 99.9,988.9,999.9, 0.9, 99.9,999.9,999.9{062" +2022-01-20 19:20:51,ax1,PE1RXF-7,APZMDM," 3.2,95.4, 1.5, 99.9,987.9,999.9, 0.8, 99.9,999.9,999.9{063" +2022-01-20 19:30:50,ax1,PE1RXF-7,APZMDM," 3.1,95.1, 1.4, 99.9,988.8,999.9, 0.7, 99.9,999.9,999.9{064" +2022-01-20 19:40:50,ax1,PE1RXF-7,APZMDM," 3.1,95.3, 1.3, 99.9,986.3,999.9, 0.7, 99.9,999.9,999.9{065" +2022-01-20 19:50:50,ax1,PE1RXF-7,APZMDM," 3.0,95.1, 1.3, 99.9,985.8,999.9, 0.6, 99.9,999.9,999.9{066" +2022-01-20 20:00:50,ax1,PE1RXF-7,APZMDM," 2.9,94.8, 1.1, 99.9,986.0,999.9, 0.4, 99.9,999.9,999.9{067" +2022-01-20 20:10:49,ax1,PE1RXF-7,APZMDM," 2.9,95.2, 1.1, 99.9,984.2,999.9, 0.5, 99.9,999.9,999.9{068" +2022-01-20 20:20:49,ax1,PE1RXF-7,APZMDM," 3.3,96.0, 1.3, 99.9,983.5,999.9, 0.9, 99.9,999.9,999.9{069" +2022-01-20 20:30:49,ax1,PE1RXF-7,APZMDM," 3.5,96.0, 1.4, 99.9,984.4,999.9, 1.1, 99.9,999.9,999.9{070" +2022-01-20 20:40:48,ax1,PE1RXF-7,APZMDM," 3.5,95.8, 1.4, 99.9,983.9,999.9, 1.0, 99.9,999.9,999.9{071" +2022-01-20 20:50:48,ax1,PE1RXF-7,APZMDM," 3.2,95.3, 1.3, 99.9,983.8,999.9, 0.8, 99.9,999.9,999.9{072" +2022-01-20 21:00:48,ax1,PE1RXF-7,APZMDM," 3.2,96.0, 1.3, 99.9,985.0,999.9, 0.9, 99.9,999.9,999.9{073" +2022-01-20 21:10:47,ax1,PE1RXF-7,APZMDM," 3.3,95.9, 1.4, 99.9,984.5,999.9, 0.9, 99.9,999.9,999.9{074" +2022-01-20 21:11:02,ax1,PE1RXF-7,APZMDM," 3.3,95.9, 1.4, 99.9,984.5,999.9, 0.9, 99.9,999.9,999.9{074" +2022-01-20 21:21:02,ax1,PE1RXF-7,APZMDM," 3.3,96.2, 1.4, 99.9,984.1,999.9, 0.9, 99.9,999.9,999.9{075" +2022-01-20 21:31:02,ax1,PE1RXF-7,APZMDM," 3.5,96.4, 1.5, 99.9,983.9,999.9, 1.1, 99.9,999.9,999.9{076" +2022-01-20 21:31:17,ax1,PE1RXF-7,APZMDM," 3.5,96.4, 1.5, 99.9,983.9,999.9, 1.1, 99.9,999.9,999.9{076" +2022-01-20 21:41:17,ax1,PE1RXF-7,APZMDM," 3.6,96.2, 1.5, 99.9,985.1,999.9, 1.2, 99.9,999.9,999.9{077" +2022-01-20 21:41:32,ax1,PE1RXF-7,APZMDM," 3.6,96.2, 1.5, 99.9,985.1,999.9, 1.2, 99.9,999.9,999.9{077" +2022-01-20 21:41:47,ax1,PE1RXF-7,APZMDM," 3.6,96.2, 1.5, 99.9,985.1,999.9, 1.2, 99.9,999.9,999.9{077" +2022-01-20 21:51:46,ax1,PE1RXF-7,APZMDM," 3.5,95.8, 1.5, 99.9,984.4,999.9, 1.0, 99.9,999.9,999.9{078" +2022-01-20 22:01:46,ax1,PE1RXF-7,APZMDM," 3.4,96.1, 1.5, 99.9,985.6,999.9, 1.1, 99.9,999.9,999.9{079" +2022-01-20 22:11:46,ax1,PE1RXF-7,APZMDM," 3.6,96.6, 1.6, 99.9,984.8,999.9, 1.2, 99.9,999.9,999.9{080" +2022-01-20 22:21:45,ax1,PE1RXF-7,APZMDM," 3.8,96.6, 1.7, 99.9,984.2,999.9, 1.4, 99.9,999.9,999.9{081" +2022-01-20 22:31:45,ax1,PE1RXF-7,APZMDM," 3.7,96.4, 1.7, 99.9,984.6,999.9, 1.4, 99.9,999.9,999.9{082" +2022-01-20 22:41:45,ax1,PE1RXF-7,APZMDM," 3.6,96.2, 1.6, 99.9,984.8,999.9, 1.1, 99.9,999.9,999.9{083" +2022-01-20 22:51:45,ax1,PE1RXF-7,APZMDM," 3.2,95.9, 1.3, 99.9,984.7,999.9, 0.8, 99.9,999.9,999.9{084" +2022-01-20 23:01:45,ax1,PE1RXF-7,APZMDM," 2.9,96.0, 1.2, 99.9,984.7,999.9, 0.5, 99.9,999.9,999.9{085" +2022-01-20 23:11:44,ax1,PE1RXF-7,APZMDM," 2.9,97.0, 1.2, 99.9,983.6,999.9, 0.5, 99.9,999.9,999.9{086" +2022-01-20 23:21:44,ax1,PE1RXF-7,APZMDM," 3.1,97.1, 1.3, 99.9,984.6,999.9, 0.7, 99.9,999.9,999.9{087" +2022-01-20 23:31:44,ax1,PE1RXF-7,APZMDM," 3.1,96.8, 1.2, 99.9,983.5,999.9, 0.8, 99.9,999.9,999.9{088" +2022-01-20 23:41:44,ax1,PE1RXF-7,APZMDM," 3.1,96.9, 1.2, 99.9,984.0,999.9, 0.7, 99.9,999.9,999.9{089" +2022-01-20 23:51:44,ax1,PE1RXF-7,APZMDM," 3.0,96.9, 1.1, 99.9,983.9,999.9, 0.6, 99.9,999.9,999.9{090" +2022-01-20 23:51:59,ax1,PE1RXF-7,APZMDM," 3.0,96.9, 1.1, 99.9,983.9,999.9, 0.6, 99.9,999.9,999.9{090" +2022-01-21 00:01:58,ax1,PE1RXF-7,APZMDM," 2.8,96.6, 0.9, 99.9,984.0,999.9, 0.3, 99.9,999.9,999.9{091" +2022-01-21 00:11:58,ax1,PE1RXF-7,APZMDM," 2.5,96.5, 0.8, 99.9,983.4,999.9, 0.0, 99.9,999.9,999.9{092" +2022-01-21 00:12:13,ax1,PE1RXF-7,APZMDM," 2.5,96.5, 0.8, 99.9,983.4,999.9, 0.0, 99.9,999.9,999.9{092" +2022-01-21 00:22:13,ax1,PE1RXF-7,APZMDM," 2.3,96.6, 0.7, 99.9,983.6,999.9, -0.2, 99.9,999.9,999.9{093" +2022-01-21 00:32:12,ax1,PE1RXF-7,APZMDM," 2.3,97.2, 0.7, 99.9,984.0,999.9, -0.1, 99.9,999.9,999.9{094" +2022-01-21 00:42:12,ax1,PE1RXF-7,APZMDM," 2.4,96.9, 0.7, 99.9,983.9,999.9, -0.1, 99.9,999.9,999.9{095" +2022-01-21 00:52:12,ax1,PE1RXF-7,APZMDM," 2.2,96.0, 0.4, 99.9,984.2,999.9, -0.3, 99.9,999.9,999.9{096" +2022-01-21 01:02:27,ax1,PE1RXF-7,APZMDM," 2.0,95.9, 0.2, 99.9,983.7,999.9, -0.5, 99.9,999.9,999.9{097" +2022-01-21 01:12:26,ax1,PE1RXF-7,APZMDM," 2.0,96.4, 0.2, 99.9,983.8,999.9, -0.5, 99.9,999.9,999.9{098" +2022-01-21 01:22:26,ax1,PE1RXF-7,APZMDM," 2.0,96.8, 0.2, 99.9,983.9,999.9, -0.4, 99.9,999.9,999.9{099" +2022-01-21 01:32:26,ax1,PE1RXF-7,APZMDM," 2.3,97.5, 0.4, 99.9,983.7,999.9, -0.1, 99.9,999.9,999.9{100" +2022-01-21 01:32:41,ax1,PE1RXF-7,APZMDM," 2.3,97.5, 0.4, 99.9,983.7,999.9, -0.1, 99.9,999.9,999.9{100" +2022-01-21 01:42:41,ax1,PE1RXF-7,APZMDM," 2.6,97.8, 0.6, 99.9,981.6,999.9, 0.1, 99.9,999.9,999.9{101" +2022-01-21 01:52:41,ax1,PE1RXF-7,APZMDM," 2.7,97.6, 0.7, 99.9,981.7,999.9, 0.2, 99.9,999.9,999.9{102" +2022-01-21 02:02:40,ax1,PE1RXF-7,APZMDM," 2.7,97.4, 0.7, 99.9,981.9,999.9, 0.2, 99.9,999.9,999.9{103" +2022-01-21 02:12:55,ax1,PE1RXF-7,APZMDM," 2.5,97.3, 0.7, 99.9,981.4,999.9, 0.1, 99.9,999.9,999.9{104" +2022-01-21 02:22:55,ax1,PE1RXF-7,APZMDM," 2.3,96.6, 0.5, 99.9,981.7,999.9, -0.2, 99.9,999.9,999.9{105" +2022-01-21 02:32:54,ax1,PE1RXF-7,APZMDM," 1.9,96.1, 0.2, 99.9,982.2,999.9, -0.5, 99.9,999.9,999.9{106" +2022-01-21 02:42:54,ax1,PE1RXF-7,APZMDM," 1.7,96.4, 0.1, 99.9,981.6,999.9, -0.7, 99.9,999.9,999.9{107" +2022-01-21 02:52:54,ax1,PE1RXF-7,APZMDM," 1.8,97.3, 0.1, 99.9,981.7,999.9, -0.6, 99.9,999.9,999.9{108" +2022-01-21 03:02:53,ax1,PE1RXF-7,APZMDM," 2.1,97.7, 0.2, 99.9,981.0,999.9, -0.3, 99.9,999.9,999.9{109" +2022-01-21 03:12:53,ax1,PE1RXF-7,APZMDM," 2.4,98.2, 0.4, 99.9,980.3,999.9, 0.0, 99.9,999.9,999.9{110" +2022-01-21 03:23:08,ax1,PE1RXF-7,APZMDM," 2.7,98.2, 0.6, 99.9,980.4,999.9, 0.3, 99.9,999.9,999.9{111" +2022-01-21 03:33:08,ax1,PE1RXF-7,APZMDM," 2.9,98.1, 0.8, 99.9,981.5,999.9, 0.5, 99.9,999.9,999.9{112" +2022-01-21 03:43:07,ax1,PE1RXF-7,APZMDM," 3.0,97.9, 0.8, 99.9,981.6,999.9, 0.5, 99.9,999.9,999.9{113" +2022-01-21 03:53:07,ax1,PE1RXF-7,APZMDM," 2.9,97.7, 0.8, 99.9,981.3,999.9, 0.3, 99.9,999.9,999.9{114" +2022-01-21 04:03:07,ax1,PE1RXF-7,APZMDM," 2.7,97.7, 0.8, 99.9,981.5,999.9, 0.3, 99.9,999.9,999.9{115" +2022-01-21 04:13:06,ax1,PE1RXF-7,APZMDM," 2.7,97.6, 0.8, 99.9,981.2,999.9, 0.2, 99.9,999.9,999.9{116" +2022-01-21 04:23:06,ax1,PE1RXF-7,APZMDM," 2.6,97.4, 0.7, 99.9,981.1,999.9, 0.1, 99.9,999.9,999.9{117" +2022-01-21 04:33:06,ax1,PE1RXF-7,APZMDM," 2.4,97.3, 0.6, 99.9,979.4,999.9, 0.0, 99.9,999.9,999.9{118" +2022-01-21 04:43:06,ax1,PE1RXF-7,APZMDM," 2.5,97.9, 0.6, 99.9,979.7,999.9, 0.1, 99.9,999.9,999.9{119" +2022-01-21 04:53:05,ax1,PE1RXF-7,APZMDM," 2.7,98.2, 0.7, 99.9,979.7,999.9, 0.2, 99.9,999.9,999.9{120" +2022-01-21 04:53:20,ax1,PE1RXF-7,APZMDM," 2.7,98.2, 0.7, 99.9,979.7,999.9, 0.2, 99.9,999.9,999.9{120" +2022-01-21 05:03:20,ax1,PE1RXF-7,APZMDM," 2.8,98.3, 0.8, 99.9,979.7,999.9, 0.4, 99.9,999.9,999.9{121" +2022-01-21 05:13:35,ax1,PE1RXF-7,APZMDM," 2.9,98.3, 0.9, 99.9,979.4,999.9, 0.5, 99.9,999.9,999.9{122" +2022-01-21 05:23:34,ax1,PE1RXF-7,APZMDM," 2.9,98.0, 0.9, 99.9,979.9,999.9, 0.4, 99.9,999.9,999.9{123" +2022-01-21 05:23:49,ax1,PE1RXF-7,APZMDM," 2.9,98.0, 0.9, 99.9,979.9,999.9, 0.4, 99.9,999.9,999.9{123" +2022-01-21 05:33:49,ax1,PE1RXF-7,APZMDM," 2.7,97.4, 0.8, 99.9,979.2,999.9, 0.2, 99.9,999.9,999.9{124" +2022-01-21 05:43:49,ax1,PE1RXF-7,APZMDM," 2.6,97.6, 0.8, 99.9,979.5,999.9, 0.1, 99.9,999.9,999.9{125" +2022-01-21 05:53:48,ax1,PE1RXF-7,APZMDM," 2.4,97.0, 0.6, 99.9,978.5,999.9, -0.1, 99.9,999.9,999.9{126" +2022-01-21 06:03:48,ax1,PE1RXF-7,APZMDM," 2.2,97.0, 0.5, 99.9,978.8,999.9, -0.3, 99.9,999.9,999.9{127" +2022-01-21 06:13:48,ax1,PE1RXF-7,APZMDM," 2.3,97.9, 0.5, 99.9,978.8,999.9, -0.1, 99.9,999.9,999.9{128" +2022-01-21 06:24:02,ax1,PE1RXF-7,APZMDM," 2.5,98.3, 0.6, 99.9,978.2,999.9, 0.1, 99.9,999.9,999.9{129" +2022-01-21 06:34:02,ax1,PE1RXF-7,APZMDM," 2.5,97.6, 0.6, 99.9,977.3,999.9, 0.0, 99.9,999.9,999.9{130" +2022-01-21 06:44:02,ax1,PE1RXF-7,APZMDM," 2.3,97.3, 0.5, 99.9,978.8,999.9, -0.1, 99.9,999.9,999.9{131" +2022-01-21 06:54:17,ax1,PE1RXF-7,APZMDM," 2.2,97.5, 0.4, 99.9,978.9,999.9, -0.2, 99.9,999.9,999.9{132" +2022-01-21 07:04:16,ax1,PE1RXF-7,APZMDM," 2.1,97.0, 0.2, 99.9,978.8,999.9, -0.4, 99.9,999.9,999.9{133" +2022-01-21 07:14:16,ax1,PE1RXF-7,APZMDM," 1.9,97.0, 0.2, 99.9,978.6,999.9, -0.5, 99.9,999.9,999.9{134" +2022-01-21 07:24:16,ax1,PE1RXF-7,APZMDM," 2.0,97.4, 0.1, 99.9,978.4,999.9, -0.4, 99.9,999.9,999.9{135" +2022-01-21 07:34:15,ax1,PE1RXF-7,APZMDM," 2.1,97.4, 0.2, 99.9,978.6,999.9, -0.4, 99.9,999.9,999.9{136" +2022-01-21 07:44:30,ax1,PE1RXF-7,APZMDM," 2.1,97.1, 0.1, 99.9,978.1,999.9, -0.4, 99.9,999.9,999.9{137" +2022-01-21 07:54:30,ax1,PE1RXF-7,APZMDM," 2.1,97.2, 0.1, 99.9,978.2,999.9, -0.4, 99.9,999.9,999.9{138" +2022-01-21 08:04:29,ax1,PE1RXF-7,APZMDM," 2.0,96.9, 0.1, 99.9,978.0,999.9, -0.5, 99.9,999.9,999.9{139" +2022-01-21 08:14:29,ax1,PE1RXF-7,APZMDM," 1.9,96.9, 0.1, 99.9,978.1,999.9, -0.5, 99.9,999.9,999.9{140" +2022-01-21 08:24:44,ax1,PE1RXF-7,APZMDM," 2.0,96.9, 0.1, 99.9,977.9,999.9, -0.5, 99.9,999.9,999.9{141" +2022-01-21 08:34:44,ax1,PE1RXF-7,APZMDM," 2.0,96.7, 0.1, 99.9,978.1,999.9, -0.5, 99.9,999.9,999.9{142" +2022-01-21 08:44:43,ax1,PE1RXF-7,APZMDM," 2.1,96.9, 0.1, 99.9,977.9,999.9, -0.5, 99.9,999.9,999.9{143" +2022-01-21 08:44:58,ax1,PE1RXF-7,APZMDM," 2.1,96.9, 0.1, 99.9,977.9,999.9, -0.5, 99.9,999.9,999.9{143" +2022-01-21 08:54:58,ax1,PE1RXF-7,APZMDM," 2.2,96.9, 0.2, 99.9,978.0,999.9, -0.4, 99.9,999.9,999.9{144" +2022-01-21 08:55:13,ax1,PE1RXF-7,APZMDM," 2.2,96.9, 0.2, 99.9,978.0,999.9, -0.4, 99.9,999.9,999.9{144" +2022-01-21 09:05:13,ax1,PE1RXF-7,APZMDM," 2.3,96.6, 0.4, 99.9,978.2,999.9, -0.3, 99.9,999.9,999.9{145" +2022-01-21 09:15:27,ax1,PE1RXF-7,APZMDM," 2.5,96.5, 0.7, 99.9,978.1,999.9, -0.1, 99.9,999.9,999.9{146" +2022-01-21 09:25:27,ax1,PE1RXF-7,APZMDM," 2.9,96.4, 1.2, 99.9,978.1,999.9, 0.2, 99.9,999.9,999.9{147" +2022-01-21 09:35:27,ax1,PE1RXF-7,APZMDM," 3.2,96.6, 1.5, 99.9,978.3,999.9, 0.4, 99.9,999.9,999.9{148" +2022-01-21 09:45:26,ax1,PE1RXF-7,APZMDM," 3.7,96.6, 2.1, 99.9,978.7,999.9, 0.8, 99.9,999.9,999.9{149" +2022-01-21 09:55:26,ax1,PE1RXF-7,APZMDM," 4.5,96.7, 3.2, 99.9,979.2,999.9, 1.5, 99.9,999.9,999.9{150" +2022-01-21 10:05:26,ax1,PE1RXF-7,APZMDM," 5.3,95.8, 4.1, 99.9,980.2,999.9, 2.4, 99.9,999.9,999.9{151" +2022-01-21 10:15:25,ax1,PE1RXF-7,APZMDM," 5.6,95.9, 4.4, 99.9,980.4,999.9, 2.8, 99.9,999.9,999.9{152" +2022-01-21 10:15:40,ax1,PE1RXF-7,APZMDM," 5.6,95.9, 4.4, 99.9,980.4,999.9, 2.8, 99.9,999.9,999.9{152" +2022-01-21 10:25:40,ax1,PE1RXF-7,APZMDM," 5.8,95.9, 4.7, 99.9,980.4,999.9, 3.1, 99.9,999.9,999.9{153" +2022-01-21 10:35:40,ax1,PE1RXF-7,APZMDM," 5.9,96.3, 4.9, 99.9,980.1,999.9, 3.3, 99.9,999.9,999.9{154" +2022-01-21 10:45:40,ax1,PE1RXF-7,APZMDM," 6.1,96.7, 5.3, 99.9,979.4,999.9, 3.7, 99.9,999.9,999.9{155" +2022-01-21 10:56:09,ax1,PE1RXF-7,APZMDM," 6.5,96.8, 5.7, 99.9,980.2,999.9, 4.0, 99.9,999.9,999.9{156" +2022-01-21 11:06:09,ax1,PE1RXF-7,APZMDM," 6.7,97.1, 5.9, 99.9,979.7,999.9, 4.3, 99.9,999.9,999.9{157" +2022-01-21 11:16:09,ax1,PE1RXF-7,APZMDM," 7.2,97.1, 6.6, 99.9,980.1,999.9, 4.7, 99.9,999.9,999.9{158" +2022-01-21 11:26:08,ax1,PE1RXF-7,APZMDM," 7.6,97.1, 6.9, 99.9,979.7,999.9, 5.1, 99.9,999.9,999.9{159" +2022-01-21 11:36:08,ax1,PE1RXF-7,APZMDM," 7.9,97.7, 7.4, 99.9,979.6,999.9, 5.5, 99.9,999.9,999.9{160" +2022-01-21 11:36:23,ax1,PE1RXF-7,APZMDM," 7.9,97.7, 7.4, 99.9,979.6,999.9, 5.5, 99.9,999.9,999.9{160" +2022-01-21 11:46:38,ax1,PE1RXF-7,APZMDM," 8.1,97.7, 7.5, 99.9,979.0,999.9, 5.7, 99.9,999.9,999.9{161" +2022-01-21 11:56:38,ax1,PE1RXF-7,APZMDM," 8.5,98.2, 8.0, 99.9,980.0,999.9, 6.1, 99.9,999.9,999.9{162" +2022-01-21 12:06:37,ax1,PE1RXF-7,APZMDM," 9.3,98.0, 8.8, 99.9,979.8,999.9, 6.8, 99.9,999.9,999.9{163" +2022-01-21 12:16:37,ax1,PE1RXF-7,APZMDM," 9.3,97.7, 8.6, 99.9,980.0,999.9, 6.9, 99.9,999.9,999.9{164" +2022-01-21 12:26:52,ax1,PE1RXF-7,APZMDM," 8.9,97.8, 8.2, 99.9,980.5,999.9, 6.6, 99.9,999.9,999.9{165" +2022-01-21 12:36:52,ax1,PE1RXF-7,APZMDM," 8.6,98.0, 7.9, 99.9,981.2,999.9, 6.3, 99.9,999.9,999.9{166" +2022-01-21 12:37:07,ax1,PE1RXF-7,APZMDM," 8.6,98.0, 7.9, 99.9,981.2,999.9, 6.3, 99.9,999.9,999.9{166" +2022-01-21 12:47:06,ax1,PE1RXF-7,APZMDM," 8.7,98.8, 8.2, 99.9,980.1,999.9, 6.4, 99.9,999.9,999.9{167" +2022-01-21 12:57:06,ax1,PE1RXF-7,APZMDM," 8.7,98.7, 8.0, 99.9,980.5,999.9, 6.4, 99.9,999.9,999.9{168" +2022-01-21 12:57:21,ax1,PE1RXF-7,APZMDM," 8.7,98.7, 8.0, 99.9,980.5,999.9, 6.4, 99.9,999.9,999.9{168" +2022-01-21 13:07:21,ax1,PE1RXF-7,APZMDM," 8.9,99.4, 8.5, 99.9,980.6,999.9, 6.6, 99.9,999.9,999.9{169" +2022-01-21 13:17:51,ax1,PE1RXF-7,APZMDM," 8.9,99.0, 8.2, 99.9,979.6,999.9, 6.6, 99.9,999.9,999.9{170" +2022-01-21 13:27:50,ax1,PE1RXF-7,APZMDM," 9.1,99.3, 8.8, 99.9,979.8,999.9, 6.8, 99.9,999.9,999.9{171" +2022-01-21 13:28:05,ax1,PE1RXF-7,APZMDM," 9.1,99.3, 8.8, 99.9,979.8,999.9, 6.8, 99.9,999.9,999.9{171" +2022-01-21 13:38:05,ax1,PE1RXF-7,APZMDM," 9.7,99.3, 9.3, 99.9,980.5,999.9, 7.2, 99.9,999.9,999.9{172" +2022-01-21 13:38:50,ax1,PE1RXF-7,APZMDM," 9.7,99.3, 9.3, 99.9,980.5,999.9, 7.2, 99.9,999.9,999.9{172" +2022-01-21 13:48:50,ax1,PE1RXF-7,APZMDM," 9.8,99.1, 9.2, 99.9,980.9,999.9, 7.4, 99.9,999.9,999.9{173" +2022-01-21 13:58:50,ax1,PE1RXF-7,APZMDM," 9.6,99.3, 9.0, 99.9,980.6,999.9, 7.3, 99.9,999.9,999.9{174" +2022-01-21 14:08:49,ax1,PE1RXF-7,APZMDM," 9.6,99.4, 9.1, 99.9,980.5,999.9, 7.3, 99.9,999.9,999.9{175" +2022-01-21 14:18:49,ax1,PE1RXF-7,APZMDM," 9.7,99.7, 9.2, 99.9,981.8,999.9, 7.4, 99.9,999.9,999.9{176" +2022-01-21 14:28:49,ax1,PE1RXF-7,APZMDM," 9.6,99.7, 9.0, 99.9,982.2,999.9, 7.4, 99.9,999.9,999.9{177" +2022-01-21 14:38:49,ax1,PE1RXF-7,APZMDM," 9.6,100.0, 9.0, 99.9,982.1,999.9, 7.4, 99.9,999.9,999.9{178" +2022-01-21 14:48:48,ax1,PE1RXF-7,APZMDM," 9.8,99.8, 9.2, 99.9,982.7,999.9, 7.6, 99.9,999.9,999.9{179" +2022-01-21 14:49:03,ax1,PE1RXF-7,APZMDM," 9.8,99.8, 9.2, 99.9,982.7,999.9, 7.6, 99.9,999.9,999.9{179" +2022-01-21 14:59:03,ax1,PE1RXF-7,APZMDM," 9.8,99.8, 9.1, 99.9,979.0,999.9, 7.6, 99.9,999.9,999.9{180" +2022-01-21 15:09:03,ax1,PE1RXF-7,APZMDM," 9.7,99.9, 9.0, 99.9,978.8,999.9, 7.5, 99.9,999.9,999.9{181" +2022-01-21 15:19:03,ax1,PE1RXF-7,APZMDM," 9.5,100.0, 8.6, 99.9,978.9,999.9, 7.3, 99.9,999.9,999.9{182" +2022-01-21 15:29:03,ax1,PE1RXF-7,APZMDM," 9.1,100.2, 8.1, 99.9,978.8,999.9, 7.0, 99.9,999.9,999.9{183" +2022-01-21 15:39:03,ax1,PE1RXF-7,APZMDM," 8.9,100.6, 7.9, 99.9,978.7,999.9, 6.8, 99.9,999.9,999.9{184" +2022-01-21 15:49:02,ax1,PE1RXF-7,APZMDM," 8.9,100.7, 8.0, 99.9,978.8,999.9, 6.8, 99.9,999.9,999.9{185" +2022-01-21 15:59:02,ax1,PE1RXF-7,APZMDM," 8.9,100.8, 7.8, 99.9,978.7,999.9, 6.7, 99.9,999.9,999.9{186" +2022-01-21 16:09:02,ax1,PE1RXF-7,APZMDM," 8.8,100.8, 7.5, 99.9,978.8,999.9, 6.6, 99.9,999.9,999.9{187" +2022-01-21 16:19:02,ax1,PE1RXF-7,APZMDM," 8.6,101.0, 7.3, 99.9,978.8,999.9, 6.5, 99.9,999.9,999.9{188" +2022-01-21 16:29:16,ax1,PE1RXF-7,APZMDM," 8.5,101.2, 7.1, 99.9,978.8,999.9, 6.3, 99.9,999.9,999.9{189" +2022-01-21 16:39:16,ax1,PE1RXF-7,APZMDM," 8.4,101.3, 6.9, 99.9,978.8,999.9, 6.2, 99.9,999.9,999.9{190" +2022-01-21 16:49:16,ax1,PE1RXF-7,APZMDM," 8.3,101.4, 6.8, 99.9,978.8,999.9, 6.1, 99.9,999.9,999.9{191" +2022-01-21 16:59:31,ax1,PE1RXF-7,APZMDM," 8.3,101.2, 6.7, 99.9,978.8,999.9, 6.1, 99.9,999.9,999.9{192" +2022-01-21 17:09:31,ax1,PE1RXF-7,APZMDM," 8.2,101.3, 6.6, 99.9,979.0,999.9, 6.0, 99.9,999.9,999.9{193" +2022-01-21 17:19:47,ax1,PE1RXF-7,APZMDM," 8.2,101.4, 6.5, 99.9,978.7,999.9, 5.9, 99.9,999.9,999.9{194" +2022-01-21 17:29:48,ax1,PE1RXF-7,APZMDM," 8.1,101.5, 6.5, 99.9,979.0,999.9, 5.9, 99.9,999.9,999.9{195" +2022-01-21 17:39:45,ax1,PE1RXF-7,APZMDM," 8.1,101.5, 6.4, 99.9,979.2,999.9, 5.9, 99.9,999.9,999.9{196" +2022-01-21 17:49:45,ax1,PE1RXF-7,APZMDM," 8.1,101.6, 6.4, 99.9,979.5,999.9, 5.9, 99.9,999.9,999.9{197" +2022-01-21 17:50:00,ax1,PE1RXF-7,APZMDM," 8.1,101.6, 6.4, 99.9,979.5,999.9, 5.9, 99.9,999.9,999.9{197" +2022-01-21 18:00:00,ax1,PE1RXF-7,APZMDM," 8.1,101.8, 6.3, 99.9,979.1,999.9, 5.9, 99.9,999.9,999.9{198" +2022-01-21 18:10:15,ax1,PE1RXF-7,APZMDM," 8.0,101.8, 6.3, 99.9,979.7,999.9, 5.8, 99.9,999.9,999.9{199" +2022-01-21 18:10:29,ax1,PE1RXF-7,APZMDM," 8.0,101.8, 6.3, 99.9,979.7,999.9, 5.8, 99.9,999.9,999.9{199" +2022-01-21 18:20:29,ax1,PE1RXF-7,APZMDM," 8.0,101.9, 6.3, 99.9,979.0,999.9, 5.8, 99.9,999.9,999.9{200" +2022-01-21 18:30:29,ax1,PE1RXF-7,APZMDM," 8.0,102.0, 6.2, 99.9,979.7,999.9, 5.8, 99.9,999.9,999.9{201" +2022-01-21 18:40:29,ax1,PE1RXF-7,APZMDM," 8.0,102.1, 6.2, 99.9,979.2,999.9, 5.7, 99.9,999.9,999.9{202" +2022-01-21 18:50:29,ax1,PE1RXF-7,APZMDM," 8.0,102.2, 6.2, 99.9,979.3,999.9, 5.7, 99.9,999.9,999.9{203" +2022-01-21 19:00:28,ax1,PE1RXF-7,APZMDM," 8.0,102.2, 6.2, 99.9,979.2,999.9, 5.7, 99.9,999.9,999.9{204" +2022-01-21 19:10:28,ax1,PE1RXF-7,APZMDM," 8.0,102.2, 6.2, 99.9,980.1,999.9, 5.7, 99.9,999.9,999.9{205" +2022-01-21 19:20:28,ax1,PE1RXF-7,APZMDM," 8.0,102.2, 6.1, 99.9,980.5,999.9, 5.7, 99.9,999.9,999.9{206" +2022-01-21 19:30:28,ax1,PE1RXF-7,APZMDM," 8.0,102.2, 6.1, 99.9,981.2,999.9, 5.7, 99.9,999.9,999.9{207" +2022-01-21 19:40:28,ax1,PE1RXF-7,APZMDM," 7.9,102.2, 6.1, 99.9,981.1,999.9, 5.7, 99.9,999.9,999.9{208" +2022-01-21 19:50:27,ax1,PE1RXF-7,APZMDM," 7.9,102.2, 6.1, 99.9,981.5,999.9, 5.6, 99.9,999.9,999.9{209" +2022-01-21 20:00:27,ax1,PE1RXF-7,APZMDM," 7.9,102.1, 6.0, 99.9,981.6,999.9, 5.6, 99.9,999.9,999.9{210" +2022-01-21 20:10:27,ax1,PE1RXF-7,APZMDM," 7.9,102.1, 6.0, 99.9,981.1,999.9, 5.6, 99.9,999.9,999.9{211" +2022-01-21 20:20:42,ax1,PE1RXF-7,APZMDM," 7.9,102.0, 6.0, 99.9,981.6,999.9, 5.6, 99.9,999.9,999.9{212" +2022-01-21 20:30:42,ax1,PE1RXF-7,APZMDM," 7.9,101.9, 6.0, 99.9,981.6,999.9, 5.6, 99.9,999.9,999.9{213" +2022-01-21 20:40:41,ax1,PE1RXF-7,APZMDM," 7.9,102.0, 6.0, 99.9,981.3,999.9, 5.6, 99.9,999.9,999.9{214" +2022-01-21 20:50:41,ax1,PE1RXF-7,APZMDM," 7.8,102.0, 6.0, 99.9,980.9,999.9, 5.6, 99.9,999.9,999.9{215" +2022-01-21 21:00:41,ax1,PE1RXF-7,APZMDM," 7.8,102.0, 5.9, 99.9,980.9,999.9, 5.5, 99.9,999.9,999.9{216" +2022-01-21 21:10:40,ax1,PE1RXF-7,APZMDM," 7.8,102.1, 5.9, 99.9,981.3,999.9, 5.5, 99.9,999.9,999.9{217" +2022-01-21 21:20:40,ax1,PE1RXF-7,APZMDM," 7.8,102.2, 5.9, 99.9,981.5,999.9, 5.4, 99.9,999.9,999.9{218" +2022-01-21 21:30:40,ax1,PE1RXF-7,APZMDM," 7.7,102.3, 5.8, 99.9,979.5,999.9, 5.4, 99.9,999.9,999.9{219" +2022-01-21 21:30:55,ax1,PE1RXF-7,APZMDM," 7.7,102.3, 5.8, 99.9,979.5,999.9, 5.4, 99.9,999.9,999.9{219" +2022-01-21 21:40:55,ax1,PE1RXF-7,APZMDM," 7.7,102.5, 5.8, 99.9,980.3,999.9, 5.4, 99.9,999.9,999.9{220" +2022-01-21 21:50:54,ax1,PE1RXF-7,APZMDM," 7.7,102.5, 5.8, 99.9,981.3,999.9, 5.4, 99.9,999.9,999.9{221" +2022-01-21 22:00:54,ax1,PE1RXF-7,APZMDM," 7.7,102.6, 5.8, 99.9,981.2,999.9, 5.5, 99.9,999.9,999.9{222" +2022-01-21 22:11:24,ax1,PE1RXF-7,APZMDM," 7.7,102.7, 5.8, 99.9,981.5,999.9, 5.5, 99.9,999.9,999.9{223" +2022-01-21 22:21:24,ax1,PE1RXF-7,APZMDM," 7.8,102.7, 5.9, 99.9,981.1,999.9, 5.5, 99.9,999.9,999.9{224" +2022-01-21 22:21:39,ax1,PE1RXF-7,APZMDM," 7.8,102.7, 5.9, 99.9,981.1,999.9, 5.5, 99.9,999.9,999.9{224" +2022-01-21 22:31:38,ax1,PE1RXF-7,APZMDM," 7.8,102.8, 5.9, 99.9,981.3,999.9, 5.5, 99.9,999.9,999.9{225" +2022-01-21 22:41:53,ax1,PE1RXF-7,APZMDM," 7.8,102.9, 5.9, 99.9,981.8,999.9, 5.5, 99.9,999.9,999.9{226" +2022-01-21 22:51:53,ax1,PE1RXF-7,APZMDM," 7.8,102.9, 5.9, 99.9,979.7,999.9, 5.5, 99.9,999.9,999.9{227" +2022-01-21 22:52:08,ax1,PE1RXF-7,APZMDM," 7.8,102.9, 5.9, 99.9,979.7,999.9, 5.5, 99.9,999.9,999.9{227" +2022-01-21 23:02:07,ax1,PE1RXF-7,APZMDM," 7.8,103.0, 5.9, 99.9,983.1,999.9, 5.6, 99.9,999.9,999.9{228" +2022-01-21 23:12:08,ax1,PE1RXF-7,APZMDM," 7.8,103.1, 6.0, 99.9,983.5,999.9, 5.5, 99.9,999.9,999.9{229" +2022-01-21 23:22:07,ax1,PE1RXF-7,APZMDM," 7.8,103.2, 5.9, 99.9,983.5,999.9, 5.6, 99.9,999.9,999.9{230" +2022-01-21 23:32:07,ax1,PE1RXF-7,APZMDM," 7.9,103.3, 6.0, 99.9,983.6,999.9, 5.6, 99.9,999.9,999.9{231" +2022-01-21 23:42:06,ax1,PE1RXF-7,APZMDM," 7.9,103.3, 6.0, 99.9,983.1,999.9, 5.6, 99.9,999.9,999.9{232" +2022-01-21 23:52:06,ax1,PE1RXF-7,APZMDM," 7.9,103.4, 6.0, 99.9,983.6,999.9, 5.6, 99.9,999.9,999.9{233" +2022-01-22 00:02:06,ax1,PE1RXF-7,APZMDM," 8.0,103.5, 6.0, 99.9,983.0,999.9, 5.7, 99.9,999.9,999.9{234" +2022-01-22 00:12:06,ax1,PE1RXF-7,APZMDM," 8.0,103.6, 6.1, 99.9,983.0,999.9, 5.7, 99.9,999.9,999.9{235" +2022-01-22 00:22:05,ax1,PE1RXF-7,APZMDM," 8.0,103.7, 6.1, 99.9,983.3,999.9, 5.8, 99.9,999.9,999.9{236" +2022-01-22 00:32:05,ax1,PE1RXF-7,APZMDM," 8.1,103.7, 6.2, 99.9,983.0,999.9, 5.8, 99.9,999.9,999.9{237" +2022-01-22 00:42:05,ax1,PE1RXF-7,APZMDM," 8.1,103.8, 6.2, 99.9,982.9,999.9, 5.9, 99.9,999.9,999.9{238" +2022-01-22 00:52:05,ax1,PE1RXF-7,APZMDM," 8.1,103.9, 6.2, 99.9,982.5,999.9, 5.9, 99.9,999.9,999.9{239" +2022-01-22 01:02:04,ax1,PE1RXF-7,APZMDM," 8.2,103.9, 6.2, 99.9,983.7,999.9, 5.9, 99.9,999.9,999.9{240" +2022-01-22 01:02:19,ax1,PE1RXF-7,APZMDM," 8.2,103.9, 6.2, 99.9,983.7,999.9, 5.9, 99.9,999.9,999.9{240" +2022-01-22 01:12:19,ax1,PE1RXF-7,APZMDM," 8.2,104.0, 6.3, 99.9,982.3,999.9, 6.0, 99.9,999.9,999.9{241" +2022-01-22 01:22:19,ax1,PE1RXF-7,APZMDM," 8.2,104.1, 6.3, 99.9,983.6,999.9, 6.0, 99.9,999.9,999.9{242" +2022-01-22 01:32:19,ax1,PE1RXF-7,APZMDM," 8.3,104.1, 6.3, 99.9,981.6,999.9, 6.0, 99.9,999.9,999.9{243" +2022-01-22 01:42:33,ax1,PE1RXF-7,APZMDM," 8.3,104.1, 6.4, 99.9,980.0,999.9, 6.0, 99.9,999.9,999.9{244" +2022-01-22 01:52:33,ax1,PE1RXF-7,APZMDM," 8.3,104.2, 6.4, 99.9,982.8,999.9, 6.0, 99.9,999.9,999.9{245" +2022-01-22 02:02:33,ax1,PE1RXF-7,APZMDM," 8.3,104.2, 6.4, 99.9,981.6,999.9, 6.0, 99.9,999.9,999.9{246" +2022-01-22 02:12:32,ax1,PE1RXF-7,APZMDM," 8.3,104.2, 6.4, 99.9,981.6,999.9, 6.1, 99.9,999.9,999.9{247" +2022-01-22 02:22:32,ax1,PE1RXF-7,APZMDM," 8.3,104.3, 6.4, 99.9,981.7,999.9, 6.1, 99.9,999.9,999.9{248" +2022-01-22 02:32:32,ax1,PE1RXF-7,APZMDM," 8.4,104.3, 6.4, 99.9,981.7,999.9, 6.1, 99.9,999.9,999.9{249" +2022-01-22 02:42:47,ax1,PE1RXF-7,APZMDM," 8.4,104.3, 6.5, 99.9,981.5,999.9, 6.1, 99.9,999.9,999.9{250" +2022-01-22 02:52:46,ax1,PE1RXF-7,APZMDM," 8.4,104.4, 6.5, 99.9,982.1,999.9, 6.1, 99.9,999.9,999.9{251" +2022-01-22 03:02:46,ax1,PE1RXF-7,APZMDM," 8.4,104.4, 6.5, 99.9,981.9,999.9, 6.1, 99.9,999.9,999.9{252" +2022-01-22 03:13:01,ax1,PE1RXF-7,APZMDM," 8.4,104.4, 6.5, 99.9,983.7,999.9, 6.1, 99.9,999.9,999.9{253" +2022-01-22 03:23:01,ax1,PE1RXF-7,APZMDM," 8.4,104.4, 6.5, 99.9,979.4,999.9, 6.1, 99.9,999.9,999.9{254" +2022-01-22 03:33:00,ax1,PE1RXF-7,APZMDM," 8.3,104.4, 6.4, 99.9,982.6,999.9, 6.1, 99.9,999.9,999.9{255" +2022-01-22 03:43:00,ax1,PE1RXF-7,APZMDM," 8.3,104.4, 6.4, 99.9,981.7,999.9, 6.1, 99.9,999.9,999.9{256" +2022-01-22 03:53:00,ax1,PE1RXF-7,APZMDM," 8.3,104.3, 6.4, 99.9,982.1,999.9, 6.0, 99.9,999.9,999.9{257" +2022-01-22 04:03:00,ax1,PE1RXF-7,APZMDM," 8.3,104.3, 6.4, 99.9,981.9,999.9, 6.0, 99.9,999.9,999.9{258" +2022-01-22 04:12:59,ax1,PE1RXF-7,APZMDM," 8.2,104.3, 6.4, 99.9,983.1,999.9, 6.0, 99.9,999.9,999.9{259" +2022-01-22 04:22:59,ax1,PE1RXF-7,APZMDM," 8.2,104.3, 6.4, 99.9,983.9,999.9, 5.9, 99.9,999.9,999.9{260" +2022-01-22 04:32:59,ax1,PE1RXF-7,APZMDM," 8.2,104.2, 6.3, 99.9,983.7,999.9, 5.9, 99.9,999.9,999.9{261" +2022-01-22 04:42:59,ax1,PE1RXF-7,APZMDM," 8.2,104.2, 6.3, 99.9,983.5,999.9, 5.9, 99.9,999.9,999.9{262" +2022-01-22 04:52:58,ax1,PE1RXF-7,APZMDM," 8.1,104.2, 6.2, 99.9,984.1,999.9, 5.8, 99.9,999.9,999.9{263" +2022-01-22 05:02:58,ax1,PE1RXF-7,APZMDM," 8.1,104.3, 6.2, 99.9,985.8,999.9, 5.8, 99.9,999.9,999.9{264" +2022-01-22 05:12:58,ax1,PE1RXF-7,APZMDM," 8.1,104.3, 6.3, 99.9,993.8,999.9, 5.8, 99.9,999.9,999.9{265" +2022-01-22 05:22:57,ax1,PE1RXF-7,APZMDM," 8.1,104.3, 6.2, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{266" +2022-01-22 05:32:57,ax1,PE1RXF-7,APZMDM," 8.1,104.3, 6.2, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{267" +2022-01-22 05:42:57,ax1,PE1RXF-7,APZMDM," 8.1,104.3, 6.2, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{268" +2022-01-22 05:52:57,ax1,PE1RXF-7,APZMDM," 8.0,104.3, 6.2, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{269" +2022-01-22 06:02:56,ax1,PE1RXF-7,APZMDM," 8.1,104.3, 6.2, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{270" +2022-01-22 06:03:11,ax1,PE1RXF-7,APZMDM," 8.1,104.3, 6.2, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{270" +2022-01-22 06:03:26,ax1,PE1RXF-7,APZMDM," 8.1,104.3, 6.2, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{270" +2022-01-22 06:13:26,ax1,PE1RXF-7,APZMDM," 8.0,104.4, 6.2, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{271" +2022-01-22 06:23:26,ax1,PE1RXF-7,APZMDM," 8.0,104.4, 6.1, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{272" +2022-01-22 06:33:26,ax1,PE1RXF-7,APZMDM," 8.0,104.4, 6.2, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{273" +2022-01-22 06:43:40,ax1,PE1RXF-7,APZMDM," 8.0,104.4, 6.1, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{274" +2022-01-22 06:53:40,ax1,PE1RXF-7,APZMDM," 8.0,104.4, 6.1, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{275" +2022-01-22 07:03:40,ax1,PE1RXF-7,APZMDM," 8.0,104.3, 6.1, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{276" +2022-01-22 07:13:39,ax1,PE1RXF-7,APZMDM," 8.0,104.4, 6.1, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{277" +2022-01-22 07:23:39,ax1,PE1RXF-7,APZMDM," 8.0,104.4, 6.1, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{278" +2022-01-22 07:23:54,ax1,PE1RXF-7,APZMDM," 8.0,104.4, 6.1, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{278" +2022-01-22 07:34:09,ax1,PE1RXF-7,APZMDM," 8.0,104.5, 6.1, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{279" +2022-01-22 07:44:09,ax1,PE1RXF-7,APZMDM," 7.9,104.5, 6.1, 99.9,999.9,999.9, 5.6, 99.9,999.9,999.9{280" +2022-01-22 07:54:08,ax1,PE1RXF-7,APZMDM," 8.0,104.5, 6.1, 99.9,999.9,999.9, 5.6, 99.9,999.9,999.9{281" +2022-01-22 08:04:08,ax1,PE1RXF-7,APZMDM," 8.0,104.5, 6.1, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{282" +2022-01-22 08:14:08,ax1,PE1RXF-7,APZMDM," 8.0,104.6, 6.1, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{283" +2022-01-22 08:24:08,ax1,PE1RXF-7,APZMDM," 8.0,104.6, 6.1, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{284" +2022-01-22 08:34:07,ax1,PE1RXF-7,APZMDM," 8.0,104.6, 6.2, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{285" +2022-01-22 08:44:07,ax1,PE1RXF-7,APZMDM," 8.1,104.6, 6.2, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{286" +2022-01-22 08:54:07,ax1,PE1RXF-7,APZMDM," 8.1,104.7, 6.4, 99.9,999.9,999.9, 5.9, 99.9,999.9,999.9{287" +2022-01-22 09:04:07,ax1,PE1RXF-7,APZMDM," 8.2,104.7, 6.5, 99.9,999.9,999.9, 5.9, 99.9,999.9,999.9{288" +2022-01-22 09:14:06,ax1,PE1RXF-7,APZMDM," 8.3,104.7, 6.6, 99.9,999.9,999.9, 6.0, 99.9,999.9,999.9{289" +2022-01-22 09:24:06,ax1,PE1RXF-7,APZMDM," 8.5,104.7, 6.9, 99.9,999.9,999.9, 6.2, 99.9,999.9,999.9{290" +2022-01-22 09:34:06,ax1,PE1RXF-7,APZMDM," 8.7,104.5, 7.2, 99.9,999.9,999.9, 6.4, 99.9,999.9,999.9{291" +2022-01-22 09:44:05,ax1,PE1RXF-7,APZMDM," 8.8,104.3, 7.4, 99.9,999.9,999.9, 6.5, 99.9,999.9,999.9{292" +2022-01-22 09:54:05,ax1,PE1RXF-7,APZMDM," 9.3,103.9, 8.2, 99.9,999.9,999.9, 6.9, 99.9,999.9,999.9{293" +2022-01-22 10:04:05,ax1,PE1RXF-7,APZMDM," 9.8,103.4, 8.8, 99.9,999.9,999.9, 7.3, 99.9,999.9,999.9{294" +2022-01-22 10:14:05,ax1,PE1RXF-7,APZMDM," 10.1,102.8, 9.0, 99.9,999.9,999.9, 7.6, 99.9,999.9,999.9{295" +2022-01-22 10:14:20,ax1,PE1RXF-7,APZMDM," 10.1,102.8, 9.0, 99.9,999.9,999.9, 7.6, 99.9,999.9,999.9{295" +2022-01-22 10:24:19,ax1,PE1RXF-7,APZMDM," 10.0,103.0, 9.0, 99.9,999.9,999.9, 7.6, 99.9,999.9,999.9{296" +2022-01-22 10:34:19,ax1,PE1RXF-7,APZMDM," 10.2,102.9, 9.4, 99.9,999.9,999.9, 7.8, 99.9,999.9,999.9{297" +2022-01-22 10:44:19,ax1,PE1RXF-7,APZMDM," 10.3,102.9, 9.6, 99.9,999.9,999.9, 8.0, 99.9,999.9,999.9{298" +2022-01-22 10:54:19,ax1,PE1RXF-7,APZMDM," 10.3,102.9, 9.6, 99.9,999.9,999.9, 8.0, 99.9,999.9,999.9{299" +2022-01-22 11:04:18,ax1,PE1RXF-7,APZMDM," 10.3,103.1, 9.7, 99.9,999.9,999.9, 8.1, 99.9,999.9,999.9{300" +2022-01-22 11:14:18,ax1,PE1RXF-7,APZMDM," 10.3,103.0, 9.7, 99.9,999.9,999.9, 8.1, 99.9,999.9,999.9{301" +2022-01-22 11:24:18,ax1,PE1RXF-7,APZMDM," 10.7,103.5, 10.2, 99.9,999.9,999.9, 8.4, 99.9,999.9,999.9{302" +2022-01-22 11:34:18,ax1,PE1RXF-7,APZMDM," 11.3,102.8, 10.7, 99.9,999.9,999.9, 9.0, 99.9,999.9,999.9{303" +2022-01-22 11:44:17,ax1,PE1RXF-7,APZMDM," 12.2,101.9, 11.9, 99.9,999.9,999.9, 9.6, 99.9,999.9,999.9{304" +2022-01-22 11:54:17,ax1,PE1RXF-7,APZMDM," 12.5,101.1, 12.1, 99.9,999.9,999.9, 10.0, 99.9,999.9,999.9{305" +2022-01-22 12:04:17,ax1,PE1RXF-7,APZMDM," 12.7,101.2, 12.5, 99.9,999.9,999.9, 10.3, 99.9,999.9,999.9{306" +2022-01-22 12:04:32,ax1,PE1RXF-7,APZMDM," 12.7,101.2, 12.5, 99.9,999.9,999.9, 10.3, 99.9,999.9,999.9{306" +2022-01-22 12:14:32,ax1,PE1RXF-7,APZMDM," 13.2,99.5, 12.7, 99.9,999.9,999.9, 10.7, 99.9,999.9,999.9{307" +2022-01-22 12:24:31,ax1,PE1RXF-7,APZMDM," 12.3,99.7, 11.7, 99.9,999.9,999.9, 10.0, 99.9,999.9,999.9{308" +2022-01-22 12:34:31,ax1,PE1RXF-7,APZMDM," 11.3,100.7, 10.7, 99.9,999.9,999.9, 9.3, 99.9,999.9,999.9{309" +2022-01-22 12:44:31,ax1,PE1RXF-7,APZMDM," 10.9,101.4, 10.4, 99.9,999.9,999.9, 8.8, 99.9,999.9,999.9{310" +2022-01-22 12:54:31,ax1,PE1RXF-7,APZMDM," 11.6,102.2, 11.7, 99.9,999.9,999.9, 9.4, 99.9,999.9,999.9{311" +2022-01-22 13:04:30,ax1,PE1RXF-7,APZMDM," 12.2,101.7, 12.3, 99.9,999.9,999.9, 9.9, 99.9,999.9,999.9{312" +2022-01-22 13:14:30,ax1,PE1RXF-7,APZMDM," 11.9,101.2, 11.7, 99.9,999.9,999.9, 9.8, 99.9,999.9,999.9{313" +2022-01-22 13:24:30,ax1,PE1RXF-7,APZMDM," 11.5,101.4, 11.1, 99.9,999.9,999.9, 9.4, 99.9,999.9,999.9{314" +2022-01-22 13:34:30,ax1,PE1RXF-7,APZMDM," 11.2,101.8, 10.8, 99.9,999.9,999.9, 9.1, 99.9,999.9,999.9{315" +2022-01-22 13:44:30,ax1,PE1RXF-7,APZMDM," 11.1,102.1, 10.9, 99.9,999.9,999.9, 9.1, 99.9,999.9,999.9{316" +2022-01-22 13:54:44,ax1,PE1RXF-7,APZMDM," 11.0,101.8, 10.6, 99.9,999.9,999.9, 8.9, 99.9,999.9,999.9{317" +2022-01-22 14:04:44,ax1,PE1RXF-7,APZMDM," 10.6,102.0, 10.1, 99.9,999.9,999.9, 8.6, 99.9,999.9,999.9{318" +2022-01-22 14:14:44,ax1,PE1RXF-7,APZMDM," 10.6,102.5, 10.1, 99.9,999.9,999.9, 8.5, 99.9,999.9,999.9{319" +2022-01-22 14:24:44,ax1,PE1RXF-7,APZMDM," 10.6,102.7, 10.0, 99.9,999.9,999.9, 8.5, 99.9,999.9,999.9{320" +2022-01-22 14:34:43,ax1,PE1RXF-7,APZMDM," 10.7,102.9, 10.1, 99.9,999.9,999.9, 8.7, 99.9,999.9,999.9{321" +2022-01-22 14:44:43,ax1,PE1RXF-7,APZMDM," 10.9,102.9, 10.2, 99.9,999.9,999.9, 8.7, 99.9,999.9,999.9{322" +2022-01-22 14:54:43,ax1,PE1RXF-7,APZMDM," 11.0,102.9, 10.4, 99.9,999.9,999.9, 8.9, 99.9,999.9,999.9{323" +2022-01-22 15:04:43,ax1,PE1RXF-7,APZMDM," 10.9,102.4, 9.9, 99.9,999.9,999.9, 8.7, 99.9,999.9,999.9{324" +2022-01-22 15:04:57,ax1,PE1RXF-7,APZMDM," 10.9,102.4, 9.9, 99.9,999.9,999.9, 8.7, 99.9,999.9,999.9{324" +2022-01-22 15:14:57,ax1,PE1RXF-7,APZMDM," 10.6,102.2, 9.7, 99.9,999.9,999.9, 8.5, 99.9,999.9,999.9{325" +2022-01-22 15:24:57,ax1,PE1RXF-7,APZMDM," 10.2,102.2, 9.2, 99.9,999.9,999.9, 8.1, 99.9,999.9,999.9{326" +2022-01-22 15:34:57,ax1,PE1RXF-7,APZMDM," 10.0,102.5, 9.0, 99.9,999.9,999.9, 7.9, 99.9,999.9,999.9{327" +2022-01-22 15:44:57,ax1,PE1RXF-7,APZMDM," 9.8,102.7, 8.8, 99.9,999.9,999.9, 7.7, 99.9,999.9,999.9{328" +2022-01-22 15:54:56,ax1,PE1RXF-7,APZMDM," 9.7,102.9, 8.6, 99.9,999.9,999.9, 7.6, 99.9,999.9,999.9{329" +2022-01-22 16:04:56,ax1,PE1RXF-7,APZMDM," 9.6,103.0, 8.4, 99.9,999.9,999.9, 7.5, 99.9,999.9,999.9{330" +2022-01-22 16:14:56,ax1,PE1RXF-7,APZMDM," 9.4,102.8, 8.1, 99.9,999.9,999.9, 7.3, 99.9,999.9,999.9{331" +2022-01-22 16:24:55,ax1,PE1RXF-7,APZMDM," 9.2,102.9, 7.9, 99.9,999.9,999.9, 7.0, 99.9,999.9,999.9{332" +2022-01-22 16:25:10,ax1,PE1RXF-7,APZMDM," 9.2,102.9, 7.9, 99.9,999.9,999.9, 7.0, 99.9,999.9,999.9{332" +2022-01-22 16:35:10,ax1,PE1RXF-7,APZMDM," 9.0,103.0, 7.6, 99.9,999.9,999.9, 6.9, 99.9,999.9,999.9{333" +2022-01-22 16:45:10,ax1,PE1RXF-7,APZMDM," 8.8,103.1, 7.3, 99.9,999.9,999.9, 6.7, 99.9,999.9,999.9{334" +2022-01-22 16:55:10,ax1,PE1RXF-7,APZMDM," 8.6,103.3, 7.1, 99.9,999.9,999.9, 6.5, 99.9,999.9,999.9{335" +2022-01-22 17:05:09,ax1,PE1RXF-7,APZMDM," 8.4,103.2, 7.0, 99.9,999.9,999.9, 6.3, 99.9,999.9,999.9{336" +2022-01-22 17:05:25,ax1,PE1RXF-7,APZMDM," 8.4,103.2, 7.0, 99.9,999.9,999.9, 6.3, 99.9,999.9,999.9{336" +2022-01-22 17:15:24,ax1,PE1RXF-7,APZMDM," 8.3,103.2, 6.7, 99.9,999.9,999.9, 6.1, 99.9,999.9,999.9{337" +2022-01-22 17:25:24,ax1,PE1RXF-7,APZMDM," 8.1,103.2, 6.5, 99.9,999.9,999.9, 6.0, 99.9,999.9,999.9{338" +2022-01-22 17:35:24,ax1,PE1RXF-7,APZMDM," 8.0,103.4, 6.4, 99.9,999.9,999.9, 5.9, 99.9,999.9,999.9{339" +2022-01-22 17:45:23,ax1,PE1RXF-7,APZMDM," 7.9,103.4, 6.2, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{340" +2022-01-22 17:55:23,ax1,PE1RXF-7,APZMDM," 7.8,103.5, 6.2, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{341" +2022-01-22 18:05:23,ax1,PE1RXF-7,APZMDM," 7.7,103.4, 6.1, 99.9,999.9,999.9, 5.5, 99.9,999.9,999.9{342" +2022-01-22 18:15:23,ax1,PE1RXF-7,APZMDM," 7.7,103.7, 6.0, 99.9,999.9,999.9, 5.4, 99.9,999.9,999.9{343" +2022-01-22 18:15:38,ax1,PE1RXF-7,APZMDM," 7.7,103.7, 6.0, 99.9,999.9,999.9, 5.4, 99.9,999.9,999.9{343" +2022-01-22 18:25:37,ax1,PE1RXF-7,APZMDM," 7.6,103.7, 5.9, 99.9,999.9,999.9, 5.3, 99.9,999.9,999.9{344" +2022-01-22 18:35:37,ax1,PE1RXF-7,APZMDM," 7.5,103.8, 5.8, 99.9,999.9,999.9, 5.3, 99.9,999.9,999.9{345" +2022-01-22 18:45:52,ax1,PE1RXF-7,APZMDM," 7.5,104.0, 5.8, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{346" +2022-01-22 18:55:52,ax1,PE1RXF-7,APZMDM," 7.5,104.0, 5.8, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{347" +2022-01-22 19:05:51,ax1,PE1RXF-7,APZMDM," 7.5,104.1, 5.8, 99.9,999.9,999.9, 5.3, 99.9,999.9,999.9{348" +2022-01-22 19:15:51,ax1,PE1RXF-7,APZMDM," 7.5,104.1, 5.7, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{349" +2022-01-22 19:16:06,ax1,PE1RXF-7,APZMDM," 7.5,104.1, 5.7, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{349" +2022-01-22 19:16:21,ax1,PE1RXF-7,APZMDM," 7.5,104.1, 5.7, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{349" +2022-01-22 19:26:21,ax1,PE1RXF-7,APZMDM," 7.5,104.0, 5.7, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{350" +2022-01-22 19:36:20,ax1,PE1RXF-7,APZMDM," 7.5,104.1, 5.7, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{351" +2022-01-22 19:46:20,ax1,PE1RXF-7,APZMDM," 7.5,104.1, 5.6, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{352" +2022-01-22 19:56:20,ax1,PE1RXF-7,APZMDM," 7.5,104.2, 5.6, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{353" +2022-01-22 20:06:20,ax1,PE1RXF-7,APZMDM," 7.4,104.2, 5.6, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{354" +2022-01-22 20:16:19,ax1,PE1RXF-7,APZMDM," 7.4,104.2, 5.6, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{355" +2022-01-22 20:26:19,ax1,PE1RXF-7,APZMDM," 7.4,104.2, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{356" +2022-01-22 20:36:19,ax1,PE1RXF-7,APZMDM," 7.4,104.2, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{357" +2022-01-22 20:46:19,ax1,PE1RXF-7,APZMDM," 7.4,104.3, 5.5, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{358" +2022-01-22 20:56:18,ax1,PE1RXF-7,APZMDM," 7.4,104.4, 5.5, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{359" +2022-01-22 21:06:18,ax1,PE1RXF-7,APZMDM," 7.3,104.3, 5.5, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{360" +2022-01-22 21:16:18,ax1,PE1RXF-7,APZMDM," 7.4,104.5, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{361" +2022-01-22 21:26:17,ax1,PE1RXF-7,APZMDM," 7.4,104.5, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{362" +2022-01-22 21:36:17,ax1,PE1RXF-7,APZMDM," 7.4,104.5, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{363" +2022-01-22 21:46:17,ax1,PE1RXF-7,APZMDM," 7.5,104.6, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{364" +2022-01-22 21:56:17,ax1,PE1RXF-7,APZMDM," 7.4,104.6, 5.6, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{365" +2022-01-22 22:06:17,ax1,PE1RXF-7,APZMDM," 7.4,104.6, 5.6, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{366" +2022-01-22 22:16:16,ax1,PE1RXF-7,APZMDM," 7.4,104.6, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{367" +2022-01-22 22:26:16,ax1,PE1RXF-7,APZMDM," 7.4,104.5, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{368" +2022-01-22 22:26:31,ax1,PE1RXF-7,APZMDM," 7.4,104.5, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{368" +2022-01-22 22:26:46,ax1,PE1RXF-7,APZMDM," 7.4,104.5, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{368" +2022-01-22 22:37:01,ax1,PE1RXF-7,APZMDM," 7.3,104.5, 5.5, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{369" +2022-01-22 22:47:01,ax1,PE1RXF-7,APZMDM," 7.3,104.5, 5.5, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{370" +2022-01-22 22:57:01,ax1,PE1RXF-7,APZMDM," 7.3,104.5, 5.5, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{371" +2022-01-22 23:07:15,ax1,PE1RXF-7,APZMDM," 7.3,104.6, 5.4, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{372" +2022-01-22 23:17:15,ax1,PE1RXF-7,APZMDM," 7.2,104.5, 5.4, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{373" +2022-01-22 23:27:15,ax1,PE1RXF-7,APZMDM," 7.3,104.6, 5.4, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{374" +2022-01-22 23:37:15,ax1,PE1RXF-7,APZMDM," 7.3,104.6, 5.4, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{375" +2022-01-22 23:47:15,ax1,PE1RXF-7,APZMDM," 7.3,104.6, 5.4, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{376" +2022-01-22 23:57:14,ax1,PE1RXF-7,APZMDM," 7.2,104.6, 5.4, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{377" +2022-01-22 23:57:29,ax1,PE1RXF-7,APZMDM," 7.2,104.6, 5.4, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{377" +2022-01-23 00:07:29,ax1,PE1RXF-7,APZMDM," 7.2,104.6, 5.3, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{378" +2022-01-23 00:17:29,ax1,PE1RXF-7,APZMDM," 7.2,104.6, 5.3, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{379" +2022-01-23 00:27:29,ax1,PE1RXF-7,APZMDM," 7.2,104.6, 5.3, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{380" +2022-01-23 00:37:28,ax1,PE1RXF-7,APZMDM," 7.2,104.7, 5.3, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{381" +2022-01-23 00:37:43,ax1,PE1RXF-7,APZMDM," 7.2,104.7, 5.3, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{381" +2022-01-23 00:47:43,ax1,PE1RXF-7,APZMDM," 7.2,104.6, 5.3, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{382" +2022-01-23 00:57:43,ax1,PE1RXF-7,APZMDM," 7.2,104.6, 5.3, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{383" +2022-01-23 01:07:42,ax1,PE1RXF-7,APZMDM," 7.2,104.7, 5.3, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{384" +2022-01-23 01:17:42,ax1,PE1RXF-7,APZMDM," 7.2,104.7, 5.3, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{385" +2022-01-23 01:27:42,ax1,PE1RXF-7,APZMDM," 7.2,104.7, 5.3, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{386" +2022-01-23 01:37:42,ax1,PE1RXF-7,APZMDM," 7.2,104.7, 5.3, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{387" +2022-01-23 01:47:56,ax1,PE1RXF-7,APZMDM," 7.2,104.7, 5.3, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{388" +2022-01-23 01:57:56,ax1,PE1RXF-7,APZMDM," 7.2,104.7, 5.3, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{389" +2022-01-23 02:07:56,ax1,PE1RXF-7,APZMDM," 7.2,104.7, 5.3, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{390" +2022-01-23 02:17:56,ax1,PE1RXF-7,APZMDM," 7.2,104.7, 5.3, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{391" +2022-01-23 02:28:10,ax1,PE1RXF-7,APZMDM," 7.2,104.7, 5.3, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{392" +2022-01-23 02:38:10,ax1,PE1RXF-7,APZMDM," 7.2,104.7, 5.3, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{393" +2022-01-23 02:48:25,ax1,PE1RXF-7,APZMDM," 7.1,104.7, 5.2, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{394" +2022-01-23 02:58:25,ax1,PE1RXF-7,APZMDM," 7.1,104.7, 5.2, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{395" +2022-01-23 03:08:24,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.2, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{396" +2022-01-23 03:18:24,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.2, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{397" +2022-01-23 03:28:24,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.2, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{398" +2022-01-23 03:38:23,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.2, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{399" +2022-01-23 03:48:23,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.2, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{400" +2022-01-23 03:58:23,ax1,PE1RXF-7,APZMDM," 7.2,104.8, 5.2, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{401" +2022-01-23 04:08:23,ax1,PE1RXF-7,APZMDM," 7.2,104.8, 5.2, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{402" +2022-01-23 04:18:22,ax1,PE1RXF-7,APZMDM," 7.2,104.8, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{403" +2022-01-23 04:28:22,ax1,PE1RXF-7,APZMDM," 7.2,104.8, 5.2, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{404" +2022-01-23 04:38:22,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.2, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{405" +2022-01-23 04:48:37,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.2, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{406" +2022-01-23 04:58:36,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.2, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{407" +2022-01-23 04:58:51,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.2, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{407" +2022-01-23 04:59:06,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.2, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{407" +2022-01-23 05:09:06,ax1,PE1RXF-7,APZMDM," 7.0,104.8, 5.2, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{408" +2022-01-23 05:19:06,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.2, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{409" +2022-01-23 05:29:05,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.2, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{410" +2022-01-23 05:39:05,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.1, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{411" +2022-01-23 05:49:05,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.2, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{412" +2022-01-23 05:59:20,ax1,PE1RXF-7,APZMDM," 7.0,104.8, 5.1, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{413" +2022-01-23 06:09:19,ax1,PE1RXF-7,APZMDM," 7.0,104.8, 5.1, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{414" +2022-01-23 06:19:19,ax1,PE1RXF-7,APZMDM," 7.0,104.8, 5.1, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{415" +2022-01-23 06:29:19,ax1,PE1RXF-7,APZMDM," 7.0,104.7, 5.1, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{416" +2022-01-23 06:39:19,ax1,PE1RXF-7,APZMDM," 6.7,103.8, 4.8, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{417" +2022-01-23 06:49:18,ax1,PE1RXF-7,APZMDM," 6.2,102.7, 4.5, 99.9,999.9,999.9, 3.9, 99.9,999.9,999.9{418" +2022-01-23 06:49:33,ax1,PE1RXF-7,APZMDM," 6.2,102.7, 4.5, 99.9,999.9,999.9, 3.9, 99.9,999.9,999.9{418" +2022-01-23 06:59:33,ax1,PE1RXF-7,APZMDM," 5.7,102.4, 4.1, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{419" +2022-01-23 07:09:33,ax1,PE1RXF-7,APZMDM," 5.6,103.0, 3.9, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{420" +2022-01-23 07:09:48,ax1,PE1RXF-7,APZMDM," 5.6,103.0, 3.9, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{420" +2022-01-23 07:10:03,ax1,PE1RXF-7,APZMDM," 5.6,103.0, 3.9, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{420" +2022-01-23 07:20:02,ax1,PE1RXF-7,APZMDM," 5.6,103.6, 3.8, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{421" +2022-01-23 07:20:17,ax1,PE1RXF-7,APZMDM," 5.6,103.6, 3.8, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{421" +2022-01-23 07:20:32,ax1,PE1RXF-7,APZMDM," 5.6,103.6, 3.8, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{421" +2022-01-23 07:30:47,ax1,PE1RXF-7,APZMDM," 5.7,103.8, 3.8, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{422" +2022-01-23 07:40:47,ax1,PE1RXF-7,APZMDM," 5.8,104.0, 3.9, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{423" +2022-01-23 07:50:47,ax1,PE1RXF-7,APZMDM," 5.9,104.0, 4.0, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{424" +2022-01-23 08:00:46,ax1,PE1RXF-7,APZMDM," 6.0,104.1, 4.0, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{425" +2022-01-23 08:01:01,ax1,PE1RXF-7,APZMDM," 6.0,104.1, 4.0, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{425" +2022-01-23 08:01:16,ax1,PE1RXF-7,APZMDM," 6.0,104.1, 4.0, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{425" +2022-01-23 08:11:16,ax1,PE1RXF-7,APZMDM," 6.1,104.0, 4.1, 99.9,999.9,999.9, 3.7, 99.9,999.9,999.9{426" +2022-01-23 08:21:16,ax1,PE1RXF-7,APZMDM," 6.1,103.9, 4.1, 99.9,999.9,999.9, 3.7, 99.9,999.9,999.9{427" +2022-01-23 08:21:31,ax1,PE1RXF-7,APZMDM," 6.1,103.9, 4.1, 99.9,999.9,999.9, 3.7, 99.9,999.9,999.9{427" +2022-01-23 08:31:45,ax1,PE1RXF-7,APZMDM," 6.0,103.7, 4.0, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{428" +2022-01-23 08:41:45,ax1,PE1RXF-7,APZMDM," 6.0,104.0, 4.1, 99.9,999.9,999.9, 3.7, 99.9,999.9,999.9{429" +2022-01-23 08:51:45,ax1,PE1RXF-7,APZMDM," 6.2,104.2, 4.3, 99.9,999.9,999.9, 3.9, 99.9,999.9,999.9{430" +2022-01-23 09:02:14,ax1,PE1RXF-7,APZMDM," 6.5,104.4, 4.6, 99.9,999.9,999.9, 4.1, 99.9,999.9,999.9{431" +2022-01-23 09:12:14,ax1,PE1RXF-7,APZMDM," 6.9,104.5, 5.0, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{432" +2022-01-23 09:22:14,ax1,PE1RXF-7,APZMDM," 7.2,104.5, 5.4, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{433" +2022-01-23 09:32:14,ax1,PE1RXF-7,APZMDM," 7.5,104.6, 5.8, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{434" +2022-01-23 09:42:13,ax1,PE1RXF-7,APZMDM," 7.9,104.7, 6.3, 99.9,999.9,999.9, 5.4, 99.9,999.9,999.9{435" +2022-01-23 09:52:13,ax1,PE1RXF-7,APZMDM," 8.4,104.6, 6.9, 99.9,999.9,999.9, 5.9, 99.9,999.9,999.9{436" +2022-01-23 10:02:13,ax1,PE1RXF-7,APZMDM," 8.9,104.5, 7.6, 99.9,999.9,999.9, 6.3, 99.9,999.9,999.9{437" +2022-01-23 10:12:13,ax1,PE1RXF-7,APZMDM," 9.4,104.3, 8.1, 99.9,999.9,999.9, 6.8, 99.9,999.9,999.9{438" +2022-01-23 10:22:12,ax1,PE1RXF-7,APZMDM," 9.7,104.0, 8.6, 99.9,999.9,999.9, 7.1, 99.9,999.9,999.9{439" +2022-01-23 10:32:27,ax1,PE1RXF-7,APZMDM," 10.1,104.0, 9.1, 99.9,999.9,999.9, 7.5, 99.9,999.9,999.9{440" +2022-01-23 10:42:27,ax1,PE1RXF-7,APZMDM," 10.6,103.8, 9.8, 99.9,999.9,999.9, 8.0, 99.9,999.9,999.9{441" +2022-01-23 10:52:27,ax1,PE1RXF-7,APZMDM," 11.3,103.6, 10.6, 99.9,999.9,999.9, 8.7, 99.9,999.9,999.9{442" +2022-01-23 11:02:26,ax1,PE1RXF-7,APZMDM," 11.9,103.0, 11.2, 99.9,999.9,999.9, 9.2, 99.9,999.9,999.9{443" +2022-01-23 11:02:41,ax1,PE1RXF-7,APZMDM," 11.9,103.0, 11.2, 99.9,999.9,999.9, 9.2, 99.9,999.9,999.9{443" +2022-01-23 11:12:41,ax1,PE1RXF-7,APZMDM," 12.5,102.5, 12.0, 99.9,999.9,999.9, 9.8, 99.9,999.9,999.9{444" +2022-01-23 11:22:41,ax1,PE1RXF-7,APZMDM," 13.0,102.2, 12.4, 99.9,999.9,999.9, 10.3, 99.9,999.9,999.9{445" +2022-01-23 11:32:41,ax1,PE1RXF-7,APZMDM," 13.3,101.7, 12.8, 99.9,999.9,999.9, 10.6, 99.9,999.9,999.9{446" +2022-01-23 11:42:40,ax1,PE1RXF-7,APZMDM," 13.5,101.8, 13.2, 99.9,999.9,999.9, 10.8, 99.9,999.9,999.9{447" +2022-01-23 11:52:40,ax1,PE1RXF-7,APZMDM," 14.0,102.0, 13.8, 99.9,999.9,999.9, 11.3, 99.9,999.9,999.9{448" +2022-01-23 12:02:40,ax1,PE1RXF-7,APZMDM," 14.5,101.4, 14.4, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{449" +2022-01-23 12:12:55,ax1,PE1RXF-7,APZMDM," 14.8,101.1, 14.7, 99.9,999.9,999.9, 12.1, 99.9,999.9,999.9{450" +2022-01-23 12:22:55,ax1,PE1RXF-7,APZMDM," 14.8,100.6, 14.9, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{451" +2022-01-23 12:32:54,ax1,PE1RXF-7,APZMDM," 14.8,100.3, 15.0, 99.9,999.9,999.9, 12.2, 99.9,999.9,999.9{452" +2022-01-23 12:42:54,ax1,PE1RXF-7,APZMDM," 14.6,99.8, 14.8, 99.9,999.9,999.9, 12.1, 99.9,999.9,999.9{453" +2022-01-23 12:52:54,ax1,PE1RXF-7,APZMDM," 14.2,100.2, 14.5, 99.9,999.9,999.9, 11.8, 99.9,999.9,999.9{454" +2022-01-23 13:02:54,ax1,PE1RXF-7,APZMDM," 13.6,100.5, 13.8, 99.9,999.9,999.9, 11.3, 99.9,999.9,999.9{455" +2022-01-23 13:12:54,ax1,PE1RXF-7,APZMDM," 13.1,100.9, 13.3, 99.9,999.9,999.9, 10.9, 99.9,999.9,999.9{456" +2022-01-23 13:22:53,ax1,PE1RXF-7,APZMDM," 12.8,101.1, 12.9, 99.9,999.9,999.9, 10.6, 99.9,999.9,999.9{457" +2022-01-23 13:23:08,ax1,PE1RXF-7,APZMDM," 12.8,101.1, 12.9, 99.9,999.9,999.9, 10.6, 99.9,999.9,999.9{457" +2022-01-23 13:33:08,ax1,PE1RXF-7,APZMDM," 12.3,100.9, 12.5, 99.9,999.9,999.9, 10.2, 99.9,999.9,999.9{458" +2022-01-23 13:43:08,ax1,PE1RXF-7,APZMDM," 12.0,101.4, 12.2, 99.9,999.9,999.9, 10.0, 99.9,999.9,999.9{459" +2022-01-23 13:53:08,ax1,PE1RXF-7,APZMDM," 11.8,101.5, 12.0, 99.9,999.9,999.9, 9.8, 99.9,999.9,999.9{460" +2022-01-23 14:03:07,ax1,PE1RXF-7,APZMDM," 11.6,101.5, 11.5, 99.9,999.9,999.9, 9.5, 99.9,999.9,999.9{461" +2022-01-23 14:13:07,ax1,PE1RXF-7,APZMDM," 11.3,101.7, 11.1, 99.9,999.9,999.9, 9.2, 99.9,999.9,999.9{462" +2022-01-23 14:23:07,ax1,PE1RXF-7,APZMDM," 11.0,102.0, 10.6, 99.9,999.9,999.9, 8.9, 99.9,999.9,999.9{463" +2022-01-23 14:33:07,ax1,PE1RXF-7,APZMDM," 10.7,101.9, 10.2, 99.9,999.9,999.9, 8.6, 99.9,999.9,999.9{464" +2022-01-23 14:43:06,ax1,PE1RXF-7,APZMDM," 10.5,102.3, 10.1, 99.9,999.9,999.9, 8.4, 99.9,999.9,999.9{465" +2022-01-23 14:53:06,ax1,PE1RXF-7,APZMDM," 10.4,100.2, 10.0, 99.9,999.9,999.9, 8.3, 99.9,999.9,999.9{466" +2022-01-23 15:03:06,ax1,PE1RXF-7,APZMDM," 10.1,102.2, 9.8, 99.9,999.9,999.9, 8.1, 99.9,999.9,999.9{467" +2022-01-23 15:13:06,ax1,PE1RXF-7,APZMDM," 10.1,102.9, 9.6, 99.9,999.9,999.9, 7.9, 99.9,999.9,999.9{468" +2022-01-23 15:23:05,ax1,PE1RXF-7,APZMDM," 9.9,103.2, 9.4, 99.9,999.9,999.9, 7.8, 99.9,999.9,999.9{469" +2022-01-23 15:33:05,ax1,PE1RXF-7,APZMDM," 9.7,103.1, 9.1, 99.9,999.9,999.9, 7.6, 99.9,999.9,999.9{470" +2022-01-23 15:43:05,ax1,PE1RXF-7,APZMDM," 9.5,103.1, 8.8, 99.9,999.9,999.9, 7.4, 99.9,999.9,999.9{471" +2022-01-23 15:53:05,ax1,PE1RXF-7,APZMDM," 9.4,103.2, 8.5, 99.9,999.9,999.9, 7.3, 99.9,999.9,999.9{472" +2022-01-23 16:03:04,ax1,PE1RXF-7,APZMDM," 9.2,103.5, 8.2, 99.9,999.9,999.9, 7.1, 99.9,999.9,999.9{473" +2022-01-23 16:13:04,ax1,PE1RXF-7,APZMDM," 9.1,103.5, 8.0, 99.9,999.9,999.9, 6.9, 99.9,999.9,999.9{474" +2022-01-23 16:23:04,ax1,PE1RXF-7,APZMDM," 8.9,103.1, 7.8, 99.9,999.9,999.9, 6.8, 99.9,999.9,999.9{475" +2022-01-23 16:33:04,ax1,PE1RXF-7,APZMDM," 8.8,103.4, 7.5, 99.9,999.9,999.9, 6.6, 99.9,999.9,999.9{476" +2022-01-23 16:43:03,ax1,PE1RXF-7,APZMDM," 8.6,103.8, 7.3, 99.9,999.9,999.9, 6.5, 99.9,999.9,999.9{477" +2022-01-23 16:53:33,ax1,PE1RXF-7,APZMDM," 8.5,103.9, 7.1, 99.9,999.9,999.9, 6.4, 99.9,999.9,999.9{478" +2022-01-23 17:03:33,ax1,PE1RXF-7,APZMDM," 8.4,104.0, 7.0, 99.9,999.9,999.9, 6.3, 99.9,999.9,999.9{479" +2022-01-23 17:13:33,ax1,PE1RXF-7,APZMDM," 8.4,103.9, 6.8, 99.9,999.9,999.9, 6.2, 99.9,999.9,999.9{480" +2022-01-23 17:23:32,ax1,PE1RXF-7,APZMDM," 8.3,104.1, 6.7, 99.9,999.9,999.9, 6.1, 99.9,999.9,999.9{481" +2022-01-23 17:33:32,ax1,PE1RXF-7,APZMDM," 8.2,104.3, 6.6, 99.9,999.9,999.9, 6.0, 99.9,999.9,999.9{482" +2022-01-23 17:43:32,ax1,PE1RXF-7,APZMDM," 8.2,104.2, 6.5, 99.9,999.9,999.9, 6.0, 99.9,999.9,999.9{483" +2022-01-23 17:53:31,ax1,PE1RXF-7,APZMDM," 8.1,104.2, 6.5, 99.9,999.9,999.9, 5.9, 99.9,999.9,999.9{484" +2022-01-23 17:53:46,ax1,PE1RXF-7,APZMDM," 8.1,104.2, 6.5, 99.9,999.9,999.9, 5.9, 99.9,999.9,999.9{484" +2022-01-23 18:03:46,ax1,PE1RXF-7,APZMDM," 8.1,104.0, 6.4, 99.9,999.9,999.9, 5.9, 99.9,999.9,999.9{485" +2022-01-23 18:14:01,ax1,PE1RXF-7,APZMDM," 8.0,104.2, 6.3, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{486" +2022-01-23 18:24:01,ax1,PE1RXF-7,APZMDM," 8.0,104.0, 6.2, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{487" +2022-01-23 18:34:00,ax1,PE1RXF-7,APZMDM," 8.0,104.1, 6.2, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{488" +2022-01-23 18:44:00,ax1,PE1RXF-7,APZMDM," 7.9,104.3, 6.1, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{489" +2022-01-23 18:54:00,ax1,PE1RXF-7,APZMDM," 7.9,104.1, 6.1, 99.9,999.9,999.9, 5.6, 99.9,999.9,999.9{490" +2022-01-23 19:04:15,ax1,PE1RXF-7,APZMDM," 7.8,104.0, 6.1, 99.9,999.9,999.9, 5.6, 99.9,999.9,999.9{491" +2022-01-23 19:14:14,ax1,PE1RXF-7,APZMDM," 7.8,104.0, 6.0, 99.9,999.9,999.9, 5.6, 99.9,999.9,999.9{492" +2022-01-23 19:24:14,ax1,PE1RXF-7,APZMDM," 7.8,104.2, 6.0, 99.9,999.9,999.9, 5.6, 99.9,999.9,999.9{493" +2022-01-23 19:34:14,ax1,PE1RXF-7,APZMDM," 7.8,104.0, 5.9, 99.9,999.9,999.9, 5.6, 99.9,999.9,999.9{494" +2022-01-23 19:44:14,ax1,PE1RXF-7,APZMDM," 7.8,104.0, 5.9, 99.9,999.9,999.9, 5.5, 99.9,999.9,999.9{495" +2022-01-23 19:54:28,ax1,PE1RXF-7,APZMDM," 7.7,104.0, 5.9, 99.9,999.9,999.9, 5.5, 99.9,999.9,999.9{496" +2022-01-23 20:04:28,ax1,PE1RXF-7,APZMDM," 7.7,104.0, 5.8, 99.9,999.9,999.9, 5.5, 99.9,999.9,999.9{497" +2022-01-23 20:14:28,ax1,PE1RXF-7,APZMDM," 7.7,104.0, 5.8, 99.9,999.9,999.9, 5.5, 99.9,999.9,999.9{498" +2022-01-23 20:24:27,ax1,PE1RXF-7,APZMDM," 7.7,104.0, 5.8, 99.9,999.9,999.9, 5.4, 99.9,999.9,999.9{499" +2022-01-23 20:24:57,ax1,PE1RXF-7,APZMDM," 7.7,104.0, 5.8, 99.9,999.9,999.9, 5.4, 99.9,999.9,999.9{499" +2022-01-23 20:35:12,ax1,PE1RXF-7,APZMDM," 7.6,104.0, 5.8, 99.9,999.9,999.9, 5.4, 99.9,999.9,999.9{500" +2022-01-23 20:35:27,ax1,PE1RXF-7,APZMDM," 7.6,104.0, 5.8, 99.9,999.9,999.9, 5.4, 99.9,999.9,999.9{500" +2022-01-23 20:45:27,ax1,PE1RXF-7,APZMDM," 7.6,103.8, 5.7, 99.9,999.9,999.9, 5.4, 99.9,999.9,999.9{501" +2022-01-23 20:55:27,ax1,PE1RXF-7,APZMDM," 7.5,103.8, 5.7, 99.9,999.9,999.9, 5.3, 99.9,999.9,999.9{502" +2022-01-23 21:05:41,ax1,PE1RXF-7,APZMDM," 7.6,103.7, 5.7, 99.9,999.9,999.9, 5.3, 99.9,999.9,999.9{503" +2022-01-23 21:15:41,ax1,PE1RXF-7,APZMDM," 7.6,103.8, 5.7, 99.9,999.9,999.9, 5.3, 99.9,999.9,999.9{504" +2022-01-23 21:25:41,ax1,PE1RXF-7,APZMDM," 7.5,103.7, 5.7, 99.9,999.9,999.9, 5.3, 99.9,999.9,999.9{505" +2022-01-23 21:35:41,ax1,PE1RXF-7,APZMDM," 7.5,103.7, 5.7, 99.9,999.9,999.9, 5.3, 99.9,999.9,999.9{506" +2022-01-23 21:45:40,ax1,PE1RXF-7,APZMDM," 7.5,103.6, 5.6, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{507" +2022-01-23 21:55:40,ax1,PE1RXF-7,APZMDM," 7.5,103.6, 5.6, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{508" +2022-01-23 22:05:40,ax1,PE1RXF-7,APZMDM," 7.5,103.6, 5.6, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{509" +2022-01-23 22:15:39,ax1,PE1RXF-7,APZMDM," 7.4,103.8, 5.5, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{510" +2022-01-23 22:15:54,ax1,PE1RXF-7,APZMDM," 7.4,103.8, 5.5, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{510" +2022-01-23 22:25:54,ax1,PE1RXF-7,APZMDM," 7.4,103.7, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{511" +2022-01-23 22:36:09,ax1,PE1RXF-7,APZMDM," 7.4,103.7, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{512" +2022-01-23 22:46:09,ax1,PE1RXF-7,APZMDM," 7.4,103.6, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{513" +2022-01-23 22:56:08,ax1,PE1RXF-7,APZMDM," 7.4,103.7, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{514" +2022-01-23 23:06:08,ax1,PE1RXF-7,APZMDM," 7.4,103.8, 5.5, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{515" +2022-01-23 23:16:08,ax1,PE1RXF-7,APZMDM," 7.4,103.8, 5.4, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{516" +2022-01-23 23:26:08,ax1,PE1RXF-7,APZMDM," 7.4,103.6, 5.4, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{517" +2022-01-23 23:36:07,ax1,PE1RXF-7,APZMDM," 7.4,103.6, 5.4, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{518" +2022-01-23 23:46:07,ax1,PE1RXF-7,APZMDM," 7.3,103.6, 5.4, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{519" +2022-01-23 23:56:07,ax1,PE1RXF-7,APZMDM," 7.3,103.7, 5.4, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{520" +2022-01-24 00:06:06,ax1,PE1RXF-7,APZMDM," 7.3,103.8, 5.4, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{521" +2022-01-24 00:16:06,ax1,PE1RXF-7,APZMDM," 7.3,103.5, 5.4, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{522" +2022-01-24 00:26:06,ax1,PE1RXF-7,APZMDM," 7.3,103.4, 5.3, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{523" +2022-01-24 00:36:06,ax1,PE1RXF-7,APZMDM," 7.2,103.2, 5.3, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{524" +2022-01-24 00:46:21,ax1,PE1RXF-7,APZMDM," 7.2,103.3, 5.3, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{525" +2022-01-24 00:46:36,ax1,PE1RXF-7,APZMDM," 7.2,103.3, 5.3, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{525" +2022-01-24 00:56:35,ax1,PE1RXF-7,APZMDM," 7.2,103.1, 5.3, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{526" +2022-01-24 01:06:50,ax1,PE1RXF-7,APZMDM," 7.2,103.2, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{527" +2022-01-24 01:16:50,ax1,PE1RXF-7,APZMDM," 7.1,103.5, 5.2, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{528" +2022-01-24 01:26:50,ax1,PE1RXF-7,APZMDM," 7.1,103.7, 5.1, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{529" +2022-01-24 01:36:49,ax1,PE1RXF-7,APZMDM," 7.0,103.7, 5.1, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{530" +2022-01-24 01:46:49,ax1,PE1RXF-7,APZMDM," 7.0,103.8, 5.1, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{531" +2022-01-24 01:56:49,ax1,PE1RXF-7,APZMDM," 7.0,104.1, 5.1, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{532" +2022-01-24 02:06:48,ax1,PE1RXF-7,APZMDM," 7.0,104.4, 5.0, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{533" +2022-01-24 02:07:03,ax1,PE1RXF-7,APZMDM," 7.0,104.4, 5.0, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{533" +2022-01-24 02:17:03,ax1,PE1RXF-7,APZMDM," 7.0,104.6, 5.0, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{534" +2022-01-24 02:27:03,ax1,PE1RXF-7,APZMDM," 7.0,104.6, 5.0, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{535" +2022-01-24 02:37:03,ax1,PE1RXF-7,APZMDM," 6.9,104.7, 5.0, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{536" +2022-01-24 02:47:02,ax1,PE1RXF-7,APZMDM," 6.9,104.6, 5.0, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{537" +2022-01-24 02:57:02,ax1,PE1RXF-7,APZMDM," 6.9,104.5, 5.0, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{538" +2022-01-24 03:07:02,ax1,PE1RXF-7,APZMDM," 6.9,104.6, 5.0, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{539" +2022-01-24 03:17:02,ax1,PE1RXF-7,APZMDM," 6.9,104.4, 5.0, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{540" +2022-01-24 03:27:01,ax1,PE1RXF-7,APZMDM," 6.9,104.3, 4.9, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{541" +2022-01-24 03:37:01,ax1,PE1RXF-7,APZMDM," 6.9,104.4, 4.9, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{542" +2022-01-24 03:37:16,ax1,PE1RXF-7,APZMDM," 6.9,104.4, 4.9, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{542" +2022-01-24 03:47:16,ax1,PE1RXF-7,APZMDM," 6.9,104.5, 4.9, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{543" +2022-01-24 03:57:30,ax1,PE1RXF-7,APZMDM," 6.8,104.6, 4.8, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{544" +2022-01-24 04:07:30,ax1,PE1RXF-7,APZMDM," 6.8,104.7, 4.8, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{545" +2022-01-24 04:07:45,ax1,PE1RXF-7,APZMDM," 6.8,104.7, 4.8, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{545" +2022-01-24 04:17:45,ax1,PE1RXF-7,APZMDM," 6.8,104.6, 4.8, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{546" +2022-01-24 04:27:45,ax1,PE1RXF-7,APZMDM," 6.8,104.6, 4.8, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{547" +2022-01-24 04:37:44,ax1,PE1RXF-7,APZMDM," 6.8,104.7, 4.8, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{548" +2022-01-24 04:37:59,ax1,PE1RXF-7,APZMDM," 6.8,104.7, 4.8, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{548" +2022-01-24 04:47:59,ax1,PE1RXF-7,APZMDM," 6.7,104.7, 4.8, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{549" +2022-01-24 04:57:59,ax1,PE1RXF-7,APZMDM," 6.7,104.7, 4.8, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{550" +2022-01-24 05:07:58,ax1,PE1RXF-7,APZMDM," 6.7,104.8, 4.7, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{551" +2022-01-24 05:17:58,ax1,PE1RXF-7,APZMDM," 6.7,104.7, 4.7, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{552" +2022-01-24 05:27:58,ax1,PE1RXF-7,APZMDM," 6.6,104.8, 4.7, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{553" +2022-01-24 05:28:28,ax1,PE1RXF-7,APZMDM," 6.6,104.8, 4.7, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{553" +2022-01-24 05:38:28,ax1,PE1RXF-7,APZMDM," 6.6,104.8, 4.7, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{554" +2022-01-24 05:48:27,ax1,PE1RXF-7,APZMDM," 6.6,104.8, 4.6, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{555" +2022-01-24 05:58:33,ax1,PE1RXF-7,APZMDM," 6.6,104.8, 4.7, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{556" +2022-01-24 06:08:42,ax1,PE1RXF-7,APZMDM," 6.6,105.0, 4.6, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{557" +2022-01-24 06:18:42,ax1,PE1RXF-7,APZMDM," 6.6,104.9, 4.6, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{558" +2022-01-24 06:28:41,ax1,PE1RXF-7,APZMDM," 6.6,104.9, 4.6, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{559" +2022-01-24 06:38:41,ax1,PE1RXF-7,APZMDM," 6.6,105.0, 4.6, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{560" +2022-01-24 06:48:41,ax1,PE1RXF-7,APZMDM," 6.5,105.0, 4.6, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{561" +2022-01-24 06:58:41,ax1,PE1RXF-7,APZMDM," 6.5,105.0, 4.6, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{562" +2022-01-24 07:08:40,ax1,PE1RXF-7,APZMDM," 6.5,105.0, 4.6, 99.9,999.9,999.9, 4.1, 99.9,999.9,999.9{563" +2022-01-24 07:18:40,ax1,PE1RXF-7,APZMDM," 6.5,105.0, 4.5, 99.9,999.9,999.9, 4.1, 99.9,999.9,999.9{564" +2022-01-24 07:28:55,ax1,PE1RXF-7,APZMDM," 6.4,105.0, 4.5, 99.9,999.9,999.9, 4.1, 99.9,999.9,999.9{565" +2022-01-24 07:38:54,ax1,PE1RXF-7,APZMDM," 6.5,105.1, 4.6, 99.9,999.9,999.9, 4.1, 99.9,999.9,999.9{566" +2022-01-24 07:48:54,ax1,PE1RXF-7,APZMDM," 6.5,105.0, 4.5, 99.9,999.9,999.9, 4.1, 99.9,999.9,999.9{567" +2022-01-24 07:59:09,ax1,PE1RXF-7,APZMDM," 6.5,105.0, 4.6, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{568" +2022-01-24 08:09:09,ax1,PE1RXF-7,APZMDM," 6.5,105.0, 4.5, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{569" +2022-01-24 08:19:08,ax1,PE1RXF-7,APZMDM," 6.5,105.1, 4.5, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{570" +2022-01-24 08:29:08,ax1,PE1RXF-7,APZMDM," 6.5,105.0, 4.5, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{571" +2022-01-24 08:39:08,ax1,PE1RXF-7,APZMDM," 6.5,105.1, 4.5, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{572" +2022-01-24 08:49:22,ax1,PE1RXF-7,APZMDM," 6.5,105.1, 4.6, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{573" +2022-01-24 08:59:22,ax1,PE1RXF-7,APZMDM," 6.6,105.2, 4.6, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{574" +2022-01-24 09:09:22,ax1,PE1RXF-7,APZMDM," 6.6,105.2, 4.7, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{575" +2022-01-24 09:19:37,ax1,PE1RXF-7,APZMDM," 6.7,105.2, 4.8, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{576" +2022-01-24 09:29:36,ax1,PE1RXF-7,APZMDM," 6.8,105.2, 4.9, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{577" +2022-01-24 09:39:36,ax1,PE1RXF-7,APZMDM," 6.8,105.3, 5.1, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{578" +2022-01-24 09:49:36,ax1,PE1RXF-7,APZMDM," 6.9,105.3, 5.3, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{579" +2022-01-24 09:59:35,ax1,PE1RXF-7,APZMDM," 7.0,105.4, 5.4, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{580" +2022-01-24 09:59:50,ax1,PE1RXF-7,APZMDM," 7.0,105.4, 5.4, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{580" +2022-01-24 10:09:50,ax1,PE1RXF-7,APZMDM," 7.2,105.5, 5.5, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{581" +2022-01-24 10:19:50,ax1,PE1RXF-7,APZMDM," 7.3,105.5, 5.7, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{582" +2022-01-24 10:29:50,ax1,PE1RXF-7,APZMDM," 7.4,105.5, 5.9, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{583" +2022-01-24 10:39:49,ax1,PE1RXF-7,APZMDM," 7.6,105.3, 6.1, 99.9,999.9,999.9, 5.3, 99.9,999.9,999.9{584" +2022-01-24 10:49:49,ax1,PE1RXF-7,APZMDM," 7.7,105.3, 6.3, 99.9,999.9,999.9, 5.4, 99.9,999.9,999.9{585" +2022-01-24 10:59:49,ax1,PE1RXF-7,APZMDM," 7.9,105.3, 6.5, 99.9,999.9,999.9, 5.5, 99.9,999.9,999.9{586" +2022-01-24 11:09:49,ax1,PE1RXF-7,APZMDM," 8.0,105.4, 6.7, 99.9,999.9,999.9, 5.6, 99.9,999.9,999.9{587" +2022-01-24 11:19:48,ax1,PE1RXF-7,APZMDM," 8.1,105.4, 6.8, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{588" +2022-01-24 11:29:48,ax1,PE1RXF-7,APZMDM," 8.2,105.3, 7.0, 99.9,999.9,999.9, 5.9, 99.9,999.9,999.9{589" +2022-01-24 11:39:48,ax1,PE1RXF-7,APZMDM," 8.3,105.3, 7.1, 99.9,999.9,999.9, 6.0, 99.9,999.9,999.9{590" +2022-01-24 11:49:48,ax1,PE1RXF-7,APZMDM," 8.4,105.3, 7.3, 99.9,999.9,999.9, 6.1, 99.9,999.9,999.9{591" +2022-01-24 11:59:48,ax1,PE1RXF-7,APZMDM," 8.6,105.3, 7.5, 99.9,999.9,999.9, 6.3, 99.9,999.9,999.9{592" +2022-01-24 12:00:02,ax1,PE1RXF-7,APZMDM," 8.6,105.3, 7.5, 99.9,999.9,999.9, 6.3, 99.9,999.9,999.9{592" +2022-01-24 12:10:02,ax1,PE1RXF-7,APZMDM," 8.7,105.3, 7.7, 99.9,999.9,999.9, 6.4, 99.9,999.9,999.9{593" +2022-01-24 12:20:02,ax1,PE1RXF-7,APZMDM," 8.8,105.2, 7.9, 99.9,999.9,999.9, 6.5, 99.9,999.9,999.9{594" +2022-01-24 12:30:02,ax1,PE1RXF-7,APZMDM," 8.9,105.2, 8.0, 99.9,999.9,999.9, 6.6, 99.9,999.9,999.9{595" +2022-01-24 12:40:01,ax1,PE1RXF-7,APZMDM," 9.0,105.0, 8.2, 99.9,999.9,999.9, 6.7, 99.9,999.9,999.9{596" +2022-01-24 12:50:01,ax1,PE1RXF-7,APZMDM," 9.1,104.7, 8.3, 99.9,999.9,999.9, 6.7, 99.9,999.9,999.9{597" +2022-01-24 13:00:01,ax1,PE1RXF-7,APZMDM," 9.1,104.9, 8.4, 99.9,999.9,999.9, 6.8, 99.9,999.9,999.9{598" +2022-01-24 13:10:15,ax1,PE1RXF-7,APZMDM," 9.1,104.7, 8.4, 99.9,999.9,999.9, 6.8, 99.9,999.9,999.9{599" +2022-01-24 13:20:15,ax1,PE1RXF-7,APZMDM," 9.1,104.7, 8.4, 99.9,999.9,999.9, 6.8, 99.9,999.9,999.9{600" +2022-01-24 13:30:15,ax1,PE1RXF-7,APZMDM," 9.1,104.7, 8.4, 99.9,999.9,999.9, 6.8, 99.9,999.9,999.9{601" +2022-01-24 13:40:15,ax1,PE1RXF-7,APZMDM," 9.0,104.4, 8.2, 99.9,999.9,999.9, 6.7, 99.9,999.9,999.9{602" +2022-01-24 13:50:14,ax1,PE1RXF-7,APZMDM," 8.9,104.4, 8.1, 99.9,999.9,999.9, 6.6, 99.9,999.9,999.9{603" +2022-01-24 14:00:14,ax1,PE1RXF-7,APZMDM," 8.8,104.6, 8.0, 99.9,999.9,999.9, 6.5, 99.9,999.9,999.9{604" +2022-01-24 14:10:14,ax1,PE1RXF-7,APZMDM," 8.8,104.9, 8.0, 99.9,999.9,999.9, 6.5, 99.9,999.9,999.9{605" +2022-01-24 14:20:14,ax1,PE1RXF-7,APZMDM," 8.7,104.5, 7.9, 99.9,999.9,999.9, 6.4, 99.9,999.9,999.9{606" +2022-01-24 14:30:14,ax1,PE1RXF-7,APZMDM," 8.7,104.4, 7.8, 99.9,999.9,999.9, 6.4, 99.9,999.9,999.9{607" +2022-01-24 14:40:13,ax1,PE1RXF-7,APZMDM," 8.5,104.4, 7.6, 99.9,999.9,999.9, 6.2, 99.9,999.9,999.9{608" +2022-01-24 14:50:13,ax1,PE1RXF-7,APZMDM," 8.4,104.3, 7.4, 99.9,999.9,999.9, 6.1, 99.9,999.9,999.9{609" +2022-01-24 15:00:28,ax1,PE1RXF-7,APZMDM," 8.3,104.4, 7.3, 99.9,999.9,999.9, 6.0, 99.9,999.9,999.9{610" +2022-01-24 15:10:27,ax1,PE1RXF-7,APZMDM," 8.2,104.4, 7.2, 99.9,999.9,999.9, 5.9, 99.9,999.9,999.9{611" +2022-01-24 15:10:42,ax1,PE1RXF-7,APZMDM," 8.2,104.4, 7.2, 99.9,999.9,999.9, 5.9, 99.9,999.9,999.9{611" +2022-01-24 15:20:42,ax1,PE1RXF-7,APZMDM," 8.1,104.6, 7.0, 99.9,999.9,999.9, 5.8, 99.9,999.9,999.9{612" +2022-01-24 15:30:42,ax1,PE1RXF-7,APZMDM," 8.0,104.4, 6.8, 99.9,999.9,999.9, 5.7, 99.9,999.9,999.9{613" +2022-01-24 15:40:56,ax1,PE1RXF-7,APZMDM," 7.8,104.5, 6.7, 99.9,999.9,999.9, 5.5, 99.9,999.9,999.9{614" +2022-01-24 15:50:56,ax1,PE1RXF-7,APZMDM," 7.7,104.5, 6.5, 99.9,999.9,999.9, 5.4, 99.9,999.9,999.9{615" +2022-01-24 16:00:56,ax1,PE1RXF-7,APZMDM," 7.6,104.7, 6.2, 99.9,999.9,999.9, 5.3, 99.9,999.9,999.9{616" +2022-01-24 16:01:26,ax1,PE1RXF-7,APZMDM," 7.6,104.7, 6.2, 99.9,999.9,999.9, 5.3, 99.9,999.9,999.9{616" +2022-01-24 16:11:26,ax1,PE1RXF-7,APZMDM," 7.4,104.8, 6.1, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{617" +2022-01-24 16:21:25,ax1,PE1RXF-7,APZMDM," 7.3,104.7, 5.9, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{618" +2022-01-24 16:31:40,ax1,PE1RXF-7,APZMDM," 7.2,104.7, 5.7, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{619" +2022-01-24 16:41:40,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.6, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{620" +2022-01-24 16:41:55,ax1,PE1RXF-7,APZMDM," 7.1,104.8, 5.6, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{620" +2022-01-24 16:51:55,ax1,PE1RXF-7,APZMDM," 7.0,104.9, 5.4, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{621" +2022-01-24 16:52:10,ax1,PE1RXF-7,APZMDM," 7.0,104.9, 5.4, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{621" +2022-01-24 17:02:09,ax1,PE1RXF-7,APZMDM," 6.9,105.0, 5.3, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{622" +2022-01-24 17:02:39,ax1,PE1RXF-7,APZMDM," 6.9,105.0, 5.3, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{622" +2022-01-24 17:12:39,ax1,PE1RXF-7,APZMDM," 6.8,104.9, 5.1, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{623" +2022-01-24 17:22:39,ax1,PE1RXF-7,APZMDM," 6.7,105.0, 5.0, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{624" +2022-01-24 17:32:38,ax1,PE1RXF-7,APZMDM," 6.6,105.0, 4.9, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{625" +2022-01-24 17:42:44,ax1,PE1RXF-7,APZMDM," 6.5,105.0, 4.8, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{626" +2022-01-24 17:52:38,ax1,PE1RXF-7,APZMDM," 6.5,105.0, 4.7, 99.9,999.9,999.9, 4.1, 99.9,999.9,999.9{627" +2022-01-24 18:02:38,ax1,PE1RXF-7,APZMDM," 6.4,105.1, 4.7, 99.9,999.9,999.9, 4.1, 99.9,999.9,999.9{628" +2022-01-24 18:12:37,ax1,PE1RXF-7,APZMDM," 6.4,105.1, 4.6, 99.9,999.9,999.9, 4.0, 99.9,999.9,999.9{629" +2022-01-24 18:22:52,ax1,PE1RXF-7,APZMDM," 6.3,105.1, 4.6, 99.9,999.9,999.9, 3.9, 99.9,999.9,999.9{630" +2022-01-24 18:23:07,ax1,PE1RXF-7,APZMDM," 6.3,105.1, 4.6, 99.9,999.9,999.9, 3.9, 99.9,999.9,999.9{630" +2022-01-24 18:33:07,ax1,PE1RXF-7,APZMDM," 6.3,105.1, 4.5, 99.9,999.9,999.9, 3.9, 99.9,999.9,999.9{631" +2022-01-24 18:43:07,ax1,PE1RXF-7,APZMDM," 6.3,105.0, 4.5, 99.9,999.9,999.9, 3.9, 99.9,999.9,999.9{632" +2022-01-24 18:53:06,ax1,PE1RXF-7,APZMDM," 6.2,105.0, 4.4, 99.9,999.9,999.9, 3.9, 99.9,999.9,999.9{633" +2022-01-24 19:03:06,ax1,PE1RXF-7,APZMDM," 6.2,105.0, 4.4, 99.9,999.9,999.9, 3.9, 99.9,999.9,999.9{634" +2022-01-24 19:03:21,ax1,PE1RXF-7,APZMDM," 6.2,105.0, 4.4, 99.9,999.9,999.9, 3.9, 99.9,999.9,999.9{634" +2022-01-24 19:13:21,ax1,PE1RXF-7,APZMDM," 6.2,104.9, 4.3, 99.9,999.9,999.9, 3.8, 99.9,999.9,999.9{635" +2022-01-24 19:23:20,ax1,PE1RXF-7,APZMDM," 6.1,105.0, 4.3, 99.9,999.9,999.9, 3.8, 99.9,999.9,999.9{636" +2022-01-24 19:33:20,ax1,PE1RXF-7,APZMDM," 6.1,105.0, 4.3, 99.9,999.9,999.9, 3.7, 99.9,999.9,999.9{637" +2022-01-24 19:43:20,ax1,PE1RXF-7,APZMDM," 6.1,105.0, 4.2, 99.9,999.9,999.9, 3.7, 99.9,999.9,999.9{638" +2022-01-24 19:43:35,ax1,PE1RXF-7,APZMDM," 6.1,105.0, 4.2, 99.9,999.9,999.9, 3.7, 99.9,999.9,999.9{638" +2022-01-24 19:53:35,ax1,PE1RXF-7,APZMDM," 6.0,105.0, 4.2, 99.9,999.9,999.9, 3.7, 99.9,999.9,999.9{639" +2022-01-24 20:03:34,ax1,PE1RXF-7,APZMDM," 6.0,105.1, 4.2, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{640" +2022-01-24 20:13:34,ax1,PE1RXF-7,APZMDM," 6.0,105.1, 4.1, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{641" +2022-01-24 20:23:34,ax1,PE1RXF-7,APZMDM," 6.0,105.1, 4.2, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{642" +2022-01-24 20:33:33,ax1,PE1RXF-7,APZMDM," 6.0,105.1, 4.1, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{643" +2022-01-24 20:43:33,ax1,PE1RXF-7,APZMDM," 6.0,105.1, 4.1, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{644" +2022-01-24 20:53:33,ax1,PE1RXF-7,APZMDM," 6.0,105.1, 4.1, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{645" +2022-01-24 21:03:33,ax1,PE1RXF-7,APZMDM," 6.0,105.0, 4.1, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{646" +2022-01-24 21:03:48,ax1,PE1RXF-7,APZMDM," 6.0,105.0, 4.1, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{646" +2022-01-24 21:13:47,ax1,PE1RXF-7,APZMDM," 5.9,105.1, 4.1, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{647" +2022-01-24 21:23:47,ax1,PE1RXF-7,APZMDM," 6.0,105.1, 4.1, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{648" +2022-01-24 21:33:47,ax1,PE1RXF-7,APZMDM," 5.9,105.0, 4.0, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{649" +2022-01-24 21:43:46,ax1,PE1RXF-7,APZMDM," 5.9,105.1, 4.0, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{650" +2022-01-24 21:53:46,ax1,PE1RXF-7,APZMDM," 6.0,105.1, 4.0, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{651" +2022-01-24 22:03:46,ax1,PE1RXF-7,APZMDM," 6.0,105.2, 4.0, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{652" +2022-01-24 22:13:46,ax1,PE1RXF-7,APZMDM," 6.0,105.1, 4.0, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{653" +2022-01-24 22:23:45,ax1,PE1RXF-7,APZMDM," 6.0,105.2, 4.0, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{654" +2022-01-24 22:33:45,ax1,PE1RXF-7,APZMDM," 5.9,105.0, 4.0, 99.9,999.9,999.9, 3.5, 99.9,999.9,999.9{655" +2022-01-24 22:44:00,ax1,PE1RXF-7,APZMDM," 5.9,105.0, 4.0, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{656" +2022-01-24 22:53:59,ax1,PE1RXF-7,APZMDM," 5.9,105.2, 4.0, 99.9,999.9,999.9, 3.5, 99.9,999.9,999.9{657" +2022-01-24 23:03:59,ax1,PE1RXF-7,APZMDM," 5.9,105.1, 3.9, 99.9,999.9,999.9, 3.5, 99.9,999.9,999.9{658" +2022-01-24 23:13:59,ax1,PE1RXF-7,APZMDM," 5.9,105.0, 4.0, 99.9,999.9,999.9, 3.5, 99.9,999.9,999.9{659" +2022-01-24 23:24:14,ax1,PE1RXF-7,APZMDM," 5.8,104.9, 3.9, 99.9,999.9,999.9, 3.5, 99.9,999.9,999.9{660" +2022-01-24 23:34:13,ax1,PE1RXF-7,APZMDM," 5.8,105.0, 3.9, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{661" +2022-01-24 23:44:13,ax1,PE1RXF-7,APZMDM," 5.8,105.0, 3.9, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{662" +2022-01-24 23:54:13,ax1,PE1RXF-7,APZMDM," 5.8,105.1, 3.9, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{663" +2022-01-24 23:54:28,ax1,PE1RXF-7,APZMDM," 5.8,105.1, 3.9, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{663" +2022-01-25 00:04:28,ax1,PE1RXF-7,APZMDM," 5.8,105.1, 3.9, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{664" +2022-01-25 00:14:27,ax1,PE1RXF-7,APZMDM," 5.8,105.1, 3.8, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{665" +2022-01-25 00:24:27,ax1,PE1RXF-7,APZMDM," 5.8,105.1, 3.9, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{666" +2022-01-25 00:34:27,ax1,PE1RXF-7,APZMDM," 5.8,105.1, 3.8, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{667" +2022-01-25 00:44:27,ax1,PE1RXF-7,APZMDM," 5.8,105.0, 3.8, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{668" +2022-01-25 00:54:41,ax1,PE1RXF-7,APZMDM," 5.8,105.1, 3.8, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{669" +2022-01-25 01:04:56,ax1,PE1RXF-7,APZMDM," 5.8,105.0, 3.8, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{670" +2022-01-25 01:05:11,ax1,PE1RXF-7,APZMDM," 5.8,105.0, 3.8, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{670" +2022-01-25 01:05:26,ax1,PE1RXF-7,APZMDM," 5.8,105.0, 3.8, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{670" +2022-01-25 01:15:26,ax1,PE1RXF-7,APZMDM," 5.7,105.0, 3.8, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{671" +2022-01-25 01:25:40,ax1,PE1RXF-7,APZMDM," 5.7,105.1, 3.8, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{672" +2022-01-25 01:35:40,ax1,PE1RXF-7,APZMDM," 5.7,105.0, 3.8, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{673" +2022-01-25 01:45:40,ax1,PE1RXF-7,APZMDM," 5.7,105.1, 3.8, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{674" +2022-01-25 01:55:39,ax1,PE1RXF-7,APZMDM," 5.7,105.2, 3.8, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{675" +2022-01-25 02:05:39,ax1,PE1RXF-7,APZMDM," 5.7,105.2, 3.8, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{676" +2022-01-25 02:15:39,ax1,PE1RXF-7,APZMDM," 5.7,105.2, 3.8, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{677" +2022-01-25 02:25:39,ax1,PE1RXF-7,APZMDM," 5.7,105.0, 3.8, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{678" +2022-01-25 02:35:38,ax1,PE1RXF-7,APZMDM," 5.7,105.2, 3.8, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{679" +2022-01-25 02:45:38,ax1,PE1RXF-7,APZMDM," 5.7,105.1, 3.8, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{680" +2022-01-25 02:55:38,ax1,PE1RXF-7,APZMDM," 5.7,105.1, 3.8, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{681" +2022-01-25 03:05:37,ax1,PE1RXF-7,APZMDM," 5.7,105.1, 3.7, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{682" +2022-01-25 03:05:52,ax1,PE1RXF-7,APZMDM," 5.7,105.1, 3.7, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{682" +2022-01-25 03:16:07,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{683" +2022-01-25 03:16:22,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{683" +2022-01-25 03:26:22,ax1,PE1RXF-7,APZMDM," 5.7,105.1, 3.7, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{684" +2022-01-25 03:36:22,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{685" +2022-01-25 03:46:21,ax1,PE1RXF-7,APZMDM," 5.6,105.2, 3.7, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{686" +2022-01-25 03:56:21,ax1,PE1RXF-7,APZMDM," 5.6,105.0, 3.7, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{687" +2022-01-25 03:56:36,ax1,PE1RXF-7,APZMDM," 5.6,105.0, 3.7, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{687" +2022-01-25 04:06:36,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{688" +2022-01-25 04:16:35,ax1,PE1RXF-7,APZMDM," 5.6,105.0, 3.7, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{689" +2022-01-25 04:26:35,ax1,PE1RXF-7,APZMDM," 5.6,105.2, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{690" +2022-01-25 04:36:35,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{691" +2022-01-25 04:46:35,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{692" +2022-01-25 04:56:34,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{693" +2022-01-25 05:06:34,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{694" +2022-01-25 05:16:49,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{695" +2022-01-25 05:26:48,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{696" +2022-01-25 05:36:48,ax1,PE1RXF-7,APZMDM," 5.6,105.2, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{697" +2022-01-25 05:46:48,ax1,PE1RXF-7,APZMDM," 5.6,105.0, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{698" +2022-01-25 05:47:03,ax1,PE1RXF-7,APZMDM," 5.6,105.0, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{698" +2022-01-25 05:57:03,ax1,PE1RXF-7,APZMDM," 5.6,105.2, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{699" +2022-01-25 06:07:02,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{700" +2022-01-25 06:17:02,ax1,PE1RXF-7,APZMDM," 5.6,105.2, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{701" +2022-01-25 06:17:17,ax1,PE1RXF-7,APZMDM," 5.6,105.2, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{701" +2022-01-25 06:27:17,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{702" +2022-01-25 06:37:16,ax1,PE1RXF-7,APZMDM," 5.6,105.0, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{703" +2022-01-25 06:47:16,ax1,PE1RXF-7,APZMDM," 5.6,105.2, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{704" +2022-01-25 06:57:16,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{705" +2022-01-25 07:07:16,ax1,PE1RXF-7,APZMDM," 5.6,105.2, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{706" +2022-01-25 07:17:17,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{707" +2022-01-25 07:27:15,ax1,PE1RXF-7,APZMDM," 5.6,105.2, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{708" +2022-01-25 07:37:30,ax1,PE1RXF-7,APZMDM," 5.5,105.0, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{709" +2022-01-25 07:47:29,ax1,PE1RXF-7,APZMDM," 5.6,105.2, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{710" +2022-01-25 07:57:29,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{711" +2022-01-25 08:07:29,ax1,PE1RXF-7,APZMDM," 5.5,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{712" +2022-01-25 08:17:29,ax1,PE1RXF-7,APZMDM," 5.5,105.1, 3.6, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{713" +2022-01-25 08:27:28,ax1,PE1RXF-7,APZMDM," 5.5,105.3, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{714" +2022-01-25 08:37:43,ax1,PE1RXF-7,APZMDM," 5.5,105.0, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{715" +2022-01-25 08:47:43,ax1,PE1RXF-7,APZMDM," 5.5,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{716" +2022-01-25 08:57:42,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{717" +2022-01-25 09:07:42,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{718" +2022-01-25 09:17:42,ax1,PE1RXF-7,APZMDM," 5.6,105.1, 3.8, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{719" +2022-01-25 09:27:42,ax1,PE1RXF-7,APZMDM," 5.7,105.1, 3.9, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{720" +2022-01-25 09:37:41,ax1,PE1RXF-7,APZMDM," 5.8,105.2, 4.0, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{721" +2022-01-25 09:47:41,ax1,PE1RXF-7,APZMDM," 5.8,105.3, 4.1, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{722" +2022-01-25 09:57:41,ax1,PE1RXF-7,APZMDM," 5.9,105.2, 4.2, 99.9,999.9,999.9, 3.5, 99.9,999.9,999.9{723" +2022-01-25 10:07:40,ax1,PE1RXF-7,APZMDM," 6.0,105.3, 4.3, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{724" +2022-01-25 10:17:40,ax1,PE1RXF-7,APZMDM," 6.1,105.2, 4.4, 99.9,999.9,999.9, 3.7, 99.9,999.9,999.9{725" +2022-01-25 10:28:10,ax1,PE1RXF-7,APZMDM," 6.1,105.3, 4.5, 99.9,999.9,999.9, 3.7, 99.9,999.9,999.9{726" +2022-01-25 10:38:10,ax1,PE1RXF-7,APZMDM," 6.2,105.2, 4.6, 99.9,999.9,999.9, 3.8, 99.9,999.9,999.9{727" +2022-01-25 10:48:09,ax1,PE1RXF-7,APZMDM," 6.2,105.1, 4.6, 99.9,999.9,999.9, 3.9, 99.9,999.9,999.9{728" +2022-01-25 10:58:09,ax1,PE1RXF-7,APZMDM," 6.3,105.3, 4.8, 99.9,999.9,999.9, 4.0, 99.9,999.9,999.9{729" +2022-01-25 11:08:09,ax1,PE1RXF-7,APZMDM," 6.4,105.0, 4.8, 99.9,999.9,999.9, 4.0, 99.9,999.9,999.9{730" +2022-01-25 11:18:09,ax1,PE1RXF-7,APZMDM," 6.4,105.1, 5.0, 99.9,999.9,999.9, 4.1, 99.9,999.9,999.9{731" +2022-01-25 11:18:23,ax1,PE1RXF-7,APZMDM," 6.4,105.1, 5.0, 99.9,999.9,999.9, 4.1, 99.9,999.9,999.9{731" +2022-01-25 11:18:38,ax1,PE1RXF-7,APZMDM," 6.4,105.1, 5.0, 99.9,999.9,999.9, 4.1, 99.9,999.9,999.9{731" +2022-01-25 11:28:38,ax1,PE1RXF-7,APZMDM," 6.6,105.2, 5.1, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{732" +2022-01-25 11:38:38,ax1,PE1RXF-7,APZMDM," 6.6,105.1, 5.2, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{733" +2022-01-25 11:48:38,ax1,PE1RXF-7,APZMDM," 6.7,105.1, 5.3, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{734" +2022-01-25 11:58:37,ax1,PE1RXF-7,APZMDM," 6.8,105.3, 5.4, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{735" +2022-01-25 12:08:37,ax1,PE1RXF-7,APZMDM," 6.9,105.1, 5.5, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{736" +2022-01-25 12:18:37,ax1,PE1RXF-7,APZMDM," 6.9,105.0, 5.5, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{737" +2022-01-25 12:28:37,ax1,PE1RXF-7,APZMDM," 6.9,104.6, 5.6, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{738" +2022-01-25 12:38:36,ax1,PE1RXF-7,APZMDM," 6.9,104.7, 5.7, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{739" +2022-01-25 12:48:36,ax1,PE1RXF-7,APZMDM," 7.0,104.6, 5.7, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{740" +2022-01-25 12:58:36,ax1,PE1RXF-7,APZMDM," 7.0,105.0, 5.8, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{741" +2022-01-25 13:08:36,ax1,PE1RXF-7,APZMDM," 7.0,104.7, 5.8, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{742" +2022-01-25 13:18:35,ax1,PE1RXF-7,APZMDM," 7.0,104.8, 5.8, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{743" +2022-01-25 13:28:35,ax1,PE1RXF-7,APZMDM," 7.0,104.6, 5.8, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{744" +2022-01-25 13:28:50,ax1,PE1RXF-7,APZMDM," 7.0,104.6, 5.8, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{744" +2022-01-25 13:29:05,ax1,PE1RXF-7,APZMDM," 7.0,104.6, 5.8, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{744" +2022-01-25 13:39:05,ax1,PE1RXF-7,APZMDM," 7.0,104.7, 5.8, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{745" +2022-01-25 13:49:04,ax1,PE1RXF-7,APZMDM," 7.1,104.7, 5.8, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{746" +2022-01-25 13:59:04,ax1,PE1RXF-7,APZMDM," 7.1,104.6, 6.0, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{747" +2022-01-25 14:09:04,ax1,PE1RXF-7,APZMDM," 7.1,104.5, 5.8, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{748" +2022-01-25 14:19:34,ax1,PE1RXF-7,APZMDM," 7.0,104.5, 5.8, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{749" +2022-01-25 14:29:33,ax1,PE1RXF-7,APZMDM," 7.0,104.6, 5.9, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{750" +2022-01-25 14:39:33,ax1,PE1RXF-7,APZMDM," 7.0,104.5, 5.9, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{751" +2022-01-25 14:49:33,ax1,PE1RXF-7,APZMDM," 6.9,104.5, 5.8, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{752" +2022-01-25 14:59:33,ax1,PE1RXF-7,APZMDM," 6.9,104.3, 5.7, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{753" +2022-01-25 15:00:03,ax1,PE1RXF-7,APZMDM," 6.9,104.3, 5.7, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{753" +2022-01-25 15:10:32,ax1,PE1RXF-7,APZMDM," 6.8,104.4, 5.6, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{754" +2022-01-25 15:10:47,ax1,PE1RXF-7,APZMDM," 6.8,104.4, 5.6, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{754" +2022-01-25 15:21:02,ax1,PE1RXF-7,APZMDM," 6.7,104.4, 5.6, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{755" +2022-01-25 15:31:02,ax1,PE1RXF-7,APZMDM," 6.7,104.6, 5.5, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{756" +2022-01-25 15:41:01,ax1,PE1RXF-7,APZMDM," 6.6,104.5, 5.4, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{757" +2022-01-25 15:51:01,ax1,PE1RXF-7,APZMDM," 6.6,104.5, 5.3, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{758" +2022-01-25 16:01:01,ax1,PE1RXF-7,APZMDM," 6.5,104.4, 5.2, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{759" +2022-01-25 16:01:16,ax1,PE1RXF-7,APZMDM," 6.5,104.4, 5.2, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{759" +2022-01-25 16:11:31,ax1,PE1RXF-7,APZMDM," 6.4,104.4, 5.0, 99.9,999.9,999.9, 4.1, 99.9,999.9,999.9{760" +2022-01-25 16:21:30,ax1,PE1RXF-7,APZMDM," 6.3,104.5, 4.9, 99.9,999.9,999.9, 4.0, 99.9,999.9,999.9{761" +2022-01-25 16:31:30,ax1,PE1RXF-7,APZMDM," 6.2,104.5, 4.8, 99.9,999.9,999.9, 3.9, 99.9,999.9,999.9{762" +2022-01-25 16:41:30,ax1,PE1RXF-7,APZMDM," 6.1,104.5, 4.7, 99.9,999.9,999.9, 3.8, 99.9,999.9,999.9{763" +2022-01-25 16:51:29,ax1,PE1RXF-7,APZMDM," 6.0,104.7, 4.5, 99.9,999.9,999.9, 3.7, 99.9,999.9,999.9{764" +2022-01-25 16:51:45,ax1,PE1RXF-7,APZMDM," 6.0,104.7, 4.5, 99.9,999.9,999.9, 3.7, 99.9,999.9,999.9{764" +2022-01-25 17:01:44,ax1,PE1RXF-7,APZMDM," 6.0,104.7, 4.4, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{765" +2022-01-25 17:11:44,ax1,PE1RXF-7,APZMDM," 5.9,104.8, 4.2, 99.9,999.9,999.9, 3.5, 99.9,999.9,999.9{766" +2022-01-25 17:21:44,ax1,PE1RXF-7,APZMDM," 5.8,104.7, 4.1, 99.9,999.9,999.9, 3.5, 99.9,999.9,999.9{767" +2022-01-25 17:21:59,ax1,PE1RXF-7,APZMDM," 5.8,104.7, 4.1, 99.9,999.9,999.9, 3.5, 99.9,999.9,999.9{767" +2022-01-25 17:22:14,ax1,PE1RXF-7,APZMDM," 5.8,104.7, 4.1, 99.9,999.9,999.9, 3.5, 99.9,999.9,999.9{767" +2022-01-25 17:32:13,ax1,PE1RXF-7,APZMDM," 5.8,104.8, 4.0, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{768" +2022-01-25 17:42:28,ax1,PE1RXF-7,APZMDM," 5.7,104.7, 4.0, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{769" +2022-01-25 17:52:28,ax1,PE1RXF-7,APZMDM," 5.7,104.8, 3.9, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{770" +2022-01-25 17:52:43,ax1,PE1RXF-7,APZMDM," 5.7,104.8, 3.9, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{770" +2022-01-25 18:02:42,ax1,PE1RXF-7,APZMDM," 5.6,104.8, 3.8, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{771" +2022-01-25 18:12:42,ax1,PE1RXF-7,APZMDM," 5.6,104.8, 3.8, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{772" +2022-01-25 18:22:42,ax1,PE1RXF-7,APZMDM," 5.5,104.9, 3.8, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{773" +2022-01-25 18:32:42,ax1,PE1RXF-7,APZMDM," 5.6,104.8, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{774" +2022-01-25 18:42:41,ax1,PE1RXF-7,APZMDM," 5.5,104.7, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{775" +2022-01-25 18:52:41,ax1,PE1RXF-7,APZMDM," 5.5,104.8, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{776" +2022-01-25 19:02:41,ax1,PE1RXF-7,APZMDM," 5.5,104.9, 3.7, 99.9,999.9,999.9, 3.2, 99.9,999.9,999.9{777" +2022-01-25 19:12:40,ax1,PE1RXF-7,APZMDM," 5.5,104.8, 3.7, 99.9,999.9,999.9, 3.1, 99.9,999.9,999.9{778" +2022-01-25 19:22:40,ax1,PE1RXF-7,APZMDM," 5.5,104.9, 3.6, 99.9,999.9,999.9, 3.1, 99.9,999.9,999.9{779" +2022-01-25 19:32:40,ax1,PE1RXF-7,APZMDM," 5.5,104.9, 3.6, 99.9,999.9,999.9, 3.1, 99.9,999.9,999.9{780" +2022-01-25 19:42:40,ax1,PE1RXF-7,APZMDM," 5.5,105.0, 3.6, 99.9,999.9,999.9, 3.1, 99.9,999.9,999.9{781" +2022-01-25 19:52:39,ax1,PE1RXF-7,APZMDM," 5.4,104.8, 3.6, 99.9,999.9,999.9, 3.1, 99.9,999.9,999.9{782" +2022-01-25 19:52:54,ax1,PE1RXF-7,APZMDM," 5.4,104.8, 3.6, 99.9,999.9,999.9, 3.1, 99.9,999.9,999.9{782" +2022-01-25 19:53:24,ax1,PE1RXF-7,APZMDM," 5.4,104.8, 3.6, 99.9,999.9,999.9, 3.1, 99.9,999.9,999.9{782" +2022-01-25 20:03:39,ax1,PE1RXF-7,APZMDM," 5.4,104.8, 3.6, 99.9,999.9,999.9, 3.1, 99.9,999.9,999.9{783" +2022-01-25 20:13:39,ax1,PE1RXF-7,APZMDM," 5.4,104.9, 3.6, 99.9,999.9,999.9, 3.1, 99.9,999.9,999.9{784" +2022-01-25 20:23:38,ax1,PE1RXF-7,APZMDM," 5.4,104.8, 3.6, 99.9,999.9,999.9, 3.0, 99.9,999.9,999.9{785" +2022-01-25 20:33:38,ax1,PE1RXF-7,APZMDM," 5.4,104.9, 3.6, 99.9,999.9,999.9, 3.0, 99.9,999.9,999.9{786" +2022-01-25 20:43:38,ax1,PE1RXF-7,APZMDM," 5.4,105.0, 3.5, 99.9,999.9,999.9, 3.0, 99.9,999.9,999.9{787" +2022-01-25 20:43:53,ax1,PE1RXF-7,APZMDM," 5.4,105.0, 3.5, 99.9,999.9,999.9, 3.0, 99.9,999.9,999.9{787" +2022-01-25 20:53:53,ax1,PE1RXF-7,APZMDM," 5.4,104.9, 3.5, 99.9,999.9,999.9, 3.0, 99.9,999.9,999.9{788" +2022-01-25 21:03:52,ax1,PE1RXF-7,APZMDM," 5.4,104.8, 3.5, 99.9,999.9,999.9, 3.0, 99.9,999.9,999.9{789" +2022-01-25 21:04:07,ax1,PE1RXF-7,APZMDM," 5.4,104.8, 3.5, 99.9,999.9,999.9, 3.0, 99.9,999.9,999.9{789" +2022-01-25 21:14:07,ax1,PE1RXF-7,APZMDM," 5.3,104.8, 3.5, 99.9,999.9,999.9, 3.0, 99.9,999.9,999.9{790" +2022-01-25 21:24:07,ax1,PE1RXF-7,APZMDM," 5.3,104.9, 3.5, 99.9,999.9,999.9, 2.9, 99.9,999.9,999.9{791" +2022-01-25 21:34:06,ax1,PE1RXF-7,APZMDM," 5.3,104.9, 3.5, 99.9,999.9,999.9, 3.0, 99.9,999.9,999.9{792" +2022-01-25 21:44:06,ax1,PE1RXF-7,APZMDM," 5.3,104.8, 3.4, 99.9,999.9,999.9, 2.9, 99.9,999.9,999.9{793" +2022-01-25 21:54:06,ax1,PE1RXF-7,APZMDM," 5.3,104.9, 3.4, 99.9,999.9,999.9, 3.0, 99.9,999.9,999.9{794" +2022-01-25 21:54:36,ax1,PE1RXF-7,APZMDM," 5.3,104.9, 3.4, 99.9,999.9,999.9, 3.0, 99.9,999.9,999.9{794" +2022-01-25 22:04:36,ax1,PE1RXF-7,APZMDM," 5.3,104.8, 3.4, 99.9,999.9,999.9, 2.9, 99.9,999.9,999.9{795" +2022-01-25 22:14:35,ax1,PE1RXF-7,APZMDM," 5.3,105.0, 3.4, 99.9,999.9,999.9, 2.9, 99.9,999.9,999.9{796" +2022-01-25 22:24:35,ax1,PE1RXF-7,APZMDM," 5.3,104.8, 3.4, 99.9,999.9,999.9, 2.9, 99.9,999.9,999.9{797" +2022-01-25 22:34:35,ax1,PE1RXF-7,APZMDM," 5.3,104.9, 3.4, 99.9,999.9,999.9, 2.9, 99.9,999.9,999.9{798" +2022-01-25 22:44:34,ax1,PE1RXF-7,APZMDM," 5.3,105.0, 3.4, 99.9,999.9,999.9, 2.9, 99.9,999.9,999.9{799" +2022-01-25 22:54:34,ax1,PE1RXF-7,APZMDM," 5.2,105.0, 3.4, 99.9,999.9,999.9, 2.9, 99.9,999.9,999.9{800" +2022-01-25 23:04:34,ax1,PE1RXF-7,APZMDM," 5.2,105.0, 3.4, 99.9,999.9,999.9, 2.9, 99.9,999.9,999.9{801" +2022-01-25 23:14:34,ax1,PE1RXF-7,APZMDM," 5.3,105.0, 3.4, 99.9,999.9,999.9, 2.9, 99.9,999.9,999.9{802" +2022-01-25 23:24:33,ax1,PE1RXF-7,APZMDM," 5.2,105.0, 3.4, 99.9,999.9,999.9, 2.9, 99.9,999.9,999.9{803" +2022-01-25 23:24:48,ax1,PE1RXF-7,APZMDM," 5.2,105.0, 3.4, 99.9,999.9,999.9, 2.9, 99.9,999.9,999.9{803" +2022-01-25 23:25:03,ax1,PE1RXF-7,APZMDM," 5.2,105.0, 3.4, 99.9,999.9,999.9, 2.9, 99.9,999.9,999.9{803" +2022-01-25 23:35:18,ax1,PE1RXF-7,APZMDM," 5.2,104.9, 3.4, 99.9,999.9,999.9, 2.8, 99.9,999.9,999.9{804" +2022-01-25 23:45:18,ax1,PE1RXF-7,APZMDM," 5.2,104.9, 3.3, 99.9,999.9,999.9, 2.8, 99.9,999.9,999.9{805" +2022-01-25 23:55:17,ax1,PE1RXF-7,APZMDM," 5.2,105.0, 3.3, 99.9,999.9,999.9, 2.8, 99.9,999.9,999.9{806" +2022-01-26 00:05:35,ax1,PE1RXF-7,APZMDM," 5.2,105.0, 3.3, 99.9,999.9,999.9, 2.8, 99.9,999.9,999.9{807" +2022-01-26 00:15:36,ax1,PE1RXF-7,APZMDM," 5.1,104.9, 3.3, 99.9,999.9,999.9, 2.8, 99.9,999.9,999.9{808" +2022-01-26 00:25:47,ax1,PE1RXF-7,APZMDM," 5.2,104.9, 3.3, 99.9,999.9,999.9, 2.8, 99.9,999.9,999.9{809" +2022-01-26 00:36:01,ax1,PE1RXF-7,APZMDM," 5.1,105.0, 3.3, 99.9,999.9,999.9, 2.8, 99.9,999.9,999.9{810" +2022-01-26 00:46:01,ax1,PE1RXF-7,APZMDM," 5.1,104.8, 3.2, 99.9,999.9,999.9, 2.7, 99.9,999.9,999.9{811" +2022-01-26 00:56:01,ax1,PE1RXF-7,APZMDM," 5.1,104.9, 3.2, 99.9,999.9,999.9, 2.7, 99.9,999.9,999.9{812" +2022-01-26 01:06:00,ax1,PE1RXF-7,APZMDM," 5.1,105.0, 3.2, 99.9,999.9,999.9, 2.7, 99.9,999.9,999.9{813" +2022-01-26 01:16:00,ax1,PE1RXF-7,APZMDM," 5.1,104.8, 3.2, 99.9,999.9,999.9, 2.7, 99.9,999.9,999.9{814" +2022-01-26 01:16:15,ax1,PE1RXF-7,APZMDM," 5.1,104.8, 3.2, 99.9,999.9,999.9, 2.7, 99.9,999.9,999.9{814" +2022-01-26 01:26:15,ax1,PE1RXF-7,APZMDM," 5.0,104.7, 3.2, 99.9,999.9,999.9, 2.7, 99.9,999.9,999.9{815" +2022-01-26 01:36:29,ax1,PE1RXF-7,APZMDM," 5.0,104.9, 3.1, 99.9,999.9,999.9, 2.6, 99.9,999.9,999.9{816" +2022-01-26 01:36:45,ax1,PE1RXF-7,APZMDM," 5.0,104.9, 3.1, 99.9,999.9,999.9, 2.6, 99.9,999.9,999.9{816" +2022-01-26 01:46:44,ax1,PE1RXF-7,APZMDM," 5.0,104.9, 3.1, 99.9,999.9,999.9, 2.6, 99.9,999.9,999.9{817" +2022-01-26 01:46:59,ax1,PE1RXF-7,APZMDM," 5.0,104.9, 3.1, 99.9,999.9,999.9, 2.6, 99.9,999.9,999.9{817" +2022-01-26 01:56:59,ax1,PE1RXF-7,APZMDM," 5.0,104.9, 3.1, 99.9,999.9,999.9, 2.6, 99.9,999.9,999.9{818" +2022-01-26 01:57:14,ax1,PE1RXF-7,APZMDM," 5.0,104.9, 3.1, 99.9,999.9,999.9, 2.6, 99.9,999.9,999.9{818" +2022-01-26 02:07:14,ax1,PE1RXF-7,APZMDM," 4.9,104.8, 3.1, 99.9,999.9,999.9, 2.5, 99.9,999.9,999.9{819" +2022-01-26 02:17:13,ax1,PE1RXF-7,APZMDM," 4.9,104.6, 3.0, 99.9,999.9,999.9, 2.5, 99.9,999.9,999.9{820" +2022-01-26 02:27:13,ax1,PE1RXF-7,APZMDM," 4.9,104.7, 3.0, 99.9,999.9,999.9, 2.5, 99.9,999.9,999.9{821" +2022-01-26 02:37:13,ax1,PE1RXF-7,APZMDM," 4.8,104.8, 3.0, 99.9,999.9,999.9, 2.5, 99.9,999.9,999.9{822" +2022-01-26 02:47:13,ax1,PE1RXF-7,APZMDM," 4.8,104.7, 3.0, 99.9,999.9,999.9, 2.4, 99.9,999.9,999.9{823" +2022-01-26 02:47:28,ax1,PE1RXF-7,APZMDM," 4.8,104.7, 3.0, 99.9,999.9,999.9, 2.4, 99.9,999.9,999.9{823" +2022-01-26 02:57:27,ax1,PE1RXF-7,APZMDM," 4.8,104.8, 3.0, 99.9,999.9,999.9, 2.4, 99.9,999.9,999.9{824" +2022-01-26 03:07:42,ax1,PE1RXF-7,APZMDM," 4.8,104.6, 2.9, 99.9,999.9,999.9, 2.4, 99.9,999.9,999.9{825" +2022-01-26 03:17:42,ax1,PE1RXF-7,APZMDM," 4.8,104.8, 2.9, 99.9,999.9,999.9, 2.4, 99.9,999.9,999.9{826" +2022-01-26 03:27:42,ax1,PE1RXF-7,APZMDM," 4.7,104.6, 2.9, 99.9,999.9,999.9, 2.4, 99.9,999.9,999.9{827" +2022-01-26 03:37:42,ax1,PE1RXF-7,APZMDM," 4.7,104.5, 2.9, 99.9,999.9,999.9, 2.3, 99.9,999.9,999.9{828" +2022-01-26 03:47:41,ax1,PE1RXF-7,APZMDM," 4.7,104.7, 2.8, 99.9,999.9,999.9, 2.3, 99.9,999.9,999.9{829" +2022-01-26 03:57:41,ax1,PE1RXF-7,APZMDM," 4.7,104.7, 2.8, 99.9,999.9,999.9, 2.3, 99.9,999.9,999.9{830" +2022-01-26 04:07:41,ax1,PE1RXF-7,APZMDM," 4.6,104.6, 2.8, 99.9,999.9,999.9, 2.2, 99.9,999.9,999.9{831" +2022-01-26 04:17:56,ax1,PE1RXF-7,APZMDM," 4.6,104.6, 2.7, 99.9,999.9,999.9, 2.2, 99.9,999.9,999.9{832" +2022-01-26 04:27:56,ax1,PE1RXF-7,APZMDM," 4.5,104.7, 2.7, 99.9,999.9,999.9, 2.2, 99.9,999.9,999.9{833" +2022-01-26 04:37:55,ax1,PE1RXF-7,APZMDM," 4.5,104.6, 2.7, 99.9,999.9,999.9, 2.2, 99.9,999.9,999.9{834" +2022-01-26 04:47:55,ax1,PE1RXF-7,APZMDM," 4.5,104.5, 2.7, 99.9,999.9,999.9, 2.1, 99.9,999.9,999.9{835" +2022-01-26 04:57:55,ax1,PE1RXF-7,APZMDM," 4.4,104.5, 2.6, 99.9,999.9,999.9, 2.1, 99.9,999.9,999.9{836" +2022-01-26 05:07:55,ax1,PE1RXF-7,APZMDM," 4.4,104.4, 2.6, 99.9,999.9,999.9, 2.0, 99.9,999.9,999.9{837" +2022-01-26 05:17:54,ax1,PE1RXF-7,APZMDM," 4.4,104.3, 2.6, 99.9,999.9,999.9, 2.0, 99.9,999.9,999.9{838" +2022-01-26 05:27:54,ax1,PE1RXF-7,APZMDM," 4.3,104.4, 2.5, 99.9,999.9,999.9, 2.0, 99.9,999.9,999.9{839" +2022-01-26 05:37:53,ax1,PE1RXF-7,APZMDM," 4.3,104.4, 2.5, 99.9,999.9,999.9, 1.9, 99.9,999.9,999.9{840" +2022-01-26 05:47:53,ax1,PE1RXF-7,APZMDM," 4.3,104.3, 2.4, 99.9,999.9,999.9, 1.9, 99.9,999.9,999.9{841" +2022-01-26 05:57:53,ax1,PE1RXF-7,APZMDM," 4.2,104.2, 2.4, 99.9,999.9,999.9, 1.8, 99.9,999.9,999.9{842" +2022-01-26 06:08:08,ax1,PE1RXF-7,APZMDM," 4.2,104.4, 2.4, 99.9,999.9,999.9, 1.8, 99.9,999.9,999.9{843" +2022-01-26 06:18:07,ax1,PE1RXF-7,APZMDM," 4.2,104.2, 2.4, 99.9,999.9,999.9, 1.8, 99.9,999.9,999.9{844" +2022-01-26 06:28:07,ax1,PE1RXF-7,APZMDM," 4.1,104.1, 2.3, 99.9,999.9,999.9, 1.8, 99.9,999.9,999.9{845" +2022-01-26 06:38:07,ax1,PE1RXF-7,APZMDM," 4.1,104.2, 2.3, 99.9,999.9,999.9, 1.8, 99.9,999.9,999.9{846" +2022-01-26 06:48:06,ax1,PE1RXF-7,APZMDM," 4.1,104.2, 2.3, 99.9,999.9,999.9, 1.7, 99.9,999.9,999.9{847" +2022-01-26 06:58:06,ax1,PE1RXF-7,APZMDM," 4.1,104.3, 2.3, 99.9,999.9,999.9, 1.7, 99.9,999.9,999.9{848" +2022-01-26 07:08:21,ax1,PE1RXF-7,APZMDM," 4.1,104.3, 2.2, 99.9,999.9,999.9, 1.7, 99.9,999.9,999.9{849" +2022-01-26 07:08:36,ax1,PE1RXF-7,APZMDM," 4.1,104.3, 2.2, 99.9,999.9,999.9, 1.7, 99.9,999.9,999.9{849" +2022-01-26 07:08:51,ax1,PE1RXF-7,APZMDM," 4.1,104.3, 2.2, 99.9,999.9,999.9, 1.7, 99.9,999.9,999.9{849" +2022-01-26 07:18:51,ax1,PE1RXF-7,APZMDM," 4.1,104.2, 2.2, 99.9,999.9,999.9, 1.7, 99.9,999.9,999.9{850" +2022-01-26 07:28:50,ax1,PE1RXF-7,APZMDM," 4.1,104.3, 2.2, 99.9,999.9,999.9, 1.7, 99.9,999.9,999.9{851" +2022-01-26 07:38:50,ax1,PE1RXF-7,APZMDM," 4.0,104.4, 2.2, 99.9,999.9,999.9, 1.7, 99.9,999.9,999.9{852" +2022-01-26 07:48:50,ax1,PE1RXF-7,APZMDM," 4.1,104.4, 2.2, 99.9,999.9,999.9, 1.7, 99.9,999.9,999.9{853" +2022-01-26 07:58:49,ax1,PE1RXF-7,APZMDM," 4.1,104.4, 2.2, 99.9,999.9,999.9, 1.7, 99.9,999.9,999.9{854" +2022-01-26 08:08:49,ax1,PE1RXF-7,APZMDM," 4.1,104.4, 2.2, 99.9,999.9,999.9, 1.7, 99.9,999.9,999.9{855" +2022-01-26 08:18:49,ax1,PE1RXF-7,APZMDM," 4.1,104.3, 2.2, 99.9,999.9,999.9, 1.7, 99.9,999.9,999.9{856" +2022-01-26 08:28:48,ax1,PE1RXF-7,APZMDM," 4.1,104.2, 2.2, 99.9,999.9,999.9, 1.7, 99.9,999.9,999.9{857" +2022-01-26 08:38:48,ax1,PE1RXF-7,APZMDM," 4.1,104.3, 2.2, 99.9,999.9,999.9, 1.7, 99.9,999.9,999.9{858" +2022-01-26 08:48:48,ax1,PE1RXF-7,APZMDM," 4.2,104.4, 2.3, 99.9,999.9,999.9, 1.8, 99.9,999.9,999.9{859" +2022-01-26 08:58:48,ax1,PE1RXF-7,APZMDM," 4.2,104.5, 2.3, 99.9,999.9,999.9, 1.8, 99.9,999.9,999.9{860" +2022-01-26 09:08:47,ax1,PE1RXF-7,APZMDM," 4.2,104.4, 2.4, 99.9,999.9,999.9, 1.9, 99.9,999.9,999.9{861" +2022-01-26 09:09:03,ax1,PE1RXF-7,APZMDM," 4.2,104.4, 2.4, 99.9,999.9,999.9, 1.9, 99.9,999.9,999.9{861" +2022-01-26 09:19:17,ax1,PE1RXF-7,APZMDM," 4.3,104.5, 2.5, 99.9,999.9,999.9, 1.9, 99.9,999.9,999.9{862" +2022-01-26 09:19:32,ax1,PE1RXF-7,APZMDM," 4.3,104.5, 2.5, 99.9,999.9,999.9, 1.9, 99.9,999.9,999.9{862" +2022-01-26 09:29:32,ax1,PE1RXF-7,APZMDM," 4.4,104.5, 2.6, 99.9,999.9,999.9, 2.0, 99.9,999.9,999.9{863" +2022-01-26 09:39:31,ax1,PE1RXF-7,APZMDM," 4.4,104.4, 2.7, 99.9,999.9,999.9, 2.1, 99.9,999.9,999.9{864" +2022-01-26 09:49:46,ax1,PE1RXF-7,APZMDM," 4.5,104.5, 2.7, 99.9,999.9,999.9, 2.1, 99.9,999.9,999.9{865" +2022-01-26 09:59:46,ax1,PE1RXF-7,APZMDM," 4.6,104.6, 2.8, 99.9,999.9,999.9, 2.2, 99.9,999.9,999.9{866" +2022-01-26 10:09:46,ax1,PE1RXF-7,APZMDM," 4.6,104.3, 2.9, 99.9,999.9,999.9, 2.2, 99.9,999.9,999.9{867" +2022-01-26 10:19:45,ax1,PE1RXF-7,APZMDM," 4.6,104.4, 2.9, 99.9,999.9,999.9, 2.3, 99.9,999.9,999.9{868" +2022-01-26 10:30:00,ax1,PE1RXF-7,APZMDM," 4.7,104.4, 3.0, 99.9,999.9,999.9, 2.3, 99.9,999.9,999.9{869" +2022-01-26 10:40:00,ax1,PE1RXF-7,APZMDM," 4.8,104.5, 3.2, 99.9,999.9,999.9, 2.4, 99.9,999.9,999.9{870" +2022-01-26 10:49:59,ax1,PE1RXF-7,APZMDM," 4.9,104.6, 3.3, 99.9,999.9,999.9, 2.5, 99.9,999.9,999.9{871" +2022-01-26 10:59:59,ax1,PE1RXF-7,APZMDM," 5.1,104.7, 3.6, 99.9,999.9,999.9, 2.7, 99.9,999.9,999.9{872" +2022-01-26 11:09:59,ax1,PE1RXF-7,APZMDM," 5.3,104.7, 3.8, 99.9,999.9,999.9, 2.9, 99.9,999.9,999.9{873" +2022-01-26 11:19:59,ax1,PE1RXF-7,APZMDM," 5.5,104.7, 4.0, 99.9,999.9,999.9, 3.1, 99.9,999.9,999.9{874" +2022-01-26 11:29:58,ax1,PE1RXF-7,APZMDM," 5.7,104.6, 4.3, 99.9,999.9,999.9, 3.3, 99.9,999.9,999.9{875" +2022-01-26 11:39:58,ax1,PE1RXF-7,APZMDM," 5.8,104.7, 4.4, 99.9,999.9,999.9, 3.4, 99.9,999.9,999.9{876" +2022-01-26 11:49:58,ax1,PE1RXF-7,APZMDM," 6.0,104.7, 4.6, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{877" +2022-01-26 11:50:13,ax1,PE1RXF-7,APZMDM," 6.0,104.7, 4.6, 99.9,999.9,999.9, 3.6, 99.9,999.9,999.9{877" +2022-01-26 12:00:13,ax1,PE1RXF-7,APZMDM," 6.2,104.6, 4.9, 99.9,999.9,999.9, 3.8, 99.9,999.9,999.9{878" +2022-01-26 12:10:12,ax1,PE1RXF-7,APZMDM," 6.3,104.9, 5.0, 99.9,999.9,999.9, 4.0, 99.9,999.9,999.9{879" +2022-01-26 12:20:12,ax1,PE1RXF-7,APZMDM," 6.5,104.6, 5.2, 99.9,999.9,999.9, 4.1, 99.9,999.9,999.9{880" +2022-01-26 12:30:12,ax1,PE1RXF-7,APZMDM," 6.5,104.7, 5.3, 99.9,999.9,999.9, 4.2, 99.9,999.9,999.9{881" +2022-01-26 12:40:11,ax1,PE1RXF-7,APZMDM," 6.7,104.9, 5.6, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{882" +2022-01-26 12:50:26,ax1,PE1RXF-7,APZMDM," 6.8,104.7, 5.8, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{883" +2022-01-26 12:50:41,ax1,PE1RXF-7,APZMDM," 6.8,104.7, 5.8, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{883" +2022-01-26 12:50:56,ax1,PE1RXF-7,APZMDM," 6.8,104.7, 5.8, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{883" +2022-01-26 13:01:11,ax1,PE1RXF-7,APZMDM," 7.1,104.5, 6.3, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{884" +2022-01-26 13:11:11,ax1,PE1RXF-7,APZMDM," 7.4,104.5, 6.7, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{885" +2022-01-26 13:21:10,ax1,PE1RXF-7,APZMDM," 7.3,104.3, 6.5, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{886" +2022-01-26 13:31:10,ax1,PE1RXF-7,APZMDM," 7.3,104.4, 6.6, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{887" +2022-01-26 13:31:25,ax1,PE1RXF-7,APZMDM," 7.3,104.4, 6.6, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{887" +2022-01-26 13:41:25,ax1,PE1RXF-7,APZMDM," 7.5,104.5, 6.9, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{888" +2022-01-26 13:51:24,ax1,PE1RXF-7,APZMDM," 7.6,104.5, 7.1, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{889" +2022-01-26 14:01:24,ax1,PE1RXF-7,APZMDM," 7.7,104.3, 7.1, 99.9,999.9,999.9, 5.3, 99.9,999.9,999.9{890" +2022-01-26 14:01:39,ax1,PE1RXF-7,APZMDM," 7.7,104.3, 7.1, 99.9,999.9,999.9, 5.3, 99.9,999.9,999.9{890" +2022-01-26 14:11:39,ax1,PE1RXF-7,APZMDM," 7.6,103.9, 6.9, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{891" +2022-01-26 14:21:39,ax1,PE1RXF-7,APZMDM," 7.4,104.2, 6.7, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{892" +2022-01-26 14:31:38,ax1,PE1RXF-7,APZMDM," 7.4,104.3, 6.7, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{893" +2022-01-26 14:31:53,ax1,PE1RXF-7,APZMDM," 7.4,104.3, 6.7, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{893" +2022-01-26 14:41:53,ax1,PE1RXF-7,APZMDM," 7.4,104.3, 6.6, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{894" +2022-01-26 14:51:53,ax1,PE1RXF-7,APZMDM," 7.4,104.6, 6.7, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{895" +2022-01-26 15:01:52,ax1,PE1RXF-7,APZMDM," 7.5,104.4, 6.6, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{896" +2022-01-26 15:12:07,ax1,PE1RXF-7,APZMDM," 7.5,104.4, 6.6, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{897" +2022-01-26 15:22:07,ax1,PE1RXF-7,APZMDM," 7.5,104.6, 6.7, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{898" +2022-01-26 15:22:22,ax1,PE1RXF-7,APZMDM," 7.5,104.6, 6.7, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{898" +2022-01-26 15:32:22,ax1,PE1RXF-7,APZMDM," 7.6,104.6, 6.6, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{899" +2022-01-26 15:42:21,ax1,PE1RXF-7,APZMDM," 7.5,104.6, 6.6, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{900" +2022-01-26 15:52:21,ax1,PE1RXF-7,APZMDM," 7.5,104.8, 6.5, 99.9,999.9,999.9, 5.2, 99.9,999.9,999.9{901" +2022-01-26 16:02:21,ax1,PE1RXF-7,APZMDM," 7.4,104.7, 6.4, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{902" +2022-01-26 16:02:36,ax1,PE1RXF-7,APZMDM," 7.4,104.7, 6.4, 99.9,999.9,999.9, 5.1, 99.9,999.9,999.9{902" +2022-01-26 16:12:36,ax1,PE1RXF-7,APZMDM," 7.4,104.8, 6.2, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{903" +2022-01-26 16:13:05,ax1,PE1RXF-7,APZMDM," 7.4,104.8, 6.2, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{903" +2022-01-26 16:13:20,ax1,PE1RXF-7,APZMDM," 7.4,104.8, 6.2, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{903" +2022-01-26 16:23:20,ax1,PE1RXF-7,APZMDM," 7.2,104.9, 6.1, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{904" +2022-01-26 16:33:20,ax1,PE1RXF-7,APZMDM," 7.2,105.0, 5.9, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{905" +2022-01-26 16:43:20,ax1,PE1RXF-7,APZMDM," 7.1,105.0, 5.7, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{906" +2022-01-26 16:53:19,ax1,PE1RXF-7,APZMDM," 7.0,105.1, 5.5, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{907" +2022-01-26 17:03:19,ax1,PE1RXF-7,APZMDM," 6.8,105.2, 5.3, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{908" +2022-01-26 17:13:19,ax1,PE1RXF-7,APZMDM," 6.7,105.0, 5.2, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{909" +2022-01-26 17:23:19,ax1,PE1RXF-7,APZMDM," 6.7,105.1, 5.1, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{910" +2022-01-26 17:33:18,ax1,PE1RXF-7,APZMDM," 6.6,105.3, 5.0, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{911" +2022-01-26 17:43:33,ax1,PE1RXF-7,APZMDM," 6.6,105.5, 4.9, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{912" +2022-01-26 17:43:48,ax1,PE1RXF-7,APZMDM," 6.6,105.5, 4.9, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{912" +2022-01-26 17:53:48,ax1,PE1RXF-7,APZMDM," 6.6,105.7, 4.8, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{913" +2022-01-26 18:03:47,ax1,PE1RXF-7,APZMDM," 6.6,105.7, 4.8, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{914" +2022-01-26 18:13:47,ax1,PE1RXF-7,APZMDM," 6.6,105.7, 4.8, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{915" +2022-01-26 18:23:47,ax1,PE1RXF-7,APZMDM," 6.6,105.8, 4.8, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{916" +2022-01-26 18:24:02,ax1,PE1RXF-7,APZMDM," 6.6,105.8, 4.8, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{916" +2022-01-26 18:34:02,ax1,PE1RXF-7,APZMDM," 6.7,106.0, 4.8, 99.9,999.9,999.9, 4.3, 99.9,999.9,999.9{917" +2022-01-26 18:44:01,ax1,PE1RXF-7,APZMDM," 6.7,105.9, 4.8, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{918" +2022-01-26 18:54:31,ax1,PE1RXF-7,APZMDM," 6.7,105.7, 4.8, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{919" +2022-01-26 19:04:31,ax1,PE1RXF-7,APZMDM," 6.7,105.7, 4.8, 99.9,999.9,999.9, 4.4, 99.9,999.9,999.9{920" +2022-01-26 19:14:30,ax1,PE1RXF-7,APZMDM," 6.8,105.9, 4.8, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{921" +2022-01-26 19:24:30,ax1,PE1RXF-7,APZMDM," 6.8,105.6, 4.8, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{922" +2022-01-26 19:34:30,ax1,PE1RXF-7,APZMDM," 6.8,105.6, 4.9, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{923" +2022-01-26 19:44:30,ax1,PE1RXF-7,APZMDM," 6.9,105.6, 4.9, 99.9,999.9,999.9, 4.5, 99.9,999.9,999.9{924" +2022-01-26 19:54:29,ax1,PE1RXF-7,APZMDM," 6.9,105.5, 4.9, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{925" +2022-01-26 20:04:29,ax1,PE1RXF-7,APZMDM," 6.9,105.4, 4.9, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{926" +2022-01-26 20:14:29,ax1,PE1RXF-7,APZMDM," 6.9,105.5, 4.9, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{927" +2022-01-26 20:24:29,ax1,PE1RXF-7,APZMDM," 6.9,105.5, 4.9, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{928" +2022-01-26 20:34:28,ax1,PE1RXF-7,APZMDM," 7.0,105.6, 5.0, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{929" +2022-01-26 20:44:28,ax1,PE1RXF-7,APZMDM," 7.0,105.6, 5.0, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{930" +2022-01-26 20:54:28,ax1,PE1RXF-7,APZMDM," 7.1,105.5, 5.1, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{931" +2022-01-26 21:04:27,ax1,PE1RXF-7,APZMDM," 7.2,105.5, 5.1, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{932" +2022-01-26 21:14:27,ax1,PE1RXF-7,APZMDM," 7.2,105.4, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{933" +2022-01-26 21:24:27,ax1,PE1RXF-7,APZMDM," 7.2,105.3, 5.2, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{934" +2022-01-26 21:34:27,ax1,PE1RXF-7,APZMDM," 7.2,105.3, 5.2, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{935" +2022-01-26 21:44:26,ax1,PE1RXF-7,APZMDM," 7.3,105.2, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{936" +2022-01-26 21:54:26,ax1,PE1RXF-7,APZMDM," 7.3,105.1, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{937" +2022-01-26 22:04:26,ax1,PE1RXF-7,APZMDM," 7.2,105.1, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{938" +2022-01-26 22:14:26,ax1,PE1RXF-7,APZMDM," 7.2,105.1, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{939" +2022-01-26 22:14:41,ax1,PE1RXF-7,APZMDM," 7.2,105.1, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{939" +2022-01-26 22:24:40,ax1,PE1RXF-7,APZMDM," 7.2,105.1, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{940" +2022-01-26 22:34:40,ax1,PE1RXF-7,APZMDM," 7.2,105.1, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{941" +2022-01-26 22:35:10,ax1,PE1RXF-7,APZMDM," 7.2,105.1, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{941" +2022-01-26 22:45:10,ax1,PE1RXF-7,APZMDM," 7.2,105.0, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{942" +2022-01-26 22:55:09,ax1,PE1RXF-7,APZMDM," 7.2,105.0, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{943" +2022-01-26 23:05:09,ax1,PE1RXF-7,APZMDM," 7.2,104.9, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{944" +2022-01-26 23:15:09,ax1,PE1RXF-7,APZMDM," 7.2,104.9, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{945" +2022-01-26 23:25:09,ax1,PE1RXF-7,APZMDM," 7.2,104.8, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{946" +2022-01-26 23:35:08,ax1,PE1RXF-7,APZMDM," 7.2,104.8, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{947" +2022-01-26 23:45:08,ax1,PE1RXF-7,APZMDM," 7.2,104.7, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{948" +2022-01-26 23:55:08,ax1,PE1RXF-7,APZMDM," 7.2,104.6, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{949" +2022-01-27 00:05:08,ax1,PE1RXF-7,APZMDM," 7.2,104.6, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{950" +2022-01-27 00:15:07,ax1,PE1RXF-7,APZMDM," 7.2,104.6, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{951" +2022-01-27 00:25:07,ax1,PE1RXF-7,APZMDM," 7.2,104.5, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{952" +2022-01-27 00:35:07,ax1,PE1RXF-7,APZMDM," 7.3,104.5, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{953" +2022-01-27 00:45:06,ax1,PE1RXF-7,APZMDM," 7.2,104.4, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{954" +2022-01-27 00:55:06,ax1,PE1RXF-7,APZMDM," 7.3,104.3, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{955" +2022-01-27 01:05:06,ax1,PE1RXF-7,APZMDM," 7.2,104.3, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{956" +2022-01-27 01:15:06,ax1,PE1RXF-7,APZMDM," 7.2,104.2, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{957" +2022-01-27 01:25:05,ax1,PE1RXF-7,APZMDM," 7.2,104.1, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{958" +2022-01-27 01:25:20,ax1,PE1RXF-7,APZMDM," 7.2,104.1, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{958" +2022-01-27 01:35:20,ax1,PE1RXF-7,APZMDM," 7.2,104.0, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{959" +2022-01-27 01:45:20,ax1,PE1RXF-7,APZMDM," 7.2,104.0, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{960" +2022-01-27 01:55:20,ax1,PE1RXF-7,APZMDM," 7.2,103.9, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{961" +2022-01-27 02:05:19,ax1,PE1RXF-7,APZMDM," 7.2,103.8, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{962" +2022-01-27 02:15:19,ax1,PE1RXF-7,APZMDM," 7.2,103.7, 5.1, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{963" +2022-01-27 02:25:19,ax1,PE1RXF-7,APZMDM," 7.2,103.6, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{964" +2022-01-27 02:25:34,ax1,PE1RXF-7,APZMDM," 7.2,103.6, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{964" +2022-01-27 02:35:33,ax1,PE1RXF-7,APZMDM," 7.2,103.6, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{965" +2022-01-27 02:45:33,ax1,PE1RXF-7,APZMDM," 7.2,103.5, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{966" +2022-01-27 02:55:33,ax1,PE1RXF-7,APZMDM," 7.2,103.4, 5.1, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{967" +2022-01-27 02:55:48,ax1,PE1RXF-7,APZMDM," 7.2,103.4, 5.1, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{967" +2022-01-27 02:56:03,ax1,PE1RXF-7,APZMDM," 7.2,103.4, 5.1, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{967" +2022-01-27 03:06:03,ax1,PE1RXF-7,APZMDM," 7.2,103.3, 5.1, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{968" +2022-01-27 03:16:02,ax1,PE1RXF-7,APZMDM," 7.2,103.1, 5.1, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{969" +2022-01-27 03:16:17,ax1,PE1RXF-7,APZMDM," 7.2,103.1, 5.1, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{969" +2022-01-27 03:26:17,ax1,PE1RXF-7,APZMDM," 7.3,103.1, 5.1, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{970" +2022-01-27 03:26:32,ax1,PE1RXF-7,APZMDM," 7.3,103.1, 5.1, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{970" +2022-01-27 03:36:32,ax1,PE1RXF-7,APZMDM," 7.3,103.0, 5.1, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{971" +2022-01-27 03:46:46,ax1,PE1RXF-7,APZMDM," 7.3,102.9, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{972" +2022-01-27 03:56:46,ax1,PE1RXF-7,APZMDM," 7.3,102.9, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{973" +2022-01-27 04:06:46,ax1,PE1RXF-7,APZMDM," 7.3,102.7, 5.2, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{974" +2022-01-27 04:16:46,ax1,PE1RXF-7,APZMDM," 7.4,102.6, 5.2, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{975" +2022-01-27 04:26:45,ax1,PE1RXF-7,APZMDM," 7.4,102.5, 5.2, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{976" +2022-01-27 04:36:45,ax1,PE1RXF-7,APZMDM," 7.4,102.5, 5.2, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{977" +2022-01-27 04:47:15,ax1,PE1RXF-7,APZMDM," 7.3,102.5, 5.2, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{978" +2022-01-27 04:57:15,ax1,PE1RXF-7,APZMDM," 7.2,102.3, 5.1, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{979" +2022-01-27 05:07:14,ax1,PE1RXF-7,APZMDM," 7.2,102.5, 5.1, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{980" +2022-01-27 05:17:14,ax1,PE1RXF-7,APZMDM," 7.2,102.7, 5.1, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{981" +2022-01-27 05:17:29,ax1,PE1RXF-7,APZMDM," 7.2,102.7, 5.1, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{981" +2022-01-27 05:27:29,ax1,PE1RXF-7,APZMDM," 7.2,102.6, 5.1, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{982" +2022-01-27 05:37:29,ax1,PE1RXF-7,APZMDM," 7.2,102.6, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{983" +2022-01-27 05:47:29,ax1,PE1RXF-7,APZMDM," 7.3,102.5, 5.2, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{984" +2022-01-27 05:57:28,ax1,PE1RXF-7,APZMDM," 7.3,102.5, 5.2, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{985" +2022-01-27 06:07:28,ax1,PE1RXF-7,APZMDM," 7.3,102.5, 5.2, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{986" +2022-01-27 06:17:28,ax1,PE1RXF-7,APZMDM," 7.3,102.6, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{987" +2022-01-27 06:27:28,ax1,PE1RXF-7,APZMDM," 7.2,102.7, 5.1, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{988" +2022-01-27 06:37:28,ax1,PE1RXF-7,APZMDM," 7.2,103.1, 5.1, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{989" +2022-01-27 06:47:30,ax1,PE1RXF-7,APZMDM," 7.1,103.5, 5.1, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{990" +2022-01-27 06:57:27,ax1,PE1RXF-7,APZMDM," 7.0,103.9, 5.0, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{991" +2022-01-27 07:07:27,ax1,PE1RXF-7,APZMDM," 7.0,104.1, 5.0, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{992" +2022-01-27 07:17:27,ax1,PE1RXF-7,APZMDM," 7.0,104.4, 5.0, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{993" +2022-01-27 07:27:27,ax1,PE1RXF-7,APZMDM," 7.0,104.7, 5.0, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{994" +2022-01-27 07:37:26,ax1,PE1RXF-7,APZMDM," 7.0,104.8, 5.0, 99.9,999.9,999.9, 4.6, 99.9,999.9,999.9{995" +2022-01-27 07:47:26,ax1,PE1RXF-7,APZMDM," 7.1,105.0, 5.1, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{996" +2022-01-27 07:57:26,ax1,PE1RXF-7,APZMDM," 7.1,105.2, 5.1, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{997" +2022-01-27 07:57:45,ax1,PE1RXF-7,APZMDM," 7.1,105.2, 5.1, 99.9,999.9,999.9, 4.7, 99.9,999.9,999.9{997" +2022-01-27 08:07:41,ax1,PE1RXF-7,APZMDM," 7.1,105.3, 5.1, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{998" +2022-01-27 08:17:40,ax1,PE1RXF-7,APZMDM," 7.2,105.5, 5.2, 99.9,999.9,999.9, 4.8, 99.9,999.9,999.9{999" +2022-01-27 08:27:40,ax1,PE1RXF-7,APZMDM," 7.2,105.6, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{000" +2022-01-27 08:27:55,ax1,PE1RXF-7,APZMDM," 7.2,105.6, 5.2, 99.9,999.9,999.9, 4.9, 99.9,999.9,999.9{000" +2022-01-27 08:37:55,ax1,PE1RXF-7,APZMDM," 7.3,105.7, 5.3, 99.9,999.9,999.9, 5.0, 99.9,999.9,999.9{001" +2022-01-27 09:53:53,ax1,PE1RXF-7,APZMDM," 8.4,106.6, 6.6, 99.9,999.9,999.9, 6.1, 99.9,999.9,999.9{008" +2022-01-27 09:54:09,ax1,PE1RXF-7,APZMDM," 8.4,106.6, 6.6, 99.9,999.9,999.9, 6.1, 99.9,999.9,999.9{008" +2022-01-27 09:54:38,ax1,PE1RXF-7,APZMDM," 8.4,106.6, 6.6, 99.9,999.9,999.9, 6.1, 99.9,999.9,999.9{008" +2022-01-27 10:16:08,ax1,PE1RXF-7,APZMDM," 9.0,106.6, 7.1, 99.9,999.9,999.9, 6.7, 99.9,999.9,999.9{010" +2022-01-27 10:16:23,ax1,PE1RXF-7,APZMDM," 9.0,106.6, 7.1, 99.9,999.9,999.9, 6.7, 99.9,999.9,999.9{010" +2022-01-27 10:27:08,ax1,PE1RXF-7,APZMDM," 9.1,106.6, 7.3, 99.9,999.9,999.9, 6.8, 99.9,999.9,999.9{011" +2022-01-27 10:27:23,ax1,PE1RXF-7,APZMDM," 9.1,106.6, 7.3, 99.9,999.9,999.9, 6.8, 99.9,999.9,999.9{011" +2022-01-27 10:37:38,ax1,PE1RXF-7,APZMDM," 9.3,106.7, 7.5, 99.9,999.9,999.9, 7.0, 99.9,999.9,999.9{012" +2022-01-27 10:47:37,ax1,PE1RXF-7,APZMDM," 9.4,106.8, 7.6, 99.9,999.9,999.9, 7.1, 99.9,999.9,999.9{013" +2022-01-27 10:57:37,ax1,PE1RXF-7,APZMDM," 9.7,106.8, 8.1, 99.9,999.9,999.9, 7.4, 99.9,999.9,999.9{014" +2022-01-27 11:07:37,ax1,PE1RXF-7,APZMDM," 9.8,106.7, 8.1, 99.9,999.9,999.9, 7.5, 99.9,999.9,999.9{015" +2022-01-27 11:17:51,ax1,PE1RXF-7,APZMDM," 10.1,106.9, 8.7, 99.9,999.9,999.9, 7.8, 99.9,999.9,999.9{016" +2022-01-27 11:27:51,ax1,PE1RXF-7,APZMDM," 10.5,106.8, 9.2, 99.9,999.9,999.9, 8.2, 99.9,999.9,999.9{017" +2022-01-27 11:37:51,ax1,PE1RXF-7,APZMDM," 10.8,106.8, 9.5, 99.9,999.9,999.9, 8.5, 99.9,999.9,999.9{018" +2022-01-27 11:38:06,ax1,PE1RXF-7,APZMDM," 10.8,106.8, 9.5, 99.9,999.9,999.9, 8.5, 99.9,999.9,999.9{018" +2022-01-27 11:38:21,ax1,PE1RXF-7,APZMDM," 10.8,106.8, 9.5, 99.9,999.9,999.9, 8.5, 99.9,999.9,999.9{018" +2022-01-27 11:48:21,ax1,PE1RXF-7,APZMDM," 11.1,106.7, 10.0, 99.9,999.9,999.9, 8.8, 99.9,999.9,999.9{019" +2022-01-27 11:48:36,ax1,PE1RXF-7,APZMDM," 11.1,106.7, 10.0, 99.9,999.9,999.9, 8.8, 99.9,999.9,999.9{019" +2022-01-27 11:48:51,ax1,PE1RXF-7,APZMDM," 11.1,106.7, 10.0, 99.9,999.9,999.9, 8.8, 99.9,999.9,999.9{019" +2022-01-27 11:58:50,ax1,PE1RXF-7,APZMDM," 11.6,106.9, 10.6, 99.9,999.9,999.9, 9.3, 99.9,999.9,999.9{020" +2022-01-27 12:08:50,ax1,PE1RXF-7,APZMDM," 11.8,106.5, 10.8, 99.9,999.9,999.9, 9.5, 99.9,999.9,999.9{021" +2022-01-27 12:18:50,ax1,PE1RXF-7,APZMDM," 11.8,106.5, 10.8, 99.9,999.9,999.9, 9.5, 99.9,999.9,999.9{022" +2022-01-27 12:28:50,ax1,PE1RXF-7,APZMDM," 11.7,106.2, 10.7, 99.9,999.9,999.9, 9.4, 99.9,999.9,999.9{023" +2022-01-27 12:38:49,ax1,PE1RXF-7,APZMDM," 11.9,106.5, 11.2, 99.9,999.9,999.9, 9.6, 99.9,999.9,999.9{024" +2022-01-27 12:48:49,ax1,PE1RXF-7,APZMDM," 12.0,106.3, 11.3, 99.9,999.9,999.9, 9.7, 99.9,999.9,999.9{025" +2022-01-27 12:58:49,ax1,PE1RXF-7,APZMDM," 12.1,106.1, 11.3, 99.9,999.9,999.9, 9.8, 99.9,999.9,999.9{026" +2022-01-27 13:09:04,ax1,PE1RXF-7,APZMDM," 12.0,106.0, 11.1, 99.9,999.9,999.9, 9.7, 99.9,999.9,999.9{027" +2022-01-27 13:09:19,ax1,PE1RXF-7,APZMDM," 12.0,106.0, 11.1, 99.9,999.9,999.9, 9.7, 99.9,999.9,999.9{027" +2022-01-27 13:19:19,ax1,PE1RXF-7,APZMDM," 12.1,106.1, 11.4, 99.9,999.9,999.9, 9.8, 99.9,999.9,999.9{028" +2022-01-27 13:29:18,ax1,PE1RXF-7,APZMDM," 12.1,105.9, 11.5, 99.9,999.9,999.9, 9.8, 99.9,999.9,999.9{029" +2022-01-27 14:26:49,ax1,PE1RXF-7,APZMDM," 12.2,105.7, 11.4, 99.9,999.9,999.9, 9.9, 99.9,999.9,999.9{031" +2022-01-27 14:34:17,ax1,PE1RXF-7,APZMDM," 12.3,105.3, 11.4, 99.9,999.9,999.9, 9.9, 99.9,999.9,999.9{035" +2022-01-27 14:34:32,ax1,PE1RXF-7,APZMDM," 12.3,105.3, 11.4, 99.9,999.9,999.9, 9.9, 99.9,999.9,999.9{035" +2022-01-27 14:34:47,ax1,PE1RXF-7,APZMDM," 12.3,105.3, 11.4, 99.9,999.9,999.9, 9.9, 99.9,999.9,999.9{035" +2022-01-27 14:45:01,ax1,PE1RXF-7,APZMDM," 12.4,104.4, 11.6, 99.9,999.9,999.9, 10.1, 99.9,999.9,999.9{036" +2022-01-27 14:55:01,ax1,PE1RXF-7,APZMDM," 12.7,104.6, 11.8, 99.9,999.9,999.9, 10.4, 99.9,999.9,999.9{037" +2022-01-27 15:05:01,ax1,PE1RXF-7,APZMDM," 12.8,104.1, 12.0, 99.9,999.9,999.9, 10.5, 99.9,999.9,999.9{038" +2022-01-27 15:15:01,ax1,PE1RXF-7,APZMDM," 12.6,103.7, 11.8, 99.9,999.9,999.9, 10.3, 99.9,999.9,999.9{039" +2022-01-27 15:25:00,ax1,PE1RXF-7,APZMDM," 12.7,104.5, 12.0, 99.9,999.9,999.9, 10.7, 99.9,999.9,999.9{040" +2022-01-27 15:25:15,ax1,PE1RXF-7,APZMDM," 12.7,104.5, 12.0, 99.9,999.9,999.9, 10.7, 99.9,999.9,999.9{040" +2022-01-27 15:25:45,ax1,PE1RXF-7,APZMDM," 12.7,104.5, 12.0, 99.9,999.9,999.9, 10.7, 99.9,999.9,999.9{040" +2022-01-27 15:35:45,ax1,PE1RXF-7,APZMDM," 13.3,103.5, 12.6, 99.9,999.9,999.9, 11.9, 99.9,999.9,999.9{041" +2022-01-27 15:45:45,ax1,PE1RXF-7,APZMDM," 12.9,102.4, 12.1, 99.9,999.9,999.9, 10.9, 99.9,999.9,999.9{042" +2022-01-27 15:55:45,ax1,PE1RXF-7,APZMDM," 12.3,102.2, 11.7, 99.9,999.9,999.9, 10.3, 99.9,999.9,999.9{043" diff --git a/aprs_utils/aprs_log/aprs_send_messages.log b/aprs_utils/aprs_log/aprs_send_messages.log index a046d4c..5a2af57 100644 --- a/aprs_utils/aprs_log/aprs_send_messages.log +++ b/aprs_utils/aprs_log/aprs_send_messages.log @@ -34,3 +34,74 @@ 2021-12-28 11:31:13,ax1,PE1RXF-7,APRX29,?01 2021-12-28 11:31:53,ax1,PE1RXF-7,APRX29,?01 2021-12-28 11:32:12,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 19:38:10,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 19:38:43,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 19:39:04,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 19:48:45,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 19:50:53,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 19:51:12,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 19:51:36,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 19:51:51,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 19:52:11,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 19:52:39,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 21:40:23,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 21:40:48,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 21:41:19,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 21:42:08,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 21:45:47,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 21:46:15,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 21:46:40,ax0,PE1RXF-7,APRX29,Test message +2021-12-28 21:46:59,ax0,PE1RXF-7,APRX29,Test message +2021-12-28 21:47:31,ax1,PE1RXF-7,APRX29,?01 +2021-12-28 21:48:08,ax1,PE1RXF-7,APRX29,?01 +2021-12-29 16:20:31,ax1,PE1RXF-7,APRX29,?01 +2022-01-18 14:43:45,ax1,PE1RXF-7,APRX29,01{01 +2022-01-18 14:44:10,ax1,pe1rxf-7,APRX29,01{01 +2022-01-18 14:45:31,ax1,PE1RXF-7,APRX29,01{01 +2022-01-18 14:46:52,ax1,PE1RXF-7,APRX29,01{01 +2022-01-18 15:34:27,ax1,pe1rxf-7,APRX29,01{01 +2022-01-18 15:34:57,ax1,PE1RXF-7,APRX29,01{01 +2022-01-18 15:35:21,ax1,PE1RXF-7,APRX29,01{01 +2022-01-18 15:36:32,ax1,PE1RXF-7,APRX29,01 +2022-01-18 15:38:13,ax1,PE1RXF-3,APRX29,Test message +2022-01-18 15:38:55,ax1,PE1RXF-7,APRX29,First message +2022-01-18 15:39:15,ax1,PE1RXF-7,APRX29,First message +2022-01-18 15:39:45,ax1,PE1RXF-7,APRX29,First message +2022-01-18 15:39:57,ax1,PE1RXF-7,APRX29,First message +2022-01-18 15:40:06,ax1,PE1RXF-7,APRX29,First message +2022-01-18 15:47:30,ax1,PE1RXF-7,APRX29,First message +2022-01-18 15:47:44,ax1,PE1RXF-7,APRX29,First message +2022-01-18 15:48:00,ax1,PE1RXF-7,APRX29,First message +2022-01-18 15:48:37,ax1,PE1RXF-7,APRX29,First message +2022-01-18 15:48:51,ax1,PE1RXF-7,APRX29,First message +2022-01-18 15:49:29,ax1,PE1RXF-7,APRX29,First message +2022-01-18 15:49:39,ax1,PE1RXF-7,APRX29,First message +2022-01-18 15:50:55,ax1,PE1RXF-7,APRX29,First message +2022-01-18 15:51:07,ax1,PE1RXF-7,APRX29,First message +2022-01-18 15:51:17,ax1,PE1RXF-7,APRX29,First message +2022-01-18 16:00:08,ax1,PE1RXF-7,APRX29,First message +2022-01-18 16:00:23,ax1,PE1RXF-7,APRX29,First message +2022-01-18 16:00:35,ax1,PE1RXF-7,APRX29,First message +2022-01-18 16:18:53,ax0,PE1RXF-3,APRX29,Test message +2022-01-18 17:43:47,ax1,PE1RXF-7,APRX29,First message +2022-01-18 17:44:00,ax1,PE1RXF-7,APRX29,First message +2022-01-18 17:44:13,ax1,PE1RXF-7,APRX29,First message +2022-01-18 17:44:23,ax1,PE1RXF-7,APRX29,First message +2022-01-18 17:46:41,ax1,PE1RXF-7,APRX29,First message +2022-01-18 17:46:52,ax1,PE1RXF-7,APRX29,First message +2022-01-18 17:54:21,ax0,PE1RXF-7,APRX29,Test message +2022-01-18 18:31:40,ax0,PE1RXF-10,APRX29,Test message +2022-01-18 18:32:04,ax0,PE1RXF-7,APRX29,Test message +2022-01-18 18:34:21,ax0,PE1RXF-7,APRX29,Test message +2022-01-18 20:21:58,ax1,PE1RXF-7,APRX29,First message +2022-01-18 20:22:12,ax1,PE1RXF-7,APRX29,First message +2022-01-18 20:22:43,ax1,PE1RXF-7,APRX29,01 +2022-01-18 20:23:04,ax1,PE1RXF-7,APRX29,01{01 +2022-01-18 20:23:15,ax1,PE1RXF-7,APRX29,01 +2022-01-18 20:24:29,ax1,PE1RXF-7,APRX29,03 +2022-01-18 20:24:39,ax1,PE1RXF-7,APRX29,03 +2022-01-18 20:25:21,ax1,PE1RXF-7,APRX29,01 +2022-01-18 20:25:40,ax1,PE1RXF-7 ,APRX29,01 +2022-01-18 20:26:33,ax1,PE1RXF-7,APRX29,01 +2022-01-18 20:28:24,ax1,PE1RXF-7,APRX29,?01 +2022-01-18 20:28:37,ax1,PE1RXF-7,APRX29,?02 diff --git a/aprs_utils/aprs_log/aprs_stations_heard_digipeated.log b/aprs_utils/aprs_log/aprs_stations_heard_digipeated.log index 7f15610..82cefbf 100644 --- a/aprs_utils/aprs_log/aprs_stations_heard_digipeated.log +++ b/aprs_utils/aprs_log/aprs_stations_heard_digipeated.log @@ -1,36 +1,57 @@ -2021-12-28 14:28:57,ax0,DO1IBS-4,APNU19-3 -2021-12-28 14:42:54,ax0,DL0PBS-5,APMI03 -2021-12-28 14:42:54,ax0,DO1EJK,APU25N -2021-12-28 10:27:43,ax0,DB0PDF-10,AP4R10 -2021-12-28 14:40:48,ax0,SM5WXF-9,APOTC1 -2021-12-28 13:50:33,ax0,DG4BRT-1,WIDE1-1 -2021-12-28 14:40:18,ax0,DB0ET,APTT4 -2021-12-27 20:38:17,ax0,DB0LER,APRX29 -2021-12-28 14:40:31,ax0,DB0PBG-5,APMI03 -2021-12-27 16:18:09,ax0,DL9OBG-9,UR5RY4 -2021-12-28 14:33:57,ax0,DB0WHV,APRX29 -2021-12-28 13:38:01,ax0,DH9AG-7,UR0TW1-2 -2021-12-28 14:08:40,ax0,DO6DN-10,APRX28 -2021-12-28 11:00:42,ax0,DL2KV-9,APPIC3 -2021-12-28 11:28:49,ax0,DB0OL-10,AP4R10 -2021-12-28 12:49:42,ax0,DB0SAH,APMI06 -2021-12-28 14:27:43,ax0,DB0OHB,APDW16 -2021-12-28 14:42:28,ax0,DO2DAN-6,APRS -2021-12-28 12:51:21,ax0,DL2MT-6,APRS -2021-12-28 12:54:26,ax0,DL1BJN-1,USRQX8 -2021-12-28 09:05:06,ax0,DB1NTO-2,APRS -2021-12-28 14:30:36,ax0,DG4BRT-6,WIDE1-1 -2021-12-28 11:14:11,ax0,DD1GO,5S0YX8 -2021-12-28 13:47:01,ax0,DG9OBI-9,US2TT6 -2021-12-27 15:29:20,ax0,DG9BFE-9,US2TR0 -2021-12-28 04:53:47,ax0,DO6HT-9,US2VT3 -2021-12-28 11:32:52,ax0,DL5UHR-9,US2TR2 -2021-12-27 14:54:30,ax0,PA0EMS-9,US2PQ4 -2021-12-28 13:54:19,ax0,PD1ATA,5S2RQ5 -2021-12-28 14:38:38,ax0,DB0LER-13,APRX29 -2021-12-28 08:44:58,ax0,OE5DRP-9,UQ3UT0 -2021-12-28 09:07:03,ax0,PE1RXF-1,APRX29 -2021-12-28 09:07:15,ax0,DB6PBG-5,APMI03 -2021-12-28 11:52:50,ax0,DO9BG-9,APOTC1 -2021-12-28 12:47:06,ax0,PA0KNW-2,APRS -2021-12-28 13:20:45,ax0,DG7ACF-9,5R1WQ2 +2022-01-27 15:11:11,ax0,DO1IBS-4,APNU19-3 +2022-01-27 15:49:12,ax0,DL0PBS-5,APMI03 +2022-01-27 15:26:12,ax0,DO1EJK,APU25N +2022-01-27 15:28:09,ax0,DB0PDF-10,AP4R10 +2022-01-27 15:56:59,ax0,SM5WXF-9,APOTC1 +2022-01-27 15:54:50,ax0,DB0ET,APTT4 +2022-01-27 15:54:09,ax0,DB0PBG-5,APMI03 +2022-01-27 15:54:22,ax0,DB0WHV,APRX29 +2022-01-27 15:08:26,ax0,DO6DN-10,APX204 +2022-01-27 15:14:04,ax0,DL2KV-9,UR0UX1-2 +2022-01-27 15:49:13,ax0,DB0OL-10,AP4R10 +2022-01-27 11:38:19,ax0,DB0OHB,APDW16 +2022-01-27 14:37:03,ax0,DK7YGL,APX210 +2022-01-27 13:25:09,ax0,DL9OBG-9,UR4VR0 +2022-01-27 13:26:49,ax0,DB0OX-10,APDW14 +2022-01-27 11:21:41,ax0,DB0OX-11,APX204 +2022-01-27 12:28:52,ax0,DJ5JD-N,APDG03 +2022-01-27 12:14:25,ax0,DB0OX-B,APDG02 +2022-01-27 13:06:40,ax0,DJ5JD-B,APDG02 +2022-01-27 10:29:01,ax0,DJ5JD-R,APDG03 +2022-01-27 11:13:08,ax0,DL4KR-B,APDG02 +2022-01-26 19:15:39,ax0,DL1BJN-1,USRQX8 +2022-01-26 18:22:26,ax0,DB0ROD,APMI01 +2022-01-27 02:27:51,ax0,DB0CEL-10,APMI06 +2022-01-27 00:41:57,ax0,PA1CD-10,APMI06 +2022-01-27 01:56:17,ax0,DG8OAA-10,URQXR2 +2022-01-27 01:27:42,ax0,DO4BZ-10,APMI0A +2022-01-27 14:40:17,ax0,DK8HC-9,U2QXY8 +2022-01-27 15:53:44,ax0,DF5WXF-9,APOTC1 +2022-01-27 15:46:51,ax0,DL0BRF,APDW14 +2022-01-27 12:47:24,ax0,DB0SAH,APMI06 +2022-01-27 10:49:27,ax0,DG4BRT-2,APOT21 +2022-01-27 11:25:34,ax0,DJ1JAY-14,UR1TU6 +2022-01-27 15:49:43,ax0,DO2DAN-6,APRS +2022-01-27 15:51:46,ax0,DB8SEW-14,UR4P92 +2022-01-26 19:29:59,ax0,DD1GO,5S0YX8 +2022-01-27 14:31:13,ax0,DO3YMW-9,UR0VX1-2 +2022-01-27 02:43:23,ax0,DB0LER,APRX29 +2022-01-27 03:21:35,ax0,PD1ASH-10,APMI06 +2022-01-26 15:59:50,ax0,DB1EF-9,APOTC1 +2022-01-27 15:06:46,ax0,DO9BG-9,APOTC1 +2022-01-26 18:55:41,ax0,DL1OI-5,URSSZL +2022-01-27 10:39:34,ax0,DL1BLU-9,APAT51 +2022-01-27 06:17:02,ax0,DC1MU-9,APAT81 +2022-01-26 18:53:57,ax0,DF5KX-9,U3RVV4 +2022-01-27 15:07:30,ax0,DM2HB-9,UQTQP3 +2022-01-26 19:21:23,ax0,DK4AMF-9,APDR16 +2022-01-27 00:02:41,ax0,DB0NGU-1,APNU19 +2022-01-27 02:22:28,ax0,DH1IAC,USPYY3 +2022-01-27 15:57:20,ax0,DB0LER-13,APRX29 +2022-01-27 11:52:56,ax0,DF4BW-9,US0WR4 +2022-01-27 13:03:32,ax0,DF2TH-7,APAT81 +2022-01-27 10:35:43,ax0,DO4BM-9,UR4VX8 +2022-01-27 10:51:49,ax0,D<0xc2,1OX-10>APDW14 +2022-01-27 10:57:06,ax0,DBPPBG-13,APMI00 +2022-01-27 13:14:08,ax0,DB6JH-9,UQ3RT6 +2022-01-27 13:29:26,ax0,S53BZ-2,KYDERA diff --git a/aprs_utils/aprs_log/aprs_stations_heard_direct.log b/aprs_utils/aprs_log/aprs_stations_heard_direct.log index 75ce5d7..0fafc65 100644 --- a/aprs_utils/aprs_log/aprs_stations_heard_direct.log +++ b/aprs_utils/aprs_log/aprs_stations_heard_direct.log @@ -1,8 +1,4 @@ -2021-12-28 14:41:24,ax0,DB0PBG-5,APMI03 -2021-12-28 14:38:02,ax0,DB0LER,APRX29 -2021-12-28 05:10:44,ax0,DL0PBS-5,APMI33 -2021-12-28 14:39:31,ax0,PA0EMS,USRPR0 -2021-12-28 10:51:30,ax0,PE1RXF-7,APZMDM -2021-12-28 10:51:33,ax1,PE1RXF-1,APRX29 -2021-12-28 14:35:02,ax1,PE1RXF-7,APZMDM -2021-12-28 10:44:09,ax0,PE1RXF-2,APRX29 +2022-01-27 15:57:47,ax0,DB0PBG-5,APMI03 +2022-01-27 15:57:12,ax0,DB0LER,APRX29 +2022-01-27 15:55:46,ax1,PE1RXF-7,APZMDM +2022-01-27 15:43:40,ax0,PA0EMS,USRPR0 diff --git a/aprs_utils/aprs_log/latest_telemetry_PE1RXF-7.dat b/aprs_utils/aprs_log/latest_telemetry_PE1RXF-7.dat index 9594f09..1e9453a 100644 --- a/aprs_utils/aprs_log/latest_telemetry_PE1RXF-7.dat +++ b/aprs_utils/aprs_log/latest_telemetry_PE1RXF-7.dat @@ -1 +1 @@ -16.3,59.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2.3,102.2,11.7,99.9,999.9,999.9,10.3,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/telemetry_PE1RXF-7_max_values.dat b/aprs_utils/aprs_log/telemetry_PE1RXF-7_max_values.dat index b5ea927..5926631 100644 --- a/aprs_utils/aprs_log/telemetry_PE1RXF-7_max_values.dat +++ b/aprs_utils/aprs_log/telemetry_PE1RXF-7_max_values.dat @@ -1,2 +1,34 @@ 2021-12-28,16.3,60.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 2021-12-28,16.3,60.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28,16.3,60.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29,15.1,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30,16.6,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-31,14.0,93.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2022-01-01,13.3,94.4,11.2,99.9,978.6,999.9,11.1,99.9,999.9,999.9 +2022-01-02,13.1,94.3,10.9,99.9,977.7,999.9,10.7,99.9,999.9,999.9 +2022-01-03,10.5,95.8,8.7,99.9,976.8,999.9,8.3,99.9,999.9,999.9 +2022-01-03,19.1,97.9,17.2,99.9,978.5,999.9,16.1,99.9,999.9,999.9 +2022-01-03,19.1,97.9,17.2,99.9,978.5,999.9,16.1,99.9,999.9,999.9 +2022-01-04,11.0,97.9,10.6,99.9,977.6,999.9,9.5,99.9,999.9,999.9 +2022-01-05,21.0,97.1,19.5,99.9,978.9,999.9,18.7,99.9,999.9,999.9 +2022-01-06,20.1,94.2,19.7,99.9,979.3,999.9,19.1,99.9,999.9,999.9 +2022-01-07,12.3,95.5,12.8,99.9,978.1,999.9,11.3,99.9,999.9,999.9 +2022-01-08,15.4,96.9,11.5,99.9,977.6,999.9,9.1,99.9,999.9,999.9 +2022-01-09,15.1,98.8,14.2,99.9,978.5,999.9,12.5,99.9,999.9,999.9 +2022-01-10,21.9,96.5,22.5,99.9,984.0,999.9,22.2,99.9,999.9,999.9 +2022-01-11,16.9,95.7,17.3,99.9,999.9,999.9,15.9,99.9,999.9,999.9 +2022-01-12,10.7,100.9,10.1,99.9,989.4,999.9,8.6,99.9,999.9,999.9 +2022-01-13,9.6,102.8,8.8,99.9,982.6,999.9,7.4,99.9,999.9,999.9 +2022-01-14,11.6,104.3,11.0,99.9,984.0,999.9,9.4,99.9,999.9,999.9 +2022-01-15,10.1,104.3,9.5,99.9,989.5,999.9,7.7,99.9,999.9,999.9 +2022-01-16,9.2,104.6,8.0,99.9,983.8,999.9,7.0,99.9,999.9,999.9 +2022-01-17,15.2,104.0,14.6,99.9,979.2,999.9,14.2,99.9,999.9,999.9 +2022-01-18,13.7,104.5,14.0,99.9,980.7,999.9,11.2,99.9,999.9,999.9 +2022-01-19,7.7,104.2,7.0,99.9,981.0,999.9,5.4,99.9,999.9,999.9 +2022-01-20,19.8,102.3,18.6,99.9,999.9,999.9,18.9,99.9,999.9,999.9 +2022-01-21,9.8,103.4,9.3,99.9,984.2,999.9,7.6,99.9,999.9,999.9 +2022-01-22,13.2,104.7,12.7,99.9,999.9,999.9,10.7,99.9,999.9,999.9 +2022-01-23,14.8,104.8,15.0,99.9,999.9,999.9,12.2,99.9,999.9,999.9 +2022-01-24,9.1,105.5,8.4,99.9,999.9,999.9,6.8,99.9,999.9,999.9 +2022-01-25,7.1,105.3,6.0,99.9,999.9,999.9,4.8,99.9,999.9,999.9 +2022-01-26,7.7,106.0,7.1,99.9,999.9,999.9,5.3,99.9,999.9,999.9 diff --git a/aprs_utils/aprs_log/telemetry_PE1RXF-7_min_values.dat b/aprs_utils/aprs_log/telemetry_PE1RXF-7_min_values.dat index b5ea927..0a0dbbd 100644 --- a/aprs_utils/aprs_log/telemetry_PE1RXF-7_min_values.dat +++ b/aprs_utils/aprs_log/telemetry_PE1RXF-7_min_values.dat @@ -1,2 +1,34 @@ 2021-12-28,16.3,60.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 2021-12-28,16.3,60.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-28,16.3,60.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-29,15.1,61.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-30,16.6,64.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +2021-12-31,14.0,93.8,10.8,99.9,999.9,999.9,11.7,99.9,999.9,999.9 +2022-01-01,13.3,94.4,11.2,99.9,978.6,999.9,11.1,99.9,999.9,999.9 +2022-01-02,13.1,94.3,10.9,99.9,977.7,999.9,10.7,99.9,999.9,999.9 +2022-01-03,10.5,95.8,8.7,99.9,976.8,999.9,8.3,99.9,999.9,999.9 +2022-01-03,8.7,81.4,6.5,95.4,975.7,999.9,6.4,99.9,999.9,999.9 +2022-01-03,8.7,81.4,6.5,95.4,975.7,999.9,6.4,99.9,999.9,999.9 +2022-01-04,2.9,91.7,0.8,99.9,975.4,999.9,0.3,99.9,999.9,999.9 +2022-01-05,3.0,78.0,0.7,90.2,974.3,999.9,0.5,99.9,999.9,999.9 +2022-01-06,0.3,75.9,-2.0,76.7,974.5,999.9,-2.6,74.9,999.9,999.9 +2022-01-07,3.0,86.5,1.1,92.2,974.9,999.9,0.6,99.9,999.9,999.9 +2022-01-08,1.9,75.3,-0.2,90.4,974.2,999.9,-0.6,99.9,999.9,999.9 +2022-01-09,4.4,88.8,2.3,92.5,974.9,999.9,1.9,99.9,999.9,999.9 +2022-01-10,0.3,71.5,-2.1,76.1,974.1,999.9,-2.5,68.5,999.9,999.9 +2022-01-11,1.3,79.1,-0.4,79.6,977.1,999.9,-1.1,96.5,999.9,999.9 +2022-01-12,4.2,95.8,2.6,97.8,976.3,999.9,1.9,99.9,999.9,999.9 +2022-01-13,6.8,100.9,5.0,99.9,976.7,999.9,4.5,99.9,999.9,999.9 +2022-01-14,7.4,102.2,5.5,99.9,976.3,999.9,5.1,99.9,999.9,999.9 +2022-01-15,5.6,101.1,3.9,99.9,978.1,999.9,3.3,99.9,999.9,999.9 +2022-01-16,3.6,101.2,1.9,99.9,975.4,999.9,1.2,99.9,999.9,999.9 +2022-01-17,5.7,95.7,3.7,99.9,975.9,999.9,3.3,99.9,999.9,999.9 +2022-01-18,6.1,98.8,4.4,99.9,977.1,999.9,3.9,99.9,999.9,999.9 +2022-01-19,3.3,99.1,1.4,99.9,977.2,999.9,0.8,99.9,999.9,999.9 +2022-01-20,2.8,78.8,1.0,90.1,977.0,999.9,0.4,80.2,999.9,999.9 +2022-01-21,1.7,95.8,0.1,99.9,977.3,999.9,-0.7,99.9,999.9,999.9 +2022-01-22,7.2,99.5,5.4,99.9,979.4,999.9,4.9,99.9,999.9,999.9 +2022-01-23,5.6,99.8,3.8,99.9,999.9,999.9,3.2,99.9,999.9,999.9 +2022-01-24,5.8,103.1,3.9,99.9,999.9,999.9,3.4,99.9,999.9,999.9 +2022-01-25,5.2,104.3,3.3,99.9,999.9,999.9,2.8,99.9,999.9,999.9 +2022-01-26,4.0,103.9,2.2,99.9,999.9,999.9,1.7,99.9,999.9,999.9 diff --git a/aprs_utils/beacon_ax2.txt b/aprs_utils/beacon_ax2.txt new file mode 100644 index 0000000..fb24596 --- /dev/null +++ b/aprs_utils/beacon_ax2.txt @@ -0,0 +1 @@ +/usr/sbin/beacon -d "APRX29" -s ax2 '!5302.78NL00707.91E&LoRa APRS RX iGATE (https://meezenest.nl/pe1rxf)' diff --git a/aprs_utils/crontab.pe1rxf b/aprs_utils/crontab.pe1rxf index 3642508..38e9378 100644 --- a/aprs_utils/crontab.pe1rxf +++ b/aprs_utils/crontab.pe1rxf @@ -39,3 +39,5 @@ #Send beacon on AX1 (external radio) #* * * * * /home/marcel/ham/aprs_utils/send_beacon_external_radio.sh +#Send beacon on AX2 (LoRa internal radio) +#* * * * * /home/marcel/ham/aprs_utils/send_beacon_internal_lora.sh diff --git a/aprs_utils/process_aprs_messages.sh b/aprs_utils/process_aprs_messages.sh index 89784dc..71fce1c 100755 --- a/aprs_utils/process_aprs_messages.sh +++ b/aprs_utils/process_aprs_messages.sh @@ -59,12 +59,14 @@ while read LINE # figure out who sent the message # Check channel 1 (internal radio) - CALL="$(grep -o -P "(?<=PE1RXF-1 d \*).+?\>"<<<$LINE)" + #CALL="$(grep -o -P "(?<=PE1RXF-1 R \*).+?\>"<<<$LINE)" + CALL="$(grep -oP "(?<=PE1RXF-1 R ).+?\>"<<<$LINE)" PORT="ax0" # If call is empty, frame not from channel 1, maybe from channel 2? if [ -z $CALL ]; then - CALL="$(grep -o -P "(?<=PE1RXF-2 d \*).+?\>"<<<$LINE)" + #CALL="$(grep -o -P "(?<=PE1RXF-2 R \*).+?\>"<<<$LINE)" + CALL="$(grep -oP "(?<=PE1RXF-2 R ).+?\>"<<<$LINE)" PORT="ax1" fi @@ -81,9 +83,11 @@ while read LINE # Get full path of message if [ $PORT == "ax0" ]; then - FULL_PATH="$(grep -o -P '(?<=PE1RXF-1 d \*).+?:'<<<$LINE)" + #FULL_PATH="$(grep -o -P '(?<=PE1RXF-1 R \*).+?:'<<<$LINE)" + FULL_PATH="$(grep -oP "(?<=PE1RXF-1 R ).+?:"<<<$LINE)" else - FULL_PATH="$(grep -o -P '(?<=PE1RXF-2 d \*).+?:'<<<$LINE)" + #FULL_PATH="$(grep -o -P '(?<=PE1RXF-2 R \*).+?:'<<<$LINE)" + FULL_PATH="$(grep -oP "(?<=PE1RXF-2 R ).+?:"<<<$LINE)" fi FULL_PATH="$(grep -o -P '(?<=\>).*'<<<$FULL_PATH)" diff --git a/aprs_utils/process_traffic.sh b/aprs_utils/process_traffic.sh index c7a5aed..05c4215 100755 --- a/aprs_utils/process_traffic.sh +++ b/aprs_utils/process_traffic.sh @@ -69,12 +69,16 @@ while read LINE # figure out who sent the message # Check channel 1 (internal radio) - CALL="$(grep -o -P "(?<=PE1RXF-1 d \*).+?\>"<<<$LINE)" + #CALL="$(grep -o -P "(?<=PE1RXF-1 R \*).+?\>"<<<$LINE)" + CALL="$(grep -oP "(?<=PE1RXF-1 R ).+?\>"<<<$LINE)" + PORT="ax0" # If call is empty, frame not from channel 1, maybe from channel 2? if [ -z $CALL ]; then - CALL="$(grep -o -P "(?<=PE1RXF-2 d \*).+?\>"<<<$LINE)" + #CALL="$(grep -o -P "(?<=PE1RXF-2 R \*).+?\>"<<<$LINE)" + CALL="$(grep -oP "(?<=PE1RXF-2 R ).+?\>"<<<$LINE)" + PORT="ax1" fi @@ -86,9 +90,12 @@ while read LINE # Get full path of message if [ $PORT == "ax0" ]; then - FULL_PATH="$(grep -o -P '(?<=PE1RXF-1 d \*).+?:'<<<$LINE)" + #FULL_PATH="$(grep -o -P '(?<=PE1RXF-1 R \*).+?:'<<<$LINE)" + FULL_PATH="$(grep -oP "(?<=PE1RXF-1 R ).+?:"<<<$LINE)" + else - FULL_PATH="$(grep -o -P '(?<=PE1RXF-2 d \*).+?:'<<<$LINE)" + #FULL_PATH="$(grep -o -P '(?<=PE1RXF-2 R \*).+?:'<<<$LINE)" + FULL_PATH="$(grep -oP "(?<=PE1RXF-2 R ).+?:"<<<$LINE)" fi FULL_PATH="$(grep -o -P '(?<=\>).*'<<<$FULL_PATH)" diff --git a/aprx.conf b/aprx.conf new file mode 100644 index 0000000..5c96a00 --- /dev/null +++ b/aprx.conf @@ -0,0 +1,476 @@ +# +# Simple sample configuration file for the APRX-2 -- an APRS iGate and Digipeater +# +# This configuration is structured with Apache HTTPD style tags +# which then contain subsystem parameters. +# + +# +# For simple case, you need to adjust 4 things: +# - Mycall parameter +# - passcode parameter in APRS-IS configuration +# - Select correct type of interface (ax25-device or serial-device) +# - Optionally set a beacon telling where this system is +# - Optionally enable digipeater with or without tx-igate +# + +# +# +# Define the parameters in following order: +# 1) ** zero or one +# 2) ** zero or one +# 3) ** there can be multiple! +# 4) ** zero to many +# 5) ** zero to many +# 6) ** zero to many (at most one for each Tx) +# + +# +# Global macro for simplified callsign definition: +# Usable for 99+% of cases. +# + +mycall PE1RXF-1 + +# +# Global macro for simplified "my location" definition in +# place of explicit "lat nn lon mm" at beacons. Will also +# give "my location" reference for "filter m/100". +# +#myloc lat ddmm.mmN lon dddmm.mmE + +# +# The aprsis login parameter: +# Station callsignSSID used for relaying APRS frames into APRS-IS. +# Use this only to define other callsign for APRS\-IS login. +# +#login OTHERCALL-7 # login defaults to $mycall + +# +# Passcode for your callsign: +# Unique code for your callsign to allow transmitting packets +# into the APRS-IS. +# +#passcode 19123 + +# APRS-IS server name and optional portnumber. +# +# WARNING: Do not change from default port number [14580] +# unless you are absolutely certain you want +# something else, and you allow that something +# else also affect your tx-igate behaviour! +# +#server rotate.aprs2.net +#server euro.aprs2.net +#server asia.aprs2.net +#server noam.aprs2.net +#server soam.aprs2.net +#server aunz.aprs2.net + +# Some APRS-IS servers tell every about 20 seconds to all contact +# ports that they are there and alive. Others are just silent. +# Default value is 3*"heartbeat" + some --> 120 (seconds) +# +#heartbeat-timeout 0 # Disabler of heartbeat timeout + +# APRS-IS server may support some filter commands. +# See: http://www.aprs-is.net/javAPRSFilter.aspx +# +# You can define the filter as single long quoted string, or as +# many short segments with explaining comments following them. +# +# Usability of these filters for a Tx-iGate is dubious, but +# they exist in case you for example want to Tx-iGate packets +# from some source callsigns in all cases even when they are +# not in your local area. +# +#filter "possibly multiple filter specs in quotes" +# +#filter "m/100" # My-Range filter: positions within 100 km from my location +#filter "f/OH2XYZ-3/50" # Friend-Range filter: 50 km of friend's last beacon position +# + + +passcode 19123 +server rotate.aprs2.net 14580 + + + + +# pidfile is UNIX way to tell that others that this program is +# running with given process-id number. This has compiled-in +# default value of: pidfile /var/run/aprx.pid +# +pidfile /var/run/aprx.pid + + +# rflog defines a rotatable file into which all RF-received packets +# are logged. The host system can rotate it at any time without +# need to signal the aprx that the file has been moved. +# +rflog /var/log/aprx/aprx-rf.log + +# aprxlog defines a rotatable file into which most important +# events on APRS-IS connection are logged, namely connects and +# disconnects. The host system can rotate it at any time without +# need to signal the aprx that the file has been moved. +# +aprxlog /var/log/aprx/aprx.log + +# dprslog defines a rotatable file into which most important +# events on DPRS receiver gateways are logged. +# The host system can rotate it at any time without need to +# signal the aprx that the file has been moved. +# +#dprslog /var/log/aprx/dprs.log + +# erlangfile defines a mmap():able binary file, which stores +# running sums of interfaces upon which the channel erlang +# estimator runs, and collects data. +# Depending on the system, it may be running on a filesystem +# that actually retains data over reboots, or it may not. +# With this backing store, the system does not loose cumulating +# erlang data over the current period, if the restart is quick, +# and does not stradle any exact minute. +# (Do restarts at 15 seconds over an even minute..) +# This file is around 0.7 MB per each interface talking APRS. +# If this file is not defined and it can not be created, +# internal non-persistent in-memory storage will be used. +# +# Built-in default value is: /var/run/aprx.state +# +#erlangfile /var/run/aprx.state + + + + +# *********** Multiple definitions can follow ********* + +# ax25-device Lists AX.25 ports by their callsigns that in Linux +# systems receive APRS packets. If none are defined, +# or the system is not Linux, the AX.25 network receiver +# is not enabled. Used technologies need at least +# Linux kernel 2.4.x +# +# tx-ok Boolean telling if this device is able to transmit. +# + +#Main interface on internal radio + + ax25-device $mycall + tx-ok true # transmitter enable defaults to false + #telem-to-is true # set to 'false' to disable + + +#Secondary interface on external radio + + callsign PE1RXF-2 + ax25-device PE1RXF-2 + tx-ok true + + +#Third interface (internal LoRa radio) + + callsign PE1RXF-3 + ax25-device PE1RXF-3 + tx-ok true + + + +# +# The TNC serial options. Parameters are: +# - /dev/ttyUSB1 -- tty device +# - 19200 -- baud rate, supported ones are: +# 1200, 2400, 4800, 9600, 19200, 38400 +# - 8n1 -- 8-bits, no parity, one stop-bit, +# no other supported modes +# - "KISS" - plain basic KISS mode +# - "XORSUM" alias "BPQCRC" - KISS with BPQ "CRC" byte +# - "SMACK" alias "CRC16" - KISS with real CRC +# - "FLEXNET" - KISS with real CRC +# - "TNC2" - TNC2 monitor format +# - "DPRS" - DPRS (RX) GW +# + +# +# serial-device /dev/ttyUSB0 19200 8n1 KISS +# #callsign $mycall # callsign defaults to $mycall +# #tx-ok false # transmitter enable defaults to false +# #telem-to-is true # set to 'false' to disable +# + +# +# serial-device /dev/ttyUSB1 19200 8n1 TNC2 +# #callsign $mycall # callsign defaults to $mycall +# #tx-ok false # TNC2 monitor can not have transmitter +# #telem-to-is true # set to 'false' to disable +# + +# +# serial-device /dev/ttyUSB1 19200 8n1 DPRS +# callsign dprsgwcallsign # must define actual callsign +# #tx-ok false # DPRS monitor can not do transmit +# #telem-to-is true # set to 'false' to disable +# + +# +# tcp-device behaves identically to local serial port, but allows +# access to remote TCP/IP sockets. A common application is remote +# KISS modems connected to Ethernet-to-serial adapters from suppliers +# such as Lantronix. +# It's important that this remote socket is a raw TCP socket and not +# handle any byte codes as command escapes. +# +# tcp-device hostname portnumber mode +# - hostname may be a domain name, IPv4 address, or a IPv6 address +# - portnumber is any valid TCP port (1-65535) +# - mode is the same as serial-device (KISS, TNC2, etc.) +# + +# +# tcp-device 127.0.0.0 8616 KISS +# callsign $mycall # callsign defaults to $mycall +# tx-ok true # transmitter enable defaults to false +# #telem-to-is true # set to 'false' to disable +# + + +# *********** Multiple definitions can follow ********* +# +# +# Beacons are sent out to radio transmitters AND/OR APRSIS. +# Default is "both", other modes are settable. +# +#beaconmode { aprsis | both | radio } +#beaconmode both +# +# Beacons are sent from a circullar transmission queue, total cycle time +# of that queue is 20 minutes by default, and beacons are "evenly" +# distributed along it. Actual intervals are randomized to be anything +# in between 80% and 100% of the cycle-size / number-of-beacons. +# First beacon is sent out 30 seconds after system start. +# Tune the cycle-size to be suitable to your number of defined beacons. +# +#cycle-size 60m +# +# Basic beaconed thing is positional message of type "!": +# +# WIDE beacon at t+0m +#beacon via "DB0PBG-5" symbol "X#" lat "5302.78N" lon "00707.91E" comment "Experimental Fill-In Digi (meezenest.nl/pe1rxf)" +#beacon file /home/marcel/ham/aprs_utils/beacon_active.txt +# local beacon at t+20m +#beacon symbol "X#" lat "5302.78N" lon "00707.91E" comment "Experimental Fill-In Digi (meezenest.nl/pe1rxf)" + +#local beacon at t+40m + +#beacon interface PE1RXF-2 symbol "R&" lat "5302.78N" lon "00707.91E" comment "APRS RX iGATE 432.500MHz https://meezenest.nl/pe1rxf" +#beacon interface PE1RXF-3 symbol "L&" lat "5302.78N" lon "00707.91E" comment "LoRa RX iGATE https://meezenest.nl/pe1rxf" +#beacon interface APRSIS symbol "R&" lat "5302.78N" lon "00707.91E" comment "RX iGATE (144.800/432.500/LoRa) https://meezenest.nl/pe1rxf" + +#beacon symbol "R&" $myloc comment "Rx-only iGate" +# +#Following are basic options: +# 'symbol' no default, must be defined! +# 'lat' coordinate latitude: ddmm.mmN (no default!) +# 'lon' coordinate longitude: dddmm.mmE (no default!) +# '$myloc' coordinate values taken from global 'myloc' entry, +# and usable in place of explicit 'lat'+'lon'. +# 'comment' optional tail part of the item, default is nothing +# +# Sample symbols: +# R& is for "Rx-only iGate" +# I& is for "Tx-iGate" +# /# is for "Digipeater" +# I# is for "Tx-iGate + Digipeater"" +# +#Additional options are: +# 'srccall' parameter sets claimed origination address. +# 'dstcall' sets destination address, default "APRXnn" +# 'interface' parameter picks an interface (must be "tx-ok true" type) +# 'via' sets radio distribution pattern, default: none. +# 'timefix' On APRS messages with HMS timestamp (hour:min:sec), the +# system fixes appropriate field with transmit time timestamp. +# +# Message type is by default '!', which is positional no timestamp format. +# Other possible formats are definable with options: +# 'type' Single character setting type: ! = / @, default: ! +# 'item' Defines a name of Item (')') type beacons. +# 'object' Defines a name of Object (';') type beacons. +# +# 'file' option tells a file at which a _raw_ APRS message content is +# expected to be found as first line of text. Line ending newline +# is removed, and no escapes are supported. The timefix is +# available, though probably should not be used. +# No \-processing is done on read text line. +# +# 'exec' option tells a computer program which returns to stdout _raw_ APRS +# message content without newline. The timefix is +# available, though probably should not be used. +# No \-processing is done on read text line. +# +# The parameter sets can vary: +# a) 'srccall nnn-n dstcall "string" symbol "R&" lat "ddmm.mmN" lon "dddmm.mmE" [comment "any text"] +# b) 'srccall nnn-n dstcall "string" symbol "R&" $myloc [comment "any text"] +# c) 'srccall nnn-n dstcall "string" raw "string"' +# +# The a) form flags on some of possible syntax errors in parameters. +# It will also create only "!" type messages. The dest parameter +# defaults to "APRS", but can be used to give other destinations. +# The via parameter can be used to add other keywords, like "NOGATE". +# +# Writing correct RAW format beacon message is very hard, +# which is evidenced by the frequency of bad syntax texts +# people so often put there... If you can not be persuaded +# not to do it, then at least VERIFY the beacon result on +# web service like findu.com, or aprs.fi +# +# Do remember that the \ -character has special treatment in the +# Aprx configuration parser. If you want a '\' on APRS content, +# then you encode it on configuration file as: '\\' +# +# Stranger combinations with explicite "transmit this to interface X": +# +#beacon file /tmp/wxbeacon.txt +#beacon interface N0CALL-3 srccall N0CALL-3 \ +# raw "!0000.00NR00000.00E&Rx-only iGate" +#beacon interface N0CALL-3 srccall N0CALL-3 \ +# raw "!0000.00NI00000.00E&Tx-iGate" +#beacon interface $mycall symbol "R&" $myloc \ +# comment "Rx-only iGate" +#beacon interface $mycall symbol "I&" $myloc \ +# comment "Tx-iGate" +#beacon exec /usr/bin/telemetry.pl +#beacon timeout 20 exec /usr/bin/telemetry.pl +#beacon interface N0CALL-3 srccall N0CALL-3 \ +# timeout 20 exec /usr/bin/telemetry.pl +# +# + + + beaconmode aprsis + cycle-size 10m + beacon srccall PE1RXF-1 symbol "R&" lat "5302.78N" lon "00707.91E" comment "APRS RX iGATE 144.800MHz https://meezenest.nl/pe1rxf" + + + beaconmode aprsis + cycle-size 10m + beacon srccall PE1RXF-2 symbol "R&" lat "5302.78N" lon "00707.91E" comment "RX iGATE 432.500MHz https://meezenest.nl/pe1rxf" + + + beaconmode aprsis + cycle-size 10m + beacon srccall PE1RXF-3 symbol "L&" lat "5302.78N" lon "00707.91E" comment "LoRa APRS RX iGATE 433.775MHz https://meezenest.nl/pe1rxf" + + + beaconmode radio + cycle-size 30m + beacon interface PE1RXF-3 symbol "L&" lat "5302.78N" lon "00707.91E" comment "LoRa APRS RX iGATE 433.775MHz https://meezenest.nl/pe1rxf" + + + +# *********** definition(s) follow ********* +# +# The system will always send telemetry for all of its interfaces +# to APRSIS, but there is an option to define telemetry to be sent +# to radio channel by using following sections for each transmitter +# that is wanted to send out the telemetry. +# +# transmitter - callsign referring to +# via - optional via-path, only 1 callsign! +# source - one or more of callsigns for which +# the telemetry transmission is wanted for +# +# +# transmitter $mycall +# via TRACE1-1 +# source $mycall +# + +# *********** definition(s) follow ********* +# +# The digipeater definitions tell transmitters that receive +# AX.25 packets from possibly multiple sources, and then what +# to do on the AX.25 headers of those messages. +# +# There is one transmitter per digipeater -- and inversely, there +# can be at most one digipeater for each transmitter. +# +# In each digipeater there is at least one , usually same +# as the transmitter. You may use same on multiple +# s. Using multiple instances of same on +# a single does not crash the system, but it can cause +# packet duplication in case of non-APRS protocols (like AX.25 CONS) +# +# Use only at most two levels of viscous-delay in your . +# Immediate sending is by "0", and a delayed sending is any value +# from 1 to 9. This system does not correctly support other than +# immediate sending and one level of delay. +# +# Note: In order to igate correct when multiple receivers and +# transmitters are used on single channel, the +# definitions of each radio port must have associated +# "igate-group N" parameter which has N of value 1 to 3. +# See the aprx-manual.pdf for details. +# (Default software compilation allows you to have up to +# three channels of APRS operation.) +# + + transmitter $mycall +# #ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# #srcratelimit 10 20 # Example: by sourcecall: +# # average 10 packets/minute, +# # burst max 20 packets/minute +# + + source $mycall + relay-type directonly +# # relay-type digipeated # default mode is "digipeated" + viscous-delay 5 + # 0 = no viscous delay for RF->RF digipeating + +# # ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# ## filter a/la/lo/la/lo # service area filter +# filter DB0PBG, DL0PBS en DB0LER erhuit (locale digipeaters die telemetrie uitzenden) om onnodig dataverkeer te vermijden + #filter -b/DB0PBG* + #filter -b/DL0PBS* + #filter -b/DB0LER* +# Forward enkel PE1RXF* (bij wet verboden om als relais voor derden te fungeren) + filter b/PE1RXF* +# ## filter -b/CALL # always block these + +# +# # Diversity receiver which combines to the primary +# # Tx/Rx transmitter. There can be as many of these +# # as you can connect on this machine. +# # +# # source RXPORT-1 +# # #relay-type digipeated # default mode is "digipeated" +# # viscous-delay 0 # no viscous delay for RF->RF digipeating +# # ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# ## filter a/la/lo/la/lo # service area filter +# ## filter -b/CALL # always block these +# +# + # APRSIS source adds a TX-IGATE behaviour + source APRSIS + relay-type third-party # Must define this for APRSIS source! + via-path WIDE1-1 #default: none + msg-path WIDE1-1 #default: none +# # viscous-delay 5 # Recommendation: 5 seconds delay to give +# # # RF delivery time make itself known. +# # ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# ## filter a/la/lo/la/lo # service area filter +# ## filter -b/CALL # always block these + +# +# # # DPRS source adds a DPRS->APRS RF gate +# # interface DPRS +# # ratelimit 60 120 # default: average 60 packets/minute, +# # # burst max 120 packets/minute +# # relay-type third-party # Must define this for DPRS source! +# # + diff --git a/documentation/APRS_protocol_nodes_PE1RXF.pdf b/documentation/APRS_protocol_nodes_PE1RXF.pdf deleted file mode 100644 index 6c402f0b8f5c00296745c09a97d63ad4aa3b1323..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 69080 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

r3dX{jzXuDsfk-pvpK{*hmZ!{c#%vNpn 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 diff --git a/installation_pe1rxf-aprs-server.txt b/installation_pe1rxf-aprs-server.txt index 263cb99..7734a02 100644 --- a/installation_pe1rxf-aprs-server.txt +++ b/installation_pe1rxf-aprs-server.txt @@ -196,8 +196,9 @@ AX25 support sudo apt-get install libax25 ax25-apps ax25-tools sudo nano /etc/ax25/axports add: - ax0 PE1RXF-0 1200 255 2 144.800 MHz (1200 bps) - ax1 PE1RXF-1 9600 255 2 External radio + ax0 PE1RXF-1 1200 255 2 144.800 MHz (1200 bps) + ax1 PE1RXF-2 9600 255 2 External radio + ax2 PE1RXF-3 9600 255 2 LoRa radio (internal) --- APRX software @@ -205,6 +206,29 @@ APRX software sudo apt-get install aprx sudo systemctl enable aprx +add all AX.25 ports in /etc/aprx.conf: + +#Main interface on internal radio + + ax25-device $mycall + tx-ok true # transmitter enable defaults to false + #telem-to-is true # set to 'false' to disable + + +#Secondary interface on external radio + + callsign PE1RXF-2 + ax25-device PE1RXF-2 + tx-ok true + + +#Third interface (internal LoRa radio) + + callsign PE1RXF-3 + ax25-device PE1RXF-3 + tx-ok true + + ---- gnuplot: @@ -212,12 +236,32 @@ gnuplot: sudo apt install gnuplot ----- +LoRa Module + +sudo apt install socat +sudo ufw allow 10001 +sudo raspi-config + enable SPI + +Install RPi-LoRa-KISS-TNC + +nano ./pySX127X/SX127x/board_config.py + +change + LED = 18 # RaspPi GPIO 18 connects to the LED on the proto shield +to + LED = 13 # RaspPi GPIO 18 connects to the LED on the proto shield + # Made it GPIO 13, as pin 18 is in use by Direwolf + + +---- kissattach and kissutil can only be executed as root. But we don't want to enter a password when starting the pe1rxf-scripts as the aprs-server has to work autonomous. We also don't want to run all the scripts as root, because that's a safety risk. The solution is to add the following lines to the sudoers-file: sudo visudo marcel ALL = (root) NOPASSWD: /usr/sbin/kissattach marcel ALL = (root) NOPASSWD: /usr/sbin/kissparms + marcel ALL = (root) NOPASSWD: /usr/bin/socat --- Install command line calculator diff --git a/start_aprs_server.sh b/start_aprs_server.sh index cea6ee6..fe00b93 100755 --- a/start_aprs_server.sh +++ b/start_aprs_server.sh @@ -61,6 +61,10 @@ # Start kissutil to send messages in files written to /home/marcel/ham/aprs_utils/aprs_files_to_transmit_channel_B # kissutil -f /home/marcel/ham/aprs_utils/aprs_files_to_transmit_channel_B > /dev/null 2>&1 & + ########################### + # initializing LoRa modem # + ########################### + /home/marcel/ham/RPi-LoRa-KISS-TNC/start_all.sh # Start filter for received messages to PE1RXF (all sufixes) # Messages addressed to PE1RXF are stored in file /home/marcel/ham/aprs_utils/aprs_received_messages.log diff --git a/web-interface/telemetry/humidity_graph.png b/web-interface/telemetry/humidity_graph.png index d7dd55ab518132f1bb84aa8fff72eae42091f4b5..1e7146fe5d53eb154ef3104029e123f712ac3bb7 100644 GIT binary patch literal 10182 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 E0dD8qi~s-t literal 10280 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 literal 10691 zcmeHN2~<;Aw!HyFR3>Ru<{&DdB7-PFkt8Z8wjwwnMIi)b(n10<4`x8CL`6Zw0woA& zSAi``P-F}tQA!Xgh=|CLgn-NhLKp*tB>x4}s_L#@zt>;Adj0DEvogJxygTl@&p!LU ztImh_D=pVr4ggR(;9z$Y06FNZEKrbzK5qE*q5yz7Iv+Z2FOf)~GuheM(hoWSL8 z0FOsUgV(RY?z3GIx;`MH=|qXS7cl_GYp}{<*ie7pj84b?Z&u%_psWd>4MFM8acVloY=p^LUaL0M!P3 zpm%~nf`Ms*>%wt@re-kI6aebu8@NE)L0>CE3u^OOhQd zq0=Q$eHUI0}Wz%F3eAXdpAR ze^~fcY)|%cKBG+#oH%gh{%}e4M0mH{N@zHi1v|Kf0-*ep^acBVv$8e-`rv@w?&DDz zBlp}RK31%j9}CE#UudxIS&?xvR-8l&BEpQ;4q8zP9(@Q&cP19^p1XN{Z;+M2fAbLZ z&JGUxmQK!1PL{V-grf{kijh@Hh*?_>YR0H!=3^plV^kl~)s^jBo0W?~Vdrx8Reqf6 z9UO!sS)2(04N}0f6C12$U>H{2y%kc zhF7e`4KVxCRESyIqV)}cXJ#g$vEh~m&}j!V0~|eMrdR_YipGOsd@(5^^(WBzR-W!I z3E73K&`kp)NhN~Zw50yMOEt-7%*4^rF@qRtNz(K?A+xVFUR;5?F+?9rukF5ZVU|b| z;9bV&$Hy<6V5HS!ia8kD>E~6bku4pPjPIMAl9={y%~!N5YPLSP8^0$p@-EB2qV9fI zfALL0N#%DF>X-qtdPJy0wWYg``lLFC2~ z&Qp@}Vk@)KkxS^qc&crY)7weSSli}Z6_56ZD-h2LQ))6+BiQk2v zJ*7r_b{uBIcG=!wi#;nY7v+I7L1VepS2fW);v?ze%Z$B-&x7&C?`=Hx;^6E z3D+<6PnP;in;FNAJxoG21oTY@M5X31S`P}08RQyp2YFY-I2+JZlcA0%w&7KAG1QCx zWX7Php>j=Av;EUQp2P6Zf=Sz4ZA3iK;55&9wn^UAk6n(uCN>=1+Y*J`veBsJkX}$v z-O}NpIsBE2E$-R3o6XSB+j>hv{fSoCV7 zAv0^x*2odAb(cv_I*&AuuI|7zU_K0{w4tV-7Y%wRzH)5G!C7@2>cys({vo$$1Tdep zm56$$24_vcoa;Kqe8*Y9_PV;Qa zjzcRApE$xpzh*^K2vf^FsmSiakSP-fa~zo8u|+^zM#MW;PL3**8KkNek~J`M0nx+F ztb1@-KeYHJ2)ZD*AxVXpl$JJz3!A%6rRwF=j;~lsAKn}_HKzfbGo22;hA*M>k0PB? zL0ZzTvc6QFWi(yfK)Ae-ZUhT%n-3Q@+2Bu_!t!OaV}HW0<`1fQAwh%Dcy0}qB^*r! zWKzA+K_XWaqnD_Vf$|n1brKuz{q^n!`m3hNLAB0#KUCBbvS(IR;YT%4Juyh&-QD9>uCW9WtaZvZ*AYIH&L;N@#6Rw^^>*cco1!J- z)!sg7k^2faZP7{gd{NipUz!J(eK!M9K`!CKE?Smn7iyHfy~%Yts(uUGf1Jp0inr%6 z{b9lEd0$~wvuiG`0+Tv1jZ}P|ACwp=>aol2##K`exkpi#6YHpwVY}=>X}w&iUh$Uc zNu9~0sd0SF@Kr5YuXj+*Do!K*MlvGas*GsdWlD^}&BwO{zZ z#xHu*%WPN^2v%!4On>}O9cC&xR#zsitNMc?NX~jou0-K2Z%9P8gsK})G{Nr%jax>- zN5*f&N8Ot3k7Z)ilD8KIMKCSEP|msi_~?iOb|)G%07aa2+J?H`Ai!Ud_y{?_%R?=> z$Wk87R-_#=yZX9)ha5V5rZ?<>-G@Y&{w)hrnBCUCoJ+*-uGkg&fD0mvPK4wBZ$bjS z9P^bPHx`K!Nr&YOMy*P%3JhE1KMb_vtIUfAPKbP6bexu$nmR2p{MB!(dq_D=x8^8p z&*x+I;XQ@r9k%Yr_bcxS29JwJe9trVRL0%AE^2^-otd_J@^qcE2S(JqmQkhu>YqEI zfZtuqUh=rMC~itqfOJdL1_qj^!IjtSPI>h5_dUzjeU%chcOcNi%AU#@jvuXIuChPk zS`{5Kl7xGz?FZH%NGu-58+2+BPC{+JUlLwqmKTHhzLzg}N^)!qBj^{J6_cJh#jOST zSgQ^mr%DMV7d_oFJ>qOye!s#dO!AD9Z|O+Lxc~>22<;#N!vfgxUIl+kCb)7U38sZl zC@FoB?C%{d6!~jGLy#4fO}nfOHac4xURTMjEm}KSoK>B)E|zxIf0k_%iz{`DNe^3%foZsJdydSx1rJuRnsf zI(jG*_M+B+6s9N?LPzX*s+@6TGrx;dxgxGU_aJdBLZXKSKcMUHm?JX`TQ0wau6$gc zBw)r-M>*Yf57JeL-6N~%fWBQ^ntoFItN52nV5OUmEPB0nDeR`q_UM-iA9~v9JJn@D z%S^X)zIB%)fL%!E#}!~636e9+0dnnmTgy<`53znE3>ycLPO z@|>|1yAS_>RvI!*`k}Vy{N$^wx$6g^^N(gH$uP4@)gB4$RB`cZaOS{YaWO2`)>h^D zT_B&P+G8f$>3kF+hd33bhz{xLhu!R7bMXhXZu>$PbVPX@h!}+s*DvKVWc3+lax0Tx zK~uSPVX`h6UYAz+s~$mPfQ3-@Q3HZol@d|?VeOyxEnxlr4Q)_b4R=imkPVPU+nqN5 zTtH(u)^ zY~PYMM%YPpZ88|QO-Ou+vze=rG(X3_v65|2qi>+MZ-Z*}997GP3w;HW^x-*4cYy?c z7#p~A$u}X9umEUEsU5(0PQt3dmP?pFP`1ri9BeWOkrgNqPbPPdXU(qpAEa2AYJraB_hw89>aVx?;&$VwXDkc9MVR?`qokH zV^}O!z*4RXD%|EPfa?e?yp$KPW>q$2gtk}U z;xIP+?wb9dfa+g@%>PLtt`%~vi15bY@`Jw3o|_2o!XPH+$w;Xuh6*b%dlXW*rCjbI z=~+FoP%e0xzFPf*zXUT;G3;|zln2_vSJPO>gx5-}jo?wa6u(age_5Vf51HHHG`Uul zwZRJCYLkA!4H*HfgyqJU_W~CIxA>0UV!0oe!s^5jr1kgsG#+VvAD?9k3wiqq>Qx11 z{VFnvKfFH?P5sd+A6_!~o%@A^$4V@#GOG~g+9KV{9KYSwn&_??qQRlny5CW{G|-4) z+m#M-uSJKKnC@B?HL^HiJh*JvV)%IsP2JTOK=ro}k631Y@XG+S1Jz^=h}*As{Sx0~ z1JXbtv?O?@3k>r|Dr6^9O4m=`*4J-2&Ar@dsF(!1Vz)r3d$kuL^5ebQ2oQV&l`rKK zdE%9yyucM7MFcpSZRn)&LOOsHxjP%akXInM;-Dx`bf^xN)&CNRiVhOpp#Mj%SzzdY zXCV*+=M0=}Pw;hF;}}ho5@#y>JK<@j`0;1(7FbDn&b3nR;kAg?(Q-Hmx%@X|JPrn2 zfeUqqxB>%F`u2pRmmW`T~6vM5tIBlk7LvIEm*q%$G`AvsW8q z4HEP4PI7P1Pzd5~UrH~S=7id|je8@!O?BLOGCyl7IP0`2MG=h<_-G z!i%N)!u>vpM((0PE7=$kg=D+MSd!pW}d0|R|221wQH-ZS!kEex~a*ln8A1bTBRK9Ng z)C~l32^s>oxcKbK*%lUZd0x{<5VfiDVM6)Po@{J6r^G*U8?bvYyBmZBiAg!_qj`PR zl;ILzir>HqaX1{#JRPI@S(4*#Z=hFV-#E6Zr|qAh-5)+7mPaqhV$`2Om~50#bR&Nt zM$=Y`BOTOwE z4u*%;N}VIiP7|1PstftXCR`6VSQOrg5Lik~b}i5IYg&qS2}(o-or4m~PkzAEwKO0+ zjgmvN!)RE>*OuTzj?}ifCYz02DuGh}IO3v&fkch{{!@ha450erS&y+v0^6@!O&`9X zlPGenYt{*8FA>*mEOPM-8cgBVY{7M{<`@LXmOx$sE5ac#zN^Gd3nj1qA|w~^?etd~ z2$mC{ZTf$?z2MyZXUpxn#Frk&-q%-Bj-Lo`yd8P&Yr9H+NQ5wX%w$a1GUwm2JQ=sl z`FNnZx>T>A&iu;%m;-0xaW0W*m$Md1@EJQ|eQ2JWL#eP0s0XT7{ko2{s@t>SG7rl+ z#jhsyi3f>AXQjRgZv#D8^(}b4TPkP5m(tBek<0Y=^eF$O;IF71e`9@Evne#VY+tt2 zR65h0AdfEEjPUKgiY}9KHsrtzG)SK0g_M33wW&ZsNuuHKTLVt&w9vl!rOE%xvYvmA zQU8e~&Q2bE@XsSUzW9TfQcwKI8upiE{#77bmGy0x#p2NGwp&9sq|f<3bY3iVE^tIrr-Ajz&`;Zw5+QhokFHU25pUFy@-CB1y6 zJ?(;0()c^o9TUM;gmg&)v+#rBXUGC$p*IL`_UKsMbO}K6;(^-*b*oo+D1e*0#i*ZP z%g{HV^`u!gIeJ-vZnb27A#dD7E}5*I>Q1c;P6$daiennK?8DmpP+Y}ln$%A7Uu3~$ zuc^9)sq+r6>-bZg9T7?mxTkJ4>H?Fzm&f8-@)tobwoqL(w(0+2p2qKY$MJmSC;$qo z(t81ZW7iZa5mRrsFK4q@2E|wf>`T5>e@TV<&gTohKYi!(^I!b-Kio<$7&d0P+8>!t zdm{z4R38W+I0)*oHqhqM?LhgA4PW?kXajw5AL=)98`^o2W{`Q1$WF9bBHfT;6-vLy zEg^N)P>1WUe`E6D%W^CBf|1ukkx9rRh8Pj1%mb6=Yq>@rgtgn5<lz`&!q99B>P8ch3trLxkx-&S2SVlFl9_hX`+E#!O9p2_x@(r@m zJO6Y`A}%;&T(~Jhv33@rbbCz=u9m^bvmgwv$PPqdd#`4z_6AO3?eqP9>kd?sqnZIbiZ}XIK^jll5wF&H6tyx}c z(OGx}5<5Y+k@t;J4YtAY7|N8B@YEe1mXh09TLobxVaV);P4$rRyPs89$v$QDXck1V zJZ!j^T8@!w*cO{o$XacgxUSc2OU-Itgnk{aOD@B|Ny^JlV6xH@%#Lg{%S}n5_~R(? z_wKmM?BeC$6THaNq<8Z)(z*w?QYQMv!|xM#3f~Cprsqq!!S&6@I&{5l^&;~lO2p8m=KNt~3CVWl04!4R=drwfL#M8W?VLItGwv&h z4xo-OH1tr8ww|G)+gZqHTU!0S9k{D++V=ZyZY>-W>I)m4?-3MdTBQZyR%P9*6h+w> z{_Y(R3n!Bt1h%VEf^v3>o|IpCd^hm?%vs2%s2N5a)dB`?&QqLo7I$I8<&w6SQ0{&y z0WxG-Q+**N)bqj~Ozx%4&k|xb8YI1j?(E`Rbb}m1w_rWcE#Yz1(Cbw)U{`#u*Fbx{ zITDq8kve+)v2sb~%L!<2yhf6}Z$0MEoN4=Kz9=#6yI;3&{O0`9a-sTaRTOR#x_J;B Nus>{bO|Mh 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 M*3>;)pn(keZ;3}Ly8r+H literal 10576 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

@G#c)2)gqtX0(c4MLiAnZ=8vp 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 literal 9353 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 diff --git a/web-interface/telemetry/minmax_temperature_outside.png b/web-interface/telemetry/minmax_temperature_outside.png index ae33fddd7e70748aaec386a781bc140774893473..2ba1fcb139d8c9f8597306ae23d81bd87de4897b 100644 GIT binary patch literal 16591 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 ZL`m4zYqb*X)q_DTA(&5RjIX8oC={ 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 literal 9356 zcmeHt2Ut^CyY5N=L6M>&MMc2g0Z~9&qNwOFI4U3@RjGm$h0sFCwv0F;fqzB?l{TW_ z(Ay9QC2>$fk)}vM2mxu4kWeCol5%!%bml+jdG5XQ-+TW1-+Rt}0@>NwYp-v8-}|li z{npA4r%zePtys4L03dhr#L=?=NW!NQKt=+7i}M&p0f4YN{jJS0kw^qzNl#A~zfk~y zL=+$b91aBy>g&PbO9LW`CV(;H))6=uE zvhwos!sGD|A3iK8DWOm(uV23&9v+6fnB2cVfs>HeH8N>C*)I}t=+{MMFA6vu5e>k- z0T1{;epBqGeX({+pJUb3f?!hsXpU)N0kMf9(9$ka`bmU8JqbagV_*Tg`td>J zqF?zf*_oN%bVyV53~;VDN%M<&1$m)s_N{K?Z(XI^1V8J4 zc%;7U8JINdT{PTaRyp@Z1X-0DDAcalwE!Dt}zpwmeB$1u;p+=;ERH_AU+^_R4_S9sW3$% z`)z$B`YZ9=IWzud(2;jr;nW)78lT*=SrfQ?uMf-?x3eY%5o*X%yct=3f)O}MYc>42 zdT~N9*@q&gG1%1wt>e?H7kL;}OYeQwPv+zJMz!NP8uzQJ$>in-qqGqfHV^ws5IuE3 z5UJ0Va@;dv*U{)1I=H)1U&An7DDh6*;vzqH!^ASa9cj#b!{G zwRVHbf`A=4_?kFM%ab$cp3+xK?C&jj^5zhzxh3K$IOrQHXKfW+NSTNxd^q;_m#MQ5 zjs)g>ViH^@95#R${T5W^&%^Ul*tu{&*N^PoOg1|MTU~|2m1(!(6YtK2g^R}Tw{nv+ zcDD16N2gq{<2>+IAd~5M>V3C<0to)C9xW ztgraFN}e3#s5h?6!kL&}*a%Si1+q}n<(r_~cbEg_qBW-doIx^sUVoln{u*=Uy&(wj zpDD*7`@fHPyeugjsHQTBJ~D;L!3Ty@RqPJbx(E%%k$gqaB=+1&MEWUWTe|(U(lC?g^aJXz37Ngz4|lu_Yfj?!B#si{(M^N}dcO^9 z9$DC2bSc8S=|BsI|Fh$#3q8%I5XW%-0PYYg{D#xsIS(q^H7+RgjUpHn@_7T?<2Qbz zLJOll!jNOTG$d-2{Up*+hlUo}eq+}}HKd(W+~|i_TVr=W8t54?kreWGg8av1UlEt3 zlPVLE8qHOuj6Y49pRUVu@={4-uBMaap#kTs@W3ScBVTMc_7&x!ro19;Y}QG***}^} zqQ4{Y!#A~&Mt#aIUA({MT0bTU(}SCwY2qOxL(5wLtIO7VZjL6;CJ%B~1r+CCmd(jl zj;(ZUx}ihterF`X|K1sMOSt0&Q3rH&8;QB}e}2>t0k_*7h{>$|Mn;im1?^Rz>d+Rv zOw^;qK2;{O?~}#mQWZ((=avh>j*N4OsSW;)40|5`rGIP@=)$miibpX$GmWMO70aRO z!lm<7VAbKa?@3RweLwY<&BS3^zw0fVTLD5sf)|oEU5P)S3_y(*%s6UwNKF~iX$uQt zu8M8<&^uk@a}m~F-8);k*#Q$Cwr_=pMzSs_xJ?x@uf)dyw8eMNRBUm3SY!5yp0)}< zHD)%FYFs@$(~#!C$@Fqm@1QRHVB^gCcz?T=%KRuJ-p%62owkp%U)O>1slur%3NZkj zcolTB0B?sH@#LLj;4~&WtS(Rgd_w`DgSY3GTe$B5*VAP&At6nX?GttJri)3xV(00` zSVqxz5qc(D$dO&+S0qG^wawpe25s%uA7fLU*LH_93ygtI$fP4e(KNt=hyaD|%BIE> zMxpeu@yuPZ{HrV7R)O}xjq(VPaEGOZj>wKt5D}bZJW%q8I;!bLcZ4GB-HZ&!P8HM2 z+{$=f4*@sM7;LJlQ3r`se}I4pLK{Jasw`~%as=pC{nCJ(EOe3qA)m6wT3^`%VCa4Y z0rI6m|8k_}wk5aX4+$z10h4)h=GCy-0+AnjKE;my(5yvU23Z)UoVchek!~hGDiM5G z5ppgm@1-gN!7I=b(LZ-x6ONye5h((9r6OJzkS~%g~&OoIF?tfez2b^3LZvqg0<`bfy`Nu=vDMGT>du=T&3<_8hly<4ZKy#}kfZXp& zp%p`ZCJ=;I7lO55ho)ttRNN5&?1aIwp~NaCmn*dV*3&dPZHhB{UB?~1laQYsxEf^n z%0SsWdsZfG6+0*31Y;9u9P5y#{36(52btFoI-QDTt zvt;ahDfBzhhk5?4n3agOcDax1CDCE>TzKHupaHx1iObqDT;(w)lbO9R2WY{eYGkf_uf|kg+=IRV#$9h%^X}c3I_`BEo7uZzj za8dz`Z40}1#Ffz6?MMXr8+|#bxaEEpQUd+WU7XsEr69rIFNafuN-BZ{(uKy26%E%d$1V$uxIvhsyH!=WFRb?Sf<`H#ub!Xe{aAee3bw~it9)VF- zXAdL~t1S7*2=+e5-T=> zLleXPe>YkTO>oM}%oO{h&CJ42FVS}*;nc1-)m$t z92CeEVI66a?sNy3GodF`@*9yO?+IQ9y~F<{sTxY~42_ zs5)J$a`T~BJ%rfeGMuN2S+f}OdL2H!+!WZ?9#^04U?Xg-!iY%+4+A*y9?Lt-Qb9JU z(sgL+Ft`QJ*|$FVBhwq=)x@0U!q@`F0suu3P)r;{>Mt@yLu~kqB^}?oZD8WscWvawfnQ;6(HZP5~e(OfNA-K0&Wd7q5qF^N;{^W6KhKS zkd$i*x|D2VOy1FnI4)mdIczLEGvu#;GTHN1DJkpXp89Hkp*UMaLYN94CA@@6)dG-~ zje7B}o>l0u_KBmgf6Ja5dC-$dy9FE7km(r{=5|u(?jibG;W~Nb6ZoTRiKR=ULWB<% z6s}5^k?dEcQz37Czpu}RS$-I%uZ2^e)>aOA3Sw@6l?br1XiT#|6bn<+kG6x8f)4q?eR~Yp`Mve`dl~M-u4VM`IW)h zp&rKUh}{ca0L*<*%W}^TXxmA7EeX=CJ$s zk^&_j+@K_01G6t4fvzBh&+;ASdyF|mQmNCH%D)av41=dRWVs}j=39(qlF&V-kw-Uv zeFA*mwY;uIPIXB~!iwV#FpQ%i421)<7h(ZqxgbCUHMSxWL|RMC^g$@!?bIULUA|3| zVpdKzKbP2!8b!eHIBMsl=n?nS|7-l?*a%p)a3&Jo&g0joE{EM%K{nsWo!a4cMQG@D z;}1UvZ$zgWVCX~md8Gu{OyX0&(1v(Sm|PK=Z)j)^fOU`+`Y%ZzJK_G*^iR*9qQr=J zGM124dW}E%>={(1hYp1@^2UD)HBvVKny}v z^!-s=sux@8cacTf1@7prJNeFKNh-tgZoTm;na@(}c*Hh0>tBx)(F-J`|G1kFVI6{? z=)#2oj+qUZ(dv6f!w?|!2IpJKRmHMJPfc*5;So@TxjI%_!D4wMsqyhVLSktG3ZW~e zbG~Pg<-#wYdZh|%t;^JOEWr}t=NqpzEVxtUbM>P&qzg_7MAO|`=C=U2)rP4rZr~1| z63Eqo=Q$rINVCArxgYU{J3cB zu|~@zL;&mGvrkq+RleE$K2RQ^7_{YP=;+Xba&%I(w<&+5?+kt{4&zNJFEBz#A>_bvsS@uN5*ZRqgO~5emDw`^@jzU{#;`XCeLCfMC(kaowpp^$1Qtq zB{=r01NO_Tkk9u_&oo?X75(PKpA+*~dcdeqo3_kbEN`q%Nkx0WS)g9GZ^gPVQEUW; zsgWT+KKUcg&I;-0ugtb-yk82ep^x>*a8W+7a*rW+dNgb!x*H|@#M=5o*zq->tQN@) z8m^bN*#2RS95j~XNo9*Q_Y*nj$*w!Tl`sLq?RN!r;;K=MNlmveaA289wV8zfsjWJa zzji4w&Wc0Yt`g_lH-gKtaPSvezs%6atDZMY-CxI5z`vw3K)rU3 zC|*6t$beJc55MkmhPceh9FFnFlvJ51Wur? z-*vGJfa_t>qN7;M zW~GMHD?b<8kk-HU0>M8mb;Ol|d&=l=5HUBWYNtVf0yxK=l#hU^^AO0+ysYQ;02ZR+ zMJC6p&1n+-9U_#r63ly@pLvh5AB_1fRC>aM@*|ukzPIrH^o=0b<1KhTh^NDJ@3r?& z3q3*#FdW%SSBEEd?IY7Spv_vP-AhX#^cGWHtVz_$+XUgJg$D@A4`?Q{ZiXsNDRggF z5H%T%+PHz*NtpEig_m^xX%YLYlig3!XiFLP#Vdn#>;~fR^)jUOPa&g!g{8Lt^|&Y~ zKua}q%pzPfKg+DveEmD)!(U_?c~P^+ChR^lMXIr67Z-T6vdUQZdmIvXkWf^9htPCb zyZ~j@WBr1~Jl4%^WEWZ9!xa=P3ZQ|B6gX$BHm^8EfJVo2Cn zG${0yal^W&XJFsjoxUp&%^pSrotMi5B7OxUFCKw#YfXM4j~|33WS8DMIGHp=yID~Y zyLA4vp8`>aFK(V%d!m@*UjHE5>=$o)n`!sey3QwtyN2d#I`f>fj8JLnefch!`Hs06 z+P=u0sqYW^5k`Mw6+ANCH>PP3t|B))M|V5#1L(mZWe=w&Rvd)$}){uJH_Z~Aoc zjgLce+O zfY(tGU&dyByFso`1Y+&X%#`+%oO&Hez^V1x^soGv>$NS8shDnD z+xfKuwc0`I^TeIBp2&rIj4)~FTa~j9ai_{+F~+XS#S^kKe0PeSYvsphUE0*|MuW&7 zvJrnuioZXl__aG{Y$EM?_sJ9kC(^NKp(Oz2gCp;DEC)cPLtwl2i78~w%Tb0`jTMy5 zA$OO1o^V+(2XC3-XxcNV@a3SOeiOL0+wB~DhwKPKM_8r}-=I+lZ*-{=5Wp}~bj8n1 z3Iu(_d#jWTUsR7yUPjU08n_4o4iQlB2HBqu?brAdNH1#skOBO&9so`rJ9RYwh}-pl E0|d=QaR2}S diff --git a/web-interface/telemetry/soilmoisture_graph.png b/web-interface/telemetry/soilmoisture_graph.png index 3818b68fc2ad194993ffe0baac8ac5d4d9226491..34ced3360926b15f600f8ab0d9c8f56bdfe77581 100644 GIT binary patch literal 11160 zcmeHNXIN9&y51oI$_R*Jp$Gv*#R38fI8+4-QimccB{+hLND-uklGrE?V?dE62+j}? zkfI`?Ck_f|L==Q5fdmZ@YN!E{knFnyiXNTwocr&bd%XKe-C28Qt#5thec!cWZLAK8 zi^+-s03dF5$kY}9mOvljz*0E$_Pcwp5dgp}Z7l5fgCGc<$;!$Syb%Ea0}=rcU^0ou zKw~4Y*Yg8NL;x6LA_m;)hWQNuj4=R+0ny-F+}5qorN-T_q3dL2Wwo@lEG;chojQd^ zqf=8;A3b_RBobe~eA(OE3;o5Ire-`dzVKb&n8R2%2r|1afn`sMnM{xjK>r4~L$7G% z-;~vUbDaPFn~aPf)D-||iheZ&2)YOYuik*tH$k+`7zP9G2RIo2fh5#eUtA5|t32u_ z7OOK0g8*>=^Aa-=Xzj}CinlR#@KVP}0~l#(j4|}UVBClpHxMJ}zcH8vJ>0-7KafZS zq49vkCj6Z-a4f5==?VCxiC7X28fSrs+S=Nxswx_dhD0J26%~z)j50Gb2?PRgCx9`` zJsQ^IcfG&){S3Z-GOKhf=I(IG{ku+(IhOeyIu-x`5>EwB*sX06asYq;%uM&%hop~W zIH7J^;6ZGw zJk7}wE|x*ykCM>p5@U2yGXWe}yxSpYdkD!KxG1@Cdjoqf8?jgNr7I&82Zj&8_Zq+tJ_+oo2oV!fu+H+WKb* zy$qb=G5v_1Z1P-FaVz%p$^01)HX|=3_c$1orWc+$gJ3ezwawTegIcg1U>+#Hsc
  • l;u3rkn+brfv=}kk&4AhHVPcS~#)> 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 literal 11157 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 A`Tzg` literal 9203 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 Fe*jdVh&=!R