> For the complete documentation index, see [llms.txt](https://docs.irs.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.irs.systems/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f2reseterrors.md).

# F2 Reset Errors

In this dialog you can reset certain things related to individual test stations. You can select **what to reset** and **which stations** to reset. The dialog can be opened through different buttons / key combinations. Each type of invocation results in different reset options to be preset. Despite of the preset options you are free to change them after the dialog has opened.

![F2 Dialog](/files/CuW5nFw78HXkQVhWrfQq)

{% hint style="info" %}
Use **F2** to reset the temporary error counters. Use **Alt+F6** to clear all station data (incl. history data). Use **Alt+F12** to only clear the history data.
{% endhint %}

| Function                   | Description                                                                                                                                                                                                                                              |
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Reset temp. error counters | Resets the [temp. error counters](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/shiftf3-actionlog.md) of the current [test order](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f11testconfiguration.md) of the selected stations.                 |
| Reset error counters       | Resets the [error counters](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/shiftf3-actionlog.md) of the current [test order](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f11testconfiguration.md) of the selected stations.                       |
| Reset cycles / time        | Resets the runtime and the [cycle counter](/ltt/documentation/ltt-gui-manual/teststand/customsteptypes/cyclestartend.md) of the current [test order](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f11testconfiguration.md) of the selected stations. |
| Delete history files       | Deletes all [history files](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/altf10historydata.md) of the current [test order](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f11testconfiguration.md) of the selected stations.                       |
| Archive history files      | Archives all [history files](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/altf10historydata.md) of the current [test order](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f11testconfiguration.md) of the selected stations.                      |
| Delete log files           | Deletes all log files of the selected stations.                                                                                                                                                                                                          |

The "Archive history files" function is only selectable if the dialog is opened through the corresponding button inside the [Alt-F10](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/altf10historydata.md) dialog.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.irs.systems/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f2reseterrors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
