Skip to content

Commit

Permalink
LV Bat faults
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaAsGithub committed May 5, 2024
1 parent 971d6de commit 2a08618
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 186 deletions.
27 changes: 27 additions & 0 deletions common/faults/fault_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,33 @@
"time_to_latch": 100,
"time_to_unlatch": 1000,
"lcd_message": "Fan 2 Rail Down"
},
{
"fault_name": "lv_critical_low",
"max": 50000,
"min": 20000,
"priority": "warning",
"time_to_latch": 500,
"time_to_unlatch": 1500,
"lcd_message": "LV bat Very Low (20V)"
},
{
"fault_name": "lv_getting_low",
"max": 50000,
"min": 21000,
"priority": "warning",
"time_to_latch": 500,
"time_to_unlatch": 1500,
"lcd_message": "LV bat Low (21V)"
},
{
"fault_name": "lv_batt_fifty",
"max": 50000,
"min": 25000,
"priority": "warning",
"time_to_latch": 500,
"time_to_unlatch": 1500,
"lcd_message": "LV bat Nominal (25V)"
}
]
},
Expand Down
Loading

0 comments on commit 2a08618

Please sign in to comment.