masa-umich / Ground-Support-Software

GUI for the engine controller
1 stars 0 forks source link

[Summer] Fix Yellow Flag for Non-Lox or Non-Fuel tanks #141

Closed jtalier closed 1 year ago

jtalier commented 2 years ago

In GitLab by @joselvdm on May 1, 2022, 15:00

Adding a non-lox or fuel tank makes the GUI show a yellow light. The EC board only has two channels for tanks, which are used for LOX and fuel. For this reason, the Press tank is listed as undefined on the GUI and the yellow light glows.

image

jtalier commented 2 years ago

In GitLab by @jwuxx on May 9, 2022, 17:18

created branch 82-summer-fix-yellow-flag-for-non-lox-or-non-fuel-tanks to address this issue

jtalier commented 2 years ago

In GitLab by @jwuxx on May 10, 2022, 05:54

Screen_Shot_2022-05-10_at_2.52.30_AM

checkbox to override system indicator light for undefined tanks has been added and works (given proper avionics boards are added too!)

jtalier commented 2 years ago

In GitLab by @jwuxx on May 10, 2022, 05:57

created branch 82-summer-fix-yellow-flag-for-non-lox-or-non-fuel-tanks-2 to address this issue