2020-08-03 21:13:04 +02:00
|
|
|
.. _firmware_safety:
|
|
|
|
|
|
|
|
Safety Controller
|
|
|
|
=================
|
|
|
|
|
|
|
|
The safety controller is the software component that monitors the overall condition of the reflow controller,
|
|
|
|
and stops the output driver in case of an error.
|
|
|
|
|
2020-08-22 23:57:04 +02:00
|
|
|
Severe error flags, like a drifting reference voltage, stop the PID controller and force the output to zero.
|
|
|
|
The controller stays in a usable state. After the errors have been cleared, normal operation may continue.
|
|
|
|
|
|
|
|
On the other hand, fatal errors like an over-temperature error, or memory problem, lead to the activation of the :ref:`safety_panic`,
|
|
|
|
which forces the output zero, but does not allow any more interaction.
|
|
|
|
|
2020-08-03 21:13:04 +02:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
flags
|
2020-08-22 23:57:04 +02:00
|
|
|
error-handling
|