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

Cap, Touch Bar, & Control Updates #18

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Cap, Touch Bar, & Control Updates #18

wants to merge 2 commits into from

Conversation

taitmate38
Copy link
Member

Cap changes:

  • Added cap temp to packet def
  • Added filtered version of cap data, updated packet def and cap graphs

TouchBar

  • Updated heater config, added N2 Fill Vent

Control

  • Replaced one of the prechill RBV Button Groups with N2 Fill vent, updated comms & backend to handle new measurements.
  • Added buttonGroups for Main Valve vent and RQD

**still need to update backend naming conventions/telemetry for Main Valve Vent & RQD, currently just on LOX tank heater channels

@taitmate38 taitmate38 requested review from andycate and xy3710 March 14, 2022 01:16
Copy link
Member

@andycate andycate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just confused about packet 221,222; Also gotta update the naming

Comment on lines 260 to 268
221: [
['capVal', asFloat],
['capValFiltered', asFloat],
['capTemperature', asFloat],
],
222: [
['capVal', asFloat],
['capValFiltered', asFloat],
['capTemperature', asFloat],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are there two different packets here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, @xy3710’s doing

Comment on lines 547 to 564
<Grid item={1} xs={3} className={classes.item}>
<Grid container spacing={1} direction='column'>
<Grid item>
<ButtonGroup
open={comms.activateLoxTankMidHtr}
close={comms.deactivateLoxTankMidHtr}
text='Main Valve Vent'
/>
</Grid>
<Grid item>
<ButtonGroup
open={comms.activateLoxTankBottomHtr}
close={comms.deactivateLoxTankBottomHtr}
text='RQD'
/>
</Grid>
</Grid>
</Grid>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotta update the naming

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, aware of that - making a quick n dirty fix while at RFS. Wanted to still get what we used merged into main, and will make a new branch with updated backend

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

Successfully merging this pull request may close these issues.

2 participants