Skip to content

Conversation

@mootz12
Copy link

@mootz12 mootz12 commented Apr 23, 2018

No description provided.

Copy link
Member

@krame505 krame505 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, aside from some minor comments. Good to merge, assuming you made sure that this compiles.

Serial.println(F("Thrust below critical level"));
abort_autosequence();
}
// Check that the pressure of the fuel and oxidizer line have not exceeded the maximum limit
Copy link
Member

Choose a reason for hiding this comment

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

Are you sure that we only want this check after ignition and mainstage? Seems like we might want to abort before ignition if the line pressures are too high. Unless those sensors are downstream of the valves, in which case ignore this comment.

Copy link
Author

Choose a reason for hiding this comment

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

Good catch. I'll double check that with Jame as I'm not positive

Copy link
Contributor

Choose a reason for hiding this comment

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

We do want to check pressures after the prestage valves have opened before ignition.

// Check that the pressure of the fuel and oxidizer line have not exceeded the maximum limit
#if CONFIGURATION != DEMO
else if (run_time >= STARTUP_TIME && pressure_fuel > MAX_PRESSURE_FUEL) {
Serial.println(F("Fuel pressue above critical level"));
Copy link
Member

Choose a reason for hiding this comment

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

Spelling error.

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.

3 participants