# K05 Totalizer Scale

### Definition

Adjusts the totalizer accumulation rate without changing instantaneous flow values. K05 scales the amount added to the totalizer each cycle, allowing the totalized value to be increased or decreased. Default: 1.0.

Operates according to the formula:

$$
\text{New Totalizer Value} = \text{Previous Totalizer Value} + K\_{05} \times \text{Volume Added This Interval}
$$

```
Example:
Customer requirement: Display cumulative total as weight while keeping instantaneous flow in L/min. 
Liquid density: 1.20 kg/L.
Settings: (K05 = 1.20)
Calculation:
* Previous totalizer: 250.00 L
* Current instantaneous flow: 150 L/min → Volume in 1 second = 2.5 L
Formula:
New Totalizer＝Previous Totalizer + (K05 Current Volume)
Result:
New Totalizer 
= 250.00 + (1.20 x 2.5) 
= 250.00 + 3.00 
= 253.00 (kg)
```

### Notes

1. This setting does not affect previously accumulated data.
2. Adjusting (K05) scales both forward and reverse flow proportionally.
3. K05 must be a positive value.

### Operation Procedure

<details>

<summary><strong>Button Functions (Click to Expand)</strong></summary>

The main unit has **four buttons**. The **bottom line (Line 3)** of the LCD displays the current function of each button. Under normal operation, the button functions are as follows:

* <img src="https://content.gitbook.com/content/i4ECt41Kyy9211OWazj4/blobs/BZuNjMgY75LH0onY5NtL/image" alt="" data-size="line"> **Blue Button -** Leftmost button: Return, exit, or save settings.

Gray Arrow Buttons:

* <img src="https://content.gitbook.com/content/i4ECt41Kyy9211OWazj4/blobs/Br88VpmnPLAPdutxVdZb/image" alt="" data-size="line"> **Left Gray Button:** Page up, increase value, or select item
* <img src="https://content.gitbook.com/content/i4ECt41Kyy9211OWazj4/blobs/3Dzp8nuxmHsaZ7LqBscw/image" alt="" data-size="line"> **Right Gray Button:** Page down, decrease value, or select item
* <img src="https://content.gitbook.com/content/i4ECt41Kyy9211OWazj4/blobs/sq6fX6r39JE0Au2hahAR/image" alt="" data-size="line"> **Orange Button:** Rightmost button: Enter settings, edit, or confirm selection

{% hint style="danger" %}
**Do not hold buttons for extended periods to avoid damage.**
{% endhint %}

{% hint style="info" %}
Button functions may change depending on the operation context to improve usability or prevent accidental presses.
{% endhint %}

</details>

```
K05 Totalizer Scale Setting Steps
• From the main screen(green backlight), 
press Orange Button(Setup) to enter settings (orange backlight).
• Use Gray Arrow Buttons to select K. Calibration , press Orange Button(Enter).
• Use Gray Arrow Buttons to select K05 Totalizer Scale, press Orange Button(Enter).
• Use Gray Arrow Buttons to choose the digit to adjust(highlighted in dark gray).
• Press Orange Button(Edit) to enter adjustment mode.
• Adjust digits: Left Gray Button to increase, Right Gray Button to decrease.
• Press Orange Button(Set) to confirm each digit; repeat for other digits as needed.
• After all digits are set, press Blue Button(Save).
• Confirm by pressing Orange Button(Save) (or Blue Button(NOT) to cancel).
• Press Blue Button(ESC) to return to the main screen(green backlight).
```

<figure><img src="https://3404778090-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi4ECt41Kyy9211OWazj4%2Fuploads%2F0SSNN2jivoarr9zjDZ3F%2FFU-LT-K05-en.png?alt=media&#x26;token=9cdcb325-a9b4-44ae-984d-84b1c9a0a638" alt="" width="375"><figcaption></figcaption></figure>

### K05 Options, RS485 Values, Read/Write Commands, and Formats

| Parameter Input Range | Corresponding Values | RS-485 Value |
| --------------------- | -------------------- | ------------ |
| Custom                | 1                    | -            |
| Minimum               | 0.001                | -            |
| Maximum               | 1000                 | -            |

> Refer to the [Read/Write Memory List](https://docs.lorric.com/qr/fu-lt-english-v1/communication/modbus-rtu-protocol/read-write-memory-ram) for the Modbus command format. This parameter uses the float 32 data format.
