Index | Start Time | Stop Time | Max. Elevation | Phase | Primary GS | Type | Tasks | Status |
---|---|---|---|---|---|---|---|---|
98 | 2018-12-19 19:11:05+01:00 | 2018-12-19 19:20:22+01:00 | N/A° | Extended Mission | N/A | [TBD] | ☑ |
Goal
Power cycle EPS A. Set back to 9600.
Tasklist
tasks = [
[[tc.SetBitrate(1, BaudRate.BaudRate1200), 5], SendLoop, WaitMode.NoWait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ReadMemory(2, 0x8809ec74, 4), Send, WaitMode.Wait], # Read memory to check RAM utilization before power cycle
[tc.ReadMemory(3, 0x88018760, 3720), Send, WaitMode.Wait], # YAFFS_dev structure
[tc.SendBeacon(), Send, WaitMode.Wait], # Wait until good communication
[tc.RawI2C(4, 0, 0x35, 1, [0xE0]), Send, WaitMode.Wait],
[tc.PingTelecommand(), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ReadMemory(5, 0x8809ec74, 4), Send, WaitMode.Wait], # Read memory to check RAM utilization before power cycle
[tc.ReadMemory(6, 0x88018760, 3720), Send, WaitMode.Wait], # YAFFS_dev structure
# Set 9600
[tc.SetBitrate(7, BaudRate.BaudRate9600), Send, WaitMode.Wait],
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ListFiles(8, '/'), Send, WaitMode.Wait],
# Telemetry between session 96 and 98
[tc.DownloadFile(10, '/telemetry.previous', [i for i in range(1890, 2280, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(11, '/telemetry.previous', [i for i in range(1902, 2280, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(12, '/telemetry.current', [i for i in range(0, 600, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(13, '/telemetry.current', [i for i in range(25, 600, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(14, '/telemetry.current', [i for i in range(12, 600, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(15, '/telemetry.current', [i for i in range(37, 600, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(16, '/telemetry.previous', [i for i in range(1896, 2280, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(17, '/telemetry.previous', [i for i in range(1908, 2280, 25)]), Send, WaitMode.Wait],
[tc.DownloadFile(18, '/telemetry.current', [i for i in range(6, 600, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(19, '/telemetry.current', [i for i in range(18, 600, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(20, '/telemetry.current', [i for i in range(31, 600, 50)]), Send, WaitMode.Wait],
[tc.DownloadFile(21, '/telemetry.current', [i for i in range(43, 600, 50)]), Send, WaitMode.Wait],
[[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 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 1 0.46 1 1.08 0.4 N/A
4 ReadMemory False 1200 16 25.23 1 1.08 21 N/A
5 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A [33m[Warning] Waiting is not recommended[0m
6 RawI2C False 1200 1 1.98 1 1.06 1.7 N/A [33m[Warning] Waiting is not recommended[0m
[33m[Warning] This is last resort command do not use it recklessly[0m
7 PingTelecommand False 1200 1 0.46 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
8 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A [33m[Warning] Waiting is not recommended[0m
9 ReadMemory False 1200 1 0.46 1 1.08 0.4 N/A
10 ReadMemory False 1200 16 25.23 1 1.08 21 N/A
11 SetBitrate False 9600 1 0.32 1 1.03 0.3 N/A [33m[Warning] Waiting is not recommended[0m
12 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
13 ListFiles False 9600 5 1.28 1 1.04 1.1 N/A [33m[Warning] Waiting is not recommended[0m
14 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
15 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
16 DownloadFile False 9600 12 2.64 1 1.48 2.2 N/A
17 DownloadFile False 9600 12 2.64 1 1.48 2.2 N/A
18 DownloadFile False 9600 12 2.64 1 1.48 2.2 N/A
19 DownloadFile False 9600 12 2.64 1 1.48 2.2 N/A
20 DownloadFile False 9600 16 3.41 1 1.59 2.8 N/A
21 DownloadFile False 9600 15 3.22 1 1.57 2.7 N/A
22 DownloadFile False 9600 12 2.64 1 1.48 2.2 N/A
23 DownloadFile False 9600 12 2.64 1 1.48 2.2 N/A
24 DownloadFile False 9600 12 2.64 1 1.48 2.2 N/A
25 DownloadFile False 9600 12 2.64 1 1.48 2.2 N/A
26 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: 207
Session downlink duration [s]: 97.36
Session uplink frames count: 26
Session uplink duration [s]: 32.79
Session power budget energy [mWh]: 81.1
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
- heap_5.txt
- beacons.txt
- requested_files.txt
- memory_content_6
- elka_downlink.frames
- memory_content_2
- memory_content_5
- file_list_8.txt
- memory_content_3
- telemetry.current.error
- fp-gs_downlink.frames
- heap_2.txt
- yaffs_dev_6.txt
- telemetry.current.missing
- yaffs_dev_3.txt
- all.frames
- telemetry.previous.missing
- fp-gs_versions