Index |
Start Time |
Stop Time |
Max. Elevation |
Phase |
Primary GS |
Type |
Tasks |
Status |
1517 |
2019-07-22 22:29:20+02:00 |
2019-07-22 22:42:09+02:00 |
85.9° |
zZz |
fp |
[TBD] |
|
☑ |
Goal
Tasklist
tasks = [
# Generated on 2019-07-22 18:47:24.312921
# Get beacons from deep-sleep
[[tc.SendBeacon(), 20], SendLoop, WaitMode.NoWait],
# Wake-up from deep-sleep
[tc.PingTelecommand(), Send, WaitMode.Wait],
# Set bitrate
[tc.SetBitrate(1, BaudRate.BaudRate9600), Send, WaitMode.Wait],
# Get few beacons from nominal OBC
[tc.SendBeacon(), Send, WaitMode.Wait],
[tc.ListFiles(5, '/'), Send, WaitMode.Wait],
# Carefully waste some session time
[tc.SendBeacon(), Send, WaitMode.Wait],
["Set bootslots for deep_sleep.", Print, WaitMode.NoWait],
[tc.SetBootSlots(103, 0b111000, 0b111), Send, WaitMode.Wait],
# Wait for good uplink before power cycle
[tc.SendBeacon(), Send, WaitMode.Wait],
# Power cycle EPS B
[tc.PowerCycleTelecommand(3), Send, WaitMode.Wait],
# Get beacons from deep-sleep
[[tc.SendBeacon(), 20], SendLoop, WaitMode.NoWait],
]
Analyzer Output
======================================= General =======================================
======================== 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 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A [36m[Info] In SendLoop mode - a telecommand in every .[0m
2 PingTelecommand False 1200 1 0.46 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
3 SetBitrate False 9600 1 0.32 1 1.03 0.3 N/A [33m[Warning] Waiting is not recommended[0m
4 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
5 ListFiles False 9600 5 1.28 1 1.04 1.1 N/A [33m[Warning] Waiting is not recommended[0m
6 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
7 Print False 9600 0 N/A 0 N/A N/A N/A [36m[Info] Print: "Set bootslots for deep_sleep."[0m
8 SetBootSlots False 9600 1 0.32 1 1.04 0.3 N/A [33m[Warning] Waiting is not recommended[0m
9 SendBeacon False 9600 1 0.51 1 1.02 0.4 N/A [33m[Warning] Waiting is not recommended[0m
10 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
11 SendBeacon False 1200 1 1.98 1 1.02 1.7 N/A [36m[Info] In SendLoop mode - a telecommand in every .[0m
Session downlink frames count: 14
Session downlink duration [s]: 8.31
Session uplink frames count: 10
Session uplink duration [s]: 10.26
Session power budget energy [mWh]: 6.9
Session power budget mean power [mW]: N/A
================ Resources utilization for SCHEDULED experiments or tasks ================
[Info] No scheduled experiments or tasks.
Artifacts
waterfalls
files
assembled