CoalTrain59 / CandleStick

0 stars 0 forks source link

Runaway Logic #5

Closed CoalTrain59 closed 2 years ago

CoalTrain59 commented 2 years ago

Need to provide logic for situation of a failed thermistor / poor connection. -If the thermistor input is outside of an obvious temperature range, disable the system and log an error. "Therm ERR" -If the PID output is on and the input temperature is not within tolerance of setpoint within 45 seconds, disable output & throw error. "Low Tmp Err"

CoalTrain59 commented 2 years ago

Did not implement 45 second timer. Do not see this being a problem as long as therm has a good reading should be OK.