You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently nothing checking that the boiler is responding as expected to the heater inputs. This can lead to thermal runaways should the sensor come detached or fail. Functionality should be added to monitor the state of the boiler and enter an error state should a thermal runaway be sensed.
This could be modeled after the thermal runaway logic in the Marlin 3D printer firmware. The basic rules are
The temp must be changing at some minimum rate when the machine is settling to a temperature (i.e. responding to control inputs)
There is currently nothing checking that the boiler is responding as expected to the heater inputs. This can lead to thermal runaways should the sensor come detached or fail. Functionality should be added to monitor the state of the boiler and enter an error state should a thermal runaway be sensed.
This could be modeled after the thermal runaway logic in the Marlin 3D printer firmware. The basic rules are
The text was updated successfully, but these errors were encountered: