Added comments on over-temp/-pressure eval logic
This commit is contained in:
parent
9fb5e6d42c
commit
996ff445b6
@ -34,12 +34,12 @@ yield
|
|||||||
# Check storage pressure
|
# Check storage pressure
|
||||||
l OutPressure filtration PressureOutput
|
l OutPressure filtration PressureOutput
|
||||||
slt FilterActive OutPressure MAXPRESSURE
|
slt FilterActive OutPressure MAXPRESSURE
|
||||||
beqz FilterActive filteronoff
|
beqz FilterActive filteronoff # if pressure > MAX, skip to shutdown
|
||||||
|
|
||||||
# Check temperature
|
# Check temperature
|
||||||
l InTemperature filtration TemperatureInput
|
l InTemperature filtration TemperatureInput
|
||||||
slt FilterActive InTemperature MAXTEMPERATURE
|
slt FilterActive InTemperature MAXTEMPERATURE
|
||||||
beqz FilterActive filteronoff
|
beqz FilterActive filteronoff # if temperature > MAX, skip to shutdown
|
||||||
|
|
||||||
# Check filters and set diodes
|
# Check filters and set diodes
|
||||||
ls FilterLeft filtration 0 Quantity
|
ls FilterLeft filtration 0 Quantity
|
||||||
@ -106,4 +106,4 @@ beqz FilterHash ra
|
|||||||
|
|
||||||
#if you are still here then it is an error so end
|
#if you are still here then it is an error so end
|
||||||
s filtration On 0
|
s filtration On 0
|
||||||
j start
|
j start
|
||||||
|
Loading…
Reference in New Issue
Block a user