# Buttons

## The four buttons: <kbd>Measure</kbd> <kbd>Stop</kbd> <kbd>Empty</kbd> <kbd>Clean</kbd>

BactoBox® has four buttons on the top side:

<figure><img src="/files/2DOeHNuZsASnyTfKNZ90" alt="" width="375"><figcaption><p><kbd><mark style="background-color:purple;">Measure</mark></kbd> (C), <kbd>Stop</kbd> (D), <kbd>Empty</kbd> (E), and <kbd>Clean</kbd> (F)</p></figcaption></figure>

### Start program

When you press <kbd>Measure</kbd>, <kbd>Empty</kbd>, or <kbd>Clean</kbd>, BactoBox® starts the corresponding program.

{% hint style="info" %}
**BactoBox® helps you avoid common mistakes**

For example, if you press <kbd>Clean</kbd> but there is no flow cell in the device, BactoBox® does nothing. This avoids leaks.

Likewise, if it has been a long time since the last clean, BactoBox® may block the *Measure* program until you run *Clean*. This reduces instrument background when you measure your samples.
{% endhint %}

#### The <kbd>Empty</kbd> button

If BactoBox® stops unexpectedly during a measurement, it still has liquid inside. Use the <kbd>Empty</kbd> button to drain the liquid from the flow paths into the vial.

{% hint style="success" %}

### You rarely need to press the <kbd>Empty</kbd> button

The <kbd>Empty</kbd> button is only there for special cases. E.g., if the power goes or if an error occurs.

If BactoBox® detects liquid inside, it prompts you to press <kbd>Empty</kbd>. You don't even need to remember this yourself, BactoBox® helps you out. BactoBox® even remembers this across a power off.
{% endhint %}

### Stop program

When you press the <kbd>Stop</kbd> button, BactoBox® immediately stops the current program. If there is liquid in the flow paths, BactoBox® empties the flow paths first.

{% hint style="success" %}

### Give it time to empty the flow paths

Leave the tubing kit in the vial until the *emptying* phase is done. This ensures that *all* liquid goes back into the vial.
{% endhint %}

## Navigation mode: <kbd>OK</kbd> <kbd>←</kbd> <kbd>∨</kbd> <kbd>∧</kbd>

Certain screens in the [user interface](/encyclopedia/software/user-interface.md) require additional input. E.g., to navigate the [menu](/encyclopedia/software/user-interface/menu-system.md) or to set the time and date. For this purpose, BactoBox® automatically remaps the buttons to *navigation mode*. When there is a <kbd>OK</kbd> <kbd>←</kbd> <kbd>∨</kbd> <kbd>∧</kbd> bar in the bottom of the screen, you know that the buttons are in navigation mode:

<figure><img src="/files/KFz0OAXALuKfLygxKZIQ" alt=""><figcaption><p>BactoBox® is in navigation mode when you enter the menu. Notice the <kbd>OK</kbd> <kbd>←</kbd> <kbd>∨</kbd> <kbd>∧</kbd> bar in the bottom.</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://help.sbtinstruments.com/encyclopedia/software/user-interface/buttons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
