mirror of
https://github.com/openhp/HeatPumpController.git
synced 2024-11-18 12:33:59 +00:00
Update README.md
This commit is contained in:
parent
dd67fdbb3c
commit
e89f139573
1 changed files with 7 additions and 7 deletions
10
README.md
10
README.md
|
@ -371,14 +371,14 @@ Watts, cycles times (milliseconds)
|
|||
#define COLDCIRCLE_PREPARE 90000 //before compressor start: power on cold CP and wait 90 sec.; if false start: CP will off twice this time; and (hotcircle_stop_after - this_value) must be > hotcircle_check_prepare or HP will go sleep cycle instead of start
|
||||
#define DEFFERED_STOP_HOTCIRCLE 1200000 //after compressor stop: wait 20 minutes, if no need to start compressor: stop hot WP; value must be > 0
|
||||
#define HOTCIRCLE_START_EVERY 2400000 //while pauses: pump on "hot side" starts every 40 minutes (by default) (max 9999 seconds) to circulate water and get exact temperature reading, option used if "warm floor" installation (Thi as setpoint)...
|
||||
#define HOTCIRCLE_CHECK_PREPARE 300000 //while pauses: ...and wait for temperature stabilization 5 minutes (by default), after that do setpoint checks...
|
||||
#define HOTCIRCLE_CHECK_PREPARE 150000 //while pauses: ...and wait for temperature stabilization 2.5 minutes (by default), after that do setpoint checks...
|
||||
#define HOTCIRCLE_STOP_AFTER (HOTCIRCLE_CHECK_PREPARE + COLDCIRCLE_PREPARE + 30000) //...and then stop after few minutes of circulating, if temperature is high and no need to start compressor; value must be check_prepare + coldcircle_prepare + 30 seconds (or more)
|
||||
```
|
||||
|
||||
EEV options
|
||||
If you are using capillary tube or TXV: simply skip next section
|
||||
Depending on how many milliseconds are allocated per step, the speed of automatic tuning will change.
|
||||
Remember that you'll see refrigeration system reaction on every step not immediately, but after few minutes, sometimes after tens of minutes.
|
||||
EEV options<br>
|
||||
If you are using capillary tube or TXV: simply skip next section<br>
|
||||
Depending on how many milliseconds are allocated per step, the speed of automatic tuning will change.<br>
|
||||
Remember that you'll see refrigeration system reaction on every step not immediately, but after few minutes, sometimes after tens of minutes.<br>
|
||||
```c
|
||||
#define EEV_MAXPULSES 250 //max steps, 250 is tested for sanhua 1.3
|
||||
|
||||
|
|
Loading…
Reference in a new issue