# Binary input (open / close or OK / Alarm)

This section describes the settings common for Efento binary loggers. These parameters control how the relay interprets measurement states and determine the conditions required to trigger or reset the alarm. Adjusting these settings ensures reliable operation according to your application requirements.

| Logic Type          | Specifies whether the relay is considered “OK” when the channel is in a low state (wires not connected) or a high state (wires connected). **Normal logic:** low state = OK, high state = alarm; **Reversed logic:** low state = alarm, high state = OK. | Normal logic, Reversed logic.     |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------- |
| Minimal Stable Time | The minimum time (in milliseconds) the alarm condition must be stable before the device changes its state.                                                                                                                                               | Range: 15 to 10,000 milliseconds. |


---

# 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://docs.efento.io/efento-ble-loggers/using-loggers/special-settings-by-sensor-type/binary-input-open-close-or-ok-alarm.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.
