-
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
| Mode | Description | RockBLOCK Status | ACS Mode | IMU Status | Exit Conditions |
|---|---|---|---|---|---|
| Boot | The RockBLOCK may not be on during this time due to CubeSat's proximity to the ISS. | Sleep mode | Off | Off |
|
| Alive Signal | This mode allows us to communicate with the CubeSat at one time before the ACS is activated. | Downlink period of X minutes | Off | Off |
|
| Low Power Alive Signal | This mode allows us to communicate with the CubeSat at one time before the ACS is activated in a power saving state. | TODO | TODO | TODO |
|
| Mode | Description | RockBLOCK Status | ACS Mode | IMU Status | Exit Conditions |
|---|---|---|---|---|---|
| Detumble & Spin | TODO | TODO | TODO | TODO |
|
| Low Power Detumble & Spin | TODO | TODO | TODO | TODO |
|
| Mode | Description | RockBLOCK Status | ACS Mode | IMU Status | Exit Conditions |
|---|---|---|---|---|---|
| Normal | TODO | TODO | TODO | TODO |
|
| Transmit | TODO | TODO | TODO | TODO |
|
| Low Power | TODO | TODO | TODO | TODO |
|
| Mode | Description | RockBLOCK Status | ACS Mode | IMU Status | Exit Conditions |
|---|---|---|---|---|---|
| Deployment Normal | TODO | TODO | TODO | TODO |
|
| Deployment Transmit | TODO | TODO | TODO | TODO |
|
| Deployment Low Power | TODO | TODO | TODO | TODO |
|
| Mode | Description | RockBLOCK Status | ACS Mode | IMU Status | Exit Conditions |
|---|---|---|---|---|---|
| Armed Normal | TODO | TODO | TODO | TODO |
|
| Armed Transmit | TODO | TODO | TODO | TODO |
|
| Armed Low Power | TODO | TODO | TODO | TODO |
|
| Mode | Description | RockBLOCK Status | ACS Mode | IMU Status | Exit Conditions |
|---|---|---|---|---|---|
| In Sun Normal | TODO | TODO | TODO | TODO |
|
| In Sun Transmit | TODO | TODO | TODO | TODO |
|
| In Sun Low Power | TODO | TODO | TODO | TODO |
|
| In Sun Voltage Sensor Fault | TODO | TODO | TODO | TODO |
|
| Mode | Description | RockBLOCK Status | ACS Mode | IMU Status | Exit Conditions |
|---|---|---|---|---|---|
| Turn on Camera | TODO | TODO | TODO | TODO |
|
| Mandatory Burns | TODO | TODO | TODO | TODO |
|
| Regular Burns | TODO | TODO | TODO | TODO |
|
| Take Photo | TODO | TODO | TODO | TODO |
|

- Should alive signal allow for multiple RockBLOCK hard faults?
- Should IMU be on during boot?
- How does the IMU determine the CubeSat is stable during Detumble & Spin?