alm.rst()
alm.rst([group, title])
Resets all faults, or one specific fault.
With no arguments, resets every registered fault. Pass a group and title to reset a single fault (e.g. a latched, non-clearable alarm after the cause has been fixed).
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| group | string | optional | — | Group of the fault to reset. Omit to reset everything. |
| title | string | optional | — | Title of the fault to reset. |
Example
alm.rst(); // reset all faults
alm.rst("UV", "Reactor A Run Failure"); // reset one fault