Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follower Uplink Command Log #853

Open
shihaocao opened this issue Jan 17, 2022 · 4 comments
Open

Follower Uplink Command Log #853

shihaocao opened this issue Jan 17, 2022 · 4 comments

Comments

@shihaocao
Copy link
Collaborator

shihaocao commented Jan 17, 2022

MTMSN 3
Justification: #852 (comment)

[
  {
    "field": "pan.state",
    "value": 11
  },
  {
    "field": "downlink.toggle_id",
    "value": 11
  },
  {
    "field": "radio.max_wait",
    "value": 10420
  },
  {
    "field": "adcs_cmd.havt_disable18",
    "value": true
  },
  {
    "field": "adcs.state",
    "value": 1
  },
  {
    "field": "gomspace.piksi_off",
    "value": true
  }
]

Queue'd 1 at 2:59 AM ET on 01/17/2022.

@jer296
Copy link

jer296 commented Jan 22, 2022

MTMSN 4

Moving to PowerSave3, ignore_sun_vectors true, with ~24 hour radio max_wait for drastic measures

  {
    "field": "radio.max_wait",
    "value": 500000
  },
  {
    "field": "radio.max_transceive",
    "value": 10
  },
  {
    "field": "adcs_cmd.havt_disable18",
    "value": true
  },
  {
    "field": "adcs.state",
    "value": 1
  },
  {
    "field": "gomspace.piksi_off",
    "value": true
  },
  {
    "field": "dcdc.disable_cmd",
    "value": true
  },
  {
    "field": "attitude_estimator.ignore_sun_vectors",
    "value": true
  },
  {
    "field": "downlink.toggle_id",
    "value": 36
  },
  {
    "field": "downlink.shift_id1",
    "value": 36
  },
  {
    "field": "downlink.shift_id2",
    "value": 2
  }
]

@millie-schwartz
Copy link

MTMSN 5
PS3, sun_vectors false, long wait time

[
    {
    "field": "radio.max_wait",
    "value": 500000
  },
  {
    "field": "radio.max_transceive",
    "value": 10
  },
  {
    "field": "adcs_cmd.havt_disable18",
    "value": true
  },
  {
    "field": "adcs.state",
    "value": 1
  },
  {
    "field": "gomspace.piksi_off",
    "value": true
  },
  {
    "field": "dcdc.disable_cmd",
    "value": true
  },
  {
    "field": "attitude_estimator.ignore_sun_vectors",
    "value": false
  },
  {
    "field": "downlink.toggle_id",
    "value": 36
  },
  {
    "field": "downlink.shift_id1",
    "value": 36
  },
  {
    "field": "downlink.shift_id2",
    "value": 2
  }
]

@shihaocao
Copy link
Collaborator Author

Sent 7:34 ET on 01/25
MTMSN 6
attitude_estimator.ignore_sun_vectors: true

PowerSaving3 + ADCS Power Cycle

Rationale: same as leader, see leader log
We want to try the same on the follower, maybe we'll get lucky and see results.

@afoarce
Copy link
Collaborator

afoarce commented Mar 6, 2022

Updated goto_follower command to match the leader, rationale on the leader log: #852 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants