Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Szymon changes #4

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Stardust-Groundstation.txt
Stardust-Groundstation.txt
__pycache__
125 changes: 85 additions & 40 deletions config.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"RTC time",
"RTC temp",
"RTC code",
"Ext press val",
"Ext press avg",
"Ext press temp",
"Ext press flag",
"Int press val",
"Int press avg",
"Int press temp",
"Int press flag",
"Ext press val",
"Ext press avg",
"Ext press temp",
"Ext press flag",
"GPS alt",
"GPS alt avg",
"GPS flal",
"Alt ext press",
"Alt ext press avg",
"Alt ext press flag",
"Alt int press",
"Alt int press avg",
"Alt int press flag",
"Alt ext press",
"Alt ext press avg",
"Alt ext press flag",
"Int DHT22 temp",
"Int DHT22 hum",
"Int DHT22 err",
Expand Down Expand Up @@ -62,46 +62,64 @@
"Valve 5 state",
"Valve 6 state",
"Valve 7 state",
"P#1 meas sig",
"P#2 meas sig",
"Heaters sig",
"Time since ping"
"P#2 meas sig",
"P#1 meas sig",
"Voltage in",
"Time since ping",
"SD error"
],
#Basic information display
"basics":
{
#Do not change name of these!
"Altitude" : 12,
"phase" : 53,
"ping": 65,
"voltage": 64,
"time" : 1
},
#Data structure for sensors readings display:
"sensors":
{
#Change anything you want but keep the pattern!
"Altitude": {
"names": [
"GPS",
"Pressure #1",
"Pressure #2"
],
"current": [
12,
15,
18
],
"average": [
13,
16,
19
]
},
"Temperature": {
"names": [
"RTC temp",
"Ext press",
"Int press",
"Ext press",
"Ext DHT22",
"Int DHT22",
"Mech DHT22"
# TODO: Add ds18b20??
"Int DHT22"
],
"current": [
2,
6,
10,
24,
21,
27
21
]
},
"Pressure": {
"name": [
"Internal",
"External"
"External",
"Internal"
],
"current": [
8,
Expand All @@ -115,15 +133,27 @@
"Humidity": {
"names": [
"Ext DHT22",
"Int DHT22",
"Mech DHT22"
"Int DHT22"
],
"current": [
25,
22,
28
22
]
}
},
"Power": {
"names": [
"Voltage",
"Pump #1",
"Pump #2",
"Heating"
],
"current": [
64,
63,
62,
61
]
},
},
#Data structure for mechanisms statuses display:
"mechanisms":
Expand All @@ -149,18 +179,21 @@
60
]
},
"Pumps": {
"PWMs": {
"name": [
"p1",
"p2"
"pump1",
"pump2",
"heaters"
],
"control signal": [
50,
51
]
"measured signal": [
61,
62
63,
62,
61
],
"control signal": [
52,
51,
50
]
}
},
Expand All @@ -181,6 +214,18 @@
"altitude" : {
"name" : "meters",
"symbol" : "m"
},
"ping" : {
"name" : "seconds",
"symbol" : "s"
},
"voltage" : {
"name" : "volt",
"symbol" : "V"
},
"power" : {
"name" : "",
"symbol" : ""
}
},
#Please, keep the pattern and name categories exactly the same (except case, because it is case insensitive) as in mechanisms data structure above!
Expand All @@ -196,26 +241,26 @@
},
#Phases of the experiment:
"phases":[
"debug/before flight",
"start phase",
"in flight",
"experiment phase",
"experiment ended"
"PRE-LAUNCH",
"FLIGHT: BEFORE SAMPLING",
"FLIGHT: SAMPLING",
"FLIGHT: AFTER SAMPLING",
"POST-FLIGHT"
],
#Which elements to load?
"table" : true,
"charts" : true,
"console" : true,
"buttons" : true,
#What is the maximum size of the table? (0 = unlimited)
"maxSize" : 1000,
"maxSize" : 0,
#Network configuration:
"UDP_rx": {
"ip" : "192.168.1.100",
"ip" : "172.16.18.190",
"port" : 64341
}
"UDP_tx": {
"ip" : "192.168.1.105",
"ip" : "172.16.18.191",
"port" : 2137
}
}
Binary file added images/scheme.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 81 additions & 0 deletions logs/StardustGroundStation2021-08-09.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
@2021/08/09,20_51_27,28.50,0,1012.47,1012.54,29.43,1,1011.76,1012.02,26.11,1,0,0,0,0,0,0,13,12,1,26.20,47.60,4112,25.20,53.30,3088,0,0,0,4,0,0,0,0,0,0,0,1.61,1.61,1.63,94;
@2021/08/09,20_51_28,28.50,0,1012.70,1012.56,29.43,1,1011.99,1012.01,26.11,1,0,0,0,0,0,0,11,12,1,26.20,47.60,5136,25.20,53.30,4112,0,0,0,4,0,0,0,0,0,0,0,1.68,1.70,1.72,95;
@2021/08/09,20_51_30,28.50,0,1012.70,1012.56,29.43,1,1011.99,1012.01,26.11,1,0,0,0,0,0,0,11,12,1,26.20,47.60,4112,25.20,53.30,4112,0,0,0,4,0,0,0,0,0,0,0,1.66,1.67,1.69,96;
@2021/08/09,20_51_31,28.50,0,1012.70,1012.56,29.43,1,1012.15,1012.02,26.21,1,0,0,0,0,0,0,11,12,1,26.20,47.60,4112,25.20,53.20,4112,0,0,0,4,0,0,0,0,0,0,0,1.62,1.63,1.64,97;
@2021/08/09,20_51_32,28.50,0,1012.70,1012.56,29.43,1,1011.99,1012.01,26.11,1,0,0,0,0,0,0,11,12,1,26.20,47.60,3088,25.20,53.20,5136,0,0,0,4,0,0,0,0,0,0,0,1.66,1.68,1.70,98;
@2021/08/09,20_51_33,28.50,0,1012.47,1012.56,29.43,1,1011.99,1012.01,26.11,1,0,0,0,0,0,0,13,12,1,26.20,47.60,3088,25.20,53.20,4112,0,0,0,4,0,0,0,0,0,0,0,1.68,1.70,1.72,99;
@2021/08/09,20_54_34,28.50,0,1012.47,1012.59,29.14,1,1012.15,1012.07,26.21,1,0,0,0,0,0,0,13,12,1,26.40,47.20,4112,25.20,52.80,4112,0,0,0,4,0,0,0,0,0,0,0,1.63,1.64,1.65,53;
@2021/08/09,20_54_35,28.50,0,1012.70,1012.60,29.14,1,1012.15,1012.07,26.21,1,0,0,0,0,0,0,11,12,1,26.40,47.20,4112,25.20,52.80,3088,0,0,0,4,0,0,0,0,0,0,0,1.63,1.64,1.66,54;
@2021/08/09,20_54_36,28.50,0,1012.47,1012.59,29.14,1,1012.15,1012.07,26.21,1,0,0,0,0,0,0,13,12,1,26.40,47.20,4112,25.20,52.90,4112,0,0,0,4,0,0,0,0,0,0,0,1.69,1.71,1.73,55;
@2021/08/09,20_54_38,28.50,0,1012.47,1012.59,29.14,1,1011.99,1012.07,26.21,1,0,0,0,0,0,0,13,12,1,26.40,47.20,4112,25.20,52.80,4112,0,0,0,4,0,0,0,0,0,0,0,1.64,1.65,1.66,56;
@2021/08/09,20_54_39,28.50,0,1012.47,1012.59,29.14,1,1011.99,1012.07,26.21,1,0,0,0,0,0,0,13,12,1,26.40,47.20,3088,25.20,52.90,3088,0,0,0,4,0,0,0,0,0,0,0,1.61,1.62,1.64,57;
@2021/08/09,20_54_40,28.50,0,1012.47,1012.59,29.14,1,1012.15,1012.07,26.21,1,0,0,0,0,0,0,13,12,1,26.40,47.20,3088,25.20,52.90,3088,0,0,0,4,0,0,0,0,0,0,0,1.66,1.68,1.70,58;
@2021/08/09,20_54_41,28.50,0,1012.70,1012.59,29.14,1,1011.99,1012.07,26.21,1,0,0,0,0,0,0,11,12,1,26.40,47.20,4112,25.20,52.90,5136,0,0,0,4,0,0,0,0,0,0,0,1.70,1.72,1.74,59;
@2021/08/09,20_54_42,28.50,0,1012.47,1012.59,29.14,1,1011.99,1012.07,26.21,1,0,0,0,0,0,0,13,12,1,26.40,47.20,3088,25.20,51.60,4112,0,0,0,4,0,0,0,0,0,0,0,1.68,1.70,1.72,60;
@2021/08/09,20_54_43,28.50,0,1012.47,1012.59,29.14,1,1011.99,1012.07,26.21,1,0,0,0,0,0,0,13,12,1,26.40,47.20,4112,25.20,52.90,3088,0,0,0,4,0,0,0,0,0,0,0,1.65,1.66,1.67,61;
@2021/08/09,20_54_44,28.50,0,1012.47,1012.59,29.14,1,1011.99,1012.07,26.21,1,0,0,0,0,0,0,13,12,1,26.40,47.20,4112,25.20,52.90,3088,0,0,0,4,0,0,0,0,0,0,0,1.62,1.63,1.65,62;
@2021/08/09,20_54_45,28.50,0,1012.47,1012.59,29.14,1,1012.15,1012.07,26.21,1,0,0,0,0,0,0,13,12,1,26.40,47.10,4112,25.20,52.90,3088,0,0,0,4,0,0,0,0,0,0,0,1.68,1.70,1.72,63;
@2021/08/09,20_54_46,28.50,0,1012.47,1012.59,29.14,1,1012.15,1012.07,26.21,1,0,0,0,0,0,0,13,12,1,26.40,47.10,4112,25.20,52.90,4112,0,0,0,4,0,0,0,0,0,0,0,1.68,1.70,1.72,64;
@2021/08/09,20_54_47,28.50,0,1012.47,1012.59,29.14,1,1011.99,1012.07,26.21,1,0,0,0,0,0,0,13,12,1,26.40,47.10,3088,25.20,52.90,4112,0,0,0,4,0,0,0,0,0,0,0,1.62,1.63,1.65,65;
@2021/08/09,20_54_48,28.50,0,1012.47,1012.59,29.14,1,1012.15,1012.07,26.21,1,0,0,0,0,0,0,13,12,1,26.40,47.20,4112,25.20,52.90,4112,0,0,0,4,0,0,0,0,0,0,0,1.64,1.66,1.67,66;
@2021/08/09,20_54_50,28.50,0,1012.47,1012.59,29.14,1,1011.99,1012.07,26.21,1,0,0,0,0,0,0,13,12,1,26.40,47.10,4112,25.20,52.90,4112,0,0,0,4,0,0,0,0,0,0,0,1.69,1.72,1.74,67;
@2021/08/09,20_58_39,28.25,0,1012.47,1012.47,29.24,0,1011.99,1011.99,26.21,0,0,0,0,0,0,0,13,13,0,26.20,48.50,3088,25.20,52.90,4112,0,0,0,4,0,0,0,0,0,0,0,1.83,1.83,1.82,1;
@2021/08/09,20_58_40,28.25,0,1012.47,1012.47,29.24,0,1011.99,1011.99,26.21,0,0,0,0,0,0,0,13,13,0,26.20,48.40,3088,25.20,52.90,4112,0,0,0,4,0,0,0,0,0,0,0,1.68,1.68,1.69,2;
@2021/08/09,20_58_41,28.25,0,1012.47,1012.47,29.24,0,1011.99,1011.99,26.21,0,0,0,0,0,0,0,13,13,0,26.20,48.40,4112,25.20,53.00,4112,0,0,0,4,0,0,0,0,0,0,0,1.66,1.66,1.67,3;
@2021/08/09,20_58_42,28.25,0,1012.47,1012.47,29.24,0,1011.99,1011.99,26.21,0,0,0,0,0,0,0,13,13,0,26.20,48.30,4112,25.20,53.00,4112,0,0,0,4,0,0,0,0,0,0,0,1.68,1.69,1.70,4;
@2021/08/09,20_58_44,28.25,0,1012.47,1012.47,29.24,0,1011.76,1011.88,26.21,0,0,0,0,0,0,0,13,13,0,26.20,48.20,4112,25.20,53.00,4112,0,0,0,4,0,0,0,0,0,0,0,1.68,1.70,1.71,5;
@2021/08/09,20_58_45,28.25,0,1012.47,1012.47,29.24,0,1012.15,1011.97,26.21,0,0,0,0,0,0,0,13,13,0,26.20,48.10,0,25.20,53.00,3088,0,0,0,4,0,0,0,0,0,0,0,1.65,1.65,1.67,6;
@2021/08/09,20_58_46,28.25,0,1012.47,1012.47,29.24,0,1011.99,1011.97,26.21,0,0,0,0,0,0,0,13,13,0,26.20,47.90,3088,25.20,53.00,4112,0,0,0,4,0,0,0,0,0,0,0,1.64,1.65,1.66,7;
@2021/08/09,20_58_47,28.25,0,1012.47,1012.47,29.24,0,1011.99,1011.97,26.21,0,0,0,0,0,0,0,13,13,0,26.20,47.90,3088,25.20,53.00,4112,0,0,0,4,0,0,0,0,0,0,0,1.68,1.70,1.71,8;
@2021/08/09,20_58_48,28.25,0,1012.70,1012.59,29.24,0,1011.99,1011.97,26.21,0,0,0,0,0,0,0,11,12,0,26.20,48.00,6160,25.20,53.00,4112,0,0,0,4,0,0,0,0,0,0,0,1.68,1.70,1.71,9;
@2021/08/09,20_58_49,28.25,0,1012.47,1012.55,29.24,0,1011.99,1011.97,26.21,0,0,0,0,0,0,0,13,12,0,26.20,47.90,4112,25.20,53.00,4112,0,0,0,4,0,0,0,0,0,0,0,1.64,1.65,1.66,10;
@2021/08/09,20_58_51,28.25,0,1012.47,1012.55,29.24,0,1011.99,1011.97,26.21,0,0,0,0,0,0,0,13,12,0,26.20,47.90,4112,25.20,53.00,4112,0,0,0,4,0,0,0,0,0,0,0,1.61,1.62,1.63,11;
@2021/08/09,20_58_52,28.25,0,1012.47,1012.55,29.24,0,1011.76,1011.93,26.21,0,0,0,0,0,0,0,13,12,0,26.20,47.90,3088,25.20,53.00,4112,0,0,0,4,0,0,0,0,0,0,0,1.67,1.68,1.69,12;
@2021/08/09,20_58_53,28.25,0,1012.47,1012.55,29.24,0,1011.99,1011.94,26.21,1,0,0,0,0,0,0,13,12,0,26.20,47.80,3088,25.20,53.00,3088,0,0,0,4,0,0,0,0,0,0,0,1.67,1.69,1.70,13;
@2021/08/09,20_58_54,28.25,0,1012.47,1012.55,29.24,0,1011.99,1011.94,26.21,1,0,0,0,0,0,0,13,12,0,26.20,47.80,4112,25.20,53.00,3088,0,0,0,4,0,0,0,0,0,0,0,1.64,1.65,1.66,14;
@2021/08/09,20_58_55,28.25,0,1012.47,1012.55,29.24,0,1011.99,1011.94,26.21,1,0,0,0,0,0,0,13,12,0,26.20,47.80,3088,25.20,53.00,3088,0,0,0,4,0,0,0,0,0,0,0,1.64,1.65,1.67,15;
@2021/08/09,20_58_56,28.25,0,1012.47,1012.55,29.24,0,1011.99,1011.94,26.21,1,0,0,0,0,0,0,13,12,0,26.20,47.80,4112,25.20,53.00,3088,0,0,0,4,0,0,0,0,0,0,0,1.67,1.69,1.70,16;
@2021/08/09,20_58_57,28.25,0,1012.47,1012.55,29.24,0,1011.99,1011.94,26.21,1,0,0,0,0,0,0,13,12,0,26.20,47.80,4112,25.20,53.00,3088,0,0,0,4,0,0,0,0,0,0,0,1.69,1.71,1.72,17;
@2021/08/09,20_58_58,28.25,0,1012.47,1012.55,29.24,0,1011.99,1011.94,26.21,1,0,0,0,0,0,0,13,12,0,26.20,47.70,3088,25.20,53.10,5136,0,0,0,4,0,0,0,0,0,0,0,1.69,1.71,1.72,18;
@2021/08/09,20_58_59,28.25,0,1012.47,1012.55,29.24,0,1012.15,1011.97,26.21,1,0,0,0,0,0,0,13,12,0,26.20,47.70,4112,25.20,53.10,3088,0,0,0,4,0,0,0,0,0,0,0,1.63,1.64,1.65,19;
@2021/08/09,20_59_00,28.25,0,1012.47,1012.55,29.24,0,1011.99,1011.97,26.21,1,0,0,0,0,0,0,13,12,0,26.20,47.70,3088,25.20,53.10,4112,0,0,0,4,0,0,0,0,0,0,0,1.63,1.64,1.65,20;
@2021/08/09,20_59_01,28.25,0,1012.47,1012.55,29.24,0,1011.99,1011.97,26.21,1,0,0,0,0,0,0,13,12,0,26.20,47.70,3088,25.20,53.10,4112,0,0,0,4,0,0,0,0,0,0,0,1.65,1.66,1.67,21;
@2021/08/09,20_59_02,28.25,0,1012.47,1012.55,29.24,0,1011.99,1011.97,26.21,1,0,0,0,0,0,0,13,12,0,26.20,47.70,4112,25.20,53.00,4112,0,0,0,4,0,0,0,0,0,0,0,1.68,1.70,1.72,22;
@2021/08/09,20_59_04,28.25,0,1012.47,1012.55,29.24,0,1011.99,1011.97,26.21,1,0,0,0,0,0,0,13,12,0,26.20,47.70,3088,25.20,53.00,3088,0,0,0,4,0,0,0,0,0,0,0,1.68,1.69,1.71,23;
@2021/08/09,20_59_05,28.25,0,1012.47,1012.55,29.24,0,1012.15,1011.99,26.21,1,0,0,0,0,0,0,13,12,0,26.20,47.60,3088,25.20,53.00,4112,0,0,0,4,0,0,0,0,0,0,0,1.64,1.65,1.66,24;
@2021/08/09,20_59_06,28.25,0,1012.47,1012.55,29.24,0,1011.99,1011.99,26.21,1,0,0,0,0,0,0,13,12,0,26.20,47.60,4112,25.20,53.10,4112,0,0,0,4,0,0,0,0,0,0,0,1.65,1.67,1.68,25;
@2021/08/09,20_59_07,28.25,0,1012.70,1012.59,29.24,0,1011.99,1011.99,26.21,1,0,0,0,0,0,0,11,12,0,26.20,47.60,4112,25.20,53.10,4112,0,0,0,4,0,0,0,0,0,0,0,1.68,1.70,1.72,26;
@2021/08/09,20_59_08,28.25,0,1012.47,1012.56,29.24,0,1011.99,1011.99,26.21,1,0,0,0,0,0,0,13,12,0,26.20,47.60,4112,25.20,53.10,3088,0,0,0,4,0,0,0,0,0,0,0,1.68,1.70,1.72,27;
@2021/08/09,21_08_50,28.25,0,1012.47,1012.45,29.04,1,1011.99,1012.05,26.21,0,0,0,0,0,0,0,13,13,1,26.00,48.70,3088,25.20,54.00,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.67,1.67,1.69,8;
@2021/08/09,21_08_51,28.25,0,1012.47,1012.45,29.04,1,1011.99,1012.05,26.31,0,0,0,0,0,0,0,13,13,1,26.00,48.60,4112,25.10,53.80,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.65,1.66,1.67,9;
@2021/08/09,21_08_52,28.25,0,1012.47,1012.45,29.04,1,1011.76,1011.97,26.31,0,0,0,0,0,0,0,13,13,1,26.00,48.60,4112,25.10,53.80,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.66,1.66,1.68,10;
@2021/08/09,21_08_53,28.25,0,1012.47,1012.45,29.04,1,1011.99,1011.98,26.21,0,0,0,0,0,0,0,13,13,1,26.00,48.60,3088,25.10,53.80,3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.67,1.68,1.70,11;
@2021/08/09,21_08_54,28.25,0,1012.31,1012.43,29.04,1,1011.99,1011.98,26.21,0,0,0,0,0,0,0,14,13,1,26.00,48.60,4112,25.10,53.80,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.70,1.71,1.74,12;
@2021/08/09,21_08_56,28.25,0,1012.47,1012.44,29.04,1,1011.99,1011.98,26.21,0,0,0,0,0,0,0,13,13,1,26.00,48.60,3088,25.10,53.80,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.71,1.72,1.75,13;
@2021/08/09,21_08_57,28.25,0,1012.47,1012.44,29.04,1,1011.99,1011.98,26.21,0,0,0,0,0,0,0,13,13,1,26.00,48.60,4112,25.10,53.90,3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.70,1.71,1.74,14;
@2021/08/09,21_08_58,28.25,0,1012.47,1012.44,29.04,1,1011.99,1011.98,26.21,0,0,0,0,0,0,0,13,13,1,26.00,48.60,4112,25.10,53.90,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.66,1.67,1.69,15;
@2021/08/09,21_08_59,28.25,0,1012.47,1012.44,29.04,1,1012.15,1012.01,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.60,3088,25.10,53.90,3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.64,1.64,1.66,16;
@2021/08/09,21_09_00,28.25,0,1012.31,1012.42,29.04,1,1011.99,1012.01,26.21,1,0,0,0,0,0,0,14,13,1,26.00,48.60,3088,25.10,53.90,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.64,1.65,1.66,17;
@2021/08/09,21_09_01,28.25,0,1012.31,1012.42,29.04,1,1012.15,1012.02,26.21,1,0,0,0,0,0,0,14,13,1,26.00,48.60,3088,25.10,53.90,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.20,1.15,1.15,18;
@2021/08/09,21_09_02,28.25,0,1012.47,1012.43,29.04,1,1011.99,1012.02,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.60,4112,25.20,53.90,3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.58,1.60,1.61,19;
@2021/08/09,21_09_03,28.25,0,1012.70,1012.45,29.04,1,1012.15,1012.03,26.31,1,0,0,0,0,0,0,11,13,1,26.00,48.50,4112,25.10,53.80,3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.76,1.79,1.81,20;
@2021/08/09,21_09_04,28.25,0,1012.47,1012.45,29.04,1,1012.15,1012.03,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.50,4112,25.20,53.90,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.68,1.70,1.72,21;
@2021/08/09,21_09_06,28.25,0,1012.47,1012.45,29.04,1,1011.99,1012.03,26.31,1,0,0,0,0,0,0,13,13,1,26.00,48.50,4112,25.10,53.80,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.70,1.71,1.73,22;
@2021/08/09,21_09_07,28.25,0,1012.47,1012.45,29.04,1,1011.76,1012.01,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.50,4112,25.10,53.80,3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.67,1.69,1.71,23;
@2021/08/09,21_09_08,28.25,0,1012.47,1012.45,29.04,1,1012.15,1012.02,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.50,3088,25.10,53.80,3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.67,1.68,1.70,24;
@2021/08/09,21_09_09,28.25,0,1012.31,1012.44,29.04,1,1011.99,1012.02,26.21,1,0,0,0,0,0,0,14,13,1,26.00,48.50,4112,25.10,53.80,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.75,1.78,1.81,25;
@2021/08/09,21_09_10,28.25,0,1012.47,1012.45,29.04,1,1012.15,1012.03,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.50,4112,25.10,53.80,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.75,1.78,1.81,26;
@2021/08/09,21_09_11,28.25,0,1012.47,1012.45,29.04,1,1011.76,1012.01,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.60,3088,25.20,53.90,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.72,1.73,1.76,27;
@2021/08/09,21_09_12,28.25,0,1012.47,1012.45,29.04,1,1011.99,1012.01,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.60,4112,25.10,53.80,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.68,1.70,1.72,28;
@2021/08/09,21_09_13,28.25,0,1012.47,1012.45,29.04,1,1011.99,1012.01,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.60,4112,25.10,53.80,3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.66,1.67,1.70,29;
@2021/08/09,21_09_14,28.25,0,1012.47,1012.45,29.04,1,1011.76,1011.99,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.60,4112,25.20,53.90,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.69,1.71,1.74,30;
@2021/08/09,21_09_15,28.25,0,1012.47,1012.45,29.04,1,1012.15,1012.00,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.60,4112,25.10,53.80,3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.72,1.74,1.77,31;
@2021/08/09,21_09_17,28.25,0,1012.47,1012.45,29.04,1,1012.15,1012.00,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.60,3088,25.10,53.80,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.70,1.72,1.74,32;
@2021/08/09,21_09_18,28.25,0,1012.47,1012.45,29.04,1,1012.15,1012.00,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.60,3088,25.10,53.80,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.69,1.70,1.73,33;
@2021/08/09,21_09_19,28.25,0,1012.47,1012.45,29.04,1,1012.15,1012.00,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.60,4112,25.10,53.80,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.66,1.67,1.70,34;
@2021/08/09,21_09_20,28.25,0,1012.47,1012.45,29.04,1,1012.15,1012.00,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.70,4112,25.20,53.90,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.66,1.67,1.69,35;
@2021/08/09,21_09_21,28.25,0,1012.47,1012.45,29.04,1,1011.99,1012.00,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.70,4112,25.20,53.90,5136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.68,1.70,1.73,36;
@2021/08/09,21_09_22,28.25,0,1012.47,1012.45,29.04,1,1011.99,1012.00,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.70,4112,25.20,53.90,3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.70,1.72,1.74,37;
@2021/08/09,21_09_23,28.25,0,1012.47,1012.45,29.04,1,1011.99,1012.00,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.70,3088,25.10,53.90,4112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.70,1.72,1.74,38;
@2021/08/09,21_09_24,28.25,0,1012.47,1012.45,29.04,1,1012.15,1012.01,26.21,1,0,0,0,0,0,0,13,13,1,26.00,48.70,4112,25.10,53.90,3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1.64,1.64,1.66,39;

Expand Down
Loading