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

chevron-rightButton Functions (Click to Expand)hashtag

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:

  • Blue Button - Leftmost button: Return, exit, or save settings.

Gray Arrow Buttons:

  • Left Gray Button: Page up, increase value, or select item

  • Right Gray Button: Page down, decrease value, or select item

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

triangle-exclamation
circle-info

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