> For the complete documentation index, see [llms.txt](https://docs.efento.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.efento.io/nb-iot-loggers/installation/logger-specific-installation-guidelines/pulse-counters-wiring.md).

# Pulse counters wiring

## Wiring scheme

Efento pulse counters support up to three separate channels. The wiring configuration varies depending on the number of channels in use.

<figure><img src="/files/MIROvbWzXlmEmNKML0oK" alt="" width="563"><figcaption></figcaption></figure>

The pulse counters support devices that provide dry-contact (SO) pulses. Connect the pulse-generating device to the Efento counter using the **CH** and **GND** pins (for multi-channel counters: CH1–GND, CH2–GND, CH3–GND).

<figure><img src="/files/BLzSqhZv8dg8vwiPflEF" alt=""><figcaption></figcaption></figure>

## **Electricity Meter Connection**

When connecting to an electricity meter, wire the Efento pulse counter to the meter’s SO output.

<figure><img src="/files/t9kN7ORFNHWTaJ7orF4H" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
**DANGER – Risk of Electric Shock**

To prevent electric shock:

1. Turn off all power sources and equipment before making connections.
2. Attach all cables to the devices while power is off.
3. Turn on all power sources only after connections are complete.

Always read and follow the user manual of the electricity meter being connected to the Efento pulse counter.
{% endhint %}


---

# 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.efento.io/nb-iot-loggers/installation/logger-specific-installation-guidelines/pulse-counters-wiring.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.
