#102 #21 auto control loop with induction matrix and unit alarm checks and handling

This commit is contained in:
Mikayla Fischler
2023-02-07 00:32:50 -05:00
parent 1100051585
commit 1d3a1672c8
15 changed files with 327 additions and 133 deletions

View File

@@ -37,6 +37,8 @@ types.TRI_FAIL = {
---@alias PROCESS integer
types.PROCESS = {
UNIT_ALARM_IDLE = -2,
MATRIX_FAULT_IDLE = -1,
INACTIVE = 0,
SIMPLE = 1,
BURN_RATE = 2,
@@ -173,9 +175,6 @@ types.ALARM_STATE = {
---| "sys_fail"
---| "force_disabled"
---@alias auto_scram_cause
---| "ok"
---@alias rtu_t string
types.rtu_t = {
redstone = "redstone",