Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
297 | 2019-01-19 20:27:17+01:00 | 2019-01-19 20:39:32+01:00 | 37.26° | After Sail | elka | [TBD] | ☑ |
Goal
Power cycle EPS A. Telemetry download.
Tasklist
tasks = [
[[tc.SetBitrate(1, BaudRate.BaudRate9600), 5], SendLoop, WaitMode.NoWait],
[[tc.SendBeacon(), 20], SendLoop, WaitMode.NoWait],
# ReadMemory, weird telecommands
[tc.ReadMemory(2, 0x8801b620, 248), Send, WaitMode.Wait], # scrubbing
# Wait until good communication
[tc.SendBeacon(), Send, WaitMode.Wait],
# Power cycle EPS A
[tc.RawI2C(3, 0, 0x35, 1, [0xE0]), Send, WaitMode.Wait],
[tc.PingTelecommand(), Send, WaitMode.Wait],
# Set 9600
[tc.SetBitrate(4, BaudRate.BaudRate9600), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ListFiles(5, '/'), Send, WaitMode.Wait],
# ======= In case if telemetry.current was not overloaded
# Skip to step 18 in case of error frames
[tc.DownloadFile(40, '/telemetry.current', [i for i in range(1100, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(41, '/telemetry.current', [i for i in range(1124, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(42, '/telemetry.current', [i for i in range(1112, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(43, '/telemetry.current', [i for i in range(1136, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(44, '/telemetry.current', [i for i in range(1106, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(45, '/telemetry.current', [i for i in range(1118, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(46, '/telemetry.current', [i for i in range(1130, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(47, '/telemetry.current', [i for i in range(1142, 2280, 48)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
# manualy-generated telemetry start
[tc.DownloadFile(30, '/telemetry.previous', [i for i in range(1100, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(31, '/telemetry.previous', [i for i in range(1124, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(32, '/telemetry.previous', [i for i in range(1112, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(33, '/telemetry.previous', [i for i in range(1136, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(34, '/telemetry.previous', [i for i in range(1106, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(35, '/telemetry.previous', [i for i in range(1118, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(36, '/telemetry.previous', [i for i in range(1130, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(37, '/telemetry.previous', [i for i in range(1142, 2280, 48)]), Send, WaitMode.Wait],
[tc.DownloadFile(38, '/telemetry.current', [i for i in range(0, 30, 6)]), Send, WaitMode.Wait],
# manualy-generated telemetry end
[[tc.SendBeacon(), 20], SendLoop, WaitMode.NoWait],
]
Analyzer Output
======================================= General =======================================
[33m[Warning] Bitrate not restored (1200)[0m
======================== Resources utilization for THIS session ========================
# Name Is Current Session Session Session Session Session Session Notes
scheduled? bitrate downlink downlink uplink uplink power power
[bps] frames duration frames duration budget budget
count [s] count [s] energy mean
[mWh] power
[mW]
--- --------------- ------------ --------- ---------- ---------- --------- ---------- --------- --------- ---------------------------------------------------------------------
1 SetBitrate False 9600 1 0.32 1 1.03 0.3 N/A [36m[Info] In SendLoop mode - a telecommand in every .[0m
2 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [36m[Info] In SendLoop mode - a telecommand in every .[0m
3 ReadMemory False 9600 2 0.52 1 1.08 0.4 N/A
4 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
5 RawI2C False 9600 1 0.51 1 1.06 0.4 N/A [33m[Warning] Waiting is not recommended[0m
[33m[Warning] This is last resort command do not use it recklessly[0m
6 PingTelecommand False 9600 1 0.32 1 1.02 0.3 N/A [33m[Warning] Waiting is not recommended[0m
7 SetBitrate False 9600 1 0.32 1 1.03 0.3 N/A [33m[Warning] Waiting is not recommended[0m
8 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
9 ListFiles False 9600 5 1.28 1 1.04 1.1 N/A [33m[Warning] Waiting is not recommended[0m
10 DownloadFile False 9600 25 5.15 1 1.83 4.3 N/A
11 DownloadFile False 9600 25 5.15 1 1.83 4.3 N/A
12 DownloadFile False 9600 25 5.15 1 1.83 4.3 N/A
13 DownloadFile False 9600 24 4.96 1 1.8 4.1 N/A
14 DownloadFile False 9600 25 5.15 1 1.83 4.3 N/A
15 DownloadFile False 9600 25 5.15 1 1.83 4.3 N/A
16 DownloadFile False 9600 24 4.96 1 1.8 4.1 N/A
17 DownloadFile False 9600 24 4.96 1 1.8 4.1 N/A
18 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
19 DownloadFile False 9600 25 5.15 1 1.83 4.3 N/A
20 DownloadFile False 9600 25 5.15 1 1.83 4.3 N/A
21 DownloadFile False 9600 25 5.15 1 1.83 4.3 N/A
22 DownloadFile False 9600 24 4.96 1 1.81 4.1 N/A
23 DownloadFile False 9600 25 5.15 1 1.83 4.3 N/A
24 DownloadFile False 9600 25 5.15 1 1.83 4.3 N/A
25 DownloadFile False 9600 24 4.96 1 1.81 4.1 N/A
26 DownloadFile False 9600 24 4.96 1 1.81 4.1 N/A
27 DownloadFile False 9600 5 1.28 1 1.29 1.1 N/A
28 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [36m[Info] In SendLoop mode - a telecommand in every .[0m
Session downlink frames count: 415
Session downlink duration [s]: 88.32
Session uplink frames count: 28
Session uplink duration [s]: 41.78
Session power budget energy [mWh]: 73.6
Session power budget mean power [mW]: N/A
================ Resources utilization for SCHEDULED experiments or tasks ================
[Info] No scheduled experiments or tasks.
Artifacts
waterfalls
files
- telemetry.previous
- elka_versions
- downlink_frames.txt
- telemetry.current
- beacons.txt
- requested_files.txt
- elka_downlink.frames
- memory_content_2
- tasklist.missing.py
- file_list_5.txt
- telemetry.current.error
- fp-gs_downlink.frames
- telemetry.current.missing
- all.frames
- fp-gs_versions
- scrubbing_2.txt