-
Notifications
You must be signed in to change notification settings - Fork 5
Mission Modes
Lauren Greenhill edited this page May 6, 2022
·
17 revisions
- Sets all relevant settings in the SFR. Optionally sets the start time of the mode
- Checks exit conditions
- Stores when the mission mode started
- Returns numerical representation of mode for comparisons
- Returns either NORMAL, TRANSMIT, LP, or OTHER
- Boot
- Two hour period where RockBLOCK is in sleep mode.
- The RockBLOCK may not be on during this time due to CubeSat proximity to the ISS.
- Alive Signal
- RockBLOCK attempts to downlink one normal report with a downlink period of X minutes. If RockBLOCK hard faults or X minutes have passed.
- This mode allows us to communicate with the CubeSat at one time before the ACS is activated. The IMU is off.
- Low Power Alive Signal
- RockBLOCK attempts to downlink one normal report with a downlink period of X minutes. If RockBLOCK hard faults or X minutes have passed.
- This mode allows us to communicate with the CubeSat at one time before the ACS is activated.
- The IMU is off.
- Detumble & Spin
- ACS is in Detumble & Spin mode.
- The IMU is on.
- Low Power Detumble & Spin
- Normal
- Transmit
- Low Power
- Deployment Normal
- Deployment Transmit
- Deployment Low Power
- Armed Normal
- Armed Transmit
- Armed Low Power
- In Sun Normal
- In Sun Transmit
- In Sun Low Power
- In Sun Voltage Sensor Fault
- Turn on Camera
- Mandatory Burns
- Regular Burns
- Take Photo
- Should alive signal allow for multiple RockBLOCK hard faults?
- Should IMU be on during boot?