Como Programar Descalcificador Cillit Data -

| Menu | Parameter | Range | Default | |-------|-----------|-------|---------| | P01 | Water hardness (°dH) | 5 - 40 | 20 | | P02 | Number of persons | 1 - 10 | 4 | | P03 | Regeneration interval (days max) | 1 - 30 | 7 | | P04 | Regeneration time (hour) | 0 - 23 | 2 | | P05 | Salt type (NaCl / KCl) | 0/1 | 0 | | P06 | Flow meter unit (pulses/L) | 100 - 1000 | 450 |

// Step 4: Fast rinse (final cleaning) move_valve_to(FAST_RINSE); delay_minutes(8); como programar descalcificador cillit data

if total_flow_m3 * 1000 >= available_capacity_liters * 0.85: # 85% threshold reached – schedule regeneration trigger_regeneration(immediate=False) The Cillit turbine (Hall effect sensor) counts pulses per liter. | Menu | Parameter | Range | Default

enum ValvePosition SERVICE, BACKWASH, BRINE_DRAW, SLOW_RINSE, FAST_RINSE, BRINE_REFILL ; void execute_regeneration_cycle() // Step 1: Backwash (reverse flow to clean resin) move_valve_to(BACKWASH); delay_minutes(10); if total_flow_m3 * 1000 &gt