For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

New Totalizer Value=Previous Totalizer Value+K05×Volume Added This Interval\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

Button Functions (Click to Expand)

When the main screen is displayed in green backlight, the four buttons function as follows:

  • Blue Button (leftmost): Return, exit, or save settings.

  • Gray Direction Buttons:

    • Left Gray: Previous Page, decrease value, or select item

    • Right Gray: Next Page, increase value, or select item

  • Orange Button (rightmost): Rightmost button: Enter settings, edit, or confirm selection

Button functions may change depending on the operation context to improve usability or prevent accidental presses.

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 for the Modbus command format. This parameter uses the float 32 data format.

Last updated