# Analog Output 0-20mA, 4-20mA

## Specifications

* #### Analog output (4-20mA, 0-20mA)

  <table data-header-hidden><thead><tr><th width="287.984375">Analog output (4-20mA, 0-20mA)</th><th></th></tr></thead><tbody><tr><td>Wiring</td><td>3 wiring</td></tr><tr><td>Power supply</td><td>Device shares power with the main unit, no external power supply required.</td></tr><tr><td>Output Range</td><td>0–20 mA or 4–20 mA (selectable)</td></tr><tr><td>Maximum output range <br>(incl. error signal range)</td><td>0~21.6 mA (0–20 mA mode) / <br>2.4~21.6 mA (4–20 mA mode)</td></tr><tr><td>Resolution</td><td>16-bit (0–24 mA physical range)</td></tr><tr><td>Response time</td><td>≤0.5 to 1 s</td></tr><tr><td>Loop Resistance</td><td><p>1100 ohm @ 36V</p><p>600 ohm @ 24V</p><p>250 ohm @ 12V</p></td></tr></tbody></table>

| Wiring               | 3-wire                                        |
| -------------------- | --------------------------------------------- |
| Power Supply         | DC 12V to 36V                                 |
| Maximum Output Range | Self-powered, 16-bit, 4–20 mA                 |
| Response Time        | <0.5 to 1 s (matches the display update rate) |
| Loop Resistance      | 600 Ω @ 24V                                   |

## Wiring

### 4–20 mA Analog Output Wiring Diagram

**Brown:** 12–36 VDC (+), **Blue:** VDC (−), **Purple:** 4–20 mA (+), **Red:** 4–20 mA (−)

This function requires the brown and blue lines of the main DC power supply to be powered.

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

## Analog Output 4-20mA Parameter Configuration

Follow the steps below to configure analog output parameters:

{% stepper %}
{% step %}

#### **Set Basic Parameters**

* Refer to the [Parameter Settings](/qr/fu-es-echosense-instruction-manual/installation-and-setup/parameter-setup.md) page and complete the following steps: \
  **Language Setting, Pipe Settings:A02:** Pipe Standard, **A04:** Pipe Outer Diameter, **A06:** Pipe Wall Thickness, **A08:** Pipe Material
* Execute **Z03 (Automatic Initialization)**.
  {% endstep %}

{% step %}

#### **Wiring Setup**

Connect the 4–20 mA analog output wiring according to the instructions on this page.
{% endstep %}

{% step %}

#### **E06 Analog Output Content (Select Output Data Type)**

Set parameter **E06 Iout Def.** to enable the analog current output and select the data to be output. Available options: **“Cumulative Total”**, **“Flow Rate”**, or **“Flow”**.
{% endstep %}

{% step %}

#### **E13 – Analog Output Range (Set Current Range)**

Use parameter **E13 Iout Range** to set the current output range to **4–20 mA**.
{% endstep %}

{% step %}

#### E07 – 4 mA Value / E08 – 20 mA Value (Set Output Minimum and Maximum)

Set parameters **E07 4mA Value** and **E08 20mA Value** to define the output minimum and maximum. Negative values are allowed. **Note:** E07 must be less than E08.

* **Example:** To map 4–20 mA to a range of **−10 to +20**:
  * Set **E07 (4 mA Value)** to **−10**
  * Set **E08 (20 mA Value)** to **+20**

Intermediate values are calculated linearly: 12 mA ≈ **+5,** 16 mA ≈ **+15**
{% endstep %}

{% step %}

#### E09 **Analog Error Value (Set Output for Out-of-Range Flow)**

Use parameter **E09 Iout Error** to specify the current output when the flow value exceeds the range defined by **E07** and **E08**.

* Example: **E09 mode:** 2.4 mA & 21.6 mA, **E07:** −10, **E08:** +20
  * Flow < E07 (−10) → output **2.4 mA**
  * Flow > E08 (+20) → output **21.6 mA**
    {% endstep %}

{% step %}

#### E11 4 mA Fine Adjustment (µA) (Adjust 4 mA Output)

Enter **E11 4mA Fine Adj. µA** to test and adjust the 4 mA output. Each increment or decrement of 1 changes the output current by 1 µA.

* If an external ammeter measures 3.95 mA, which is 0.05 mA (50 µA) below the target of 4.00 mA,
* Set E11 to +50. The output will then be corrected to 4.00 mA.
  {% endstep %}

{% step %}

#### E12 20 mA Fine Adjustment (µA) (Adjust 20 mA Output)

Enter **E12 20mA Fine Adj. µA** to test and adjust the 20 mA output. Each increment or decrement of 1 changes the output current by **1 µA**.

* If an external ammeter measures **19.95 mA**, which is **0.05 mA (50 µA)** below the target of **20.00 mA**, set **E12** to **+50**. The output will then be corrected to **20.00 mA**.
* If the 20 mA output cannot reach the target after adjusting **E12**, this may be due to excessive loop impedance or insufficient voltage. Check the **4–20 mA specifications** on the Motor Installation page and adjust the loop impedance or increase the voltage as necessary.
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
After completing the **4–20 mA** settings, verify the configuration using [**Simulation Mode**](/qr/fu-es-echosense-instruction-manual/user-interface/mo-ni-mo-shi.md) to ensure correctness.
{% endhint %}


---

# 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.lorric.com/qr/fu-es-echosense-instruction-manual/communication/current-output.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.
