Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
141 | 2018-12-26 19:50:07+01:00 | 2018-12-26 20:01:16+01:00 | N/A° | Extended Mission | N/A | [TBD] | ☑ |
Goal
Power cycle EPS B. Telemetry download. Energy saving.
Tasklist
tasks = [
[[tc.SetBitrate(1, BaudRate.BaudRate1200), 5], SendLoop, WaitMode.NoWait],
[tc.SendBeacon(), Send, WaitMode.Wait],
# ReadMemory, weird telecommand
[tc.ReadMemory(2, 0x8801b620, 248), Send, WaitMode.Wait], # scrubbing
# Power cycle EPS B
[tc.PowerCycleTelecommand(3), Send, WaitMode.Wait],
[tc.PingTelecommand(), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
# Set 9600
[tc.SetBitrate(4, BaudRate.BaudRate9600), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ListFiles(8, '/'), Send, WaitMode.Wait],
# Telemetry between session 140 and 141
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(10, '/telemetry.current', [i for i in range(0, 800, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(11, '/telemetry.current', [i for i in range(25, 800, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(12, '/telemetry.current', [i for i in range(12, 800, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(13, '/telemetry.current', [i for i in range(37, 800, 50)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(14, '/telemetry.previous', [i for i in range(2120, 2280, 12)]), Send, WaitMode.Wait],
[tc.DownloadFile(15, '/telemetry.current', [i for i in range(6, 800, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(16, '/telemetry.current', [i for i in range(18, 800, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(17, '/telemetry.current', [i for i in range(31, 800, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(18, '/telemetry.current', [i for i in range(43, 800, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(19, '/telemetry.previous', [i for i in range(2126, 2280, 12)]), Send, WaitMode.Wait],
# More telemetry between session 140 and 141 - low temperatures
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(20, '/telemetry.current', [i for i in range(203, 550, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(21, '/telemetry.current', [i for i in range(209, 550, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(22, '/telemetry.current', [i for i in range(215, 550, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(23, '/telemetry.current', [i for i in range(221, 550, 25)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.NoWait],
[tc.DownloadFile(24, '/telemetry.current', [i for i in range(228, 550, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(25, '/telemetry.current', [i for i in range(234, 550, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(26, '/telemetry.current', [i for i in range(240, 550, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(27, '/telemetry.current', [i for i in range(246, 550, 25)]), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
]
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 1200 1 0.45 1 1.03 0.4 N/A [36m[Info] In SendLoop mode - a telecommand in every .[0m
2 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A [33m[Warning] Waiting is not recommended[0m
3 ReadMemory False 1200 2 2.09 1 1.08 1.7 N/A
4 PowerCycleTelecommand False 1200 1 0.45 1 1.03 0.4 N/A [33m[Warning] Waiting is not recommended[0m
[33m[Warning] Communication with satellite will be unavailable for the next few minutes[0m
5 PingTelecommand False 1200 1 0.46 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
6 SendBeacon False 1200 1 1.98 1 1.02 1.7 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 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
11 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
12 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
13 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
14 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
15 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
16 DownloadFile False 9600 14 3.02 1 1.54 2.5 N/A
17 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
18 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
19 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
20 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
21 DownloadFile False 9600 13 2.83 1 1.51 2.4 N/A
22 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
23 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
24 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
25 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
26 DownloadFile False 9600 14 3.02 1 1.53 2.5 N/A
27 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A
28 DownloadFile False 9600 13 2.83 1 1.51 2.4 N/A
29 DownloadFile False 9600 13 2.83 1 1.51 2.4 N/A
30 DownloadFile False 9600 13 2.83 1 1.51 2.4 N/A
31 DownloadFile False 9600 13 2.83 1 1.51 2.4 N/A
32 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
Session downlink frames count: 282
Session downlink duration [s]: 68.59
Session uplink frames count: 32
Session uplink duration [s]: 42.3
Session power budget energy [mWh]: 57.2
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
- file_list_8.txt
- telemetry.current.error
- fp-gs_downlink.frames
- all.frames
- fp-gs_versions
- scrubbing_2.txt